@charset "UTF-8";
* {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  box-sizing: border-box !important; }

*::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
  border-radius: 8px; }

*::-webkit-scrollbar-track {
  border-radius: 8px; }

*::-webkit-scrollbar-thumb {
  height: 56px;
  border-radius: 8px;
  background-clip: content-box;
  background-color: rgba(136, 136, 136, 0.65); }

*::-webkit-scrollbar-thumb:hover {
  background-color: #555; }

pre {
  font-size: 16px;
  font-family: "Google Sans", sans-serif;
  line-height: 1.5;
  box-sizing: border-box !important;
  white-space: pre-line;
  text-align: justify;
  color: #333333; }

.container {
  max-width: 1424px !important; }
  @media screen and (max-width: 1550px) {
    .container {
      max-width: 1268px !important; } }
  @media screen and (max-width: 1440px) {
    .container {
      max-width: 1168px !important; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #374151; }

h1 {
  font-size: 32px; }
  h1.bigger {
    font-size: 50px; }

h2 {
  font-size: 28px; }
  h2.bigger {
    font-size: 36px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

.auto-padding {
  padding: 40px 0; }

.main-co {
  color: #191b50 !important; }

.main-co-hv:hover {
  color: #191b50 !important; }

.main-bg {
  background-color: #191b50 !important; }

.sub-co {
  color: #464646 !important; }

.black-co {
  color: #333333 !important; }

.gray-co {
  color: #374151 !important; }

.gray-bg {
  background-color: #374151 !important; }

.gray-light-co {
  color: #f9f9f9 !important; }

.gray-light-bg {
  background-color: #f9f9f9 !important; }

.main-tile {
  padding-bottom: 48px; }

.text-line1 {
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden; }

.text-line2 {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden; }

.text-line3 {
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden; }

.text-line4 {
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden; }

.text-line5 {
  display: -webkit-box;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden; }

.text-line6 {
  display: -webkit-box;
  line-clamp: 6;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden; }

.text-justify {
  text-align: justify; }

a {
  text-decoration: none;
  color: #464646; }
  a:hover {
    color: #db7100 !important; }
  a.btn:hover {
    color: #fff; }

p {
  color: #374151; }
  @media screen and (max-width: 576px) {
    p {
      font-size: 14px; } }

li {
  color: #374151; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important; }

img {
  object-fit: cover;
  vertical-align: middle; }

.image-full {
  width: 100%;
  height: 100%; }

main {
  width: 100%;
  overflow-x: hidden; }

.btn:focus {
  border-color: #191b50;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #fb910f8e; }

.btn-cus {
  background-color: #191b50;
  border-radius: 0;
  color: #fff;
  font-weight: 400;
  padding: 14px 34px;
  border: 2px solid #191b50; }
  .btn-cus:hover {
    color: #fff;
    background-color: #bd701e; }
  .btn-cus--outline {
    color: #191b50;
    background: unset;
    border-radius: 4px; }
    .btn-cus--outline:hover {
      color: #fff;
      background-color: #191b50; }
  .btn-cus--radius {
    background-color: #fff;
    border: none;
    border-radius: 60px;
    color: #191b50;
    padding: 24px 54px; }
    .btn-cus--radius:hover {
      color: #fff;
      background-color: #191b50; }

@media (max-width: 1399px) {
  .auto-padding {
    padding: 30px 0; } }
@media (max-width: 991.98px) {
  h1 {
    font-size: 24px !important; }
    h1.bigger {
      font-size: 28px !important; }

  h2 {
    font-size: 20px; }

  h3 {
    font-size: 18px; }

  h4 {
    font-size: 16px; }

  h5 {
    font-size: 14px; }

  h6 {
    font-size: 14px;
    font-weight: normal; }

  .auto-padding {
    padding: 25px 0; }

  .btn-cus {
    padding: 6px 10px;
    font-weight: normal; } }
@media (max-width: 767.98px) {
  .auto-padding {
    padding: 20px 0; } }
.wp-block-image .wp-element-caption {
  text-align: center;
  background: aliceblue;
  margin: 0;
  font-style: italic; }

.wp-block-image.size-full {
  display: inline-block; }

.wp-block-embed.aligncenter.is-type-video {
  display: flex;
  justify-content: center; }

.bg-main {
  background: #f3f4f6; }

.home .content_banner .home__banner {
  position: relative;
  aspect-ratio: 1920/533; }
  @media screen and (max-width: 992px) {
    .home .content_banner .home__banner {
      aspect-ratio: 1920/750; } }
  @media screen and (max-width: 767px) {
    .home .content_banner .home__banner {
      padding-top: 2rem; } }
  @media screen and (max-width: 576px) {
    .home .content_banner .home__banner {
      aspect-ratio: 1920/950; } }
  .home .content_banner .home__banner .background img {
    width: 100%;
    height: 100%; }
  .home .content_banner .home__banner .over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #0000004a; }
  .home .content_banner .home__banner .owl-carousel {
    height: 100%; }
    .home .content_banner .home__banner .owl-carousel .owl-stage-outer {
      height: 100%; }
  .home .content_banner .home__banner .item {
    width: 100%;
    height: 100%;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center; }
    .home .content_banner .home__banner .item img {
      height: 100%; }
    .home .content_banner .home__banner .item .title,
    .home .content_banner .home__banner .item .subtitle {
      color: white; }
    .home .content_banner .home__banner .item .subtitle {
      font-weight: 400 !important; }
      @media screen and (max-width: 576px) {
        .home .content_banner .home__banner .item .subtitle {
          font-size: 14px; } }
    .home .content_banner .home__banner .item a {
      color: white;
      transition: all 0.5s; }
      @media screen and (max-width: 576px) {
        .home .content_banner .home__banner .item a {
          font-size: 12px; } }
    .home .content_banner .home__banner .item .contact {
      border: 1px solid white;
      background: transparent; }
      .home .content_banner .home__banner .item .contact:hover {
        background: #fba832;
        border-color: #fba832;
        color: white !important; }
    .home .content_banner .home__banner .item .product {
      background: #fba832;
      border: 1px solid transparent;
      color: white; }
      .home .content_banner .home__banner .item .product:hover {
        background: transparent;
        border-color: white;
        color: white !important; }
.home .section-slider-ads .owl-carousel .owl-item img {
  height: 200px; }
.home .home__news .bottom .left {
  height: 100%; }
  .home .home__news .bottom .left .item {
    display: flex;
    height: 100%; }
    .home .home__news .bottom .left .item:hover {
      background: white; }
    .home .home__news .bottom .left .item img {
      width: 410px;
      height: 350px;
      flex: 1; }
      @media screen and (max-width: 576px) {
        .home .home__news .bottom .left .item img {
          width: 100%;
          max-height: 280px; } }
    .home .home__news .bottom .left .item .body {
      padding: 10px;
      flex: 1; }
      .home .home__news .bottom .left .item .body .title {
        font-weight: 600; }
      .home .home__news .bottom .left .item .body .text {
        text-align: justify; }
    @media screen and (max-width: 576px) {
      .home .home__news .bottom .left .item {
        display: block; } }
.home .home__news .bottom .right .item {
  display: flex;
  height: 100%; }
  .home .home__news .bottom .right .item:hover {
    background: white; }
  .home .home__news .bottom .right .item img {
    min-width: 120px;
    max-width: 120px;
    height: 90px; }
  .home .home__news .bottom .right .item .body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px 10px; }
    .home .home__news .bottom .right .item .body .title {
      font-weight: 600; }
.home .homePage__feedback {
  padding: 40px 0;
  position: relative;
  height: 500px; }
  @media screen and (max-width: 576px) {
    .home .homePage__feedback {
      height: 470px; } }
  .home .homePage__feedback .overlay-fb {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)); }
  .home .homePage__feedback .top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .home .homePage__feedback .top img {
      width: 100%;
      height: 100%; }
  .home .homePage__feedback .bottom {
    padding-top: 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  @media (max-width: 991px) {
    .home .homePage__feedback {
      padding-top: 0px; } }
  .home .homePage__feedback .title-home .title {
    color: white; }
  .home .homePage__feedback .title-home .sub-title {
    margin-top: 25px;
    color: white; }
  .home .homePage__feedback--item {
    margin: 55px 10px 0 10px;
    border-radius: 8px;
    padding: 24px;
    background-color: #fff; }
    .home .homePage__feedback--item p {
      font-size: 16px;
      margin-bottom: 0;
      color: #374151; }
      @media screen and (max-width: 576px) {
        .home .homePage__feedback--item p {
          font-size: 14px; } }
    .home .homePage__feedback--item .text {
      min-height: 122px;
      text-align: justify; }
    .home .homePage__feedback--item img {
      top: -49px;
      left: 50%;
      transform: translateX(-50%);
      width: 85px !important;
      height: 85px;
      border-radius: 50%;
      object-fit: cover; }
    .home .homePage__feedback--item .name {
      font-size: 16px;
      -webkit-line-clamp: 1;
      color: #595959; }
    .home .homePage__feedback--item .position {
      color: #191b50; }
  .home .homePage__feedback .partner img {
    width: unset !important; }
.home .store-listing-home {
  padding: 40px 0; }
  @media screen and (max-width: 776px) {
    .home .store-listing-home .row {
      flex-direction: column; } }
  @media screen and (max-width: 576px) {
    .home .store-listing-home .row .align-items-start {
      flex-direction: column; } }
  .home .store-listing-home .row .content .title_section4 {
    color: #374151;
    line-height: 38px;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    text-transform: uppercase; }
  .home .store-listing-home .row .content .scroll .scroll_menu {
    height: 100%;
    max-height: 365px;
    max-width: 560px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow-y: auto;
    gap: 0 10px;
    white-space: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    padding-top: 20px;
    /* Style the scrollbar thumb (the draggable part) */
    /* Style the scrollbar track when the mouse is over it */ }
    .home .store-listing-home .row .content .scroll .scroll_menu::-webkit-scrollbar {
      height: 5px;
      width: 5px;
      background-color: transparent;
      border-radius: 8px; }
    .home .store-listing-home .row .content .scroll .scroll_menu::-webkit-scrollbar-track {
      border-radius: 8px;
      height: 2px; }
    .home .store-listing-home .row .content .scroll .scroll_menu::-webkit-scrollbar-thumb {
      height: 5px;
      border-radius: 8px;
      background-clip: content-box;
      background-color: rgba(136, 136, 136, 0.65); }
    .home .store-listing-home .row .content .scroll .scroll_menu::-webkit-scrollbar-thumb {
      background-color: #00000024;
      border-radius: 6px; }
    .home .store-listing-home .row .content .scroll .scroll_menu::-webkit-scrollbar-thumb:hover {
      background-color: #555; }
    .home .store-listing-home .row .content .scroll .scroll_menu::-webkit-scrollbar-track {
      background-color: #f1f1f1;
      border-radius: 6px; }
    @media screen and (max-width: 776px) {
      .home .store-listing-home .row .content .scroll .scroll_menu {
        width: 100%; } }
    .home .store-listing-home .row .content .scroll .scroll_menu li {
      border-bottom: 1px solid #00000024;
      margin-bottom: 20px;
      width: 100%; }
      .home .store-listing-home .row .content .scroll .scroll_menu li h6 {
        color: #fba832; }
      .home .store-listing-home .row .content .scroll .scroll_menu li .nav-link {
        display: -webkit-box;
        line-clamp: 2;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        white-space: normal;
        overflow: hidden; }
  .home .store-listing-home .row #pills-tabContent {
    padding-left: 10px; }
    @media screen and (max-width: 976px) {
      .home .store-listing-home .row #pills-tabContent {
        width: 100%; } }
    @media screen and (max-width: 776px) {
      .home .store-listing-home .row #pills-tabContent {
        width: 100%;
        padding-left: 0; } }
  .home .store-listing-home .row img {
    border-radius: 20px;
    box-shadow: 1px solide;
    box-shadow: 0 0px 8px 0 #00000038;
    width: 100%;
    max-height: 450px;
    object-fit: cover; }
  .home .store-listing-home .nav-link.active,
  .home .store-listing-home .show > .nav-link {
    color: green;
    background-color: #fff; }

@media screen and (max-width: 767px) {
  .content_banner {
    width: 100% !important; } }
.content_banner .cate-list {
  padding: 10px 5px;
  text-align: center;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500; }
  .content_banner .cate-list .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 24px; }
    .content_banner .cate-list .list .item {
      padding: 9.5px 10px;
      display: flex;
      flex-direction: column;
      gap: 7px;
      align-items: center; }
      .content_banner .cate-list .list .item:hover img {
        transform: scale(1.1); }
      .content_banner .cate-list .list .item img {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        transform: scale(1);
        transition: all .3s ease-in-out; }
        @media screen and (max-width: 767px) {
          .content_banner .cate-list .list .item img {
            width: 60px;
            height: 60px; } }
      .content_banner .cate-list .list .item p {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        display: -webkit-box !important;
        -webkit-box-orient: vertical; }
    .content_banner .cate-list .list .owl-carousel .owl-nav.disabled {
      height: 1px;
      margin: 0;
      display: block;
      position: absolute;
      justify-content: space-between;
      display: flex;
      width: 100%;
      top: 35%;
      transform: translate(0, -50%); }
      @media screen and (max-width: 767px) {
        .content_banner .cate-list .list .owl-carousel .owl-nav.disabled {
          display: none; } }
      .content_banner .cate-list .list .owl-carousel .owl-nav.disabled button {
        font-size: 21px; }
      .content_banner .cate-list .list .owl-carousel .owl-nav.disabled .owl-prev {
        color: #afaaaa;
        margin-left: -15px;
        border-radius: 50%;
        background: #fff;
        height: 30px;
        width: 30px;
        box-shadow: 1px #000;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
        transition: opacity 0.3s, visibility 0.3s;
        font-weight: 300 !important;
        position: absolute;
        top: -18px;
        left: 0; }
      .content_banner .cate-list .list .owl-carousel .owl-nav.disabled .owl-next {
        color: #afaaaa;
        margin-right: -15px;
        border-radius: 50%;
        background: #fff;
        height: 30px;
        width: 30px;
        box-shadow: 1px #000;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
        transition: opacity 0.3s, visibility 0.3s;
        font-weight: 300 !important;
        position: absolute;
        top: -18px;
        right: 0; }

header#header {
  position: sticky;
  z-index: 99; }
  header#header .header-wrapper .header-top {
    background: #00ad45; }
    header#header .header-wrapper .header-top .item-left .items li.item a {
      color: white; }
      @media screen and (max-width: 1550px) {
        header#header .header-wrapper .header-top .item-left .items li.item a {
          font-size: 14px; } }
    header#header .header-wrapper .header-top .item-right .language #gt_float_wrapper {
      display: flex;
      align-items: center; }
    header#header .header-wrapper .header-top .item-right .language .gt-selected,
    header#header .header-wrapper .header-top .item-right .language .gt_float_switcher {
      background-color: unset;
      box-shadow: unset;
      font-size: unset; }
      header#header .header-wrapper .header-top .item-right .language .gt-selected .gt-current-lang,
      header#header .header-wrapper .header-top .item-right .language .gt_float_switcher .gt-current-lang {
        padding: 0; }
        header#header .header-wrapper .header-top .item-right .language .gt-selected .gt-current-lang img,
        header#header .header-wrapper .header-top .item-right .language .gt_float_switcher .gt-current-lang img {
          width: 20px;
          height: 20px;
          border-radius: 50%;
          margin: 0; }
        header#header .header-wrapper .header-top .item-right .language .gt-selected .gt-current-lang .gt-lang-code,
        header#header .header-wrapper .header-top .item-right .language .gt_float_switcher .gt-current-lang .gt-lang-code {
          top: 0px;
          font-size: 14px;
          color: white; }
        header#header .header-wrapper .header-top .item-right .language .gt-selected .gt-current-lang .gt_float_switcher-arrow,
        header#header .header-wrapper .header-top .item-right .language .gt_float_switcher .gt-current-lang .gt_float_switcher-arrow {
          background-size: 8px;
          filter: brightness(2.5); }
      header#header .header-wrapper .header-top .item-right .language .gt-selected .gt_options,
      header#header .header-wrapper .header-top .item-right .language .gt_float_switcher .gt_options {
        position: absolute;
        display: block;
        border: 1px solid #d7d7d7;
        box-shadow: rgba(0, 0, 0, 0.04) 0px 8px 16px;
        background: white;
        padding: 5px 10px;
        border-radius: 6px; }
        header#header .header-wrapper .header-top .item-right .language .gt-selected .gt_options .nturl,
        header#header .header-wrapper .header-top .item-right .language .gt_float_switcher .gt_options .nturl {
          padding: 0;
          font-size: 14px;
          color: #000;
          padding-bottom: 8px; }
          header#header .header-wrapper .header-top .item-right .language .gt-selected .gt_options .nturl:last-child,
          header#header .header-wrapper .header-top .item-right .language .gt_float_switcher .gt_options .nturl:last-child {
            padding-bottom: 0; }
          header#header .header-wrapper .header-top .item-right .language .gt-selected .gt_options .nturl img,
          header#header .header-wrapper .header-top .item-right .language .gt_float_switcher .gt_options .nturl img {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            margin: 0; }
          header#header .header-wrapper .header-top .item-right .language .gt-selected .gt_options .nturl:hover,
          header#header .header-wrapper .header-top .item-right .language .gt_float_switcher .gt_options .nturl:hover {
            background: unset;
            color: #374151; }
  header#header .header-wrapper .header-bottom {
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
    header#header .header-wrapper .header-bottom .logo img {
      width: auto;
      height: 100px; }
    header#header .header-wrapper .header-bottom .research .button-ask {
      background: #fba832;
      padding: 8px 16px;
      border-radius: 8px;
      color: white;
      font-weight: 600; }
      header#header .header-wrapper .header-bottom .research .button-ask:hover {
        background: #f0920e; }
    header#header .header-wrapper .header-bottom .research .vl {
      border-left: 0.75px solid rgba(0, 0, 0, 0.1);
      height: 23px;
      width: 2px; }
    header#header .header-wrapper .header-bottom .menu ul.mega-sub-menu {
      box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15) !important;
      border-color: rgba(255, 255, 255, 0) !important;
      min-width: 250px !important;
      padding: 0 !important;
      border-radius: 12px !important;
      background: #fff !important;
      overflow: hidden !important;
      transition: none !important; }
      header#header .header-wrapper .header-bottom .menu ul.mega-sub-menu li.mega-menu-item {
        padding: 5px 10px; }
        header#header .header-wrapper .header-bottom .menu ul.mega-sub-menu li.mega-menu-item a {
          background: #fff !important;
          font-weight: 400 !important;
          font-size: 14px; }
          header#header .header-wrapper .header-bottom .menu ul.mega-sub-menu li.mega-menu-item a:hover {
            background: #f0f0f061 !important;
            color: #00ad45 !important;
            font-weight: 600 !important; }
          header#header .header-wrapper .header-bottom .menu ul.mega-sub-menu li.mega-menu-item a:hover {
            color: #00ad45 !important; }
    header#header .header-wrapper .header-bottom .menu li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
    header#header .header-wrapper .header-bottom .menu li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
    header#header .header-wrapper .header-bottom .menu li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
      background: unset !important;
      color: #fba832 !important; }
    header#header .header-wrapper .header-bottom .menu .mega-menu-item a:hover {
      background: unset !important; }
    header#header .header-wrapper .header-bottom .menu #mega-menu-wrap-primary {
      background: unset; }
    header#header .header-wrapper .header-bottom .menu #mega-menu-primary {
      display: flex;
      justify-content: space-between; }
      header#header .header-wrapper .header-bottom .menu #mega-menu-primary .mega-menu-item a {
        font-weight: 600;
        font-size: 16px;
        color: #595959;
        text-transform: uppercase; }
        header#header .header-wrapper .header-bottom .menu #mega-menu-primary .mega-menu-item a:hover {
          color: #00ad45;
          font-weight: 700; }
      header#header .header-wrapper .header-bottom .menu #mega-menu-primary .current-mega-menu-item a {
        color: #fba832; }
      header#header .header-wrapper .header-bottom .menu #mega-menu-primary .mega-menu-item-design-new {
        position: relative; }
        header#header .header-wrapper .header-bottom .menu #mega-menu-primary .mega-menu-item-design-new::after {
          content: "new";
          padding: 2px 4px;
          border-radius: 8px;
          background: #db0b5b;
          font-weight: 600;
          font-size: 9px;
          position: absolute;
          display: block;
          text-transform: uppercase;
          color: white;
          top: -5px;
          right: -9px; }
      header#header .header-wrapper .header-bottom .menu #mega-menu-primary .mega-menu-item-design-popular::after {
        content: "popular";
        padding: 2px 4px;
        border-radius: 8px;
        background: #db0b5b;
        font-weight: 600;
        font-size: 9px;
        position: absolute;
        display: block;
        text-transform: uppercase;
        color: white;
        top: -5px;
        right: -9px; }
  header#header .header-wrapper .header-menu-under {
    margin-top: 5px;
    border-top: 1px solid #e0e0e0; }
    header#header .header-wrapper .header-menu-under .grid-item-category .item-category {
      display: flex;
      align-items: center;
      position: relative;
      background: #00ad45;
      padding: 0 10px; }
    header#header .header-wrapper .header-menu-under .grid-item-category #categoryButton {
      display: flex;
      align-items: center;
      gap: 10px;
      cursor: pointer;
      width: 100%; }
      header#header .header-wrapper .header-menu-under .grid-item-category #categoryButton h6 {
        color: white;
        text-transform: uppercase; }
    header#header .header-wrapper .header-menu-under .grid-item-category .category-list-left {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%; }
  header#header .fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 1s; }

