.hvr-underline-from-left::before {
  height: 1px;
  background: var(--text-color);
}
.hvr-grow {
  box-shadow: none;
}
.bag-cart {
  position: absolute;
  top: -5px;
  right: -5px;
  background: var(--second-text-color);
  color: var(--text-color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-family: averta-r;
}
.hvr-underline-from-left::before {
  height: 1px;
  background: var(--background-color);
}

/* header start */
.menu_li_level_1 {
  position: relative;
}
.sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  background: var(--background-color);
  /* opacity: 1;
    visibility: visible; */
  top: 60px;
  box-shadow: rgba(168, 118, 118, 0.6) 0px 20px 30px -10px;
  transition: all 0.3s ease-in-out;
}
.sub-menu::before {
  position: absolute;
  content: "";
  z-index: 1;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
  transform: rotate(0deg);
  top: -9px;
  left: 20%;
}
.sub-menu::after {
  position: absolute;
  content: "";
  /* background: red; */
  top: -15px;
  height: 30px;
  width: 100%;
  left: 0;
  z-index: -1;
}
.menu_li_level_1:hover .sub-menu {
  top: 40px;
  transition: all 0.3s ease-in-out;
}
.flo-header-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.the-nail-box-header-logo {
  background: rgba(255, 223, 229, 1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.the-nail-box-header-logo-col {
  min-width: 120px;
}
.flo-header {
  /* background: var(--main-color); */
  border: none;
  position: absolute;
  z-index: 1000;
  top: 10px;
  left: 0;
  width: 100%;
}
.flo-header-content {
  position: relative;
  z-index: 1000;
}
.flo-header-content-item {
  text-align: center;
  background: var(--main-color);
}
.flo-header-content-item-ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu_a_level_1 {
  color: var(--text-color);
  font-family: var(--title-font);
  text-transform: uppercase;
  font-size: clamp(1rem, 0.625rem + 0.5vw, 1.05rem);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.menu_a_level_1:hover {
  color: var(--second-main-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.menu_li_level_1.active .menu_a_level_1 {
  color: var(--second-main-color);
}
.nb-header-search-btn {
  cursor: pointer;
}
.menu_a_level_2 {
  font-size: clamp(1rem, 0.625rem + 0.5vw, 1.05rem);
  font-family: var(--title-font);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.menu_a_level_2:hover {
  color: var(--second-main-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.menu_cap_2 {
  /* border-bottom: 1px solid rgba(255, 216, 203, 1); */
  border-bottom: 1px solid rgb(240, 240, 240);
}
.menu_li_level_1:hover .menu_a_level_1 {
  color: var(--second-main-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.sub-menu .menu_cap_2:last-of-type {
  border-bottom: none;
}
header.active .flo-header-logo-img {
  /* height: 40px; */
}
.ul_nav_cap_3 {
  list-style: none;
  padding: 0;
  margin: 0;
  box-shadow: rgba(168, 118, 118, 0.6) 0px 20px 30px -10px;
}
.menu_li_level_2:hover .menu_a_level_2 {
  color: var(--second-main-color);
}
.menu_a_level_3 {
  font-family: var(--title-font);
  font-size: clamp(1rem, 0.984rem + 0.0777vw, 1.05rem);
}
.menu_a_level_3:hover {
  color: var(--second-main-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.menu_li_level_2:hover.dropdown_cap_2::before {
  color: var(--second-main-color);
}
header.active .the-nail-box-header-logo-col {
  min-width: 80px;
}
/* header end */

/* slider start */
.hq-swiper-slider-item-image {
  max-height: 700px;
}
.hq-swiper-slider .swiper-slide {
  position: relative;
}
.flo-background-white {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0.25) 60%,
    transparent 100%
  );
}
.flo-slider-item-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.flo-slider-item-content-title {
  font-family: var(--brand-font);
  color: var(--text-color);
  font-size: clamp(2.5rem, 1.3786rem + 5.4369vw, 6rem);
}
.flo-button-view-more-a {
  background: var(--main-color);
  color: var(--text-color);
  font-family: var(--title-font);
  font-size: clamp(1rem, 0.984rem + 0.0777vw, 1.05rem);
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  min-width: 150px;
}
.flo-button-view-more-a:hover {
  background: var(--second-main-color);
  color: var(--background-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
/* slider end */

/* trang chủ start */
/* giới thiệu start */
.flo-about-us-content-item {
  position: relative;
}
.flo-about-us-content-item-image {
  overflow: hidden;
  z-index: 3;
  box-shadow: rgba(50, 50, 93, 0.15) 0px 20px 50px -20px,
    rgba(0, 0, 0, 0.1) 0px 10px 30px -10px;
}
.flo-about-us-content-item-image img,
.flo-about-us-content-item-image a {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flo-about-us-content-item-bg-pink-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.flo-about-us-content-item-bg-pink {
  width: 100%;
  height: 100%;
  background: var(--main-color);
}
.flo-about-us-content-item-time-item-icon img {
  max-width: 45px;
  min-width: 45px;
  max-height: 45px;
  min-height: 45px;
  object-fit: contain;
}
.flo-about-us-content-item-title {
  font-family: var(--brand-font);
  font-size: clamp(3rem, 2.6796rem + 1.5534vw, 4rem);
}
.flo-about-us-content-item-des {
  font-size: clamp(0.95rem, 0.934rem + 0.0777vw, 1rem);
  font-family: var(--normal-font);
  position: relative;
  margin-top: -1rem;
  text-align: justify;
}
.flo-about-us-content-item-time-item-des {
  color: rgba(153, 159, 162, 1);
  font-size: 0.9rem;
}
.flo-about-us-section {
  position: relative;
}
.flo-about-us-section .container {
  position: relative;
  z-index: 5;
}
.vector-bg-1 {
  position: absolute;
  top: -15%;
  left: 40%;
  width: 170px;
  height: 165px;
  object-fit: contain;
}
.vector-bg-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 190px;
  height: 290px;
  object-fit: contain;
  opacity: 0.5;
}
/* giới thiệu end */

/* dịch vụ đặc biệt start */
.flo-service-special-content-title {
  font-size: clamp(1.5rem, 1.3398rem + 0.7767vw, 2rem);
  text-transform: uppercase;
  font-family: Inter-Black;
  color: var(--text-color);
}
/* sản phẩm item start */
.flo-product-item {
  height: 100%;
  position: relative;
  border: 1px solid var(--main-color);
  overflow: hidden;
}
.flo-product-item-image {
  overflow: hidden;
  --bs-aspect-ratio: 135%;
  position: relative;
  z-index: 1;
}
.flo-product-item-image a,
.flo-product-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flo-product-item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /* min-height: 130px; */
  height: auto;
  z-index: 5;
  background: rgba(255, 255, 255, 0.8);
  border-top: 1px solid var(--main-color);
}
.flo-product-item-content-category a {
  text-transform: uppercase;
  color: rgba(153, 159, 162, 1);
  font-size: clamp(0.85rem, 0.834rem + 0.0777vw, 0.9rem);
  font-family: var(--normal-font);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.flo-product-item-content-category a:hover {
  text-decoration: underline;
  color: var(--second-main-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.flo-product-item-content-title {
  color: var(--text-color);
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.flo-product-item-content-title a:hover {
  color: var(--second-main-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.flo-product-item-content-title a .hvr-underline-from-left::before {
  background: var(--second-main-color);
}
/* sản phẩm item end */
.flo-service-special-swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.flo-service-swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
/* dịch vụ đặc biệt end */

/* danh mục dịch vụ start */
.flo-service-category-product-content-box-item {
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  border: 2px solid var(--main-color);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
  position: relative;
  padding-bottom: 100px;
}

.flo-service-category-product-content-box-item-subitem-title {
  font-family: var(--title-font);
  font-size: 1.1rem;
  text-transform: uppercase;
  color: var(--text-color);
}
.flo-service-category-product-content-box-item-subitem-price-sale {
  font-family: Inter-Black;
  font-size: clamp(0.9rem, 0.868rem + 0.1553vw, 1rem);
}
.flo-service-category-product-content-box-item-subitem-price-nosale {
  font-size: 0.8rem;
  font-family: var(--normal-font);
  color: rgba(153, 159, 162, 1);
  text-decoration: line-through;
}
.flo-service-category-product-content-box-item-subitem-name a {
  color: var(--text-color);
  font-family: var(--normal-font);
  font-size: clamp(0.9rem, 0.868rem + 0.1553vw, 1rem);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.flo-service-category-product-content-box-item-subitem-name a:hover {
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.flo-service-category-product-content-box-banner-image {
  overflow: hidden;
}
.flo-service-category-product-content-box-banner-image a,
.flo-service-category-product-content-box-banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flo-service-category-product-content-box-banner {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.flo-service-category-product-content-box-banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(to bottom, rgba(255,255,255,0.75) 25%, transparent 87%); */
  background: transparent
    linear-gradient(180deg, #fff, transparent, transparent) 0 0 no-repeat
    padding-box;
  z-index: 2;
}
.flo-service-category-product-content-box-item-row {
  position: relative;
  z-index: 5;
}
.product_have_des {
  font-family: var(--title-font) !important;
}
.flo-service-category-product-content-box-item-subitem-name-des {
  line-height: 2;
  font-size: clamp(0.9rem, 0.868rem + 0.1553vw, 1rem);
}
/* danh mục dịch vụ end */

/* album start */
.flo-album-about-us-content-item-image {
  overflow: hidden;
}
.flo-album-about-us-content-item-image a,
.flo-album-about-us-content-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* album end */

/* khách hàng đánh giá start */
.flo-customer-review-section {
  position: relative;
  background: var(--main-color);
}
.flo-customer-review-section .container {
  position: relative;
  z-index: 5;
}
.flo-customer-review-swiper-item-subitem-image {
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  max-width: 200px;
  margin: 0 auto;
}
.flo-customer-review-swiper-item-subitem-image a,
.flo-customer-review-swiper-item-subitem-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flo-customer-review-swiper-item-subitem-name {
  font-family: var(--title-font);
  color: var(--text-color);
  text-transform: capitalize;
  font-size: clamp(0.95rem, 0.9019rem + 0.233vw, 1.1rem);
}
.flo-customer-review-swiper-item-subitem-des {
  font-size: clamp(0.9rem, 0.868rem + 0.1553vw, 1rem);
}
.flo-customer-review-section
  .swiper-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
.flo-customer-review-section
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  background: var(--background-color) !important;
}
.flo-customer-review-section .swiper-pagination-bullet {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.vector-bg-3 {
  position: absolute;
  left: 0;
  top: -10%;
  width: 160px;
  height: 155px;
  object-fit: contain;
  opacity: 0.5;
}
.vector-bg-4 {
  position: absolute;
  right: 0;
  bottom: -10%;
  width: 190px;
  height: 290px;
  object-fit: contain;
  opacity: 0.5;
}
/* khách hàng đánh giá end */

/* tin tức đặc biệt start */
.flo-new-item {
  height: 100%;
}
.flo-new-item-image {
  overflow: hidden;
}
.flo-new-item-image a,
.flo-new-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flo-new-item-name a {
  color: var(--text-color);
  font-size: clamp(0.9rem, 0.884rem + 0.0777vw, 0.95rem);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.flo-new-item-name a:hover {
  color: var(--second-main-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
/* tin tức đặc biệt end */

/* trang chủ end */

/* footer start */
.flo-footer {
  background: rgba(246, 246, 246, 1);
  padding-bottom: 0;
}
.flo-footer .container {
  position: relative;
  z-index: 5;
}
.flo-logo-footer {
  max-width: 200px;
  object-fit: contain;
  height: auto;
}
.flo-footer-content-list-item-subitem-image {
  overflow: hidden;
}
.flo-footer-content-list-item-subitem-image a,
.flo-footer-content-list-item-subitem-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flo-footer-ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.flo-footer-a {
  color: var(--text-color);
  font-size: clamp(0.9rem, 0.884rem + 0.0777vw, 0.95rem);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  text-transform: capitalize;
}
.flo-footer-a:hover {
  color: var(--second-main-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.flo-footer-a.hvr-underline-from-left::before {
  background: var(--second-main-color);
}
.flo-footer-content-list-item-des {
  font-size: clamp(0.9rem, 0.884rem + 0.0777vw, 0.95rem);
}
.flo-footer-content-list-item-des img {
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}
.flo-footer-content-social-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.flo-footer-content-social-a {
  color: rgba(144, 148, 151, 1);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  font-size: clamp(1.5rem, 1.3398rem + 0.7767vw, 2rem);
}
.flo-footer-content-social-li:nth-child(1) .flo-footer-content-social-a:hover {
  color: #0076e4;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.flo-footer-content-social-li:nth-child(2) .flo-footer-content-social-a:hover {
  color: #009c30;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.flo-footer-content-social-li:nth-child(3) .flo-footer-content-social-a:hover {
  color: #0099e3;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.flo-footer-content-social-li:nth-child(4) .flo-footer-content-social-a:hover {
  color: #e54243;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.flo-footer-content-social-li:nth-child(5) .flo-footer-content-social-a:hover {
  color: #f70012;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.flo-footer-line {
  width: 100%;
  height: 1px;
  background: rgba(144, 148, 151, 1);
}
.flo-copyright {
  color: rgba(144, 148, 151, 1);
  background: var(--main-color);
  font-size: clamp(0.85rem, 0.8019rem + 0.233vw, 1rem);
}
.flo-footer-copyright-a {
  color: rgba(144, 148, 151, 1);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.flo-footer-copyright-a:hover {
  color: var(--text-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.flo-footer-copyright-a.hvr-underline-from-left::before {
  background: var(--text-color);
}
/* footer end */

/* banner start */
.flo-banner {
  position: relative;
}
.flo-banner-image {
  overflow: hidden;
  max-height: 500px;
}
.flo-banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flo-banner-white-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent
    linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.4), transparent)
    0 0 no-repeat padding-box;
}
.flo-banner-content {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flo-banner-breadcrumb {
  position: relative;
  margin-top: -1rem;
}
.flo-banner-breadcrumb-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.flo-banner-breadcrumb-li {
  position: relative;
}
.flo-banner-breadcrumb-li:first-of-type::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  right: 0;
  top: 0;
  background: var(--text-color);
  transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
}
.flo-banner-title {
  text-transform: capitalize;
}
.flo-banner-breadcrumb-a {
  color: var(--text-color);
  font-size: clamp(0.95rem, 0.9019rem + 0.233vw, 1.1rem);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.flo-banner-breadcrumb-a:hover {
  color: var(--text-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.flo-banner-breadcrumb-a.hvr-underline-from-left::before {
  background: var(--text-color);
}
/* banner end */

/* đặt lịch start */
.dat-lich-page-content-title {
  color: var(--text-color);
  font-family: var(--title-font);
  font-size: clamp(0.95rem, 0.934rem + 0.0777vw, 1rem);
}
.dat-lich-page-content-des {
  font-size: clamp(0.9rem, 0.884rem + 0.0777vw, 0.95rem);
}
.dat-lich-page-content-box-item .form-control {
  box-shadow: none;
  background: var(--background-color);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: 1px solid var(--text-color);
  height: 40px;
}
.dat-lich-page-content-box-item .form-select {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: 1px solid var(--text-color);
  height: 40px;
  cursor: pointer;
}
.dat-lich-page-content {
  max-width: 800px;
  margin: 0 auto;
}
.dat-lich-page-content-time-box-subitem .form-check-input {
  display: none;
}
.dat-lich-page-content-time-box-subitem .form-check-label {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border: 1px solid var(--text-color);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.dat-lich-page-content-time-box-subitem .form-check-label:hover {
  background: var(--main-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.dat-lich-page-content-time-box-subitem
  .form-check-input:checked
  + .form-check-label {
  background: var(--second-main-color);
  color: var(--background-color);
  font-family: var(--title-font);
  border-color: var(--second-main-color);
}
.flo-btn-dat-lich {
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
/* đặt lịch end */

/* album ảnh start */
.flo-album-section-content-item-image {
  overflow: hidden;
}
.flo-album-section-content-item-image a,
.flo-album-section-content-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* album ảnh end */

/* liên hệ start */
.flo-contact-page-section-title {
  text-transform: uppercase;
  font-family: Inter-Black;
  color: rgba(106, 106, 106, 1);
  font-size: clamp(1.5rem, 1.0194rem + 2.3301vw, 3rem);
}
.flo-contact-page-section-content-box-item .form-control {
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-bottom: 1px solid var(--text-color);
  background: transparent;
}
.flo-contact-page-section-info-item {
  position: relative;
  padding-left: 12px;
  color: rgba(89, 98, 84, 1);
  font-size: 0.9rem;
}
.flo-contact-page-section-info-item::before {
  position: absolute;
  content: "\f1ce";
  font-family: FontAwesome;
  color: rgba(89, 98, 84, 1);
  font-size: 0.5rem;
  left: 0;
  top: 5px;
  animation: rotate-circle 5s linear infinite;
  -webkit-animation: rotate-circle 5s linear infinite;
}
@keyframes rotate-circle {
  0% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
  }
  50% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
.flo-contact-page-section-map {
  max-height: 500px;
}
.btn-phone i {
  color: var(--background-color);
  font-size: 1rem;
}

.pnvn-menu-mobile.active {
  box-shadow: rgba(168, 118, 118, 0.6) 0px 20px 30px -10px;
}
.hc-offcanvas-nav h2 {
  color: var(--second-main-color) !important;
}
/* liên hệ end */

/* chính sách start */
.sca-polyci-section-content {
  max-width: 800px;
  margin: 0 auto;
}

/* chính sách end */

/* tin tức chi tiết start */
.zc-page-news {
  top: 57px;
}
.news-detalis-content img {
  max-width: 100% !important;
  height: auto !important;
  max-height: 600px !important;
  margin: 0 auto;
  object-fit: cover;
}
.zc-banner-breadcrumb li a.active {
  color: var(--second-main-color);
}
/* tin tức chi tiết end */

/* sửa web start */
.pnvn-menu-mobile {
  background: var(--main-color);
}
.pnvn-button-menu-mobile button {
  background: var(--second-main-color);
  border-color: var(--background-color);
}
.pnvn-button-menu-mobile button i {
  color: var(--background-color);
}

.dat-lich-page-content-box-item-subitem-title {
  width: 100%;
  /* max-width: 320px; */
  font-family: var(--title-font);
  text-transform: capitalize;
  font-size: clamp(1.2rem, 1.1359rem + 0.3107vw, 1.4rem);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.dat-lich-page-content-box-item-subitem-title.collapsed
  .dat-lich-page-content-box-item-subitem-title-line-box {
  background-color: var(--text-color);
  height: 2px;
  width: 15px;
  transform: rotate(0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}
.dat-lich-page-content-box-item-subitem-title.collapsed
  .dat-lich-page-content-box-item-subitem-title-line-2 {
  transform: rotate(90deg) translateX(-2px) translateY(0px);
  -webkit-transform: rotate(90deg) translateX(-2px) translateY(0px);
  -moz-transform: rotate(90deg) translateX(-2px) translateY(0px);
  -ms-transform: rotate(90deg) translateX(-2px) translateY(0px);
  -o-transform: rotate(90deg) translateX(-2px) translateY(0px);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.dat-lich-page-content-box-item-subitem-title
  .dat-lich-page-content-box-item-subitem-title-line-box {
  background-color: #ca8787;
  height: 2px;
  width: 15px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.dat-lich-page-content-box-item-subitem-title
  .dat-lich-page-content-box-item-subitem-title-line-1 {
  transform: rotate(-55deg);
  -webkit-transform: rotate(-55deg);
  -moz-transform: rotate(-55deg);
  -ms-transform: rotate(-55deg);
  -o-transform: rotate(-55deg);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.dat-lich-page-content-box-item-subitem-title
  .dat-lich-page-content-box-item-subitem-title-line-2 {
  transform: rotate(55deg) translateX(-1px) translateY(-1px);
  -webkit-transform: rotate(55deg) translateX(-1px) translateY(-1px);
  -moz-transform: rotate(55deg) translateX(-1px) translateY(-1px);
  -ms-transform: rotate(55deg) translateX(-1px) translateY(-1px);
  -o-transform: rotate(55deg) translateX(-1px) translateY(-1px);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.dat-lich-page-content-box-item-subitem-title:hover {
  color: #ca8787;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.dat-lich-page-content-box-item-subitem-title:hover
  .dat-lich-page-content-box-item-subitem-title-line-box {
  background-color: #ca8787;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.flo-dat-lich-form-check label {
  font-size: 0.9rem;
  font-family: var(--normal-font);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
}
.flo-dat-lich-price
  .flo-service-category-product-content-box-item-subitem-price-sale {
  font-size: 0.8rem;
}
.flo-dat-lich-form-check label:hover {
  color: #ca8787;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
}
.form-check-input:checked {
  background: #ca8787;
  border-color: #ca8787;
}
.flo-dat-lich-gia-tien-tong {
  color: var(--second-text-color);
  font-size: clamp(1.5rem, 1.3398rem + 0.7767vw, 2rem);
  font-family: Inter-Black;
}

/* sửa web end */

/* làm web mới start */
.flo-about-us-content-subitem-image {
  overflow: hidden;
  --bs-aspect-ratio: 156%;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
}
.flo-about-us-content-subitem-image img,
.flo-about-us-content-subitem-image a {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flo-about-us-content-subitem-image-top {
  overflow: hidden;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
}
.flo-about-us-content-subitem-image-top img,
.flo-about-us-content-subitem-image-top a {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flo-about-us-content-subitem-image-bottom {
  overflow: hidden;
  --bs-aspect-ratio: 120%;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
.flo-about-us-content-subitem-image-bottom a,
.flo-about-us-content-subitem-image-bottom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flo-product-item {
  border: none;
}
.flo-product-item-image-vip {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
}
.flo-product-item-image-vip a,
.flo-product-item-image-vip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ten-san-pham a {
  font-size: clamp(1rem, 0.694rem + 0.4776vw, 1.1rem);
  text-align: center;
  font-family: var(--title-font);
  color: var(--text-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.ten-san-pham a:hover {
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.flo-news-special-section {
  background: rgba(252, 252, 252, 1);
}
.flo-new-item-day {
  background: rgba(255, 78, 186, 1);
  color: var(--background-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  height: 80px;
  width: 80px;
  min-height: 80px;
  min-width: 80px;
  font-size: 0.8rem;
}
.flo-new-item-name a {
  font-family: var(--title-font);
  font-style: italic;
}
.flo-new-item-des {
  font-size: 0.9rem;
  font-style: italic;
}
.flo-new-item {
  height: 100%;
  background: var(--background-color);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 1px solid var(--main-color);
  overflow: hidden;
}
.flo-new-item-box-view-more {
  color: rgba(255, 78, 186, 1);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border: 1px solid rgba(255, 78, 186, 1);
}
.flo-new-item-box-view-more:hover {
  color: var(--background-color);
  background: var(--second-main-color);
  border-color: var(--second-main-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.flo-customer-avatar {
  overflow: hidden;
  width: 120px;
  height: 120px;
  min-width: 120px;
  min-height: 120px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.flo-customer-avatar a,
.flo-customer-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flo-customer-review-swiper-item {
  background: var(--background-color);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  height: 100%;
}
.flo-customer-avatar-name {
  position: relative;
  margin-top: -60px;
}
.flo-customer-review-swiper-item-subitem-name {
  position: relative;
  transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
}

/* về chúng tôi start */
.nb-page-content-item {
  position: relative;
}
.nb-page-content-item-image-main {
  overflow: hidden;
}
.nb-page-content-item-image-main a,
.nb-page-content-item-image-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nb-page-content-item-image-extra-box {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 50%;
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.nb-page-content-item-image-extra {
  overflow: hidden;
  --bs-aspect-ratio: 150%;
}
.nb-page-content-item-image-extra img,
.nb-page-content-item-image-extra a {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nb-page {
  position: relative;
}
.nen-hoa-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300px;
  height: 185px;
  object-fit: contain;
  z-index: 5;
  transform: translateX(-100px);
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -o-transform: translateX(-100px);
}
.title-arrow-img {
  max-width: 200px;
  object-fit: contain;
}
.nb-page-content-item-title-label {
  font-family: var(--brand-font);
  color: #ff42b6;
  font-size: clamp(3rem, 2.3592rem + 3.1068vw, 5rem);
}
.nb-page-content-item-des {
  font-family: CormorantGaramond-bold;
  font-size: 3rem;
  /* text-transform: uppercase; */
  color: var(--text-color);
  position: relative;
  margin-top: -30px;
  line-height: 2.7rem;
}
.nb-page-content-item-content,
.nb-page-content-item-child-content-des {
  font-family: DMSans-Regular;
  color: #7f7f7f;
  font-size: 1rem;
}
.icon-left {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.nb-page-content-item-child-content-item {
  background: var(--main-color);
  color: var(--text-color);
  font-family: var(--title-font);
}
.nb-page-content-item-child-content-item-label {
  font-size: 1rem;
}
/* về chúng tôi end */

/* tại sao chọn chúng tôi start */
.nb-why-choose-we {
  background: var(--main-color);
  color: var(--text-color);
  margin-top: 150px;
  position: relative;
  overflow: visible;
}
.thanh-tich-icon-img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.nb-why-choose-we-content-thanh-tich-item-name {
  font-family: CormorantGaramond-Bold;
  font-size: clamp(2.5rem, 2.0194rem + 2.3301vw, 4rem);
}
.nb-why-choose-we-content-thanh-tich-item-des {
  font-family: DMSans-Regular;
  color: #7f7f7f;
  font-size: 1rem;
}
.nb-why-choose-we-content-thanh-tich {
  background: var(--main-color);
  border: 10px solid var(--background-color);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  position: relative;
  margin-top: -150px;
}
.tai-sao-icon-img {
  width: 70px;
  height: 70px;
  min-width: 50px;
  min-height: 50px;
  object-fit: contain;
  perspective: 2000px;
}
.tai-sao-noi-dung-con-item:hover .tai-sao-icon-img {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.tai-sao-noi-dung-con-item-name {
  font-family: CormorantGaramond-Bold;
  font-size: clamp(1.3rem, 1.2359rem + 0.3107vw, 1.5rem);
  color: var(--text-color);
}
.tai-sao-noi-dung-con-item-des {
  font-family: DMSans-Regular;
  color: #7f7f7f;
  font-size: 1rem;
}
.tai-sao-chon-chung-toi-content-item {
  height: 100%;
  position: relative;
}
.tai-sao-chon-chung-toi-content-item-image {
  --bs-aspect-ratio: 130%;
  overflow: hidden;
  min-height: 100%;
  border-top-left-radius: 30%;
}
.tai-sao-chon-chung-toi-content-item-image a,
.tai-sao-chon-chung-toi-content-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tai-sao-chon-chung-toi-content-item .nen-hoa-img {
  bottom: -50px;
  left: 80px;
}
/* tại sao chọn chúng tôi end */

/* team của chúng tôi start */
.title-icon-shape-img {
  max-width: 250px;
  margin: 0 auto;
}
.team-cua-chung-toi-content-title-label {
  font-family: CormorantGaramond-Bold;
  font-size: clamp(1.3rem, 1.2359rem + 0.3107vw, 1.5rem);
  color: #ff42b6;
}
.team-swiper-item {
  height: 100%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 5px 20px -10px,
    rgba(0, 0, 0, 0.3) 0px 10px 30px -10px;
  background: var(--background-color);
}
.team-swiper-item-image {
  overflow: hidden;
}
.team-swiper-item-image a,
.team-swiper-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-swiper-item-name {
  font-family: CormorantGaramond-Bold;
  color: var(--text-color);
  font-size: 1.5rem;
  text-transform: capitalize;
}
.team-swiper-item-rank {
  font-family: DMSans-Regular;
  color: #ff42b6;
  font-size: 1rem;
}
/* team của chúng tôi end */

/* shop start */
.san-pham-page-content-title {
  color: #6e6e6e;
  font-family: DMSans-Regular;
  font-size: 1rem;
}
.san-pham-content-item-box {
  color: var(--text-color);
}
.san-pham-page-content-box-item-image {
  overflow: hidden;
}
.san-pham-page-content-box-item-image a,
.san-pham-page-content-box-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.san-pham-name a {
  font-family: CormorantGaramond-Bold;
  font-size: clamp(1.2rem, 1.1039rem + 0.466vw, 1.5rem);
  color: var(--text-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.san-pham-name a:hover {
  color: var(--second-main-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.san-pham-price-sale {
  font-family: CormorantGaramond-Bold;
  color: var(--second-main-color);
  font-size: clamp(1.5rem, 1.4039rem + 0.466vw, 1.8rem);
}
.san-pham-price-nosale {
  font-family: CormorantGaramond-Regular;
  color: #6e6e6e;
  font-size: clamp(1.1rem, 1.0359rem + 0.3107vw, 1.3rem);
  text-decoration: line-through;
}
.san-pham-danh-muc a {
  font-size: 1rem;
  color: #6e6e6e;
  font-family: DMSans-Regular;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.san-pham-danh-muc a:hover {
  color: var(--second-main-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.san-pham-page-content-box-item {
  height: 100%;
  background: #faf3f0;
}
.san-pham-danh-gia-item i {
  color: #ffb53c;
  font-size: 0.9rem;
}
/* shop end */

/* shop detail start */
.page-shop-detail-content-item-image {
  overflow: hidden;
}
.page-shop-detail-content-item-image a,
.page-shop-detail-content-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.san-pham-detail-item-price .san-pham-price-sale {
  font-size: 3rem;
  margin-top: -1rem;
}
.san-pham-detail-item-price .san-pham-price-nosale {
  font-size: 2rem;
}
.page-shop-detail-name {
  font-family: CormorantGaramond-Bold;
  font-size: clamp(2rem, 1.6796rem + 1.5534vw, 3rem);
  margin-top: clamp(-0.75rem, -0.6699rem + -0.3883vw, -1rem);
}
.san-pham-mo-ta {
  font-size: 1rem;
  color: #6e6e6e;
  font-family: DMSans-Regular;
}
.san-pham-tinh-trang-label {
  font-family: DMSans-Bold;
}
.san-pham-tinh-trang-label-confirm {
  color: #6e6e6e;
}
.nb-btn-mua-ngay {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  background: var(--main-color);
  color: var(--text-color);
  padding: 12px 10px;
  min-width: 250px;
  font-family: DMSans-Medium;
  font-size: 1.3rem;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.nb-btn-mua-ngay:hover {
  background: var(--second-main-color);
  color: var(--background-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.san-pham-detail-thong-so-ky-thuat {
  font-size: 1rem;
  font-family: DMSans-Regular;
}
.page-shop-detail-chi-tiet-title {
  border-bottom: 1px solid #ececec;
}
.page-shop-detail-chi-tiet-title-label {
  color: var(--second-main-color);
  position: relative;
  font-size: 1.2rem;
  font-family: DMSans-Medium;
}
.page-shop-detail-chi-tiet-title-label::before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--second-main-color);
}
.page-shop-detail-chi-tiet-content {
  font-size: 1rem;
  font-family: DMSans-Regular;
  color: #6e6e6e;
}
.san-pham-de-xuat-title {
  font-family: CormorantGaramond-Bold;
  font-size: clamp(2rem, 1.3592rem + 3.1068vw, 4rem);
  color: var(--text-color);
}
.gio-hang header {
  display: none;
}
.page-shop-detail-chi-tiet-content img,
.san-pham-mo-ta img,
.san-pham-detail-thong-so-ky-thuat img {
  max-width: 100% !important;
  height: auto !important;
  max-height: 500px !important;
}
/* shop detail end */

/* làm web mới end */

/* sửa dịch vụ start */
.flo-service-category-product-content-box-item-new {
  height: 100%;
}
.flo-service-category-product-content-box-item-image-new {
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.flo-service-category-product-content-box-item-image-new:hover {
  box-shadow: rgba(255, 215, 223, 0.75) 0px 30px 60px -12px,
    rgba(255, 215, 223, 0.3) 0px 18px 36px -18px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.flo-service-category-product-content-box-item-image-new img,
.flo-service-category-product-content-box-item-image-new a {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flo-service-category-product-content-box-item-image-new-label a {
  color: var(--text-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  font-family: var(--title-font);
  font-size: clamp(1rem, 0.9359rem + 0.3107vw, 1.2rem);
}
.flo-service-category-product-content-box-item-image-new-label a:hover {
  color: var(--second-main-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.nb-news-detail-title {
  font-size: clamp(1.5rem, 1.3398rem + 0.7767vw, 2rem);
  text-transform: uppercase;
  font-family: Inter-Black;
  color: var(--text-color);
}
.nb-news-detail-content-box {
  font-size: 1rem;
  font-family: var(--normal-font);
  color: var(--text-color);
}
.nb-news-detail-content-box img {
  max-width: 100% !important;
  height: auto !important;
  max-height: 1000px !important;
  object-fit: contain;
  margin: 0 auto !important;
  text-align: center !important;
  display: flex;
}
.nb-news-detail-content {
  max-width: 1200px;
  margin: 0 auto;
}
.zc-banner-breadcrumb a {
  color: var(--text-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.zc-banner-breadcrumb a:hover {
  color: var(--second-main-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
/* sửa dịch vụ end */

.flo-footer-logo-payment-item {
  max-width: 60px;
  height: 40px;
  width: 100%;
  background: var(--background-color);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.flo-footer-logo-payment-item img {
  width: 70%;
  height: auto;
}

