:root {
  --primaryColor: #2bb625;
  --secondaryColor: #22951d;
  --primaryDarkTextColor: #000;
  --primaryLightTextColor: #fff;
  --secondaryDarkTextColor: #000;
  --secondaryLightTextColor: #fff;
}
.primary-color {
  color: var(--primaryColor) !important;
}
.secondary-color {
  color: var(--secondaryColor) !important;
}

.btn:focus {
  box-shadow: none;
}
.btn {
  font-size: inherit;
}
.form-control:focus {
  box-shadow: none;
}
.form-control {
  font-size: inherit;
}

.bg-gradient-primary {
  --angle: 180deg;
  --colorFrom: #fff;
  --colorTo: #f8b748;
  background: var(--colorFrom);
  background: -moz-linear-gradient(
    var(--angle),
    var(--colorFrom) 0%,
    var(--colorFrom) 30%,
    var(--colorTo) 100%
  );
  background: -webkit-linear-gradient(
    var(--angle),
    var(--colorFrom) 0%,
    var(--colorFrom) 30%,
    var(--colorTo) 100%
  );
  background: linear-gradient(
    var(--angle),
    var(--colorFrom) 0%,
    var(--colorFrom) 30%,
    var(--colorTo) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=var(--colorFrom),endColorstr=var(--colorTo),GradientType=1);
  background-repeat: no-repeat;
}
.waitting {
  position: relative;
  z-index: 1;
}
.waitting::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 98;
}
.waitting::before {
  content: "\f1ce";
  font-family: "FAS";
  color: var(--primaryColor);
  z-index: 99;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 3em;
  line-height: 1;
  display: block;
  animation: rotation 2s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.webkit-box {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
body {
  font-family: var(--primaryFont);
  color: var(--primaryDarkTextColor);
  font-size: 18px;
}
.navbar-toggler {
  font-size: 18px;
}
.logo img {
  height: 70px;
}
.single-container + .single-container {
  padding-top: 2rem;
}
a {
  text-decoration: none;
  transition: all 0.3s;
  color: inherit;
}
a:hover {
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--primaryFont);
}
section {
  position: relative;
  z-index: 1;
  padding: 3rem 0;
}
img {
  max-width: 100%;
}
footer .container-fluid,
section .container-fluid {
  --bs-gutter-x: 4rem;
}
.container-fluid {
  max-width: 1920px;
}
.stars-container {
  font-size: inherit;
}
.ten-cong-ty {
  margin: 0;
  font-family: var(--thirdFont);
  text-transform: uppercase;
  font-weight: 500;
}
.img-container {
  position: relative;
  z-index: 1;
  display: block;
  padding-bottom: 100%;
  width: 100%;
}
.img-container img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.iframe-container {
  position: relative;
  z-index: 1;
  display: block;
  padding-bottom: 48%;
  width: 100%;
}
.iframe-container iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.title {
  font-family: var(--thirdFont);
  margin-bottom: 3rem;
  font-size: 2.3em;
  font-weight: 700;
}
.ckeditor-content {
}
.ckeditor-content > p:last-child {
  margin-bottom: 0 !important;
}
.ckeditor-content tbody,
.ckeditor-content td,
.ckeditor-content tfoot,
.ckeditor-content th,
.ckeditor-content thead,
.ckeditor-content tr {
  border-width: inherit;
}
.btn.btn-shoppingcart {
  background-color: var(--primaryColor);
  color: #fff;
  height: 46px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 1.1em;
  font-weight: normal;
}
/* header */

.top-header {
  padding: 0;
  background-color: var(--primaryColor);
  color: #fff;
}
.top-header .nav {
  column-gap: 1.5rem;
  row-gap: 2px;
}
.top-nav-mxh {
  column-gap: 0.5rem !important;
  font-size: 1.2em;
}
.top-nav-mxh a {
  display: flex;
  width: 55px;
  height: 55px;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: #fff;
/*  background-color: var(--secondaryColor);*/
}
.main-nav {
  position: relative;
  z-index: 3;
  background-color: var(--primaryColor);
  color: #fff;
  font-weight: 400;
}
.main-nav .nav.main-navbar {
  flex-wrap: nowrap;
}
.main-nav .nav.main-navbar > .nav-item > a {
  padding: 1.2rem 0;
  display: block;
  line-height: 1;
  font-size: 1.111111111em;
}
.main-nav .nav.main-navbar.nav-second {
  column-gap: 10px;
  align-items: center;
}
.main-nav .nav.main-navbar.nav-second .nav-item {
  line-height: 1;
}
.main-nav .nav.main-navbar.nav-second a {
  text-transform: none;
}
.main-nav .nav.main-navbar.nav-second a img {
  height: 35px;
}
.main-nav .nav.main-navbar.nav-second a.gio-hang img {
  height: 25px;
}
.main-nav .nav.main-navbar a:hover {
}
.main-nav .nav.main-navbar li.nav-item:hover > a {
  text-shadow: none;
}
.main-nav .nav.main-navbar li.nav-item.has-sub {
  position: relative;
  z-index: 3;
}
.main-nav .nav.main-navbar li.nav-item.has-sub > .nav {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  min-width: 100%;
  height: auto;
  background-color: var(--primaryColor);
  padding: 0.5rem 0;
  flex-direction: column;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  transform: translateY(-10px);
  box-shadow: 0 3px 6px #00000029;
}
.main-nav .nav.main-navbar li.nav-item.has-sub:hover > .nav {
  opacity: 1;
  transform: none;
  visibility: visible;
}
.main-nav .nav.main-navbar li.nav-item.has-sub > .nav > .nav-item > a {
  display: block;
  padding: 0.7rem 1.5rem;
  white-space: nowrap;
  border-left: 4px solid transparent;
  margin-right: 20px;
}
.main-nav .nav.main-navbar li.nav-item.has-sub > .nav > .nav-item > a:hover {
  border-color: #fff;
  color: #fff;
  text-shadow: none;
  margin-left: 20px;
  margin-right: 0;
}
.mega-menu-container {
}
.mega-menu-container .btn.btn-mega-toggle {
  display: block;
  border-radius: 0;
  padding: 20px 12px;
  background-color: var(--secondaryColor);
  color: #fff;
  line-height: 1;
  font-size: 1.1em;
}
.mega-menu-container .btn.btn-mega-toggle span {
  padding-left: 5px;
  padding-right: 15px;
}
.mega-menu-container .btn.btn-mega-toggle .icon-angle {
  font-size: 0.8em;
}
.mega-menu-container .btn.btn-mega-toggle .icon-angle::before {
  content: "\f107";
}
.mega-menu-container .mega-menu-content {
  display: flex;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 1;
  color: #222;
  transform: translateY(10px);
  transition: all 0.2s;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}
.mega-menu-container:hover .mega-menu-content {
  transform: none;
  opacity: 1;
  visibility: visible;
}
.mega-menu-container .mega-menu-content .tab-content {
  padding: 1rem 0;
}
.mega-menu-container .mega-menu-content .tab-content .nav {
  flex-direction: column;
}
.mega-menu-container .mega-menu-content .tab-content .nav .nav-item a {
  display: block;
  padding: 5px 20px;
  font-size: 0.9em;
}
.mega-menu-container
  .mega-menu-content
  .tab-content
  .nav
  .nav-item.nav-title
  a {
  font-size: 1.2em;
  font-weight: 700;
}
.mega-menu-container .mega-menu-content .tab-content .nav .nav-item a:hover {
  color: var(--primaryColor);
  text-shadow: none;
}
.mega-menu-container .mega-menu-content .nav.nav-title {
  flex: 0 0 auto;
  flex-direction: column;
  border-right: 1px solid #f2f2f2;
}
.mega-menu-container .mega-menu-content .nav.nav-title > .nav-item > a {
  display: block;
  padding: 7px 12px;
  white-space: nowrap;
}
.mega-menu-container
  .mega-menu-content
  .nav.nav-title
  > .nav-item
  + .nav-item
  > a {
  border-top: 1px solid #f2f2f2;
}
.mega-menu-container .mega-menu-content .nav.nav-title > .nav-item > a.active,
.mega-menu-container .mega-menu-content .nav.nav-title > .nav-item > a:hover {
  background-color: var(--primaryColor);
  color: #fff;
  text-shadow: none;
}
.mid-header {
  padding: 1.5rem 0;
  color: #000;
  background-color: #fff;
}
.mid-header .hotline img {
  height: 65px;
}
.mid-header .hotline span {
  display: block;
  color: #484848;
  font-weight: 100;
}
.mid-header .hotline a {
  display: block;
  font-weight: 600;
  color: #ff2424;
  line-height: 1.2;
}
.mid-header .btn.btn-cart {
  background-color: var(--primaryColor);
  color: #fff;
  border-radius: 0;
  padding: 14px 5px;
  font-weight: 100;
  font-size: inherit;
  text-transform: uppercase;
}
.mid-header .btn.btn-cart i {
  font-size: 1.3em;
}
.form-search {
  --height: 46px;
}
.form-search .form-control {
  border-radius: 0;
  border: 1px solid var(--primaryColor);
  border-right: 0;
  padding: 0 1rem;
  height: var(--height);
}
.form-search .form-control::placeholder {
  color: inherit;
}
.form-search .btn-search {
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--height);
  padding: 0 3rem;
  background-color: var(--primaryColor);
  color: #fff;
  border-radius: 0;
  border: 1px solid var(--primaryColor);
  font-size: 1.2em;
}

