/*
Theme Name: Product & Service
Author: VTICT
Version: 1.1
Text Domain: cit_product

/* =WordPress Core
-------------------------------------------------------------- */
:root {
  --color-primary: #005c9d;
  --color-dark: #262828;
  --color-yellow: #f7c305;
  --color-blue: #1c9efa;
  --color-red: #dc3545;
  --container-width: 1200px;
}

a {
  color: var(--color-primary);
}

a:hover,
a:focus {
  color: var(--color-yellow);
}

a,
button {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.heading a {
}

.heading a:hover,
.heading a:focus {
  color: #222;
}

b,
strong,
.strong {
  font-weight: bold;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-size: 15px;
  color: #111;
  font-family: 'Open Sans', sans-serif;
}

h1,
.h1 {
  font-size: 2rem;
}

h2,
.h2 {
  font-size: 1.75rem;
}

h3,
.h3 {
  font-size: 1.5rem;
}

h4,
.h4 {
  font-size: 1.25rem;
}

h5,
.h5 {
  font-size: 1.1rem;
}

.container {
  max-width: var(--container-width);
}

.container.container-x-lg {
}

.container.container-x-md {
}

.container.container-x-sm {
  max-width: 800px;
}

.video_youtube {
  position: relative;
}

.hotline-zalo:after {
  content: '';
  margin-left: 10px;
  width: 22px;
  height: 20px;
  display: inline-block;
  background: url(images/logo-zalo.svg) center / contain no-repeat;
  vertical-align: middle;
}
.icon-zalo {
  display: block;
  width: 60%;
  height: 60%;
  background: url(images/logo-zalo.svg) center / contain no-repeat;
}

.tool-actions {
  position: fixed;
  left: 33px;
  bottom: 35px;
  z-index: 1031;
}

.tool-actions .item {
  position: relative;
  margin-bottom: 15px;
}

.tool-actions .item a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e60808;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.tool-actions .item span {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(230, 8, 8, 0.8);
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  padding-left: 50px;
  padding-right: 20px;
  font-size: 16px;
  z-index: -1;
  white-space: nowrap;
}

.tool-actions .item:before {
  content: '';
  width: 120%;
  top: -10%;
  left: -10%;
  bottom: -10%;
  position: absolute;
  border-radius: 50%;
  border: 2px solid transparent;
  animation: z-zoom 1.3s infinite;
  z-index: -1;
  box-shadow: 0 0 0 0 rgba(230, 8, 8, 0.7);
  background-color: rgba(230, 8, 8, 0.7);
}

.tool-actions .zalo-action i,
.tool-actions .tel-action i {
  animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

.tool-actions .zalo-action span,
.tool-actions .zalo-action a {
  background: #2196f3;
}

.tool-actions .zalo-action:before {
  box-shadow: 0 0 0 0 rgba(33, 149, 243, 0.7);
  background-color: rgba(33, 149, 243, 0.7);
}

.tool-actions .facebook-action span,
.tool-actions .facebook-action a {
  background: #3b5998;
}

.tool-actions .facebook-action:before {
  box-shadow: 0 0 0 0 rgba(59, 89, 152, 0.7);
  background-color: rgba(59, 89, 152, 0.7);
}

@keyframes z-zoom {
  0% {
    transform: scale(0.9);
  }

  70% {
    transform: scale(1.1);
    box-shadow: 0 0 0 10px transparent;
  }

  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}

@keyframes phone-vr-circle-fill {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}

.container.container-x-xs {
}

.btn-primary,
.bg-primary {
  background-color: var(--color-primary) !important;
  color: #fafafa;
  border-color: var(--color-primary);
}

.resize {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-top: 66.66667%;
}

.resize > .over {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  position: absolute;
  background: transparent;
}

.resize > img {
  height: 100% !important;
  width: 100% !important;
  top: 0;
  left: 0;
  object-fit: cover;
  position: absolute;
  z-index: 10;
}

.go-top {
  position: fixed;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #002944;
  text-align: center;
  font-size: 20px;
  line-height: 48px;
  bottom: 40px;
  right: 20px;
  color: #fff;
  z-index: 1111;
}

.go-top a {
  color: #fff;
  display: block;
}

.related.products h2.heading,
h2.heading-widget {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--color-primary);
  border-bottom: 2px solid #efefef;
  margin-bottom: 15px;
  position: relative;
}

.related.products h2.heading span,
h2.heading-widget span {
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: -2px;
}

.related.products h2.heading:after,
h2.heading-widget:after {
  position: absolute;
  content: '';
  width: 100px;
  height: 2px;
  background-color: var(--color-primary);
  bottom: -2px;
  left: 0;
}

#text-2 h2.heading,
.section-why h2.heading {
  margin-bottom: 20px;
  border-bottom: 0;
}

#text-2 h2.heading {
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
}

#text-2 h2.heading:after {
  background-color: rgba(255, 255, 255, 1);
  left: 0;
  bottom: -1px;
}

.section-why h2.heading-widget:after {
  left: 50%;
  transform: translateX(-50%);
}

#text-2 {
  background-color: var(--color-blue);
  background-image: linear-gradient(to bottom, rgba(28, 157, 250, 0.8), #1c9efa);
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 17px;
  font-weight: 300;
}

