/*

Theme Name: nhuaduongmiennam.com

Description: admin

Author: TungDang

Template: flatsome

Version: 3.0

*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
  font-family: "Toyota-Type";
  src: url("fonts/ToyotaType-Semibold.woff2") format("woff2"),
    url("fonts/ToyotaType-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Toyota-Type";
  src: url("fonts/ToyotaType-Light.woff2") format("woff2"),
    url("fonts/ToyotaType-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Toyota-Type";
  src: url("fonts/ToyotaType-Bold.woff2") format("woff2"),
    url("fonts/ToyotaType-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Toyota-Type";
  src: url("fonts/ToyotaType-Regular.woff2") format("woff2"),
    url("fonts/ToyotaType-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Toyota-Text";
  src: url("fonts/HyundaiSansText.woff2") format("woff2"),
    url("fonts/HyundaiSansText.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Toyota-Head";
  src: url("fonts/HyundaiSansHead.woff2") format("woff2"),
    url("fonts/HyundaiSansHead.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Toyota-Head";
  src: url("fonts/HyundaiSansHead-Bold.woff2") format("woff2"),
    url("fonts/HyundaiSansHead-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Toyota-Head";
  src: url("fonts/HyundaiSansHead-Light.woff2") format("woff2"),
    url("fonts/HyundaiSansHead-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
:root {
  --color-hover: #b70100;
}
b,
strong {
  font-weight: bold;
}
#mega-menu-wrap {
  width: 100% !important;
  background: var(--fs-color-secondary);
  position: relative;
  border-radius: 5px;
}
pre,
blockquote,
form,
figure,
p,
dl,
ul,
ol {
  margin-bottom: 12px;
}
#wide-nav > .flex-row > .flex-left {
  max-width: 270px !important;

  width: 25%;

  min-width: 213px !important;

  margin-right: 15px !important;
}
#comments a.btn-reviews-now {
  background: var(--primary-color);
}
span.devvn_num_reviews {
  color: var(--primary-color);
}
.product-small .box-image:hover::before {
  -webkit-animation: shine 0.75s;

  animation: shine 0.75s;
}
.related.related-products-wrapper.product-section {
  border: none;
}
.product-small .box-image::before {
  position: absolute;

  top: 0;

  left: -75%;

  z-index: 2;

  display: block;

  content: "";

  width: 50%;

  height: 100%;

  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.3) 100%
  );

  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, rgba(255, 255, 255, 0)),
    to(rgba(255, 255, 255, 0.3))
  );

  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.3) 100%
  );

  -webkit-transform: skewX(-25deg);

  -ms-transform: skewX(-25deg);

  transform: skewX(-25deg);
}
.product-title a {
  color: #333;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: 1.4 !important;
}
.product-section-title-related {
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  border-bottom: 3px solid var(--primary-color);
  margin-bottom: 15px;
  padding-bottom: 8px;
  z-index: 1;
  font-weight: 700;
  font-size: 20px;
  width: 100%;
  max-width: 1200px;
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
}

@media (min-width: 960px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.ppocta-ft-fix {
  position: fixed;

  bottom: 5px;

  text-align: center;

  z-index: 9999;
}

.left-fix {
  left: 15px;
}

.right-fix {
  right: 10px;
}

#messengerButton {
  display: inline-block;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  background: #4267b2;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.7);
}

#messengerButton > a > i {
  background: url("images/messenger.png") center center no-repeat;
  background-size: 57%;
  width: 50px;
  height: 50px;
  display: inline-block;
}

#zaloButton {
  display: inline-block;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  background: #5ac5ef;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.7);
}

#zaloButton > a > i {
  background: url("images/zalo.png") center center no-repeat;
  background-size: 57%;
  width: 50px;
  height: 50px;
  display: inline-block;
}

#registerNowButton {
  display: inline-block;
  color: #fff;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin-right: 10px;
  background: url("images/regbutton.png") center center no-repeat #ff0000;
  -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

#callNowButton {
  display: inline-block;
  position: relative;
  border-radius: 50%;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.7);
}

#callNowButton a {
  display: block;
  text-decoration: none;
  outline: none;
  color: #fff;
  text-align: center;
}

#callNowButton i {
  border-radius: 50%;
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("images/callbutton.png") center center no-repeat #009900;
}

#callNowButton a.txt {
  position: absolute;
  top: -40px;
  left: calc(50% - 60px);
  background: #009900;
  width: 120px;
  max-width: 120px;
  line-height: 2;
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 15px;
}

#callNowButton a.txt:after {
  position: absolute;
  bottom: -8px;
  left: 50px;
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid #009900;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

/*Call*/

.ew-alo-phone {
  position: fixed;
  left: 0;
  bottom: 4%;
  z-index: 9999;
}

.ew-alo-phone .call-text {
  margin-top: 50px;
  margin-left: 50px;
  padding: 0 15px 0 50px;
  background: #000;
  border-radius: 50px;
  line-height: 40px;
  font-size: 16px;
}

.ew-alo-phone .call-text a {
  color: #fff;
}

.ew-alo-ph-circle {
  width: 100px;
  height: 100px;
  top: 20px;
  left: 20px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  border: 2px solid #48a5d4 9;
  opacity: 0.1;
  -webkit-animation: ew-alo-circle-anim 1.2s infinite ease-in-out;
  animation: ew-alo-circle-anim 1.2s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.ew-alo-phone.ew-alo-active .ew-alo-ph-circle {
  -webkit-animation: ew-alo-circle-anim 1.1s infinite ease-in-out !important;
  animation: ew-alo-circle-anim 1.1s infinite ease-in-out !important;
}

.ew-alo-phone.ew-alo-static .ew-alo-ph-circle {
  -webkit-animation: ew-alo-circle-anim 2.2s infinite ease-in-out !important;
  animation: ew-alo-circle-anim 2.2s infinite ease-in-out !important;
}

.ew-alo-phone.ew-alo-hover .ew-alo-ph-circle,
.ew-alo-phone:hover .ew-alo-ph-circle {
  border-color: #309acf;
  opacity: 0.5;
}

.ew-alo-phone.ew-alo-green.ew-alo-hover .ew-alo-ph-circle,
.ew-alo-phone.ew-alo-green:hover .ew-alo-ph-circle {
  border-color: #fdaa38;
  border-color: #ffc272 9;
  opacity: 0.5;
}

.ew-alo-phone.ew-alo-green .ew-alo-ph-circle {
  border-color: #309acf;
  border-color: #48a5d4 9;
  opacity: 0.5;
}

.ew-alo-phone.ew-alo-gray.ew-alo-hover .ew-alo-ph-circle,
.ew-alo-phone.ew-alo-gray:hover .ew-alo-ph-circle {
  border-color: #ccc;
  opacity: 0.5;
}

.ew-alo-phone.ew-alo-gray .ew-alo-ph-circle {
  border-color: #fdaa38;
  opacity: 0.5;
}

.ew-alo-ph-circle-fill {
  width: 100px;
  height: 100px;
  top: 20px;
  left: 20px;
  position: absolute;
  background-color: #000;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.1;
  -webkit-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.ew-alo-phone.ew-alo-active .ew-alo-ph-circle-fill {
  -webkit-animation: ew-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
  animation: ew-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
}

.ew-alo-phone.ew-alo-static .ew-alo-ph-circle-fill {
  -webkit-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
  animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
  opacity: 0 !important;
}

.ew-alo-phone.ew-alo-hover .ew-alo-ph-circle-fill,
.ew-alo-phone:hover .ew-alo-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  background-color: #309acf 9;
  opacity: 0.75 !important;
}

.ew-alo-phone.ew-alo-green.ew-alo-hover .ew-alo-ph-circle-fill,
.ew-alo-phone.ew-alo-green:hover .ew-alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  background-color: #ffc272 9;
  opacity: 0.75 !important;
}