.btn.btn--readmore {
  color: #fff;
  background-color: var(--primaryColor);
  border-radius: 0;
}

.product-category {
  position: relative;
  z-index: 1;
}
.product-category .btn.btn-product-category {
  width: 100%;
  background-color: var(--secondaryColor);
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  font-size: inherit;
  padding: 0.7rem 1rem;
  text-align: start;
  font-size: 1.3em;
}
.product-category > .nav {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  flex-direction: column;
  background-color: #f8f8f8;
  color: #3f3f3f;
  margin-top: 1rem;
  padding-top: 10px;

  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.product-category:hover > .nav {
  opacity: 1;
  visibility: visible;
}
.product-category > .nav > .nav-item > a {
  display: block;
  padding: 10px 10px;
}
.product-category > .nav > .nav-item > a:hover {
  background-color: var(--primaryColor);
  color: #fff;
}
.product-category > .nav > .nav-item > a > img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.product-category > .nav > .nav-item > a:hover > img {
  filter: brightness(0) invert(1);
}
.product-category .btn.btn--readmore {
  width: 100%;
  margin-top: 10px;
  padding: 14px 10px !important;
}
/* End header */

/* footer */
footer {
  position: relative;
  z-index: 1;
  font-size: inherit;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  background-color: var(--primaryColor);
}
/* footer::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(255, 255, 255, 1) 200%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(255, 255, 255, 1) 200%
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(255, 255, 255, 1) 200%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
  mix-blend-mode: multiply;
  isolation: isolate;
} */

.main-footer {
  position: relative;
  z-index: 1;
  padding: 2.5rem 0;
}

.bottom-footer {
  background-color: var(--secondaryColor);
  color: #fff;
  padding: 0.5rem 0;
}
.bottom-footer .nav.nav-social {
  column-gap: 1.5rem;
}

.item-footer {
}
.item-footer .tieu-de {
  font-weight: 500;
  font-size: 1.4em;
  margin-bottom: 2.5rem;
  line-height: 1.2;
  margin-top: 10px;
  text-transform: uppercase;
}
.item-footer .mo-ta {
}
.item-footer .mo-ta p {
  margin-bottom: 8px;
}
.item-footer .mo-ta table tr > td + td {
  padding-left: calc(var(--bs-gutter-x));
}
/* End footer */

/* .swiper */
.swiper {
  padding: var(--bs-gutter-y, 0px) var(--bs-gutter-x, 0px);
  margin-right: calc(-1 * var(--bs-gutter-x, 0px));
  margin-left: calc(-1 * var(--bs-gutter-x, 0px));
  margin-top: calc(-1 * var(--bs-gutter-y, 0px));
  margin-bottom: calc(-1 * var(--bs-gutter-y, 0px));
}
/* .swiper */

/* news-card */
.news-card {
  background-color: #fff;
}
.news-card .info {
  padding: 1.2rem;
  text-align: center;
  color: #252525;
}
.news-card .date {
  color: #515151;
  font-size: 0.9em;
}
.news-card .tieu-de {
  font-size: 1.1em;
  font-weight: 500;
  display: block;
  margin-top: 0.4rem;
}
.news-card .mo-ta {
  margin-top: 0.5rem;
}

.news-card .img-container {
  padding-bottom: 69.143%;
}
.news-card-2 .img-container {
  overflow: hidden;
  border-radius: 50px 0;
}
.news-card-2 .tieu-de {
  display: block;
  font-weight: bold;
  font-size: 1.111111em;
}
.news-card-2 .mo-ta {
  opacity: 0.6;
  -webkit-line-clamp: 3;
}

.news-card-3 {
}
.news-card-3 .img-container {
  overflow: hidden;
  border-radius: 50px 0;
  padding-bottom: 61.594%;
}
.news-card-3 .date {
  margin-bottom: 10px;
}
.news-card-3 .tieu-de {
  font-weight: bold;
  margin-bottom: 7px;
  font-size: 1.38889em;
}
.news-card-3 .mo-ta {
  -webkit-line-clamp: 4;
  opacity: 0.8;
}
/* End news-card */

/* product-card */
.product-card .back-img{
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.product-card:hover .back-img{
    opacity: 1;
}

.product-card .back-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-card .img-container {
  padding-bottom: 94.47%;
}

.product-card .info {
  padding: 0.7rem;
  background-color: #fafafa;
}
.product-card .tieu-de {
  display: block;
  margin-bottom: 0.6rem;
  line-height: 1.4;
}

.gia-container {
  line-height: 1.2;
  color: #ff1b1b;
  font-size: 1em;
}
.gia-container .currency {
  margin-left: 2px;
  line-height: 1.2;
}
.gia-container .old {
  text-decoration: line-through;
  font-size: 0.8em;
  font-weight: normal;
  margin-left: 0.5rem;
  color: #959595;
}

.product-card-2 {
  background-color: #fbfbfb;
}
.product-card-2 .info {
  padding: 1rem;
}
.product-card-2 .tieu-de {
  display: block;
  font-weight: bold;
  font-size: 1.1em;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 7px;
  text-align: center;
}
.product-card-2 .mo-ta {
  font-size: 0.9em;
}
.product-card-3 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 50px 0;
}
.product-card-3 .bg--info {
  background-color: var(--primaryColor);
  mix-blend-mode: multiply;
}
.product-card-3 .bg--info * {
  opacity: 0;
}
.product-card-3 .bg--info,
.product-card-3 .info {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1.3rem 1.5rem;
  color: #fff;
}
/* End product-card */

/* services-card */
.services-card {
  /* border: 1px solid var(--primaryColor); */
  border-radius: 0 0 0 40%;
  overflow: hidden;
  padding: 30px 85px;
  box-shadow: -3px 3px 0 4px var(--primaryColor);
  background-color: #fff;
}
.services-card .img-container {
  padding-bottom: 80%;
}
.services-card .info {
  text-align: center;
  /* padding: 0 80px; */
  padding-bottom: 25px;
  padding-top: 1rem;
  color: #111111;
}
.services-card .tieu-de {
  font-size: 1.4em;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 8px;
}
.services-card .gia {
  margin-bottom: 1.5rem;
}
.btn.btn-booking {
  background-color: var(--primaryColor);
  color: #fff;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 300;
  border: 1px solid var(--primaryColor);
}
.btn.btn-booking:hover {
  background-color: transparent;
  color: var(--primaryColor);
  text-shadow: none;
}
/* End services-card */

/* catalouge-card */
.catalouge-card {
  position: relative;
  z-index: 1;
}
.catalouge-card .info {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--primaryColor);
  z-index: 1;
}
.catalouge-card .tieu-de {
  display: block;
  padding: 5px;
}
.catalouge-card .img-container {
  overflow: hidden;
  border-radius: 50px 0;
}
/* End catalouge-card */

/* slider */
.slider {
  padding-top: 0;
  padding-bottom: 0;
}
.slider .container-fluid {
  --bs-gutter-x: 0;
}
.slider .swiper-button-next:after,
.slider .swiper-button-prev:after {
  content: unset;
}
.slider .swiper-button-next img,
.slider .swiper-button-prev img {
  height: 100%;
  width: 100%;
}
.slider .swiper-button-prev,
.slider .swiper-button-next {
  position: static;
  width: 15px;
  height: 15px;
  margin: 0;
  transform: none;
}

