/*
Theme Name: cit_product
Author: VT.CIT
Version: 1.1
Text Domain: cit_product

/* =WordPress Core
-------------------------------------------------------------- */

:root {
  --color-primary: #27324a;
  --color-dark: #262828;
  --color-yellow: #f7c305;
  --color-blue: #026ab9;
  --color-red: #ec1b28;
  --container-width: 1349px;
}

@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,700&family=Oswald:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap');
a {
  color: var(--color-primary);
}

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

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

.grecaptcha-badge {
  opacity: 0.7;
}

.homepage2_sidebar #my_widget_recent_posts-4 {
  animation-delay: 1s;
}

.heading a:hover,
.heading a:focus {
  color: #222;
}
p,
ul li {
  color: #696969;
}
#main-footer p {
  color: #fff;
}
b,
strong,
.strong {
  font-weight: bold;
}

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

body {
  position: relative;
  font-size: 15px;
  color: #111;
  font-family: 'Cabin', sans-serif;
}
.heading span {
  font-family: 'Cabin', sans-serif;
}
.container {
  max-width: var(--container-width);
}

.container.container-x-lg {
}

.container.container-x-md {
}

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

.row-sm {
  margin-right: -5px;
  margin-left: -5px;
}

.row-sm > div {
  padding-right: 5px;
  padding-left: 5px;
}
.woocommerce #tab-description table {
  width: 100% !important;
  border-collapse: collapse;
}

.woocommerce #tab-description th,
.woocommerce #tab-description td {
  padding: 8px;
  text-align: left;
  border: 1px solid #000;
}

.woocommerce #tab-description th {
  background-color: #f2f2f2;
}
.video_youtube {
  position: relative;
}

.video_youtube .video_icon_play {
  position: absolute;
  bottom: 36%;
  font-size: 39px;
  right: 45%;
  /* box-shadow: 0px 3px #888888; */
  color: white;
  z-index: 7;
  /* filter: drop-shadow(2px 4px 6px white); */
  background: red;
  border-radius: 50%;
  width: 43px;
  height: 41px;
}

.video_youtube .video_icon_play .fa-play {
  position: absolute;
  top: 7%;
  right: 12%;
  color: white;
  font-size: 34px;
}

.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: black;
  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;
}

.section-about.myblock {
  padding-top: 0;
}

.section-about .about-thumb {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.section-about .about-thumb img {
  margin-right: -100px;
}

.section-about .about-desc {
  padding: 50px 80px 0px 150px;
  text-align: justify;
  background-color: var(--color-primary);
  -webkit-clip-path: polygon(0 1%, 100% 0%, 100% 100%, 15% 100%);
  clip-path: polygon(0 1%, 100% 0%, 100% 100%, 15% 100%);
  color: #fff;
}

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

.counters {
  text-align: center;
}

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

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

.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: rgba(24, 88, 140, 0.15); */
  pointer-events: none;
  z-index: -1;
}

.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 .inner {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.section-why.left-icon .inner {
  text-align: left;
}

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

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

.section-why.left-icon .row > div > .inner {
  padding-left: 80px;
  position: relative;
}

.section-why.left-icon .row > div > .inner:before {
  position: absolute;
  left: 10px;
  top: 35px;
  font-size: 30px;
  width: 50px;
  height: 50px;
  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;
  line-height: 1;
  border: 1px solid var(--color-blue);
  color: var(--color-blue);
  border-radius: 50%;
  padding-top: 8px;
  text-align: center;
}

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

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

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

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

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

.section-why.left-icon .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: 15px;
}

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

.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: var(--color-blue);
  opacity: 1;
}
.slick-prev,
.slick-prev,
.slick-next,
.slick-next {
  background-color: var(--color-red);
}
.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: 90px;
}

.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;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 15px 15px;
}
#mainnav.navbar-light .navbar-nav .nav-link:hover,
#mainnav .active .nav-link {
  color: #fff;
  background-color: var(--color-red);
}

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

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

.entry-summary {
  display: flex;
  flex-direction: column;
}
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: 100%;
  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;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  padding-left: 15px;
  padding-right: 15px;
  margin: 15px 0;
}

.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 {
  text-align: center;
}

.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: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;
}
.grid-controls-drop .inline-text {
  display: none;
}
.shop-grid-controls
  .woocommerce
  ul.products
  li.product
  .woocommerce-loop-product__title,
.shop-grid-controls
  .woocommerce
  div.products
  div.product
  .woocommerce-loop-product__title {
  height: 45px;
}
.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: 42px;
  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%;
}

/* ,
.woocommerce-product-gallery__wrapper-thumbnails .resize>img */
.product-inner .resize > img,
.woocommerce-product-gallery__wrapper .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 */
#main-footer .company-list p,
.footer-menu ul > li a {
  font-size: 16px;
  margin-bottom: 0.5rem;
}
#main-footer .footer-menu ul > li a:hover {
  color: var(--color-red);
}
.company-list p {
  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;
}

#menu-primary > .nav-item > a {
  position: relative;
  padding: 1rem 0;
  font-size: 16px;
}

#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: 0.6rem;
  font-size: 30px;
  width: 100%;
  height: 40px;
  text-align: center;
  display: none;
}

#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-spa > a:before {
  content: '\f5bb';
}

#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';
}

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

#header-search .input-group input {
  background-color: #00000033;
  border: none;
  color: white;
}
.search-input::placeholder {
  color: white;
}
.search-submit {
  background-color: #bb2316 !important;
  border: none;
  outline: none;
}
.search-submit:hover {
  background-color: #2925181a !important;
}
.form-control:focus,
.search-submit:focus {
  box-shadow: none !important;
}
.header-top-right {
  text-align: right;
  display: flex;
  justify-content: end;
  align-items: center;
}