.ew-alo-phone.ew-alo-green .ew-alo-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  background-color: #a6e3fa 9;
  opacity: 0.75 !important;
}

.ew-alo-phone.ew-alo-gray.ew-alo-hover .ew-alo-ph-circle-fill,
.ew-alo-phone.ew-alo-gray:hover .ew-alo-ph-circle-fill {
  background-color: rgba(204, 204, 204, 0.5);
  background-color: #ccc 9;
  opacity: 0.75 !important;
}

.ew-alo-phone.ew-alo-gray .ew-alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}

.ew-alo-ph-img-circle {
  width: 40px;
  height: 40px;
  top: 50px;
  left: 50px;
  position: absolute;
  background: rgba(30, 30, 30, 0.1) url("images/icon-phone.png") no-repeat
    center center;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 1;
  -webkit-animation: ew-alo-circle-img-anim 1s infinite ease-in-out;
  animation: ew-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.ew-alo-ph-img-circle {
  background-size: 30px 30px;
}

.ew-alo-phone.ew-alo-active .ew-alo-ph-img-circle {
  -webkit-animation: ew-alo-circle-img-anim 1s infinite ease-in-out !important;
  animation: ew-alo-circle-img-anim 1s infinite ease-in-out !important;
}

.ew-alo-phone.ew-alo-static .ew-alo-ph-img-circle {
  -webkit-animation: ew-alo-circle-img-anim 0s infinite ease-in-out !important;
  animation: ew-alo-circle-img-anim 0s infinite ease-in-out !important;
}

.ew-alo-phone.ew-alo-hover .ew-alo-ph-img-circle,
.ew-alo-phone:hover .ew-alo-ph-img-circle {
  background-color: #309acf;
}

.ew-alo-phone.ew-alo-green.ew-alo-hover .ew-alo-ph-img-circle,
.ew-alo-phone.ew-alo-green:hover .ew-alo-ph-img-circle {
  background-color: #fdaa38;
}

.ew-alo-phone.ew-alo-green .ew-alo-ph-img-circle {
  background-color: #e90000;
}

.ew-alo-phone.ew-alo-gray.ew-alo-hover .ew-alo-ph-img-circle,
.ew-alo-phone.ew-alo-gray:hover .ew-alo-ph-img-circle {
  background-color: #ccc;
}

.ew-alo-phone.ew-alo-gray .ew-alo-ph-img-circle {
  background-color: #fdaa38;
}

@-webkit-keyframes ew-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }

  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }

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

@-webkit-keyframes ew-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

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

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

@-webkit-keyframes ew-alo-circle-img-anim {
  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);
  }
}

.badge-circle-inside .badge-inner,
.badge-circle .badge-inner {
  border: none;
  border-radius: 0px;
  top: 10px;
  left: 10px;
  color: #fff;
  height: unset;
  width: unset;
  padding: 5px 10px;
  background: none !important;
  font-weight: 400;
}
.badge-outline,
.badge-circle {
  margin-left: 0;
}
.badge {
  height: 25px;
  font-size: 14px;
}
.badge-container {
  margin: 0;
  background: var(--primary-color);
  border-radius: 3px;
}
.price-wrapper span.price del {
  font-size: 16px;
}
.header-main .nav > li > a {
  font-size: 14px;
  font-weight: bold;
  color: #000 !important;
  padding: 8px 10px;
  text-transform: uppercase;
}
.header-main .nav li a:hover {
  color: var(--color-hover) !important;
}
.cart-icon strong {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
}
.box-banner-inf h2 {
  color: #fff;
  font-size: 54px;
  margin: 0;
  font-weight: 700;
}
.about-text {
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: translate(0, -40px);
  -ms-transform: translate(0, -40px);
  transform: translate(0, -40px);
  font-size: 3rem;
  color: #fff;
  font-weight: 700;
  z-index: 2;
}
.about-btn {
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  z-index: 2;
}
.h_boxabout .has-hover:before {
  content: "";
  background: rgb(51 51 51 / 65%);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box-about-inf {
  padding-left: 0;
}
.box-about-right {
  padding: 0px 30px;
  font-size: 15px;
}
.h_product h2.section-title.section-title-center b {
  visibility: hidden;
}
.h_product h2.section-title.section-title-center span {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 15px;
  position: relative;
  line-height: 1.5;
  padding-bottom: 10px;
  font-weight: bold;
}
.tab_product li.tab.has-icon span {
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
  color: #222;
  letter-spacing: -1px;
}
.tab_product li.tab.active.has-icon span {
  color: var(--primary-color);
}
.h_product .section-title-main:after,
.tab_product li.tab.active.has-icon span:after {
  position: absolute;
  bottom: 0;
  content: "";
  left: 0;
  right: 0;
  background: var(--primary-color);
  height: 5px;
  width: 80px;
  margin: auto;
}
.absolute-footer {
  background: var(--fs-color-primary) !important;
  padding: 0.8rem 0;
}
.ft_top .col {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.ft_top form.wpcf7-form.init {
  margin: 0;
}
.ft_top p {
  margin-bottom: 10px;
}
.ft_top .title_newsletter {
  background-repeat: no-repeat;
  background-image: url(images/icon_footer.webp);
  background-position: 0;
  background-size: 20px;
  padding-left: 35px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ft_top h4 {
  margin-bottom: 0;
  line-height: inherit;
  font-size: 14px;
}
.ft_top .form-flat input:not([type="submit"]),
.ft_top .form-flat textarea,
.ft_top .form-flat select {
  background: #fff;
  border-radius: 0;
  height: 45px;
}
.ft_top .form-flat .flex-row .flex-col,
.ft_top .flex-row.form-flat .flex-col {
  padding: 0;
}
.ft_top .form-flat .flex-row .flex-col,
.ft_top .flex-row.form-flat .flex-col {
  margin: 0;
}
.ft_top input[type="submit"],
.ft_top input[type="submit"].button {
  border-radius: 0;
  height: 45px;
}
.ft_top .area_phone_contact a {
  color: #000;
  padding-left: 5px;
  font-size: 18px;
  font-weight: bold;
}
.ft_top .area_phone_contact {
  background-repeat: no-repeat;
  background-image: url(images/icon_footer_2.webp);
  background-position: 0;
  background-size: 20px;
  padding-left: 35px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav > li {
  margin: 0 0px;
}
.page-title.shop-page-title.product-page-title .page-title-inner {
  background: #f2f2f2;
  margin: 15px auto 15px auto;
  font-size: 12px;
  padding-top: 0;
  min-height: 45px;
}
.page-title-inner {
  padding-top: 15px;
  min-height: 35px;
}
.product-info {
  padding-top: 0;
}
.product-footer .woocommerce-tabs {
  border-top: none;
}
.product-info span.amount {
  color: red;
  font-weight: bold;
  font-size: 24px;
}
.devvn_single_price {
  padding: 15px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 0 0 15px;
  color: #000;
  font-size: 14px;
  background: #f2f2f2;
  border: 1px dashed #ccc;
}
.devvn_single_price div {
  margin-bottom: 5px;
}
.devvn_single_price span.label {
  color: #999;
  font-weight: 400;
  font-size: 14px;
  padding: 0;
  margin: 0;
  text-align: left;
  line-height: 18px;
}

.devvn_single_price span.devvn_price .amount {
  font-size: 24px;
  font-weight: 700;
  color: red;
  line-height: 1.5;
}

.devvn_single_price span.devvn_price del .amount,
.devvn_single_price span.devvn_price del {
  font-size: 14px;
  color: #333;
  font-weight: 400;
}
.product-gallery .badge-container {
  display: none;
}
.breadcrumbs {
  color: #555;
  font-size: 14px;
  font-weight: normal;
}
#shop-sidebar span.product-title {
  font-size: 14px;
}
.nav > li > a:hover,
.nav > li.active > a,
.nav > li.current > a,
.nav > li > a.active,
.nav > li > a.current,
.nav-dropdown li.active > a,
.nav-column li.active > a,
.nav-dropdown > li > a:hover,
.nav-column li > a:hover {
  color: var(--primary-color);
}
.icon-box.featured-box.icon-box-center.text-center {
  display: none;
}
h1.entry-title.mb,
.archive-page-header .page-title span {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  position: relative;
  padding-bottom: 10px;
}
h1.entry-title.mb:before,
.archive-page-header .page-title span:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 45px;
  border-bottom: solid 1px #e21428;
  z-index: 1;
}
h1.entry-title.mb:after,
.archive-page-header .page-title span:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 130px;
  z-index: 0;
  border-bottom: solid 1px #d8cfcf;
}
span.devvn_price.sale_amount span.woocommerce-Price-amount.amount {
  color: #666;
  font-size: 16px;
}

/* Call zalo button */
#button-contact-vr {
  position: fixed;
  bottom: 0;
  z-index: 99999;
  left: 10px;
}

