/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

body {
  font-size: 16px;
  line-height: 1.5;
}
:root {
  --color-primary: rgb(219, 33, 20);
  --color-secondary: rgba(119, 120, 122, 1);
}
.banner h1,
h1 {
  font-size: 2.1em;
  line-height: 1.3;
  font-weight: bold !important;
  margin: 0 0 15px;
}
.banner h2,
h2 {
  font-size: 1.9em;
  line-height: 1.3;
  font-weight: bold !important;
  margin: 0 0 15px;
}
.banner h3,
h3 {
  font-size: 1.6em;
  line-height: 1.3;
  font-weight: bold !important;
  margin: 0 0 15px;
}
h4 {
  font-size: 1.4em;
  line-height: 1.3;
  font-weight: bold !important;
  margin: 0 0 15px;
}
h5 {
  font-size: 1.2em;
  line-height: 1.3;
  font-weight: bold !important;
  margin: 0 0 15px;
}
h6 {
  font-size: 1em;
  line-height: 1.3;
  font-weight: bold !important;
  margin: 0 0 15px;
  opacity: 1;
}
/*.text h1,*/
/*.text h2,*/
/*.text h3,*/
/*.text h4,*/
/*.text h5,*/
/*.text h6 {*/
/*font-size: inherit;*/
/*}*/
.res-text {
  font-size: inherit;
}
b,
strong {
  font-weight: 700;
}
.large-4 .res-text {
  font-size: 1em;
}
.uppercase,
h6,
span.widget-title,
th {
  letter-spacing: 0;
  line-height: 1.3;
}
h6,
span.widget-title,
th {
  text-transform: inherit;
}
blockquote,
dl,
figure,
ol,
p,
pre,
ul {
  margin: 0 0 15px;
}
form {
  margin: 0;
}
.justify p {
  text-align: justify;
}
.icon-box .icon-box-left,
.icon-box .icon-box-right {
  display: flex;
}
.icon-box.align-center {
  align-items: center;
}
.icon-box.align-center svg,
.icon-box.align-center img {
  padding-top: 0 !important;
}
.icon-box-left .icon-box-text {
  padding-left: 5px !important;
}
.icon-box-right .icon-box-text {
  padding-right: 5px !important;
}
.icon-box-left.spacing-large .icon-box-text {
  padding-left: 15px !important;
}
.icon-box-right.spacing-large .icon-box-text {
  padding-right: 15px !important;
}
p:last-of-type {
  margin: 0;
}
.box-text {
  font-size: 1em;
}
ul.links {
  margin: 0 0 30px;
}
.button:last-of-type {
  margin: 0;
}
.rd-10 {
  border-radius: 10px;
  overflow: hidden;
}
.rd-15 {
  border-radius: 15px;
  overflow: hidden;
}
.rd-20 {
  border-radius: 20px;
  overflow: hidden;
}
.rd-25 {
  border-radius: 25px;
  overflow: hidden;
}
.rd-10 img {
  border-radius: 10px;
}
.rd-15 img {
  border-radius: 15px;
}
.rd-20 img {
  border-radius: 20px;
}
.rd-25 img {
  border-radius: 25px;
}
.fw-400 {
  font-weight: 400 !important;
}
@media screen and (min-width: 850px) {
  .row-5-col > .col {
    flex-basis: 20%;
    max-width: 20%;
  }
}

@media only screen and (max-width: 550px) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .col.col-mobile-top {
    order: -1;
  }
  .row .row-small-mobile:not(.row-collapse) {
    margin-bottom: 0;
    margin-left: -5px;
    margin-right: -5px;
  }
  .row-small-mobile > .col {
    margin-bottom: 0;
    padding: 0 5px 10px;
  }
}
.col-inner > .img:not(:last-child),
.col > .img:not(:last-child) {
  margin-bottom: 15px;
}

.container .row-small:not(.row-collapse),
.row .row-small:not(.row-collapse) {
  margin-bottom: 0;
  margin-left: -10px;
  margin-right: -10px;
}

.flickity-viewport > .flickity-slider > .col {
  margin-bottom: 0;
  padding: 0 15px 0;
}
.row-small > .col {
  margin-bottom: 0;
  padding: 0 10px 20px;
}
.row-small > .flickity-viewport > .flickity-slider > .col {
  margin-bottom: 0;
  padding: 0 10px 0;
}
.icon-box-left .icon-box-text {
  padding-left: 10px;
}
.icon-box-right .icon-box-text {
  padding-right: 10px;
}

.site-scrollbar {
  max-height: 1000px;
  overflow-y: auto;
}

.site-scrollbar::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  border-radius: 0;
  /*background-color: #F5F5F5;*/
  background-color: transparent;
}

.site-scrollbar::-webkit-scrollbar {
  width: 9px;
  background-color: #f5f5f5;
  border-radius: 9px;
}

.site-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 0;
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
  background-color: var(--primary-color);
  border-radius: 9px;
}
.button {
  margin-bottom: 0;
}
.slider-custom-width {
  margin: 0 -15px;
}
.slider-custom-width .row {
  margin: 0 !important;
}
.slider-custom-width .row .col,
.slider-custom-width-small .flickity-slider > .img {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0 !important;
}
.slider-custom-width .flickity-slider > .row:not(.is-selected) {
  opacity: 1;
}
.slider-custom-width .flickity-slider .banner {
  background: none !important;
}
.slider-custom-width .flickity-slider .banner-inner {
  width: calc(100% - 30px);
  left: 15px;
}
.slider-custom-width-small {
  margin: 0 -10px;
}
.slider-custom-width-small .row {
  margin: 0 !important;
}
.slider-custom-width-small .row .col,
.slider-custom-width-small .flickity-slider > .img {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0 !important;
}
.slider-custom-width-small .flickity-slider > .row:not(.is-selected) {
  opacity: 1;
}
.slider-custom-width-small .flickity-slider .banner {
  background: none !important;
}
.slider-custom-width-small .flickity-slider .banner-inner {
  width: calc(100% - 40px);
  left: 10px;
}
.box-overlay.dark .box-text,
.box-shade.dark .box-text {
  text-shadow: none;
}
.slider-nav-outside .flickity-page-dots {
  bottom: auto;
  left: auto;
  line-height: 1;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  position: relative;
  right: auto;
  text-align: center;
}
.slider-not-nav .flickity-prev-next-button {
  display: none !important;
}
.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
  margin: 0;
}
.tabbed-content .nav.nav-line-bottom {
  border-bottom: 1px solid #dddddd;
}
.tabbed-content .nav.nav-line-bottom .tab a {
  padding: 0 20px 10px;
}
.tabbed-content .tab-panels {
  padding: 30px 0 0;
}
.wpcf7-form .row .col {
  padding-bottom: 0;
}
.wpcf7-form input,
.wpcf7-form textarea {
  box-shadow: none !important;
  outline: none !important;
}
.entry-meta a {
  pointer-events: none;
}
.slider-nav-top .flickity-prev-next-button {
  transform: none !important;
  bottom: auto;
  color: var(--fs-color-primary);
  opacity: 1 !important;
  position: absolute;
  top: -82px;
  left: auto !important;
  right: 0 !important;
  margin: 0 !important;
  z-index: 9;
}
.slider-nav-top .flickity-prev-next-button.previous {
  right: 55px !important;
  opacity: 1 !important;
}
/* Header */
.nav-dropdown-default {
  padding: 10px;
}
.nav.header-nav-main > li:before,
.nav.header-nav-main > li:after {
  display: none;
}
.nav > li > a,
.nav-dropdown-default .nav-column li > a,
.nav-dropdown.nav-dropdown-default > li > a {
  font-size: 16px;
}
.nav > li.active > a {
  font-weight: 700;
}
.header-nav.header-nav-main.nav-left {
  justify-content: center;
  padding-right: 30px;
}

.header-wrapper .nav ul.sub-menu {
  z-index: 999;
  position: absolute;
  width: 240px;
  max-width: none;
  padding: 2px 0 0;
  border: 0;
  border-radius: 0;
  background: none;
}
.header-wrapper .nav ul.sub-menu > li {
  overflow: hidden;
}
.header-wrapper .nav ul.sub-menu > li:hover {
  overflow: visible;
}
li.current-dropdown > .nav-dropdown {
  left: 0;
}
.header-wrapper .nav ul.sub-menu .menu-item {
  position: relative;
  display: block;
  width: 100%;
  min-width: 100%;
  margin: 0 !important;
}
.header-wrapper .nav ul.sub-menu .menu-item:hover {
  z-index: 9;
}
.header-wrapper .nav ul.sub-menu a {
  display: block;
  white-space: normal;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  padding: 10px 15px;
  text-decoration: none;
  vertical-align: baseline;
  border: none;
  margin: 0;
  text-transform: none;
  color: #ffffff;
  background: var(--fs-color-primary);
}
.header-wrapper .nav ul.sub-menu > li.menu-item-has-children > a {
  padding-right: 20px;
}
.header-wrapper .nav ul.sub-menu > li.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 18px;
  top: calc(50% - 9px);
  right: 15px;
  font-family: fl-icons !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: 400 !important;
}
.header-wrapper .nav ul.sub-menu a:hover,
.header-wrapper .nav ul.sub-menu .active > a {
  color: #000000;
  background: rgba(208, 200, 191, 1);
}
.header-wrapper .nav ul.sub-menu ul.sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 10px);
  transition:
    opacity 200ms ease-in,
    transform 200ms ease-in,
    visibility 200ms ease-in;
  border-left: 1px #ffffff solid;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
}
.header-wrapper .nav ul.sub-menu .menu-item:hover > ul.sub-menu {
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}
.nav-dropdown-default {
  padding: 10px;
}

/* Footer */
.footer-wrapper .absolute-footer {
  display: none;
}
.footer-wrapper .ux-menu .ux-menu-link {
  padding-bottom: 10px;
}
.footer-wrapper .ux-menu .ux-menu-link:last-child {
  padding-bottom: 0;
}
.footer-wrapper .ux-menu .ux-menu-link__link {
  min-height: auto;
  padding: 0;
  font-size: 14px;
  color: #ffffff;
  transition: 0.5s;
  position: relative;
  padding-left: 15px;
}
.footer-wrapper .ux-menu .ux-menu-link__link:before {
  background: url(./images/arrow-right.png);
  position: absolute;
  content: "";
  font-size: 14px;
  color: red;
  left: 0;
  top: 5px;
  width: 14px;
  height: 14px;
}
.footer-wrapper .ux-menu .ux-menu-link__link:hover {
  color: var(--color-primary);
}
.text-name {
  border-left: 2px solid;
  border-color: var(--color-primary);
  padding-left: 15px;
}
.ft-social .button {
  border-width: 1px;
}
.section-footer-bottom .col {
  padding-bottom: 10px;
}
.section-footer-bottom a {
  color: #ffffff;
}
.section-footer-bottom a:hover {
  color: var(--primary-color);
}
.title-follow-us {
  display: inline-block;
  white-space: nowrap;
}
.site-follow-us a.icon {
  font-size: 24px;
  color: var(--fs-color-base);
}
.row-social-fixed {
  position: fixed;
  width: auto;
  height: auto;
  bottom: 61px;
  right: 20px;
  z-index: 99;
  margin: 0 !important;
  text-align: right;
}
.row-social-fixed .col {
  padding: 0 !important;
}
.row-social-fixed .img a {
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  align-items: center;
  position: relative;
  display: flex;
  justify-content: center;
  background: var(--primary-color);
  border-radius: 50%;
  margin: 0 0 20px;
}
.row-social-fixed .img a:before {
  content: "";
  width: 50px;
  height: 50px;
  top: -5px;
  right: -5px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: imgpulse;
  background-color: rgba(7, 41, 103, 0.35);
  opacity: 0.4;
}
.row-social-fixed .img a:after {
  content: "";
  width: 50px;
  height: 50px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(7, 41, 103, 0.8);
  opacity: 0.1;
  border-color: var(--primary-color);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: imgzoomIn;
  opacity: 0.5;
}
.row-social-fixed .img img {
  padding: 0;
  width: 23px;
  height: auto;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  position: relative;
  z-index: 2;
}
@keyframes imgzoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
@keyframes imgpulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.wpcf7-form .btn-submit {
  position: relative;
  text-align: center;
}
.wpcf7-form input.wpcf7-submit {
  border: none;
  text-transform: none;
  margin: 0;
}
.wpcf7-form .wpcf7-spinner {
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  margin: 0;
}
/* End footer */

