@charset "UTF-8";
@font-face {
  font-family: "MMCB";
  src: local(""), url("../libs/webfonts/MMC-Bold.woff2") format("woff2"); }
@font-face {
  font-family: "MMCM";
  src: local(""), url("../libs/webfonts/MMC-Medium.woff2") format("woff2"); }
* {
  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: #000000; }

.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-family: "MMCB", sans-serif;
  font-weight: 600;
  color: #121212; }

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: #cc0000 !important; }

.main-co-hv:hover {
  color: #cc0000 !important; }

.main-bg {
  background-color: #cc0000 !important; }

.sub-co {
  color: #464646 !important; }

.black-co {
  color: #000000 !important; }

.gray-co {
  color: #121212 !important; }

.gray-bg {
  background-color: #121212 !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.btn:hover {
    color: #fff; }

p {
  color: #121212; }
  @media screen and (max-width: 576px) {
    p {
      font-size: 14px; } }

li {
  color: #121212; }

.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: #cc0000;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #fb910f8e; }

.btn-cus {
  background-color: #cc0000;
  border-radius: 0;
  color: #fff;
  font-weight: 400;
  padding: 14px 34px;
  border: 2px solid #cc0000; }
  .btn-cus:hover {
    color: #fff;
    background-color: #bd701e; }
  .btn-cus--outline {
    color: #cc0000;
    background: unset;
    border-radius: 4px; }
    .btn-cus--outline:hover {
      color: #fff;
      background-color: #cc0000; }
  .btn-cus--radius {
    background-color: #fff;
    border: none;
    border-radius: 60px;
    color: #cc0000;
    padding: 24px 54px; }
    .btn-cus--radius:hover {
      color: #fff;
      background-color: #cc0000; }

@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; }

.red-co-text {
  color: #f63737; }

.line-red {
  color: #f63737;
  width: 100px;
  border: 3px solid;
  border-radius: 12px;
  display: inline-block; }

.home .home__banner {
  margin-bottom: -1px; }
  .home .home__banner img {
    aspect-ratio: 1920/620; }
    @media screen and (max-width: 992px) {
      .home .home__banner img {
        aspect-ratio: 1920/750; } }
    @media screen and (max-width: 576px) {
      .home .home__banner img {
        aspect-ratio: auto; } }
  .home .home__banner #banner-owl {
    position: relative; }
    .home .home__banner #banner-owl .owl-dots {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
      .home .home__banner #banner-owl .owl-dots .owl-dot.active span {
        background: white;
        border: unset; }
      .home .home__banner #banner-owl .owl-dots .owl-dot span {
        background: unset;
        border: 3px solid #ebebeb; }
.home .our-services .swiper-wrapper {
  justify-content: center; }
.home .our-services .SwiperServiceItem {
  border-radius: 8px;
  background: #f7f7f7; }
  .home .our-services .SwiperServiceItem a:hover {
    color: #f63737; }
  .home .our-services .SwiperServiceItem figure {
    height: 300px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .home .our-services .SwiperServiceItem figure {
        height: 200px; } }
    .home .our-services .SwiperServiceItem figure img {
      border-radius: 8px 8px 0 0;
      transition: transform 0.2s; }
      .home .our-services .SwiperServiceItem figure img:hover {
        transform: scale(1.05); }
.home .our-project .SwiperServiceItem {
  border-radius: 8px; }
  .home .our-project .SwiperServiceItem a:hover {
    color: #f63737; }
  .home .our-project .SwiperServiceItem figure {
    height: 220px;
    overflow: hidden;
    border-radius: 8px; }
    @media screen and (max-width: 768px) {
      .home .our-project .SwiperServiceItem figure {
        height: 200px; } }
    .home .our-project .SwiperServiceItem figure img {
      transition: transform 0.2s; }
      .home .our-project .SwiperServiceItem figure img:hover {
        transform: scale(1.05); }
.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: 55px 8px 55px 8px;
    padding: 24px;
    background-color: #fff; }
    .home .homePage__feedback--item p {
      font-size: 16px;
      margin-bottom: 0;
      color: #121212; }
      @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;
      outline: 5px solid #dddddd78;
      outline-offset: -5px; }
    .home .homePage__feedback--item .name {
      font-size: 16px;
      -webkit-line-clamp: 1;
      color: #595959; }
    .home .homePage__feedback--item .position {
      color: #cc0000; }
  .home .homePage__feedback .partner img {
    width: unset !important; }

.seeAll .button {
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  background-color: #cc0000;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffff;
  gap: 10px;
  font-weight: bold;
  border: 3px solid #ffffff4d;
  outline: none;
  overflow: hidden;
  font-size: 15px; }
.seeAll .icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out; }
.seeAll .button:hover {
  transform: scale(1.05);
  border-color: #fff9; }
.seeAll .button:hover .icon {
  transform: translate(4px); }
.seeAll .button:hover::before {
  animation: shine 1.5s ease-out infinite; }
.seeAll .button::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  top: 0;
  left: -100px;
  opacity: 0.6; }
@keyframes shine {
  0% {
    left: -100px; }
  60% {
    left: 100%; }
  to {
    left: 100%; } }
.section-title {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  position: relative;
  width: 100%;
  text-transform: uppercase;
  font-family: "MMCB", Arial, Helvetica, Verdana, sans-serif; }
  .section-title .section-title-main {
    margin: 0 15px; }
  .section-title b {
    background-color: black;
    display: block;
    flex: 1;
    height: 2px;
    opacity: 0.1; }

.width-carForm {
  width: 50%; }
  @media screen and (max-width: 576px) {
    .width-carForm {
      width: 100%; } }

header#header {
  position: sticky;
  z-index: 99; }
  header#header .header-wrapper .header-top {
    background: #cc0000; }
    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: #121212; }
  header#header .header-wrapper .header-bottom {
    background: #ffffff; }
    header#header .header-wrapper .header-bottom .logo img {
      width: auto;
      height: 80px;
      padding: 5px 0; }
    header#header .header-wrapper .header-bottom .hotline-header .text .title {
      font-size: 14px; }
    header#header .header-wrapper .header-bottom .research svg {
      border: 1px solid #cc0000;
      border-radius: 50%;
      padding: 5px; }
    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 .slogan {
      line-height: 23px;
      font-size: 130%; }
      header#header .header-wrapper .header-bottom .slogan span {
        color: black;
        font-size: 82%; }
    header#header .header-wrapper .header-bottom .header-divider {
      border-left: 1px solid rgba(0, 0, 0, 0.1);
      height: 30px;
      margin: 0 7.5px;
      position: relative;
      vertical-align: middle; }
    header#header .header-wrapper .header-bottom .search-box {
      background: #cc0000;
      border-radius: 40px;
      padding: 8px; }
    header#header .header-wrapper .header-bottom .search-btn {
      color: #fff;
      float: right;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: #cc0000;
      display: flex;
      justify-content: center;
      align-items: center;
      text-decoration: none;
      transition: 0.4s;
      border: 0; }
    header#header .header-wrapper .header-bottom .search-txt {
      border: none;
      background: none;
      outline: none;
      float: left;
      padding: 0;
      color: #fff;
      font-size: 16px;
      transition: 0.4s;
      width: 0px; }
    header#header .header-wrapper .header-bottom input::placeholder {
      color: white; }
    header#header .header-wrapper .header-bottom .search-box:hover > .search-txt {
      width: 130px;
      padding-top: 3px;
      text-indent: 5px; }
    header#header .header-wrapper .header-bottom .search-box:hover > .search-btn {
      background: white;
      color: #cc0000; }
  header#header .header-menu {
    background-color: #000000; }
    header#header .header-menu .menu li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
    header#header .header-menu .menu li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
      background: unset !important; }
    header#header .header-menu .menu .mega-menu-item a:hover {
      background: unset !important; }
    header#header .header-menu .menu #mega-menu-wrap-primary {
      background: unset; }
    header#header .header-menu .menu #mega-menu-primary {
      display: flex;
      justify-content: space-evenly; }
      header#header .header-menu .menu #mega-menu-primary .mega-menu-item a {
        font-weight: normal;
        font-size: 14px;
        color: #eeeeee;
        background: transparent;
        font-family: "MMCM", sans-serif; }
        header#header .header-menu .menu #mega-menu-primary .mega-menu-item a:hover {
          color: #cc0000; }
      header#header .header-menu .menu #mega-menu-primary .mega-current_page_item a {
        color: #cc0000; }
    header#header .header-menu .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: 222px !important;
      padding: 0 !important;
      border-radius: 12px !important;
      background: #fff !important;
      overflow: hidden !important; }
      header#header .header-menu .menu ul.mega-sub-menu li.mega-menu-item {
        padding: 5px 10px; }
        header#header .header-menu .menu ul.mega-sub-menu li.mega-menu-item a {
          background: #fff !important;
          font-weight: 400 !important;
          font-size: 14px; }
          header#header .header-menu .menu ul.mega-sub-menu li.mega-menu-item a:hover {
            background: #f0f0f061 !important; }
          header#header .header-menu .menu ul.mega-sub-menu li.mega-menu-item a:hover {
            color: #cc0000 !important; }
      header#header .header-menu .menu ul.mega-sub-menu .mega-current-menu-item a {
        color: #cc0000 !important; }
    header#header .header-menu .header-button button {
      font-size: 0.7em;
      height: fit-content;
      text-transform: uppercase;
      font-weight: 600;
      border-radius: 99px;
      background: #cc0000;
      border: 0; }
      header#header .header-menu .header-button button:hover {
        background: #a00101; }
  header#header .fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 1s; }