#text-2 .container {
  max-width: 800px;
  color: #fafafa;
}

#text-2 h2.heading {
  color: #fff;
}

.counters {
  text-align: center;
}

.counters .counter {
  font-size: 60px;
  font-weight: bold;
}

.counters h5 {
  font-size: 18px;
}

.section-counter {
  background: url(images/bg_img_count.png) center left / contain no-repeat,
    url(images/bg_goc_count.png) top right / 420px 227px no-repeat;
  position: relative;
  text-align: center;
  color: #fff;
}

.section-counter:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background-color: rgba(4, 130, 214, 0.7);
  z-index: -1;
}

.section-counter h2.heading-widget {
  color: #fff;
}

.section-counter h2.heading-widget:before,
.section-counter h2.heading-widget:after {
  display: none;
}

.section-counter .inner {
  display: flex;
  text-align: left;
}

.section-counter .icon {
  margin-right: 15px;
}

.section-counter .counter {
  font-size: 35px;
  font-weight: 600;
}

.section-why {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.section-why:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  pointer-events: none;
  z-index: -1;
}

.section-why .inner {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-why .inner p:last-child {
  padding-bottom: 0;
}

.section-why .inner {
  text-align: center;
}

.section-why h5 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--color-blue);
}

.section-why p {
  font-size: 0.85rem;
}

.section-why .icon {
  text-align: center;
  margin-bottom: 10px;
}

.section-why .icon img {
  max-width: 60px;
}

.section-why .inner:before {
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-size: 45px;
  width: 120px;
  height: 120px;
  background-color: rgba(28, 157, 250, 0.1);
  border: 6px solid rgba(28, 157, 250, 0.1);
  color: var(--color-blue);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}

.section-why .inner:hover:before {
  border-color: var(--color-blue);
}

.section-why .row > div:nth-child(1) > .inner:before {
  content: '\f058';
}

.section-why .row > div:nth-child(2) > .inner:before {
  content: '\f155';
}

.section-why .row > div:nth-child(3) > .inner:before {
  content: '\f48b';
}

.section-why .row > div:nth-child(4) > .inner:before {
  content: '\f0d6';
}

.section-why .row > div:nth-child(5) > .inner:before {
  content: '\f0a3';
}

.section-why .row > div:nth-child(6) > .inner:before {
  content: '\f017';
}

.bg-gray {
  background-color: #f8f8f8;
}

.homepage3_sidebar .homepage-widget3:nth-child(odd) {
  background-color: #f8f8f8;
}

.home .post-list article {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.home .post-list article .post-intro {
  padding: 20px;
  text-align: center;
}

.breadcrumb {
  background-color: transparent;
  padding-left: 0;
  margin-top: 1rem;
}

.price {
  color: red;
  font-weight: bold;
  font-size: 1.2rem;
}

.slick-dots li button {
  width: 15px;
  height: 15px;
  background-color: transparent;
  font-size: 0;
  padding: 0;
  border: 2px solid transparent;
  position: relative;
  border-radius: 100%;
}

.slick-dots li button:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.65);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-57%, -57%);
}

.slick-dots li button:after {
  width: 5px;
  height: 5px;
  content: '';
  border-radius: 100%;
  border: 2px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-53%, -53%);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.slick-dots li.slick-active button:after {
  width: 15px;
  height: 15px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-arrow {
  color: #fff;
  font-size: 18px;
  background-color: #555;
  z-index: 11;
  z-index: 1;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  opacity: 0.8;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: #fff;
  outline: none;
  background-color: #555;
  opacity: 1;
}

.slick-slide img {
  width: 100%;
}

.partners .item img {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}

.partners .item .resize {
  padding-top: 60%;
}

.partners .item .resize > img {
  object-fit: contain;
}

.partners.slideshow .slick-slide {
  padding: 15px 10px;
}

.logo-desktop {
  padding: 5px 0;
}

.logo-desktop img {
  height: 70px;
}

.switcher {
  position: relative;
  margin-top: 2rem;
  overflow: visible !important;
  margin-right: 15px;
}

.switcher .option {
  position: absolute !important;
  left: 0;
}

.switcher .option a {
  font-size: 0.9rem !important;
}

.switcher .selected a {
  padding: 6px 5px !important;
  border-radius: 0.25rem;
  font-size: 1px;
  padding-right: 20px !important;
}

.switcher,
.switcher .selected a {
  width: auto !important;
}

#mainnav.navbar-expand > .container {
  padding-right: 15px;
  padding-left: 15px;
}

#mainnav.navbar-light .navbar-nav .nav-link {
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}

#mainnav.navbar-light.bg-light {
  background-color: #fff !important;
}

#mainnav.navbar.fixed-top {
  box-shadow: 0 3px 5px 0 rgb(0 0 0 / 10%);
}

a#product-menu-toggle {
  color: var(--color-primary);
}

a#product-menu-toggle[aria-expanded='false'] i.fa-bars,
a#product-menu-toggle[aria-expanded='true'] i.fa-times {
  display: inline-block;
}