#header {
  padding-top: 40px;
  padding-bottom: 40px;
}
#header.transparent {
  padding-top: 74px;
}
.header-main .nav > li > a,
.header-main .nav-dropdown-default .nav-column li > a,
.header-main .nav-dropdown.nav-dropdown-default > li > a {
  font-size: 18px;
  font-weight: 400;
}
.header-main .nav > li.active > a,
.header-main .nav > li.current > a,
.header-main .nav > li > a.active,
.header-main .nav > li > a.current {
  font-weight: 700;
}
.header-nav-main.nav > li > a {
  padding-left: 16px;
  padding-right: 16px;
  border: 1px #000000 solid;
  border-radius: 99px;
}
.header.transparent .header-nav-main.nav > li > a {
  color: #ffffff !important;
  border-color: #ffffff;
}
.header.transparent #logo {
  position: relative;
  top: -51px;
}
.header-nav.header-nav-main.nav-left {
  justify-content: flex-start;
  padding-right: 0;
  padding-left: 30px;
}
.header-nav.header-nav-main.nav-right {
  justify-content: flex-end;
  padding-right: 30px;
  padding-left: 0;
}
.header-wrapper.stuck .header-bg-color {
  background-color: #ffffff;
}
.site-banner .banner-bg :is(img, picture, video) {
  height: auto;
}
.site-banner .img img {
  max-height: 480px;
  object-fit: contain;
}
.button {
  font-weight: 400;
}
.text-banner-left {
  display: inline-block;
  position: absolute;
  min-width: 38%;
  left: 0;
  bottom: 0;
  padding: 15px;
  border: 1px var(--primary-color) solid;
  border-radius: 30px;
  z-index: 9;
}
.gallery-banner.row {
  width: 240px !important;
  position: absolute;
  right: -120px;
  bottom: 30px;
  z-index: 9;
}
.gallery-banner .box-image {
  width: 240px;
  height: 262px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px var(--primary-color) solid;
  background-color: #e7e7e7;
  border-radius: 30px;
  overflow: hidden;
}
.gallery-banner .box-image img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}
.gallery-banner .gallery-col {
  margin-top: 15px;
}
.site-menubar-fixed {
  position: fixed;
  width: auto;
  max-width: 232px !important;
  top: 105px;
  right: calc(50% + 704px);
  padding: 40px 10px;
  background-color: #000000;
  border-radius: 20px;
  z-index: 9999;
  overflow: hidden;
}
.site-menubar .col-inner {
  max-height: 682px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 10px 0 0 !important;
}
.site-menubar .col-inner::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  border-radius: 0;
  /*background-color: #F5F5F5;*/
  background-color: transparent;
}

.site-menubar .col-inner::-webkit-scrollbar {
  width: 9px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 9px;
}

.site-menubar .col-inner::-webkit-scrollbar-thumb {
  border-radius: 0;
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
  background-color: #d9d9d9;
  border-radius: 9px;
}
.site-menubar-fixed .site-menubar .icon-box .icon-box-text {
  width: 0;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  transition: 0.3s;
}
.site-menubar-fixed .site-menubar:hover .icon-box .icon-box-text {
  width: 209px;
  opacity: 1;
  visibility: visible;
}
.site-menubar .icon-box .icon-box-text p {
  color: #ffffff !important;
}
.site-menubar .icon-box:hover .icon-box-text p {
  color: var(--primary-color) !important;
}
.site-menubar .icon-box:hover .icon-box-img svg path {
  fill: var(--primary-color);
}
.cat-product-item a {
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-top: 15px;
  color: #ffffff;
}
.cat-product-item > a > img {
  width: 45px;
  min-width: 45px;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  transition: 0.3s;
}
.cat-product-item > a:hover > img {
  filter: none;
  -webkit-filter: none;
}
.site-menubar-fixed .cat-product-item a span {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  color: #ffffff;
  transition: 0.3s;
}
.site-menubar-fixed .cat-product-item a i {
  width: 0;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  color: #ffffff;
  transition: 0.3s;
}
.site-menubar-fixed .site-menubar:hover .cat-product-item a span {
  width: 140px;
  height: auto;
  padding-right: 5px;
  opacity: 1;
  visibility: visible;
}
.site-menubar-fixed .site-menubar:hover .cat-product-item a i {
  width: 12px;
  opacity: 1;
  visibility: visible;
}
.cat-product-item > a:hover > span {
  color: var(--primary-color);
}
.product-cat-childs {
  padding-left: 20px;
  display: none;
}
.cat-product-item.open > .product-cat-childs {
  display: block;
}
.product-cat-childs .cat-product-item a {
  margin-top: 20px;
  font-size: 15px;
}
.product-cat-childs .cat-product-item a span {
  width: auto;
  max-width: 130px;
  opacity: 1;
  visibility: visible;
}
.product-cat-childs .cat-product-item a img {
  width: 39px;
  min-width: 39px;
}

.product-label {
  position: absolute;
  width: calc(100% - 20px);
  top: 10px;
  left: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 9;
}
.product-label .post-label {
  font-size: 13px;
  display: inline-block;
  padding: 4px 6px;
  border-radius: 4px;
  color: #ffffff;
}
.items-small .product-label .post-label {
  font-size: 12px;
}
.product-label .post-label.new {
  background-color: #0000ff;
}
.product-label .post-label.best-selling {
  background-color: #0000ff;
}

.product-label .sale-badge {
  width: 65px;
  height: 65px;
  background: var(--primary-color); /* đỏ */
  color: #fff;
  text-align: center;
  font-weight: bold;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1;
}
.product-label .sale-badge span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  opacity: 0.9;
  font-weight: 300;
  margin-bottom: 10px;
}
.product-label .sale-badge strong {
  font-size: 15px;
}
/*.product-item,*/
.product-item .col,
.product-item .col-inner {
  height: 100%;
}
.product-item .box {
  height: 100%;
  border: 1px solid var(--primary-color);
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}
.product-filter .product-list-wrap .col.product-item .col-inner {
  background: #fff;
  border-radius: 20px;
}
.product-item .box .box-image {
  padding-top: 20px;
  overflow: visible;
}
/* .product-item .box .box-image:before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  top: -50px;
  left: -50px;
  background: radial-gradient(
    circle at top left,
    var(--primary-color) 0%,
    rgba(255, 0, 0, 0.4) 25%,
    rgba(255, 0, 0, 0.2) 39%,
    rgba(255, 0, 0, 0) 70%
  );
  border-radius: 50%;
  z-index: 2;
} */
/* .items-large .product-item .box .box-image:before {
  width: 500px;
  height: 500px;
  top: -150px;
  left: -150px;
}
.product-item .box:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  bottom: -50px;
  right: -50px;
  background: radial-gradient(
    circle at bottom right,
    var(--primary-color) 0%,
    rgba(255, 0, 0, 0.4) 25%,
    rgba(255, 0, 0, 0.2) 39%,
    rgba(255, 0, 0, 0) 70%
  );
  border-radius: 50%;
  z-index: 2;
}
.items-large .product-item .box:after {
  width: 500px;
  height: 500px;
  bottom: -150px;
  right: -150px;
} */
.product-item .box .box-text {
  padding: 0px 15px 15px;
}
.product-item .box .box-text-inner {
  position: relative;
  z-index: 9;
  text-align: center;
}
.product-item .box .post-title {
  font-size: 1.2em;
  font-weight: 400 !important;
  margin: 0 0 15px;
}
.items-small .product-item .box .post-title {
  font-size: 1em;
  margin-bottom: 10px;
}
.product-item .box .post-title a {
  margin: 0;
}
/* .product-item .box .post-price-wrap {
  min-height: 72px;
} */
.product-item .box .post-price {
  display: block;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-primary);
}
.product-item .box .post-price-sale {
  display: block;
  font-size: 24px;
  font-weight: 400;
  text-decoration: line-through;
  margin: 0;
  opacity: 0.5;
  line-height: 1.2;
}
.items-small .product-item .box .post-price {
  font-size: 24px;
  color: var(--color-primary);
}
.items-large .product-item .box .image-cover {
  padding-top: 84.5% !important;
}
.product-item .box .image-cover img {
  bottom: auto;
  font-family: "object-fit: contain;";
  height: 100%;
  left: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: auto;
  top: 50%;
  width: 100%;
  max-width: 90%;
  max-height: 90%;
  transform: translate(-50%, -50%);
}
.product-item .box-text .post-title a {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  min-height: 41px;
}
.items-large .product-item .box-text .post-title a {
  -webkit-line-clamp: 2;
}
.product-item .box-text .btn-viewmore {
  display: block;
  font-weight: 700;
  text-transform: none;
  text-align: center;
  border-radius: 9px;
  font-size: 1.2em;
  margin-top: 15px;
}
.product-item .box.box-vertical .box-text-inner {
  text-align: left;
}
.product-item .box.box-vertical .product-label {
  top: 0;
}
.product-item .box.box-vertical .post-title {
  font-size: 1.6em;
  font-weight: 700 !important;
  text-transform: uppercase;
}

.parent-cats {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  gap: 30px;
  padding: 20px;
  background-color: #202020;
  border-radius: 20px;
  margin-bottom: 30px;
}
.parent-cats .parent-cat {
  display: flex;
  align-items: center;
  color: #ffffff;
}
.parent-cats .parent-cat img {
  width: 50px;
  min-width: 50px;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  transition: 0.3s;
}
.parent-cats .parent-cat.active img,
.parent-cats .parent-cat:hover img {
  filter: none;
  -webkit-filter: none;
}
.parent-cats .parent-cat span {
  white-space: nowrap;
  color: #ffffff;
  transition: 0.3s;
}
.parent-cats .parent-cat.active span,
.parent-cats .parent-cat:hover span {
  color: var(--primary-color);
}
.child-cats {
  display: flex;
  max-height: 48px;
  overflow: hidden;
  margin-bottom: 25px;
}
.child-cats button.child-cat {
  margin: 0 10px 0 0 !important;
  padding: 1px 16px;
  font-weight: 400;
  text-transform: none;
  border: 1px #5d5d5d solid;
  border-radius: 99px;
  white-space: nowrap;
}
.child-cats button.child-cat.active {
  border-color: var(--primary-color);
  color: var(--primary-color);
  font-weight: 700;
  text-transform: uppercase;
}
.child-cats .slick-prev {
  left: 10px;
  background: #ffffff !important;
  z-index: 9;
}
.child-cats .slick-next {
  right: 10px;
  background: #ffffff !important;
  z-index: 9;
}
.child-cats .slick-prev:before,
.child-cats .slick-next:before {
  font-size: 26px;
  color: #000000;
}
.product-filter .product-list-wrap {
  padding: 20px;
  background: #e7e7e7;
  border: 1px var(--primary-color) solid;
  border-radius: 20px;
  text-align: center;
}
.product-filter .product-list-wrap .pd-product-item,.pd-mobile-products .pd-product-item{
  margin: 0;
}
button.load-more {
  padding: 5px 20px;
  background: var(--primary-color);
  color: #ffffff;
  font-weight: 700;
  border-radius: 10px;
  width: 450px;
  max-width: 100%;
  margin: 10px auto 25px !important;
}
.product-item .btn-view-more {
  display: block;
  padding: 10px;
  background: #ffffff;
  border: 1px solid rgba(119, 120, 122, 1);
  border-radius: 10px;
  margin: 10px 0 0 !important;
  text-align: center;
}