.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; }

@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: #cc0000; }
    .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: #121212; }
    .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: #cc0000;
  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: #000000; }
      .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: #121212; }
  .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: #525252;
        text-align: center; }
        .mobileMenu .header-top .content-left span i {
          color: #cc0000;
          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: #525252;
      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: url("../img/2kfooter.jpg"); }
  @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: black;
  font-weight: 600;
  text-transform: uppercase; }
.footer-item-fanpage iframe {
  width: 100%; }
.footer-item-activities h4 {
  color: black;
  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: black !important;
    display: inline-block;
    /*text-transform: lowercase; */
  }
    .footer-item-contact li > a::first-letter {
      text-transform: capitalize; }
    .footer-item-contact li > a:hover {
      color: #464646 !important;
      cursor: pointer;
      text-decoration: underline; }
.footer-item-contact-2 {
  padding: 0;
  margin: 0; }
  .footer-item-contact-2 p {
    color: black; }
  .footer-item-contact-2 li {
    margin-bottom: 10px;
    font-size: 14px; }
  .footer-item-contact-2 a {
    color: #cc0000 !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: #000000; }
  @media screen and (max-width: 768px) {
    .footer_copyright-content {
      flex-direction: column;
      justify-content: space-evenly !important;
      height: 100% !important; }
    .footer_copyright .container {
      height: 100%; } }
  .footer_copyright-content {
    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; }

.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: #121212;
    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: #484848;
      background: -webkit-linear-gradient(45deg, #484848, #545454);
      -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: 70px;
  right: 35px;
  z-index: 99; }
  .parent .heart {
    margin-bottom: 20px;
    position: relative;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: linear-gradient(to bottom, #aa7734, #8d6838);
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.2);
    animation: beat 1.5s ease 0s infinite; }
    .parent .heart .fa-facebook-messenger {
      padding-top: 8px; }
    .parent .heart .zalo {
      font-size: 15px; }
      .parent .heart .zalo img {
        width: 30px;
        padding-bottom: 5px; }
    .parent .heart p {
      color: #ffffff;
      font-size: 16px; }
    .parent .heart a {
      color: #ffffff; }
      .parent .heart a:hover {
        color: white !important; }
    .parent .heart span {
      font-size: 18pt;
      color: white;
      text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.4); }
    .parent .heart:before, .parent .heart:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: #cc0000;
      opacity: 0.4;
      border-radius: inherit; }
    .parent .heart:before {
      z-index: -2;
      animation: beat-before 1.5s ease 100ms infinite; }
    .parent .heart:after {
      z-index: -1; }
  @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: 13pt; } }
  @media screen and (max-width: 576px) {
    .parent {
      bottom: 48px;
      right: 15px; } }