.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: 52px;
  left: 0;
  right: 0;
  background-color: var(--light);
  z-index: 111;
  box-shadow: 0 3px 5px 0 rgb(0 0 0 / 10%);
}

.hotline-nav {
  display: inline-block;
  font-size: 0.7rem;
  line-height: 1;
  text-align: left;
  display: inline-flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.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 .fas {
  font-size: 30px;
  float: left;
  margin-right: 10px;
}

.hotline-nav strong.hotline {
  font-size: 1rem;
  display: inline-block;
  margin-top: 3px;
}

.socials {
}

.socials a {
  font-size: 18px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  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: 16px;
}

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

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

.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: rgba(247, 195, 5, 0.8);
  text-align: center;
}

.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);
  border-radius: 10px;
}

.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;
}

footer#main-footer {
  background-color: var(--color-primary);
  color: #fafafa;
  padding-top: 2%;
}

footer#main-footer .container {
  max-width: 1200px;
}

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

footer#main-footer a:hover {
  background-color: #4267b200;
}

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

.footer-menu h4 {
  font-size: 18px !important;
  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 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%);
  font-size: 0.8rem;
  text-align: center;
  opacity: 0.8;
}
.footer-copy a:hover {
  color: var(--color-red) !important;
}
.socials {
  text-align: center;
  margin-top: 20px;
}

.socials .fa {
  font-size: 25px;
}

.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;
}

.icon-zalo {
  display: block;
  width: 60%;
  height: 60%;
  background: url(images/zalo.png) 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: #bb2316;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.tool-actions .item span {
  display: none;
  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 rgb(187 35 22 / 56%);
  background-color: rgb(187 35 22 / 71%);
}

.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);
  }
}

#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;
}

#header-search {
  margin-top: 8px;
}

#header-search .btn-warning {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

#mainnav .navbar-nav > .nav-item {
  margin-left: 2px;
  margin-right: 2px;
}

.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-color: #fff;
}

#mainnav .product-nav li a {
  color: #000;
  font-size: 16px;
}
.product-nav li:nth-child(2n + 1) a {
  background: #fafafa;
}
.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: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  clear: both;
}

.related.products h2.heading,
h2.heading-widget {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid var(--color-blue);
}

.related.products h2 > span,
h2.heading-widget > span {
  display: inline-block;
  background-color: var(--color-blue);
  padding: 10px 35px 10px 5%;
  -webkit-clip-path: polygon(0 0, 90% 0%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 90% 0%, 100% 100%, 0 100%);
}

.block-heading {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border-bottom: 1px solid var(--color-blue);
  white-space: nowrap;
  align-items: center;
  position: relative;
}

.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;
  padding: 5px 10px;
}

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

.homepage_sidebar .homepage-widget:nth-child(even) {
  background-color: #fff;
}

.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; */
}

.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);
}

@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;
  }

  .section-hieuchuan .rows > .col {
  }
}
.woocommerce ul.products li.product .price,
.woocommerce div.products div.product .price {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .company-slogan {
    margin-left: 10px;
  }

  .company_name_short {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.1;
    color: var(--color-blue);
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff,
      -1px 1px 0 #fff;
  }

  .slogan {
    color: var(--color-red);
    font-size: 15px;
  }

  #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-blue);
  }

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

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

  #mainnav.fixed-top .navbar-nav {
    /* margin-top: 15px; */
  }

  #top-menu a {
    line-height: 40px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
  }

  #top-menu a:hover,
  #top-menu a:focus {
    color: var(--light);
  }

  #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: 4%;
    line-height: 1.3;
    font-size: 16px;
    text-transform: capitalize;
  }
  .product-nav .nav-link:hover::before {
    margin-right: 3%;
    transition: all 0.5s;
  }
  .product-nav .nav-link:hover {
    color: #fff !important;
    background-color: var(--color-blue);
  }
  .single-product h2.heading-widget > span {
    font-size: 20px;
  }
  .product-nav .dropdown-item {
    padding: 5px 30px 5px 7.5px;
  }

  .featured .product-menu-left {
    position: relative;
    height: 574px;
    background-image: url(./images/vipro.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    border-right: 1px solid rgb(0 0 0 / 14%);
  }
  .row-nopadding {
    box-shadow: 0 3px 4px rgba(127, 127, 127, 0.25);
  }
  .featured .product-menu-left:hover {
    overflow: initial;
  }

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

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

  .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: 58%;
  }

  .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: 58%;
  }

  .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: 38%;
  }

  .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: 58%;
  }

  .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: 38%;
  }

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