.slider .swiper-button-prev.swiper-button-disabled,
.slider .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.slider .swiper-pagination {
  position: static;
  transform: none;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  --swiper-pagination-bullet-size: 9px;
  --swiper-pagination-bullet-horizontal-gap: 6px;
  --swiper-pagination-bullet-vertical-gap: 3px;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-color: var(--primaryColor);
}
.slider .swiper-group-control {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 3px;
}
.slider .swiper-pagination .swiper-pagination-bullet {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-items: center;
}
.slider .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  display: none;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.slider
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  display: block;
}
.slider .slide-item {
  position: relative;
  z-index: 1;
}
.slider .slide-item .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  z-index: 3;
  color: var(--primaryLightTextColor);
}
.slider .slide-item .tieu-de {
  display: block;
  font-family: var(--primaryFont);
  font-weight: bold;
  font-size: 82px;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  transition: all 0.8s;
  opacity: 0;
  transform: translateX(-100px);
  transition-delay: 0.5s;
}
.slider .slide-item .mo-ta {
  display: block;
  font-family: var(--primaryFont);
  font-size: 32px;
  line-height: 1.1;
  transition: all 0.8s;
  opacity: 0;
  transform: translateX(100px);
  transition-delay: 0.5s;
}
.slider .swiper-slide-active .slide-item .mo-ta,
.slider .swiper-slide-active .slide-item .tieu-de {
  opacity: 1;
  transform: none;
}

.form-dang-ki-email {
  font-size: 20px;
}
.form-dang-ki-email .form-control {
  border: 1px solid #2b5223;
  border-radius: 10px 0 0 10px;
  padding: 10px 20px;
  background-color: transparent;
}
.form-dang-ki-email .btn.btn-dang-ky {
  background-color: #2b5223;
  color: #fff;
  border-radius: 0 10px 10px 0;
  padding: 10px 10px;
  width: 100%;
  border: 1px solid #2b5223;
  border-left: 0;
  white-space: nowrap;
}
.form-dang-ki-email .btn.btn-dang-ky:hover {
  background-color: transparent;
  color: #2b5223;
}
.form-dang-ki-email .btn.btn-dang-ky img {
  height: 1em;
  margin-left: 2px;
}
.nav.nav-icon-social {
  row-gap: 9px;
  column-gap: 16px;
}
.nav.nav-icon-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 55px;
  height: 55px;
  background-color: #fff;
  border-radius: 50%;
  color: var(--secondaryColor);
  box-shadow: 0 3px 6px hsla(0, 0%, 0%, 0.16);
  font-size: 1.1em;
}
.nav.nav-icon-social a:hover {
  background-color: var(--secondaryColor);
  color: #fff;
}
.nav.nav-icon-social a > * {
  height: 35px;
}
/* End slider */

/* banner */
.banner {
}

.banner .banner-item {
  position: relative;
  z-index: 1;
}
.banner .banner-item .img-container {
  background-color: #fff;
  overflow: hidden;
}
.banner .banner-item .img-container img {
  opacity: 0.17;
  transition: all 0.5s;
}
.banner .banner-item:hover .img-container img {
  transform: scale(1.4) rotate(-5deg);
}
.banner .banner-item .info {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  text-align: center;
  padding: 0 1.5rem;
}
.banner .banner-item .tieu-de {
  display: block;
  font-size: 58px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.banner .banner-item .mo-ta {
  color: #111111;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 0.8rem;
}
.banner .banner-item .readmore {
  color: var(--primaryColor);
  font-size: 34px;
  font-weight: 300;
}

/* End banner */

/* cam-nhan-khach-hang */
.cam-nhan-khach-hang {
}
.cam-nhan-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
}
.cam-nhan-item .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: hsla(0, 0%, 0%, 0.8);
  color: var(--secondaryColor);
  padding: 1.2rem 0;
  z-index: 1;
  transition: all 0.3s;
  transform: translateY(100%);
  opacity: 0;
}
.cam-nhan-item:hover .info {
  opacity: 1;
  transform: none;
}
/* End cam-nhan-khach-hang */

/* san-pham */
.san-pham {
}
.san-pham .title-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 3px solid var(--primaryColor);
  margin-bottom: 2rem;
}
.san-pham .title-product > span {
  font-family: var(--thirdFont);
  display: block;
  font-size: 1.7em;
  text-transform: uppercase;

  background: rgb(34 149 29);
  background: -moz-linear-gradient(
    0deg,
    rgb(34 149 29) 0%,
    rgb(43 182 37) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgb(34 149 29) 0%,
    rgb(43 182 37) 100%
  );
  background: linear-gradient(
    0deg,
    rgb(34 149 29) 0%,
    rgb(43 182 37) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e5aa4",endColorstr="#3e77b9",GradientType=1);
  color: #fff;
  padding: 7px 20px;
  padding-top: 17px;
  padding-right: 5.5rem;
  line-height: 1.2;
  clip-path: polygon(0 0, calc(100% - 3rem) 0, 100% 100%, 0% 100%);
}
.san-pham .title-product > select.form-select {
  padding: 0.375rem 3rem 0.375rem 0.75rem;
  width: auto;
  background-color: var(--primaryColor);
  color: #fff;
  box-shadow: none;
  border-radius: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  font-size: inherit;
}
/* End san-pham */

/* custome-pagination  */
.custome-pagination {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  padding: 0;
  margin: 0;
}
.custome-pagination a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  line-height: 1;
  border: solid 1px #ddd;
  color: #000;
  text-align: center;
}
.custome-pagination a:focus,
.custome-pagination a:hover,
.custome-pagination a.active {
  background-color: var(--primaryColor);
  color: #fff;
}
.custome-pagination-2 {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  padding: 0;
  margin: 0;
}
.custome-pagination-2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid var(--primaryColor);
  background-color: transparent;
  padding: 1px;
}
.custome-pagination-2 a::before {
  display: block;
  content: "";
  background-color: transparent;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.custome-pagination-2 a.active::before {
  background-color: var(--primaryColor);
}
/* End custome-pagination  */

/* san-pham-detail */

.product-infomation .gia-container {
  font-size: 2em;
  color: red;
}
/* .product-infomation .title {
  position: relative;
  z-index: 1;
  text-transform: none;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 1rem;
} */
/* .product-infomation .title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 5px;
  width: 50px;
  background-color: #999;
} */

.product-infomation .nav-property {
}
.product-infomation .nav-property .nav-tabs {
  border: 0;
  gap: 12px;
}
.product-infomation .nav-property .nav-tabs .nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 0;
  width: 60px;
  height: 60px;
  border: 1px solid;
  color: #929292;
  margin: 0;
}
.product-infomation .nav-property .nav-tabs .nav-link.active {
  color: var(--primaryColor);
}
.product-infomation .btn.btn-addcart {
  background-color: var(--primaryColor);
  color: #fff;
  padding: 0 55px;
  height: 50px;
  line-height: 46px;
  font-weight: 500;
  border: 1px solid var(--primaryColor);
  border-radius: 4px;
}
.product-infomation .btn.btn-addcart:hover {
  background-color: var(--secondaryColor);
  text-shadow: none;
}
.product-infomation .select-thuoc-tinh {
  border-radius: 0;
  box-shadow: none;
  border-color: #000;
  font-size: inherit;
}
.product-infomation .accordion {
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-border-radius: 0;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-active-color: currentColor;
  --bs-accordion-body-padding-x: 0;
  --bs-accordion-btn-padding-x: 0;
  --bs-accordion-btn-padding-y: 1.5rem;
}
.product-infomation .accordion .accordion-item {
  border-left: 0;
  border-right: 0;
}
.product-infomation .accordion .accordion-button {
  font-size: 1.2em;
  font-weight: 500;
  box-shadow: none;
}
.product-infomation .accordion .accordion-header {
}
.product-infomation .nav-tabs {
  column-gap: 0.2rem;
}
.product-infomation .nav-tabs .nav-link {
  border: 0;
  border-radius: 0;
  margin-bottom: -2px;
  font-size: 0.9em;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  padding: 15px 22px;
  border-top: 4px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background-color: rgba(0, 0, 0, 0.04);
  color: #666666d9;
}
.product-infomation .nav-tabs .nav-link.active {
  border-top-color: var(--primaryColor);
  background-color: #fff;
  color: #111111d9;
}
.product-infomation .tab-content .tab-pane {
  padding: 2rem;
  border: 1px solid #ddd;
  border-top: 0;
  background-color: #fff;
}
.product-infomation .tab-content .tab-pane .table {
  font-size: inherit;
  color: #666;
}
.product-infomation .tab-content .tab-pane .table > :not(caption) > * > * {
  padding: 0.7rem 0.5rem;
}
.product-infomation .tab-content .tab-pane .table th {
  color: #777;
  font-weight: 500;
}
.product-infomation .stars-container {
  color: #f5c733;
}
.product-infomation .noi-dung {
  max-height: 350px;
  overflow: hidden;
}
.product-infomation .noi-dung.show {
  max-height: none;
  overflow: visible;
}
.product-infomation .mo-ta p {
  margin-bottom: 0.4rem;
}
.btn-download-bg,
.btn-download {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  padding: 7px;
}
.btn-download-bg {
  background-color: var(--primaryColor);
  mix-blend-mode: multiply;
}
.btn-download-bg * {
  opacity: 0;
}
/* End san-pham-detail */