a#product-menu-toggle[aria-expanded='true'] i.fa-bars,
a#product-menu-toggle[aria-expanded='false'] i.fa-times {
  display: none;
}

.heading_page.has-bg {
  position: relative;
  color: #fafafa;
  text-shadow: 0px 3px 3px rgb(0 0 0 / 20%);
  height: 34vw;
  background: transparent;
  /* background-size: cover; */
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}

.header-image.resize {
  padding-top: 33.3333%;
}

.heading_page.has-bg .description,
.home-slideshow .intro {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 30px;
}

.home-slideshow {
  position: relative;
  /* max-width: var(--container-width); */
  margin: 0 auto;
}

.home-slideshow .image.resize {
  -webkit-animation: zoomImg 60s linear infinite;
  -o-animation: zoomImg 60s linear infinite;
  animation: zoomImg 60s linear infinite;
}

.home-slideshow .slick-dots {
  bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.home-slideshow .container {
  max-width: 1000px;
  margin: 0 auto;
}

.home-slideshow .intro {
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  display: none;
}

.home-slideshow h2.title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 10px;
  animation-delay: 0.1s;
}

.home-slideshow desc {
  font-size: 24px;
  line-height: 36px;
  animation-delay: 0.3s;
}

.home-slideshow h2.title,
.home-slideshow .desc {
  text-shadow: 0px 3px 3px rgb(0 0 0 / 40%);
}

.widget_my_widget_recent_postshomepage-widget .btn,
.home-slideshow .btn {
  border-radius: calc(0.65rem + 1.5rem);
  padding-left: 30px;
  padding-right: 30px;
  box-shadow: 0px 3px 3px rgb(0 0 0 / 20%);
  animation-delay: 0.5s;
  margin-top: 10px;
  border: 0;
}

.home-slideshow .btn:hover {
  background-color: #b5852f;
  color: #fafafa;
}

.home-slideshow .slick-current .btn,
.home-slideshow .slick-current h2.title,
.home-slideshow .slick-current .desc {
  animation-name: fadeInUp;
}

.bootstrap-select .btn-light {
  background-color: #fff;
  border-color: #ced4da;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}

.myblock {
  padding-top: 40px;
  padding-bottom: 40px;
}

.myblock.section-map {
  padding-bottom: 0;
}

.term-header {
  text-align: center;
  margin-bottom: 30px;
}

article .post-image img {
  -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* wooCommerce */
.woocommerce-page ul.products,
.woocommerce ul.products {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  padding-left: 15px;
  padding-right: 15px;
  margin: 15px 0;
  float: none;
  flex: 0 0 auto;
}
.woocommerce ul.products li.product .product-inner,
.woocommerce-page ul.products li.product .product-inner {
  height: 100%;
}

.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product {
  width: 50%;
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
  width: 33.3333%;
}

.woocommerce ul.products.columns-4 li.product,
.woocommerce-page ul.products.columns-4 li.product {
  width: 25%;
}

.woocommerce ul.products.columns-5 li.product,
.woocommerce-page ul.products.columns-5 li.product {
  width: 20%;
}

.woocommerce ul.products li.first,
.woocommerce-page ul.products li.first {
  clear: none;
}

.woocommerce_categories .woocommerce-loop-product__title {
  font-weight: 300;
}

.woocommerce_categories.woocommerce .resize {
  text-align: center;
  margin: 0 auto;
  width: 50%;
  max-width: 100px;
  padding-top: 50%;
}

.woocommerce_categories.woocommerce .resize > img {
  object-fit: contain;
}

.woocommerce div.product div.summary .price {
  display: block;
}

.products .product-inner {
  padding: 10px;
  border-top: 1px solid rgb(0 0 0 / 3%);
  box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
  /* -o-transition: transform 0.3s, box-shadow 0.3s;
    transition: transform 0.3s, box-shadow 0.3s; */
  background-color: #fff;
  text-align: center;
}

.products .product-inner .resize {
  padding-top: 100%;
}

.products .product-inner:hover {
  box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 20%);
  /* -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px); */
}

.products .product-inner .add_to_cart_button {
  display: none !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce div.products div.product .woocommerce-loop-product__title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 10px 0;
  height: 38px;
  color: #060608;
  text-align: center;
  padding: 0;
}

.woocommerce ul.products li.product .price,
.woocommerce div.products div.product .price {
  margin-bottom: 0;
  color: #f70000;
  font-weight: bold;
  font-size: 1.1rem;
  text-align: center;
  display: block;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  border: 1px solid #e3e3e3;
  margin: 3px;
  padding: 1px;
  background: #fff;
  border-radius: 2px;
  width: calc(25% - 6px);
}

.woocommerce div.product div.images .woocommerce-product-gallery__image {
  border: 1px solid #e3e3e3;
}

.woocommerce-product-gallery__wrapper,
.woocommerce-product-gallery__wrapper-thumbnails .inner.resize {
  border: 1px solid #e3e3e3;
}

.woocommerce-product-gallery__wrapper,
.woocommerce-product-gallery__wrapper-thumbnails {
  margin-bottom: 3px;
}

.woocommerce-product-gallery__wrapper-thumbnails .item {
  padding: 3px;
}

.woocommerce-product-gallery__wrapper-thumbnails .resize {
  padding-top: 100%;
}

.product-inner .resize > img,
.woocommerce-product-gallery__wrapper .resize > img,
.woocommerce-product-gallery__wrapper-thumbnails .resize > img {
  object-fit: contain;
}

.woocommerce-product-gallery__wrapper-thumbnails .slick-track {
  transform: none !important;
}

.woocommerce-product-gallery__wrapper-thumbnails .inner:hover,
.woocommerce-product-gallery__wrapper-thumbnails .slick-current .inner {
  box-shadow: 0 2px 3px #000;
}

.woocommerce-product-gallery__wrapper-thumbnails .inner {
  cursor: pointer;
}

.woocommerce .product-category.product {
  display: none;
}

.woocommerce ul.product_list_widget li + li {
  border-top: 1px solid #d8d8d8;
}

#tab-description .video-iframe-wrap {
  display: flex;
  justify-content: center;
  gap: 25px;
}