@keyframes beat {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); } }
@keyframes beat-before {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); } }
@keyframes beat-after {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.6); } }
@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: #cc0000;
  width: 40px;
  height: 40px;
  transition: 0.5s ease; }
  #scrollBtn i {
    font-size: 22px;
    color: #f9f9f9; }

#scrollBtn:hover {
  box-shadow: #d80c0c 0px 0px 3px 3px; }

.footer-item-contact-2 li p {
  font-size: 16px;
  font-weight: 700; }
  .footer-item-contact-2 li p a {
    font-weight: 700; }
.footer-item-contact-2 li .company_name {
  font-weight: 700;
  font-size: 18px; }

.footer-item-contact li a {
  font-size: 16px; }

.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: #121212; }

.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: #121212; }
  .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: #121212;
      background: transparent;
      padding: 12px 24px;
      width: 180px;
      border: 2px solid #121212;
      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: #121212; }
      .form-contact .row-submit button:hover {
        background: #cc0000;
        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: #cc0000;
      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 #cc0000;
  color: #cc0000;
  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: #cc0000;
    border: 2px solid #cc0000;
    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 .title-single {
  color: #000000; }
#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; } }

.component-hotnews {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 12px; }
  .component-hotnews .list {
    margin: 0px;
    padding: 0px;
    list-style: none; }
    .component-hotnews .list li:not(:last-child) {
      margin-bottom: 13.09px; }
    .component-hotnews .list li:last-child .item {
      border-bottom: unset; }
    .component-hotnews .list .item {
      border-bottom: 1px solid #ebebeb; }
      .component-hotnews .list .item img {
        height: 97px;
        width: 120px !important;
        min-width: 120px;
        border-radius: 10px 0 0 10px; }
        @media screen and (max-width: 1400px) {
          .component-hotnews .list .item img {
            height: 75px;
            width: 88px !important;
            min-width: 88px; } }
        @media screen and (max-width: 768px) {
          .component-hotnews .list .item img {
            height: 60px;
            width: 66px !important;
            min-width: 66px; } }
        @media screen and (max-width: 576px) {
          .component-hotnews .list .item img {
            height: 84px;
            width: 100px !important;
            min-width: 100px; } }
      .component-hotnews .list .item .text {
        margin: 0px;
        color: #5c5c5c;
        font-size: 14px; }
        @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: #cc0000; }
  @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: #121212;
    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: #121212; }
.dich-vu .item .content p {
  margin: 18px 0; }
.dich-vu .item .content a {
  text-underline-offset: 2px; }

.single-dich-vu .content figure {
  height: 300px;
  border-radius: 8px;
  overflow: hidden; }

.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:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.3s linear;
    border-radius: 12px;
    left: 50%;
    transform: translateX(-50%); }
  .introduce .content .item-video:hover:after {
    opacity: 1; }
  .introduce .content .item-video:hover span:before {
    box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.4), 0 0 1px 20px rgba(255, 255, 255, 0.2), 0 0 1px 30px rgba(255, 255, 255, 0.1); }
  .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 .item-video span {
    position: absolute;
    z-index: 3;
    top: 50%;
    transform: translate(0px, -50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #134d09;
    font-size: 34px;
    line-height: 40px; }
    .introduce .content .item-video span:before {
      content: "";
      margin: 0 calc(50% - (62px / 2)) 20px;
      width: 64px;
      height: 64px;
      background: rgba(255, 255, 255, 0.4) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABmJLR0QA/wD/AP+gvaeTAAABx0lEQVRoge2ZvUtbURiHf2+UUucO2r1uxXYtDlZwylw6uLiU1qVLBGcXh24KLl0L4qD/gBhotwyhENtAoRAHBdvBLWRIBZ8OciDe5usmknteep/x3JfL7+He93A+pJycnL4ABWANKAMN4AuwDjzIOttAgCngkO40gNeAZZ2zJ0CpR/hOKsBi1lm7AvwYQiBwBDzJOvMdgOsUAgBtYAd4lHV2SVLK8J00gS3goVeBwDnwFih4FQhUgSXPAoET4KlnAbidGD4Cs14FAqHRZ7wKBC64bfQprwKBr8By2ox91zEAo+uPTFlSycy+D1OczfzcnxVJNeATMDeoOMYv0ElL0p6kbTNrdiuIXSDQkPTKzGrJB14EJOmXpAUzu+ocjLEHevFY0pvkoCcBSXqRHPAm8M8v7U2gkhzw1MSXkp55beIzScVkeCl+gZakD5Kem9lpt4LpyeYZmhtJ+5I2zex3v8IYBcqSNszs29hvmvByug4Ux/efvIDbDY3bLaXrTb3bY5Uq8HJiwe9RwO3RYjSHu+2Uwf8Au0R0vF5PEf4ImM868x2A90MEj/qKqQAc9Age/yWfJAEGrALHwE/gM/AOD9esOTn/AX8B5kmIFXR4W9YAAAAASUVORK5CYII=) no-repeat left 18px center;
      background-size: 32px;
      border-radius: 50%;
      float: left;
      transition: box-shadow 400ms cubic-bezier(0.2, 0, 0.7, 1); }
    .introduce .content .item-video span::after {
      content: "";
      position: absolute;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      top: -8px;
      left: 50%;
      transform: translate(-50%, 0);
      z-index: -1; }
.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 #cc0000;
    width: 175px;
    background: #cc0000;
    color: white; }
    .introduce .content .readmore a.more:hover {
      color: #cc0000; }
    .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 #cc0000;
    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: #121212;
        background: white; }
        .introduce .variation-product figure .breadcrumb button:hover i {
          color: #121212; }
      @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; }