@media screen and (max-width: 782px) {
  html {
    margin-top: 0 !important;
  }
}
.dropdown-menu {
  padding: 0;
}
.footer-lienhe .content {
  margin-bottom: 10px;
}
.woocommerce-products-header .category-description {
  display: none;
}
#desc_readmore {
  display: none;
}
.phone-header-top .circle-icon {
  /* margin-right: 0 !important; */
  padding-right: 0;
}
.u-layout-wrap .content {
  text-align: justify !important;
}
.sp-left {
  padding-left: 0;
}
@media (max-width: 767.98px) {
  html {
    margin-top: 0 !important;
  }

  body {
  }
  .homepage2_sidebar .post-list .item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .breadcrumbs .title,
  .category-info__text .woocommerce-products-header__title.page-title,
  .category-info__text .page-title-wrapper,
  .woocommerce
    .page-title-wrapper
    .woocommerce-products-header__title.page-title {
    font-size: 22px;
  }
  .sec-info .btn {
    margin-bottom: 2%;
  }
  .why-mb {
    margin-bottom: 5%;
  }
  .section-why-main.why-mb .inner {
    height: 200px !important;
  }
  .sec-info .box-img .img-2 {
    width: 234px !important;
    margin: -332px 1px 0 auto !important;
  }
  .u-layout-wrap-1 .col-md-6 {
    padding: 0;
  }
  button:focus {
    outline: none;
  }
  .footer-lienhe .u-layout .heading {
    text-align: center !important;
  }
  #main-footer {
    background-repeat: no-repeat;
  }
  .breadcrumbs.clearfix,
  .woocommerce-products-header {
    height: 100% !important;
  }
  .tool-actions {
    bottom: 0;
    left: 2%;
    z-index: 1029;
  }

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

  .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;
  }

  #product-menu > li > a {
    font-weight: bold;
  }

  #product-menu > li.dropdown > .dropdown-menu {
    position: static;
    float: none;
    box-shadow: none;
    border: 0;
    background-color: transparent;
    padding: 0;
    margin: 0;
    font-size: 0.95em;
    /* display: block; */
  }

  .product-nav .dropdown-toggle:after {
    content: '\f078';
  }

  #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: 55px;
  }
  .navbar-toggler-icon {
    width: 1rem;
    height: 1rem;
  }
  .navbar-toggler {
    font-size: 1rem;
  }
  .navbar-light .navbar-toggler-icon {
    background-image: url('https://www.clipartmax.com/png/full/36-365828_navbar-toggle-icon-menu-hamburger-png-white.png');
  }
  .switcher {
    right: 110px;
  }

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

  .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; */
    background-color: #000000bf;
    box-shadow: 1px 4px 5px rgba(0, 0, 0, 0.473);
    color: black;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
  }

  #header-search {
    /* margin-top: 2px;
        width: calc(100% - 140px);
        position: fixed;
        left: 70px;
        top: 95px; */
  }

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

  .mini-cart {
    position: absolute;
    top: 75px;
    right: -15px;
  }

  .mini-cart-icon {
  }

  #top-menu {
    position: fixed;
    top: 120px;
    left: 0;
    right: 0;
    display: flex !important;
    justify-content: center;
  }

  #top-menu a {
    display: inline-block;
    padding: 2px 5px;
    background-color: #ffcf3d;
    font-size: 0.8rem;
    color: #000;
  }

  #top-menu li {
    margin-left: 5px;
    margin-right: 5px;
  }

  ul.product-nav {
    background: #f8f8f8;
    border: 1px solid rgb(0 0 0 / 14%);
  }

  #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;
    left: 20px;
    top: 75px;
    z-index: 11;
    color: #000;
  }

  #header-search {
    /* margin-top: 0;
        width: calc(100% - 90px);
        position: fixed;
        left: 70px;
        top: 75px; */
  }

  .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: 155px;
  }

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

  .dropdown-menu {
  }

  .lang-switch {
    text-align: right;
    margin-right: 2%;
  }

  .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: 50%;
  }

  .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);
  }
}

.header-top-bar i {
  color: var(--color-blue);
  margin-right: 5px;
}

.circle-icon {
  padding-right: 7px;
}
.top-menu-dsk {
  text-align: left;
}
@media (max-width: 767.98px) {
  .top-menu-dsk {
    display: none;
  }
}
.header-top .company-name-div {
  text-align: center;
  margin-top: 2%;
}
.header-top .company-name-div h1.title-company_name {
  font-size: 35px;
  color: var(--color-blue);
  font-weight: bolder;
  text-transform: uppercase;
  margin-bottom: 0;
}
#top-menu .list-inline-item:not(:last-child) {
  margin-right: 1.2rem;
}
.section-about .border-palette {
  border-style: solid;
  border-width: 20px;
  border-color: var(--color-blue);
  stroke: var(--color-blue);
  width: 1028px;
  height: 513px;
  margin: 0 auto 0;
  stroke: none;
}