#tab-description .video-iframe {
  width: 50%;
  display: inline-block;
}

.woocommerce div.product span.price,
.woocommerce div.product p.price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.2rem;
  letter-spacing: 0.29px;
  color: #ce0000;
  font-weight: 700;
  margin-bottom: 10px;
}

.woocommerce div.product span.price {
  font-size: 18px;
  margin: 22px 0 10px;
}

.woocommerce div.product p.price {
  font-size: 30px;
  margin: 34px 0;
}

.woocommerce div.product .price del {
  color: #999;
  font-size: 0.7em;
  order: 2;
  margin-left: 10px;
}

.woocommerce div.product .price ins {
  text-decoration: auto;
}

.woocommerce .products .product a.woocommerce-loop-product__link {
  display: block !important;
}

.price .amount > bdi {
  position: relative;
  padding-right: 10px;
  text-decoration: none;
}

.price .amount > bdi > span {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.7em;
}

.variations select.form-control {
  width: auto;
}

.woocommerce .products > div.product {
  text-align: center;
}

.woocommerce .woocommerce-ordering {
  margin: 0;
}

.woocommerce .list-view .woocommerce-loop-product__title {
  margin-top: 0;
}

.woocommerce .list-view a.woocommerce-loop-product__link:before {
  display: table;
  content: '';
}

.woocommerce .list-view a.woocommerce-loop-product__link:after {
  clear: both;
  display: table;
  content: ' ';
}

/* End WooC */

.company-list p {
  margin-bottom: 0;
  font-size: 14px;
}

.company-item {
  margin-bottom: 20px;
}

.nhan_vien-list .avatar .resize {
  padding-top: 100%;
}

.nhan_vien-list .avatar {
  float: left;
  width: 100px;
}

.nhan_vien-list .info {
  padding-left: 110px;
}

.nhan_vien-list .info h5 {
  font-size: 14px;
  font-weight: bold;
}

.nhan_vien-list .info p {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 300;
}

.nhan_vien-item {
  margin-top: 15px;
}

.widget_my_widget_recent_posts .post-list > .item {
  width: 25%;
  padding: 15px;
}

.widget_my_widget_recent_posts .read-all,
.widget_my_widget_recent_posts .btns {
  display: none;
}

.widget_my_widget_recent_posts article {
  margin-bottom: 0;
}

.header-top {
  background-color: #fafcff;
  color: #000;
}

#header-search .input-group input {
  background-color: #ffffffb5;
}

.header-top-right {
  text-align: right;
}

.header-top a {
  color: #000;
}

.product-menu-block > .inner {
  position: relative;
}

#product-menu-toggle {
  height: 40px;
  line-height: 40px;
  display: block;
  font-weight: bold;
}

#collapseProductMenu {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  background-color: var(--light);
  z-index: 111;
  box-shadow: 0 3px 5px 0 rgb(0 0 0 / 10%);
}

.lang-switch {
  display: inline-block;
  margin-left: 10px;
}

.lang-switch a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

.fb-page {
  width: 100%;
}

.hotline-nav {
  text-align: right;
}

.hotline-nav .hotline {
  display: inline-flex;
  color: #fff;
  border: 1px solid #ced4da;
  border-radius: 3px;
}

.hotline-nav .hotline span {
  display: inline-block;
  background: #005c9d;
  padding: 0.375rem 0.75rem;
  border-radius: 3px 0 0 3px;
}

.hotline-nav .hotline a {
  display: inline-block;
  padding: 0.375rem 0.75rem;
}

#header-search {
  width: 99%;
}

.socials {
}

.socials a {
  font-size: 25px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
}

.socials a.facebook {
  background-color: #4267b2;
}

.socials a.youtube {
  background-color: #ff0000;
}

.socials a.twitter {
  background-color: #1da1f2;
}

.socials a.linkedin {
  background-color: #fff;
}

.socials a.instagram {
  background-color: #5b51d8;
}

.mini-cart {
}

.mini-cart-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 5px;
}

.mini-cart-icon i {
  text-shadow: 0 1px 2px rgb(0 0 0 / 10%);
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
}

.mini-cart .cart-text {
  display: block;
  position: relative;
}

.cart-total {
  background-color: #ff0000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  color: #fff;
  font-size: 0.8rem;
  position: absolute;
  top: 0px;
  right: -5px;
}