/*phone*/

#button-contact-vr .button-contact {
  position: relative;
}

#button-contact-vr .button-contact .phone-vr {
  position: relative;

  visibility: visible;

  background-color: transparent;

  width: 90px;

  height: 90px;

  cursor: pointer;

  z-index: 11;

  -webkit-backface-visibility: hidden;

  -webkit-transform: translateZ(0);

  -webkit-transition: visibility 0.5s;

  -o-transition: visibility 0.5s;

  transition: visibility 0.5s;

  left: 0;

  bottom: 10px;

  display: block;
}

.phone-vr-circle-fill {
  width: 65px;

  height: 65px;

  top: 12px;

  left: 12px;

  position: absolute;

  -webkit-box-shadow: 0 0 0 0 #c31d1d;

  box-shadow: 0 0 0 0 #c31d1d;

  background-color: rgba(230, 8, 8, 0.7);

  border-radius: 50%;

  border: 2px solid transparent;

  -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;

  animation: phone-vr-circle-fill 2.3s infinite ease-in-out;

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

  -webkit-transform-origin: 50% 50%;

  -ms-transform-origin: 50% 50%;

  transform-origin: 50% 50%;

  -webkit-animuiion: zoom 1.3s infinite;

  -webkit-animation: zoom 1.3s infinite;

  animation: zoom 1.3s infinite;
}

.phone-vr-img-circle {
  background-color: #e60808;

  width: 40px;

  height: 40px;
  line-height: 40px;

  top: 25px;

  left: 25px;

  position: absolute;

  border-radius: 50%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;

  animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

.phone-vr-img-circle a {
  display: block;

  line-height: 37px;
}

.phone-vr-img-circle img {
  max-width: 25px;
}

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

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

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 15px transparent;
    box-shadow: 0 0 0 15px transparent;
  }

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

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

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 15px transparent;
    box-shadow: 0 0 0 15px transparent;
  }

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

.phone-bar a {
  position: fixed;

  bottom: 25px;

  left: 30px;

  z-index: -1;

  background: rgb(232, 58, 58);

  color: #fff;

  font-size: 16px;

  padding: 8px 15px 7px 50px;

  border-radius: 100px;
  white-space: nowrap;
}

.phone-bar a:hover {
  opacity: 0.8;
  color: #fff;
}

@media (max-width: 736px) {
  .phone-bar {
    display: none;
  }
}

#zalo-vr .phone-vr-circle-fill {
  -webkit-box-shadow: 0 0 0 0 #2196f3;

  box-shadow: 0 0 0 0 #2196f3;

  background-color: rgba(33, 150, 243, 0.7);
}

#zalo-vr .phone-vr-img-circle {
  background-color: #2196f3;
}

#viber-vr .phone-vr-circle-fill {
  -webkit-box-shadow: 0 0 0 0 #714497;
  box-shadow: 0 0 0 0 #714497;
  background-color: rgba(113, 68, 151, 0.8);
}

#viber-vr .phone-vr-img-circle {
  background-color: #714497;
}
#contact-vr .phone-vr-circle-fill {
  -webkit-box-shadow: 0 0 0 0 #2196f3;
  box-shadow: 0 0 0 0 #2196f3;
  background-color: rgba(33, 150, 243, 0.7);
}

#contact-vr .phone-vr-img-circle {
  background-color: #2196f3;
}