.section-about.myblock {
  background-color: #f2f2f2;
  padding: 5%;
}
.u-sheet {
  position: relative;
}
.u-layout-wrap {
  width: 852px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  margin: 0 auto;
}
.u-layout-wrap-1 .resize {
  height: 600px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.u-layout-wrap .heading {
  font-weight: bold;
  margin-bottom: 10%;
  font-size: 30px;
}

.content {
  color: black;
}
.post-intro .btn {
  font-size: 15px;
}
.post-intro .btn:focus {
  box-shadow: none;
}
.btn {
  font-size: 15px;
  font-weight: 400;
  background-color: var(--color-blue) !important;
  color: #fff;
  border: none;
}
.btn:hover {
  background-color: var(--color-red) !important;
  color: #fff;
}
.btn:focus {
  box-shadow: none;
}
@media (max-width: 1199px) {
  .section-about .border-palette,
  .footer-lienhe .u-gradient {
    width: 940px !important;
  }
}
@media (max-width: 1024px) {
  .section-about .border-palette,
  .footer-lienhe .u-gradient {
    width: 905px !important;
  }
}
@media (max-width: 991px) {
  .section-about .border-palette,
  .footer-lienhe .u-gradient {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .u-layout-wrap,
  .footer-lienhe .u-layout {
    width: auto !important;
    position: unset !important;
    transform: unset !important;
  }
  .u-layout-wrap-1 .resize,
  .u-layout-wrap-1 .box-text,
  .footer-lienhe .u-layout {
    height: auto !important;
  }
}
.section-why {
  background-color: #f2f2f2;
}
.section-why ul {
  list-style: none;
  justify-content: space-between;
  margin: 30px 0 10px;
}
.section-why .inner {
  transition: 0.3s;
}
.section-why .inner img {
  object-fit: contain;
  padding-right: 10px;
  transition: 1s;
}
.section-why .inner h5 {
  font-weight: 600;
  font-size: 18px;
  color: var(--color-blue);
  text-transform: uppercase;
}
.woocommerce-Tabs-panel h2 {
  font-weight: bold;
}
.dm-product .item-cha,
.product-menu-left .item-cha {
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 3%;
  padding-bottom: 4.15%;
  text-align: center;
  background-color: #f1c314ba;
  border: 1px solid #efbc00;
}
.homepage2_sidebar .heading-widget,
.section-doitac .heading-widget {
  font-size: 26px;
  color: var(--color-blue);
  border: none;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 25px;
  text-align: center;
  position: relative;
  border-bottom: none;
}

.homepage2_sidebar .heading-widget > span a,
.section-doitac .heading-widget > span {
  color: var(--color-blue);
  display: inline-block;
  border-radius: 20px;
  padding: 10.5px 20px;
  margin: 0;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  clip-path: none;
  color: var(--color-blue);
}
.homepage2_sidebar .heading-widget > span:before,
.section-doitac .heading-widget > span::before {
  content: '\f7d9';
  position: absolute;
  font-family: 'Font Awesome 5 free';
  left: 49%;
  bottom: -10%;
  transform: translateX(-50%);
  font-size: 23px;
  line-height: 1;
  color: var(--color-blue);
}
.homepage2_sidebar .heading-widget > span:after,
.section-doitac .heading-widget > span::after {
  position: absolute;
  bottom: 0;
  content: '';
  left: 49%;
  transform: translateX(-50%);
  width: 84px;
  height: 2px;
  background: linear-gradient(
    to right,
    #e1e7eb 0%,
    #e1e7eb 25%,
    rgba(255, 255, 255, 0) 25%,
    rgba(255, 255, 255, 0) 75%,
    #e1e7eb 75%
  );
}
.homepage2_sidebar
  .widget_my_widget_recent_posts.homepage-widget2
  .heading-widget
  > span {
  background-color: #f7c30500;
  display: inline-block;
  margin-bottom: -7px;
  position: relative;
  clip-path: none;
  padding: 10px 5%;
}

.section-doitac .heading-widget > span {
  padding: 20px 5%;
  background-color: #f7c30500;
  display: inline-block;
  margin-bottom: -7px;
  position: relative;
  clip-path: none;
}

#my_widget_recent_posts-4 .entry-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f1f1f1;
  border-radius: 0;
  padding: 70px 62px;
  transition: all 1s ease;
  transform: translateY(100%);
}

#my_widget_recent_posts-4 .post-list article.henry:hover .entry-content {
  transform: translate(0, 0);
  z-index: 11;
  opacity: 100;
}
#my_widget_recent_posts-4 .btn {
  letter-spacing: 2px;
  background-color: var(--color-blue);
  border: 1px solid var(--color-blue);
  font-weight: 400;
  color: #fff;
  transition: all 0.8s;
  vertical-align: middle;
  text-align: center;
}
#my_widget_recent_posts-4 .btn:hover {
  background-color: var(--color-red);
  border: 1px solid var(--color-red);
}
.page-id-48 .left-contact ul li h4 {
  color: var(--color-primary);
}
.page-id-49 .item-about:nth-child(even) .col-md-6.resize {
  order: 1;
}
.page-id-49 .item-about:nth-child(even) .col-md-6.resize {
  position: relative;
}
.page-id-49 .title-about-item {
  font-weight: bold;
  text-transform: uppercase;
  padding: 36px 0 26px 0;
  position: relative;
  padding-left: 18px;
  text-align: center;
  font-size: 25px;
  color: var(--color-blue);
}
.page-id-49 #main img {
  object-fit: cover;
}
.page-id-49 #main .shadow img {
  width: 100px;
}
.page-id-49 .item-about:nth-child(odd) .col-md-6.resize::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15%;
  height: 100%;
  border-width: 1000px 120px 0 0;
  border-color: #fff transparent transparent transparent;
  z-index: 2;
  border-style: solid;
}
.page-id-49 .item-about .col-md-6.resize {
  padding-top: 24%;
}
.page-id-49 .about_about_item:nth-child(even) .inner.col-md-6 {
  order: 1;
}
.page-id-49 .about_about_item:nth-child(odd) .inner.col-md-6 .box-img .resize {
  left: 25px;
  right: 0;
}
.page-id-49 .about_about_item:nth-child(1) .inner.col-md-6 {
  order: unset;
}
.page-id-49 .item-about .inner.col-md-6 {
  padding: 0px 27px;
}
.page-id-49 .item-about .inner.col-md-6 p {
  font-size: 17px;
  text-align: justify;
}

.page-id-49 .item-about .inner.col-md-6 ul li {
  font-size: 17px;
}
.page-id-49 #main .sec-about .item-about .box-text p {
  padding: 0 5%;
}
.page-id-49 #main .sec-about .item-about .box-text {
  position: relative;
}
.page-id-49 #main .sec-about .item-about .inner .number {
  color: var(--color-blue);
  font-size: 80px;
  font-weight: bold;
  margin-bottom: 0;
  position: absolute;
  top: -68px;
  left: 0;
  padding: 0;
  z-index: -1;
}
.page-id-49 #main .sec-about .item-about .box-img {
  background-color: var(--color-blue);
  margin-bottom: 2%;
}
.page-id-49 #main .sec-about .item-about .box-img .resize {
  bottom: 25px;
  right: 25px;
}

.page-id-49 .section-icon::before {
  background: #343e44;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -11;
}
.page-id-49 .item-about.text-center.myblock {
  padding-top: 20px;
}
.page-id-49 .item-about.text-center.myblock p {
  font-size: 17px;
  text-align: justify;
}
.page-id-49 .section-icon .icon-about .icon i,
.page-id-49 .section-icon .skill-number,
.page-id-49 .section-icon p {
  color: white;
}
.page-id-49 .section-icon .icon-about .icon:last-child span {
  left: 38%;
  background: url(./images/concrete-mixer-white.png) no-repeat;
  background-size: contain;
  background-position: 2px;
}
.page-id-49 .container .inner.col-md-4 ul {
  text-align: justify !important;
  padding: 10px 18px 10px 34px;
}