.header-section {
  margin-bottom: 30px;
}

.header-section .desc {
  max-width: 720px;
  margin: 0 auto;
}

.header-section .desc {
  position: relative;
  padding-bottom: 10px;
}

.header-section .desc > p {
  margin-bottom: 0;
}

.header-section .desc:after {
  content: '';
  height: 1px;
  background-color: #555;
  position: absolute;
  bottom: 0;
  display: block;
  z-index: 1;
  max-width: 200px;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
}

.post-list article {
  margin-bottom: 30px;
  box-shadow: 0 1px 2px -1px rgb(0 0 0 / 10%), 0 1px 2px rgb(0 0 0 / 20%);
}

.post-list article .post-intro {
  padding: 10px 20px 15px;
  text-align: center;
}

.post-list article .entry-content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
}

.post-list .entry-header {
  overflow: hidden;
  margin-bottom: 15px;
}

.post-list .entry-title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0;
}

.post-list .entry-title a {
  display: block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 40px;
}

.post-list article.relative {
  position: relative;
  z-index: 1;
  animation-delay: 0.1s;
}

.post-list article.relative .entry-title {
  font-size: 24px;
  font-weight: 500;
  animation-delay: 0.5s;
}

.post-list article.relative .post-intro {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 30px;
  color: #fff;
  pointer-events: none;
  text-shadow: 2px 2px rgb(0 0 0 / 10%);
}

.post-list article.relative .post-intro:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120%;
  pointer-events: none;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
  border-radius: 5px;
}

.post-list article.relative .post-intro a {
  color: #fff;
}

.post-image {
  border-bottom: 1px solid rgb(0 0 0 / 12%);
}

.section-subscript {
  background-color: #eaeaea;
  text-align: center;
}

.section-subscript .row {
  align-items: center;
}

.section-subscript .text {
  text-align: right;
}

.section-subscript .text span {
  display: inline-block;
}

.section-subscript .text span:before {
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-size: 45px;
  margin-right: 20px;
}

.section-subscript .form-control {
  border-radius: calc(1.5em + 1rem + 2px);
}

.section-subscript .input-group > .input-group-append > .btn {
  border-top-right-radius: calc(1.5em + 1rem + 2px) !important;
  border-bottom-right-radius: calc(1.5em + 1rem + 2px) !important;
}

.gallery:not(.slideshow) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.gallery:not(.slideshow) > .gallery-item {
  position: relative;
  width: 100%;
  padding: 15px;
}

.gallery .gallery-icon {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.gallery .gallery-caption {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
  padding: 10px;
  text-align: center;
}

.gallery .gallery-icon > a {
  position: relative;
}

.gallery .gallery-icon > a {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-top: 100%;
}

.gallery .gallery-icon img {
  width: 100%;
}

.gallery .gallery-icon > a > img {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  position: absolute;
  z-index: 10;
}

.gallery.gallery-columns-6:not(.slideshow) > .gallery-item {
  -ms-flex: 0 0 16.6667%;
  flex: 0 0 16.6667%;
  max-width: 16.6667%;
}

.gallery.gallery-columns-5:not(.slideshow) > .gallery-item {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.gallery.gallery-columns-4:not(.slideshow) > .gallery-item {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.gallery.gallery-columns-3:not(.slideshow) > .gallery-item {
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.gallery.gallery-columns-2:not(.slideshow) > .gallery-item {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.grecaptcha-badge {
  opacity: 0.4;
}

footer#main-footer {
  color: #fafafa;
  position: relative;
  background-color: var(--color-primary);
}
footer#main-footer .container {
  position: relative;
}

footer#main-footer:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: url(images/cog-wheels-banner.jpg) center center / cover no-repeat;
  z-index: 0;
  opacity: 0.1;
}

footer#main-footer a {
  color: #f1f1f1;
}

footer#main-footer a:hover {
  color: #ffc107;
}

.footer-menu {
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-menu h3 {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid rgb(255 255 255 / 15%);
}
.footer-menu h4 {
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
}

.footer-menu ul {
  margin: 0;
}

.footer-menu ul > li {
  margin-top: 8px;
  margin-bottom: 7px;
}
.footer-copy .container {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid rgb(255 255 255 / 15%);
  text-align: center;
}

.input-group > .input-group-append {
  position: relative;
}

.input-group > .input-group-append > .btn {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.wpcf7 .contact-form br,
.wpcf7 .contact-form label {
  display: none;
}

.wpcf7-spinner {
  position: absolute;
  top: 5px;
  left: 15px;
  z-index: 22;
  margin: 0;
}

#main {
  padding-top: 30px;
  padding-bottom: 30px;
}

h1.page-header {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.accordion.btn {
  background: #fff;
  cursor: pointer;
  padding: 18px 18px 18px 25px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border: 1px solid #8d8d8d;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  font-weight: bold;
}

.wpcf7 label:empty,
.wpcf7 label > br {
  display: none;
}

.wpcf7 textarea.form-control {
  height: 4rem;
}

.single-product .wpcf7 textarea.form-control {
  height: 4rem;
}

.top-menu-block {
  text-align: right;
}

.product-nav .dropdown-toggle {
  white-space: normal;
}

.dropdown-menu {
  box-shadow: 0 3px 5px 0 rgb(0 0 0 / 10%);
}

.dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
}

.dropdown-menu .dropdown > a.dropdown-item {
}

.dropdown-menu .dropdown > a.dropdown-item:after {
  display: inline-block;
  float: right;
  margin-top: 0.5em;
  vertical-align: 0.255em;
  content: '';
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
}

ul.product-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fdecb2;
  border: 1px solid rgb(0 0 0 / 14%);
}