.product-search-form {
    padding: 40px;
    /* box-shadow: 0px 4px 20px 0px rgba(219, 33, 20, 0.4); */
    border-radius: 20px;
    border: 2px solid transparent;
    border-radius: 20px;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(177deg, #db2114 0%, rgba(33, 33, 33, 0) 30.77%, rgba(33, 33, 33, 0) 61.31%, #db2114 100%) border-box;
}
.product-search-form h2 {
  padding-bottom: 10px;
}
.car-search-form {
  display: flex;
  gap: 10px;
}

.car-search-form input,
.car-search-form select {
  padding: 15px 20px;
  max-height: none;
  height: auto;
  min-width: 180px;
  max-width: 358px;
  background-color: #e7e7e7;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  box-shadow: none;
  outline: none;
  margin: 0 !important;
}
.car-search-form button {
  background-color: var(--primary-color);
  color: #ffffff;
  border: none;
  background-image: url("/wp-content/uploads/2026/01/search.svg");
  background-size: 22px;
  background-position: 20px center;
  background-repeat: no-repeat;
  padding: 0px 20px 0px 60px;
  min-height: auto;
  height: auto;
  white-space: nowrap;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  margin: 0;
}

.site-col-border > .col-inner {
  padding: 36px 20px;
  border: 1px var(--primary-color) solid;
  background-color: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  overflow: hidden;
}
.site-col-bg-top-bottom.col > .col-inner,
.site-col-bg-top-bottom > .col > .col-inner {
  position: relative;
}
.site-col-bg-top-bottom.col > .col-inner:before,
.site-col-bg-top-bottom > .col > .col-inner:before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  top: -50px;
  left: -50px;
  background: radial-gradient(
    circle at top left,
    var(--primary-color) 0%,
    rgba(255, 0, 0, 0.4) 25%,
    rgba(255, 0, 0, 0.2) 39%,
    rgba(255, 0, 0, 0) 70%
  );
  border-radius: 50%;
  z-index: 2;
}
.site-col-bg-top-bottom.col > .col-inner:after,
.site-col-bg-top-bottom > .col > .col-inner:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  bottom: -50px;
  right: -50px;
  background: radial-gradient(
    circle at bottom right,
    var(--primary-color) 0%,
    rgba(255, 0, 0, 0.4) 25%,
    rgba(255, 0, 0, 0.2) 39%,
    rgba(255, 0, 0, 0) 70%
  );
  border-radius: 50%;
  z-index: 2;
}
.site-col-bg-top-bottom.col > .col-inner > *,
.site-col-bg-top-bottom > .col > .col-inner > * {
  position: relative;
  z-index: 9;
}
.col-max-height > .col-inner {
  max-height: calc(100% - 30px);
}
.star-rating:before,
.woocommerce-page .star-rating:before,
.star-rating span:before {
  color: #ffb200;
}
.row-client .box .box-image {
  border-radius: 15px;
  border: 1px solid var(--color-primary);
}
.row-client .box .box-image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0;
  transition: 0.3s;
}
.row-client .box:hover .box-image:after {
  opacity: 0.7;
}
.row-client .box .box-text {
  padding: 15px;
  opacity: 0;
  transition: 0.3s;
  z-index: 9;
}
.row-client .box:hover .box-text {
  opacity: 1;
}
.row-client .testimonial-meta {
  display: none;
}
.row-client .testimonial-box .icon-box-text {
  display: flex;
  flex-direction: column;
}
.row-client .testimonial-box .testimonial-text {
  order: -1;
}
blockquote {
  border-left: none;
  font-size: 1em;
  font-style: normal;
  margin: 0 0 15px;
  padding: 15px;
  position: relative;
}
blockquote:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 20px;
  top: 0;
  left: 0;
  background-image: url("/wp-content/uploads/2026/01/quote-left.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
}
blockquote:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 20px;
  bottom: 0;
  right: 0;
  background-image: url("/wp-content/uploads/2026/01/quote-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
}

.col-site-partner {
  overflow: hidden;
}
.row.site-partner {
  display: flex;
  align-items: center;
  flex-flow: nowrap;
  max-width: none !important;
}
.row.site-partner.site-partner-odd {
  animation-name: loopLogoAnimation;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.site-partner-to-right > .col-inner {
  display: flex;
}
.site-partner-to-right .row.site-partner.site-partner-even {
  animation: 45s linear 0s infinite reverse none running loopLogoAnimation;
  /*animation: marquee-reverse 20s linear infinite;*/
}
/*.site-partner-to-right:hover .row.site-partner,*/
/*.row.site-partner:hover {*/
/*    animation-play-state: paused;*/
/*}*/
.site-partner .gallery-col {
  display: flex;
  max-width: none;
  align-items: center;
  justify-content: center;
  flex: 1 1 0%;
  min-width: 264px;
}
.site-partner .gallery-col .box-image {
  min-width: 180px;
}
@media only screen and (max-width: 767px) {
  .row.site-partner.site-partner-odd {
    animation-duration: 15s;
  }
  .site-partner-to-right .row.site-partner.site-partner-even {
    animation-duration: 61s;
  }
  .site-partner .gallery-col .box-image {
    min-width: 138px;
  }
}
@keyframes loopLogoAnimation {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loopLogoAnimationEven {
  0% {
    transform: translateX(50%);
  }
  100% {
    transform: translateX(0px);
  }
}

.post-item .box {
  border-radius: 10px;
  border: 1px var(--primary-color) solid;
  overflow: hidden;
}
.post-item .box .box-text .post-title {
  font-size: 1.2em;
  margin: 0 0 15px;
}
.post-item .box .box-text .post-title a {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
}
.post-item .box .box-text .post-meta {
  font-size: 1em;
}
.post-item .box .box-text .is-divider {
  display: none;
}
.tabbed-content .nav.nav-normal {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 20px;
}
.tabbed-content .nav.nav-normal > li > a {
  padding: 2px 20px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 99px;
  font-weight: 400;
  white-space: nowrap;
}
.tabbed-content .nav.nav-normal > li.active > a,
.tabbed-content .nav.nav-normal > li > a:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #ffffff !important;
  font-weight: 700;
}
.tabs-thuong-hieu .panel > .box > .box-text > .box-text-inner {
  padding: 30px 20px 0;
  background: #ffffff;
  border-radius: 10px;
}
.tabs-thuong-hieu .product-item .box {
  display: flex;
  align-items: center;
}
.tabs-thuong-hieu .product-item .box .box-image {
  padding-top: 0;
}
.tabs-thuong-hieu .product-item .box .box-image img {
  border-radius: 10px;
}
.flickity-prev-next-button {
  top: calc(50% - 22px);
  bottom: auto;
}
@media screen and (min-width: 550px) {
  .tabs-thuong-hieu .product-item .box .box-image {
    width: 36%;
    min-width: 36%;
  }
}
.tabs-thuong-hieu .product-item .box .box-text {
  position: relative;
  width: auto;
  bottom: auto;
}
.tabs-thuong-hieu .product-item .box .box-text .post-title a {
  color: #000000 !important;
}
.tabs-thuong-hieu .product-label,
.tabs-thuong-hieu .product-item .box .post-price-sale,
.tabs-thuong-hieu .product-item .box .post-price,
.tabs-thuong-hieu .product-item .box-text .btn-viewmore {
  display: none;
}
.tabs-thuong-hieu .product-item .box.box-vertical .post-title {
  font-size: 1.1em;
  font-weight: 700 !important;
  text-transform: none;
  margin: 0;
}

.custom-breadcrumb {
  margin-bottom: 60px;
}
.custom-breadcrumb a,
.custom-breadcrumb span {
  color: #878686;
}
.custom-breadcrumb a:hover {
  color: var(--primary-color);
}
.product-gallery .gallery-item,
.product-gallery .gallery-item img {
  padding: 0;
}
.product-gallery .slider-nav {
  margin-top: 20px;
  margin-bottom: 30px;
}
.product-gallery .slider-nav .slick-list {
  margin: 0 -5px;
}
.product-gallery .slider-nav .slick-list .gallery-item {
  padding: 0 5px;
}
.product-gallery .gallery-item .image-cover {
  padding-top: 100%;
  border-radius: 10px;
}
.product-gallery .slick-next {
  right: 25px;
  z-index: 9;
}
.product-gallery .slick-prev {
  left: 25px;
  z-index: 9;
}
.product-gallery .slick-prev:before,
.product-gallery .slick-next:before {
  font-size: 36px;
}
.single-page-product .entry-content-wrap {
  margin-top: 40px;
}
.single-page-product .title-content {
  text-transform: uppercase;
  padding-bottom: 16px;
  border-bottom: 3px solid #5d5d5d;
  margin-bottom: 30px;
}
.single-page-product .entry-meta {
  display: flex;
  flex-flow: row wrap;
  gap: 15px;
}
.single-page-product .entry-meta li {
  display: inline-block;
  list-style: none;
  margin: 0;
}
.single-page-product .entry-meta li:not(:last-child) {
  padding-right: 15px;
  border-right: 1px solid #000000;
}
.single-page-product .entry-meta .star {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-weight: 700;
  gap: 5px;
}
.single-page-product .entry-price {
  padding: 20px;
  border: 1px solid var(--primary-color);
  box-shadow: 0px 4px 10px 0px #db333299 inset;
  border-radius: 16px;
  margin-bottom: 16px;
}
.single-page-product .product-price {
  display: block;
  font-size: 36px;
  font-weight: 700;
  margin: 0;
}
.single-page-product .product-price-sale {
  display: block;
  font-size: 24px;
  font-weight: 400;
  text-decoration: line-through;
  margin: 0;
  opacity: 0.5;
}
.single-page-product .entry-info {
  background: rgba(231, 231, 231, 0.4);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 24px;
}
.single-page-product .entry-info > h2 {
  padding: 16px;
  background: #b5b5b5;
  font-size: 24px;
  font-weight: 400 !important;
  margin: 0;
}
.single-page-product .entry-info.entry-promotion > h2 {
  display: flex;
  align-items: center;
  gap: 6px;
  background: var(--primary-color);
  font-weight: 700;
  color: #ffffff;
}
.single-page-product .entry-info ul {
  padding: 16px;
  margin: 0;
}
.entry-specifications-inner ul li {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: none;
}
.entry-specifications-inner ul li:nth-child(-n + 2) {
  display: flex; /* hiện mặc định 2 item */
}
.entry-specifications-inner.expanded ul li {
  display: flex; /* khi mở thì hiện tất cả */
}
.spec-toggle {
  display: block;
  width: 120px;
  padding: 0;
  text-align: center;
  margin: 0 auto 31px;
  font-size: 18px;
  cursor: pointer;
  border-radius: 99px;
}
.spec-toggle:after {
  content: "";
  speak: none !important;
  display: inline-block;
  font-display: block;
  font-family: fl-icons !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: 400 !important;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  position: relative;
  text-transform: none !important;
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.expanded .spec-toggle:after {
  content: "";
}
.entry-promotion-inner .post-views {
  display: none !important;
}
.btn-action-product .button {
  width: 100%;
  font-weight: 700;
  font-size: 24px;
}
.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
  border-radius: 10px;
}
#popup-form-mua-hang {
  border-radius: 16px;
}
#popup-form-mua-hang .wpcf7-form .wpcf7-submit {
  width: 100%;
}