.modal-content {
  border-radius: 50px; }
  .modal-content .btn-close {
    position: absolute;
    right: 0;
    top: -15px;
    filter: brightness(0) invert(1); }

.search-col {
  width: 350px; }
  @media screen and (max-width: 576px) {
    .search-col {
      width: 100%;
      padding: 5px 10px; } }

.search_bar {
  position: relative;
  background: #ebebeb;
  border-radius: 50px;
  height: 48px;
  width: 100%;
  /* clears the 'X' from Internet Explorer */
  /* clears the 'X' from Chrome */ }
  .search_bar button.btn-search-nvt {
    position: absolute;
    z-index: 2;
    right: 0;
    background: transparent;
    border: none;
    top: 50%;
    border-radius: 50%;
    color: #5c5c5c;
    transform: translate(-10px, -50%); }
  .search_bar input.input_search {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: transparent;
    text-indent: 15px;
    border: none;
    outline: none;
    border-radius: 50px;
    transition: all 0.5s; }
    .search_bar input.input_search:focus {
      background: #ffffff;
      box-shadow: inset;
      box-shadow: inset 0 0 35px #f0ede6, 3px 3px 5px 0 #ccc; }
  @media screen and (max-width: 1440px) {
    .search_bar {
      height: 40px; } }
  .search_bar input[type="search"] {
    font-weight: 400;
    color: #5c5c5c;
    font-size: 16px !important;
    line-height: 22px; }
  .search_bar input[type="search"]::-ms-clear {
    display: none;
    width: 0;
    height: 0; }
  .search_bar input[type="search"]::-ms-reveal {
    display: none;
    width: 0;
    height: 0; }
  .search_bar input[type="search"]::-webkit-search-decoration,
  .search_bar input[type="search"]::-webkit-search-cancel-button,
  .search_bar input[type="search"]::-webkit-search-results-button,
  .search_bar input[type="search"]::-webkit-search-results-decoration {
    display: none; }

.ux-body-overlay {
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: visibility 0.3s, opacity 0.3s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 29; }

.ux-body-overlay--hover-active {
  visibility: visible;
  opacity: 1; }

.VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q {
  background-color: unset !important;
  box-shadow: unset !important; }

.category_product .scroll_menu {
  /* Style the scrollbar thumb (the draggable part) */
  /* Style the scrollbar track when the mouse is over it */ }
  .category_product .scroll_menu::-webkit-scrollbar {
    height: 5px;
    width: 5px;
    background-color: transparent;
    border-radius: 8px; }
  .category_product .scroll_menu::-webkit-scrollbar-track {
    border-radius: 8px;
    height: 2px; }
  .category_product .scroll_menu::-webkit-scrollbar-thumb {
    height: 5px;
    border-radius: 8px;
    background-clip: content-box;
    background-color: rgba(136, 136, 136, 0.65); }
  .category_product .scroll_menu::-webkit-scrollbar-thumb {
    background-color: #00000024;
    border-radius: 6px; }
  .category_product .scroll_menu::-webkit-scrollbar-thumb:hover {
    background-color: #555; }
  .category_product .scroll_menu::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 6px; }
  @media screen and (max-width: 776px) {
    .category_product .scroll_menu {
      width: 100%; } }
  .category_product .scroll_menu li {
    border-bottom: 1px solid #00000024;
    margin-bottom: 10px;
    width: 100%; }
    .category_product .scroll_menu li h6 {
      color: #fba832; }
    .category_product .scroll_menu li .nav-link {
      display: -webkit-box;
      line-clamp: 2;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      white-space: normal;
      overflow: hidden; }

@media screen and (max-width: 767px) {
  .category_product .danhmuc {
    display: none; } }
.category_product .danhmuc .wrapper {
  position: relative; }
.category_product .danhmuc .child {
  border-radius: 5px;
  width: 100% !important; }
.category_product .danhmuc ul {
  width: 200px;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  /* Style the scrollbar thumb (the draggable part) */
  /* Style the scrollbar track when the mouse is over it */ }
  .category_product .danhmuc ul::-webkit-scrollbar {
    height: 5px;
    width: 5px;
    background-color: transparent;
    border-radius: 8px; }
  .category_product .danhmuc ul::-webkit-scrollbar-track {
    border-radius: 8px;
    height: 2px; }
  .category_product .danhmuc ul::-webkit-scrollbar-thumb {
    height: 5px;
    border-radius: 8px;
    background-clip: content-box;
    background-color: rgba(136, 136, 136, 0.65); }
  .category_product .danhmuc ul::-webkit-scrollbar-thumb {
    background-color: #00000024;
    border-radius: 6px; }
  .category_product .danhmuc ul::-webkit-scrollbar-thumb:hover {
    background-color: #555; }
  .category_product .danhmuc ul::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 6px; }
  @media screen and (max-width: 776px) {
    .category_product .danhmuc ul {
      width: 100%; } }
.category_product .danhmuc li .wrapper {
  position: absolute;
  z-index: 10;
  display: none; }
.category_product .danhmuc li:hover > .wrapper {
  display: block; }
.category_product .danhmuc ul {
  padding-left: 0 !important;
  color: white;
  font-family: sans-serif;
  font-size: 16px;
  list-style: none;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  transition: opacity 0.3s, visibility 0.3s;
  background: #fff; }
.category_product .danhmuc li {
  padding: 10px;
  background: #fff !important;
  border-bottom: 1px solid #ddd;
  justify-content: space-between;
  display: flex; }
  .category_product .danhmuc li:hover {
    background-color: #f2f2f2 !important;
    cursor: pointer !important; }
  .category_product .danhmuc li a {
    width: 100%; }
    .category_product .danhmuc li a:hover {
      font-weight: 600; }
  .category_product .danhmuc li ul {
    margin: 0;
    border-left: 3px solid #f6d039; }
  .category_product .danhmuc li .wrapper {
    cursor: auto; }
    .category_product .danhmuc li .wrapper li {
      padding: 10px; }
  .category_product .danhmuc li.parent_cat {
    cursor: pointer; }

.item-left div.cart,
.item-left div.account {
  color: #545454;
  font-size: 18px; }
  .item-left div.cart i,
  .item-left div.account i {
    font-size: 25px;
    position: relative;
    font-family: "Font Awesome 5 Pro"; }
    .item-left div.cart i .count-cart,
    .item-left div.account i .count-cart {
      position: absolute;
      font-size: 14px;
      font-weight: 600;
      line-height: 1.2em;
      background: #dc2626;
      border-radius: 2.75rem;
      color: white;
      padding: 0px 5px;
      border: 1px solid white;
      top: -9px;
      right: -14px; }
  @media screen and (max-width: 1440px) {
    .item-left div.cart,
    .item-left div.account {
      font-size: 14px; }
      .item-left div.cart i,
      .item-left div.account i {
        font-size: 20px; } }
  .item-left div.cart .custom_avatar,
  .item-left div.account .custom_avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%; }
.item-left div.cart {
  position: relative; }
  .item-left div.cart:hover i {
    animation: pulse 1.4s infinite; }
@keyframes pulse {
  50% {
    transform: scale(1.07) translateY(-2px); } }
  .item-left div.cart .shopping-cart {
    background: white;
    width: 400px;
    position: absolute;
    z-index: 99;
    top: 30px;
    right: -10px;
    border-radius: 8px;
    padding: 16px;
    overflow: hidden;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
    -webkit-transform-origin: right top 0;
    -webkit-transform: scale(0);
    transform-origin: right top 0;
    transform: scale(0); }
    .item-left div.cart .shopping-cart.active {
      opacity: 1;
      -webkit-transform-origin: right top 0;
      -webkit-transform: scale(1);
      transform-origin: right top 0;
      transform: scale(1); }
    .item-left div.cart .shopping-cart .shopping-cart-header {
      border-bottom: 1px solid #e8e8e8;
      padding-bottom: 5px; }
      .item-left div.cart .shopping-cart .shopping-cart-header .shopping-cart-total {
        float: right; }
    .item-left div.cart .shopping-cart .sum_price .total {
      font-weight: 700; }
      .item-left div.cart .shopping-cart .sum_price .total bdi {
        color: #464646; }
        .item-left div.cart .shopping-cart .sum_price .total bdi .woocommerce-Price-currencySymbol {
          color: #464646; }
    .item-left div.cart .shopping-cart .shopping-cart-items {
      max-height: 275px;
      padding-top: 1rem;
      list-style: none;
      overflow-x: hidden;
      overflow-y: scroll;
      padding-left: 0;
      margin: 0; }
      .item-left div.cart .shopping-cart .shopping-cart-items li {
        margin-bottom: 18px; }
      .item-left div.cart .shopping-cart .shopping-cart-items figure {
        margin-bottom: 0;
        width: unset !important; }
      .item-left div.cart .shopping-cart .shopping-cart-items img {
        float: left;
        margin-right: 12px;
        max-width: 70px;
        max-height: 70px;
        border-radius: 8px; }
      .item-left div.cart .shopping-cart .shopping-cart-items .item-name {
        font-size: 14px; }
      .item-left div.cart .shopping-cart .shopping-cart-items .item-price {
        color: #464646;
        font-size: 16px; }
      .item-left div.cart .shopping-cart .shopping-cart-items .item-quantity {
        color: #abb0be;
        font-size: 13px; }
        .item-left div.cart .shopping-cart .shopping-cart-items .item-quantity .quantity {
          color: #abb0be; }
      .item-left div.cart .shopping-cart .shopping-cart-items .button-remove {
        float: right; }
      .item-left div.cart .shopping-cart .shopping-cart-items .button-remove {
        width: 30px;
        height: 22px;
        position: relative;
        transition: opacity 200ms;
        vertical-align: top;
        display: block;
        -webkit-appearance: none;
        background: none;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        text-indent: -9999px; }
      .item-left div.cart .shopping-cart .shopping-cart-items .button-remove:before,
      .item-left div.cart .shopping-cart .shopping-cart-items .button-remove:after {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAQAAACMnYaxAAAAXUlEQVR4XsWQQQrAQAgD84Pti/JSoaftN1MCdgXxXgYvGfUQyABE4DEIUJmeuKgVlJI5em0RGTesFXXZuLwCzvL2pYbHmfCTNSXxpyyajLGClFy7K1dgaaho7YYovIpO3rju6hYFAAAAAElFTkSuQmCC) 0 0 no-repeat;
        left: 8px;
        position: absolute;
        right: 8px;
        top: 6px;
        display: inline-block;
        content: ""; }
      .item-left div.cart .shopping-cart .shopping-cart-items .button-remove:before {
        height: 6px;
        transform-origin: -7% 100%;
        -moz-transform-origin: -7% 100%;
        -webkit-transform-origin: -7% 100%;
        transition: transform 150ms;
        -moz-transition: transform 150ms;
        -webkit-transition: transform 150ms;
        width: 14px; }
      .item-left div.cart .shopping-cart .shopping-cart-items .button-remove:after {
        background-position: -1px -4px;
        height: 12px;
        margin-left: 1px;
        margin-right: 2px;
        margin-top: 4px;
        width: 11px; }
      .item-left div.cart .shopping-cart .shopping-cart-items .button-remove:hover:before {
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transition: transform 250ms;
        -moz-transition: transform 250ms;
        -webkit-transition: transform 250ms; }
      .item-left div.cart .shopping-cart .shopping-cart-items .button-remove:hover {
        background: transparent; }
    .item-left div.cart .shopping-cart .button-minicart .buynow-minicart {
      background: #c50000;
      border-radius: 8px;
      border: 2px solid #c50000;
      width: 100%;
      text-align: center;
      padding: 10px;
      color: white;
      font-size: 16px; }
      .item-left div.cart .shopping-cart .button-minicart .buynow-minicart:hover {
        background: white;
        color: #c50000 !important; }
    .item-left div.cart .shopping-cart .button-minicart .cart-minicart {
      background: white;
      border: 2px solid #c50000;
      border-radius: 8px;
      width: 100%;
      text-align: center;
      padding: 10px;
      color: #c50000;
      font-size: 16px; }
      .item-left div.cart .shopping-cart .button-minicart .cart-minicart:hover {
        background: #c50000;
        color: white !important; }
  .item-left div.cart .shopping-cart:after {
    bottom: 100%;
    left: 89%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: white;
    border-width: 8px;
    margin-left: -8px; }
  .item-left div.cart .cart-icon {
    color: #515783;
    font-size: 24px;
    margin-right: 7px;
    float: left; }
  .item-left div.cart .button {
    background: #f8770c;
    color: white;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    display: block;
    border-radius: 3px;
    font-size: 16px;
    text-transform: uppercase; }
    .item-left div.cart .button:hover {
      background: #f87f1b; }
    .item-left div.cart .button i {
      padding-left: 5px; }
  .item-left div.cart .clearfix:after {
    content: "";
    display: table;
    clear: both; }
.item-left div.account:hover i {
  animation: pulse 1.4s infinite; }
@keyframes pulse {
  50% {
    transform: scale(1.07) translateY(-2px); } }
@media screen and (max-width: 576px) {
  .item-left div.cart .shopping-cart {
    width: 300px !important;
    right: -90px !important; } }
@media (max-width: 1199.98px) {
  /* 
==================================================
- Header 
==================================================
*/
  header {
    position: fixed;
    top: 0px;
    width: 100%;
    color: #fff;
    background-color: #e0e0e0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    z-index: 99; }
  header.stick {
    text-align: left;
    padding: 5px 0 !important;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.15); }
    header.stick .mobileMenuButton span,
    header.stick .mobileMenuButton span:before,
    header.stick .mobileMenuButton span:after {
      background: #c7292e; }

  .fake-class {
    width: 30px; }

  .wrap-container {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: center; }

  .sidebar-header {
    text-align: center;
    font-size: 20px;
    position: relative;
    width: 100%;
    display: inline-block; }

  .sidebar-brand {
    height: 65px;
    position: relative;
    background: #212531;
    background: linear-gradient(to right bottom, #2f3441 50%, #212531 50%);
    padding-top: 1em; }

  .sidebar-brand a {
    color: #ddd; }

  .sidebar-brand a:hover {
    color: #fff;
    text-decoration: none; }

  .sidebar-nav {
    top: 0;
    margin: 0;
    padding: 0;
    list-style: none; }

  .sidebar-nav li {
    position: relative;
    line-height: 20px;
    display: inline-block;
    width: 100%; }

  .sidebar-nav li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 3px;
    background-color: #1c1c1c;
    -webkit-transition: width 0.2s ease-in;
    -moz-transition: width 0.2s ease-in;
    -ms-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in; }

  .sidebar-nav li:nth-child(5n + 1):before {
    background-color: #ec1b5a; }

  .sidebar-nav li:nth-child(5n + 2):before {
    background-color: #79aefe; }

  .sidebar-nav li:nth-child(5n + 3):before {
    background-color: #314190; }

  .sidebar-nav li:nth-child(5n + 4):before {
    background-color: #279636; }

  .sidebar-nav li:nth-child(5n + 5):before {
    background-color: #7d5d81; }

  .sidebar-nav li:hover:before,
  .sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width 0.2s ease-in;
    -moz-transition: width 0.2s ease-in;
    -ms-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in; }

  .sidebar-nav li a {
    display: block;
    color: #ddd;
    text-decoration: none;
    padding: 10px 15px 10px 30px; }

  .sidebar-nav li a:hover,
  .sidebar-nav li a:active,
  .sidebar-nav li a:focus,
  .sidebar-nav li.open a:hover,
  .sidebar-nav li.open a:active,
  .sidebar-nav li.open a:focus {
    color: #fff;
    text-decoration: none;
    background-color: transparent; }

  .sidebar-header {
    text-align: center;
    font-size: 20px;
    position: sticky;
    top: 0;
    width: 100%;
    display: inline-block;
    z-index: 1; }

  /*-------------------------------*/
  /*            Overlay            */
  /*-------------------------------*/
  #sidebar-wrapper {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%; }

  #sidebar-wrapper::-webkit-scrollbar {
    display: none; }

  /*-------------------------------*/
  /*            Overlay            */
  /*-------------------------------*/
  .overlay-left {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250, 250, 250, 0.8);
    z-index: 1; }

  .box-category {
    /*-------------------------------*/
    /*       Hamburger-Cross         */
    /*-------------------------------*/ }
    .box-category .hamburger {
      top: 200px;
      transform: rotate(180deg);
      z-index: 999;
      display: block;
      width: 28px;
      height: 30px;
      background: #5c5c5c7b;
      border: none; }
      .box-category .hamburger:hover {
        background: #191b50; }
    .box-category .hamburger:hover,
    .box-category .hamburger:focus,
    .box-category .hamburger:active {
      outline: none; }
    .box-category .hamburger.is-closed:before {
      content: "";
      display: block;
      width: 100px;
      font-size: 14px;
      color: #fff;
      line-height: 32px;
      text-align: center;
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
      -webkit-transition: all 0.35s ease-in-out; }
    .box-category .hamburger.is-closed:hover:before {
      opacity: 1;
      display: block;
      -webkit-transform: translate3d(-100px, 0, 0);
      -webkit-transition: all 0.35s ease-in-out; }
    .box-category .hamburger.is-closed .hamb-top,
    .box-category .hamburger.is-closed .hamb-middle,
    .box-category .hamburger.is-closed .hamb-bottom,
    .box-category .hamburger.is-open .hamb-top,
    .box-category .hamburger.is-open .hamb-middle,
    .box-category .hamburger.is-open .hamb-bottom {
      position: absolute;
      left: 4px;
      height: 4px;
      width: 20px;
      border-radius: 12px; }
    .box-category .hamburger.is-closed .hamb-top,
    .box-category .hamburger.is-closed .hamb-middle,
    .box-category .hamburger.is-closed .hamb-bottom {
      background-color: #ffffff; }
    .box-category .hamburger.is-closed .hamb-top {
      top: 5px;
      -webkit-transition: all 0.35s ease-in-out; }
    .box-category .hamburger.is-closed .hamb-middle {
      top: 50%;
      margin-top: -2px; }
    .box-category .hamburger.is-closed .hamb-bottom {
      bottom: 5px;
      -webkit-transition: all 0.35s ease-in-out; }
    .box-category .hamburger.is-closed:hover .hamb-top {
      top: 0;
      -webkit-transition: all 0.35s ease-in-out; }
    .box-category .hamburger.is-closed:hover .hamb-bottom {
      bottom: 0;
      -webkit-transition: all 0.35s ease-in-out; }
    .box-category .hamburger.is-open .hamb-top,
    .box-category .hamburger.is-open .hamb-middle,
    .box-category .hamburger.is-open .hamb-bottom {
      background-color: #ffffff; }
    .box-category .hamburger.is-open .hamb-top,
    .box-category .hamburger.is-open .hamb-bottom {
      top: 50%;
      margin-top: -2px; }
    .box-category .hamburger.is-open .hamb-top {
      -webkit-transform: rotate(45deg);
      -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08); }
    .box-category .hamburger.is-open .hamb-middle {
      display: none; }
    .box-category .hamburger.is-open .hamb-bottom {
      -webkit-transform: rotate(-45deg);
      -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08); }
    .box-category .hamburger.is-open:before {
      content: "";
      display: block;
      width: 100px;
      font-size: 14px;
      color: #fff;
      line-height: 32px;
      text-align: center;
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
      -webkit-transition: all 0.35s ease-in-out; }
    .box-category .hamburger.is-open:hover:before {
      opacity: 1;
      display: block;
      -webkit-transform: translate3d(-100px, 0, 0);
      -webkit-transition: all 0.35s ease-in-out; }
    .box-category button:focus {
      outline: none; }
    .box-category aside {
      background: #1a1d23;
      width: 250px;
      height: 100vh;
      position: fixed;
      transition: 0.3s;
      left: -250px;
      top: 0;
      z-index: 99;
      transition-timing-function: cubic-bezier(0.9, 0, 1, 1); }
    .box-category aside.close {
      left: 0;
      transition: 0.3s;
      transition-timing-function: cubic-bezier(0.9, 0, 1, 1); }
    .box-category nav a {
      display: block;
      color: #ddd;
      text-decoration: none;
      padding: 10px; }
    .box-category nav a:hover {
      background: #313640; }
    .box-category aside button {
      border: none;
      background: none;
      position: absolute;
      right: -28px;
      top: 7px;
      font-size: 30px;
      transform: rotate(90deg);
      display: inline-block;
      cursor: pointer; }

  .branding {
    width: auto;
    height: 80px;
    float: left;
    text-align: left;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out; } }
  @media screen and (max-width: 1199.98px) and (max-width: 576px) {
    .branding {
      width: 25%; } }

@media (max-width: 1199.98px) {
  .branding.stick {
    height: 60px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out; }

  .logo-lg {
    height: 100% !important;
    width: 100%;
    object-fit: contain; }

  .logo-sm {
    height: 100% !important;
    width: 100%;
    object-fit: contain;
    display: none; }

  .menu {
    width: 75%;
    float: left;
    text-align: right; }

  .listMenu {
    display: none; }

  .mobile-right {
    display: flex;
    align-items: center;
    gap: 15px; }
    .mobile-right .language #gt_float_wrapper {
      display: flex;
      align-items: center; }
    .mobile-right .language .gt-selected,
    .mobile-right .language .gt_float_switcher {
      background-color: unset;
      box-shadow: unset;
      font-size: unset; }
      .mobile-right .language .gt-selected .gt-current-lang,
      .mobile-right .language .gt_float_switcher .gt-current-lang {
        padding: 0; }
        .mobile-right .language .gt-selected .gt-current-lang img,
        .mobile-right .language .gt_float_switcher .gt-current-lang img {
          width: 20px;
          height: 20px;
          border-radius: 50%;
          margin: 0; }
        .mobile-right .language .gt-selected .gt-current-lang .gt-lang-code,
        .mobile-right .language .gt_float_switcher .gt-current-lang .gt-lang-code {
          top: 0px;
          font-size: 14px;
          color: white; }
        .mobile-right .language .gt-selected .gt-current-lang .gt_float_switcher-arrow,
        .mobile-right .language .gt_float_switcher .gt-current-lang .gt_float_switcher-arrow {
          background-size: 8px;
          filter: brightness(2.5); }
      .mobile-right .language .gt-selected .gt_options,
      .mobile-right .language .gt_float_switcher .gt_options {
        position: absolute;
        display: block;
        border: 1px solid #d7d7d7;
        box-shadow: rgba(0, 0, 0, 0.04) 0px 8px 16px;
        background: white;
        padding: 5px 10px;
        border-radius: 6px;
        right: 20px; }
        .mobile-right .language .gt-selected .gt_options .nturl,
        .mobile-right .language .gt_float_switcher .gt_options .nturl {
          padding: 0;
          font-size: 14px;
          color: #000;
          padding-bottom: 8px; }
          .mobile-right .language .gt-selected .gt_options .nturl:last-child,
          .mobile-right .language .gt_float_switcher .gt_options .nturl:last-child {
            padding-bottom: 0; }
          .mobile-right .language .gt-selected .gt_options .nturl img,
          .mobile-right .language .gt_float_switcher .gt_options .nturl img {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            margin: 0; }
          .mobile-right .language .gt-selected .gt_options .nturl:hover,
          .mobile-right .language .gt_float_switcher .gt_options .nturl:hover {
            background: unset;
            color: #374151; }
    .mobile-right .gt-lang-code {
      display: none !important; }
    .mobile-right .gt_float_switcher-arrow {
      display: none !important; } }
/* 
==================================================
- The Mobile Menu
==================================================
*/
/* The Menu Button */
.mobileMenuButton {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 34px;
  z-index: 99;
  border-radius: 4px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease; }

.mobileMenuButton:hover {
  border: 1px solid #000;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 4px; }

.mobileMenuButton:active {
  border: 1px solid #000;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 4px; }

.mobileMenuButton:hover span {
  background: #fff; }

.mobileMenuButton:hover span:before {
  background: #fff; }

.mobileMenuButton:hover span:after {
  background: #fff; }

.mobileMenuButton span {
  margin-top: 50%; }

.mobileMenuButton span,
.mobileMenuButton span:before,
.mobileMenuButton span:after {
  cursor: pointer;
  border-radius: 5px;
  height: 4px;
  width: 22px;
  background: #191b50;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  content: ""; }

.mobileMenuButton span:before {
  top: -8px; }

.mobileMenuButton span:after {
  bottom: -8px; }

/* The Menu */
#mega-menu-wrap-primary {
  background: unset !important; }

.mobileMenu {
  width: 380px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #938282ed;
  z-index: 1200;
  text-align: right;
  padding-top: 40px;
  transition: all 0.3s ease-in-out;
  overflow: scroll; }
  @media screen and (max-width: 500px) {
    .mobileMenu {
      width: 70% !important; } }
  .mobileMenu .mega-menu-toggle {
    display: none !important; }
  .mobileMenu #mega-menu-primary {
    display: flex !important;
    flex-direction: column;
    margin: 15px 20px !important; }
  .mobileMenu ul.mega-sub-menu {
    margin: 0 15px !important;
    border-left: 1px solid !important;
    padding: 0 !important;
    overflow: hidden !important; }
    .mobileMenu ul.mega-sub-menu li.mega-menu-item a {
      background: #fff !important;
      font-weight: 400 !important;
      font-size: 14px; }
      .mobileMenu ul.mega-sub-menu li.mega-menu-item a:hover {
        background: #f0f0f061 !important; }
      .mobileMenu ul.mega-sub-menu li.mega-menu-item a:hover {
        color: inherit !important; }
  .mobileMenu li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
  .mobileMenu li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
  .mobileMenu li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
    background: unset !important;
    color: #fba832 !important; }
  .mobileMenu .mega-menu-item a:hover {
    background: unset !important; }
  .mobileMenu #mega-menu-wrap-primary {
    background: unset; }
  .mobileMenu #mega-menu-primary .mega-menu-item a {
    font-weight: 600;
    font-size: 16px;
    color: #595959; }
    .mobileMenu #mega-menu-primary .mega-menu-item a:hover {
      color: #3c3c3c; }
  .mobileMenu #mega-menu-primary .current-mega-menu-item a {
    color: #fba832; }
  .mobileMenu #mega-menu-primary .mega-menu-item-design-new {
    position: relative; }
    .mobileMenu #mega-menu-primary .mega-menu-item-design-new::after {
      content: "new";
      padding: 2px 4px;
      border-radius: 8px;
      background: #db0b5b;
      font-weight: 600;
      font-size: 9px;
      position: absolute;
      display: block;
      text-transform: uppercase;
      color: white;
      top: -5px;
      right: -9px; }
  .mobileMenu #mega-menu-primary .mega-menu-item-design-popular::after {
    content: "popular";
    padding: 2px 4px;
    border-radius: 8px;
    background: #db0b5b;
    font-weight: 600;
    font-size: 9px;
    position: absolute;
    display: block;
    text-transform: uppercase;
    color: white;
    top: -5px;
    right: -9px; }
  .mobileMenu ul.mega-menu {
    background: unset !important;
    width: 100%;
    padding: 0 10px !important; }
    .mobileMenu ul.mega-menu li.mega-menu-item,
    .mobileMenu ul.mega-menu li.mega-current-menu-item {
      margin: 0;
      border-top: 1px solid #bdbdbd !important; }
      .mobileMenu ul.mega-menu li.mega-menu-item a,
      .mobileMenu ul.mega-menu li.mega-current-menu-item a {
        display: block;
        text-align: left !important;
        font-weight: 700;
        background: unset !important; }
        .mobileMenu ul.mega-menu li.mega-menu-item a span.mega-indicator,
        .mobileMenu ul.mega-menu li.mega-current-menu-item a span.mega-indicator {
          float: unset !important; }
    .mobileMenu ul.mega-menu li.mega-menu-item:first-child {
      border-top: unset !important; }
  .mobileMenu .language #gt_float_wrapper {
    display: flex;
    align-items: center;
    justify-content: center; }
  .mobileMenu .language .gt-selected,
  .mobileMenu .language .gt_float_switcher {
    background-color: unset;
    box-shadow: unset;
    font-size: unset; }
    .mobileMenu .language .gt-selected .gt-current-lang,
    .mobileMenu .language .gt_float_switcher .gt-current-lang {
      padding: 0; }
      .mobileMenu .language .gt-selected .gt-current-lang img,
      .mobileMenu .language .gt_float_switcher .gt-current-lang img {
        width: 20px;
        margin: 0; }
      .mobileMenu .language .gt-selected .gt-current-lang .gt-lang-code,
      .mobileMenu .language .gt_float_switcher .gt-current-lang .gt-lang-code {
        top: 0px;
        font-size: 14px;
        color: #333333; }
      .mobileMenu .language .gt-selected .gt-current-lang .gt_float_switcher-arrow,
      .mobileMenu .language .gt_float_switcher .gt-current-lang .gt_float_switcher-arrow {
        background-size: 8px;
        filter: brightness(2.5); }
    .mobileMenu .language .gt-selected .gt_options,
    .mobileMenu .language .gt_float_switcher .gt_options {
      position: absolute; }
      .mobileMenu .language .gt-selected .gt_options .nturl,
      .mobileMenu .language .gt_float_switcher .gt_options .nturl {
        padding: 0;
        font-size: 14px;
        color: #cacaca; }
        .mobileMenu .language .gt-selected .gt_options .nturl img,
        .mobileMenu .language .gt_float_switcher .gt_options .nturl img {
          width: 20px;
          margin: 0; }
        .mobileMenu .language .gt-selected .gt_options .nturl:hover,
        .mobileMenu .language .gt_float_switcher .gt_options .nturl:hover {
          background: unset;
          color: #374151; }
  .mobileMenu .search_bar {
    position: relative;
    background: #f2f2f2;
    border-radius: 80px;
    height: 38px;
    width: 100%;
    background: #f5fffa; }
    .mobileMenu .search_bar button.btn-search-nvt {
      position: absolute;
      z-index: 2;
      right: 0;
      background: transparent;
      border: none;
      top: 50%;
      border-radius: 50%;
      color: #5c5c5c;
      transform: translate(-10px, -50%); }
    .mobileMenu .search_bar input.input_search {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: transparent;
      text-indent: 15px;
      border: none;
      outline: none; }
    @media screen and (max-width: 1199px) {
      .mobileMenu .search_bar {
        border: 1px solid #c8b2b2; } }
    .mobileMenu .search_bar input[type="search"] {
      font-weight: 400;
      color: #5c5c5c;
      font-size: 16px !important;
      line-height: 22px; }
  .mobileMenu .header-top {
    z-index: 99;
    padding: 10px 20px; }
    .mobileMenu .header-top .content-left {
      gap: 5px; }
      .mobileMenu .header-top .content-left span {
        font-size: 16px;
        color: #374151;
        text-align: center; }
        .mobileMenu .header-top .content-left span i {
          color: #191b50;
          padding-right: 5px; }
    .mobileMenu .header-top .content-right .search_bar {
      position: relative;
      background: #f2f2f2;
      border-radius: 80px;
      height: 38px;
      width: 250px;
      background: #f5fffa; }
      .mobileMenu .header-top .content-right .search_bar button.btn-search-nvt {
        position: absolute;
        z-index: 2;
        right: 0;
        background: transparent;
        border: none;
        top: 50%;
        border-radius: 50%;
        color: #5c5c5c;
        transform: translate(-10px, -50%); }
      .mobileMenu .header-top .content-right .search_bar input.input_search {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: transparent;
        text-indent: 15px;
        border: none;
        outline: none; }
      @media screen and (max-width: 1199px) {
        .mobileMenu .header-top .content-right .search_bar {
          border: 1px solid #c8b2b2; } }
      .mobileMenu .header-top .content-right .search_bar input[type="search"] {
        font-weight: 400;
        color: #5c5c5c;
        font-size: 16px !important;
        line-height: 22px; }
    .mobileMenu .header-top .content-right .language {
      color: #374151;
      font-weight: 400;
      font-size: 18px;
      gap: 10px; }
      .mobileMenu .header-top .content-right .language span {
        width: 65px;
        height: 40px; }
        .mobileMenu .header-top .content-right .language span .switcher {
          position: absolute;
          width: unset !important;
          font-family: inherit !important; }
          .mobileMenu .header-top .content-right .language span .switcher .selected {
            border-radius: 5px;
            background: #f5f5f5; }
            .mobileMenu .header-top .content-right .language span .switcher .selected a {
              padding: 8px;
              width: 70px;
              border: unset; }
              .mobileMenu .header-top .content-right .language span .switcher .selected a:hover {
                border-radius: 5px; }
              .mobileMenu .header-top .content-right .language span .switcher .selected a img {
                width: 32px;
                border-radius: 5px; }
          .mobileMenu .header-top .content-right .language span .switcher .option {
            width: unset !important;
            border: none;
            background: #f3f3f3e0;
            margin-top: 2px;
            border-radius: 5px; }
            .mobileMenu .header-top .content-right .language span .switcher .option a {
              text-align: center; }
              .mobileMenu .header-top .content-right .language span .switcher .option a img {
                width: 32px;
                border-radius: 5px; }

.under-header {
  height: 80px; }
  @media screen and (max-width: 576px) {
    .under-header {
      height: 70px; } }

.slideOut {
  margin-right: -420px;
  transition: all 0.3s ease-in-out; }

.slideIn {
  margin-right: 0px; }

.mobileMenu h2 {
  font-family: sans-serif;
  color: #333333;
  font-size: 36px;
  padding-right: 30px;
  margin-bottom: 30px; }

.mobileMenu ul {
  list-style: none; }

.mobileMenu li {
  border-bottom: 1px dotted black;
  padding: 0 30px; }

.mobileMenu li a {
  color: #333333;
  line-height: inherit;
  padding: 0;
  font-weight: 600;
  padding: 12px 0;
  font-size: 15px;
  text-decoration: none;
  font-family: sans-serif;
  display: block;
  /* CSS Transition */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.mobileMenu li a:hover {
  color: #660066;
  text-decoration: none; }

.overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  opacity: 0;
  position: fixed;
  transition: all 0.3s ease-in-out;
  z-index: 1150; }

/* 
==================================================
- Media Query Mobile First Aproach
==================================================
*/
@media (min-width: 1199.98px) {
  .overlay {
    display: none !important; }

  .mobileMenu {
    display: none; }

  .wrap-container {
    width: 80%;
    margin: 0 auto; }

  .mobileMenuButton {
    display: none; }

  .listMenu {
    display: inherit; }

  .listMenu li {
    display: inline;
    padding: 0px 15px; }

  .listMenu li a {
    color: #333333;
    line-height: inherit;
    padding: 0;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    font-family: sans-serif;
    display: inline-block;
    /* CSS Transition */
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

  .listMenu li a:hover {
    color: #660066;
    text-decoration: none; }

  .listMenu li:last-child a {
    background: none;
    border: 2px solid #333333;
    border-radius: 3px;
    color: #333333;
    letter-spacing: -0.001em;
    padding: 5px 20px;
    vertical-align: middle; }

  .listMenu li:last-child a:hover {
    background: #660066;
    border: 2px solid #660066;
    color: #fff;
    text-decoration: none; }

  .mobileButton {
    display: none; } }
@media screen and (max-width: 1200px) {
  .footer .header_bottom-cart {
    display: block !important; } }
@media (max-width: 375.98px) {
  .footer .footer-item-activities {
    margin-left: 0; }
    .footer .footer-item-activities .footer-item-contact {
      font-size: 15px; }
  .footer .footer-item {
    margin-top: 15px; }
    .footer .footer-item .footer-item-contact {
      font-size: 15px; }
  .footer .footer_logo {
    text-align: center; }
    .footer .footer_logo img {
      width: 100px; } }
@media (min-width: 376px) and (max-width: 576px) {
  .footer .footer-item-activities {
    margin-left: 0; }
    .footer .footer-item-activities .footer-item-contact {
      font-size: 15px; }
  .footer .footer-item {
    margin-top: 15px; }
    .footer .footer-item .footer-item-contact {
      font-size: 15px; }
  .footer .footer_logo {
    text-align: center; }
    .footer .footer_logo img {
      width: 130px; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .footer .footer-item-activities {
    margin-left: 0; }
  .footer .footer-item {
    margin-top: 15px; }
  .footer .footer_logo img {
    width: 150px; } }
@media (min-width: 768px) and (max-width: 809.98px) {
  .footer .footer-item-activities {
    margin-left: 0; }
  .footer .footer-item {
    margin-top: 15px; } }
@media (min-width: 810px) and (max-width: 991.98px) {
  .footer .footer-item-activities {
    margin-left: 0; }
  .footer .footer-item {
    margin-top: 15px; } }
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .footer .footer-item-activities .footer-item-contact li {
    margin-bottom: 10px; }
  .footer .footer-item .footer-item-contact li {
    margin-bottom: 10px; } }
.footer .header_bottom-cart {
  position: fixed;
  z-index: 100;
  bottom: 15px;
  left: 10px;
  display: none; }
.footer .padding-logo {
  padding: 0 !important; }
  @media screen and (max-width: 992px) {
    .footer .padding-logo {
      display: none; } }
.footer .padding-logo-1 {
  display: none;
  padding: 0 !important;
  margin-bottom: 20px; }
  @media screen and (max-width: 992px) {
    .footer .padding-logo-1 {
      display: block; } }
.footer .color-copyright {
  color: #ffffff; }
.footer .list-unstyle {
  list-style: none; }
  .footer .list-unstyle li {
    font-size: 14px; }
.footer_main {
  background: #191b50; }
  @media screen and (max-width: 992px) {
    .footer_main .content {
      display: flex; } }
.footer_logo {
  padding: 30px;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 20px; }
  .footer_logo img {
    width: 150px;
    display: block;
    margin: 0 auto; }
.footer_logo2 {
  margin-top: 10px; }
  .footer_logo2 img {
    width: 100%; }
.footer-item h4 {
  color: white;
  font-weight: 600;
  text-transform: uppercase; }
.footer-item-fanpage iframe {
  width: 100%; }
.footer-item-activities h4 {
  color: white;
  font-weight: 600;
  text-transform: uppercase; }
.footer-item-address {
  font-weight: 200;
  font-size: 14px;
  color: white; }
.footer-item-info {
  color: white;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase; }
.footer-item-contact {
  padding: 0;
  margin: 0; }
  .footer-item-contact li {
    margin-bottom: 10px;
    font-size: 14px; }
  .footer-item-contact li > a {
    color: white !important; }
    .footer-item-contact li > a:hover {
      color: white !important;
      cursor: pointer;
      text-decoration: underline; }
.footer-item-contact-2 {
  padding: 0;
  margin: 0; }
  .footer-item-contact-2 p {
    color: white; }
  .footer-item-contact-2 li {
    margin-bottom: 10px;
    font-size: 14px; }
  .footer-item-contact-2 a {
    color: #70aeff !important; }
  .footer-item-contact-2 li > a {
    color: #70aeff !important; }
    .footer-item-contact-2 li > a:hover {
      color: #70aeff !important;
      cursor: pointer;
      text-decoration: underline; }
.footer .facebook-container iframe {
  width: 100%; }
.footer_copyright {
  background: #0d0d28;
  height: 33px; }
  @media screen and (max-width: 768px) {
    .footer_copyright {
      height: 45px !important; }
      .footer_copyright-content {
        flex-direction: column;
        justify-content: space-evenly !important;
        height: 100% !important; }
      .footer_copyright .container {
        height: 100%; } }
  .footer_copyright-content {
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 1400px) {
      .footer_copyright-content {
        height: 26px; } }
    .footer_copyright-content p {
      font-size: 12px;
      color: #fff; }
      @media screen and (max-width: 1400px) {
        .footer_copyright-content p {
          font-weight: 400; } }
      @media screen and (max-width: 576px) {
        .footer_copyright-content p {
          font-size: 10px; } }
    .footer_copyright-content a {
      color: white; }
    .footer_copyright-content a.left {
      padding-right: 10px;
      margin-right: 4px;
      border-right: 1px solid; }
  @media screen and (max-width: 1400px) {
    .footer_copyright {
      height: 26px; } }

.social-container .social-icons {
  padding: 0;
  margin: 0; }
  .social-container .social-icons li {
    display: inline-block;
    margin: 0.15em;
    position: relative;
    font-size: 16px; }
  .social-container .social-icons i {
    color: #374151;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -65%);
    transition: all 265ms ease-out; }
  .social-container .social-icons a {
    display: inline-block; }
    .social-container .social-icons a:before {
      transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      content: " ";
      width: 35px;
      height: 35px;
      border-radius: 100%;
      display: block;
      background: linear-gradient(45deg, #d1d2d2, #f3f4f6);
      transition: all 265ms ease-out; }
    .social-container .social-icons a:hover:before {
      transform: scale(0);
      transition: all 265ms ease-in; }
    .social-container .social-icons a:hover i {
      transform: scale(1.5);
      -ms-transform: scale(1.5);
      -webkit-transform: scale(1.5);
      color: #f3f4f6;
      background: -webkit-linear-gradient(45deg, #f3f4f6, #c2c5cb);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      transition: all 265ms ease-in;
      top: 30%;
      left: 30%; }

#bottom_to_top {
  cursor: pointer;
  display: none;
  position: fixed;
  z-index: 10;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: 0px 0px 4px 1px #8888887a;
  background: #009355;
  color: #fff;
  right: 30px;
  transition: 0.3s ease; }
  @media screen and (max-width: 540px) {
    #bottom_to_top {
      width: 40px;
      height: 40px; } }
  @media screen and (max-width: 576px) {
    #bottom_to_top {
      bottom: 10px !important;
      right: 12px; } }

.parent {
  position: fixed;
  bottom: 2%;
  left: 25px;
  z-index: 999; }
  @media screen and (max-width: 576px) {
    .parent .phone_pos, .parent .zalo_pos, .parent .mes_pos {
      display: none; } }
  .parent .phone_pos {
    width: 145px;
    text-align: center;
    position: absolute;
    bottom: 19px;
    left: 0;
    padding: 9px 12px 9px 45px;
    margin: 0;
    white-space: nowrap;
    background: #0ad406;
    border-radius: 30px;
    color: #fff;
    z-index: -1; }
  .parent .zalo_pos {
    width: 145px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0;
    white-space: nowrap;
    padding: 9px 12px 9px 45px;
    background: #0ad406;
    border-radius: 30px;
    color: #fff;
    transform: translate(0, -75%);
    z-index: -1; }
  .parent .mes_pos {
    width: 145px;
    text-align: center;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    margin: 0;
    white-space: nowrap;
    padding: 9px 12px 9px 45px;
    background: #0ad406;
    border-radius: 30px;
    color: #fff; }
  .parent .heart-zalo a {
    font-size: 24px; }
    .parent .heart-zalo a img {
      width: 25px;
      height: 25px; }
  .parent .heart-fb,
  .parent .heart-zalo,
  .parent .heart-phone {
    margin-bottom: 20px;
    position: relative;
    width: 40px;
    will-change: transform;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #0ad406;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.2); }
    .parent .heart-fb p,
    .parent .heart-fb a,
    .parent .heart-zalo p,
    .parent .heart-zalo a,
    .parent .heart-phone p,
    .parent .heart-phone a {
      color: #ffffff; }
    .parent .heart-fb span,
    .parent .heart-zalo span,
    .parent .heart-phone span {
      font-size: 18px;
      color: white;
      text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.4); }
    .parent .heart-fb:before,
    .parent .heart-zalo:before,
    .parent .heart-phone:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      will-change: transform;
      background-color: #0176fe;
      opacity: 0.4;
      border-radius: inherit; }
    .parent .heart-fb:before,
    .parent .heart-zalo:before,
    .parent .heart-phone:before {
      z-index: -2; }
  @media screen and (max-width: 540px) {
    .parent .heart-fb,
    .parent .heart-zalo,
    .parent .heart-phone {
      width: 35px;
      height: 35px;
      line-height: 35px; }
      .parent .heart-fb p,
      .parent .heart-zalo p,
      .parent .heart-phone p {
        font-size: 13px; }
      .parent .heart-fb span,
      .parent .heart-zalo span,
      .parent .heart-phone span {
        font-size: 13px; } }
  @media screen and (max-width: 540px) {
    .parent .heart {
      margin-bottom: 15px;
      width: 35px;
      height: 35px;
      line-height: 35px; }
      .parent .heart a {
        color: #ffffff; }
      .parent .heart p {
        color: #ffffff;
        font-size: 13px; }
      .parent .heart span {
        font-size: 13px; } }
  @media screen and (max-width: 576px) {
    .parent {
      bottom: 48px;
      left: 15px; } }

@media screen and (max-width: 576px) {
  #scrollBtn {
    right: 20px !important;
    height: 30px !important;
    width: 30px !important; }
    #scrollBtn i {
      font-size: 16px !important; } }
#scrollBtn {
  position: fixed;
  bottom: -100px;
  right: 36px;
  z-index: 99;
  /* button được ưu tiên hiển thị đè lên các phần khác*/
  display: block;
  border: none;
  border-radius: 50%;
  background-color: #191b50;
  width: 40px;
  height: 40px;
  transition: 0.5s ease; }
  #scrollBtn i {
    font-size: 22px;
    color: #f9f9f9; }

#scrollBtn:hover {
  box-shadow: #d80c0c 0px 0px 3px 3px; }

.sub-banner figure {
  height: 300px;
  margin: 0;
  width: 100%;
  position: relative; }
  @media screen and (max-width: 576px) {
    .sub-banner figure {
      height: 200px; } }
  .sub-banner figure .overlay-picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)); }
  .sub-banner figure img {
    height: 100%;
    width: 100%; }
  .sub-banner figure .breadcrumb {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: 90%;
    justify-content: center; }
    .sub-banner figure .breadcrumb p {
      font-size: 25px;
      color: white;
      text-transform: uppercase;
      margin: 0; }
      @media screen and (max-width: 576px) {
        .sub-banner figure .breadcrumb p {
          font-size: 18px; } }
      .sub-banner figure .breadcrumb p a {
        color: white; }
      .sub-banner figure .breadcrumb p .last {
        font-weight: 700; }

.contact {
  background: #f3f4f6; }
  .contact .info figure img {
    max-height: 190px;
    max-width: 100%; }
  .contact .info .contact-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    height: 100%; }
    .contact .info .contact-info .company-name {
      color: #374151; }

.form-contact {
  padding: 30px 0;
  border-radius: 8px;
  background: #f9fafb; }
  .form-contact div.wpcf7 {
    height: 100%; }
    .form-contact div.wpcf7 form.wpcf7-form {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .form-contact div.wpcf7 form.wpcf7-form p {
        margin: 0;
        margin-bottom: 8px;
        color: #374151; }
  .form-contact .form-group {
    padding-bottom: 5px;
    width: 100%; }
    @media screen and (max-width: 576px) {
      .form-contact .form-group {
        font-size: 15px; } }
    .form-contact .form-group span {
      color: red; }
    .form-contact .form-group textarea {
      display: block;
      width: 100%;
      height: 100px;
      padding: 0.5rem 0.75rem;
      font-size: 1rem;
      line-height: 1.25;
      color: #595959;
      border: unset;
      border-radius: 8px;
      background: #f3f4f6;
      border-radius: 4px; }
      @media screen and (max-width: 1400px) {
        .form-contact .form-group textarea {
          width: 100% !important; } }
      .form-contact .form-group textarea:focus {
        border: 1px solid rgba(0, 0, 0, 0.3) !important;
        background: white;
        outline: unset; }
    .form-contact .form-group input {
      display: block;
      width: 100%;
      padding: 0.5rem 0.75rem;
      font-size: 1rem;
      line-height: 1.25;
      color: #595959;
      border: unset;
      border-radius: 8px;
      height: 50px;
      background: #f3f4f6;
      border-radius: 4px; }
      @media screen and (max-width: 1400px) {
        .form-contact .form-group input {
          width: 100% !important; } }
      .form-contact .form-group input:focus {
        border: 1px solid rgba(0, 0, 0, 0.3) !important;
        background: white;
        outline: unset; }
  .form-contact .row-submit {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px; }
    .form-contact .row-submit .left {
      font-style: italic;
      color: #fba832; }
    .form-contact .row-submit button {
      color: #374151;
      background: transparent;
      padding: 12px 24px;
      width: 180px;
      border: 2px solid #374151;
      filter: drop-shadow(0px 0.75px 0.75px rgba(0, 0, 0, 0.09));
      border-radius: 8px; }
      .form-contact .row-submit button i {
        margin-left: 8px;
        color: #374151; }
      .form-contact .row-submit button:hover {
        background: #191b50;
        color: #fff; }
        .form-contact .row-submit button:hover i {
          color: #fff; }
  .form-contact input[type="submit"] {
    height: 35px;
    border: 1px solid #b8b8b8;
    border-radius: 8px; }
    .form-contact input[type="submit"]:hover {
      background-color: #191b50;
      color: white; }
    @media screen and (max-width: 576px) {
      .form-contact input[type="submit"] {
        padding: 3px;
        font-size: 13px;
        max-width: 66px; } }
  .form-contact .wpcf7-form-control-wrap {
    position: relative; }
    .form-contact .wpcf7-form-control-wrap .wpcf7-not-valid {
      border: 1px solid #c50000; }
    .form-contact .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translate(-10px, -50%); }
  .form-contact .send-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center; }
    .form-contact .send-info .content {
      padding: 0 20px; }

.contact-maps .my-maps {
  height: 290px;
  position: relative; }
  .contact-maps .my-maps iframe {
    height: 100%;
    width: 100%; }
  .contact-maps .my-maps::before {
    background-color: none;
    content: "";
    position: absolute;
    z-index: 2;
    box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.25);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none; }

.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #ff0303; }

.wpcf7 button:disabled {
  cursor: not-allowed;
  background: #e8e8e8;
  filter: grayscale(95%);
  border: 1px solid #afaca3;
  color: #afaca3; }
  .wpcf7 button:disabled i {
    color: #afaca3; }
  .wpcf7 button:disabled:hover {
    color: #afaca3;
    background: #e8e8e8; }
    .wpcf7 button:disabled:hover i {
      color: #afaca3; }

.wpcf7 form .wpcf7-response-output {
  background-color: rgba(255, 255, 255, 0.37);
  color: #ff0303;
  text-align: center;
  font-family: "Lexend Deca", sans-serif;
  border: 0;
  font-weight: 500;
  transition: 0.5s;
  position: relative;
  padding: 0.2rem 1rem;
  margin: 0;
  border-radius: 0.25rem; }
  .wpcf7 form .wpcf7-response-output::after {
    content: "\f057";
    font-family: "Font Awesome 5 Pro";
    margin-left: 10px;
    -webkit-animation: blink-1 2s ease infinite;
    animation: blink-1 2s ease infinite; }
@keyframes blink-1 {
  0%,
      50%,
      100% {
    opacity: 1; }
  25%,
      75% {
    opacity: 0; } }
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #0ad406;
  color: #0ad406; }

.wpcf7 form.sent .wpcf7-response-output::after {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  margin-left: 10px; }

#bottom_to_top {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #191b50;
  color: #191b50;
  bottom: -100px;
  right: 30px;
  transition: 0.3s ease; }
  @media screen and (max-width: 576px) {
    #bottom_to_top {
      right: 15px !important;
      width: 35px !important;
      height: 35px !important; } }
  #bottom_to_top:hover {
    background: #191b50;
    border: 2px solid #191b50;
    cursor: pointer; }
    #bottom_to_top:hover i {
      color: white; }

.item-news {
  cursor: pointer;
  transition: all 0.3s;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px; }
  .item-news:hover {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25); }
  .item-news:hover {
    transform: scale(1.02); }
    .item-news:hover .content .title a {
      color: #c50000; }
  .item-news .image img {
    border-radius: 10px 10px 0px 0px;
    height: 200px;
    object-fit: cover;
    width: 100%; }
    @media screen and (max-width: 1400px) {
      .item-news .image img {
        height: 156px; } }
    @media screen and (max-width: 1200px) {
      .item-news .image img {
        height: 138px; } }
    @media screen and (max-width: 768px) {
      .item-news .image img {
        height: 145px; } }
  .item-news .content {
    padding: 12px; }
    .item-news .content .title {
      margin: 0;
      height: 50px;
      font-weight: 700; }
      @media screen and (max-width: 1440px) {
        .item-news .content .title {
          height: 44px; } }
      @media screen and (max-width: 576.98px) {
        .item-news .content .title {
          height: 44px; } }
      .item-news .content .title a:hover {
        color: #c50000 !important; }
    .item-news .content .text {
      margin: 0px;
      font-size: 12px; }
      @media screen and (max-width: 768px) {
        .item-news .content .text {
          font-size: 14px; } }

.time {
  margin: 7px 0px;
  color: #616971;
  font-size: 14px; }
  .time i {
    margin-right: 7px; }
  .time .calendar {
    margin-right: 27px; }
  @media screen and (max-width: 768px) {
    .time {
      font-size: 12px; } }

.related h3 {
  text-transform: uppercase; }
.related #news-related--owl-carousel .owl-stage-outer {
  padding-top: 5px;
  padding-bottom: 15px; }
  .related #news-related--owl-carousel .owl-stage-outer .owl-stage .owl-item {
    height: 100% !important; }

.title-vertical {
  position: relative;
  padding-left: 12px;
  color: #454545; }
  .title-vertical::before {
    position: absolute;
    left: 0px;
    top: 4px;
    content: "";
    width: 3px;
    height: 61.5%;
    border-radius: 12px;
    background-color: #c50000; }

#news img {
  width: 100%;
  max-width: 100%;
  object-fit: contain; }
#news .item-single {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px; }
#news #news-right {
  margin-top: 0 !important; }
#news .news-right {
  margin-top: 15px; }
  #news .news-right .title-single {
    color: #333333; }
  #news .news-right .content-info {
    border-width: 1px 0px;
    border-style: solid;
    border-color: #f3f4f6;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #news .news-right .content-info .right {
      gap: 5px;
      display: flex;
      align-items: center;
      font-size: 13px; }
      #news .news-right .content-info .right button {
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        color: #777;
        transition: 0.3s; }
        #news .news-right .content-info .right button:hover {
          background: #ccc; }
  #news .news-right .footer-content .left {
    background: #1578f2;
    border-radius: 3px;
    padding: 0px 6px; }
    #news .news-right .footer-content .left a {
      color: white; }
  #news .news-right .footer-content a {
    font-size: 14px; }
#news .news-left {
  position: sticky;
  top: 35px; }
  @media screen and (max-width: 1200px) {
    #news .news-left {
      top: 75px; } }

#news {
  background-color: #f3f4f6; }
  #news strong {
    font-weight: bold !important; }
  #news img {
    width: 100%;
    max-width: 100%; }
  #news .news-right {
    margin-top: 15px;
    border-radius: 12px; }
    #news .news-right .title-single {
      font-size: 28px;
      color: #374151; }
      @media screen and (max-width: 1600px) {
        #news .news-right .title-single {
          font-size: 26px !important; } }
      @media screen and (max-width: 1200px) {
        #news .news-right .title-single {
          font-size: 22px !important; } }
      @media screen and (max-width: 991px) {
        #news .news-right .title-single {
          font-size: 20px !important; } }
      @media screen and (max-width: 768px) {
        #news .news-right .title-single {
          font-size: 18px !important; } }
    @media screen and (max-width: 1600px) {
      #news .news-right .text h2 {
        font-size: 22px !important; } }
    @media screen and (max-width: 1200px) {
      #news .news-right .text h2 {
        font-size: 20px !important; } }
    @media screen and (max-width: 991px) {
      #news .news-right .text h2 {
        font-size: 18px !important; } }
    @media screen and (max-width: 768px) {
      #news .news-right .text h2 {
        font-size: 16px !important; } }
    @media screen and (max-width: 1600px) {
      #news .news-right .text h3 {
        font-size: 20px !important; } }
    @media screen and (max-width: 1200px) {
      #news .news-right .text h3 {
        font-size: 18px !important; } }
    @media screen and (max-width: 991px) {
      #news .news-right .text h3 {
        font-size: 16px !important; } }
    @media screen and (max-width: 768px) {
      #news .news-right .text h3 {
        font-size: 14px !important; } }
  #news .news-left {
    position: sticky;
    top: 85px; }
    @media screen and (max-width: 1200px) {
      #news .news-left {
        top: 115px; } }

.related .owl-theme .owl-controls .owl-page {
  display: inline-block; }
.related .carousel-shadow {
  margin: 10px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); }
.related #news-related--owl-carousel .owl-stage-outer {
  padding-top: 5px;
  padding-bottom: 15px; }
  .related #news-related--owl-carousel .owl-stage-outer .owl-stage .owl-item {
    height: 100% !important; }

.title__related {
  color: #191b50;
  margin-left: 10px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 133.333% */
  text-transform: uppercase; }

.hvn_news-item {
  padding-bottom: 24px; }
  .hvn_news-item .item {
    cursor: pointer;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    transition: all 0.3s;
    padding: 8px;
    background-color: #fff; }
    .hvn_news-item .item:hover {
      transform: scale(1.02); }
      .hvn_news-item .item:hover .content .title a {
        color: #c50000; }
    .hvn_news-item .item .image img {
      border-radius: 8px;
      height: 190px;
      object-fit: cover;
      width: 100%; }
      @media screen and (max-width: 1400px) {
        .hvn_news-item .item .image img {
          height: 156px; } }
      @media screen and (max-width: 1200px) {
        .hvn_news-item .item .image img {
          height: 138px; } }
      @media screen and (max-width: 768px) {
        .hvn_news-item .item .image img {
          height: 145px; } }
    .hvn_news-item .item .content {
      padding: 12px 0 0; }
      .hvn_news-item .item .content .title {
        margin-bottom: 8px;
        height: 48px;
        font-weight: 700;
        text-transform: capitalize; }
        .hvn_news-item .item .content .title a {
          color: #374151;
          font-size: 16px;
          font-style: normal;
          font-weight: 700;
          line-height: 24px; }
        .hvn_news-item .item .content .title a:hover {
          color: #c50000 !important; }
      .hvn_news-item .item .content .time {
        cursor: pointer;
        text-transform: capitalize;
        margin: 7px 0px;
        color: #616971;
        font-size: 14px; }
        .hvn_news-item .item .content .time i {
          margin-right: 7px; }
        .hvn_news-item .item .content .time .item__cat {
          padding: 2px 8px;
          border-radius: 4px;
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 18px; }
        .hvn_news-item .item .content .time .calendar {
          margin-right: 27px; }
        @media screen and (max-width: 768px) {
          .hvn_news-item .item .content .time {
            font-size: 12px; } }
      .hvn_news-item .item .content .text {
        color: #4b5563;
        margin: 0px;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px; }
        @media screen and (max-width: 768px) {
          .hvn_news-item .item .content .text {
            font-size: 14px; } }

.component-hotnews {
  margin-top: 15px;
  padding: 12px;
  border-radius: 12px;
  background-color: #fff; }
  .component-hotnews .title-hot--news {
    color: #191b50;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; }
  .component-hotnews ul.list li {
    background-position: left 2px; }
  .component-hotnews .list {
    padding: 0px; }
    .component-hotnews .list li:not(:last-child) {
      margin-bottom: 13.09px; }
    .component-hotnews .list li {
      list-style-type: none;
      margin-bottom: 1rem;
      background: url("../images/double-right (1).svg") no-repeat left top;
      padding: 0px 0 3px 24px; }
    .component-hotnews .list .item .text {
      color: #374151;
      padding-left: 6.8px;
      padding-right: 6.8px;
      margin: 0px;
      text-align: justify;
      font-family: Inter;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 18px; }
      @media screen and (max-width: 1400px) {
        .component-hotnews .list .item .text {
          font-size: 14px; } }
      @media screen and (max-width: 1200px) {
        .component-hotnews .list .item .text {
          font-size: 12px; } }
    .component-hotnews .list .item:hover .text {
      color: #191b50; }
  @media screen and (max-width: 768px) {
    .component-hotnews {
      margin-top: 15px; } }

.pagination-custom {
  margin-top: 24px;
  text-align: center; }
  .pagination-custom nav.navigation.pagination {
    display: block; }
    .pagination-custom nav.navigation.pagination .nav-links .page-numbers.current {
      color: white;
      background: #5c5c5c; }
      .pagination-custom nav.navigation.pagination .nav-links .page-numbers.current:hover {
        color: white; }
    .pagination-custom nav.navigation.pagination .nav-links .page-numbers {
      padding: 4px 10px;
      background: #e5e7eb;
      border: 1px solid #dddddd;
      border-radius: 4px;
      color: #5c5c5c; }
      .pagination-custom nav.navigation.pagination .nav-links .page-numbers:hover {
        color: #3b3b3b; }

.component-sidebar {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 15px; }
  .component-sidebar .title {
    color: #374151;
    font-weight: 700;
    font-size: 24px; }
  .component-sidebar button {
    width: 100%;
    text-align: start;
    font-size: 16px;
    border-radius: 10px;
    padding: 8px 4px 8px 11px;
    margin-bottom: 10px; }
    @media screen and (max-width: 1440px) {
      .component-sidebar button {
        font-size: 14px; } }
    .component-sidebar button i {
      margin-right: 15px;
      color: #5c5c5c; }
    .component-sidebar button.active {
      background-color: #e5e7eb; }
    .component-sidebar button:hover {
      background-color: #e5e7eb; }
    .component-sidebar button:focus {
      box-shadow: 0 0 0 0; }
    @media screen and (max-width: 768px) {
      .component-sidebar button {
        font-size: 14px;
        padding: 6px 7px 6px 9px; } }
  @media screen and (max-width: 768px) {
    .component-sidebar {
      padding: 15px 11px 10px 11px; } }

.component-sidebar-adv {
  margin: 16px 0px; }
  .component-sidebar-adv .item .sidebar_news_image img {
    border-radius: 8px; }
  .component-sidebar-adv .item .sidebar_news_image .close {
    display: none;
    color: white;
    font-size: 20px; }

.component-sidebar-contact .item-bg {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/contact-ads.jpg");
  border-radius: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 274px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px; }
  .component-sidebar-contact .item-bg h3 {
    text-align: center;
    color: white; }
  .component-sidebar-contact .item-bg .contact-info li p,
  .component-sidebar-contact .item-bg .contact-info li a {
    color: white;
    font-size: 14px; }

.component-search {
  margin-top: 16px; }
  .component-search .search_bar {
    position: relative;
    height: 48px;
    width: 100%;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px; }
    .component-search .search_bar button.btn-search-nvt {
      position: absolute;
      z-index: 2;
      right: 0;
      background: transparent;
      border: none;
      top: 50%;
      border-radius: 50%;
      color: #5c5c5c;
      transform: translate(-10px, -50%); }
    .component-search .search_bar input.input_search {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: transparent;
      text-indent: 15px;
      border: none;
      outline: none;
      border-radius: 10px;
      transition: all 0.5s; }
      .component-search .search_bar input.input_search:focus {
        background: #ffffff;
        box-shadow: inset;
        box-shadow: inset 0 0 35px #f0ede6, 3px 3px 5px 0 #ccc; }
    .component-search .search_bar input[type="search"] {
      font-weight: 400;
      color: #5c5c5c;
      font-size: 16px !important;
      line-height: 22px; }

.dich-vu .item figure {
  height: 350px;
  overflow: hidden;
  border-radius: 24px; }
  @media screen and (max-width: 576px) {
    .dich-vu .item figure {
      height: 200px; } }
  .dich-vu .item figure img {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    transition: transform 0.2s;
    object-fit: contain; }
    .dich-vu .item figure img:hover {
      transform: scale(1.1); }
.dich-vu .item .content h3,
.dich-vu .item .content p,
.dich-vu .item .content a {
  color: #374151; }
.dich-vu .item .content p {
  margin: 18px 0; }
.dich-vu .item .content a {
  text-underline-offset: 2px; }

.single-dich-vu #service-owl-carousel {
  position: relative; }
  .single-dich-vu #service-owl-carousel .owl-stage-outer {
    height: 450px; }
    @media screen and (max-width: 991px) {
      .single-dich-vu #service-owl-carousel .owl-stage-outer {
        height: 350px; } }
    .single-dich-vu #service-owl-carousel .owl-stage-outer .owl-item figure {
      height: 450px;
      border-radius: 20px;
      overflow: hidden; }
      @media screen and (max-width: 991px) {
        .single-dich-vu #service-owl-carousel .owl-stage-outer .owl-item figure {
          height: 350px; } }
      .single-dich-vu #service-owl-carousel .owl-stage-outer .owl-item figure img {
        height: 100%;
        width: 100%; }
  .single-dich-vu #service-owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    color: #ccd2e3;
    margin: 0; }
    .single-dich-vu #service-owl-carousel .owl-nav button {
      position: absolute;
      width: 25px;
      height: 30px; }
      .single-dich-vu #service-owl-carousel .owl-nav button:hover {
        background: #e1e2e6; }
    .single-dich-vu #service-owl-carousel .owl-nav .owl-prev {
      left: 5px; }
    .single-dich-vu #service-owl-carousel .owl-nav .owl-next {
      right: 5px; }
.single-dich-vu .main-content .readmore {
  width: 100%;
  max-height: 450px;
  position: relative;
  overflow-y: hidden;
  overflow-x: hidden;
  transition: all 0.5s ease; }
  .single-dich-vu .main-content .readmore.open {
    max-height: 9999px;
    transition: all 0.5s ease; }
  .single-dich-vu .main-content .readmore img {
    width: 100%;
    height: 100%; }
  .single-dich-vu .main-content .readmore .readmore-link {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 30px 15px 15px 15px;
    background-image: -moz-linear-gradient(top, transparent, white);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(1, #f3f4f6)); }
    .single-dich-vu .main-content .readmore .readmore-link a {
      color: #ffffff;
      text-decoration: none;
      font-size: 0.6em;
      text-transform: uppercase;
      letter-spacing: 1px;
      background-color: #555555;
      padding: 5px 10px;
      border-radius: 20px;
      opacity: 0.6;
      transition: all 0.25s ease; }
      .single-dich-vu .main-content .readmore .readmore-link a:hover {
        opacity: 1; }
        .single-dich-vu .main-content .readmore .readmore-link a:hover i {
          animation: jump 1s ease-in-out infinite; }
@keyframes jump {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(5px); }
  100% {
    transform: translateY(0px); } }
.single-dich-vu .faq-ques svg {
  width: 100%;
  height: 320px; }
  @media screen and (max-width: 576px) {
    .single-dich-vu .faq-ques svg {
      height: 250px; } }
.single-dich-vu .faq-ques .accordion .accordion-item {
  margin-bottom: 10px;
  border: 0;
  outline: 0;
  border-radius: 10px; }
  .single-dich-vu .faq-ques .accordion .accordion-item .accordion-button {
    background: #f9fafb;
    border-radius: 10px;
    border: 0; }
.single-dich-vu .service-banner .banner {
  border-radius: 20px;
  overflow: hidden; }
  .single-dich-vu .service-banner .banner figure {
    height: 300px;
    margin: 0;
    width: 100%;
    position: relative; }
    @media screen and (max-width: 415px) {
      .single-dich-vu .service-banner .banner figure {
        height: 320px; } }
    .single-dich-vu .service-banner .banner figure .overlay-picture {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)); }
    .single-dich-vu .service-banner .banner figure img {
      height: 100%;
      width: 100%; }
    .single-dich-vu .service-banner .banner figure .content {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      margin: 0;
      width: 90%;
      justify-content: center; }
      .single-dich-vu .service-banner .banner figure .content p {
        color: white;
        margin-bottom: 5px; }
        .single-dich-vu .service-banner .banner figure .content p a {
          color: white; }
        .single-dich-vu .service-banner .banner figure .content p .last {
          font-weight: 700; }
      .single-dich-vu .service-banner .banner figure .content .button p {
        border: 2px solid #f3f4f6;
        border-radius: 8px;
        padding: 5px 18px;
        transition: all 0.5s; }
        .single-dich-vu .service-banner .banner figure .content .button p:hover {
          background: #f3f4f6;
          color: #374151; }
          .single-dich-vu .service-banner .banner figure .content .button p:hover a {
            color: #374151; }

.item-service {
  padding: 12px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px; }
  .item-service a img {
    border-radius: 4px;
    max-height: 230px;
    min-height: 230px;
    object-fit: cover;
    width: 100%;
    height: 100%; }
    @media screen and (max-width: 576px) {
      .item-service a img {
        max-height: 150px;
        min-height: 150px; } }
  .item-service .title-document h5.entry-title {
    margin: 0;
    min-height: 60px; }
    @media screen and (max-width: 991.98px) {
      .item-service .title-document h5.entry-title {
        min-height: 43px; } }
  .item-service .excerpt-document p {
    color: #7f7f7f;
    font-size: 14px; }
  .item-service .link a {
    font-size: 14px; }

.unities .item img {
  width: 40px;
  height: 40px; }
.unities .item p {
  text-align: center;
  margin: 0; }

.introduce .content .item-video {
  width: 100%;
  position: relative; }
  .introduce .content .item-video a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
  .introduce .content .item-video img {
    width: 100%;
    height: 300px;
    position: relative;
    z-index: 1;
    border-radius: 12px;
    object-fit: contain; }
    @media screen and (max-width: 576px) {
      .introduce .content .item-video img {
        height: 245px; } }
.introduce .content .readmore {
  width: 100%;
  max-height: 300px;
  position: relative;
  overflow-y: hidden;
  overflow-x: hidden;
  transition: all 0.5s ease; }
  .introduce .content .readmore.open {
    max-height: 9999px;
    transition: all 0.5s ease; }
  .introduce .content .readmore .readmore-link {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 30px 15px 15px 15px;
    background-image: -moz-linear-gradient(top, transparent, white);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(1, #f3f4f6)); }
    .introduce .content .readmore .readmore-link a {
      color: #ffffff;
      text-decoration: none;
      font-size: 0.6em;
      text-transform: uppercase;
      letter-spacing: 1px;
      background-color: #555555;
      padding: 5px 10px;
      border-radius: 20px;
      opacity: 0.6;
      transition: all 0.25s ease; }
      .introduce .content .readmore .readmore-link a:hover {
        opacity: 1;
        color: #fff !important; }
        .introduce .content .readmore .readmore-link a:hover i {
          animation: jump 1s ease-in-out infinite; }
@keyframes jump {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(5px); }
  100% {
    transform: translateY(0px); } }
  .introduce .content .readmore a.more {
    border-radius: 8px;
    margin: 0;
    border: 2px solid #191b50;
    width: 175px;
    background: #191b50;
    color: white; }
    .introduce .content .readmore a.more:hover {
      color: #191b50; }
    .introduce .content .readmore a.more svg {
      width: 20px;
      height: 20px; }
.introduce .counter-banner .breadcrumb {
  width: 100% !important; }
  .introduce .counter-banner .breadcrumb .plus {
    min-width: 10px;
    margin-right: 5px; }
  .introduce .counter-banner .breadcrumb h2,
  .introduce .counter-banner .breadcrumb .plus {
    font-size: 60px; }
    @media screen and (max-width: 991px) {
      .introduce .counter-banner .breadcrumb h2,
      .introduce .counter-banner .breadcrumb .plus {
        font-size: 45px; } }
    @media screen and (max-width: 576px) {
      .introduce .counter-banner .breadcrumb h2,
      .introduce .counter-banner .breadcrumb .plus {
        font-size: 24px; } }
    @media screen and (max-width: 420px) {
      .introduce .counter-banner .breadcrumb h2,
      .introduce .counter-banner .breadcrumb .plus {
        font-size: 18px; } }
  .introduce .counter-banner .breadcrumb .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .introduce .counter-banner .breadcrumb .item h3 {
      min-height: 60px;
      font-family: "Arial"; }
      @media screen and (max-width: 576px) {
        .introduce .counter-banner .breadcrumb .item h3 {
          min-height: 39px; } }
      @media screen and (max-width: 420px) {
        .introduce .counter-banner .breadcrumb .item h3 {
          font-size: 16px; } }
.introduce .vision .content .title {
  text-align: center; }
  .introduce .vision .content .title h3 {
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    padding: 8px 75px;
    color: white;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 11.22%, #fcb040 52.38%, rgba(255, 255, 255, 0) 89.22%); }
.introduce .vision .content .text {
  text-align: justify;
  color: #777777; }
.introduce .core-values figure {
  background: url("../img/bg-corevalue.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  height: 450px; }
  @media screen and (max-width: 576px) {
    .introduce .core-values figure {
      height: 400px; } }
  .introduce .core-values figure img {
    width: 340px;
    height: 300px;
    border: 4px solid #ffffff;
    border-radius: 24px;
    position: absolute; }
    @media screen and (max-width: 991px) {
      .introduce .core-values figure img {
        width: 57%; } }
    @media screen and (max-width: 576px) {
      .introduce .core-values figure img {
        width: 60%;
        height: 250px; } }
    @media screen and (max-width: 400px) {
      .introduce .core-values figure img {
        width: 78%; } }
  .introduce .core-values figure .image-top {
    top: 0;
    left: 0; }
  .introduce .core-values figure .image-bottom {
    bottom: 0;
    right: 0; }
.introduce .core-values .text p {
  color: #777777;
  text-align: justify; }
.introduce .variation-product figure {
  height: 300px;
  margin: 0;
  width: 100%;
  position: relative; }
  @media screen and (max-width: 576px) {
    .introduce .variation-product figure {
      height: 250px; } }
  .introduce .variation-product figure .overlay-picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)); }
  .introduce .variation-product figure img {
    height: 100%;
    width: 100%; }
  .introduce .variation-product figure .breadcrumb {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: 80%;
    justify-content: center;
    flex-direction: column;
    align-items: center; }
    .introduce .variation-product figure .breadcrumb p {
      color: white; }
    .introduce .variation-product figure .breadcrumb button {
      padding: 12px 16px;
      border: 2px solid #f3f4f6;
      filter: drop-shadow(0px 0.75px 0.75px rgba(0, 0, 0, 0.09));
      border-radius: 8px;
      color: white;
      background: transparent; }
      .introduce .variation-product figure .breadcrumb button i {
        color: white; }
      .introduce .variation-product figure .breadcrumb button:hover {
        color: #374151;
        background: white; }
        .introduce .variation-product figure .breadcrumb button:hover i {
          color: #374151; }
      @media screen and (max-width: 576px) {
        .introduce .variation-product figure .breadcrumb button {
          padding: 6px 12px; } }
.introduce .partners .logo-partner figure img {
  height: 130px;
  object-fit: contain; }

.woocommerce-products-header {
  padding: 9px 15px;
  background: #ffffff;
  border-radius: 8px;
  display: none !important; }
  .woocommerce-products-header select {
    display: none !important; }
  .woocommerce-products-header .dropdown-select {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40FFFFFF', endColorstr='#00FFFFFF', GradientType=0);
    background-color: #fff;
    border-radius: 6px;
    border: solid 1px #b8b8b8;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto; }
  .woocommerce-products-header .dropdown-select:focus {
    background-color: #fff; }
  .woocommerce-products-header .dropdown-select:hover {
    background-color: #fff; }
  .woocommerce-products-header .dropdown-select:active,
  .woocommerce-products-header .dropdown-select.open {
    background-color: #fff !important;
    border-color: #bbb;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset; }
  .woocommerce-products-header .dropdown-select:after {
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #777;
    -webkit-transform: origin(50% 20%);
    transform: origin(50% 20%);
    transition: all 0.125s ease-in-out;
    content: "";
    display: block;
    margin-top: -2px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%; }
  .woocommerce-products-header .dropdown-select.open:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  .woocommerce-products-header .dropdown-select.open .list {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: auto; }
  .woocommerce-products-header .dropdown-select.open .option {
    cursor: pointer; }
  .woocommerce-products-header .dropdown-select.wide {
    width: 250px; }
  .woocommerce-products-header .dropdown-select.wide .list {
    left: 0 !important;
    right: 0 !important; }
  .woocommerce-products-header .dropdown-select .list {
    box-sizing: border-box;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
    background-color: #fff;
    border-radius: 6px;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    max-height: 250px;
    overflow: auto;
    border: 1px solid #ddd; }
  .woocommerce-products-header .dropdown-select .list:hover .option:not(:hover) {
    background-color: transparent !important; }
  .woocommerce-products-header .dropdown-select .list ul {
    padding: 0;
    margin: 0; }
  .woocommerce-products-header .dropdown-select .option {
    cursor: default;
    font-weight: 400;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
    list-style: none; }
  .woocommerce-products-header .dropdown-select .option:hover,
  .woocommerce-products-header .dropdown-select .option:focus {
    background-color: #f6f6f6 !important; }
  .woocommerce-products-header .dropdown-select .option.selected {
    font-weight: 600;
    color: #12cbc4; }
  .woocommerce-products-header .dropdown-select .option.selected:focus {
    background: #f6f6f6; }
  .woocommerce-products-header .dropdown-select a {
    color: #aaa;
    text-decoration: none;
    transition: all 0.2s ease-in-out; }
  .woocommerce-products-header .dropdown-select a:hover {
    color: #666; }

.filter_block {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .filter_block .filter_block_price {
      flex: 2; } }
  .filter_block .filter_block_price .list-filter {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 6px 0; }
    @media screen and (max-width: 768px) {
      .filter_block .filter_block_price .list-filter {
        flex-wrap: wrap; } }
    .filter_block .filter_block_price .list-filter .list-filter--item {
      display: flex;
      gap: 4px;
      align-items: center; }
      .filter_block .filter_block_price .list-filter .list-filter--item input[type="radio"] {
        appearance: none;
        border: 1px solid #d3d3d3;
        width: 25px;
        height: 27px;
        content: none;
        outline: none;
        margin: 0;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px; }
        @media screen and (max-width: 768px) {
          .filter_block .filter_block_price .list-filter .list-filter--item input[type="radio"] {
            width: 14px;
            height: 17px; } }
      .filter_block .filter_block_price .list-filter .list-filter--item input[type="radio"]:checked {
        appearance: none;
        outline: none;
        padding: 0;
        content: none;
        border: none; }
      .filter_block .filter_block_price .list-filter .list-filter--item input[type="radio"]:checked::before {
        position: absolute;
        color: green !important;
        content: "\00A0\2713\00A0" !important;
        border: 1px solid #d3d3d3;
        font-weight: bolder;
        font-size: 18px; }
        @media screen and (max-width: 768px) {
          .filter_block .filter_block_price .list-filter .list-filter--item input[type="radio"]:checked::before {
            font-size: 11px; } }
      .filter_block .filter_block_price .list-filter .list-filter--item button {
        border-radius: 6px;
        border: 1px solid #d3d3d3;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px; }
        .filter_block .filter_block_price .list-filter .list-filter--item button:hover {
          border-color: red;
          color: red; }
  @media screen and (max-width: 768px) {
    .filter_block .filter_block_select {
      flex: 1; } }

.active a.first-term {
  color: #bd701e; }

.active-co {
  color: #464646; }
  .active-co:hover {
    color: #a20202; }

.active-style {
  text-indent: 15px;
  position: relative; }
  .active-style::before {
    content: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.26465 7.35596L6.04661 5.50759C5.65581 5.18193 5.0625 5.45982 5.0625 5.96853V9.03148C5.0625 9.54018 5.65581 9.81807 6.04661 9.49241L8.26465 7.64404C8.3546 7.56908 8.3546 7.43092 8.26465 7.35596Z' fill='%23C50000' /%3E%3C/svg%3E");
    position: absolute;
    left: -14px;
    top: 3px; }

/* Scrollbar-effect------- */
#accordian::-webkit-scrollbar {
  width: 5px;
  height: 8px; }

#accordian::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #e4e4e4; }

#accordian::-webkit-scrollbar-thumb {
  background: #191b50;
  border-radius: 10px;
  transition: 0.5s; }

#accordian::-webkit-scrollbar-thumb:hover {
  background: #1c6f0d;
  transition: 0.5s; }

#accordian {
  background: #fff;
  width: 100%;
  max-height: 250px;
  overflow-x: hidden; }

#accordian i {
  margin-right: 10px; }

#accordian li {
  list-style-type: none; }

#accordian ul li p {
  color: #9c9c9c;
  text-decoration: none;
  font-size: 14px;
  display: block;
  /* 	line-height: 34px; */
  padding: 8px;
  transition: all 0.15s;
  position: relative;
  border-radius: 3px;
  cursor: pointer; }

#accordian .show-dropdown {
  padding-left: 10px;
  margin-bottom: 0; }

#accordian > ul.show-dropdown > li.active > p,
#accordian > ul > li > ul.show-dropdown > li.active > p,
#accordian > ul > li > ul > li > ul.show-dropdown > li.active > p,
#accordian > ul > li > ul > li > ul > li > ul.show-dropdown > li.active > p,
#accordian > ul > li > ul > li > ul > li > ul > li > ul.show-dropdown > li.active > p {
  color: #374151; }

#accordian > ul > li > ul,
#accordian > ul > li > ul > li > ul,
#accordian > ul > li > ul > li > ul > li > ul,
#accordian > ul > li > ul > li > ul > li > ul > li > ul {
  display: none; }

#accordian > ul > li.active > ul.show-dropdown,
#accordian > ul > li > ul > li.active > ul.show-dropdown,
#accordian > ul > li > ul > li > ul > li.active > ul.show-dropdown,
#accordian > ul > li > ul > li > ul > li > ul > li.active > ul.show-dropdown {
  display: block; }

#accordian > ul > li > ul,
#accordian > ul > li > ul > li > ul,
#accordian > ul > li > ul > li > ul > li > ul,
#accordian > ul > li > ul > li > ul > li > ul > li > ul {
  padding-left: 20px; }

#accordian p:not(:only-child):after {
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 15px;
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  transition: 0.5s; }

#accordian .active > p:not(:only-child):after {
  transform: rotate(90deg); }

#accordian > ul.show-dropdown > li.active-co > p,
#accordian > ul > li > ul.show-dropdown > li.active-co > p,
#accordian > ul > li > ul > li > ul.show-dropdown > li.active-co > p,
#accordian > ul > li > ul > li > ul > li > ul.show-dropdown > li.active-co > p,
#accordian > ul > li > ul > li > ul > li > ul > li > ul.show-dropdown > li.active-co > p {
  background-color: #a8d4fb; }

.sidebar-woo .filter {
  background: #ffffff;
  border-radius: 8px;
  padding: 18px; }
  .sidebar-woo .filter .title {
    border-bottom: 1px solid #ebebeb;
    padding: 6px 0px; }
    .sidebar-woo .filter .title .title-main {
      font-size: 18px; }
  .sidebar-woo .filter .all-cate a.all-product {
    padding: 3px 0px;
    margin-top: 6px; }
    .sidebar-woo .filter .all-cate a.all-product p {
      padding-left: 15px;
      font-size: 14px; }
  .sidebar-woo .filter .list-cate {
    margin-bottom: 10px; }
    .sidebar-woo .filter .list-cate .expandible {
      list-style: none;
      padding: 0;
      margin-bottom: 10px; }
      .sidebar-woo .filter .list-cate .expandible li {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 14px; }
      .sidebar-woo .filter .list-cate .expandible .showmore {
        font-size: 14px;
        text-indent: 5px;
        display: block;
        cursor: pointer; }
        .sidebar-woo .filter .list-cate .expandible .showmore:hover i {
          animation: jump 1s ease-in-out infinite; }
@keyframes jump {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(5px); }
  100% {
    transform: translateY(0px); } }
        .sidebar-woo .filter .list-cate .expandible .showmore i {
          color: #b8b8b8; }
  .sidebar-woo .filter .list-cate-product {
    margin-bottom: 10px;
    border-bottom: 1px solid #ebebeb; }
    .sidebar-woo .filter .list-cate-product .expandible {
      list-style: none;
      padding: 0;
      margin-bottom: 10px; }
      .sidebar-woo .filter .list-cate-product .expandible li {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 14px;
        color: #374151; }
      .sidebar-woo .filter .list-cate-product .expandible .showmore {
        font-size: 14px;
        text-indent: 5px;
        display: block;
        cursor: pointer; }
        .sidebar-woo .filter .list-cate-product .expandible .showmore:hover i {
          animation: jump 1s ease-in-out infinite; }
@keyframes jump {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(5px); }
  100% {
    transform: translateY(0px); } }
        .sidebar-woo .filter .list-cate-product .expandible .showmore i {
          color: #b8b8b8; }
  .sidebar-woo .filter .list-brands {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 10px; }
    .sidebar-woo .filter .list-brands .expandible {
      list-style: none;
      padding: 0;
      margin-bottom: 10px; }
      .sidebar-woo .filter .list-brands .expandible li {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 14px; }
      .sidebar-woo .filter .list-brands .expandible .showmore {
        font-size: 14px;
        text-indent: 5px;
        display: block;
        cursor: pointer; }
        .sidebar-woo .filter .list-brands .expandible .showmore:hover i {
          animation: jump 1s ease-in-out infinite; }
@keyframes jump {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(5px); }
  100% {
    transform: translateY(0px); } }
        .sidebar-woo .filter .list-brands .expandible .showmore i {
          color: #b8b8b8; }
  .sidebar-woo .filter .price-filter .price-input {
    width: 100%;
    display: flex;
    margin: 8px 0 12px; }
  .sidebar-woo .filter .price-filter .price-input .field {
    display: flex;
    width: 100%;
    height: 35px;
    align-items: center; }
  .sidebar-woo .filter .price-filter .field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 14px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield; }
  .sidebar-woo .filter .price-filter input[type="number"]::-webkit-outer-spin-button,
  .sidebar-woo .filter .price-filter input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none; }
  .sidebar-woo .filter .price-filter .price-input .separator {
    width: 65px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center; }
  .sidebar-woo .filter .price-filter .slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px; }
  .sidebar-woo .filter .price-filter .slider .progress {
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
    border-radius: 5px;
    background: #191b50; }
  .sidebar-woo .filter .price-filter .range-input {
    position: relative; }
  .sidebar-woo .filter .price-filter .range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none; }
  .sidebar-woo .filter .price-filter input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #191b50;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05); }
  .sidebar-woo .filter .price-filter input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #191b50;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05); }
  .sidebar-woo .filter .delete-selection {
    background: transparent;
    border-radius: 6px;
    width: 100%;
    border: 0;
    color: #374151; }
    .sidebar-woo .filter .delete-selection:hover {
      color: #9d1414; }
  .sidebar-woo .filter .filter-search {
    /* Checkmark style starts */ }
@-moz-keyframes dothabottomcheck {
  0% {
    height: 0; }
  100% {
    height: 7.5px; } }
@-webkit-keyframes dothabottomcheck {
  0% {
    height: 0; }
  100% {
    height: 7.5px; } }
@keyframes dothabottomcheck {
  0% {
    height: 0; }
  100% {
    height: 7.5px; } }
@keyframes dothatopcheck {
  0% {
    height: 0; }
  50% {
    height: 0; }
  100% {
    height: 15px; } }
@-webkit-keyframes dothatopcheck {
  0% {
    height: 0; }
  50% {
    height: 0; }
  100% {
    height: 15px; } }
@-moz-keyframes dothatopcheck {
  0% {
    height: 0; }
  50% {
    height: 0; }
  100% {
    height: 15px; } }
    .sidebar-woo .filter .filter-search input[type="checkbox"] {
      display: none; }
    .sidebar-woo .filter .filter-search .check-box {
      height: 15px;
      width: 15px;
      background-color: transparent;
      border: 1.5px solid #8a8a8a;
      border-radius: 2px;
      position: relative;
      display: inline-block;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -moz-transition: border-color ease 0.2s;
      -o-transition: border-color ease 0.2s;
      -webkit-transition: border-color ease 0.2s;
      transition: border-color ease 0.2s;
      cursor: pointer; }
      .sidebar-woo .filter .filter-search .check-box::before, .sidebar-woo .filter .filter-search .check-box::after {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        height: 0;
        width: 3px;
        background-color: #34b93d;
        display: inline-block;
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        -o-transform-origin: left top;
        -webkit-transform-origin: left top;
        transform-origin: left top;
        border-radius: 5px;
        content: " ";
        -webkit-transition: opacity ease 0.5;
        -moz-transition: opacity ease 0.5;
        transition: opacity ease 0.5; }
      .sidebar-woo .filter .filter-search .check-box::before {
        top: 11.25px;
        left: 7.14px;
        box-shadow: 0 0 0 0.75px white;
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg); }
      .sidebar-woo .filter .filter-search .check-box::after {
        top: 5.55px;
        left: 0.75px;
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    .sidebar-woo .filter .filter-search input[type="checkbox"]:checked + .check-box,
    .sidebar-woo .filter .filter-search .check-box.checked {
      border-color: #34b93d; }
      .sidebar-woo .filter .filter-search input[type="checkbox"]:checked + .check-box::after,
      .sidebar-woo .filter .filter-search .check-box.checked::after {
        height: 7.5px;
        -moz-animation: dothabottomcheck 0.2s ease 0s forwards;
        -o-animation: dothabottomcheck 0.2s ease 0s forwards;
        -webkit-animation: dothabottomcheck 0.2s ease 0s forwards;
        animation: dothabottomcheck 0.2s ease 0s forwards; }
      .sidebar-woo .filter .filter-search input[type="checkbox"]:checked + .check-box::before,
      .sidebar-woo .filter .filter-search .check-box.checked::before {
        height: 18px;
        -moz-animation: dothatopcheck 0.4s ease 0s forwards;
        -o-animation: dothatopcheck 0.4s ease 0s forwards;
        -webkit-animation: dothatopcheck 0.4s ease 0s forwards;
        animation: dothatopcheck 0.4s ease 0s forwards; }

.woocommerce-pagination .page-numbers {
  display: flex !important;
  justify-content: center;
  border: 0 !important;
  gap: 8px; }
  .woocommerce-pagination .page-numbers li {
    border: 0 !important; }
    .woocommerce-pagination .page-numbers li .current {
      background: #191b50 !important;
      border-radius: 7.5px;
      width: 30px;
      height: 30px;
      border: 0;
      color: white !important; }
    .woocommerce-pagination .page-numbers li a.page-numbers {
      width: 30px;
      height: 30px;
      background: #ffffff;
      border-radius: 7.5px; }

.show-more button {
  z-index: 1;
  position: relative;
  color: white;
  padding: 8px 16px;
  outline: none;
  border: 1px solid #464646;
  background-color: #464646;
  overflow: hidden;
  transition: color 0.4s ease-in-out; }
.show-more button::before {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 100%;
  right: 100%;
  width: 20px;
  height: 16px;
  border-radius: 50%;
  background-color: white;
  transform-origin: center;
  transform: translate3d(50%, 50%, 0) scale3d(0, 0, 0);
  transition: transform 0.45s ease-in-out; }
.show-more button:hover {
  cursor: pointer;
  color: #464646; }
.show-more button:hover::before {
  transform: translate3d(50%, 50%, 0) scale3d(15, 15, 15); }

.nvt_project-item-list {
  height: 315px;
  display: flex;
  flex-direction: column;
  transition: all 0.5s;
  background: #ffffff;
  border-radius: 8px; }
  @media screen and (max-width: 432px) {
    .nvt_project-item-list a.button.wp-element-button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
      font-size: 14px !important; }
    .nvt_project-item-list .add-product-cart {
      height: 30px !important; }
      .nvt_project-item-list .add-product-cart p {
        padding: unset !important; } }
  @media (max-width: 375.98px) {
    .nvt_project-item-list .nvt_project-item-list--bottom__title a {
      font-size: 16px !important; } }
  @media screen and (max-width: 576px) {
    .nvt_project-item-list {
      height: 255px !important; }
      .nvt_project-item-list .nvt_project-item-list--top .image-wrap {
        padding: 10px !important; }
      .nvt_project-item-list .nvt_project-item-list--bottom .title {
        padding-top: 10px !important; }
      .nvt_project-item-list .nvt_project-item-list--top .image-wrap img {
        height: 160px !important; }
      .nvt_project-item-list .nvt_project-item-list--bottom .money {
        font-size: 17px !important; } }
  .nvt_project-item-list:hover .image-wrap img {
    transform: scale(1.1); }
  .nvt_project-item-list--top {
    position: relative; }
    .nvt_project-item-list--top .thumbnail-wrap {
      height: 230px; }
      @media screen and (max-width: 576px) {
        .nvt_project-item-list--top .thumbnail-wrap {
          height: 160px; } }
    .nvt_project-item-list--top .wishlist-btn {
      display: none;
      position: absolute;
      top: 14px;
      right: 14px;
      background: rgba(255, 255, 255, 0.692);
      width: 21px;
      height: 21px;
      transition: all 0.5s;
      text-align: center;
      border-radius: 50%; }
      .nvt_project-item-list--top .wishlist-btn:hover {
        background: white; }
    .nvt_project-item-list--top .wishlist-cus img {
      width: 18px;
      height: 16px; }
    .nvt_project-item-list--top .add-product-cart {
      position: absolute;
      width: 100%;
      background: #191b50;
      height: 40px;
      bottom: -20px;
      opacity: 0;
      transition: all 0.6s;
      z-index: 3; }
      .nvt_project-item-list--top .add-product-cart p {
        font-weight: 700;
        font-size: 20px;
        padding: 6px 0;
        text-align: center;
        color: #ffffff; }
      .nvt_project-item-list--top .add-product-cart a.button.wp-element-button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
        font-weight: 700;
        font-size: 20px;
        padding: 6px 0;
        text-align: center;
        color: #ffffff;
        width: 100%;
        height: 100%;
        border-radius: unset;
        background: #191b50;
        display: flex;
        align-items: center;
        justify-content: center; }
    .nvt_project-item-list--top .image-wrap {
      overflow: hidden;
      height: 100%;
      border-radius: 12px; }
      .nvt_project-item-list--top .image-wrap img {
        transition: transform 0.3s;
        height: 100% !important;
        width: 100%;
        object-fit: cover; }
  .nvt_project-item-list--bottom {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    padding-top: 6px;
    z-index: 5;
    border-radius: 0px 0px 6px 6px; }
    .nvt_project-item-list--bottom .contact-button {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 5px;
      color: #fcb040; }
    .nvt_project-item-list--bottom .title {
      min-height: 46px;
      max-height: 46px; }
    .nvt_project-item-list--bottom__title {
      margin: unset;
      line-height: 23px;
      text-align: center;
      color: #050505;
      font-weight: 500;
      font-size: 16px; }
    .nvt_project-item-list--bottom .bottom {
      display: flex;
      justify-content: center;
      align-items: center; }
      .nvt_project-item-list--bottom .bottom .price .money {
        display: flex;
        font-weight: 700;
        font-size: 16px;
        line-height: 27px;
        color: #191b50; }
      .nvt_project-item-list--bottom .bottom .price p.money del {
        text-decoration: none; }
        .nvt_project-item-list--bottom .bottom .price p.money del .woocommerce-Price-amount.amount bdi,
        .nvt_project-item-list--bottom .bottom .price p.money del .woocommerce-Price-currencySymbol {
          color: #e67c2099 !important;
          font-size: 14px; }
        .nvt_project-item-list--bottom .bottom .price p.money del .woocommerce-Price-amount.amount bdi {
          text-decoration: line-through; }
      .nvt_project-item-list--bottom .bottom .price p.money ins {
        text-decoration: none; }
        .nvt_project-item-list--bottom .bottom .price p.money ins .woocommerce-Price-amount.amount bdi,
        .nvt_project-item-list--bottom .bottom .price p.money ins .woocommerce-Price-currencySymbol {
          color: #f4821f;
          font-size: 16px; }
      .nvt_project-item-list--bottom .bottom .price p.money .woocommerce-Price-amount.amount bdi,
      .nvt_project-item-list--bottom .bottom .price p.money .woocommerce-Price-currencySymbol {
        color: #f4821f;
        font-weight: 700;
        font-size: 16px; }
      .nvt_project-item-list--bottom .bottom .price .percentage {
        background: #c50000;
        border-radius: 2px;
        color: white;
        font-weight: 400;
        font-size: 14px;
        padding: 0 5px;
        display: inline-block;
        margin-left: 15px; }
      .nvt_project-item-list--bottom .bottom .add-to-cart .add-cart {
        background: 0;
        border: 1px solid #8a8a8a;
        border-radius: 50%;
        width: 32px;
        height: 32px;
        position: relative;
        display: block; }
        .nvt_project-item-list--bottom .bottom .add-to-cart .add-cart:active {
          animation: heart-like 0.3s; }
@keyframes heart-like {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); }
  25% {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2); }
  50% {
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4); }
  75% {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); } }
      .nvt_project-item-list--bottom .bottom .add-to-cart .button.added::after {
        position: absolute;
        top: 8px;
        left: -30px; }
      .nvt_project-item-list--bottom .bottom .add-to-cart .button.loading::after {
        top: 0 !important; }
      .nvt_project-item-list--bottom .bottom .add-to-cart .button.loading::after {
        right: 2em !important; }
      .nvt_project-item-list--bottom .bottom .add-to-cart .button.loading {
        padding-right: 0 !important; }
      .nvt_project-item-list--bottom .bottom .add-to-cart svg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .nvt_project-item-list--bottom__address i {
      font-weight: 500;
      color: #464646;
      margin-right: 5px; }
    .nvt_project-item-list--bottom__address-detail {
      font-weight: 500;
      font-size: 14px;
      line-height: 18px;
      color: #464646; }
    .nvt_project-item-list--bottom__button {
      border: 2px solid #191b50;
      color: #464646;
      background-color: #fff;
      width: 100%;
      height: 44px;
      font-weight: 700;
      font-size: 16px;
      line-height: 20px; }
      @media screen and (max-width: 576px) {
        .nvt_project-item-list--bottom__button {
          height: 35px;
          font-size: 14px; } }
      .nvt_project-item-list--bottom__button a:hover {
        background-color: #191b50;
        color: #f9f9f9; }
      .nvt_project-item-list--bottom__button:hover {
        background-color: #191b50;
        color: #f9f9f9; }

.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
  top: 0.3em !important; }

.woocommerce a.added_to_cart {
  display: none !important; }

#product-owl-carousel .owl-stage {
  padding-top: 10px;
  padding-bottom: 10px; }

.pswp__caption {
  display: none !important; }

.woocommerce div.product .product_title {
  text-transform: capitalize;
  color: #b90202;
  font-weight: 600; }

.pswp__bg {
  background: rgba(0, 0, 0, 0.5) !important; }

.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto; }

.swiper-wrapper {
  padding: 15px 0; }

.ads .swiper-slide {
  height: 140px;
  border-radius: 8px;
  overflow: hidden; }
  @media screen and (max-width: 1440.98px) {
    .ads .swiper-slide {
      height: 100px; } }
.ads .swiper-slide .img-uudai {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.mySwiperContainer {
  position: relative; }
  .mySwiperContainer .nvt_project-item-list {
    width: 100%; }
  .mySwiperContainer .swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto; }
  .mySwiperContainer .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2) !important;
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center; }

.woocommerce-breadcrumb {
  margin: 0 !important;
  padding: 4px 0 !important;
  font-size: 14px !important;
  background: linear-gradient(90deg, #b8b8b8 0%, rgba(184, 184, 184, 0) 100%); }
  .woocommerce-breadcrumb div {
    color: white !important; }
  .woocommerce-breadcrumb a {
    color: white !important; }

.single-block-cus {
  background: white;
  border-radius: 8px; }
  .single-block-cus .onsale {
    display: none; }

.product-type-variable .summary .price .woocommerce-Price-amount.amount bdi,
.product-type-variable .summary .price .woocommerce-Price-currencySymbol {
  color: #464646;
  font-size: 1em; }
.product-type-variable .summary .price span.price .woocommerce-Price-amount.amount bdi {
  color: #464646;
  font-size: 0.8em; }
.product-type-variable .summary .price span.price .woocommerce-Price-currencySymbol {
  font-size: 1em; }
.product-type-variable .summary .price span.price del {
  text-decoration: none; }
  .product-type-variable .summary .price span.price del .woocommerce-Price-amount.amount bdi,
  .product-type-variable .summary .price span.price del .woocommerce-Price-currencySymbol {
    color: #929292 !important;
    font-size: 14px; }
  .product-type-variable .summary .price span.price del .woocommerce-Price-amount.amount bdi {
    text-decoration: line-through; }

@media screen and (max-width: 576px) {
  .summary {
    margin-bottom: 0 !important; } }
.summary .product_title {
  font-weight: 400;
  font-size: 26px;
  color: #374151;
  text-transform: uppercase; }
  @media screen and (max-width: 1440px) {
    .summary .product_title {
      font-size: 20px; } }
.summary .woocommerce-product-rating {
  line-height: unset;
  margin-top: 16px;
  margin-bottom: 16px !important; }
  .summary .woocommerce-product-rating .rating_count {
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0.08em 6px 0 0;
    color: #c50000; }
  .summary .woocommerce-product-rating .star-rating {
    margin: 0.35em 15px 0 0;
    font-size: 0.9em;
    width: 5.25em; }
    .summary .woocommerce-product-rating .star-rating::before {
      color: #c50000; }
    .summary .woocommerce-product-rating .star-rating span::before {
      color: #c50000; }
  .summary .woocommerce-product-rating .woocommerce-review-link {
    border-left: 0.75px solid #b8b8b8;
    padding: 0 15px;
    display: inline-block;
    color: #8a8a8a;
    font-size: 14px; }
    .summary .woocommerce-product-rating .woocommerce-review-link .count {
      font-size: 16px; }
  .summary .woocommerce-product-rating .wishlist {
    display: inline-block;
    border-left: 0.75px solid #b8b8b8;
    padding-left: 15px; }
.summary p.price {
  display: inline-block;
  padding: 6px 18px;
  font-size: 22px !important; }
.summary del {
  text-decoration: none; }
  .summary del .woocommerce-Price-amount.amount bdi,
  .summary del .woocommerce-Price-currencySymbol {
    color: #929292 !important;
    font-size: 14px; }
  .summary del .woocommerce-Price-amount.amount bdi {
    text-decoration: line-through; }
.summary ins {
  text-decoration: none;
  margin-left: 14px; }
  .summary ins .woocommerce-Price-amount.amount bdi,
  .summary ins .woocommerce-Price-currencySymbol {
    color: #c50000;
    font-size: 1em; }
.summary .woocommerce-Price-amount.amount bdi,
.summary .woocommerce-Price-currencySymbol {
  color: #c50000;
  font-size: 0.8em;
  font-weight: 700; }
.summary .percentage {
  background: #c50000;
  border-radius: 2px;
  color: white;
  font-weight: 400;
  font-size: 14px;
  padding: 0 5px;
  display: inline-block;
  margin-left: 15px; }
.summary .variations tr {
  display: flex; }
  .summary .variations tr th.label {
    width: 100px; }
    .summary .variations tr th.label label {
      font-weight: 400 !important;
      font-size: 16px;
      color: #757575; }
  .summary .variations tr td.woo-variation-items-wrapper {
    display: inherit; }
    .summary .variations tr td.woo-variation-items-wrapper li.variable-item {
      box-shadow: 0 0 0 1px #ebebeb; }
  .summary .variations tr .reset_variations {
    margin-left: 10px;
    display: flex;
    align-items: center; }
  @media screen and (max-width: 450px) {
    .summary .variations tr {
      flex-direction: column; } }
.summary .single_variation_wrap {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 576px) {
    .summary .single_variation_wrap {
      align-items: flex-start;
      flex-direction: column;
      gap: 10px; }
      .summary .single_variation_wrap .woocommerce-variation-add-to-cart {
        flex-direction: column; } }
  .summary .single_variation_wrap .woocommerce-variation-availability {
    display: none; }
.summary .subject {
  width: 103px; }
.summary .stock.in-stock {
  display: none; }
.summary .quantity {
  margin: 0 20px 0 0 !important;
  border-radius: 4px;
  display: inline-flex;
  border: 1px solid #ebebeb; }
  .summary .quantity:hover {
    box-shadow: 0 0 0 3px #ddd; }
  .summary .quantity input::-webkit-outer-spin-button,
  .summary .quantity input::-webkit-inner-spin-button {
    display: none;
    margin: 0; }
  .summary .quantity input.qty {
    appearance: textfield;
    -webkit-appearance: none;
    -moz-appearance: textfield; }
  .summary .quantity input.qty_button.minus {
    border-radius: 3px 0 0 3px;
    border-right: 1px solid #ebebeb; }
  .summary .quantity input.qty_button.plus {
    border-radius: 0px 3px 3px 0px;
    border-left: 1px solid #ebebeb; }
  .summary .quantity input.qty_button {
    -webkit-appearance: button;
    width: 29px;
    height: 30px;
    background: transparent;
    content: "\f068";
    font-family: fontawesome;
    font-size: 14px;
    color: #5c5c5c;
    text-align: center;
    line-height: 29px;
    cursor: pointer;
    border: none; }
  .summary .quantity .input-text {
    height: 30px;
    border: none;
    outline: none;
    font-size: 14px;
    color: #191b50;
    font-weight: bold;
    width: 50px !important; }
.summary .remaining {
  color: #757575; }
@media screen and (max-width: 400px) {
  .summary .button-buy .button-cus-nvt {
    margin-bottom: 5px; }
  .summary .button-buy .buy_now_button {
    width: 205px; } }
.summary .button-buy .button-cus-nvt.disabled {
  pointer-events: none;
  padding: 4px 30px !important; }
.summary .button-buy .button-cus-nvt {
  --background: #c5000014;
  --text: $sub-co;
  --cart: #f00;
  --tick: white;
  position: relative;
  border: none;
  background: none;
  margin-right: 15px;
  padding: 4px 30px;
  border-radius: 8px;
  border: 0.75px solid #c50000 !important;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  min-width: 144px;
  color: #c50000 !important;
  background: var(--background) !important;
  -webkit-transform: scale(var(--scale, 1));
  transform: scale(var(--scale, 1));
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.36, 1.01, 0.32, 1.27);
  transition: -webkit-transform 0.4s cubic-bezier(0.36, 1.01, 0.32, 1.27);
  transition: transform 0.4s cubic-bezier(0.36, 1.01, 0.32, 1.27);
  transition: transform 0.4s cubic-bezier(0.36, 1.01, 0.32, 1.27), -webkit-transform 0.4s cubic-bezier(0.36, 1.01, 0.32, 1.27); }
.summary .button-buy .button-cus-nvt:active {
  --scale: 0.95; }
.summary .button-buy .button-cus-nvt span {
  font-size: 14px;
  font-weight: 500;
  display: block;
  position: relative;
  padding-left: 24px;
  margin-left: -8px;
  line-height: 26px;
  color: #c50000;
  -webkit-transform: translateY(var(--span-y, 0));
  transform: translateY(var(--span-y, 0));
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease; }
.summary .button-buy .button-cus-nvt span:before,
.summary .button-buy .button-cus-nvt span:after {
  content: "";
  width: var(--w, 2px);
  height: var(--h, 14px);
  border-radius: 1px;
  position: absolute;
  left: var(--l, 8px);
  top: var(--t, 6px);
  background: currentColor;
  -webkit-transform: scale(0.75) rotate(var(--icon-r, 0deg)) translateY(var(--icon-y, 0));
  transform: scale(0.75) rotate(var(--icon-r, 0deg)) translateY(var(--icon-y, 0));
  -webkit-transition: -webkit-transform 0.65s ease 0.05s;
  transition: -webkit-transform 0.65s ease 0.05s;
  transition: transform 0.65s ease 0.05s;
  transition: transform 0.65s ease 0.05s, -webkit-transform 0.65s ease 0.05s; }
.summary .button-buy .button-cus-nvt span:after {
  --w: 14px;
  --h: 2px;
  --l: 2px;
  --t: 12px; }
.summary .button-buy .button-cus-nvt .cart {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -13px 0 0 -18px;
  -webkit-transform-origin: 12px 23px;
  transform-origin: 12px 23px;
  -webkit-transform: translateX(-120px) rotate(-18deg);
  transform: translateX(-120px) rotate(-18deg); }
.summary .button-buy .button-cus-nvt .cart:before,
.summary .button-buy .button-cus-nvt .cart:after {
  content: "";
  position: absolute; }
.summary .button-buy .button-cus-nvt .cart:before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px var(--cart);
  bottom: 0;
  left: 9px;
  -webkit-filter: drop-shadow(11px 0 0 var(--cart));
  filter: drop-shadow(11px 0 0 var(--cart)); }
.summary .button-buy .button-cus-nvt .cart:after {
  width: 16px;
  height: 9px;
  background: var(--cart);
  left: 9px;
  bottom: 7px;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: perspective(4px) rotateX(-6deg) scaleY(var(--fill, 0));
  transform: perspective(4px) rotateX(-6deg) scaleY(var(--fill, 0));
  -webkit-transition: -webkit-transform 1.2s ease var(--fill-d);
  transition: -webkit-transform 1.2s ease var(--fill-d);
  transition: transform 1.2s ease var(--fill-d);
  transition: transform 1.2s ease var(--fill-d), -webkit-transform 1.2s ease var(--fill-d); }
.summary .button-buy .button-cus-nvt .cart svg {
  z-index: 1;
  width: 36px;
  height: 26px;
  display: block;
  position: relative;
  fill: none;
  stroke: var(--cart);
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round; }
.summary .button-buy .button-cus-nvt .cart svg polyline:last-child {
  stroke: var(--tick);
  stroke-dasharray: 10px;
  stroke-dashoffset: var(--offset, 10px);
  -webkit-transition: stroke-dashoffset 0.4s ease var(--offset-d);
  transition: stroke-dashoffset 0.4s ease var(--offset-d); }
.summary .button-buy .button-cus-nvt.loading-cus-nvt {
  --scale: 0.95;
  --span-y: -32px;
  --icon-r: 180deg;
  --fill: 1;
  --fill-d: 0.8s;
  --offset: 0;
  --offset-d: 1.73s; }
.summary .button-buy .button-cus-nvt.loading-cus-nvt .cart {
  -webkit-animation: cart 2.5s linear forwards 0.2s;
  animation: cart 2.5s linear forwards 0.2s; }
@-webkit-keyframes cart {
  12.5% {
    -webkit-transform: translateX(-60px) rotate(-18deg);
    transform: translateX(-60px) rotate(-18deg); }
  25%,
      45%,
      55%,
      75% {
    -webkit-transform: none;
    transform: none; }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  44%,
      56% {
    -webkit-transform-origin: 12px 23px;
    transform-origin: 12px 23px; }
  45%,
      55% {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
  87.5% {
    -webkit-transform: translateX(70px) rotate(-18deg);
    transform: translateX(70px) rotate(-18deg); }
  100% {
    -webkit-transform: translateX(140px) rotate(-18deg);
    transform: translateX(140px) rotate(-18deg); } }
@keyframes cart {
  12.5% {
    -webkit-transform: translateX(-60px) rotate(-18deg);
    transform: translateX(-60px) rotate(-18deg); }
  25%,
      45%,
      55%,
      75% {
    -webkit-transform: none;
    transform: none; }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  44%,
      56% {
    -webkit-transform-origin: 12px 23px;
    transform-origin: 12px 23px; }
  45%,
      55% {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
  87.5% {
    -webkit-transform: translateX(70px) rotate(-18deg);
    transform: translateX(70px) rotate(-18deg); }
  100% {
    -webkit-transform: translateX(140px) rotate(-18deg);
    transform: translateX(140px) rotate(-18deg); } }
.summary .button-buy .buy_now_button {
  background-color: #c50000 !important;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  padding: 11px 20px !important;
  animation: all 0.5s; }
  .summary .button-buy .buy_now_button:hover {
    background-color: #a92222 !important; }
.summary .sharing .subject {
  display: inline-block;
  width: 100px; }
.summary .sharing .share-fb {
  font-size: 30px;
  color: #0d6efd !important; }

.star-rating span {
  font-family: star !important; }
  .star-rating span::before {
    top: -4px !important; }

.content-single-product .content {
  background: #ffffff;
  border-radius: 8px; }
  .content-single-product .content h5 {
    color: #4b5563; }
  .content-single-product .content .filter-stars {
    background: #ebebeb;
    border-radius: 1.5px; }
    .content-single-product .content .filter-stars .total-stars {
      padding: 25px;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 576px) {
        .content-single-product .content .filter-stars .total-stars {
          flex-direction: column;
          gap: 10px; } }
      .content-single-product .content .filter-stars .total-stars .woocommerce-product-rating {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        margin-right: 35px;
        margin-bottom: 0; }
        .content-single-product .content .filter-stars .total-stars .woocommerce-product-rating .star-rating {
          margin: 0;
          color: #464646; }
          .content-single-product .content .filter-stars .total-stars .woocommerce-product-rating .star-rating span {
            color: #464646; }
        .content-single-product .content .filter-stars .total-stars .woocommerce-product-rating .rating_count {
          color: #464646; }
      @media screen and (max-width: 576px) {
        .content-single-product .content .filter-stars .total-stars .nav-pills {
          gap: 6px;
          justify-content: center; } }
      .content-single-product .content .filter-stars .total-stars .nav-pills .nav-item {
        margin-right: 10px; }
      .content-single-product .content .filter-stars .total-stars .nav-pills .nav-link {
        background-color: #ffffff;
        border: 1px solid white;
        border-radius: 6px;
        padding: 6px 11px;
        font-size: 12px; }
        .content-single-product .content .filter-stars .total-stars .nav-pills .nav-link:hover {
          border: 1px solid #464646; }
      .content-single-product .content .filter-stars .total-stars .nav-pills .nav-link.active {
        border: 1px solid #464646;
        color: #464646; }
  .content-single-product .content .tab-content .comment_container .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%; }
  .content-single-product .content .tab-content .comment_container .comment-text {
    display: flex;
    flex-direction: column; }
    .content-single-product .content .tab-content .comment_container .comment-text .meta,
    .content-single-product .content .tab-content .comment_container .comment-text .star-rating {
      margin-bottom: 8px; }
    .content-single-product .content .tab-content .comment_container .comment-text .meta .woocommerce-review__author {
      color: #191b50; }
    .content-single-product .content .tab-content .comment_container .comment-text .star-rating::before {
      color: #464646; }
    .content-single-product .content .tab-content .comment_container .comment-text .star-rating span {
      color: #464646; }
    .content-single-product .content .tab-content .comment_container .comment-text .woocommerce-review__published-date {
      font-size: 14px;
      color: #8a8a8a; }
    .content-single-product .content .tab-content .comment_container .comment-text .description p {
      margin: 0;
      color: rgba(0, 0, 0, 0.87); }

.woocommerce-Reviews {
  background: #ffffff;
  border-radius: 8px; }
  .woocommerce-Reviews h5 {
    color: #8a8a8a;
    text-transform: uppercase; }
  .woocommerce-Reviews .comment-form-comment textarea {
    background: #e4e4e4;
    text-indent: 10px;
    border: none;
    outline: none;
    border-radius: 5px;
    transition: all 0.5s; }
    .woocommerce-Reviews .comment-form-comment textarea:focus {
      background: #ffffff;
      box-shadow: inset 0 0 10px #f0ede6, 3px 3px 5px 0 #ccc; }
  .woocommerce-Reviews .form-submit input#submit {
    padding: 15px 25px !important;
    color: white !important;
    background: #464646 !important; }
    .woocommerce-Reviews .form-submit input#submit:hover {
      background: #9a0202 !important; }

.related.products .heading h5 {
  position: relative;
  padding-left: 10px; }
  .related.products .heading h5::before {
    content: "";
    position: absolute;
    height: 80%;
    width: 4px;
    background: #464646;
    border-radius: 12px;
    left: 0;
    top: 50%;
    transform: translate(0, -50%); }

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
button.button.added::after {
  display: none; }

.woo-variation-product-gallery {
  margin: 0; }

.wvg-gallery-image img {
  height: 400px !important; }

.my-description .item div.title {
  display: inline-block;
  width: 112px; }
.my-description .item div,
.my-description .item span {
  color: #374151; }

@media screen and (max-width: 768px) {
  .filter-button {
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    background: orangered;
    color: white;
    padding: 5px 10px;
    margin-bottom: 10px; }

  .slideSidebarOnMobile {
    transform: translate(0%, 0) !important; }

  .sidebarOnMobile {
    bottom: 0;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.4);
    left: 0;
    margin: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translate(-100%, 0);
    transition: 0.3s transform cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 1002;
    background: white; }
    .sidebarOnMobile .btn-close {
      cursor: pointer;
      font-size: 1rem;
      height: 25px;
      line-height: 1;
      position: absolute;
      text-align: center;
      text-decoration: none;
      right: 20px;
      top: 15px;
      vertical-align: middle;
      width: 25px;
      z-index: 1008; }
    .sidebarOnMobile .sidebar-component {
      height: calc(100% - 65px);
      overflow-y: scroll;
      margin-top: 62px; }
      .sidebarOnMobile .sidebar-component .mobile-only {
        height: 52px;
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #eee;
        margin: 0;
        left: 0;
        line-height: 60px;
        margin: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1007; }
      .sidebarOnMobile .sidebar-component .search_bar,
      .sidebarOnMobile .sidebar-component .component-sidebar-contact {
        display: none; } }
.woocommerce .cart-container {
  background: #ffffff;
  border-radius: 8px;
  padding: 16px; }
  .woocommerce .cart-container .woocommerce-cart-form table.shop_table {
    border: unset;
    margin-bottom: 0; }
    .woocommerce .cart-container .woocommerce-cart-form table.shop_table thead tr {
      background: #ebebeb;
      border-radius: 4px; }
    .woocommerce .cart-container .woocommerce-cart-form table.shop_table tbody .product-price .woocommerce-Price-amount.amount {
      font-weight: 600; }
    .woocommerce .cart-container .woocommerce-cart-form table.shop_table tbody .product-quantity p.subject {
      display: none; }
    .woocommerce .cart-container .woocommerce-cart-form table.shop_table tbody .product-quantity .quantity {
      margin: 0 20px 0 0 !important;
      display: inline-flex;
      border: 1px solid #ebebeb; }
      @media screen and (max-width: 576px) {
        .woocommerce .cart-container .woocommerce-cart-form table.shop_table tbody .product-quantity .quantity {
          margin: 0 !important; } }
      .woocommerce .cart-container .woocommerce-cart-form table.shop_table tbody .product-quantity .quantity:hover {
        box-shadow: 0 0 0 1px #ddd; }
      .woocommerce .cart-container .woocommerce-cart-form table.shop_table tbody .product-quantity .quantity input::-webkit-outer-spin-button,
      .woocommerce .cart-container .woocommerce-cart-form table.shop_table tbody .product-quantity .quantity input::-webkit-inner-spin-button {
        display: none;
        margin: 0; }
      .woocommerce .cart-container .woocommerce-cart-form table.shop_table tbody .product-quantity .quantity input.qty {
        appearance: textfield;
        -webkit-appearance: none;
        -moz-appearance: textfield; }
      .woocommerce .cart-container .woocommerce-cart-form table.shop_table tbody .product-quantity .quantity input.qty_button.minus {
        border-radius: 3px 0 0 3px;
        border-right: 1px solid #ebebeb; }
      .woocommerce .cart-container .woocommerce-cart-form table.shop_table tbody .product-quantity .quantity input.qty_button.plus {
        border-radius: 0px 3px 3px 0px;
        border-left: 1px solid #ebebeb; }
      .woocommerce .cart-container .woocommerce-cart-form table.shop_table tbody .product-quantity .quantity input.qty_button {
        -webkit-appearance: button;
        width: 29px;
        height: 30px;
        background: transparent;
        content: "\f068";
        font-family: fontawesome;
        font-size: 14px;
        color: #5c5c5c;
        text-align: center;
        line-height: 29px;
        cursor: pointer;
        border: none; }
      .woocommerce .cart-container .woocommerce-cart-form table.shop_table tbody .product-quantity .quantity .input-text {
        height: 30px;
        border: none;
        outline: none;
        font-size: 14px;
        color: #191b50;
        width: 50px !important; }
  @media screen and (max-width: 768px) {
    .woocommerce .cart-container .woocommerce-cart-form .product-thumbnail::before {
      display: none; } }
.woocommerce .cart-collaterals .cart_totals {
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  padding: 16px; }
  .woocommerce .cart-collaterals .cart_totals .cart-subtotal,
  .woocommerce .cart-collaterals .cart_totals .order-total {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border: 1px solid #d0c9c9;
    border-radius: 8px; }
    .woocommerce .cart-collaterals .cart_totals .cart-subtotal p,
    .woocommerce .cart-collaterals .cart_totals .order-total p {
      margin: 0; }
  .woocommerce .cart-collaterals .cart_totals table.shop_table {
    display: none; }
.woocommerce .bottom-checkout {
  padding: 16px;
  background: #ffffff;
  border-radius: 8px; }
  .woocommerce .bottom-checkout p {
    font-style: italic; }
    .woocommerce .bottom-checkout p a {
      color: #c50000; }
  .woocommerce .bottom-checkout .button-checkout {
    display: flex;
    justify-content: space-between;
    gap: 16px; }
    .woocommerce .bottom-checkout .button-checkout .continue-buy a {
      background: #ffffff;
      border: 1px solid #c50000;
      border-radius: 6px;
      outline: 0;
      color: #c50000;
      padding: 5px 16px; }
      .woocommerce .bottom-checkout .button-checkout .continue-buy a:hover {
        color: #c50000 !important; }
    .woocommerce .bottom-checkout .button-checkout .proceed-checkout a {
      background: #c50000;
      border: 1px solid #c50000;
      border-radius: 6px;
      outline: 0;
      color: white;
      padding: 5px 16px; }
      .woocommerce .bottom-checkout .button-checkout .proceed-checkout a:hover {
        color: white !important; }
.woocommerce .product-bottom .heading h5 {
  position: relative;
  padding-left: 10px; }
  .woocommerce .product-bottom .heading h5::before {
    content: "";
    position: absolute;
    height: 80%;
    width: 4px;
    background: #c50000;
    border-radius: 12px;
    left: 0;
    top: 50%;
    transform: translate(0, -50%); }

.section__breadcrumb {
  display: flex;
  align-items: center;
  align-content: center;
  background: linear-gradient(90deg, #b8b8b8 0%, rgba(184, 184, 184, 0) 100%); }
  @media screen and (max-width: 1400px) {
    .section__breadcrumb {
      margin-bottom: 0px; } }
  @media screen and (max-width: 1200px) {
    .section__breadcrumb {
      font-size: 13px;
      margin-bottom: 0px; } }
  @media screen and (max-width: 992px) {
    .section__breadcrumb {
      font-size: 13px;
      margin-bottom: 0px; } }
  .section__breadcrumb .rank-math-breadcrumb p {
    margin: 0;
    color: #fff; }
    .section__breadcrumb .rank-math-breadcrumb p a {
      color: #fff; }

.breadcrumbs {
  padding: 12px 0;
  background-color: transparent; }
  .breadcrumbs .rank-math-breadcrumb p {
    margin-bottom: 0;
    color: #9ca3af; }
    .breadcrumbs .rank-math-breadcrumb p a {
      color: #9ca3af;
      font-weight: bold; }
    .breadcrumbs .rank-math-breadcrumb p .last {
      font-weight: bold;
      color: #191b50; }

.woocommerce .woocommerce_checkout_login .woocommerce-form.woocommerce-form-login p.form-row {
  width: 100%; }
  .woocommerce .woocommerce_checkout_login .woocommerce-form.woocommerce-form-login p.form-row label {
    margin-bottom: 5px; }
  .woocommerce .woocommerce_checkout_login .woocommerce-form.woocommerce-form-login p.form-row .pass {
    position: relative; }
    .woocommerce .woocommerce_checkout_login .woocommerce-form.woocommerce-form-login p.form-row .pass .show-password-input {
      display: none; }
  .woocommerce .woocommerce_checkout_login .woocommerce-form.woocommerce-form-login p.form-row input.input-text {
    padding: 8px 16px;
    border: 1px solid #dadada;
    border-radius: 8px;
    width: 100%; }
    .woocommerce .woocommerce_checkout_login .woocommerce-form.woocommerce-form-login p.form-row input.input-text:focus-visible {
      outline: 0;
      border: 1px solid #464646; }
  .woocommerce .woocommerce_checkout_login .woocommerce-form.woocommerce-form-login p.form-row span.toggle-password {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%); }
.woocommerce .woocommerce_checkout_login .woocommerce-form.woocommerce-form-login .text-bottom {
  width: 100%; }
  .woocommerce .woocommerce_checkout_login .woocommerce-form.woocommerce-form-login .text-bottom p {
    color: #333333; }
    .woocommerce .woocommerce_checkout_login .woocommerce-form.woocommerce-form-login .text-bottom p a {
      color: #464646;
      background: unset;
      border: unset;
      cursor: pointer; }
.woocommerce .woocommerce_checkout_login .woocommerce-form.woocommerce-form-login .submit-cus {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .woocommerce .woocommerce_checkout_login .woocommerce-form.woocommerce-form-login .submit-cus label {
    text-align: center; }
  .woocommerce .woocommerce_checkout_login .woocommerce-form.woocommerce-form-login .submit-cus button {
    color: white;
    background: #464646;
    border-radius: 6px;
    border: unset;
    width: 300px;
    padding: 8px 0; }
    .woocommerce .woocommerce_checkout_login .woocommerce-form.woocommerce-form-login .submit-cus button:hover {
      background: #c50000d1; }
.woocommerce .checkout.woocommerce-checkout .input-text,
.woocommerce .checkout.woocommerce-checkout .select2-selection {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.3rem;
  border: 1px solid #5c5c5c; }
  @media screen and (max-width: 576px) {
    .woocommerce .checkout.woocommerce-checkout .input-text,
    .woocommerce .checkout.woocommerce-checkout .select2-selection {
      padding: 0.5rem 0.6rem;
      font-size: 0.8rem; } }
@media screen and (max-width: 576px) {
  .woocommerce .selection .select2-selection__rendered {
    line-height: unset;
    padding: 0; }
  .woocommerce .selection .select2-selection__arrow {
    height: 100%; } }
@media screen and (max-width: 576px) {
  .woocommerce .wpmc-tabs-wrapper .wpmc-tab-text {
    display: block; } }
.woocommerce .wpmc-nav-wrapper button#wpmc-back-to-cart {
  background: #ffffff;
  border: 1px solid #464646;
  border-radius: 6px;
  color: #464646; }
.woocommerce .wpmc-nav-wrapper button.wpmc-nav-button {
  background: #464646;
  border-radius: 6px; }
  .woocommerce .wpmc-nav-wrapper button.wpmc-nav-button:hover {
    background: #d21919; }
.woocommerce .woocommerce-checkout-review-order-table {
  background: white; }

@media screen and (max-width: 576px) {
  .select2-results__options li {
    font-size: 14px; } }

.woocommerce .wpmc-tabs-wrapper .wpmc-tabs-list .wpmc-tab-item::before {
  border-bottom-color: #191b50; }
.woocommerce .wpmc-tabs-wrapper .wpmc-tabs-list .wpmc-tab-item .wpmc-tab-number {
  border-color: #191b50; }
.woocommerce .wpmc-steps-wrapper .woocommerce_checkout_coupon .woocommerce-info {
  border-top-color: #fff;
  background: #fff;
  border: 1px solid #ddd; }
.woocommerce .wpmc-steps-wrapper .wpmc-step-item h3 {
  text-align: center;
  text-transform: uppercase;
  color: #191b50; }
.woocommerce .wpmc-steps-wrapper .wpmc-step-item .place-order .button {
  background-color: #191b50 !important;
  text-transform: uppercase !important; }
  .woocommerce .wpmc-steps-wrapper .wpmc-step-item .place-order .button:hover {
    background-color: #238a11 !important; }
.woocommerce .wpmc-steps-wrapper .woocommerce-checkout-payment {
  background: #ffffff !important;
  border: 1px solid #191b50; }
  .woocommerce .wpmc-steps-wrapper .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
    font-style: italic;
    font-size: 14px; }
    .woocommerce .wpmc-steps-wrapper .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper p {
      margin: 0.01rem; }

.woocommerce-checkout #payment div.payment_box {
  border: 1px solid !important;
  border-radius: 12px !important;
  background: #fff !important; }
  .woocommerce-checkout #payment div.payment_box .wc-credit-card-form .form-row {
    padding: 0; }
    .woocommerce-checkout #payment div.payment_box .wc-credit-card-form .form-row .wc-stripe-elements-field {
      padding: 0.5rem 1rem;
      font-size: 1rem;
      border-radius: 0.3rem;
      border: 1px solid #5c5c5c; }

.woocommerce-checkout #payment div.payment_box::before {
  display: none !important; }

/*# sourceMappingURL=style.css.map */