.introduce .certification #myCarousel {
  --f-carousel-slide-width: calc(94% / 3);
  --f-carousel-spacing: 0;
  --f-button-next-pos: 30px;
  --f-button-prev-pos: 30px;
  --f-button-width: 44px;
  --f-button-height: 44px;
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-active-color: #fff;
  --f-button-bg: rgba(0, 0, 0, 0.5);
  --f-button-hover-bg: rgba(0, 0, 0, 0.8);
  --f-button-active-bg: rgba(0, 0, 0, 0.8);
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  --f-button-svg-stroke-width: 3; }
.introduce .certification #myCarousel .f-carousel__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  padding: 3% 10px; }
.introduce .certification #myCarousel img {
  transform: scale(var(--f-scale, 1)) translateX(var(--f-translateX, 0));
  background: #fff;
  max-width: 100%;
  height: auto; }
.introduce .certification .fancybox__backdrop::after {
  content: "";
  position: absolute;
  width: 10%;
  height: 10%;
  filter: blur(2px);
  left: 50%;
  top: 50%;
  transform: scale(11);
  opacity: 0.3;
  background-image: var(--bg-image);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
.introduce .certification .fancybox__toolbar {
  padding: 16px; }
.introduce .certification .fancybox__toolbar,
.introduce .certification .fancybox__nav {
  --f-button-border-radius: 50%;
  --f-button-bg: rgb(91 78 76 / 64%);
  --f-button-hover-bg: rgb(91 78 76 / 74%);
  --f-button-active-bg: rgb(91 78 76 / 84%); }
.introduce .certification .fancybox__nav {
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px; }
.introduce .certification .fancybox__thumbs.is-classic {
  --f-thumb-width: 48px;
  --f-thumb-height: 48px;
  --f-thumb-gap: 16px;
  --f-thumb-border-radius: 6px;
  --f-thumb-outline: 0; }
.introduce .certification .f-carousel__slide a {
  outline: 0; }

.clients .sec-heading {
  margin-bottom: 50px; }
.clients .sec-heading h2 {
  text-align: center;
  font-family: allura;
  font-size: 80px; }
.clients .box {
  display: grid;
  align-items: center;
  justify-items: center;
  width: 60%;
  height: auto;
  transition: transform 0.5s ease-in;
  margin: 8px auto; }
.clients .box img {
  max-width: 100%;
  max-height: 100%;
  width: 100%; }
.clients .box:hover {
  transform: scale(1.2); }

.bisque-co {
  background: bisque; }

.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; }

.active-co {
  color: #464646;
  background: #e5e7eb;
  border-radius: 7.5px; }
  .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: #cc0000;
  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: #525252; }

#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:hover {
      background: #e5e7eb;
      border-radius: 7.5px;
      color: #121212; }
    .sidebar-woo .filter .all-cate a.all-product p {
      font-size: 14px;
      font-weight: 500; }
  .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 li a {
          font-weight: 500; }
          .sidebar-woo .filter .list-cate .expandible li a:hover {
            background: #e5e7eb;
            border-radius: 7.5px;
            color: #121212; }
      .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; }
      .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: #cc0000; }
  .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: #cc0000;
    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: #cc0000;
    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: #121212; }
    .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: #cc0000 !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: 295px;
  display: flex;
  flex-direction: column;
  transition: all 0.5s;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  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 {
    border-radius: 8px;
    box-shadow: 10px 7px 20px 3px rgba(0, 0, 0, 0.14);
    transform: translate3d(0px, -8px, 15px); }
    .nvt_project-item-list:hover .nvt_project-item-list--bottom__title {
      color: #cc0000; }
    .nvt_project-item-list:hover .nvt_project-item-list--top .add-product-cart {
      opacity: 1;
      bottom: 0px; }
  .nvt_project-item-list--top {
    position: relative; }
    .nvt_project-item-list--top .thumbnail-wrap {
      height: 210px; }
      @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: #cc0000;
      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: #cc0000;
        display: flex;
        align-items: center;
        justify-content: center; }
    .nvt_project-item-list--top .image-wrap {
      overflow: hidden;
      padding: 10px;
      height: 100%;
      border-radius: 4px; }
      .nvt_project-item-list--top .image-wrap img {
        border-radius: 4px;
        height: 100% !important;
        width: 100%; }
  .nvt_project-item-list--bottom {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    padding-top: 0px;
    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: #5c5c5c;
      font-weight: 700;
      font-size: 16px; }
    .nvt_project-item-list--bottom .bottom {
      display: none !important;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .nvt_project-item-list--bottom .bottom .price .money {
        display: flex;
        flex-direction: column;
        font-weight: 700;
        font-size: 16px;
        line-height: 27px;
        color: #cc0000; }
      .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: #929292 !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: #464646;
          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: #464646;
        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 #cc0000;
      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: #cc0000;
        color: #f9f9f9; }
      .nvt_project-item-list--bottom__button:hover {
        background-color: #cc0000;
        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; }

.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;
  height: 640px; }
  @media screen and (max-width: 576px) {
    .mySwiperContainer {
      height: 570px; } }
  .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: #cc0000;
  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;
  color: #000000 !important;
  font-size: 110% !important;
  font-family: "MMCB", sans-serif; }
  .summary p.price span {
    display: inline-block;
    font-size: 0.75em;
    vertical-align: top;
    margin-left: 4px; }