.page-id-49 .item-about .about_about_item:first-child .inner {
  position: unset;
}
.page-id-49 .item-about .about_about_item:first-child .about-item__ {
  position: relative;
}
.page-id-49 .item-about .about_about_item:first-child .col-md-6.img-about {
  z-index: -99;
}
.page-id-49 .section-icon {
  margin-top: 20px;
  position: relative;
}
.item-contac-2 i {
  font-size: 35px;
  color: #565656;
  display: block;
  margin: 0 auto 1% auto;
}
.item-contac-2 .form-control {
  padding: 1.385rem 0.75rem;
  border-radius: 0;
  outline: none;
  background-color: #ffffff8c;
}
.item-contac-2 .wpcf7 textarea.form-control {
  height: 9rem;
}
.item-contac-2 .btn {
  background-color: var(--color-red);
  color: #fff;
  height: 45px;
  width: 100%;
  font-weight: 600;
  border-radius: 10px;
  transition: all 0.8s;
  border-radius: 0;
}
.item-contac-2 .btn:focus {
  box-shadow: none;
}
.item-contac-2 .btn:hover {
  background-color: var(--color-blue);
}
.item-contac-2 .text,
.item-contac-2 .hotline {
  font-size: 15px;
}
.woocommerce .woocommerce-breadcrumb,
.breadcrumb {
  background-color: transparent;
  margin-top: 1rem;
  order: 2;
  padding: 0.75rem 1rem;
  color: white;
  justify-content: center;
  width: 100%;
}
.breadcrumb .breadcrumb-item a {
  color: white;
}
.breadcrumb-item + .breadcrumb-item {
  color: white;
}
.breadcrumbs .container,
.woocommerce-products-header .container {
  position: relative;
  text-align: center;
  padding: 134px 0px;
  display: grid;
}
.breadcrumbs.clearfix,
.woocommerce-products-header {
  background-repeat: no-repeat;
  object-fit: cover;
  background-position: center;
  background-size: cover;
  height: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.woocommerce .woocommerce-breadcrumb a {
  color: white;
}
.breadcrumbs,
.woocommerce-products-header {
  position: relative;
}

.breadcrumbs .title,
.category-info__text .woocommerce-products-header__title.page-title,
.category-info__text .page-title-wrapper,
.woocommerce
  .page-title-wrapper
  .woocommerce-products-header__title.page-title {
  /* position: relative; */
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 10px;
  font-size: 30px;
}
.breadcrumbs::before,
.woocommerce-products-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(108 108 108 / 60%);
  right: 0;
}
.woocommerce .woocommerce-breadcrumb,
.breadcrumb {
  margin: 0;
}
.breadcrumbs .container,
.woocommerce-products-header .container {
  padding: 30px 0px 15px 0px;
}

footer#main-footer {
  position: relative;
}
footer#main-footer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 77%);
  right: 0;
}
.footer-menu .company-list p i {
  margin-right: 1%;
}
.header-top-bar {
  padding: 6px 0;
}
.header-top-bar .container > div {
  border-bottom: 1px dotted var(--color-blue);
}
@media (min-width: 991px) {
  .product-menu-block .inner {
    display: none;
  }
}
@media (max-width: 991px) {
  .sc-product .box_dm-product,
  .section-why {
    display: none;
  }
}
#top-menu .current-menu-item a {
  color: #fff;
}

.sc-product .box-product {
  position: relative;
}
.sc-product .products .product-inner .star-rating {
  display: none;
}
.sc-product .box-product .product-inner .resize {
  padding-top: 100%;
}
.sc-product .box_dm-product {
  position: relative;
}
.sc-product .product-inner .resize,
.woocommerce-shop .product-inner .resize {
  padding-top: 100%;
}
.section-why .list-item {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin: 30px 0 10px;
  align-items: center;
  flex-wrap: wrap;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 17px;
}