/* input-quantity */
.input-quantity {
  --inputHeight: 50px;
  display: flex;
  align-items: center;
  color: #121212bf;
  border: 0.1rem solid #12121214;
  font-size: 18px;
  border-radius: 5px;
}
.input-quantity input {
  height: var(--inputHeight);
  width: 60px;
  text-align: center;
  border: 0;
  padding: 0;
  line-height: var(--inputHeight);
  color: inherit;
  font-size: inherit;
  box-shadow: none;
  outline: none;
  border-left: 1px solid #12121214;
  border-right: 1px solid #12121214;
}
.input-quantity .btn {
  padding: 0;
  border: 0;
  height: var(--inputHeight);
  line-height: var(--inputHeight);
  width: var(--inputHeight);
  color: inherit;
  font-size: 32px;
  box-shadow: none;
}
.input-quantity .btn:hover {
  color: #000;
}

/* Chrome, Safari, Edge, Opera */
input.hidden-arrow::-webkit-outer-spin-button,
input.hidden-arrow::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.hidden-arrow[type="number"] {
  -moz-appearance: textfield;
}
/* End input-quantity */
/* side-menu */
.side-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.side-menu.active {
  opacity: 1;
  visibility: visible;
}
.side-menu .side-menu-content {
  width: 260px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  position: relative;
  z-index: 1;
  overflow: auto;
  padding: 15px;
  transition: all 0.3s ease;
  transform: translateX(-100%);
}
.side-menu .side-menu-content > .close-btn {
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: 16px;
  color: var(--primarycolor);
}
.side-menu.active .side-menu-content {
  transform: translateY(0);
}
.side-menu .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.side-menu .side-menu-content > .nav {
  border-bottom: 1px solid #cecece;
}
.side-menu .side-menu-content > .nav > .nav-item > .nav-link {
  display: block;
  padding: 7px 0;
  padding-right: 0;
  font-size: 1em;
  font-weight: normal;
  color: var(--darkColor);
  border-top: 1px solid #cecece;
}
.side-menu .side-menu-content > .nav > .nav-item.has-sub .nav {
  flex-direction: column;
}
.side-menu .side-menu-content > .nav > .nav-item.has-sub > .nav-link {
  position: relative;
}
.side-menu .side-menu-content > .nav > .nav-item.has-sub > .nav-link::before {
  position: absolute;
  top: 9px;
  right: 4px;
  content: "\f0d7";
  font-family: FAS;
  font-size: 9px;
}
.side-menu
  .side-menu-content
  > .nav
  > .nav-item.has-sub
  > .nav-link:not(.collapsed):before {
  content: "\f0d8";
}
.side-menu
  .side-menu-content
  > .nav
  > .nav-item.has-sub
  .nav
  > .nav-item
  > .nav-link {
  color: var(--darkColor);
  padding: 0.5rem;
}
/* End side-menu */

/* nhan-vien-ho-tro */
.nhan-vien-ho-tro {
  background-color: var(--secondaryColor);
  color: #fff;
}
.nhan-vien-ho-tro-card {
}
.nhan-vien-ho-tro-card .img-container {
  border-radius: 50%;
  overflow: hidden;
}
.nhan-vien-ho-tro-card .img-container img {
  object-fit: cover;
}
.nhan-vien-ho-tro-card .ten-bo-phan {
  font-weight: 100;
  margin-bottom: 5px;
  font-size: 1.1em;
}
.nhan-vien-ho-tro-card .ten {
  font-weight: 400;
  font-size: 1.1em;
}
.nhan-vien-ho-tro-card .btn.btn-contact {
  color: inherit;
  border: 1px solid;
  border-radius: 50px;
  line-height: 0;
  display: flex;
  align-items: center;
  column-gap: 10px;
  background-color: var(--primaryColor);
  padding: 4px;
  padding-right: 20px;
  transition: all 0.3s;
}
.nhan-vien-ho-tro-card .btn.btn-contact:hover > i {
  -webkit-animation-name: fa-shake;
  animation-name: fa-shake;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(
    --fa-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.nhan-vien-ho-tro-card .btn.btn-contact > i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  background-color: #fff;
  color: var(--primaryColor);
  border-radius: 50%;
  font-size: 0.8em;
  line-height: 0;
}
/* End nhan-vien-ho-tro */

/* page */
.page {
  padding-bottom: 1rem;
}

.page .banner-page .img-container::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: var(--primaryColor);
  mix-blend-mode: multiply;
}
.page .page-breadcrumb {
  padding: 1.5rem 0;
  background-color: #fafafa;
  margin-bottom: 1.5rem;
}
.page .page-breadcrumb .breadcrumb {
  --bs-breadcrumb-margin-bottom: 0;
  --bs-breadcrumb-divider: "\f054";
  --bs-breadcrumb-item-active-color: var(--primaryColor);
  --bs-breadcrumb-divider-color: #000;
}
.page .page-breadcrumb .breadcrumb-item::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.8em;
  float: none;
}
.page .page-side-menu .page-side-menu-title {
  background-color: var(--primaryColor);
  color: #fff;
  padding: 7px 15px;
  text-transform: uppercase;
  font-size: 1.111111111em;
  border-radius: 0 50px 0 0;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}
.page .page-side-menu .nav {
  flex-direction: column;
}
.page .page-side-menu .nav > .nav-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-top: 2px dashed transparent;
}
.page .page-side-menu .nav > .nav-item + .nav-item a {
  border-color: #c1c1c1;
}
/* End page */

/* tin-tuc-page */
.tin-tuc-page {
  background-color: #f5f5f5;
}
/* End tin-tuc-page */

/* gio-hang-page */
.gio-hang-page {
}
.gio-hang-page .table {
  font-size: 15px;
}
.gio-hang-page .table .gia {
  color: red;
}
.gio-hang-page .table .gia .old {
  text-decoration: line-through;
  color: #999;
  font-size: 0.8em;
}
.gio-hang-page .table .gia .currency {
  margin-left: 3px;
}
.gio-hang-page .form-cart {
  background-color: #fafafa;
  padding: 1.5rem;
}
.gio-hang-page .form-cart .form-control {
  border-radius: 0;
}
.gio-hang-page .form-cart.loadding {
  position: relative;
  z-index: 1;
}
.gio-hang-page .form-cart.loadding::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #fff;
  background-size: 15%;
  background-repeat: no-repeat;
  background-image: url("../images/loadding.gif");
  background-position: center;
  opacity: 0.6;
}
/* End gio-hang-page */

/* .thanh-cong-page */
.thanh-cong-page {
}
.thanh-cong-page .form-xac-nhan {
}
.thanh-cong-page .form-xac-nhan .title {
  font-size: 24px;
}
/* End thanh-cong-page */