.entry-related-post .post-item .box img {
  padding: 0;
}
.section-form-dang-ky {
  border-radius: 10px;
  overflow: hidden;
}
.single-page-product .section-form-dang-ky {
  margin-top: 30px;
}
.single-page-product .section-related-product {
  margin-top: 60px;
}
.form-dang-ky input {
  margin-bottom: 30px;
  border-radius: 99px !important;
}
.form-dang-ky input.wpcf7-submit {
  padding-left: 45px;
  padding-right: 45px;
}
.blog-archive .post-item .box {
  border-radius: 0;
  border: none;
  overflow: visible;
  position: relative;
  padding-bottom: 72px;
}
.blog-archive .post-item .box .image-cover {
  border-radius: 20px;
}
.blog-archive .post-item .box .box-text {
  position: absolute;
  width: calc(100% - 60px);
  left: 30px;
  bottom: 0;
  padding: 20px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
}
.blog-archive .post-item .box .box-text a.button {
  margin-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 10px;
}
.category-tin-tuc-hoat-dong-panda-auto .blog-archive .post-item .box {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: relative;
  padding-bottom: 0;
  background: #e7e7e7;
}
.category-tin-tuc-hoat-dong-panda-auto
  .blog-archive
  .post-item
  .box
  .image-cover {
  border-radius: 0;
}
.category-tin-tuc-hoat-dong-panda-auto .blog-archive .post-item .box .box-text {
  position: relative;
  width: auto;
  left: auto;
  bottom: auto;
  padding: 40px 16px 20px;
  background: none;
  border-radius: 0;
  box-shadow: none;
}
.category-tin-tuc-hoat-dong-panda-auto
  .blog-archive
  .post-item
  .box
  .box-text
  a.button {
  display: none;
}
.blog-archive .section-form-dang-ky {
  margin-top: 30px;
}
.post-item .box .box-text .from_the_blog_excerpt {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.stuck .logo img {
  padding: 10px 0 !important;
}
.blog-single .entry-header .entry-divider {
  display: none;
}
.blog-single .entry-header .entry-meta {
  text-transform: none;
  font-size: 1em;
}
.site-socials .col-inner {
  display: flex;
  align-items: center;
  gap: 20px;
}
.site-socials .social-icons {
  display: flex;
  flex-flow: row wrap;
  gap: 15px;
}
.site-socials .social-icons a.icon {
  margin: 0 !important;
  width: 46px;
  height: 46px;
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000 !important;
}
.form-contact-us {
  padding: 39px 20px;
  border: 1px solid var(--primary-color);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  border-radius: 20px;
}
.form-contact-us .sub-form {
  margin-bottom: 30px;
}
.form-contact-us .wpcf7-form input,
.form-contact-us .wpcf7-form textarea,
.form-contact-us .wpcf7-form select {
  height: 62px;
}
.form-contact-us .wpcf7-form textarea {
  min-height: 162px;
}
.bg-left {
  position: absolute;
  width: auto !important;
  height: 90%;
  top: 0;
  left: 0;
  z-index: -1;
}
.bg-left .img-inner {
  height: 100%;
}
.bg-left .img-inner img {
  width: auto;
  height: 100%;
}
.btn-call-now i {
  width: 40px;
  height: 40px;
  background-image: url(/wp-content/uploads/2026/01/call.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  overflow: hidden;
}
.btn-call-now i:before {
  display: none;
}
.btn-call-zalo i {
  width: 40px;
  height: 40px;
  background-image: url(/wp-content/uploads/2026/01/zalo-icon.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  overflow: hidden;
}
.btn-call-zalo i:before {
  display: none;
}
.tin-tuc-noi-bat .post-item .box-text,
.combo-pk-theo-xe .post-item .box-text {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 64.75%, #000000 100%);
}
.site-box-overlay .box-text {
  padding: 16px 16px 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 64.75%, #000000 100%);
}
.site-box-overlay-hover .box-text {
  opacity: 0;
  transition: 0.5s;
}
.site-box-overlay-hover .box:hover .box-text,
.site-box-overlay-hover.box:hover .box-text {
  opacity: 1;
}
.row-sp-pk {
  position: absolute;
  width: 320px;
  max-width: 100%;
  top: 20px;
  left: 20px;
  padding: 20px;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
}
.row-sp-pk .col-max-height > .col-inner {
  max-height: 590px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 10px 0 0 !important;
}
.row-sp-pk .col-max-height > .col-inner::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  border-radius: 0;
  /*background-color: #F5F5F5;*/
  background-color: transparent;
}
.row-sp-pk .col-max-height > .col-inner::-webkit-scrollbar {
  width: 9px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 9px;
}
.row-sp-pk .col-max-height > .col-inner::-webkit-scrollbar-thumb {
  border-radius: 0;
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
  background-color: #d9d9d9;
  border-radius: 9px;
}
.row-sp-pk .product-item .box {
  display: flex;
  align-items: center;
  padding: 10px;
  background: #e7e7e7;
  border-radius: 10px;
}
.row-sp-pk .product-item .box-image {
  width: 36%;
  min-width: 36%;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
.row-sp-pk .product-item .product-label {
  display: none !important;
}
.row-sp-pk .product-item .box .post-price {
  font-size: 20px;
  font-weight: 400;
  color: var(--primary-color);
}
.row-sp-pk .product-item .box .post-price-sale {
  font-size: 18px;
  color: var(--primary-color);
  opacity: 0.5;
}
.row-sp-pk .product-item .box .post-price-wrap {
  min-height: auto;
  text-align: left;
}
.row-sp-pk .product-item .box .post-title {
  font-size: 1em;
  font-weight: 700 !important;
  margin: 0 0 5px;
}
.nav-dots-small .flickity-page-dots .dot,
.row-slider .flickity-page-dots .dot,
.flickity-page-dots .dot {
  height: 20px;
  width: 20px;
}
.flickity-page-dots .dot:hover,
.flickity-page-dots .dot.is-selected {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.slider-gallery-custom .flickity-slider .img {
  padding: 15px 0;
}
.slider-gallery-custom .flickity-slider .img-inner {
  transition: 0.5s;
  transform: scale(1);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
}
.slider-gallery-custom .flickity-slider .img:not(.is-selected) .img-inner {
  transform: scale(0.8);
  background: rgba(0, 0, 0, 0.2);
}
.slider-gallery-custom .flickity-slider .img-inner img {
  font-family: "object-fit: contain;";
  height: 100%;
  left: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: auto;
  top: 50%;
  width: 100%;
  max-width: 90%;
  max-height: 90%;
  bottom: auto;
  transform: translate(-50%, -50%);
}
.price-table-wrap {
  max-width: 100%;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 20px 0;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1em;
}

.price-table thead th {
  background: #000;
  color: #fff;
  padding: 14px 16px;
  text-align: left;
  font-weight: 600;
}

.price-table thead th:nth-child(2),
.price-table thead th:nth-child(3),
.price-table tbody td:nth-child(2),
.price-table tbody td:nth-child(3) {
  text-align: right;
}

.price-table tbody td {
  padding: 14px 16px;
  border-bottom: 1px solid #e5e5e5;
  color: #333;
}

.price-table tbody tr:last-child td {
  border-bottom: none;
}

.price-note {
  font-size: 1em;
  color: #666;
  padding: 12px 16px 16px;
}
.col-padding-0 {
  padding-bottom: 0 !important;
}
.site-box-border {
  padding: 10px;
  border: 1px var(--primary-color) solid;
  height: 100%;
}
.section-huong-dan ul {
  margin: 25px 0 0 !important;
}
.section-huong-dan ul li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 0 15px;
}
.section-huong-dan ul li strong {
  width: 64px;
  min-width: 64px;
  height: 64px;
  background: var(--primary-color);
  font-size: 30px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.section-huong-dan ul li:last-child {
  margin: 0;
}
.accordion-item {
  margin-bottom: 20px;
}
.accordion-item:last-child {
  margin-bottom: 0;
}
.accordion-title {
  padding-left: 20px;
  border-top: none !important;
  border-left: 6px var(--primary-color) solid;
  font-weight: 700;
}
.accordion-title:hover,
.accordion-title.active {
  background-color: var(--fs-color-primary);
  border-color: var(--fs-color-primary);
  color: #ffffff;
}
.accordion .toggle {
  left: auto;
  right: 0;
  margin: 0;
}
.accordion-inner {
  padding: 20px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.js-readmore-wrapper,
.js-readmore-wrapper-single {
  position: relative;
}

.js-readmore-content {
  max-height: 600px; /* chiều cao khi thu gọn */
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.js-readmore-content-single {
  max-height: 1620px; /* chiều cao khi thu gọn */
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.js-readmore-wrapper.is-open .js-readmore-content {
  max-height: none;
}
.js-readmore-wrapper-single.is-open .js-readmore-content-single {
  max-height: none;
}

.js-readmore-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 45px;
  height: 120px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 80%);
  pointer-events: none;
}

.js-readmore-btn,
.js-collapse-btn {
  display: block;
  margin: 15px auto 0;
  background: var(--fs-color-primary);
  border: none;
  color: #ffffff;
  font-weight: 400;
  cursor: pointer;
  text-transform: none;
  border-radius: 99px;
  position: relative;
}
.js-readmore-btn:after,
.js-collapse-btn:after {
  content: "";
  speak: none !important;
  display: inline-block;
  font-display: block;
  font-family: fl-icons !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: 400 !important;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  position: relative;
  text-transform: none !important;
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.js-collapse-btn:after {
  content: "";
}
.gallery-logo .box-image {
  border: 1px var(--fs-color-primary) solid;
  border-radius: 10px;
}
.flickity-prev-next-button {
  width: 45px;
}
.flickity-prev-next-button svg {
  background: rgba(219, 33, 20, 0.4) !important;
  fill: var(--fs-color-primary);
  border-radius: 10px !important;
  border: none !important;
}
.flickity-prev-next-button .arrow,
.flickity-prev-next-button svg {
  fill: var(--fs-color-primary);
}
.flickity-prev-next-button:hover .arrow,
.flickity-prev-next-button:hover svg {
  fill: #ffffff !important;
}
.flickity-prev-next-button:hover svg {
  background: var(--fs-color-primary) !important;
}

.archive .section-black-friday-banner {
  margin: 30px 0;
}
.container-form {
  margin-top: 60px;
}
.nut-hotline-zalo {
  padding-top: 30px;
  padding-bottom: 30px;
}
.site-filter-wrap .filter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row wrap;
  padding-bottom: 25px;
}
.site-filter-wrap .filter-head > h2 {
  width: auto;
}
.site-filter-wrap .filter-head select {
  width: auto;
  background-color: #e4e4e4;
  border-radius: 10px;
  padding: 10px 10px 10px 50px;
  background-image: url("/wp-content/uploads/2026/01/filter.svg");
  background-size: 29px;
  background-repeat: no-repeat;
  background-position-x: 10px;
  background-position-y: center;
  white-space: nowrap;
}
.site-load-more {
  margin: 0 auto;
  display: block;
  background: var(--fs-color-primary);
  font-size: 24px;
  text-transform: none;
  color: #fff;
  border: none;
  padding: 5px 60px;
  border-radius: 10px;
  cursor: pointer;
}

.spec-table-wrap {
  overflow-x: auto;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
}

.spec-table thead th {
  background: #1f1f1f;
  color: #fff;
  text-align: center;
  padding: 14px;
  border-right: 1px solid #333;
}

.spec-table thead th span {
  font-size: 12px;
  font-weight: 400;
  opacity: 0.8;
}

.spec-table thead th:first-child {
  text-align: left;
}

.spec-table tbody td {
  border: 1px solid #e5e5e5;
  padding: 14px;
  vertical-align: middle;
}

.spec-table tbody td:first-child {
  width: 60%;
}

.spec-table tbody td strong {
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
}

.spec-table tbody td span {
  font-size: 13px;
  color: #666;
}

.spec-table tbody td:nth-child(2),
.spec-table tbody td:nth-child(3) {
  text-align: center;
  font-weight: 600;
}

.section-title-container {
  margin: 0;
}
.section-title-container .section-title-center {
  justify-content: center;
}
.section-title-container .section-title-center b {
  display: none;
}
.section-title-container .section-title-center .section-title-main {
  display: inline-block;
  margin: 0;
  padding: 20px 40px;
  border: 1px var(--fs-color-primary) solid;
  background: #ffadad8c;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  text-transform: none;
}
.header-wrapper .nav ul.sub-menu {
  padding: 10px 0;
  background: #ffffff;
  border-radius: 15px;
}
.header-wrapper .nav ul.sub-menu a {
  color: #000000;
  background: none;
}
.header-wrapper .nav ul.sub-menu a:hover,
.header-wrapper .nav ul.sub-menu .active > a {
  color: var(--fs-color-primary);
  background: none;
}

.er-parent-tabs-inner,.pd-parent-tabs-inner  {
  display: flex;
  justify-content: start;
  flex-flow: row wrap;
  padding: 20px;
  background-color: rgba(0, 0, 0, 1);
  border-radius: 20px;
  margin-bottom: 30px;
}
.er-parent-tabs .cat-item,.pd-parent-tabs .cat-item  {
  width: 20%;
  padding-right: 10px;
  margin-bottom: 15px;
}
.er-parent-tabs .er-parent-tab,.pd-parent-tabs .pd-parent-tab {
  display: flex;
  align-items: center;
  color: #ffffff;
}
.er-parent-tabs .er-parent-tab img,.pd-parent-tabs .pd-parent-tab img {
  width: 40px;
  min-width: 40px;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  transition: 0.3s;
}
.er-parent-tabs .er-parent-tab.active img,
.er-parent-tabs .er-parent-tab:hover img,
.pd-parent-tabs .pd-parent-tab.active img,
.pd-parent-tabs .pd-parent-tab:hover img {
  filter: none;
  -webkit-filter: none;
}
.er-parent-tabs .er-parent-tab span,.pd-parent-tabs .pd-parent-tab span{
  color: #ffffff;
  transition: 0.3s;
}
.er-parent-tabs .er-parent-tab.active span,
.er-parent-tabs .er-parent-tab:hover span,
.pd-parent-tabs .pd-parent-tab.active span,
.pd-parent-tabs .pd-parent-tab:hover span {
  color: var(--primary-color);
}
.er-child-tabs,.pd-child-tabs {
  display: flex;
}
.er-child-lists {
  display: flex;
  max-height: 72px;
  overflow: hidden;
  flex: 1;
  padding-top: 10px;
}
.pd-child-lists {
  max-height: 72px;
  overflow: hidden;
  padding-top: 5px;
}
.er-child-tabs button.er-child-tab,.pd-child-tabs .pd-child-tab  {
  margin: 0 10px 0 0 !important;
  padding: 1px 16px;
  font-weight: 400;
  line-height: 1.9 !important;
  text-transform: none;
  border: 1px #5d5d5d solid;
  border-radius: 99px;
  white-space: nowrap;
}
.er-child-lists button.er-child-tab,.pd-child-lists .pd-child-tab {
  max-height: 37px;
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.er-child-tabs .er-child-lists button.er-child-tab:hover,
.er-child-tabs .er-child-lists button.er-child-tab.active,
.pd-child-tabs .er-child-lists .pd-child-tab:hover,
.pd-child-tabs .er-child-lists .pd-child-tab.active {
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.er-child-tabs .er-child-tab.er-child-tab-parent{
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 20px 20px 0 0;
  border-bottom: none;
  margin-bottom: -1px !important;
  z-index: 9;
  background: #e7e7e7;
  border-color: var(--primary-color);
  font-weight: 700;
  font-size: 20px;
  color: var(--primary-color);
  text-transform: capitalize;
}
.pd-child-tabs .pd-child-tab-parent{
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 20px 20px 0 0;
  margin-right: 10px;
  margin-bottom: -1px !important;
  z-index: 9;
  background: #e7e7e7;
  border-color: var(--primary-color);
  font-weight: 700;
  font-size: 20px;
  color: var(--primary-color);
  text-transform: capitalize;
  border: 1px solid;
  border-bottom:0px;
}
.pd-child-tabs .pd-child-tab-parent .pd-child-tab{
    border: none;
    font-size: 1.125rem;
    font-weight: bold;
    color: var(--primary-color);
}
.er-child-tabs .slick-prev,.pd-child-tabs .slick-prev {
  left: 2px;
  background: transparent !important;
  z-index: 9;
  top: 19px;
  border-radius: 99px;
}
.er-child-tabs .slick-next,.pd-child-tabs .slick-next {
  right: 5px;
  background: transparent !important;
  z-index: 9;
  top: 19px;
  border-radius: 99px;
}
.er-child-tabs .slick-prev:before,
.er-child-tabs .slick-next:before,
.pd-child-tabs .slick-prev:before,
.pd-child-tabs .slick-next:before {
  font-size: 26px;
  color: #000000;
}
.product-filter .product-list-wrap {
  padding: 20px;
  background: rgba(234, 234, 235, 1);
  border: 1px var(--primary-color) solid;
  border-radius: 0 20px 20px 20px;
  text-align: center;
}
.er-loadmore,.pd-loadmore {
  padding: 5px 20px;
  background: var(--primary-color);
  color: #ffffff;
  font-weight: 700;
  border-radius: 10px;
  width: 100%;
  max-width: 300px;
  margin: 10px auto 25px !important;
  text-transform: capitalize;
  font-size: 16px;
}

.fixed_btn_tuvan_tham {
  position: fixed;
  width: auto;
  height: auto;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  margin: 0 !important;
  text-align: right;
}
.fixed_btn_tuvan_tham .fixed_btn_tham_item {
  margin-bottom: 24px;
}
.fixed_btn_tuvan_tham .fixed_btn_tham_item.zalo a,
.fixed_btn_tuvan_tham .fixed_btn_tham_item.map a {
  display: flex;
  width: 55px;
  height: 55px;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  border-radius: 50%;
  margin-left: auto;
  text-align: center;
}
.fixed_btn_tuvan_tham .fixed_btn_tham_item.zalo a img,
.fixed_btn_tuvan_tham .fixed_btn_tham_item.map a img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}
.fixed_btn_tham_item.call a,
.fixed_btn_tham_item.tham a {
  background-color: var(--primary-color);
  border: none;
  padding: 9px 10px;
  border-radius: 20px;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 15px;
}

.fixed_btn_tham_item.call a img,
.fixed_btn_tham_item.tham a img {
  width: 32px;
  min-width: 32px;
}
.footer-wrapper p {
  font-weight: 300;
}
.icon-box-img svg {
  padding-top: 0;
}
.col-socials-footer .col-inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  gap: 20px;
}
.col-socials-footer .col-inner .img {
  width: 40px !important;
  margin: 0;
}
.col-socials-footer .col-inner .img a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50%;
  overflow: hidden;
}
.col-socials-footer .col-inner .img a img {
  max-width: 24px;
  max-height: 20px;
  object-fit: contain;
}

#form-dang-ky {
  border-radius: 10px;
}
.form-dang-ky-header {
  text-align: center;
  margin-bottom: 20px;
}
#form-dang-ky .row .col {
  flex-basis: 100%;
  max-width: 100%;
}
#form-dang-ky .form-dang-ky input {
  margin-bottom: 20px;
  border-radius: 9px !important;
}
.section-form-dang-ky .form-dang-ky-header {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .er-parent-tabs .cat-item {
    width: 25%;
  }
}
@media only screen and (max-width: 991px) {
  .er-parent-tabs .cat-item {
    width: 50%;
  }
  .fixed_btn_tuvan_tham {
    bottom: 0px;
    right: 5px;
  }
  .fixed_btn_tuvan_tham .fixed_btn_tham_item {
    margin-bottom: 10px;
  }
  .fixed_btn_tuvan_tham .fixed_btn_tham_item.zalo a,
  .fixed_btn_tuvan_tham .fixed_btn_tham_item.map a {
    display: flex;
    width: 39px;
    height: 39px;
  }
  .fixed_btn_tuvan_tham .fixed_btn_tham_item.zalo a img,
  .fixed_btn_tuvan_tham .fixed_btn_tham_item.map a img {
    max-width: 80%;
    max-height: 80%;
  }
  .fixed_btn_tham_item.call a,
  .fixed_btn_tham_item.tham a {
    padding: 4px 6px;
    font-size: 12px;
    gap: 5px;
  }

  .fixed_btn_tham_item.call a img,
  .fixed_btn_tham_item.tham a img {
    width: 29px;
    min-width: 29px;
  }
}
@media only screen and (min-width: 850px) {
  .row-client .large-4 {
    flex-basis: 40%;
    max-width: 40%;
  }
  .row-client .large-2 {
    flex-basis: 20%;
    max-width: 20%;
  }
}
@media only screen and (min-width: 550px) {
  .entry-related-post .post-item .box {
    border: none;
    border-radius: 0;
    display: flex;
    align-items: center;
  }
  .entry-related-post .post-item .box .box-image {
    width: 50%;
    min-width: 50%;
  }
  .entry-related-post .post-item .box .image-cover {
    padding-top: 56.52%;
    border-radius: 15px;
  }
  .entry-related-post .post-item .box .box-text {
    padding: 0 0 0 20px;
    text-align: left;
  }
}

.off-canvas-right .mfp-content {
  padding: 36px 15px;
  background: #202020;
  border-radius: 20px;
}
.off-canvas-right .mfp-content .header-logo {
  width: 60%;
  height: auto;
}
.off-canvas-right .site-menubar .col-inner {
  max-height: 460px;
  padding: 20px 10px 20px 0 !important;
}
.off-canvas-right .header-block-block-1 {
  width: 100%;
}
.off-canvas-right .nav-sidebar.nav-vertical > li + li {
  border: none;
}
.off-canvas-right .nav-vertical > li {
  display: block;
}
.off-canvas-right .nav-vertical > li.menu-item {
  margin-top: 15px;
}
.off-canvas-right .nav-vertical > li > a {
  display: inline-block;
  padding: 10px 25px;
  border: 1px transparent solid;
  border-radius: 99px;
  text-transform: none;
  color: #ffffff;
  font-weight: 400;
}
.off-canvas-right .nav-vertical > li.current-menu-item > a {
  border-color: #ffffff;
  font-weight: 700;
}
.off-canvas-right .cat-product-item a {
  margin-top: 15px;
}
.off-canvas-right .cat-product-item a i {
  margin-left: auto;
}
.off-canvas-right .nav-vertical > li.header-block {
  margin-bottom: 15px;
}
.back-to-top {
  bottom: 40px;
  display: none !important;
}
.page-hidden-contact .back-to-top {
  display: block !important;
}
.page-hidden-contact .fixed_btn_tuvan_tham {
  right: auto;
  left: 20px;
}
.page-hidden-contact .site-hotline-zalo-btn,
.page-hidden-contact .site-menubar-fixed,
.page-hidden-contact .fixed_btn_tham_item.zalo,
.page-hidden-contact .fixed_btn_tham_item.map,
.page-hidden-contact .fixed_btn_tham_item.call,
.page-hidden-contact .header-main .flex-left,
.page-hidden-contact .header-main .flex-right {
  display: none !important;
}
.page-hidden-contact .header-main .header-inner.flex-row {
  justify-content: left;
}

.header-wrapper .nav ul.sub-menu .sub-menu-multi-col ul.sub-menu {
  width: 766px;
  display: flex !important;
  flex-flow: row wrap;
}
.header-wrapper .nav ul.sub-menu .sub-menu-multi-col ul.sub-menu > li {
  width: 255px;
  max-width: 255px;
  min-width: auto;
}
.header-wrapper .nav ul.sub-menu li.sub-menu-title > a {
  font-weight: 700 !important;
}
.header-wrapper .nav ul.sub-menu .sub-menu-multi-col ul.sub-menu ul.sub-menu {
  position: relative;
  width: auto;
  top: auto;
  left: auto;
  opacity: 1;
  visibility: visible;
  transform: none;
  border: none;
  box-shadow: none;
  display: block;
  border-radius: 0;
  padding: 0;
}
/* .header-wrapper .nav ul.sub-menu li.sub-menu-title a {
		font-weight: 400;
} */
@media only screen and (max-width: 1320px) {
  .header-wrapper .nav ul.sub-menu ul.sub-menu {
    width: 486px;
  }
}
@media only screen and (min-width: 850px) {
  .page-hidden-contact .header-main .header-inner.flex-row {
    justify-content: center;
  }
}
.mb-1{
    margin-bottom: 1rem !important;
}
.mb-2{
    margin-bottom: 2rem !important;
}
.mb-3{
    margin-bottom: 3rem !important;
}
.mb-4{
    margin-bottom: 4rem !important;
}
.mb-5{
    margin-bottom: 5rem !important;
}
.pd-1 {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}
.pd-2 {
  padding-top: 2em !important;
  padding-bottom: 2em !important;
}
.pd-3 {
  padding-top: 3em !important;
  padding-bottom: 3em !important;
}
.pd-4 {
  padding-top: 4em !important;
  padding-bottom: 4em !important;
}
.pd-5 {
  padding-top: 5em !important;
  padding-bottom: 5em !important;
}
.ft-store p img {
  margin: 0px 5px 0px 0 !important;
}
#footer .icon-box-left .icon-box-text {
  padding-left: 12px !important;
}
.ft-menu-right a {
  color: rgba(167, 168, 169, 1);
  font-size: 14px;
  line-height: 1.5;
}
.ft-menu-right a:not(:last-child) {
  margin-right: 20px;
}
.d-none {
  display: none !important;
}
.h-primary-title {
  display: block;
  text-align: center;
  font-size: 1.9rem;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  line-height: 1.5;
  text-transform: uppercase;
}
.home-banner {
  position: relative;
  color: #fff;
  padding: 72px 0 3em 0;
}
.banner-stat {
  display: inline-block;
  position: absolute;
  min-width: 38%;
  left: 0;
  bottom: 0;
  padding: 15px;
  border: 1px var(--primary-color) solid;
  border-radius: 30px;
  z-index: 9;
  color: #000;
  max-width: 500px;
  background: #fff;
}
.home-banner .banner-inner {
  position: relative;
}
.banner-stat .number {
  font-size: 50px;
  line-height: 1;
  font-weight: bold;
  color: var(--color-primary);
}
.banner-stat .text_left_primary {
  font-size: 26px;
  line-height: 1.2;
}
.banner-stat-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1em;
}
.product_image_box {
  position: absolute;
  right: 0;
  top: 50%;
  display: flex;
  flex-direction: column;
  gap: 18px;
  transform: translate(75.5px, -50%);
}
.product_image_box_item {
    width: 220px;
    height: 220px;
    border: 2px solid transparent;
    border-radius: 20px;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, #db2114 0%, rgba(33, 33, 33, 0) 30.77%, rgba(33, 33, 33, 0) 61.31%, #db2114 100%) border-box;
    align-items: center;
    display: flex;
} 
.product_image_box_item img {
  width: 100%;
  display: block;
  border-radius: 20px;
}
.h_video_tabs-buttons {
  display: flex;
  justify-content: center;
  margin: 0 0 2em 0;
  gap: 15px;
}
.h_video_tabs-link {
  font-size: 14px;
  text-transform: capitalize;
  line-height: 1.5;
  font-weight: 500;
  padding: 8px 15px;
  border-radius: 99px;
  border: 1px solid rgba(167, 168, 169, 1);
  display: block;
  margin: 0;
}
.h_video_tabs-link.active{
    background: var(--color-primary);
    color: #fff;
    border-color: var(--color-primary);
}
.no-video {
    text-align: center;
}
.h_video_tabs-tab {
  max-width: 1075px;
  width: 100%;
  margin: auto;
}
.h_video_slide {
  max-width: 975px;
  width: 100%;
  margin: auto;
}
.h_video_slide .video-slide {
  border-radius: 20px;
  overflow: hidden;
}
.slick-prev:before,
.slick-next:before {
  color: var(--primary-color);
  font-size: 30px;
}
.slick-prev:before,
.slick-next:before {
  color: var(--primary-color) !important;
  font-size: 30px !important;
  opacity: 1 !important;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.45 !important;
}
.h_video_slide .slick-prev {
  left: -35px;
}
.h_video_slide .slick-next {
  right: -30px;
}
.slick-dots li button,
.slick-dots li button:before {
  display: none !important;
}
.slick-dots li {
  width: 10px !important;
  height: 10px !important;
  line-height: 10px !important;
  background: rgba(196, 197, 198, 1) !important;
  border-radius: 99px;
}
.slick-dots li.slick-active {
  background: var(--primary-color) !important;
  width: 24px !important;
}
.slick-dots {
  bottom: -35px !important;
}
.stats-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.stat-card {
  background: #fff;
  border: 1.5px solid #ef3a2d;
  border-radius: 24px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30px 20px;
}
.stat-number {
  font-size: 40px;
  color: var(--color-primary);
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.1;
}
.stat-text {
  font-size: 16px;
  color: #222;
  line-height: 1.5;
  max-width: 220px;
}
.why_choose_right {
  background: url(./images/bg_why_choose.png) no-repeat center center;
  background-size: cover;
  padding: 4em;
  color: #fff;
  border-radius: 20px;
  font-size: 16px;
  line-height: 1.6;
  height: 100%;
}
.why_choose_right h3 {
  font-size: 40px;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
}
.why_choose_right_content {
  margin-bottom: 2em;
}
.why_choose_right_btn a {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px;
  min-width: 300px;
}
.h-post-list {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 20px;
}
.h_box_news .h-primary-title {
  text-align: left;
  margin-bottom: 5px;
  line-height: 1.2;
  font-size: 26px;
}
.h_box_news .h-primary-title span {
  font-size: 34px;
  text-transform: uppercase;
  line-height: 1.3;
}
.post-featured {
  background: #000;
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
  position: relative;
}