#menu-primary > .nav-item.active .nav-link {
  color: #fff;
}
.section-why .list-item .items {
  display: flex;
  justify-content: center;
  transition: 0.2s;
  flex: 0 0 auto;
  width: 25%;
  position: relative;
}
.section-why .list-item li + li:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 100%;
  background: url('images/bg.png') center/contain no-repeat;
  left: -4px;
  top: 50%;
  transform: translatey(-50%);
  opacity: 0.3;
}
@media (max-width: 767px) {
  #mainnav-collapse {
    background-color: var(--color-blue);
  }
  footer#main-footer {
    padding-top: 5%;
  }
}
@media (max-width: 767px) {
  #mainnav #mainnav-collapse form#header-search {
    padding: 10px 20px;
  }
  .navbar-light .navbar-toggler {
    margin-left: 2%;
  }
  .section-why-main.why-mb .grap {
    top: 59% !important;
  }
  .section-why-main.why-mb .heading {
    position: relative;
    top: -18px;
  }
  .section-why-main .grap {
    height: 100% !important;
  }
  .page-id-49 .title-about-item {
    padding: 0;
  }
}
@media (max-width: 991px) {
  #mainnav .navbar-nav > .nav-item {
    border-bottom: 1px solid rgb(255 255 255 / 19%);
  }
}
.navbar-light .navbar-toggler {
  background-color: var(--color-blue);
}
@media (max-width: 767px) {
  .page-id-49 .item-about .about_about_item:first-child .inner div {
    position: unset;
    width: 100%;
  }
  .page-id-49 .item-about .about_about_item:first-child .inner div::before {
    display: none;
  }
  .page-id-49 .item-about .col-md-6.img-about {
    margin: 20px 0;
  }
  .home .post-list article {
    margin: 25px !important;
  }
  .home .post-list .slick-next {
    right: 3%;
  }
  .home .post-list .slick-prev {
    left: 3%;
  }
}
.single-post h1.page-header,
.page h1.page-header {
  display: none;
}
.single-post h1,
.page h1 {
  font-size: 22px;
  font-weight: bold;
}
.single-post h2,
.page h2 {
  font-size: 20px;
  font-weight: bold;
}
.single-post h3,
.page h3 {
  font-size: 18px;
  font-weight: bold;
}
.single-post h4,
.page h4 {
  font-size: 16px;
  font-weight: bold;
}
.single-post .entry-content p,
.page .entry-content p {
  font-size: 15px;
  text-align: justify;
}
.post-template-default .comment {
  display: none;
}
.single-post .post-other {
  padding-bottom: 40px;
}
.single-post .post-other .heading,
.woocommerce .related.products .heading {
  border-bottom: 1px solid var(--color-blue);
  text-align: left;
  font-size: 20px;
}
.single-post .post-other .heading > span,
.woocommerce .related.products .heading span {
  color: var(--color-blue);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  padding: 25px 30px 5px 41px;
}
.post-list article {
  box-shadow: 0 1px 2px -1px rgb(0 0 0 / 36%), 0 1px 2px rgb(0 0 0 / 44%);
  border-radius: 5px;
}

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;
}
.category-tin-tuc .resize:hover img {
  border-radius: 5px;
}
.category-tin-tuc .resize:hover img,
.home .section-icon .icon:hover img {
  transform: scale(1.05);
}
.category-tin-tuc .btn {
  background-color: var(--color-red) !important;
  border: 1px solid var(--color-red);
}
.category-tin-tuc .btn:hover {
  background-color: var(--color-blue) !important;
  border: 1px solid;
  box-shadow: 0 0 0 0.2rem var(--color-blue);
}
#mainnav .dropdown-menu li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.185);
}
#mainnav .dropdown-menu li:last-child {
  border-bottom: none;
}
.navbar-expand-md .navbar-nav .dropdown-menu li a {
  padding: 10px;
}
#mainnav .dropdown-menu .dropdown-item:hover {
  color: #fff !important;
  background-color: var(--color-blue);
}
.sc-product {
  padding: 0;
}
.sc-product h2.heading-widget,
.sc-product .related.products h2.heading {
  font-size: 18px;
}
.products .product_type_simple,
.products .product-model {
  display: none;
}

.sc-product .box-product .list-inline .list-inline-item {
  display: none;
}
.sc-product .box-product .list-inline .list-inline-item:nth-child(1),
.sc-product .box-product .list-inline .list-inline-item:nth-child(2) {
  display: inline-block;
}
.sc-product .slick-prev {
  left: -2%;
}
.sc-product .slick-next {
  right: -2%;
}
.sc-product .product-inner .woocommerce-loop-product__title,
.sc-product .product-inner .price {
  font-size: 17px !important;
}
.footer-lienhe .btn:focus {
  box-shadow: none;
}
.footer-copy > div {
  font-size: 15px !important;
}

#woocommerce-ordering-controls .orderby .item:hover,
.entry-summary .woocommerce_single_product_contact .btn {
  background-color: var(--color-blue) !important;
  color: #fff;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.entry-summary .woocommerce_single_product_contact .btn {
  background-color: var(--color-blue);
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: var(--color-red);
}
.form-control:focus {
  border-color: none;
}

.single-product-main .woocommerce-breadcrumb {
  display: none;
}
.entry-summary .woocommerce-product-details__short-description {
  background: #d7d5d080;
  line-height: 25px;
  padding: 8px;
}
.woocommerce-product-details__short-description .thongtinsanpham {
  list-style: none;
  padding: 3%;
  margin: 0;
}
.woocommerce div.product div.summary {
  text-align: left;
}
.product_title {
  font-weight: bold;
  font-size: 24px;
}
.woocommerce div.product p.price {
  font-size: 22px;
  margin: 20px 0;
}
.woocommerce_single_product_contact,
.btn-baogia {
  margin-top: 10px;
  margin-bottom: 10px;
}
.woocommerce div.product form.cart {
  margin-top: 10px;
}
.entry-summary .product_meta {
  border-top: 1px dotted #8b8b8bbf;
  padding-top: 7px;
}
.woocommerce .related.products .heading span {
  color: #fff;
  padding: 10px 30px 10px 20px;
}
.single-product .category-info__text {
  display: grid;
}
.woocommerce_single_product_contact p {
  color: #fff;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 710px;
  }
  #collapseProductMenu {
    width: 330px;
  }
}

.entry-summary .woocommerce_single_product_contact .btn {
  border: none;
  background-color: var(--color-blue);
  color: #fff;
}
.entry-summary .woocommerce_single_product_contact .btn:hover {
  background-color: var(--color-red) !important;
  box-shadow: 0 0 0 0.2rem var(--color-red);
}
.entry-summary .woocommerce_single_product_contact .btn:focus,
.btn-baogia .btn:focus {
  box-shadow: none;
}
.woocommerce-Tabs-panel--description h2 {
  font-size: 20px;
}
.comment-respond {
  border: 2px solid #f7c305 !important;
  padding: 15px !important;
}
.comment-reply-title {
  font-size: 16px;
  color: var(--color-blue);
  font-weight: 700;
}
.comment-form-rating a {
  color: var(--color-blue);
}
.comment-respond .submit {
  background-color: var(--color-blue) !important;
  color: #fff !important;
}
.comment-respond .submit:hover {
  background-color: var(--color-red) !important;
}
.single-product-main #main {
  max-width: 1000px;
  margin: 0 auto;
}
.woocommerce_single_product_contact .big,
.btn-baogia .big {
  margin-bottom: 1%;
}
.item-contac-2 .title {
  color: var(--color-blue);
}