.box-showrooms {
  margin-top: 15px;
  border: 1px solid #ececec;
  border-radius: 3px;
}
.box-showrooms .b-header {
  padding: 15px 10px;
  border-bottom: 1px solid #ececec;
  background-color: #f6f6f6;
  font-weight: bold;
  font-size: 15px;
}
.box-showrooms .s-group {
  padding: 10px;
  border-bottom: 1px solid #ececec;
}
.box-showrooms .s-group p {
  font-size: 14px;
  line-height: 1.7;
  padding: 0;
}
.box-showrooms .s-group i {
  color: var(--primary-color);
  margin-right: 5px;
}
.box-camket {
  border: 1px solid var(--primary-color);
  border-radius: 3px;
  color: var(--primary-color);
  width: 100%;
}
.box-camket .title-sidebar {
  padding: 15px 10px;
  border-bottom: 1px solid var(--primary-color);
  font-size: 15px;
  font-weight: bold;
  color: var(--primary-color);
  text-transform: uppercase;
}
.box-camket .b-content {
  padding: 10px;
  font-size: 14px;
  line-height: 1.8;
}
.box-camket .b-content .b-item {
  color: var(--primary-color);
}
.box-camket .b-content .fa {
  margin-right: 3px;
}
h1.product-title {
  font-size: 26px;
  color: #333;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
@media screen and (min-width: 850px) {
  .product #product-sidebar {
    padding-left: 15px;
  }
  .product-info.summary.col-fit.col-divided.col.entry-summary.product-summary {
    padding-right: 15px;
    border: none;
  }
  #review_form_wrapper,
  #comments {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
span.amount {
  font-size: 18px;
  color: #333;
  font-weight: normal;
  line-height: 1.4;
}
span.price ins .woocommerce-Price-amount {
  font-size: 18px;
}
span.price del .woocommerce-Price-amount {
  font-size: 14px;
  letter-spacing: -0.5px;
  font-weight: 600;
}
.nav-small.nav > li.html {
  font-size: 14px;
}
li.woocommerce-mini-cart-item.mini_cart_item a {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -o-text-overflow: inherit;
  text-overflow: inherit;
  font-size: 13px;
  line-height: 1.5;
}
.product-info.summary.col-fit.col-divided.col.entry-summary.product-summary
  form {
  margin-bottom: 5px;
}
#tab-title-additional_information,
#tab-title-pwb_tab {
  display: none;
}
.shop_table thead th,
.shop_table .order-total td,
.shop_table .order-total th,
.cart_totals .product-name {
  border-width: 1px !important;
}
.cart-sidebar .widget-title {
  border-bottom: 1px solid #ececec;
}
.woof_price3_search_container.woof_container.woof_price_filter {
  min-width: 30%;
  margin-right: 30px;
}
.woof_sid_auto_shortcode.woof {
  padding: 15px 10px;
}
.woof_sid_auto_shortcode .woof_container {
  width: auto !important;
  margin: 0;
  padding: 0;
}
p.woocommerce-result-count.hide-for-medium {
  display: none;
}
.woof_sid.woof_sid_auto_shortcode.woof {
  border: none;
  background: #edeff1;
}
.woof_redraw_zone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.woof_container_inner h4 {
  font-size: 14px;
}
.woof_products_top_panel {
  display: none !important;
}
.woof_redraw_zone .chosen-container-single .chosen-single {
  background: #fff;
  line-height: 40px !important;
  height: 40px !important;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woof_submit_search_form_container button {
  margin: 0px 0px 0px 8px;
}
.woof_submit_search_form_container,
.chosen-container {
  margin: 0;
}
.chosen-container-active .chosen-single {
  border: 1px solid var(--primary-color);
}
button.button.woof_reset_search_form {
  text-indent: -999px;
  position: relative;
}
.chosen-container-single .chosen-single div b {
  background: none !important;
  position: relative;
}
.chosen-container-single .chosen-single div b:after {
  content: "\f078";
  position: absolute;
  font-family: "FontAwesome";
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  color: #222;
  text-indent: 0;
  margin: auto;
}
.chosen-container-single .chosen-single div {
  width: 20px;
}
.chosen-container-single .chosen-single span {
  color: #222;
}
button.button.woof_reset_search_form:after {
  content: "\f0e2";
  position: absolute;
  font-family: "FontAwesome";
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  color: #fff;
  text-indent: 0;
  margin: auto;
}
.chosen-container-single .chosen-drop {
  margin-top: 10px;
  border-radius: 0;
  border-top: 1px solid #aaa;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-width: 220px;
  padding: 8px 5px;
}
li.active-result.result-selected {
  display: none !important;
}
li.cat-item-none {
  display: none;
}
.h_boxabout {
  background: rgb(244, 244, 244) url(./images/bg_about.png);
}
.taxonomy-product .cat-item {
  list-style: none;
  display: inline;
  border: 1px solid #f60;
  border-left: 5px solid #f60;
  padding: 0px 7px;
  margin-right: 5px;
}
.taxonomy-product .cat-item a {
  padding: 4px 0;
  width: 100%;
  display: block;
  font-size: 13px;
}
h1.taxonomy-title {
  font-size: 20px;
  color: var(--primary-color);
  margin-left: 15px;
}
.header-nav.header-bottom-nav > li > a {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  padding: 10px 15px;
  border-radius: 3px;
}
.header-nav.header-bottom-nav li a i {
  font-size: 16px;
}
.header-nav.header-bottom-nav > li.active,
.header-bottom-nav.header-nav > li > a:hover {
  color: var(--color-hover);
}
.header-nav.header-bottom-nav li {
  margin: 0;
}
.header-nav.header-bottom-nav li .sub-menu a:hover {
  color: var(--primary-color) !important;
}
.h_brand .col-inner .img.has-hover {
  border: 1px solid #ccc;
  padding: 15px;
}
.nav-dropdown > li.nav-dropdown-col {
  width: 100%;
}
.nav-dropdown > li.nav-dropdown-col:not(:last-child),
.nav-dropdown > li.image-column:not(:last-child) {
  border: none;
}
ul.sub-menu.nav-column.nav-dropdown-simple a {
  font-size: 14px;
  color: #333;
  text-transform: capitalize;
  font-weight: 500;
}
.nav-dropdown.nav-dropdown-simple > li > a {
  color: #555;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.5px;
}
.nav-dropdown {
  padding: 10px 0 10px;
}
.nav-column li > a,
.nav-dropdown > li > a {
  padding: 10px 15px;
}
.nav-right a.account-link.account-login.icon.button {
  font-size: 18px;
}
.header-cart-icon img.cart-img-icon {
  max-width: 43px !important;
}
.hotline-quickbuy strong {
  color: red;
}
.hotline-quickbuy i {
  color: var(--primary-color);
  font-size: 20px;
}
.hotline-quickbuy {
  border: 1px solid var(--primary-color);
  padding: 6px 10px;
  font-size: 16px;
}
.pwb-single-product-brands img {
  max-height: 35px;
  width: auto;
  margin: 0px 5px 0 0px;
}
.pwb-single-product-brands {
  padding: 0 !important;
}
.pwb-az-listing-header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-viewed li {
  list-style: none;
}
.product-viewed .widget-title {
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  border-bottom: 3px solid var(--primary-color);
  margin-bottom: 15px;
  padding-bottom: 8px;
  z-index: 1;
  font-weight: normal;
  font-size: 20px;
  width: 100%;
  max-width: 1200px;
}
.product-viewed .product_list_widget {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 15px;
}
.product-viewed ul.product_list_widget li {
  padding: 0;
}
.product-viewed ul.product_list_widget li img {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.product-viewed span.product-title {
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 15px;
  line-height: 1.5;
}
.product-viewed ul.product_list_widget li {
  text-align: center;
}
.product-viewed ul.product_list_widget li + li {
  border: none;
}
.widget_price_filter .price_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.widget_price_filter span.from {
  margin-left: 5px;
}
.off-canvas-right.dark .mfp-content,
.off-canvas-left.dark .mfp-content {
  background-color: var(--primary-color);
}
.mobile-sidebar-levels-2
  .nav-slide
  > li
  > ul.children
  > li:not(.nav-slide-header)
  > a,
.mobile-sidebar-levels-2
  .nav-slide
  > li
  > .sub-menu
  > li:not(.nav-slide-header)
  > a {
  color: #fff;
}
#footer .footer-sago ul,
#footer .widget_nav_menu {
  margin-left: 0px;
  padding-left: 0;
}
#footer .footer-sago ul li {
  border: none;
  list-style: none;
  color: var(--primary-color);
}
#footer .footer-sago ul li a {
  color: #fff;
  font-family: "Toyota-Head";
}
#footer .footer-sago ul li a:hover {
  color: #ccc;
}
#footer .footer-sago h3,
#footer .footer-sago .widget-title {
  border-bottom: 1px solid #f5f5f5;
  position: relative;
  margin-bottom: 1.8rem;
  background: none;
  display: block;
  padding: 0 5px 10px 5px;
  text-align: left;
  font-size: 1.1em;
}
#footer .footer-sago h3:before,
#footer .footer-sago .widget-title::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0px;
  width: 100%;
  max-width: 50px;
  height: 3px;
  background: #fb8232;
}
#footer .footer-sago .widget .is-divider {
  display: none;
}
.brand_page pre {
  white-space: unset;
  background: transparent;
}
.pwb-az-listing {
  font-family: Helvetica, sans-serif;
}
.page-title-inner.container.flex-row.medium-flex-wrap.medium-text-center {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
span.amount.call-price {
  font-size: 16px;
  color: #555;
  line-height: 1.5;
}
.hotlineTop {
  font-size: 16px;
  line-height: 1.5;
  color: var(--fs-color-primary);
  padding-left: 20px;
  position: relative;
  font-weight: bold;
  margin-right: 12px;
  border-right: 1px solid #ccc;
  padding-right: 12px;
}
.hotlineTop a {
  color: #333;
}
.hotlineTop:before {
  content: "\f2a0";
  font-family: fontAwesome;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.emailTop a {
  color: #333;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.5;
}
.socialTop ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-content: center;
}
.socialTop ul li {
  margin-right: 15px;
  list-style: none;
}
.header-nav.header-bottom-nav .socialTop ul li a i {
  color: #666666;
  font-size: 16px;
  margin-right: 10px;
}
.socialTop ul li a:hover,
.header-nav.header-bottom-nav .socialTop ul li a i:hover {
  color: #e21428;
}
.stuck .header-main .nav > li > a {
  line-height: inherit !important;
}
.h_blog .post-title a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 5px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.h_blog .post-title a:hover {
  color: var(--fs-color-primary);
}
.h_blog .box-blog-post .is-divider {
  display: none;
}
.h_blog .col.post-item {
  border-right: solid 1px #eceeeb;
}
.h_blog .col.post-item .col-inner {
  border-radius: 7px;
  overflow: hidden;
}
.has-hover:hover img.show-on-hover {
  opacity: 0;
}
.back-to-top.button.is-outline {
  background-color: #bd0000 !important;
  border: none !important;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  font-size: 17px;
  line-height: 35px;
}
::-webkit-scrollbar {
  width: 10px;
  border-radius: 5px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: var(--color-hover);
}
::-webkit-scrollbar-thumb:hover {
  background: var(--color-hover);
}
.normal-title .page-title-inner {
  padding-top: 10px;
  padding-bottom: 10px;
}
.box-text.box-text-products {
  padding: 15px 10px 8px 10px;
}
.blog-wrapper .entry-category,
.blog-wrapper .entry-header-text .is-divider {
  display: none;
}
span.posted-on {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  line-height: 1.5;
}
.blog-wrapper .entry-header-text {
  padding-bottom: 0;
}
.blog-wrapper .entry-content {
  padding-top: 0.5em;
}
.blog-wrapper h1.entry-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
}
.widget .is-divider {
  display: none;
}
.recent-blog-posts a {
  line-height: 1.5;
  display: block;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* Limit text to 2 lines */
  overflow: hidden;
}