.post-featured__thumb img {
  width: 100%;
  display: block;
  aspect-ratio: 16/10;
  object-fit: cover;
  transition: all 0.5s ease;
}
.post-featured__thumb:after,
.post-small__thumb:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: 0.4s;
  pointer-events: none;
}

/* Hover */

.post-featured:hover img,
.post-small:hover img {
  transform: scale(1.08);
}

.post-featured:hover .post-featured__thumb:after,
.post-small:hover .post-small__thumb:after {
  background: rgba(0, 0, 0, 0.15);
}
.post-featured__content {
  padding: 30px;
  color: #fff;
}

.post-featured__title {
  margin: 15px 0;
  font-size: 32px;
  line-height: 1.3;
}

.post-featured__title a {
  color: #fff;
}

.h-post-list__right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.post-small {
  display: grid;
  grid-template-columns: 250px 1fr;
  background: #000;
  border-radius: 20px;
  overflow: hidden;
  min-height: 150px;
}

.post-small__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.5s ease;
}
.post-small__thumb,
.post-featured__thumb {
  overflow: hidden;
  position: relative;
}
.post-small__content {
  padding: 25px 30px;
  color: #fff;
  display: flex;
  flex-direction: column;
}
.post-meta {
  color: #bfbfbf;
  font-size: 14px;
  margin-bottom: 15px;
}