/* form-dang-ky-email */
.form-dang-ky-email {
  padding: 3rem 0;
  background-color: #c09572;
  color: var(--primaryLightTextColor);
  --height: 50px;
}
.form-dang-ky-email .title {
  color: inherit;
  text-align: center;
}
.form-dang-ky-email .form-control {
}
.form-dang-ky-email .form-control {
  background-color: #fff;
  color: var(--primaryDarkTextColor);
  border: 0;
  border-radius: 50px 0 0 50px;
  padding: 0;
  padding-left: 25px;
  box-shadow: none;
  height: var(--height);
}
.form-dang-ky-email .btn.btn-sumbmit {
  background-color: #60412d;
  color: var(--primaryLightTextColor);
  width: 100%;
  padding: 0;
  padding-right: 40px;
  padding-left: 35px;
  height: var(--height);
  border-radius: 0 50px 50px 0;
  border: 0;
  font-size: 24px;
}
/* End form-dang-ky-email */

/* cam-ket */
.cam-ket {
  margin-top: 1rem;
  background-color: #f7f7f7;
}
.cam-ket-item {
}
.cam-ket-item .img-container {
  padding-bottom: 80%;
}
.cam-ket-item .info {
}
.cam-ket-item .tieu-de {
  line-height: 1.2;
  font-size: 1.2em;
  margin-bottom: 0.3rem;
}
.cam-ket-item .mo-ta {
  font-size: 0.9em;
}
/* End cam-ket */

/* video */
.video {
}
.video .img-container::before {
  content: "";
  background-color: #60412d;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  mix-blend-mode: multiply;
}
.video .img-container::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primaryLightTextColor);
  content: "\f04b";
  font-family: "FAS";
  font-size: 100px;
}
/* End video */

/* binh-luan */
.binh-luan {
}
.binh-luan .comment-box .single-comment + .single-comment {
  padding-top: 2rem;
}
.binh-luan .title {
  font-size: 1.3888888888em;
}
.binh-luan .sumary-box .col-text {
  width: 62px;
}
.binh-luan .sumary-box .col-text-sumary {
  text-align: center;
  width: 70px;
}
.binh-luan .fa-star {
  color: #fcbc41;
  font-size: 0.9em;
  margin-left: 5px;
}
.binh-luan .stars-container {
  letter-spacing: -3px;
}
.binh-luan .sumary-box .progress {
  --bs-progress-height: 10px;
  --bs-progress-bar-bg: var(--primaryColor);
  --bs-progress-bg: #fff;
  box-shadow: inset 0 3px 6px #00000029;
}
.binh-luan .sumary-box .progress .progress-bar {
  box-shadow: inset 0 3px 6px #00000029;
  border-radius: 50px;
}
.binh-luan .comment .avatar {
  margin-top: 7px;
  width: 70px;
}
.binh-luan .comment .tieu-de {
  margin-bottom: 3px;
}
.binh-luan .comment .mo-ta {
  opacity: 0.6;
}
.binh-luan .comment .line-gradient {
  width: 70px;
  height: 100%;
}
.binh-luan .comment .line-gradient > .line {
  margin: 0 auto;
  width: 4px;
  height: 100%;
  background: rgb(252, 249, 249);
  background: -moz-linear-gradient(
    0deg,
    rgba(252, 249, 249, 1) 0%,
    rgba(252, 249, 249, 1) 50%,
    rgba(239, 99, 39, 1) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(252, 249, 249, 1) 0%,
    rgba(252, 249, 249, 1) 50%,
    rgba(239, 99, 39, 1) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(252, 249, 249, 1) 0%,
    rgba(252, 249, 249, 1) 50%,
    rgba(239, 99, 39, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcf9f9",endColorstr="#ef6327",GradientType=1);
}
.binh-luan .product {
  margin-top: 0.8rem;
}
.binh-luan .product .img-product {
  width: 155px;
}
.binh-luan .product .tieu-de {
  font-size: 1.11111111em;
}
.binh-luan .form-comment .form-control {
  padding: 1.2rem 1rem;
  border: 1px solid transparent;
}
.binh-luan .form-comment .form-control:focus {
  border-color: var(--primaryColor);
  box-shadow: none;
}
.binh-luan .form-comment .btn.btn-submit {
  background-color: var(--primaryColor);
  color: #fff;
  border-radius: 25px;
  box-shadow: inset 0 3px 6px #00000029;
  padding: 7px 22px;
}
.binh-luan .form-comment .btn.btn-submit:hover {
  background-color: var(--secondaryColor);
}
.binh-luan .form-comment .form-control::placeholder {
  color: inherit;
  opacity: 0.6;
}
.binh-luan .rating-box {
  text-align: center;
  border: 1px solid var(--primaryColor);
  padding: 2.2rem 1rem;
  border-radius: 25px;
}
.binh-luan .rating-box .stars-container {
  color: #fcbc41;
  font-size: 2.5em;
  letter-spacing: normal;
  line-height: 1;
}
/* End binh-luan */

/* modal-default */
.modal-default {
}
.modal-default .modal-body {
  padding: 0.5rem 1rem;
}
.modal-default .modal-content {
  border-radius: 0;
  color: #fff;
  background-color: #1a1a1a;
}
.modal-default .modal-header {
  border: 0;
}
.modal-default .modal-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1.2;
}
.modal-default .modal-footer {
  border: 0;
}
.modal-default .form-control {
  border-radius: 0;
  background-color: transparent;
  border: 1px solid;
  color: inherit;
}
.modal-default .star-container {
  font-size: 32px;
}
.modal-default .form-control::placeholder {
  color: inherit;
}
.modal-default .btn.btn-submit {
  background-color: #fff;
  color: #000;
  border-radius: 0;
}
.modal-default .btn.btn-submit:hover {
  background-color: #ccc;
}
.modal-default .btn-close {
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
}
/* modal-default */

/* category-home */
.category-home {
}
.category-item {
}
.category-item .title {
  margin: 0;
}
.category-item .title span {
  display: inline-block;
  background-color: var(--primaryColor);
  color: #fff;
  text-transform: uppercase;
  padding: 7px 25px;
  border-radius: 0 35px;
}
.category-item .banner {
  display: block;
}
.category-item .nav-product-category {
  column-gap: 2rem;
  text-transform: uppercase;
}
.category-item .nav-product-category .nav-item a {
  display: block;
  border-radius: 50px;
  padding: 5px 12px;
}
.category-item .nav-product-category .nav-item a.active {
  color: #fff;
  background-color: var(--primaryColor);
}
.category-item .swiper-button-next {
  right: 0;
}
.category-item .swiper-button-prev {
  left: 0;
}
.category-item .swiper-button-next,
.category-item .swiper-button-prev {
  background-color: var(--primaryColor);
  mix-blend-mode: multiply;
  color: #fff;
  width: auto;
  height: auto;
  padding: 18px 8px;
  font-size: 1.4em;
  top: 37%;
}

.category-item .swiper-button-next::after,
.category-item .swiper-button-prev::after {
  font-size: inherit;
}
/* End category-home */

/* tin-tuc */
.tin-tuc {
  background-color: #fbfbfb;
}
/* End tin-tuc */

/* dich-vu-page */
.dich-vu-page {
  font-family: var(--thirdFont);
}

.dich-vu-card {
}
.dich-vu-card .info {
}
.dich-vu-card .mo-ta {
  margin-bottom: 1.5rem;
}
.dich-vu-card .tieu-de {
  display: block;
  font-size: 36px;
  color: var(--primaryColor);
  margin-bottom: 0.7rem;
  font-family: var(--secondaryFont);
  font-weight: bold;
}
.dich-vu-card .icon {
  margin-bottom: 1rem;
  padding-left: 200px;
}
.dich-vu-card .btn.btn-readmore {
  color: var(--primaryColor);
  border-radius: 50px;
  font-family: var(--secondaryFont);
  font-weight: bold;
  border: 3px solid var(--primaryColor);
  line-height: 1;
  padding: 10px 25px;
}
.dich-vu-card .btn.btn-readmore:hover {
  color: #fff;
  background-color: var(--primaryColor);
}

.list-dich-vu {
  padding-bottom: 3.5rem;
  background-image: url("../images/bg-dich-vu.png");
  background-repeat: repeat-y;
  background-size: 100% auto;
}

.gioi-thieu-dich-vu {
}
.gioi-thieu-dich-vu .mo-ta {
  font-size: 1.3em;
}
.gioi-thieu-dich-vu .icon {
  text-align: center;
  margin-bottom: 0.5rem;
}
.gioi-thieu-dich-vu .icon img {
  height: 250px;
}
.gioi-thieu-dich-vu .tieu-de {
  font-weight: 100;
  font-family: var(--secondaryFont);
  font-size: 72px;
}
.thanh-lap {
  padding-top: 3rem;
  padding-bottom: 7rem;
}
.thanh-lap .title {
  margin-bottom: 5rem;
  color: #5a5a5a;
  font-size: 36px;
}
.thanh-lap-item {
  text-align: center;
  padding: 0 50px;
}
.thanh-lap-item .img-container {
  margin-bottom: 1.5rem;
}
.thanh-lap-item .tieu-de {
  margin-bottom: 0.7rem;
  font-weight: bold;
  font-family: var(--secondaryFont);
  color: var(--primaryColor);
  text-transform: uppercase;
}
.thanh-lap-item .mo-ta {
  font-size: 0.9em;
}

.mo-hinh {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #000;
  color: #fff;
  padding: 3rem 0;
}
.mo-hinh .title {
  color: inherit;
  text-align: center;
  font-weight: 500;
  margin-bottom: 0;
  font-family: var(--secondaryFont);
}
.mo-hinh .title-description {
  color: inherit;
  text-align: center;
  font-size: 46px;
  font-weight: 300;
  font-family: var(--secondaryFont);
  margin-bottom: 3rem;
}
.mo-hinh-card .img-container {
  padding-bottom: 75%;
  margin-bottom: 2rem;
}
.mo-hinh-card .info {
  text-align: center;
}
.mo-hinh-card .btn.btn-readmore {
  border: 1px solid #fff;
  border-radius: 50px;
  background-color: #000;
  color: #fff;
  line-height: 1;
  padding: 10px 25px;
}
/* End dich-vu-page */

/* blog */
.blog {
  padding: 3rem 0;
}
.blog .blog-info {
  text-align: center;
}
.blog .title {
  text-align: center;
  color: var(--primaryColor);
  text-transform: uppercase;
  font-family: var(--secondaryFont);
  font-weight: bold;
  margin-bottom: 0;
}
.blog .title-description {
  font-size: 38px;
  color: #484949;
  font-weight: 500;
  font-family: var(--secondaryFont);
  margin-bottom: 0.5rem;
}
.blog .btn.btn-readmore {
  border: 0;
  border-radius: 50px;
  background-color: var(--primaryColor);
  color: #fff;
  font-weight: bold;
  font-family: var(--secondaryFont);
  font-size: 24px;
  padding: 12px 25px;
  line-height: 1;
}
.news--card-2 {
  background-color: #fff;
  box-shadow: 0 3px 6px hsla(0, 0%, 0%, 0.16);
}
.news--card-2 .info {
  padding: 1.5rem;
  font-family: var(--secondaryFont);
}
.news--card-2 .category {
  display: inline-block;
  background-color: var(--primaryColor);
  color: #000;
  font-size: 0.85em;
  border-radius: 4px;
  padding: 4px 15px;
  margin-bottom: 0.8rem;
}
.news--card-2 .tieu-de {
  margin-bottom: 0.8rem;
  font-size: 32px;
  font-weight: 500;
  color: #484949;
  line-height: 1.3;
}
.news--card-2 .date {
  font-weight: 300;
  font-size: 0.9em;
  color: #bcbcbd;
}
/* End blog */

/* san-pham-detail-page */
.san-pham-detail-page {
}
.san-pham-detail-page .swiper-product-images img {
  cursor: zoom-in;
}
.san-pham-detail-page .swiper-product-images-nav img {
  cursor: pointer;
}
.san-pham-detail-page .swiper-product-images-nav .swiper-slide-thumb-active {
  box-shadow: 0 3px 6px hsla(0, 0%, 0%, 0.32);
}
/* End san-pham-detail-page */

/* page lien-he-page */
.lien-he-page {
}
.lien-he-page .title-lienhe {
  margin-bottom: 1rem;
}
.lien-he-page .form-control {
  border-radius: 5px;
  padding: 12px 15px;
  border: 0;
  font-size: inherit;
  border: 3px solid var(--primaryColor);
}
.lien-he-page .form-control::placeholder {
  color: inherit;
}
.lien-he-page .form-control:focus {
  border-color: var(--primaryColor);
}
.lien-he-page .btn-lienhe {
  color: #fff;
  background-color: var(--primaryColor);
  border-radius: 25px;
  font-size: inherit;
  font-weight: 400;
  padding: 17px 51px;
  border: 0;
  box-shadow: inset 0 3px 6px #00000029;
}
.lien-he-page .btn-lienhe:hover {
  background-color: hsl(38, 97%, 44%);
}
.lien-he-page .nav-mxh {
  column-gap: 12px;
}
.lien-he-page .nav-mxh a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 2.2em;
  height: 2.2em;
  background-color: #fff;
  color: var(--primaryColor);
  border-radius: 50%;
  box-shadow: 0 3px 6px #00000029;
}
.lien-he-page select.form-control {
  padding: 10px 20px;
}
.lien-he-page .list-van-phong {
  flex-direction: column;
  overflow: auto;
  flex-wrap: nowrap;
  max-height: 412px;
}
/* width */
.lien-he-page .list-van-phong::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.lien-he-page .list-van-phong::-webkit-scrollbar-track {
  background: #e3e3e3;
}

