.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 {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
}
.flo-header {
  background: var(--main-color);
  border: none;
}
.flo-header-content {
  position: relative;
  z-index: 1000;
}
.flo-header-content-item-ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.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 end */

/* slider start */
.hq-swiper-slider-item-image {
  max-height: 600px;
}
.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: PlayfairDisplaySC-Bold;
  color: var(--text-color);
  /* font-size: clamp(2.5rem, 1.3786rem + 5.4369vw, 6rem); */
  font-size: clamp(2rem, 1.6923rem + 1.5385vw, 3rem);
}
.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: PlayfairDisplaySC-Bold;
  /* font-size: clamp(3rem, 2.6796rem + 1.5534vw, 4rem); */
  margin-bottom: 15px;
  font-size: clamp(2rem, 1.6923rem + 1.5385vw, 3rem);
}
.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(1.3rem, 1.3641rem + -0.3107vw, 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); */
  background: var(--main-color);
}
.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);
  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 */

/* bổ sung ngôn ngữ start */
.language-dropdown {
  position: relative;
}
.dropdown-toggle {
  cursor: pointer;
}
.language-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--background-color);
  padding: 10px;
  border-radius: 5px;
  z-index: 1000;
}
.language-dropdown-menu .dropdown-item {
  color: var(--text-color);
  font-size: 0.9rem;
  font-family: var(--normal-font);
}
.language-dropdown-menu .dropdown-item:hover {
  color: var(--second-main-color);
  background: var(--background-color);
}
.language-dropdown-menu .dropdown-item:active {
  color: var(--second-main-color);
  background: var(--background-color);
}
/* bổ sung ngôn ngữ end */

/*  */