.single-post .post-other .heading > span {
  padding: 25px 30px 5px 0;
}
.post-list .post-intro .d-flex {
  align-items: center;
  justify-content: center;
}

.summary .product_meta .posted_in {
  font-weight: 600;
}
.summary .product_meta .posted_in a {
  font-weight: normal;
}
/* css xóa sản phẩm đã chọn */
.woocommerce a.remove {
  width: 30px;
  height: 22px;
  position: relative;
  transition: opacity 200ms;
  vertical-align: top;
  display: block;
  -webkit-appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  text-indent: -9999px;
}
.woocommerce a.remove:before,
.woocommerce a.remove:after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAQAAACMnYaxAAAAXUlEQVR4XsWQQQrAQAgD84Pti/JSoaftN1MCdgXxXgYvGfUQyABE4DEIUJmeuKgVlJI5em0RGTesFXXZuLwCzvL2pYbHmfCTNSXxpyyajLGClFy7K1dgaaho7YYovIpO3rju6hYFAAAAAElFTkSuQmCC)
    0 0 no-repeat;
  left: 8px;
  position: absolute;
  right: 8px;
  top: 2px;
  display: inline-block;
  content: '';
}
.woocommerce a.remove:before {
  height: 6px;
  transform-origin: -7% 100%;
  -moz-transform-origin: -7% 100%;
  -webkit-transform-origin: -7% 100%;
  transition: transform 150ms;
  -moz-transition: transform 150ms;
  -webkit-transition: transform 150ms;
  width: 14px;
}
.woocommerce a.remove:after {
  background-position: -1px -4px;
  height: 12px;
  margin-left: 1px;
  margin-right: 2px;
  margin-top: 4px;
  width: 11px;
}
.woocommerce a.remove:hover:before {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: transform 250ms;
  -moz-transition: transform 250ms;
  -webkit-transition: transform 250ms;
}
.woocommerce a.remove:hover {
  background: transparent;
}
#mainnav .dm-dsk {
  margin-top: 8px;
}
#mainnav .dm-dsk a {
  color: #fff;
  font-size: 18px;
}
.featured {
  padding-bottom: 2%;
}
.sec-info {
  padding: 2%;
}
.sec-info .box-img {
  position: relative;
  flex: 1;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.sec-info .box-img .img-1 {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border: 1px solid var(--color-blue);
}
.sec-info .box-img .img-2 {
  width: 463px;
  height: 434px;
  object-position: 50% 77.31%;
  background-position: 50% 77.31%;
  margin: -294px 1px 0 auto;
  object-fit: contain;
  background-size: contain;
  overflow: hidden;
}
.sec-info .box-text .heading {
  font-size: 26px;
  color: var(--color-blue);
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 2%;
}
.sec-info .box-text .content p {
  text-align: justify;
}
.section-why-main {
  text-align: center;
  position: relative;
}
.section-why-main .inner {
  background-color: #fff;
  padding: 3%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.section-why-main .inner .icon {
  height: 78px;
  width: 78px;
  margin: 0 auto;
  border: 1px solid var(--color-blue);
  border-radius: 50%;
}
.section-why-main .inner p {
  margin-bottom: 0;
}
.section-why-main .inner h5 {
  margin: 10px 0 5px 0;
  font-weight: bold;
  color: var(--color-blue);
}
.section-why-main .grap {
  background-color: var(--color-blue);
  height: 55%;
  width: 100%;
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.section-why-main .heading {
  font-size: 26px;
  color: var(--color-blue);
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 3%;
}
.sc-product .heading a {
  color: #fff;
  text-transform: capitalize;
}

.home #my_widget_recent_posts-5 .resize:hover img {
  transform: scale(1.05);
}
.home #my_widget_recent_posts-5 .post-list .entry-header {
  width: 245px;
  min-height: 65px;
  height: auto;
  margin: -33px auto 0;
  background-color: var(--color-blue);
  position: relative;
  z-index: 99;
  padding: 10px;
}
.home #my_widget_recent_posts-5 .post-list .entry-header:hover {
  background-color: var(--color-red);
}
.home .post-list .entry-header .entry-title {
  font-weight: bold;
  margin-bottom: 0;
  font-size: 17px;
}
.home #my_widget_recent_posts-5 .post-list .entry-header .entry-title a {
  text-transform: uppercase;
  height: 58px;
  line-height: 1.7;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 42px;
  line-height: 1.3;
  color: #fff;
}
.home #my_widget_recent_posts-5 .post-list article .entry-content p {
  margin: 15px 0;
  text-align: center;
  padding: 0 10px;
}
.home #my_widget_recent_posts-5 .post-list article {
  box-shadow: none !important;
}
.home #my_widget_recent_posts-5 .post-list article .entry-content .btn {
  background: unset !important;
  color: var(--color-blue);
  border-bottom: 1px solid var(--color-blue) !important;
  border-radius: 0;
  font-weight: 700;
}
.home #my_widget_recent_posts-5 .post-list article .entry-content .btn:hover {
  background: unset !important;
  color: var(--color-red);
  border-bottom: 1px solid var(--color-red) !important;
  border-radius: 0;
  font-weight: 700;
}
.woocommerce span.onsale {
  background-color: var(--color-red);
}
.footer-menu iframe {
  height: 130px;
  width: 100%;
}
.footer-lienhe {
  position: relative;
  z-index: 99;
}
.footer-lienhe .container {
  background-color: var(--color-blue);
  max-width: 1200px;
  margin-bottom: -110px;
  box-shadow: -17px -17px #00000038;
  padding: 29px;
  border-radius: 6px;
}