.post-meta span {
  margin: 0 8px;
}
.post-small__title,
.post-featured__title {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.post-small__title a,
.post-featured__title a {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
}
.post-small__excerpt,
.post-featured__excerpt {
  color: #bfbfbf;
  font-size: 15px;
  margin-bottom: 1em;
  font-weight: 400;
  line-height: 1.5;
}
.post-featured__excerpt {
  margin-bottom: 2em;
}
.post-arrow {
  margin-top: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #1f1f1f;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  padding: 13px;
  transition: 0.3s all;
}
.post-arrow:hover {
  background: #333;
  transition: 0.3s all;
}
.post-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.post-meta-info {
  font-size: 14px;
  line-height: 1.4;
}
.h-post-list__left .post-featured__content .post-meta {
  display: block;
}
.h_box_news_content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.2em;
  margin-top: 0.5em;
}
.h_box_news_content a.btn-arrow {
  color: var(--color-primary);
  font-size: 14px;
}
.h_box_news_content a.btn-arrow:after {
  content: "\f105";
  font-family: "fl-icons";
  margin-left: 5px;
  font-size: 14px;
}
.mobile-category-dropdown {
    display: none;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 60px;
    transition: 0.3s;
    z-index: 99;
}
.play-button img {
    max-width: 50px;
}
.video-slide.slick-slide {
    position: relative;
}
.block_content_choose_us {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    display: grid;
}
.feature-item,.list_structure_advantages_item {
    background: rgba(240, 240, 240, 1);
    border-radius: 20px;
    z-index: 2;
}
.feature-item-img img,.list_structure_advantages_item_img img {
    width: 100%;
    aspect-ratio: 16 / 10;
}
.feature-item-list {
    padding: 1em 2em;
}

.feature-item-list div:not(:last-child) {
  border-bottom: 1px solid #D9D9D9;
}
.feature-item-list div:first-child {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
.feature-item-list div {
  color: #2C2C2C;
  padding: .7em 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.feature-item-list div i {
  margin-right: 6px;
}

.feature-item-list div .fa-times {
  color: red;
}

.feature-item-list div .fa-check {
  color: #11c611;
}
.btn_group_hotline_zalo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px
}

.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(219 33 20);
  animation: pulse 2s infinite;
}

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

.btn_gr_call.zalo {
  box-shadow: 0 0 0 0 rgb(219 33 20);
  animation: pulse_zalo 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgb(219 33 20);
  }

  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(219 33 20);
  }

  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: var(--color-primary);
}

.btn_gr_call.zalo {
  background-color: var(--color-primary);
}
.cate-primary-title {
    text-align: center;
    margin: auto;
}
.tax-product_cat .h_search_product:before{
    display:none;
} 
.lp-taxonomy-form {
    position: relative;
    color: #fff;
}
.lp-taxonomy-form .lp-taxonomy-form-inner{
    background: url(./images/bg_form.png) center center no-repeat;
    background-size: cover;
    width: 100%;
    margin: 0 auto 3em auto;
    padding: 3em;
    border-radius: 20px;
}
.lp-taxonomy-form-left {
    text-align: center;
    max-width: 50%;
    padding: 0 3rem;
}
.lp-form-title{
    color: var(--color-primary);
    font-size: 2rem;
    margin-bottom: 10px;
    line-height: 1.1;
}
.lp-form-desc {
    margin-bottom: 1.5rem;
    display: block;
}
.lp-form-desc p{
    font-size: 1rem;
    line-height: 1.5;
}
.form-group-contact input {
    padding: 5px 15px;
    border-radius: 8px;
    height: 45px;
}
#tuvan-form button#send{
        background: var(--color-primary);
        margin: 0;
        padding: 0;
        border-radius: 8px;
        max-width: 250px;
        width: 100%;
        text-transform: capitalize;
        margin: auto;
         height: 45px;
}
#tuvan-form button#send img {
    width: 15px;
    margin-left: 5px;
}
.product_logo_brand {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  max-width: 800px;
  text-align: center;
  margin: 1em auto;
  gap: 15px;
}

.product_logo_brand_item img {
  max-height: 75px;
}
.lp-sub-title {
    font-size: 22px;
    line-height: 1.5;
    color: var(--color-main);
    font-weight: 600;
}
.pd-product-item {
    margin: 0 10px;
    border: 1px solid var(--color-primary);
    padding: 15px;
    border-radius: 20px;
    background: #fff;
} 
.pd-product-item .product-image:hover img {
    transform: scale(1.1);
    transition: .3s all;
}
.pd-product-item .product-image{
    overflow: hidden;
    transition: .3s all;
    margin-bottom: 10px;
    border-radius: 10px;
}
.pd-product-item .product-image img {
    aspect-ratio: 1 / 1;
    transition: .3s all;
    object-fit: contain;
}
.product-name a {
    text-align: center;
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.4;
    min-height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-name a:hover {
    color: var(--color-primary);
}
.product-info .price {
    text-align: center;
    font-size: 1.75rem;
    font-weight: bold;
    color: var(--color-primary);
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}
.product-info .price .origin-price {
    font-size: 20px;
    color: rgba(119, 120, 122, 1);
  text-decoration: line-through;
    font-weight: 500;
}
.product-btn-more {
    text-align: center;
    border: 1px solid var(--color-secondary);
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 1rem;
    line-height: 1.5;
} 
.product-btn-more:hover,.product-btn-more:hover a{
      border: 1px solid var(--color-primary);
      background:  var(--color-primary);
      color:#fff; 
}
.pd-product-box .slick-prev {
    left: -20px !important;
    z-index: 99;
}
.pd-product-box .slick-next {
    right: -16px !important;
    z-index: 1;
}
.m-width {
    max-width: 1100px;
    margin: auto;
}
.m-width-1000{
    max-width: 1000px;
    margin: auto;
}
.gallery_image_list_item{
    border: 1px solid var(--color-primary);
    overflow: hidden;
    border-radius: 20px;
}
.list_why_choose_item {
    display: grid;
    grid-template-columns: repeat(1, 325px 1fr);
    gap: 20px;
    margin-bottom: 20px;
}
.list_why_choose_content {
    background: rgba(240, 240, 240, 1);
    border-radius: 20px;
    padding: 2rem;
    height: 100%;
}
.list_why_choose_content .list_why_choose_text_highlight {
  font-weight: 600;
  color: var(--color-primary);
    text-align: justify;
}
.list_why_choose_content .list_why_choose_text_desc{
  margin-bottom: 15px;
  text-align: justify;
}
.conclude_item{
    display: grid;
    grid-template-columns: repeat(1, 100px 1fr);
    gap: 10px;
    align-items: center;
}
.conclude_content {
    text-align: justify;
}
.conclude {
    background: var(--color-primary);
    color: #fff;
    padding: 2em;
    border-radius: 20px;
}
.conclude p:last-child{
  margin-bottom: 0;
}
.list_features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.list_features_item_img img{
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}
.list_features_item_title {
    color: rgba(49, 49, 49, 1);
    font-size: 1.125rem;
    text-align: center;
    font-weight: 600;
}
.pd-category-block,
.pd-product-panel {
    display: none;
}

.pd-category-block.active,
.pd-product-panel.active {
    display: block;
}

.pd-product-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 2rem;
}
.pd-product-thumb img {
    aspect-ratio: 1 / 1;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 1rem;
}
h3.pd-product-title a{
      -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    min-height: 41px;
}
h3.pd-product-title {
    font-size: 1em;
    margin-bottom: 10px;
    font-weight: 400 !important;
}
.pd-product-button{
    display: block;
    padding: 10px;
    background: #ffffff;
    border: 1px solid rgba(119, 120, 122, 1);
    border-radius: 10px;
    margin: 10px 0 0 !important;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
  }
  .pd-child-lists a.pd-child-tab.active{
    color:var(--color-primary);
    font-weight: bold;
    border-color: var(--color-primary);
  }