.product-nav .dropdown-toggle:after {
  speak: none;
  color: var(--color-primary);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: 'Font Awesome 5 Free';
  content: '\f105';
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  margin: 0;
  width: 30px;
  height: 26px;
  line-height: 26px;
  vertical-align: middle;
  text-align: center;
}

.related.products {
  padding-top: 15px;
  margin-top: 15px;
  clear: both;
}

.block-heading {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  white-space: nowrap;
  align-items: center;
  position: relative;
  border-bottom: 2px solid #efefef;
}

.block-heading h2.heading-widget {
  margin-right: 10px;
  margin-bottom: 0;
  border-bottom: 0;
}

.block-heading ul {
  overflow: hidden;
  margin-bottom: 0;
}

.block-heading ul li + li:before {
  content: '/';
  margin-right: 0.5rem;
  opacity: 0.7;
}

.block-heading .read-more {
  position: absolute;
  top: 5px;
  right: 0;
  background-color: #fff;
  padding: 5px 10px;
  font-size: 0.8rem;
}

.homepage-widget {
  padding-top: 40px;
  padding-bottom: 40px;
}

.products.slideshow .product {
  padding: 10px 15px 30px;
}

.products.slideshow .slick-dots {
  bottom: -30px;
}

.products.slideshow .slick-dots li button:before {
  background-color: var(--color-primary);
}

.products.slideshow .slick-dots li button:after {
  border-color: var(--color-primary);
}

h2.heading-widget:before {
  /* content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px); */
}

h2.heading-widget:after {
  /* content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: var(--color-primary);
    bottom: 0;
    left: calc(50% - 20px);
    display: none; */
}

.widget_product_categories .products .product-inner {
  padding: 0;
  border: 1px solid rgb(0 0 0 / 3%);
  box-shadow: none;
  background-color: #fff;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.woocommerce.widget_product_categories ul.products li.product .woocommerce-loop-product__title {
  padding: 0;
  margin: 0;
  box-shadow: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 11;
  overflow: hidden;
}

.woocommerce.widget_product_categories ul.products li.product .woocommerce-loop-product__title a {
  color: #fff;
  font-size: 1.4rem;
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}
.woocommerce.widget_product_categories ul.products li.product .woocommerce-loop-product__title a:before {
  position: absolute;
  left: 0;
  right: 0;
  height: 80px;
  top: 50%;
  content: '';
  background: rgb(0 92 157 / 70%);
  transform: translateY(-50%);
  transition: all 500ms ease;
  z-index: -1;
}

.woocommerce.widget_product_categories ul.products li.product:hover .woocommerce-loop-product__title a:before {
  height: 100%;
}

.woocommerce.widget_product_categories ul.products li.product:hover .woocommerce-loop-product__title {
  /* top: 0; */
  height: 100%;
  /* opacity: 1; */
}

.section-product.woocommerce ul.products li.product .woocommerce-loop-product__title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  max-width: inherit;
}

.woocommerce-tabs {
  display: flex;
  flex-direction: column;
}

.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 0 1em;
}

.woocommerce-tabs .tabs {
  display: none;
}

.woocommerce-tabs #tab-additional_information {
  display: block !important;
  order: 1;
}

.woocommerce-tabs #tab-description {
  order: 2;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.checkout.woocommerce-checkout .form-row {
  width: 100%;
  display: block;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  height: auto;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: var(--color-primary);
}

.woocommerce div.product .product_title {
  font-size: 1.5rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #eee;
}

.woocommerce-single-sidebar .widget_text:nth-child(1) h2.heading-widget:after {
  display: none;
}

.woocommerce-single-sidebar .widget_text:nth-child(1) h2.heading-widget span {
  padding-bottom: 0;
  margin-bottom: 0;
}

.woocommerce-single-sidebar .widget_text:nth-child(1) h2.heading-widget {
  border: 0;
  background-color: var(--color-primary);
  color: #fff;
  font-size: 17px;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
}

.woocommerce-single-sidebar .widget_text:nth-child(1) .textwidget {
  background-color: #e2eaf7;
  padding: 1rem;
  color: #164892;
}

.woocommerce-single-sidebar .widget_text:nth-child(1) .textwidget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-single-sidebar .widget_text:nth-child(1) .textwidget li {
  padding-left: 25px;
  padding-bottom: 5px;
  position: relative;
  font-size: 0.9rem;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}

.woocommerce-single-sidebar .widget_text:nth-child(1) .textwidget li:before {
  font-weight: 400;
  font-family: 'Font Awesome 5 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  position: absolute;
  left: 0;
  top: 3px;
  content: '\f058';
  font-size: 1.2em;
}