.footer-lienhe .container .heading,
.footer-lienhe .container .content {
  color: #fff;
}
.footer-lienhe .heading-widget {
  margin-bottom: 30px;
  font-size: 22px;
}
.footer-lienhe .btn {
  letter-spacing: 1px;
  background-color: #fff !important;
  border-style: none;
  color: var(--color-blue);
  transition: all 0.8s;
  vertical-align: middle;
  text-align: center;
  padding: 0.375rem 0.75rem;
  font-size: 15px;
  font-weight: 500;
}
.footer-lienhe .btn:hover {
  background-color: var(--color-red) !important;
  color: #fff;
}
.page-id-49 #main .sec-loi-ngo .box-img {
  position: relative;
}
.page-id-49 #main .sec-loi-ngo .box-img::before {
  position: relative;
}
.page-id-49 #main .sec-loi-ngo .box-img {
  position: relative;
}
.page-id-49 #main .sec-loi-ngo .box-img::before {
  content: '';
  background-color: var(--color-blue);
  width: 90%;
  height: 15px;
  display: block;
  margin: 0 0 10px auto;
}
.page-id-49 #main .sec-loi-ngo .box-img::after {
  content: '';
  background-color: var(--color-blue);
  width: 15px;
  height: 90%;
  display: block;
  margin: 0 0 10px auto;
  position: absolute;
  top: 0;
  right: 0;
}
.page-id-49 #main .sec-loi-ngo .box-img .resize {
  width: 96%;
  padding-top: 62%;
}
.page-id-49 #main .sec-loi-ngo .item-about .inner.col-md-6 p {
  padding: 0;
}
.page-id-49 #main .sec-loi-ngo .title-loi-ngo {
  font-weight: bold;
  color: var(--color-blue);
  text-transform: uppercase;
  font-size: 30px;
}
.page-id-49 #main .sec-gallery .title-about-item {
  font-size: 25px;
  color: var(--color-blue);
  padding: 36px 0 0 0;
}
.page-id-49 #main .sec-gallery .gallery .gallery-icon {
  border: 3px solid var(--color-red);
  border-radius: 0;
  padding: 1%;
}
.page-id-49 #main .sec-gallery .dec {
  text-align: center;
}
.page-id-49 #main .sec-loi-ngo .inner {
  position: relative;
}
.page-id-49 #main .sec-gallery {
  position: relative;
  padding-top: 2%;
}
.page-id-49 #main .sec-gallery .grap {
  background-color: #8486886b;
  height: 55%;
  width: 100%;
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.woocommerce.widget_recently_viewed_products
  .product_list_widget
  .product-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 10px 0;
  color: #060608;
  text-align: left;
}
.woocommerce.widget_recently_viewed_products
  .product_list_widget
  .product-title:hover {
  color: var(--color-blue);
}
.woocommerce.widget_recently_viewed_products .product_list_widget .amount {
  color: var(--color-red);
}
.woocommerce.widget_recently_viewed_products .product_list_widget img {
  border: 1px solid var(--color-blue);
}
.search-form .input-group .input-group-append .btn {
  background-color: var(--color-red) !important;
}
.search-form .input-group .input-group-append .btn:hover i {
  color: var(--color-blue);
}
.single-post #main .entry-content .wp-caption .wp-caption-text {
  background-color: #f1f1f1;
  font-style: italic;
  padding: 5px;
}
.single-post #main .entry-content .wp-caption .wp-caption-text span {
  font-size: 15px !important;
}
.tool-actions .facebook-action {
  display: none;
}
.sec-dinh-huong .item-about .col-md-4:nth-child(1) > .inner {
  background-color: var(--color-red);
}
.sec-dinh-huong .item-about .col-md-4:nth-child(1) > .inner p,
.sec-dinh-huong .item-about .col-md-4:nth-child(3) > .inner p {
  color: #fff;
}
.sec-dinh-huong .item-about .col-md-4:nth-child(2) > .inner {
  background-color: #f1f1f1;
}
.sec-dinh-huong .item-about .col-md-4:nth-child(2) > .inner {
  color: #000;
}
.sec-dinh-huong .item-about .col-md-4:nth-child(3) > .inner {
  background-color: var(--color-blue);
}
.category-tin-tuc .post-list .col-md-3 {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .category-tin-tuc .post-list article {
    display: flex;
    margin-bottom: 30px;
  }
  .category-tin-tuc .post-list .post-image {
    max-width: 30%;
    flex: 0 0 30%;
    padding: 16px;
  }
  .category-tin-tuc .post-list .post-intro {
    max-width: 70%;
    flex: 0 0 70%;
    text-align: left;
  }
  .category-tin-tuc .post-list .post-intro .d-flex {
    align-items: center;
    justify-content: left;
  }
}
#my_widget_recent_posts-4 {
  padding: 0;
}
.sec-dinh-huong .item-about .h-100 {
  height: 95% !important;
}
.page-id-48 .footer-lienhe {
  display: none;
}
.page-id-48 #main {
  padding-bottom: 0;
  padding-top: 0;
}
.page-id-48 .item-contac-2 .box-icon {
  /* background: rgb(108 108 108 / 60%); */
  padding: 3% 5%;
  /* height: 138px; */
  display: grid;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
.page-id-48 .item-contac-2 .box-icon span {
  display: block;
  color: #565656;
  font-size: 22px;
  font-weight: bold;
}
.page-id-48 .item-contac-2 .box-icon a,
.page-id-48 .item-contac-2 .box-icon p {
  color: #565656;
  margin-bottom: 0;
}
.page-id-48 .item-contac-2 .box-icon a:hover {
  color: var(--color-red);
}
.page-id-48 .form-group {
  margin-bottom: 0;
}
.page-id-48 .form-group p {
  margin-bottom: 0.5rem;
}
.page-id-48 .maps iframe {
  height: 450px;
}
.page-id-48 .main-contact {
  position: relative;
  padding: 30px 0;
}
.page-id-48 .main-contact .box-form .title {
  color: #fff;
}
.page-id-48 .main-contact .box-form .desc{
  color: lightpink;
}