.recent-blog-posts .mr-half {
  margin-right: 8px;
}
#secondary .widget {
  border: solid 1px #f0f0f0;
}
#secondary .widget ul {
  padding: 0 8px;
}
.nav-pagination > li > span,
.nav-pagination > li > a {
  border-radius: 5px;
  border: 1px solid var(--primary-color);
}
.button-listPrice {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  margin: 5px 0 15px 0;
}
.button-listPrice a.btn_bangGia {
  font-size: 13px;
  line-height: 22px;
  padding: 3px 10px;
  position: relative;
  background: #e21428;
  text-transform: none;
  color: #ffffff;
  font-weight: 300;
}
.button-listPrice a.btn_bangGia:before {
  content: "\f1ec";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  width: 28px;
  right: -29px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: #e21428;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-listPrice a.btn_laiThu {
  font-size: 13px;
  line-height: 22px;
  padding: 3px 10px;
  position: relative;
  background: #2e2e2e;
  font-weight: 300;
  text-transform: none;
  margin-right: 29px;
  color: #ffffff;
}
.button-listPrice a.btn_laiThu:before {
  content: "\f1cd";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  width: 28px;
  right: -29px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: #2e2e2e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-wrapper .ft_top {
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  padding: 30px 0 !important;
}
.footer-wrapper .ft_top a {
  color: #333;
  font-family: "Toyota-Head";
}
.box-text p,
p,
.col-inner ul li {
  font-family: "Toyota-Head";
}
.product-register {
  margin: 10px 0 15px 0;
  position: relative;
}
.product-register .button-red {
  color: #fff;
  background: #000;
  text-transform: uppercase;
  padding: 10px 25px;
  cursor: pointer;
  font-weight: 300;
  letter-spacing: 0.2px;
  font-size: 15px;
  border-radius: 5px;
}
.product-register .button-red:hover {
  background: var(--color-hover);
}
.productSingle-phone {
  display: block;
  padding: 8px 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  border-top: 1px solid #ddd;
  background: #f9f9f9;
  margin-bottom: 22px;
}
.productSingle-phone a {
  padding-left: 30px;
}
.product-info.summary {
  font-size: 16px;
  font-weight: 400;
  font-family: "Toyota-Head";
}
#comments,
.entry-author,
footer.entry-meta {
  display: none;
}