.reasons-choose-item {
    border-radius: 20px;
    background: linear-gradient(315deg, #000000 0%, #434952 100%);
    overflow: hidden;
    color: #fff;
    padding: 2rem;
    text-align: center;
    height: 100%;
}
.reasons-choose-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}
.reasons-choose-item-img img {
    max-width: 80px;
    margin-bottom: 1rem;
}
.reasons-choose-item-title {
    font-size: 15px;
    text-align: center;
    line-height: 1.5;
}
.warranty-policy .conclude_item {
    gap: 30px;
}
.warranty-policy .conclude_content>h5 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 12px; 
    line-height: 1.3;
}
.vms-read-more {
    height: 136px;
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
}
.vms-read-more a.gp-readmore {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    background-color: var(--color-primary);
    padding: 8px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.vms-read-more a.gp-readmore:after {
    content: "";
    background: url(./images/btn-arrow-right.png);
    width: 18px;
    height: 14px;
    margin-left: 10px;
}
.vms-read-more a.gp-readmore:hover{
  opacity: .8;
}
.taxomy_content .description-content {
    max-height: 500px;
    overflow: hidden;
    text-align: justify;
}
.taxomy_content .description-content.showfull {
    max-height: unset;
    overflow: visible;
}
.taxomy_content .description-content.showfull .vms-read-more {
    position: relative;
    height: 70px;
}
.question-box-inner {
    background: rgba(240, 240, 240, 1);
    border-radius: 20px;
    padding: 1rem;
}
.question-box .accordion-container {
    max-width: 1200px;
    margin: auto;
}
.question-box .accordion-container .pd-accordion-title {
font-size: 1rem;
    color: inherit;
    line-height: 1.6;
    position: relative;
    font-weight: 600;
    margin-bottom: 1rem;
    background: #fff;
    padding: 10px 30px 10px 15px;
    border-radius: 10px;
    border-left: 2px solid var(--color-primary);
    cursor: pointer;
}
.question-box .accordion-container .pd-accordion-title.open {
    background: var(--color-primary);
    color: #fff;
    border-radius: 10px 10px 0px 0px;
    margin-bottom: 0;
}

.question-box .accordion-container .pd-accordion-content {
    border-radius: 0px 0px 10px 10px;
    font-size: 1em;
    line-height: 1.6;
    background: #fff;
    padding: 2rem;
    font-weight: 400;
    margin-bottom: 1rem;
    text-align: justify;
}
.gproduct-description img {
    margin: auto;
    display: block;
    border-radius: 20px;
}
.gproduct-description td:first-child,.gproduct-description th:first-child {
    padding-left: 10px;
}
ul {
    margin-left: 1rem;
}
.question-box .accordion-container .pd-accordion-title.open::after {
  content: "\f068";
  color: #fff;
  border: none;
  font-family: 'FontAwesome';
  font-size: 12px;
    border: none;
} 

.question-box .accordion-container .pd-accordion-title::after {
  content: "\f067";
  color: #333;
  border: none;
  font-family: 'FontAwesome';
  font-size: 12px;
  position: absolute;
right: 15px;
    top: 13px;
}
.lp-sub-title {
    background: linear-gradient(90deg, #DB2114 0%, #000000 100%);
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
    padding: 10px 15px;
    font-weight: bold;
    max-width: 750px;
    margin: auto;
    margin-bottom: 1.5rem;
    border-radius: 10px;
}
.lp-product-list .slick-dotted.slick-slider {
    margin-bottom: 60px;
}
.product_spec_list {
display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    gap: 30px;
}
.product_spec_list .pd-product-item .product-image img{
aspect-ratio: 1 / 1;
    object-fit: contain;
}
.product_spec_list.pd-product-box .pd-product-item{
  margin: 0;
  background: #fff;
  z-index: 1;
}
.product_spec.man-hinh .product_spec_list.pd-product-box .pd-product-item{
  margin: 0 12.5px;
}
.list_features_item {
    z-index: 1;
}
.product_spec_list.pd-product-box .product-info .price{
  font-size: 20px;
}
.camera-section {
    position: relative;
}

.camera-container {
    max-width: 1400px;
    margin: auto;
    display: flex;
    align-items: center;
    position: relative;
}

.camera-image {
    width: 45%;
}

.camera-image img {
    width: 100%;
    display: block;
    border-radius: 20px;
    object-fit: cover;
}

.camera-features {
    width: 61%;
    margin-left: -80px; /* đè lên ảnh */
    position: relative;
    z-index: 2;

    display: flex;
    flex-direction: column;
    gap: 28px;
}

.feature-card {
    background: rgba(245, 245, 245, 1);
    border: 1px solid var(--color-primary);
    border-radius: 20px;
    padding: 20px;
    display: flex;
    gap: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.feature-icon {
    width: 46px;
    min-width: 46px;
    height: 46px;

    display: flex;
    align-items: flex-start;
    justify-content: center;

    font-size: 36px;
    color: #ff3b30;
}

.feature-content h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #111;
}

.feature-content p {
    font-size: 18px;
    line-height: 1.7;
    color: #333;
}
.feature-content p:first-child{
  margin-bottom: 8px;
}
.feature-content p strong {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}
.featured-product-section {
    width: 100%;
}

.featured-product-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.featured-product-side {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.featured-product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    background: #fff;
    border: 1.5px solid #ef1b13;
    border-radius: 20px;
    overflow: hidden;
    color: #000;
    transition: all .25s ease;
}

.featured-product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(0,0,0,.08);
}

.featured-product-main {
    min-height: 710px;
    padding: 58px 50px 55px;
    justify-content: center;
}

.featured-product-small {
    min-height: 344px;
    padding: 34px 20px 28px;
    justify-content: space-between;
}

.product-badge {
    position: absolute;
    top: 16px;
    left: 18px;
    z-index: 2;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    border-radius: 999px;
    white-space: nowrap;
}

.product-badge-red {
    background: #e32017;
    font-size: 16px;
    padding: 13px 30px;
}

.product-badge-blue {
    background: #0617ff;
    font-size: 14px;
    padding: 10px 15px;
}

.featured-product-img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured-product-img img {
    display: block;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.featured-product-main .featured-product-img {
    margin-bottom: 3rem;
}

.featured-product-main .featured-product-img img {
    max-height: 500px;
    border-radius: 10px;
}

.featured-product-small .featured-product-img {
    margin-bottom: 15px;
}

.featured-product-small .featured-product-img img {
    aspect-ratio: 4/3;
}

.featured-product-info {
    text-align: center;
}

.featured-product-info h3 {
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 1.45;
    font-weight: 400;
    color: #000;
}

.featured-product-small .featured-product-info h3 {
    font-size: 16px;
    line-height: 1.35;
    margin-bottom: 12px;
    font-weight: 600 !important;
}

.featured-product-price,
.featured-product-price .amount {
    color: #e32017;
    font-weight: 800;
    font-size: 32px;
    line-height: 1.2;
}

.featured-product-main .featured-product-price,
.featured-product-main .featured-product-price .amount {
    font-size: 34px;
}

.featured-product-small .featured-product-price,
.featured-product-small .featured-product-price .amount {
    font-size: 30px;
}

.featured-product-price del {
    display: none;
}

.featured-product-price ins {
    text-decoration: none;
}
.slick-track {
    display: flex !important;
    align-items: stretch;
}

.slick-slide {
    height: auto !important;
}
.h_about_us_content :is(h1,h2,h3,h4,h5,h6){
  text-transform: uppercase;
}
.note_installation .list_why_choose_item{
    grid-template-columns: repeat(1, 240px 1fr);
    align-items: center;
}
.note_installation .list_why_choose_item .list_why_choose_img img {
    border-radius: 20px;
}
.note_installation .list_why_choose_item .list_why_choose_content {
    height: 100%;
    display: flex;
    align-items: center;
}
.solutions_products_list.list_features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.solutions_products_list.list_features .list_features_item_title {
    font-size: 1rem;
    margin-bottom: 20px;
    text-align: center;
}
.why_choose.screen .list_why_choose_item {
    grid-template-columns: repeat(1, 425px 1fr);
    align-items: center;
}
.why_choose.screen .list_why_choose_content .list_why_choose_text_desc{
  margin-bottom:0;
}
.why_choose.screen .list_why_choose_content{
  padding: 20px;
}
.block_content_feature ,.list_structure_advantages{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.feature-item-title,.list_structure_advantages_item_title {
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    padding: 1rem 1rem 1.5rem 1rem;
    line-height: 1.5;
}
.view-more {
    text-align: center;
    display: flex;
    margin: auto;
    width: 100%;
    justify-content: center;
}
.btn-view-more {
    text-transform: capitalize;
    font-size: 1rem;
    font-weight: bold !important;
    padding: 5px 30px;
    max-width: 300px;
    width: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-view-more img {
    max-width: 20px;
    margin-left: 8px;
}
/* .lp-product-list.mh-parent .container {
    border-top: 1px solid #D9DADA;
    padding-top: 2rem;
    display: block;
} */
.features-box.mh-parent .list_features_item {
    background: #F3F3F3;
    border-radius: 15px;
}
.features-box.mh-parent .list_features_item_img img{
  width: 100%;
  margin-bottom:0;
}
.features-box.mh-parent .list_features_item_title {
    padding: 15px;
}
.btn_group_cta {
    margin: 2rem 0 0rem 0;
    display: block;
    position: relative;
}
.table-price-tpe {
position: relative;
}

.table-price-tpe-form-inner {
  display: block;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  overflow: hidden;
}

.table-price-tpe-title {
  background: #2C2C2C;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  padding: 10px 10px;
}

.table-price-tpe-item,
.table-note {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding: 10px 10px !important;
}

.table-price-tpe-item {
  border-bottom: 1px solid #D9D9D9;
}

.table-col {
  border-right: 1px solid #D9D9D9;
}

.table-col:nth-child(3) {
  border-right: none;
}

.table-price-tpe-item:nth-child(2n+1) {
  background: #F3F3F3;
}
.list_why_choose.list_features .list_features_item_img img {
    border-radius: 0;
}
.gallery_image_list_item{
    border: 1px solid var(--color-primary);
    overflow: hidden;
    border-radius: 20px;
}
.gallery-image-tpe .slick-prev {
    left: -35px;
}
.gallery-image-tpe .slick-next {
    right: -30px;
    z-index: 1;
}
.gallery_image_list_item {
    margin: 0 7.5px;
}
.gallery_image_list_item img {
    margin: auto;
}
img.fancybox-image {
    border-radius: 20px;
    overflow: hidden;
}
.h_about_us_content img.size-full.alignnone {
    margin-bottom: 0;
}

.block_huong_dan_tpe_boxed {
    display: flex;
    border: 1px solid #FDEEEF;
    border-radius: 20px;
    align-items: center;
    width: 100%;
    position: relative;
    box-shadow: 0px 0px 20px 0px #CB0D0033;
    padding: 15px;
    gap: 15px;
}

.block_huong_dan_tpe_title {
  position: relative;
  font-size: 16px;
  font-weight: bold;
}

.block_huong_dan_tpe_boxed:not(:last-child) {
  margin-bottom: 20px;
}
.block_huong_dan_tpe_icon {
    width: 100%;
    max-width: 50px;
}
.block_huong_dan_tpe_num {
    display: block;
    background: #F5F5F5;
    border-radius: 99px;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 15px;
    min-width: 90px;
    text-align: center;
}
.pd-product-price{
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--color-primary);
}
.pd-product-price .pd-regular-price{
    display: block;
    font-size: 20px;
    font-weight: 400;
    opacity: 0.5;
    line-height: 1.2;
    text-decoration: line-through;
    margin: 0px;
    color: #333;
}
section.block-products {
    margin: 2rem 0 1rem 0;
}
@media (max-width: 575px) {
  h3.pd-product-title a {
    -webkit-line-clamp: 3;
    font-size: 14px;
}
  .pd-product-price,.pd-product-price .pd-regular-price{
    font-size: 16px;
}
  .block_huong_dan_tpe_boxed{
    gap: 10px;
  }
  .block_huong_dan_tpe_icon{
    max-width: 35px;
  }
  .block_huong_dan_tpe_num {
    font-size: 13px;
    min-width: 80px;
  }
  .block_huong_dan_tpe_title {
    font-size: 12px;
  }
  .btn_group_cta {
    margin: 1rem 0 0rem 0;
}
  .btn-view-more{
    font-size: 14px;
  }
  .question-box-inner {
    padding: 2rem 1rem;
}
  .block_content_feature,.list_structure_advantages {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
 .block_content_feature .feature-item-title,.list_structure_advantages .list_structure_advantages_item_title {
    font-size: 12px;
    text-align: justify;
    padding: 10px 10px;
    line-height: 1.3;
}
 .block_content_feature .feature-item,.list_structure_advantages .list_structure_advantages_item  {
    border-radius: 10px;
    overflow: hidden;
}
  .featured-product-info h3 {
    font-size: 16px;
}
  .product-badge-blue{
    font-size: 12px;
  }
  .product-badge {
    top: 10px;
    left: 10px;
  }
  .featured-product-small {
    min-height: auto;
    padding: 15px;
}
    .featured-product-side {
           grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .featured-product-main .featured-product-img {
        height: 260px;
        margin-bottom: 25px;
    }

    .featured-product-main .featured-product-img img {
        max-height: 260px;
    }

   .featured-product-small .featured-product-info h3 {
        font-size: 14px;
    }

    .featured-product-price,
    .featured-product-price .amount {
        font-size: 26px !important;
    }
}
@media (max-width: 991px) {
      .featured-product-grid {
        grid-template-columns: 1fr;
    }

    .featured-product-main {
        min-height: auto;
        padding: 30px;
    }

    .featured-product-side {
        grid-template-columns: repeat(2, 1fr);
    }
    .camera-container {
        flex-direction: column;
    }

    .camera-image,
    .camera-features {
        width: 100%;
    }

    .camera-features {
        margin-left: 0;
        margin-top: 24px;
    }

    .feature-card {
        padding: 20px;
        border-radius: 20px;
    }

    .feature-content h3 {
        font-size: 20px;
    }

    .feature-content p {
        font-size: 15px;
    }
}
@media (max-width: 1199px) {
      .table-price-tpe-title, .table-price-tpe-item, .table-note {
        font-size: 12px;
    }
.reasons-choose-list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 12px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
     align-items: stretch;
}
.reasons-choose-list::-webkit-scrollbar{
    display:none;
}
.reasons-choose-list .reasons-choose-item{
  flex: 0 0 28%;
  scroll-snap-align: start;
  height: auto;
  align-self: stretch;
}
}
@media (max-width: 991px) {
    .lp-taxonomy-form-left {
        max-width: 100%;
        padding: 0 10px;
    }
    #tuvan-form button#send{
    max-width: calc(100% - 20px);
 } 
  .h-post-list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 849px) {
  #header.transparent.pd-header .icon-menu,.term-1775 header#header .icon-menu,.term-1711 header#header .icon-menu,.term-2105 header#header .icon-menu,.term-2094 header#header .icon-menu,
  .term-2063 header#header .icon-menu{
    color: #333;
  }
  #header.transparent.pd-header,.term-1775 header#header,.term-1711 header#header,.term-2105 header#header,.term-2094 header#header,.term-2063 header#header{
    padding-top: 10px;
    position: relative;
  }
  .home-banner {
    color: #333;
    padding: 15px;
  }
}
@media (max-width: 767px) {
.table-price-tpe-title, .table-price-tpe-item, .table-note {
        padding: 10px 5px !important;
        letter-spacing: -0.5px;
        min-height: 60px;
        align-items: center;
        display: flex;
    }
  .product-cat-childs .cat-product-item a span {
  max-width: 100%;
}
  #footer .section-bg.fill{
    border-top: 5px solid var(--color-primary);
    background: #000;
  }
  #footer .section-bg img{
    display: none;
}
  .reasons-choose-list,.product_spec_list,.solutions_products_list.list_features {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 12px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
     align-items: stretch;
}
.reasons-choose-list::-webkit-scrollbar,.product_spec_list::-webkit-scrollbar,.solutions_products_list.list_features::-webkit-scrollbar {
    display:none;
}
.reasons-choose-list .reasons-choose-item,.product_spec_list .pd-product-item,.solutions_products_list.list_features .list_features_item{
  flex: 0 0 66%;
  scroll-snap-align: start;
  height: auto;
  align-self: stretch;
}
  .lp-form-title {
    font-size: 1.5em;
    line-height: 1.3;
}
  .lp-taxonomy-form .lp-taxonomy-form-inner {
    margin: 0em auto;
    padding: 2em 1em;
}
        .mobile-category-dropdown {
        display: block;
        position: relative;
        margin-bottom: 15px;
    }

    .mobile-dropdown-current {
    display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 12px 15px;
    color: var(--primary-color);
        border-radius: 10px;
        background: rgba(0, 0, 0, 1);
        cursor: pointer;
    }