.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: #464646;
    font-size: 1em; }
.summary .woocommerce-Price-amount.amount bdi,
.summary .woocommerce-Price-currencySymbol {
  color: #464646;
  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 .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: #cc0000;
    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;
  margin-right: 5px; }
.summary .sharing .share-fb {
  font-size: 30px; }

.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: #cc0000; }
    .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 h4 {
  background-color: #e0e0e0;
  padding: 5px;
  text-align: left;
  display: flex;
  align-items: center;
  border-radius: 8px; }
  .my-description h4 svg {
    margin-right: 10px;
    width: 30px;
    height: 30px; }

@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; } }
.consulting-contact {
  background: #f9f1ff; }
  .consulting-contact .content-wrap .content .title h3 {
    color: #525252; }
  .consulting-contact .content-wrap .content .link button {
    position: relative;
    margin: 0;
    padding: 17px 35px;
    outline: none;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #cc0000;
    border-radius: 10px;
    color: #cc0000;
    font-weight: 400;
    font-family: inherit;
    z-index: 0;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1); }
  .consulting-contact .content-wrap .content .link button span {
    color: #cc0000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.7px; }
  .consulting-contact .content-wrap .content .link button:hover {
    animation: rotate624 0.7s ease-in-out both;
    background: #cc0000;
    border-color: white; }
  .consulting-contact .content-wrap .content .link button:hover span {
    animation: storm1261 0.7s ease-in-out both;
    animation-delay: 0.06s;
    color: white; }
@keyframes rotate624 {
  0% {
    transform: rotate(0deg) translate3d(0, 0, 0); }
  25% {
    transform: rotate(3deg) translate3d(0, 0, 0); }
  50% {
    transform: rotate(-3deg) translate3d(0, 0, 0); }
  75% {
    transform: rotate(1deg) translate3d(0, 0, 0); }
  100% {
    transform: rotate(0deg) translate3d(0, 0, 0); } }
@keyframes storm1261 {
  0% {
    transform: translate3d(0, 0, 0) translateZ(0); }
  25% {
    transform: translate3d(4px, 0, 0) translateZ(0); }
  50% {
    transform: translate3d(-3px, 0, 0) translateZ(0); }
  75% {
    transform: translate3d(2px, 0, 0) translateZ(0); }
  100% {
    transform: translate3d(0, 0, 0) translateZ(0); } }
  .consulting-contact .content-wrap .content .link .btn-shine {
    border: 1px solid;
    overflow: hidden;
    position: relative; }
  .consulting-contact .content-wrap .content .link .btn-shine span {
    z-index: 20; }
  .consulting-contact .content-wrap .content .link .btn-shine:after {
    background: #38ef7d;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.4;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10; }
  .consulting-contact .content-wrap .content .link .btn-shine:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1); }
  .consulting-contact .image img {
    width: 100%;
    height: 100%;
    border-radius: 12px; }
    @media screen and (max-width: 991.98px) {
      .consulting-contact .image img {
        height: 137px;
        object-fit: contain; } }
    @media screen and (max-width: 576px) {
      .consulting-contact .image img {
        height: auto;
        object-fit: contain; } }
  .consulting-contact .modal-content {
    border-radius: 8px; }
    .consulting-contact .modal-content .modal-header {
      border-bottom: unset; }
      .consulting-contact .modal-content .modal-header .btn-close {
        background: url(../img/close-button.png);
        background-size: contain;
        filter: invert(60%) sepia(62%) saturate(2958%) hue-rotate(0deg) brightness(98%) contrast(90%); }
    .consulting-contact .modal-content .modal-body select[your-dropdown] option:first-child {
      color: #888;
      /* Change the color to your preferred placeholder color */ }

.hidden-submit-button {
  display: none; }

#custom-submit-button {
  font-family: inherit;
  font-size: 16px;
  background: linear-gradient(to bottom, #eb870e 0%, #eb8d1c 100%);
  color: white;
  padding: 0.6em 0.8em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 25px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s; }

#custom-submit-button:hover {
  transform: translateY(-3px);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3); }

#custom-submit-button:active {
  transform: scale(0.95);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2); }

#custom-submit-button p {
  margin: 0;
  padding: 0; }

#custom-submit-button span {
  display: block;
  margin-left: 0.4em;
  transition: all 0.3s;
  color: white; }

#custom-submit-button svg {
  width: 18px;
  height: 18px;
  fill: white;
  transition: all 0.3s; }

#custom-submit-button .svg-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  margin-right: 0.5em;
  transition: all 0.3s; }

#custom-submit-button:hover .svg-wrapper {
  background-color: rgba(255, 255, 255, 0.5); }

#custom-submit-button:hover svg {
  transform: rotate(45deg); }