@media screen and (max-width: 1050px) {
  .tdpHome {
    height: initial;
    padding: 25px 0px 0;
  }
  .momCircle .circle {
    margin: 0 auto;
    top: initial;
    left: initial;
    position: relative !important;
    -webkit-transform: initial !important;
    -ms-transform: initial !important;
    -o-transform: initial !important;
    transform: initial !important;
  }
  .momCircle {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    height: auto;
    position: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
    margin-bottom: 10px;
  }
  .momCircle .grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .momCircle .grid .col {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .infoCircle {
    position: relative;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
    margin: 0 auto;
    left: initial;
    margin-bottom: 0;
    width: auto;
    height: inherit;
    background: transparent;
    padding: 15px 15px 15px;
  }
  .infoCircle:before {
    display: none;
  }
}
.car-name {
  display: block;
  margin: 0 0 30px 0;
}
.car-name span {
  border-bottom: 1px solid #333;
  font-size: 26px;
  line-height: 1.5;
  padding: 0 0 5px 0;
  font-weight: 400;
  font-style: italic;
}
.table-product {
  font-size: 24px;
  line-height: 1.3;
  margin: 2rem 0 5px 0;
}
.table-product table {
  margin-bottom: 0;
  border: 1px solid #eee;
}
.table-product tbody {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 300;
}
.table-product tbody tr td {
  padding: 10px 8px;
}
.table-product table thead tr th {
  padding: 15px 8px;
}
.woocommerce-layout__header {
  display: none !important;
}
.product-thumbnails img {
  opacity: 1;
}
.product .box-image {
  position: relative;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 30px;
}
.nav-tabs + .tab-panels {
  border: 1px solid #eee;
}
.h_form_bao_gia {
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #fff 50%, transparent 50%),
    linear-gradient(90deg, #fff 50%, transparent 50%),
    linear-gradient(0deg, #fff 50%, transparent 50%),
    linear-gradient(0deg, #fff 50%, transparent 50%);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 16px 6px, 16px 6px, 6px 16px, 6px 16px;
  background-position: 0% 0%, 100% 100%, 0% 100%, 100% 0px;
  border-radius: 15px;
  padding: 25px 25px 0 25px;
  animation: dash 5s linear infinite;
  border: 1px saddlebrown;
}
.laithu.baoGia {
  text-align: center;
}
.h_tab_block .nav > li.tab.active > a {
  background: var(--primary-color);
  color: #fff;
}
.h_tab_block .nav > li.tab > a {
  cursor: pointer;
  padding: 5px 12px;
}
.h_tab_block .box-text h3 {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.5;
  font-weight: 600;
}
.h_tab_block .box-text p {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--primary-color);
}
.pdb-0 {
  padding-bottom: 0 !important;
}
.box-content-product {
  background: #fafafa;
  padding: 0px 10px 10px 10px;
  display: block;
}
.product_box_desc p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 5px;
  font-family: "Toyota-Head";
  position: relative;
  margin-left: 10px;
}
.product_box_desc p:before {
  content: "\f111";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 7px;
  color: #cccccc;
  position: relative;
  top: -3px;
  font-size: 5px;
}
.product_title_price {
  display: flex;
}
.product-small .title-wrapper {
  margin-bottom: 10px;
  flex: 0 0 100%;
  max-width: 100%;
}
.product-small .price-wrapper {
  flex: 0 0 100%;
  max-width: 100%;
}
.product-small .price-wrapper .price span.lable-price {
  font-weight: bold;
}
.product-small .price-wrapper .price {
  position: relative;
  padding: 8px 0px;
  font-weight: bold;
  margin-left: 0px;
}
.product-small .price-wrapper .price span.amount {
  font-weight: 600;
  font-size: 14px;
  color: red;
}
.product-small .box-content-product .product_title_price .product-title a {
  color: #333;
  font-size: 16px;
  padding-right: 15px;
  text-transform: uppercase;
  font-weight: 500;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: 1.4 !important;
}
.product-info .variations_form.cart .ux-swatch--image,
.ux-swatch--color {
  width: 30px;
  height: 30px;
  padding: 3px;
}
.product-info .product-short-description p {
  font-family: "Toyota-Head";
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 12px;
  line-height: 1.5;
}
.sidebar-inner aside.widget {
  border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -o-border-top-right-radius: 5px;
  background-color: #fdfdfd;
}
.sidebar-inner aside.widget .widget-title {
  font-weight: normal;
  display: block;
  background-color: var(--primary-color);
  color: #ffffff;
  border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -o-border-top-right-radius: 5px;
  text-transform: uppercase;
  padding: 12px 15px;
  margin-bottom: 10px;
  letter-spacing: 0px;
}
.sidebar-inner aside.widget ul > li {
  padding: 5px 10px 5px 10px;
  position: relative;
}
.sidebar-inner aside.widget ul > li > a {
  padding: 0;
  font-size: 14px;
  font-weight: 600;
}
.sidebar-inner aside.widget ul > li > a::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 7px;
  font-size: 13px;
  display: none;
}
.sidebar-inner aside.widget ul > li > a::before {
  content: "\f0c8";
  color: #cccccc;
}
.sidebar-inner aside.widget ul > li.current-menu-item > a::before {
  content: "\f14a";
  color: var(--primary-color);
}
.sidebar-inner aside.widget ul > li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  border-bottom: solid 1px #c8102e;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 1;
}
.sidebar-inner aside.widget ul > li:hover::after {
  right: 0;
}
/*==================BEGIN MENU FIXED===============*/
#menuFixed:hover li .divText {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
}
.menuFixed {
  position: fixed;
  bottom: 0px;
  right: 0px;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 999999;
  cursor: pointer;
  pointer-events: none;
}
.menuFixed li {
  display: block;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #ffffff;
  width: 100%;
  height: 0px;
  right: 0;
  clear: both;
}
.menuFixed li a {
  color: #ffffff;
}
.menuFixed li .divText {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 50px;
  padding-right: 50px;
  z-index: 1;
  background-color: #4d4d4d;
  border-top: solid 1px #666666;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: auto;
}
.menuFixed li.gt .divText {
  background-color: #8904b5;
}