/* Handle */
.lien-he-page .list-van-phong::-webkit-scrollbar-thumb {
  background: var(--primaryColor);
}

/* Handle on hover */
.lien-he-page .list-van-phong::-webkit-scrollbar-thumb:hover {
  background: var(--secondaryColor);
}
.lien-he-page .list-van-phong .nav-item {
  padding: 10px 5px;
}
/* End page lien-he-page *

/* build-pc-page */
.build-pc-page {
}
.build-pc-page .table > :not(caption) > * > * {
  padding: 1rem;
}
.btn.btn-add-item {
  color: #fff;
  background-color: #ff2424;
  border-radius: 5px;
}

.modal-sanpham {
  --bs-modal-border-radius: 0;
  --bs-modal-inner-border-radius: 0;
  --bs-modal-padding: 0 0 0 1rem;
}
.modal-sanpham .modal-header {
  display: block;
  background-color: var(--primaryColor);
  color: #fff;
  --bs-modal-header-padding: 0.5rem 1rem;
}
.modal-sanpham .btn-close {
  opacity: 1;
  background: none;
  line-height: 1;
  color: inherit;
  font-size: 1.5em;
}
.modal-sanpham .btn-close:hover {
  text-shadow: 0 0 2px #fff;
}
.modal-sanpham .modal-header .title {
  margin: 0;
  color: inherit;
  text-transform: none;
  font-size: 1.8em;
}
.modal-sanpham .modal-form-search {
  background-color: #fff;
  color: #000;
  padding-left: 0.8rem;
}
.modal-sanpham .modal-form-search .form-control {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  border: 0;
  height: auto;
}
.modal-sanpham .modal-form-search .btn.btn-submit {
  border: 0;
  border-radius: 0;
  --bs-btn-padding-y: 0.8rem;
}
.modal-sanpham .list-product {
  max-height: 73vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.modal-sanpham .filters {
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
}
/* width */
.modal-sanpham .list-product::-webkit-scrollbar,
.modal-sanpham .filters::-webkit-scrollbar {
  width: 12px;
}

/* Track */
.modal-sanpham .list-product::-webkit-scrollbar-track,
.modal-sanpham .filters::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 50px;
}

/* Handle */
.modal-sanpham .list-product::-webkit-scrollbar-thumb,
.modal-sanpham .filters::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 50px;
}