.mobile-dropdown-current svg path{
    fill: var(--primary-color);
}
    .mobile-dropdown-list {
        position: absolute;
        top: calc(100% + 5px);
        left: 0;
        right: 0;
        background: #000000;
        color: #fff;
        border-radius: 10px;
        max-height: 300px;
        overflow-y: auto;
        display: none;
        z-index: 99;
    }

    .mobile-dropdown-list.open {
        display: block;
    }

    .mobile-dropdown-item {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px 15px;
        cursor: pointer;
    }

    .mobile-dropdown-item:hover {
        background: #201f1f;
    }

    .mobile-dropdown-item img,
    .mobile-dropdown-current img {
        width: 24px;
        height: 24px;
        object-fit: contain;
    }

    .er-parent-tabs-inner ,.pd-parent-tabs-inner {
        display: none;
    }
    .products-tab,  section.banner_promotion,.h_partner_content  {
    padding-top: 0 !important;
}
.product-item .box .post-title {
    font-size: 1.1em;
}
    .car-search-form input, .car-search-form select {
    padding: 10px 20px;
    font-size: 14px;
}
.car-search-form button{
  font-size: 16px;
}
    .post-featured__content,.post-small__content {
    padding: 20px;
}
.post-featured__excerpt {
    margin-bottom: 15px;
}
    .post-small__title a, .post-featured__title a {
    font-size: 16px;
}
.post-small__excerpt, .post-featured__excerpt{
    font-size: 14px;
}
    .h_box_news_content{
        font-size: 15px;
    }
    .er-loadmore { 
    border-radius: 99px;
    margin: 10px auto 10px !important;
    font-size: 14px;
}
    .product-item .box,.product-filter .product-list-wrap .col.product-item .col-inner{
        border-radius: 10px;
    }
    .items-small .product-item .box .post-title {
    font-size: 14px;
    min-height: unset;
}
.product-item .btn-view-more {
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 5px;
}
    .product-item .box-text .post-title a, .product-item .box .post-price-wrap{
        min-height: unset !important;
    } 
    .er-loadmore-wrap img{
        width: 14px;
    }
    .product-filter .product-list-wrap {
    padding: 15px 10px;
}
    .er-child-tabs .er-child-tab.er-child-tab-parent {
    font-size: 14px;
    padding: 0px 15px;
}
.er-child-lists button.er-child-tab {
    font-size: 12px;
}
.er-child-lists{
    padding-top: 0px;
}
.er-child-tabs .slick-prev {
    left: -2px;
    top: 14px;
}
.er-child-tabs .slick-next {
        right: -3px;
        top: 14px;
}
.er-child-tabs .slick-prev:before, .er-child-tabs .slick-next:before{
    font-size: 20px !important;
}
    .why_choose_right_btn a {
    font-size: 14px;
    }
    .why_choose_right h3 {
    font-size: 30px;
    margin-bottom: 10px;
}
    .why_choose_right {
    padding: 2em 1.5em;
    font-size: 14px;
}
 .stats-section{
    gap: 12px;
    margin-bottom: 2em;
 }
    .stat-number {
    font-size: 26px;s
    margin-bottom: 8px;
}
    .stat-card {
    border-radius: 20px;
    min-height: 165px;
    padding: 15px;
}
.stat-text {
    font-size: 15px;
}
    .h_video_tabs-buttons {
    justify-content: start;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 7.5px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
button.h_video_tabs-link.active{
        background: var(--color-primary);
        border-color: var(--color-primary);
        color: #fff;
}
.h_video_tabs-buttons::-webkit-scrollbar{
    display:none;
}
.h_video_slide .slick-prev {
    left: -15px;
    z-index: 2;
}
.h_video_slide .slick-next {
    right: -9px;
    z-index: 3;
}
    .h_video_tabs-link{
        flex: 0 0 38%;
    scroll-snap-align: start;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 10px;
    }
    
    .h_about_us p {
    text-align: justify !important;
}
    .h-primary-title,.product-search-form h2 {
    font-size: 20px;
    margin-bottom: 15px;
}
.h_about_us h3 {
    font-size: 16px;
    line-height: 1.5;
}
.h_box_news .h-primary-title br {
        display: none;
}
.h_box_news .h-primary-title span {
    font-size: 1.5rem;
}
.h_box_news .h-primary-title {
    font-size: 18px;
}
  .h_box_news_content_right {
    display: none;
  }
  .post-small {
    grid-template-columns: 1fr;
  }

  .post-small__thumb {
    height: 220px;
  }
}
@media (max-width: 576px) { 
  .lp-sub-title{
    font-size: 16px;
        padding: 10px 8px;
  }
  .question-box .accordion-container .pd-accordion-content{
    padding:1rem;
  }
  .question-box .accordion-container .pd-accordion-content,.question-box .accordion-container .pd-accordion-title {
    font-size: 14px;
  }
  .h_search_product.pd-2 {
    padding: 0 !important;
}
  .feature-item-list {
    padding: 1rem;
}
.feature-item-list div {
    font-size: 14px;
}
  .block_content_choose_us {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}
  .list_features {
    gap: 15px;
}
.list_features_item_title{
        font-size: 14px;
        text-align: justify;
}
    .desc, .desc p {
        font-size: 14px;
        text-align: justify !important;
    }
  .conclude{
    margin-bottom: 2rem;
  }
  .conclude_content {
    font-size: 14px;
    text-align: justify;
}
  .conclude_item {
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
}
  .list_why_choose_content .list_why_choose_text_highlight{
    font-size: 14px;
  }
  .list_why_choose_content .list_why_choose_text_desc {
    margin-bottom: 10px;
    font-size: 14px;
}
  .list_why_choose_content{
    padding: 1rem;
  }
    .note_installation .list_why_choose_item .list_why_choose_content {
        padding: 8px;
        border-radius: 10px;
    }
    .note_installation .list_why_choose_item .list_why_choose_content .list_why_choose_text_desc,  .note_installation .list_why_choose_item .list_why_choose_content .list_why_choose_text_desc p {
        margin-bottom: 5px;
        font-size: 12px;
    }
    .note_installation .list_why_choose_item .list_why_choose_img img {
    border-radius: 10px;
  }
    .note_installation .list_why_choose_item {
    grid-template-columns: repeat(1, 100px 1fr);
    gap: 8px;
    margin-bottom: 8px;
}
  .list_why_choose_item,.why_choose.screen .list_why_choose_item {
    grid-template-columns: repeat(1, 1fr);
}
.list_why_choose_img {
        margin: auto;
        width: 100%;
        text-align: center;
}
  .product_logo_brand {
    justify-content: start;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 5px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
  .product_logo_brand_item {
    flex: 0 0 28%;
    scroll-snap-align: start;
}
  .product-btn-more {
    padding: 5px 15px;
    font-size: 13px;
}
  .product-info .price,.product-info .price .origin-price {
    font-size: 16px;
  }
  .product-name a {
        font-size: 14px;
        line-height: 1.3;
        min-height: unset;
  }
  .pd-product-item {
    padding: 8px;
    border-radius: 10px;
}
.pd-product-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.btn_gr_call a {
    font-size: 12px;
    letter-spacing: -0.5px;
} 
.btn_group_hotline_zalo {
    gap: 15px;
}
}
@media (min-width: 1200px) {
.h_search_product,.products-tab,.h_customer_content,.h_about_us,.features-box,.why_choose,.product_spec,.gallery-image-tpe,.how_to_buy{
    position: relative;
}
.h_search_product:before,.h_customer_content:before,.h_about_us:before,.features-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: rgb(255 17 0 / 50%);
    filter: blur(120px);
    z-index: 0;
    display: block;
    opacity: .4;
}
.products-tab.i1:before,.why_choose:after,.product_spec:after,.gallery-image-tpe:after,.how_to_buy:after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: rgb(255 17 0 / 50%);
    filter: blur(120px);
    z-index: 0;
    display: block;
    opacity: .4;
}
}