.menuFixed li:hover .divText {
  background-color: #c8102e;
}
.menuFixed li .divText span {
  color: #ffffff;
}
.menuFixed li .divText > span {
  display: block;
  font-size: 14px;
  line-height: 23px;
  padding: 13px 10px 0px 25px;
}
.menuFixed li .divText .social {
  padding: 0;
}
.menuFixed li .divText .social > span {
  float: left;
  display: block;
  width: 50px;
  height: 50px;
  font-size: 18px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menuFixed li .divText .social > span i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.menuFixed li .divText .social .facebook:hover {
  background: #305891;
}
.menuFixed li .divText .social .google:hover {
  background: #d34836;
}
.menuFixed li .divText .social .plug:hover {
  background: #f00;
}
.menuFixed li .divText .social .twitter:hover {
  background: #1da1f2;
}
.menuFixed li .divIcon {
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  width: 49px;
  height: 50px;
  top: 0;
  right: 0;
  background-color: #4d4d4d;
  border-top: solid 1px #666666;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  pointer-events: auto;
  font-size: 22px;
  line-height: 30px;
}
.menuFixed li.gt .divIcon {
  background-color: #620083;
}
.menuFixed li:hover .divIcon {
  background-color: #c8102e;
}
.menuFixed li:hover {
  background-color: #d25a0c;
}
.menuFixed li.liShare:hover .divText,
.menuFixed li.liShare:hover .divIcon {
  background-color: #488058;
}
.menuFixed li:hover .divText .social a {
  color: #ffffff;
}
.messenger-fixed {
  position: fixed;
  bottom: 260px;
  left: 30px;
  background-size: 100%;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 1px #ccc;
}
.maps-fixed {
  position: fixed;
  bottom: 200px;
  left: 30px;
  background-size: 100%;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 1px #ccc;
}
.wpcf7-spinner {
  display: none !important;
}
.price-wrapper .price {
  color: red;
}
.block-promotion-gift {
  background-color: #e4ebf3;
  color: #1c1c1c;
  border: 1px dashed #fd625e;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.block-promotion-gift__title span {
  min-width: 95%;
  display: inline-block;
  background-color: var(--primary-color);
  padding: 10px;
  text-transform: uppercase;
  color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.block-promotion-gift__title {
  text-align: center;
  margin-top: -30px;
  margin-bottom: 20px;
}
.bg-block {
  padding: 1.5rem 1.2rem;
  background: rgb(246, 246, 246);
  margin: 0 0 2rem 0;
}
.block-promotion {
  margin-bottom: 2rem;
}
.block-content-title {
  position: relative;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 1.5;
  font-weight: 700;
  margin: 0 0 1.2rem 0;
  padding-bottom: 10px;
}
.block-content-title:before {
  content: "";
  left: 0;
  width: 50px;
  height: 2px;
  background: var(--primary-color);
  bottom: 0;
  position: absolute;
}
.slick-prev:before {
  color: #fff;
  font-size: 0;
  border-bottom: 20px solid #fff0;
  border-top: 20px solid #fff0;
  content: "";
  border-left: 20px solid #fff0;
  border-right: 20px solid #fff;
}
.slick-next:before {
  color: #fff;
  font-size: 0;
  border-bottom: 20px solid #fff0;
  border-top: 20px solid #fff0;
  content: "";
  border-left: 20px solid #fff;
  border-right: 20px solid #fff0;
}
button.slick-prev {
  left: 0px;
  z-index: 2;
}
button.slick-next {
  right: 15px;
}
.slider_gallery .slick-slide {
  margin: 0 5px;
}
.d-grid {
  display: grid;
  grid-gap: 10px;
}
.grid-col-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid-col-4 {
  grid-template-columns: repeat(4, 1fr);
}
.mb-1 {
  margin-bottom: 10px;
}
.mb-2 {
  margin-bottom: 20px;
}
.mb-3 {
  margin-bottom: 30px;
}
.ratio-11 {
  position: relative;
  padding-bottom: 100%;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.ratio-11 img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.ratio-43 {
  position: relative;
  padding-bottom: 75%;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.ratio-43 img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.ratio-66 {
  position: relative;
  padding-bottom: 66%;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.ratio-66 img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.ratio-169 {
  position: relative;
  padding-bottom: 56.25%;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.ratio-169 img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.block-content-box__content h4 {
  font-size: 15px;
  font-family: "Toyota-Head";
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 10px;
}
.block-content-box__content .desc {
  font-size: 13px;
  font-family: "Toyota-Head";
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
}
.embed-container iframe {
  width: 100%;
  min-height: 400px;
}
.tab_tskt_product .nav > li > a {
  background: #fff;
  font-size: 15px;
  font-weight: 400;
  font-family: "Toyota-Head";
  padding: 8px 20px;
  border-radius: 5px;
}
.tab_tskt_product .nav > li.active > a {
  color: #fff;
  background: var(--primary-color);
}
.tab_tskt_product .nav > li > :not(last-child) {
  margin-right: 12px;
}
.block-tskt-product .block-content-title {
  text-align: center;
  margin-bottom: 2rem;
}
.block-tskt-product .block-content-title:before {
  left: calc(50% - 25px);
}
.block-tskt-product .tab-panels table {
  border-spacing: 0px;
  border-collapse: collapse;
  background-color: #fff;
  border-right: 1px solid #dddddd;
  border-bottom: 2px solid #dddddd;
}
.block-tskt-product .tab-panels table th,
.block-tskt-product .tab-panels table td {
  border-top: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  padding: 15px;
}
.block-tskt-product .tab-panels {
  padding-top: 2em;
}
span.widget-title {
  display: block;
  padding: 15px;
}
#secondary span.amount {
  font-size: 16px;
  color: red;
}
.product-small .col-inner {
  background-color: #f6f6f6;
  padding: 5px 5px 5px 5px !important;
  border-radius: 10px;
}
.widget .toggle {
  min-height: 1.2em;
  width: 1.2em;
}
.sidebar-inner aside.widget ul.menu > li > a {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.widget .toggle i {
  font-size: 1.4em;
  font-weight: bold !important;
}

/* Icon mũi tên submenu cấp 2 */
.header-nav .sub-menu li.menu-item-has-children > a::after {
  content: "\f105";
  font-family: "FontAwesome";
  float: right;
  opacity: 0.6;
}

.header-nav .sub-menu li.menu-item-has-children:hover > a::after {
  opacity: 1;
}

/* SUBMENU CẤP 2 */
.header-nav .sub-menu .sub-menu {
  left: 100%;
  top: 0;
  transform: translateY(0);
}

.btn_group_hotline_zalo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 15px;
}

.btn_gr_call {
  padding: 5px 20px 5px 5px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 0 rgb(0 115 255 / 90%);
  animation: pulse 2s infinite;
  width: 100%;
}

.btn_gr_call .title-hotline,
.btn_gr_call .title-zalo {
  flex-grow: 1;
}

.btn_gr_call.zalo {
  box-shadow: 0 0 0 0 rgb(0 115 255 / 90%);
  animation: pulse_zalo 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgb(0 115 255 / 90%);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@keyframes pulse_zalo {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgb(0 115 255 / 90%);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.btn_gr_call_img {
  background: #fff;
  border-radius: 50px;
  margin-right: 10px;
  height: 35px;
  width: 35px;
  align-items: center;
  justify-content: center;
  display: flex;
}

.btn_gr_call a {
  color: #fff;
  font-size: 1em;
  font-weight: bold;
}

.btn_gr_call.hotline {
  background-color: #2f80ed;
}

.btn_gr_call.zalo {
  background-color: #2f80ed;
}
.text-uu-dai {
  padding: 0 15px;
}
@media (max-width: 991px) {
  .header-main .nav > li > a {
    font-size: 13px;
    padding: 5px 5px;
  }
}
@media (max-width: 767px) {
  .block-tskt-product .tab-panels table th,
  .block-tskt-product .tab-panels table td {
    padding: 5px;
    font-size: 12px;
  }
  .tab_tskt_product .nav > li > a {
    font-size: 13px;
    padding: 5px 10px;
    margin-bottom: 10px;
  }
  #button-contact-vr .button-contact .phone-vr {
    width: 70px;
    height: 70px;
  }
  .phone-vr-circle-fill {
    width: 45px;
    height: 45px;
    top: 12px;
    left: 12px;
  }
  .phone-vr-img-circle {
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 20px;
    left: 20px;
  }
  .phone-vr-img-circle a {
    line-height: 25px;
  }
  .phone-vr-img-circle img {
    max-width: 20px;
  }
}
.btn-call-now {
  display: none;
}
@media screen and (min-width: 651px) {
  .btn-call-now:hover,
  .btn-link-car:hover {
    color: #fff;
  }
  .btn-link-car {
    right: 10px;
    width: 220px;
  }
  .btn-link-car em,
  .btn-call-now em {
    position: relative;
    color: #b70100;
    font-size: 30px;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin-right: 10px;
  }
  .btn-link-car em:before {
    position: absolute;
    top: 5px;
    left: 4px;
  }
  .btn-call-now em:before {
    position: absolute;
    top: 5px;
    left: 8px;
  }
  .btn-call-now,
  .btn-link-car {
    display: block;
    height: 50px;
    position: fixed;
    bottom: 10px;
    background: #b70100;
    text-decoration: none;
    -webkit-box-shadow: 0 0 5px #ddd;
    -moz-box-shadow: 0 0 5px #ddd;
    box-shadow: 0 0 5px #ddd;
    z-index: 999999999;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 25px;
    padding: 5px;
    -moz-animation-duration: 500ms;
    -moz-animation-name: calllink;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -webkit-animation-duration: 500ms;
    -webkit-animation-name: calllink;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-duration: 500ms;
    animation-name: calllink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
  }
  @keyframes calllink {
    0% {
      color: #eba11e;
    }
    50% {
      color: #fff;
    }
    100% {
      color: #ebfa48;
    }
  }
}
@media screen and (max-width: 650px) {
  .product-title a {
    font-size: 14px;
  }
  .product-small .price-wrapper .price {
    margin-top: 0;
  }
  #button-contact-vr {
    bottom: 60px;
  }
  .btn-link-car {
    background: var(--primary-color);
    width: 50%;
    display: block;
    padding: 5px 10px;
    position: fixed;
    bottom: 5px;
    left: 5px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    z-index: 22;
  }
  .btn-link-car:hover {
    color: #fff;
  }
  .btn-link-car {
    font-size: 16px;
    padding: 7px 10px;
  }
  .popup-car-desc p {
    font-size: 14px;
  }
  .form-group.thanh-toan {
    flex-direction: column;
  }
}
.form-dang-ky-tra-gop {
  max-width: 28rem;
  background-color: #fff;
  padding: 1.5em;
  border-radius: 10px;
  border-width: 4px 1px 1px 1px;
  border-radius: 10px;
  border-style: solid;
  border-color: var(--fs-color-primary);
  position: relative;
  margin: auto;
  text-align: left;
}
.form-check-label {
  display: flex;
  text-align: left;
  margin: 0 15px 15px 15px;
}
.wpcf7 .form-dang-ky-tra-gop span.wpcf7-list-item {
  margin-right: 0px !important;
}
.form-check-label .wpcf7 p {
  text-align: left;
}
.regist-form-title {
  font-size: 26px;
  font-weight: bold;
  color: var(--fs-color-primary);
  line-height: 1.4;
  margin-bottom: 8px;
  text-align: center;
}
.form-dang-ky-tra-gop .mb-3 p {
  font-size: 12px;
  font-weight: 600;
  color: var(--fs-color-primary);
  text-align: center;
}
.form-dang-ky-tra-gop input[type="submit"] {
  width: 100%;
  border-radius: 20px;
}
.form-dang-ky-tra-gop input {
  border-radius: 5px;
}
.lightbox-content {
  border-radius: 20px;
}
.lightbox-content input,
.lightbox-content select {
  border-radius: 8px;
}
.popup-car-desc {
  padding: 0 15px;
}
.btn_yeucaubaogia {
  background: var(--color-hover);
  width: 100%;
  color: #fff;
  padding: 15px;
  font-size: 15.5px;
  text-align: center;
}
.btn_yeucaubaogia:hover {
  color: #fff;
}
.btn {
  display: inline-block;
  padding: 12px 15px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.42857143;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 5px;
  margin-bottom: 1em;
}
.btn_yeucaubaogia span {
  display: block;
  font-size: 13.5px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0px;
}
/* Căn giữa gạch ngang của giá cũ Flatsome */
.woocommerce span.price del,
.woocommerce del,
.price-wrapper span.price del {
  text-decoration: none !important; /* bỏ gạch mặc định */
  position: relative;
}

.woocommerce span.price del:after,
.woocommerce del:after,
.price-wrapper span.price del:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 0.8px;
  background: currentColor; /* dùng đúng màu chữ của giá */
  transform: translateY(-50%);
}
.woocommerce-variation-add-to-cart,
form.cart {
  margin-bottom: 1.5em;
}
.return-to-shop a {
  font-size: 14px;
}
.header-search-form-wrapper .search-field {
  border-radius: 5px 0px 0px 5px;
  min-height: 45px;
}
.header-search-form-wrapper .searchform .button.icon {
  height: 45px;
  width: 45px;
  border-radius: 0px 5px 5px 0px;
}
.header-search-form-wrapper {
  max-width: 90%;
  margin: auto;
}
.h_product_cat .icon-box .icon-box-img {
  margin-left: auto;
  margin-right: auto;
}
.h_product_cat .icon-box h3:hover {
  color: var(--primary-color);
}
.h_title b,
.h_title2 b {
  display: none;
}
.h_title .section-title,
.h_title2 .section-title {
  justify-content: center;
}
.h_title .section-title:before {
  content: "";
  position: absolute;
  background: url(images/icon-bottom.png) no-repeat center;
  height: 20px;
  bottom: -20px;
  width: 100%;
  left: 0;
}
.h_title .section-title span,
.h_title2 .section-title span {
  padding-bottom: 8px;
  color: var(--fs-color-primary) !important;
}
.h_title2,
.h_title2 .section-title {
  margin-bottom: 0;
}
.h_product_cat .col .col-inner .is-border {
  border-radius: 8px;
  overflow: hidden;
}
.contact-phone {
  display: block;
  width: 100%;
}

.contact-phone ul {
  display: grid;
  width: 100%;
  margin-bottom: 10px;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.contact-phone ul li {
  background-color: #2196f3;
  color: #fff;
  padding: 10px 5px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #2196f3;
  margin: 0;
  list-style: none;
}
.contact-phone ul li a {
  color: #fff;
  display: block;
  width: 100%;
  text-decoration: none;
  line-height: 1.2;
}
.contact-phone ul li p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
}
.contact-phone ul li p:last-of-type {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
}
.contact-phone ul li:last-of-type {
  background: #fea305;
  border: 1px solid #fea305;
}
.contact-phone ul li:last-of-type {
  margin-right: 0;
}
@media (min-width: 850px) {
  header#header .nav-dropdown {
    display: block;
  }
  header#header .nav-dropdown ul.sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    width: 250px;
    padding: 0;
    display: none !important;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
  }
  header#header .nav-dropdown ul.sub-menu a {
    white-space: normal;
    margin: 0;
    padding: 10px 15px;
    border: 0;
    font-weight: 400;
  }
  header#header .nav-dropdown li:hover > ul.sub-menu {
    display: block !important;
  }
  header#header .nav-dropdown li {
    border-right: 0;
    white-space: normal;
    width: 100%;
    display: block;
    position: relative;
  }
  header#header .nav-dropdown li.menu-item-has-children > a {
    font-weight: 400;
    text-transform: none;
    color: rgba(102, 102, 102, 0.85);
  }
  header#header .nav-dropdown li.active > a {
    color: #e82c2a;
  }
}