/* Handle on hover */
.modal-sanpham .list-product::-webkit-scrollbar-thumb:hover,
.modal-sanpham .filters::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.modal-sanpham .filters .filter-item {
  padding: 10px 1rem;
}
.modal-sanpham .filters .filter-item .property-title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.modal-sanpham .filters .filter-item h4 {
  font-size: 1.5em;
  color: #555;
  margin: 0;
  font-weight: bold;
}
.modal-sanpham .filters .property-list .filter-item,
.modal-sanpham .filters .filter-item + .filter-item {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e1e1e1;
}
.modal-sanpham .filters .filter-item .radio-property > input {
  display: none;
}
.modal-sanpham .filters .filter-item .radio-property > label {
  display: block;
  margin: 0;
  text-align: center;
  background-color: #e8e8e8;
  padding: 7px;
  border-radius: 2px;
  font-size: 0.9em;
  cursor: pointer;
}
.modal-sanpham .filters .filter-item .radio-property > input:checked + label {
  background: var(--primaryColor);
  color: #fff;
}
.ui-slider.price-range {
  height: 3px;
  background-color: #e1e4e9;
  border-radius: 0;
  border: 0 !important;
}
.ui-slider.price-range .ui-slider-handle {
  background-color: var(--primaryColor);
  border-radius: 50%;
  border: 0;
  top: 0;
  transform: translateY(-50%);
}
.ui-slider.price-range .ui-slider-handle span {
  position: absolute;
  bottom: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--primaryColor);
  color: #fff;
  font-size: 0.7em;
  padding: 3px 5px;
  border-radius: 3px;
  line-height: 1.2;
  white-space: nowrap;
}
.ui-slider.price-range .ui-slider-handle span::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 7px;
  height: 5px;
  background-color: inherit;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.ui-slider.price-range .ui-slider-range {
  border: 0;
  background-color: var(--primaryColor);
}
.modal-sanpham .top-row {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #e1e1e1;
}
.nav.sort-nav {
  column-gap: 1rem;
}
.nav.sort-nav input {
  display: none;
}
.nav.sort-nav label {
  background-color: #e8e8e8;
  padding: 5px 7px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.9em;
  text-align: center;
}
.nav.sort-nav input:checked + label {
  background-color: var(--primaryColor);
  color: #fff;
}
.nav.sort-nav.pagination-nav {
  column-gap: 0.5rem;
}
.nav.sort-nav.pagination-nav label {
  min-width: 35px;
}
.modal-sanpham .item-product {
  padding: 0.75rem 1rem;
}
.modal-sanpham .item-product .gia-container {
  font-weight: 700;
}
.modal-sanpham .list-product .item-product + .item-product {
  border-top: 1px solid #e1e1e1;
}
.modal-sanpham .item-product .tieu-de {
  display: block;
  margin-bottom: 5px;
}

/* End build-pc-page */

/* gioi-thieu */
.gioi-thieu {
}
.gioi-thieu-card {
  padding: 2.5rem;
  color: #fff;
  background-color: var(--primaryColor);
}
.gioi-thieu-card.secondary {
  background-color: var(--secondaryColor);
}
.gioi-thieu-card {
}
.gioi-thieu-card .tieu-de {
  position: relative;
  z-index: 1;
  font-size: 1.2em;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.gioi-thieu-card .tieu-de::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
  height: 1px;
  background-color: currentColor;
}
.gioi-thieu-card .mo-ta {
}
.gioi-thieu-card .mo-ta > p {
  margin-bottom: 5px;
}
/* End gioi-thieu */

/* quy-trinh */
.quy-trinh {
}
.quy-trinh-card .img-container {
  padding-bottom: 40%;
  margin-bottom: 1rem;
}
.quy-trinh-card .info {
  text-align: center;
}
.quy-trinh-card .tieu-de {
}
/* End quy-trinh */

/* banner-text */
.banner-text {
}
.banner-text .img-banner {
  height: 150px;
}
.banner-text-content {
  background-color: var(--primaryColor);
  color: #fff;
  padding: 2rem 5rem;
}
.banner-text-content .banner-text-title {
  font-size: 3em;
  line-height: 1.2;
  margin-bottom: 7px;
}
.banner-text-content .banner-text-description {
  font-size: 1.3em;
}
/* End banner-text */

/* cau-hoi */
.cau-hoi {
}
.cau-hoi .img-banner {
  border-radius: 35px;
  overflow: hidden;
}
.accordion-cau-hoi {
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-color: var(--secondaryColor);
  --bs-accordion-active-color: var(--secondaryColor);
  --bs-accordion-active-bg: #fbfbfb;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-y: 1.5rem;
}
.accordion-cau-hoi .accordion-header {
  font-size: inherit;
}
.accordion-cau-hoi .accordion-button {
  font-size: 1.2em;
}
.accordion-cau-hoi .accordion-button::after {
  background: none;
  font-family: "Font Awesome 6 Free";
  content: "\f107";
  font-weight: 900;
}
/* End cau-hoi */

/* dich-vu */
.dich-vu {
}
.dich-vu .title .title-second-content {
  max-width: 40%;
}
.dich-vu .swiper-btn-prev,
.dich-vu .swiper-btn-next {
  color: #a3a3a3;
  border: 1px solid;
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 50px;
}
/* End dich-vu */

/* banner-hotline */
.banner-hotline {
}
.banner-hotline .banner-hotline-content {
  background-color: var(--primaryColor);
  color: #fff;
  padding: 4rem 3rem;
}
.banner-hotline .banner-hotline-content .text {
  font-size: 1.5em;
}
.banner-hotline .banner-hotline-content .btn.btn--secondary {
  background-color: var(--secondaryColor);
  color: #fff;
  border: 2px solid;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 16px 50px;
  font-size: 1.5em;
  box-shadow: 0.12em 0.12em 0.12em 0 rgba(0, 0, 0, 0.5),
    -0.12em -0.12em 0.12em 0 rgba(255, 255, 255, 0.5);
}
.banner-hotline .banner-hotline-content .btn.btn--primary {
  background-color: #0f9a9a;
  color: #fff;
  border: 1px solid;
  line-height: 1.2;
  padding: 6px 25px;
  border-radius: 8px;
}
.banner-hotline .banner-hotline-content .btn.btn--primary > span {
  font-size: 0.9em;
  font-weight: 300;
}
.banner-hotline .banner-hotline-content .btn.btn--primary > span.hotline-text {
  font-size: 2em;
  font-weight: 500;
}
/* End banner-hotline */

/* dich-vu-detail-page */
.dich-vu-detail-page {
}