.woocommerce-products-header {
  padding: 15px 0;
}

.video_feedback .container {
  padding: 0;
}

.feedback-item {
  padding-top: 15px;
  padding-bottom: 15px;
}

.feedback-item .inner {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.feedback-item .inner .avatar {
  width: 15%;
}

.feedback-item .inner .intro {
  width: 90%;
}

.feedback-item .inner .avatar .resize {
  padding-top: 100%;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--color-primary);
}

@media (min-width: 992px) {
  /* .woocommerce ul.products.columns-5 li.product:nth-child(5n + 1),
    .woocommerce ul.products.columns-4 li.product:nth-child(4n + 1),
    .woocommerce ul.products.columns-3 li.product:nth-child(3n + 1),
    .woocommerce ul.products.columns-2 li.product:nth-child(2n + 1) {
        clear: left;
    } */
}

@media (max-width: 991px) {
  .gallery.gallery-columns-6:not(.slideshow) > .gallery-item,
  .gallery.gallery-columns-5:not(.slideshow) > .gallery-item {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .woocommerce ul.products.columns-4 li.product,
  .woocommerce-page ul.products.columns-4 li.product,
  .woocommerce ul.products.columns-5 li.product,
  .woocommerce-page ul.products.columns-5 li.product {
    width: 50%;
  }

  .woocommerce ul.products.columns-2 li.product,
  .woocommerce-page ul.products.columns-2 li.product,
  .woocommerce ul.products.columns-3 li.product,
  .woocommerce-page ul.products.columns-3 li.product {
    width: 100%;
  }

  #mainnav .navbar-nav > .nav-item {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

@media (min-width: 768px) {
  #primary-menu {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9rem;
    margin-bottom: 0;
    margin-top: 1rem;
    text-align: left;
  }

  .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -40px;
    margin-left: 50px;
    display: inline-block;
  }

  .navbar-brand .logo {
    height: 70px;
    width: auto;
    border-radius: 10px;
  }

  .fixed-top .navbar-brand .logo {
    height: 60px;
  }

  #mainnav {
    background-color: var(--color-primary);
  }

  #mainnav a {
    color: #fff;
  }

  #mainnav .dropdown-menu {
    background-color: var(--color-primary);
  }
  #mainnav a.dropdown-item:focus,
  #mainnav a.dropdown-item:hover {
    color: var(--color-primary);
  }
  #menu-primary > .nav-item > a {
    position: relative;
    padding: 0.75rem 1rem 0.75rem 1rem;
    font-size: 0.9rem;
  }

  #menu-primary > .nav-item + .nav-item > a {
    border-left: 1px solid var(--color-blue);
  }

  #menu-primary > .nav-item + .nav-item > a:hover {
    background-color: var(--color-blue);
  }

  #menu-primary > .nav-item > a:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1rem;
    width: 1.25em;
    text-align: left;
    /* HIDDEN */
    display: none;
  }

  #menu-primary > .nav-item > a:before {
    content: '\f07b';
  }

  #menu-primary > .nav-item.menu-item-trang-chu > a:before {
    content: '\f015';
  }

  #menu-primary > .nav-item.menu-item-san-pham > a:before {
    content: '\f49e';
  }

  #menu-primary > .nav-item.menu-item-khuyen-mai > a:before {
    content: '\f0a3';
  }

  #menu-primary > .nav-item.menu-item-tuyen-dung > a:before {
    content: '\f00e';
  }

  #menu-primary > .nav-item.menu-item-lien-he > a:before {
    content: '\f0e0';
  }

  #menu-primary > .nav-item.menu-item-gioi-thieu > a:before {
    content: '\f573';
  }

  #menu-primary > .nav-item.menu-item-tin-tuc > a:before {
    content: '\f1ea';
  }

  .fixed-top .navbar-brand,
  #mainnav.fixed-top {
    margin-top: 0;
  }

  .company_name_short {
    font-weight: bold;
  }

  .header-first {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background: #f3f3f3;
    border-bottom: 1px solid #ebebeb;
    font-size: 0.9rem;
  }

  .header-first a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  #top-menu {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
  }

  #top-menu .list-inline-item:not(:last-child):after {
    content: '/';
    margin-left: 0.5rem;
  }

  #top-menu a {
  }

  #mainnav.navbar {
    padding: 0;
  }

  #mainnav .navbar-collapse {
    justify-content: center;
  }

  .admin-bar #mainnav.navbar.fixed-top {
    top: 32px;
  }

  .navbar-has-fixed-top #wapper {
    padding-top: 2rem;
  }

  .product-nav .nav-link {
    padding: 5px 30px 5px 7.5px;
    line-height: 1;
    font-size: 15px;
  }

  .product-nav .dropdown-item {
    padding: 5px 30px 5px 7.5px;
  }

  .product-nav li + li {
    border-top: 1px solid rgba(39, 50, 74, 0.2);
  }

  .featured {
    overflow: hidden;
  }

  .featured .product-menu-left {
    position: relative;
  }

  .woocommerce_sidebar .product-menu-left .heading {
    margin-bottom: 0;
  }

  .featured .product-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }

  .product-nav .dropdown-menu {
    background-color: #fdecb2;
    left: 100% !important;
    top: -1px !important;
    width: 100%;
  }

  .product-nav .dropdown-item {
    white-space: initial;
  }

  .product-nav a:hover,
  .product-nav a:focus {
    color: var(--color-primary);
  }

  .home-slideshow .image.resize {
    padding-top: 33%;
  }

  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    width: 41.66666667%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    width: 33.3333%;
    float: left;
    margin-left: 0;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .woocommerce-single-sidebar {
    width: 25%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .woocommerce-product-gallery__wrapper .resize {
    padding-top: 100%;
  }
}