.form-consulting {
  position: relative;
  background: #faf4ff;
  border-radius: 1.6rem; }
  .form-consulting .text-header {
    position: absolute;
    right: 0;
    bottom: 100%;
    transform: translate(0, -10%) rotate(11.08deg); }
    .form-consulting .text-header .text {
      font-weight: 700;
      color: #3a3a3a;
      display: inline-block; }
    .form-consulting .text-header .text-ani {
      display: inline-block;
      position: relative;
      text-align: center; }
      .form-consulting .text-header .text-ani:after {
        content: "";
        display: inline-block;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1;
        top: 0;
        left: 0;
        animation: 5s highlight 1.5s infinite alternate;
        border-radius: 0.2rem;
        background: linear-gradient(to top, #f5851e 50%, transparent 50%); }
@keyframes highlight {
  0% {
    width: 0;
    opacity: 0; }
  50% {
    width: 100%;
    opacity: 1; } }
    .form-consulting .text-header .text-ani.bg-blue.bg-orange::after {
      background: linear-gradient(to top, #f5851e 50%, transparent 50%); }
    .form-consulting .text-header .text-ani.bg-blue::after {
      background: linear-gradient(to top, #1ec0f2 50%, transparent 50%); }
    .form-consulting .text-header .form-svg {
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 95%;
      left: 50%; }
      .form-consulting .text-header .form-svg svg {
        display: block;
        width: 100%;
        height: auto; }
  .form-consulting .form .wpcf7-form {
    position: relative; }
    .form-consulting .form .wpcf7-form .form-consulting-control {
      margin-bottom: 1rem; }
      .form-consulting .form .wpcf7-form .form-consulting-control .wpcf7-form-control-wrap {
        position: relative;
        width: 100%; }
      .form-consulting .form .wpcf7-form .form-consulting-control .wpcf7-not-valid-tip {
        position: absolute;
        font-size: 10px;
        right: 0;
        bottom: 0rem;
        font-weight: 500 !important;
        color: #cc0000; }
      .form-consulting .form .wpcf7-form .form-consulting-control .consulting-gr {
        position: relative;
        height: 2.4rem;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        border-bottom: 0.1rem solid #e0e0e0; }
        .form-consulting .form .wpcf7-form .form-consulting-control .consulting-gr select.wpcf7-form-control {
          display: none; }
      .form-consulting .form .wpcf7-form .form-consulting-control .wpcf7-textarea {
        width: 100%;
        min-height: 5rem;
        font-size: 0.9rem;
        color: #3a3a3a;
        padding: 0 1rem;
        padding-top: 0.6rem;
        border-bottom: 0.1rem solid #e0e0e0;
        background: 0 0;
        transition: 0.3s ease-in-out; }
    .form-consulting .form .wpcf7-form .consulting-input {
      height: 2.4rem;
      width: 100%;
      color: #3a3a3a;
      padding: 0 1rem;
      border-bottom: 0.1rem solid #e0e0e0;
      background: 0 0;
      transition: 0.3s ease-in-out;
      font-size: 1rem; }
      .form-consulting .form .wpcf7-form .consulting-input:focus {
        background: #ffffff;
        border-bottom-color: #5f5f5f; }
    .form-consulting .form .wpcf7-form button,
    .form-consulting .form .wpcf7-form input,
    .form-consulting .form .wpcf7-form select,
    .form-consulting .form .wpcf7-form textarea {
      line-height: 1.2;
      padding: 0;
      border: none;
      outline: 0;
      resize: none;
      vertical-align: middle; }
  .form-consulting .wpcf7-response-output {
    color: red;
    font-weight: 500 !important; }
  .form-consulting .wpcf7-response-output {
    margin: 1rem 0 !important;
    padding: 0 !important;
    text-align: center;
    bottom: 0px;
    width: 100%;
    font-size: 10px !important; }
  .form-consulting .consulting-button {
    position: relative; }
  .form-consulting .wpcf7-spinner {
    position: absolute;
    right: -1%;
    bottom: 50%;
    transform: translateY(50%);
    z-index: 10; }

.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);
  border-radius: 6px;
  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: 15px;
  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; }

.dropdown-select span {
  white-space: pre-wrap;
  display: inline-block;
  color: #757575; }

.dropdown-select:focus {
  background-color: #fff; }

.dropdown-select:hover {
  background-color: #fff; }

.dropdown-select:active,
.dropdown-select.open {
  background-color: #fff !important;
  border-color: #bbb;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset; }

.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%; }

.dropdown-select.open:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.dropdown-select.open .list {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  pointer-events: auto; }

.dropdown-select.open .option {
  cursor: pointer; }

.dropdown-select.wide {
  width: 100%; }

.dropdown-select.wide .list {
  left: 0 !important;
  right: 0 !important; }

.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;
  padding: 3px 0;
  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; }

.dropdown-select .list:hover .option:not(:hover) {
  background-color: transparent !important; }

.dropdown-select .list ul {
  padding: 0;
  margin: 0; }

.dropdown-select .option {
  cursor: default;
  font-weight: 400;
  line-height: 20px;
  padding: 8px 0;
  outline: none;
  padding-left: 15px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
  list-style: none;
  white-space: pre-wrap; }

.dropdown-select .option:hover,
.dropdown-select .option:focus {
  background-color: #f6f6f6 !important; }

.dropdown-select .option.selected {
  font-weight: 600;
  color: #12cbc4; }

.dropdown-select .option.selected:focus {
  background: #f6f6f6; }

.dropdown-select a {
  color: #aaa;
  text-decoration: none;
  transition: all 0.2s ease-in-out; }

.dropdown-select a:hover {
  color: #666; }

.our-solutions .sub-title {
  color: #525252;
  font-size: 18px; }
.our-solutions .mySwiperSolution .SwiperServiceItem figure {
  height: 220px;
  border-radius: 8px;
  overflow: hidden; }
  .our-solutions .mySwiperSolution .SwiperServiceItem figure img {
    transition: transform 0.5s ease; }
.our-solutions .mySwiperSolution .SwiperServiceItem .moreDetails {
  font-size: 14px;
  color: #cc0000; }
  .our-solutions .mySwiperSolution .SwiperServiceItem .moreDetails svg {
    margin-bottom: 5px;
    transition: transform 0.5s ease-out; }
.our-solutions .mySwiperSolution .SwiperServiceItem:hover figure img {
  transform: scale(1.2); }
.our-solutions .mySwiperSolution .SwiperServiceItem:hover .moreDetails svg {
  transform: translateX(4px); }

.category-by-product .nav.nav-pills {
  gap: 12px;
  justify-content: center; }
.category-by-product .nav-link.active {
  background-color: #f63737; }
.category-by-product .nav-link {
  background-color: #ffe1e1;
  color: #f63737;
  border-radius: 30px; }

.home-under-banner .checkList .list svg {
  height: 30px;
  width: 30px; }
.home-under-banner form.wpcf7-form .form-section {
  display: flex;
  gap: 5px; }
  .home-under-banner form.wpcf7-form .form-section input[type="tel"] {
    background-color: rgba(255, 255, 255, 0.2) !important;
    border-color: rgba(255, 255, 255, 0.09);
    border-radius: 99px;
    box-shadow: none;
    text-indent: 8px;
    padding: 6px 0; }
    .home-under-banner form.wpcf7-form .form-section input[type="tel"]::placeholder {
      color: white; }
  .home-under-banner form.wpcf7-form .form-section input[type="submit"] {
    background-color: #cc0000;
    color: white;
    border: 0;
    border-radius: 99px;
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: bold; }

.dark-section {
  background: #000000; }

.formNumberContact {
  flex-wrap: nowrap;
  display: flex; }
  .formNumberContact .phone {
    width: 100%; }
    .formNumberContact .phone_left {
      background-color: rgba(255, 255, 255, 0.2) !important;
      border-color: rgba(255, 255, 255, 0.09);
      border-radius: 99px;
      box-shadow: none;
      text-indent: 8px;
      padding: 6px 0;
      color: #fff;
      width: 67%;
      text-align: left;
      margin-right: 10px; }
      .formNumberContact .phone_left a {
        color: #fff;
        padding: 9px 148px 9px 20px;
        text-align: left;
        margin-left: -8px;
        border-radius: 99px; }
    .formNumberContact .phone_right {
      background-color: #cc0000;
      color: white;
      border: 0;
      border-radius: 99px;
      padding: 0 20px;
      padding: 6px 0;
      text-transform: uppercase;
      font-weight: bold;
      width: fit-content;
      transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; }
      .formNumberContact .phone_right:hover {
        background: #a00101; }
      .formNumberContact .phone_right a {
        color: #fff;
        padding: 9px 19px;
        font-size: 20px; }

.promotion-card {
  font-family: "Montserrat", sans-serif;
  background: black;
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  transition: 0.8s ease; }
  .promotion-card .promotion-content {
    color: white;
    padding: 1em;
    max-width: 65%;
    position: relative;
    z-index: 2; }
  .promotion-card.light .promotion-content {
    color: black; }
  .promotion-card .promotion-blob {
    position: absolute;
    right: -80px;
    top: -80px;
    width: 360px;
    height: 360px;
    background: #00e600;
    border-radius: 320px;
    opacity: 0.8;
    transition: 0.2s ease; }
    .promotion-card .promotion-blob::before {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 240px;
      height: 240px;
      background: #00b300;
      border-radius: 320px;
      opacity: 0.9;
      transition: 0.25s ease; }
    .promotion-card .promotion-blob::after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 160px;
      height: 160px;
      background: green;
      border-radius: 320px;
      transition: 0.27s ease; }
  .promotion-card:hover {
    transform: translateY(-1%); }
    .promotion-card:hover .promotion-blob {
      width: 540px;
      height: 540px; }
      .promotion-card:hover .promotion-blob::after {
        width: 240px;
        height: 240px; }
      .promotion-card:hover .promotion-blob::before {
        width: 360px;
        height: 360px; }

.promotion-card-deck .promotion-content p {
  font-size: 14px; }
.promotion-card-deck .promotion-call a.call-button {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #cc0000;
  padding: 5px;
  position: relative;
  width: 9em;
  height: 2em;
  text-decoration: none;
  transition: 0.5s;
  font-size: 17px;
  border-radius: 0.4em; }
.promotion-card-deck .promotion-call a.call-button p {
  position: absolute;
  top: 0.3em;
  left: 1.15em;
  margin: 0;
  padding: 0;
  transition: 0.5s;
  color: #cc0000; }
.promotion-card-deck .promotion-call a.call-button svg {
  position: absolute;
  top: 0.4em;
  right: 0.5em;
  margin: 0;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
  height: 1em;
  fill: #fff; }
.promotion-card-deck .promotion-call a.call-button:hover p {
  left: 0.5em;
  color: #fff;
  cursor: pointer; }
.promotion-card-deck .promotion-call a.call-button:hover svg {
  opacity: 1; }
.promotion-card-deck .promotion-call a.call-button:hover {
  background-color: #cc0000; }

.home-car-type .car-items .item figure {
  height: 250px; }
.home-car-type .car-items .item .button {
  display: flex;
  gap: 10px;
  align-items: center; }
.home-car-type .car-items .item .button .btn-quote {
  flex: 3;
  text-transform: uppercase;
  font-family: "MMCM";
  border: 2px solid #cc0000;
  background: #cc0000; }
  .home-car-type .car-items .item .button .btn-quote:hover {
    background: #970202; }
.home-car-type .car-items .item .button .btn-link {
  flex: 2; }
.home-car-type .car-items .item .button .btn-link button {
  width: 100%;
  font-family: "MMCM";
  text-transform: uppercase;
  background: white;
  color: #959595;
  border: 2px solid #959595; }
  .home-car-type .car-items .item .button .btn-link button:hover {
    background: #959595;
    color: white; }
.home-car-type .car-items .item .moreDetails {
  font-family: "MMCM", sans-serif; }

.formBlock {
  border-radius: 15px; }
  .formBlock .wpcf7-radio {
    font-weight: bold; }
  .formBlock .wpcf7-submit {
    border-radius: 99px;
    border-color: rgba(0, 0, 0, 0.05);
    color: #fff;
    background: #cc0000;
    text-transform: uppercase;
    font-weight: 600;
    padding: 3px 17px; }
  .formBlock .wpcf7-spinner {
    position: absolute; }

.contributor .contributorProfile {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #eceff1;
  width: 500px;
  height: 250px;
  border-radius: 10px;
  overflow: hidden; }
  @media screen and (max-width: 576px) {
    .contributor .contributorProfile {
      left: unset;
      transform: unset;
      width: 100%;
      border-radius: unset; } }
  .contributor .contributorProfile .menu-icon {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 30px; }
  .contributor .contributorProfile .svg-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #cc0000;
    -webkit-clip-path: polygon(0 0, 14% 0, 48% 100%, 0% 100%);
    clip-path: polygon(0 0, 14% 0, 48% 100%, 0% 100%); }
  .contributor .contributorProfile .svg-background2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 20px;
    background-color: rgba(0, 0, 0, 0.12);
    z-index: -9;
    -webkit-clip-path: polygon(0 0, 14% 0, 48% 100%, 0% 100%);
    clip-path: polygon(0 0, 14% 0, 48% 100%, 0% 100%); }
  .contributor .contributorProfile .profile-img {
    position: absolute;
    width: 150px;
    height: 150px;
    margin-top: 55px;
    margin-left: 40px;
    border-radius: 50%; }
  .contributor .contributorProfile .circle {
    position: absolute;
    width: 162px;
    height: 161px;
    left: 0;
    top: 0;
    background-color: #eceff1;
    border-radius: 50%;
    margin-top: 50.5px;
    margin-left: 35px; }
  .contributor .contributorProfile .text-container {
    position: absolute;
    right: 0;
    margin-right: 45px;
    margin-top: 30px;
    max-width: 250px; }
  .contributor .contributorProfile .title-text {
    color: #263238;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    font-family: "MMCB";
    text-transform: uppercase; }
  .contributor .contributorProfile .info-text {
    margin-top: 10px; }
    .contributor .contributorProfile .info-text svg {
      border: 1px solid #cc0000;
      border-radius: 50%;
      padding: 5px; }
  .contributor .contributorProfile .desc-text {
    margin-top: 27px;
    font-size: 14px; }
    .contributor .contributorProfile .desc-text .cert {
      font-family: "MMCB";
      text-transform: uppercase; }
.contributor .contributorCustomer {
  /* Align thumbnails on right side if not draggable */ }
  .contributor .contributorCustomer .fancybox__container {
    --fancybox-color: #0d0c22;
    --fancybox-bg: #fff;
    --f-spinner-color-1: rgba(0, 0, 0, 0.1);
    --f-spinner-color-2: rgba(17, 24, 28, 0.8);
    flex-direction: column-reverse; }
  .contributor .contributorCustomer .fancybox__toolbar {
    --f-button-bg: #f3f3f4;
    --f-button-hover-bg: #e7e7e9;
    --f-button-active-bg: #e7e7e9;
    --f-button-color: #0d0c22;
    --f-button-hover-color: #0d0c22;
    --f-button-border-radius: 8px;
    --f-button-svg-width: 20px;
    --f-button-svg-height: 20px;
    --f-button-svg-stroke-width: 1.5;
    --f-button-svg-filter: none;
    padding: 30px;
    z-index: 10; }
  .contributor .contributorCustomer .fancybox__slide {
    padding: 12px 0px; }
  .contributor .contributorCustomer .fancybox__thumbs.is-classic {
    --f-thumb-gap: 3px;
    --f-thumb-width: 88px;
    --f-thumb-height: 66px;
    --f-thumb-opacity: 1;
    --f-thumb-outline: 3px;
    --f-thumb-outline-color: #ea4c89;
    --f-thumb-border-radius: 6px;
    --f-thumb-offset: 4px;
    padding: 10px 100px 10px 26px;
    border-bottom: 2px solid #f3f3f4; }
  .contributor .contributorCustomer .f-thumbs__viewport:not(.is-draggable) .f-thumbs__track {
    justify-content: flex-end; }
  .contributor .contributorCustomer .f-thumbs__slide__img {
    border-radius: 7px; }

#mainModalMitsubishi .modal-content {
  overflow: hidden; }
  #mainModalMitsubishi .modal-content .modal-header {
    position: relative;
    padding: 0; }
    #mainModalMitsubishi .modal-content .modal-header button.btn-close {
      position: absolute;
      top: 15px;
      right: 15px; }
    #mainModalMitsubishi .modal-content .modal-header figure.backdropImage {
      margin: 0;
      height: 200px;
      width: 100%;
      text-align: center; }
      #mainModalMitsubishi .modal-content .modal-header figure.backdropImage img {
        width: 100%;
        height: 100%;
        object-fit: contain; }

.video_home {
  padding: 40px 0px; }
  .video_home .video-item {
    width: 100%;
    height: 450px; }
    @media (max-width: 900px) {
      .video_home .video-item {
        height: 380px; } }
    @media (max-width: 767.98px) {
      .video_home .video-item {
        height: 320px; } }
    .video_home .video-item iframe {
      width: 100%;
      height: 100%; }

/*# sourceMappingURL=style.css.map */