.dich-vu-hinh-anh-slide-item .img-container {
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.dich-vu-hinh-anh-slide-item.odd {
  padding-top: 3rem;
}
.dich-vu-cam-ket {
  text-align: center;
}
.dich-vu-cam-ket .img-border {
  border-radius: 50%;
  border: 4px solid #0f9a9a;
  padding: 30px;
  margin-bottom: 1rem;
}
.dich-vu-cam-ket .tieu-de {
  font-weight: 500;
  font-size: 1.2em;
}
.bang-gia-dich-vu {
  background-color: #f8f8f8;
  margin-bottom: 4rem;
}
.cacdichvu-item {
  border: 5px solid #0f9a9a;
  padding: 2rem 4rem;
  padding-bottom: 1rem;
  border-radius: 25px;
}
.cacdichvu-item .tieu-de {
  font-size: 1.5em;
  line-height: 1.2;
}
.cacdichvu-item .readmore {
  color: #ff1616;
}
.cacdichvu-item .mo-ta {
  margin-bottom: 1rem;
}
.cacdichvu-item .mo-ta ul {
  margin-bottom: 0;
  list-style: none;
}
.cacdichvu-item .mo-ta ul li {
  margin-bottom: 1rem;
}

.cacdichvu-item .mo-ta ul li::before {
  content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #48addb; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 0.8em; /* Also needed for space (tweak if needed) */
  margin-left: -1.8em; /* Also needed for space (tweak if needed) */
}

.col-bang-gia {
  width: 33.3333333%;
}

.bang-gia-item {
  text-align: center;
}
.bang-gia-item .info {
  background-color: #fff;
  padding: 0 10px 20px 10px;
  border-radius: 19px 19px 0 0;
}
.bang-gia-item .img-container {
  position: static;
  background-color: #0f9a9a;
  padding: 10px 25px 40px 25px;
  clip-path: polygon(100% 0, 100% 60%, 50% 100%, 0 60%, 0 0);
  border-radius: 2px;
  margin-bottom: 10px;
}
.bang-gia-item .img-container img {
  position: static;
  height: 55px;
}
.bang-gia-item .bang-gia-gia {
  background-color: #fff;
  border-radius: 0 0 19px 19px;
}
.bang-gia-item .bang-gia-gia .bang-gia-gia-item {
  padding: 20px 50px 20px 50px;
  border-top: 1px solid #e4e4e4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.bang-gia-item .bang-gia-gia .bang-gia-gia-item .tieu-de-gia {
  margin-bottom: 3px;
}
.bang-gia-item .bang-gia-gia .bang-gia-gia-item .tieu-de-gia i {
  color: var(--primaryColor);
}
.bang-gia-item .bang-gia-gia .bang-gia-gia-item .gia-gia {
  color: var(--primaryColor);
  font-weight: 500;
  font-size: 1.2em;
}
/* End dich-vu-detail-page */

/* gioi-thieu-page */
.gioi-thieu-page {
}
.gioi-thieu-page > section {
  padding: 2rem 0;
}

/* End gioi-thieu-page*/

/* modal-dat-dich-vu */
.modal-dat-dich-vu {
  --bs-modal-header-border-width: 0;
  --bs-modal-footer-border-width: 0;
  --bs-modal-padding: 1.5rem 1.5rem;
  --bs-modal-inner-border-radius: 0;
  --bs-modal-border-radius: 0;
}
.modal-dat-dich-vu .modal-title {
  font-size: 2em;
  font-weight: 500;
  color: inherit;
}
.modal-dat-dich-vu .modal-header {
  background-color: var(--primaryColor);
  color: #fff;
  padding: var(--bs-modal-padding);
}
.modal-dat-dich-vu .modal-footer {
  padding: var(--bs-modal-padding);
  padding-top: 0;
  justify-content: center;
}
.modal-dat-dich-vu .btn.btn-submit {
  background-color: var(--primaryColor);
  color: #fff;
  border-radius: 3px;
  margin: 0;
  width: 100%;
  text-transform: uppercase;
  font-weight: 500;
  padding: 13px 10px;
  font-size: 1.2em;
}
.modal-dat-dich-vu .btn.btn-submit:hover {
  background-color: var(--secondaryColor);
}
.modal-dat-dich-vu .radio-input {
}
.modal-dat-dich-vu .radio-input input {
  display: none;
}
.modal-dat-dich-vu .radio-input label {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 0.8em;
  cursor: pointer;
}
.modal-dat-dich-vu .radio-input:hover label,
.modal-dat-dich-vu .radio-input input:checked + label {
  color: var(--secondaryColor);
}
.modal-dat-dich-vu .radio-input label .icon {
  width: 50px;
  display: block;
  border: 3px solid var(--primaryColor);
  border-radius: 50%;
  overflow: hidden;
  padding: 8px;
}
.modal-dat-dich-vu .radio-input:hover label .icon,
.modal-dat-dich-vu .radio-input input:checked + label .icon {
  border-color: inherit;
}
.modal-dat-dich-vu .form-control {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #bfbfbf;
  padding: 0;
  padding-bottom: 10px;
  font-size: 0.9em;
}
/* End modal-dat-dich-vu */

/* doi-tac */
.doi-tac {
  padding: 4rem 0;
}

.doi-tac .img-container {
  padding-bottom: 62.65%;
}
/* End doi-tac */

/* .co-cau */
.co-cau {
}
.co-cau-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 50px 0;
}
.co-cau-card .bg--info,
.co-cau-card .info {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 1.2rem;
}
.co-cau-card .bg--info * {
  opacity: 0;
}
.co-cau-card .bg--info {
  background-color: var(--primaryColor);
  mix-blend-mode: multiply;
}
.co-cau-card .info {
  color: #fff;
}
/*  End.co-cau */

/* danh-muc-tin-tuc-page */
.danh-muc-tin-tuc-page {
}
.danh-muc-tin-tuc-page .title {
  margin-top: 1rem;
}
.danh-muc-tin-tuc-page .news-card .img-container {
  padding-bottom: 57.3%;
}
.danh-muc-tin-tuc-page .news-card {
  --info-padding: 20px 24px;
}
.danh-muc-tin-tuc-page .news-card .tieu-de {
  font-size: 0.888888em;
}
.danh-muc-tin-tuc-page .news-card .mo-ta {
  font-size: 0.888888em;
}
.danh-muc-tin-tuc-page .news-card-2 .tieu-de {
  font-size: 1em;
}
.danh-muc-tin-tuc-page .news-card-2 .mo-ta {
  font-size: 0.888888em;
  -webkit-line-clamp: 2;
}
/* End danh-muc-tin-tuc-page */

/* tintuc-detail-page */
.tintuc-detail-page {
}

.tintuc-detail-page .title.title-tin-tuc {
  font-size: 1.388888888em;
}
.tintuc-detail-page .page-side-menu {
  float: right;
  width: 18%;
  margin-left: 4rem;
  margin-bottom: 3rem;
}
/* End tintuc-detail-page */

/* san-pham-page */
.san-pham-page {
}
.filter-container {
}

.filter-container .btn {
  background-color: transparent;
  border: 1px solid var(--primaryColor);
  border-radius: 50px;
  --bs-btn-padding-x: 1.5rem;
  font-size: 0.8888888888888em;
}
.filter-container .btn.show {
  background-color: var(--primaryColor);
  color: #fff;
}
.filter-container .dropdown-menu {
  --bs-dropdown-min-width: 25rem;
  --bs-dropdown-border-radius: 2px;
  --bs-dropdown-padding-y: 1rem;
  --bs-dropdown-inner-border-radius: 0;
  --bs-dropdown-border-width: 0;
  top: 17px !important;
  filter: drop-shadow(0px 3px 6px #00000029);
}
.filter-container .dropdown-menu::before {
  content: "";
  width: 24px;
  height: 15px;
  position: absolute;
  left: 30px;
  bottom: 99%;
  background-color: var(--bs-dropdown-bg);
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  z-index: 1001;
}
.filter-container .btn::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  border: 0;
  vertical-align: middle;
  font-size: 0.7em;
}
.filter-container .row-input {
  padding: 0 1.2rem;
  font-size: 1.12em;
}
.filter-container label {
  cursor: pointer;
}
.filter-container .color-input {
  line-height: 0;
}
.filter-container .color-input input {
  display: none;
}
.filter-container .color-input label {
  width: 40px;
  height: 40px;
  border: 1px solid #cccc;
  border-radius: 4px;
}
.filter-container .color-input label:hover,
.filter-container .color-input input:checked + label {
  border-color: #f00;
}

/* End san-pham-page */




.mid-header.fixed,
.main-nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.main-nav.fixed {
    top: 60px; /* hoặc chiều cao mid-header */
}



.product-infomation img{
  max-width: 100%;
  height: auto !important;
}

.product-infomation iframe{
  max-width: 100%;
}



/*button contact*/
.button-contact-fixed{
    position: fixed;
    bottom: 2%;
    right: 1%;
    z-index: 30;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.box-ring {
    width: clamp(4rem, 3.8rem + 1vw, 5rem);
    height: clamp(4rem, 3.8rem + 1vw, 5rem);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: visibility .5s;
    position: relative;
}

.box-ring-outline {
    position: absolute;
    width: clamp(4rem, 3.8rem + 1vw, 5rem);
    height: clamp(4rem, 3.8rem + 1vw, 5rem);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: 0 0;
    border: 2px solid rgba(30, 30, 30, 0.5);
    background-color: transparent;
    border-radius: 50%;
    opacity: .5;
    transition: all .5s;
    animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
}

.box-ring-inline {
    position: absolute;
    left: 50%;
    top: 50%;
    width: clamp(3rem, 2.8rem + 1vw, 4rem);
    height: clamp(3rem, 2.8rem + 1vw, 4rem);
    transform: translate(-50%, -50%);
    transform-origin: 0 0;
    border: 2px solid transparent;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all .5s;
    animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
}

.box-ring-image{
    width: clamp(2.5rem, 2.4rem + 0.5vw, 3rem);
    height: clamp(2.5rem, 2.4rem + 0.5vw, 3rem);
    padding: 6px;
    border: 2px solid transparent;
    border-radius: 50%;
    background-color: #000;
    opacity: 1;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
}

@keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg) translate(-50%, -50%);
        opacity: .1
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg) translate(-50%, -50%);
        opacity: .5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg) translate(-50%, -50%);
        opacity: .1
    }
}

@keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg) translate(-50%, -50%);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg) translate(-50%, -50%);
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg) translate(-50%, -50%);
    }
}

@keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}