@media (max-width: 767.98px) {
  .woocommerce ul.products[class*='columns-'] li.product,
  .woocommerce-page ul.products[class*='columns-'] li.product {
    clear: none;
  }

  .woocommerce ul.products[class*='columns-'] li.product:nth-child(2n),
  .woocommerce-page ul.products[class*='columns-'] li.product:nth-child(2n) {
    float: left;
  }

  #main-footer {
    text-align: center;
  }

  .section-about .about-desc {
    padding: 20px;
    background-color: var(--color-primary);
    -webkit-clip-path: none;
    clip-path: none;
    color: #fff;
  }

  .navbar-brand .logo {
    height: 60px;
  }

  .switcher {
    right: 110px;
  }

  .header-top {
    position: fixed;
    top: 0;
    z-index: 1031;
    left: 90px;
  }

  .tool-actions {
    display: flex;
    gap: 15px;
    bottom: 100px;
    z-index: 1029;
    flex-direction: column;
    left: auto;
    right: 25px;
  }

  .tool-actions .item {
    margin-bottom: 0;
  }

  .tool-actions .item span {
    display: none;
  }

  .block-heading ul {
    display: none;
  }

  .slick-next {
    right: 0;
  }

  .slick-prev {
    left: 0;
  }

  #form-dat-dv .form-group {
    margin-bottom: 10px;
  }

  .heading_page.has-bg {
    height: 100vw;
  }

  #mainnav {
    background-color: #f9f9f9;
  }

  .product-menu-block {
    background-color: #fff;
  }

  #top-menu a,
  .mini-cart-icon {
    color: #000;
  }

  #top-menu {
    display: none;
  }

  #mainnav .row {
    display: flex;
  }

  .lang-switch {
    order: 0;
  }

  .product-menu-block {
    order: 2;
    position: static;
  }

  .product-menu-block > .inner {
    position: static;
  }

  .top-menu-block {
    text-align-last: left;
  }

  a#product-menu-toggle {
    position: absolute;
    position: absolute;
    right: 20px;
    top: 40px;
    z-index: 11;
    color: #000;
  }

  .video .row .col-md-3 {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .video .row .col-md-3 iframe,
  .video .row .col-md-3 object,
  .video .row .col-md-3 embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #product-menu-toggle span {
    display: none;
  }

  #collapseProductMenu {
    top: 85px;
  }

  .mini-cart {
    position: absolute;
    top: -33px;
    right: 150px;
  }

  ul.product-nav {
    max-height: calc(100vh - 85px);
    overflow-y: auto;
  }

  .dropdown-menu {
  }

  .lang-switch {
    width: 100%;
    text-align: right;
  }

  .navbar-has-fixed-top {
    padding-top: 86px;
  }

  .featured.container {
    padding-left: 0;
    padding-right: 0;
  }

  a#product-menu-toggle .fas {
    font-size: 30px;
    line-height: 40px;
  }

  #tab-description .video-iframe {
    width: 100%;
  }

  .section-counter {
    background: url(images/bg_img_count.png) center left / cover no-repeat,
      url(images/bg_goc_count.png) top right / 420px 227px no-repeat;
  }

  .socials {
    text-align: center;
    margin-top: 20px;
  }

  .home-slideshow h2.title {
    font-size: 20px;
  }

  .gioi-thieu_sidebar .widget_my_widget_recent_posts .post-list > .item,
  #my_widget_recent_posts-2 .post-list > .item,
  #my_widget_recent_posts-3 .post-list > .item,
  #my_widget_recent_posts-4 .post-list > .item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gallery.gallery-columns-6:not(.slideshow) > .gallery-item,
  .gallery.gallery-columns-5:not(.slideshow) > .gallery-item,
  .gallery.gallery-columns-4:not(.slideshow) > .gallery-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gallery.gallery-columns-3:not(.slideshow) > .gallery-item,
  .gallery.gallery-columns-2:not(.slideshow) > .gallery-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .home-slideshow .desc {
    font-size: 15px;
  }

  .home-slideshow .image.resize {
    padding-top: 45%;
  }

  .gioi-thieu_sidebar .widget_my_widget_recent_posts .row.post-list,
  #my_widget_recent_posts-2 .row.post-list {
    width: auto;
  }

  .widget_my_widget_recent_posts .post-list > .item {
    width: 50%;
  }

  #menu-primary > .nav-item > a {
    padding-top: inherit;
  }

  #menu-primary > .nav-item > a:before {
    display: none;
  }
}

@media (max-width: 577px) {
}

@media (min-width: 576px) {
}

@keyframes zoomImg {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
