/* header start */
.nh-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  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;
}
.nh-header-content-top-location {
  color: var(--background-color);
  font-family: lato-l;
  opacity: 0.85;
  font-size: 0.9rem;
}
.nh-header-content-top-phone {
  color: var(--background-color);
  font-family: Kanit-Light;
  opacity: 0.85;
  font-size: 0.9rem;
}
.nh-header-content-top-phone a {
  color: var(--background-color);
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
}
.nh-header-content-top-phone a:hover {
  color: var(--second-main-color);
}
.logo-nha-hang-img {
  max-width: 200px;
  margin: 0 auto;
}
.close-time-box {
  padding: 6px 12px;
  font-size: 0.75rem;
  display: inline-block;
  position: relative;
  rotate: -1deg;
  text-transform: uppercase;
  line-height: 1;
  cursor: default;
  color: var(--background-color);
}
.close-time-box::before {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-color: var(--clr-foot-tx);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -12px;
  rotate: -45deg;
  z-index: -2;
  opacity: 0.5;
}
.close-time-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  z-index: -1;
  opacity: 0.15;
}
.nh-header-content-top-social-item a {
  color: var(--background-color);
  font-size: 1.3rem;
  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;
}
.nh-header-content-top-name {
  font-size: 0.8625rem;
  text-indent: 7px;
  letter-spacing: 5px;
  line-height: 1;
  position: relative;
  transition: all 250ms;
  color: var(--background-color);
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -ms-transition: all 250ms;
  -o-transition: all 250ms;
  z-index: 1;
}
.nh-header-content-top-name::after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0.5px;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  background: radial-gradient(circle, #d1a054 20%, transparent 100%);
  z-index: -1;
  transition: all 250ms;
}
.nh-header-content-top-box:hover .nh-header-content-top-name:after {
  width: 100%;
}
.nh-header-content-top-box:hover .nh-header-content-top-name {
  color: #000;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
}
.nh-header-content-top-social-item:hover a {
  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_a_level_1 {
  position: relative;
  color: var(--background-color);
  font-family: lato-l;
  text-transform: uppercase;
  font-size: 0.875rem;
  gap: 2rem;
  font-weight: 300;
  letter-spacing: 0.6px;
  height: inherit;
}
.menu_a_level_1::before {
  content: "";
  position: absolute;
  bottom: -0.125rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  border-bottom: 0.0625rem solid var(--second-main-color);
  transition: all 250ms;
  mask: linear-gradient(
    90deg,
    transparent,
    var(--second-main-color) 40%,
    var(--second-main-color) 60%,
    transparent
  );
}
.menu_li_level_1.active .menu_a_level_1::before {
  width: 100%;
}
.menu_a_level_1:hover {
  color: var(--background-color);
}
.menu_a_level_1:hover::before {
  width: 150%;
}
.menu_li_level_1 {
  position: relative;
  padding: 15px 0;
}
.sub-menu {
  margin: 0;
  position: absolute;
  top: 100%;
  left: -30px;
  font-size: 0.875rem;
  font-family: var(--normal-font);
  text-transform: none;
  letter-spacing: 0.6px;
  padding: 4px 0;
  min-width: 220px;
  box-shadow: 0rem 10px 10px #00000012;
  opacity: 0;
  visibility: hidden;
  backdrop-filter: blur(20px);
  z-index: -1;
  transform: translateY(-10%);
  filter: blur(3px);
  transition: all 150ms;
  transition-delay: 150ms;
  background: #1b2024;
  border-radius: 10px;
  white-space: nowrap;
}
.menu_li_level_1:hover .sub-menu {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  filter: blur(0);
  transition: all 340ms;
}
.menu_a_level_2 {
  display: flex;
  color: var(--background-color);
  padding: 8px 2rem;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
}
.menu_a_level_2:hover {
  color: var(--second-main-color);
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
}
.nh-header-cart-box {
  position: absolute;
  right: 0;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.nh-header-cart-box a {
  color: var(--background-color);
  font-size: 1.2rem;
}
.nh-header-cart-box a .numb-cart {
  font-size: 0.8rem;
  font-family: var(--normal-font);
  opacity: 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;
}
.nh-header-cart-box a .numb-cart.active {
  opacity: 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;
}

/* menu mobile start */
.pnvn-menu-mobile {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
}
.logo-mobile-img {
  max-height: 50px;
  margin: 0 auto;
}
.cart-item {
  text-align: right;
}
.cart-item a {
  color: var(--background-color);
}
.cart-item a i {
  font-size: 1.5rem;
}
.cart-mobile-number {
  position: absolute;
  bottom: -5px;
  right: -10px;
  z-index: 3;
  background-color: var(--second-main-color);
  color: var(--background-color);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.7rem;
}
/* thanh bar start */
/* From Uiverse.io by vinodjangid07 */
#checkbox {
  display: none;
}

.toggle {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition-duration: 0.3s;
  scale: 0.7;
}

.bars {
  width: 100%;
  height: 4px;
  background-color: var(--background-color);
  border-radius: 5px;
  transition-duration: 0.3s;
}

#checkbox:checked + .toggle .bars {
  margin-left: 13px;
}

#checkbox:checked + .toggle #bar2 {
  transform: rotate(135deg);
  margin-left: 0;
  transform-origin: center;
  transition-duration: 0.3s;
}

#checkbox:checked + .toggle #bar1 {
  transform: rotate(45deg);
  transition-duration: 0.3s;
  transform-origin: left center;
}

#checkbox:checked + .toggle #bar3 {
  transform: rotate(-45deg);
  transition-duration: 0.3s;
  transform-origin: left center;
}

/* thanh bar end */
.site-nav {
  position: absolute;
  height: 100vh;
  inset: 0px;
  padding: 0px 32px 130px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease 0s;
  overflow: scroll;
  margin-top: 100px;
}
.site-nav.active {
  opacity: 1;
  visibility: visible;
  transition: opacity 500ms ease 0s;
}
.overlay {
  backdrop-filter: blur(60px);
  background: rgba(0, 0, 0, 0.58);
  visibility: hidden;
  transition: all 500ms ease 0s;
  position: fixed;
  inset: 0px;
  opacity: 0;
  z-index: 90;
}
.overlay::after {
  content: "";
  background: rgb(0, 0, 0);
  opacity: 0.55;
  position: absolute;
  inset: 0px;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
  transition: all 500ms ease 0s;
}
.menu_a_level_1_mobile {
  font-size: 1.2rem;
}
.menu_a_level_1_mobile::before {
  border-bottom: 0.1625rem solid var(--second-main-color);
  bottom: -0.225rem;
}
.menu_ul_level_2 {
  opacity: 0;
}
.menu_li_level_1 .collapse.show .menu_ul_level_2 {
  animation: xuathien-menu2 0.3s ease-in-out 1 forwards;
  -webkit-animation: xuathien-menu2 0.3s ease-in-out 1 forwards;
}
@keyframes xuathien-menu2 {
  from {
    opacity: 0;
    filter: blur(3px);
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -webkit-filter: blur(3px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    -webkit-filter: blur(0px);
  }
}
.menu_a_level_2_mobile {
  opacity: 0.75;
  text-transform: uppercase;
}
.mobile-item-address,
.mobile-item-address {
  font-size: 0.9rem;
}
.mobile-social-ul a {
  font-size: 1.2rem;
  color: var(--background-color);
}

/* menu mobile end */
.nh-header.active {
  background: rgba(27, 32, 36, 0.9);
  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;
}
.pnvn-menu-mobile {
  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;
}
.pnvn-menu-mobile.active {
  background: rgba(0, 0, 0, 0.58);
  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;
  /* backdrop-filter: blur(60px); */
}
.pnvn-menu-mobile .logo-mobile-item {
  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;
}
.pnvn-menu-mobile.active .logo-mobile-item {
  scale: 1;
  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;
}
.pnvn-menu-mobile .logo-mobile-img {
  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;
  max-height: 50px;
}
.pnvn-menu-mobile.active .logo-mobile-img {
  max-height: 30px;
  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;
}

/* header end */

/* slider start */

.swiper-nha-hang-slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nh-slider-content {
  width: 100%;
  height: 100vh;
}
.nh-slider-content::before {
  content: "";
  position: absolute;
  background: linear-gradient(to bottom, #000 0%, transparent 260px);
  z-index: 2;
  inset: 0;
}
.nh-slider-content .shade {
  content: "";
  position: absolute;
  background: radial-gradient(circle, #00000099 30%, transparent 65%);
  z-index: 1;
  inset: 0;
}
.nh-slider-content .content {
  padding: 0 16px;
  color: #fff;
  display: grid;
  align-content: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 10;
}
.swiper-nha-hang-slider {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.herro-heading.title-elegant .subtitle {
  font-family: Cinzel-Regular;
  color: var(--second-main-color);
  letter-spacing: 1px;
  margin-bottom: 9px;
  filter: brightness(1.2);
  font-size: clamp(0.825rem, -0.1635rem + 3.8462vw, 1.375rem);
  margin-top: 0;
}
.herro-heading.title-elegant .title {
  position: relative;
  padding: 9px 16px;
  /* font-size: clamp(2.5rem, 13.3376px + 3.7324vw, 85px); */
  font-size: clamp(2rem, 1.4rem + 3vw, 5rem);
  line-height: 1;
  /* margin-bottom: -0.375rem; */
  font-family: Cinzel-Medium;
}
.herro-heading.title-elegant .title::before {
  content: "";
  position: absolute;
  inset: 0 -6%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  mask: linear-gradient(90deg, transparent, white 40%, white 60%, transparent);
}
.nh-slider-content .desc {
  max-width: 560px;
  margin: auto;
  font-weight: 300;
  font-size: 1.125em;
  padding-top: 1.875rem;
  position: relative;
}
.btn-elegant:after {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 1.5px solid var(--second-main-color);
  border-bottom: 1.5px solid var(--second-main-color);
  mask: linear-gradient(90deg, transparent, white 40%, white 60%, transparent);
  transition: all 375ms;
}
.btn-elegant {
  line-height: 44px;
  text-decoration: none;
  padding: 0 2rem;
  display: inline-block;
  color: inherit;
  letter-spacing: 1px;
  position: relative;
  font-family: Cinzel-Medium;
  transition: all 375ms;
}
.btn-elegant:hover {
  color: var(--second-main-color);
  transition: all 0.37s;
  -webkit-transition: all 0.37s;
  -moz-transition: all 0.37s;
  -ms-transition: all 0.37s;
  -o-transition: all 0.37s;
}
.swiper-fade .swiper-slide {
  opacity: 0 !important;
}
.swiper-fade .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.swiper-nha-hang-slider .swiper-slide .swiper-nha-hang-slider-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.swiper-nha-hang-slider .swiper-slide-active .swiper-nha-hang-slider-item img {
  animation: slider-image 13s linear forwards;
  -webkit-animation: slider-image 13s linear forwards;
}
@keyframes slider-image {
  from {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  to {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
  }
}
/* slider end */

/* trang chủ start */
/* title start */
.nh-title-label {
  position: relative;
  margin: 0 auto;
  line-height: 1;
  padding: 0.5rem 0;
  margin-top: -0.35em;
  font-family: Cinzel-Medium;
  text-transform: uppercase;
  color: var(--text-color);
}
.nh-title-label:after {
  content: "";
  position: absolute;
  inset: 0 -15%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  mask: linear-gradient(90deg, transparent, white 40%, white 60%, transparent);
}
.nh-heading {
  text-align: center;
  display: grid;
}
.nh-heading .subtitle {
  margin: 0;
  font-family: Allura-Regular;
  color: var(--second-main-color);
  order: -1;
  font-size: clamp(1.25rem, 0.7019rem + 2.3077vw, 1.625rem);
  letter-spacing: 1px;
  z-index: 1;
}
/* title end */

/* order online start */
.nh-order-online-swiper-item-image {
  overflow: hidden;
  --bs-aspect-ratio: 150%;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  position: relative;
}
.nh-order-online-swiper-item-image a,
.nh-order-online-swiper-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 4s linear;
}
.nh-order-online-swiper-item-image:after {
  content: "";
  position: absolute;
  inset: 2px;
  z-index: 11;
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.25),
    0 0 5px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  pointer-events: none;
}
.nh-order-online-swiper-item-title {
  font-size: 20px;
  text-align: center;
  position: absolute;
  bottom: 20px;
  width: 100%;
  margin: 0;
  font-family: Cinzel-Medium;
  color: white;
  z-index: 10;
  text-transform: uppercase;
  pointer-events: none;
}
.nh-order-online-swiper-item-overlay {
  position: absolute;
  width: 100%;
  height: 30%;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-radius: 0.625rem;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  transition: all 0.25s ease;
  pointer-events: none;
}
.nh-order-online-swiper-item:hover .nh-order-online-swiper-item-overlay {
  height: 100%;
  transition: all 0.25s ease;
}
.nh-order-online-swiper-item:hover .nh-order-online-swiper-item-image img {
  transform: scale(1.1);
  transition: all 4s linear;
}
/* order onlien end */
.swiper-introduce-item-content {
  padding: 44px clamp(1rem, -1.3602rem + 9.9379vw, 5rem);
  box-shadow: 0 0 1px #00000068;
  background: hsl(from #ffffff h s l / 85%);
  box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.25),
    0 3px 15px rgba(0, 0, 0, 0.25);
  border-radius: 0.75rem;
  z-index: 20;
  margin: 64px auto;
  position: relative;
  -webkit-backdrop-filter: blur(2rem) brightness(1.15);
  backdrop-filter: blur(2rem) brightness(1.15);
}
.swiper-introduce-item-box {
  position: relative;
  padding: 0 clamp(1rem, -3.3871rem + 20.6452vw, 5rem);
  max-width: 720px;
  box-sizing: content-box;
  margin: 0 auto;
}
.swiper-introduce-item {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}
.swiper-introduce-item-content-title {
  font-size: clamp(1.5rem, 1.0103rem + 2.0619vw, 2rem);
  position: relative;
  display: inline-block;
  margin: 0;
  font-family: Cinzel-Regular;
}
.anh-introduce-img {
  position: absolute;
  top: -60% !important;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  scale: 1.1;
}
.promo-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
}
.promo-slider__btn-nav {
  font-family: var(--font-head);
  font-size: 2.5rem;
  text-align: center;
  display: flex;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border: 0 none;
  backdrop-filter: blur(1rem);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  background: hsl(from #ffffff h s l / 60%);
  border-radius: 50%;
  transition: all 250ms;
  position: relative;
  overflow: hidden;
}
.promo-slider__btn-nav--prev {
  border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
}
.promo-slider__btn-nav--next {
  border-radius: 30% 70% 63% 37% / 50% 45% 55% 50%;
  -webkit-border-radius: 30% 70% 63% 37% / 50% 45% 55% 50%;
  -moz-border-radius: 30% 70% 63% 37% / 50% 45% 55% 50%;
  -ms-border-radius: 30% 70% 63% 37% / 50% 45% 55% 50%;
  -o-border-radius: 30% 70% 63% 37% / 50% 45% 55% 50%;
}
.promo-slider__btn-nav i {
  font-size: 1rem;
  line-height: 3rem;
}

/* our menu start */
.restorator-menu-item {
  display: flex;
  gap: 1rem;
  position: relative;
  align-items: start;
}
.restorator-menu-item__thumbnail {
  position: relative;
  min-width: 5rem;
  width: 5rem;
}
.restorator-menu-item__thumbnail-zoom {
  position: absolute;
  bottom: 125%;
  left: 105%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-in;
  z-index: 20;
}
.restorator-menu-item__thumbnail > img {
  width: 100%;
  height: 5rem;
  transition: all 250ms;
  border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
  -webkit-border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
  -moz-border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
  -ms-border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
  -o-border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
}
.restorator-menu-item__thumbnail:after {
  content: "";
  position: absolute;
  inset: 0.125rem;
  box-shadow: inset 0 0 0.3125rem rgba(255, 255, 255, 0.25),
    0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.25);
  border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
  -webkit-border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
  -moz-border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
  -ms-border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
  -o-border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
}
.restorator-menu-item__thumbnail-zoom img {
  height: auto;
  max-width: 380px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.25);
  border-radius: 9px;
  height: 250px;
  object-fit: cover;
}
.restorator-menu-item__heading {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.375rem;
  align-items: center;
}
.restorator-menu-item__title {
  font-size: clamp(1rem, 1rem + ((1vw - 0.2rem) * 0.337), 1.25rem);
  position: relative;
  font-family: Cinzel-Regular;
}
.restorator-menu-item__title a:hover {
  color: var(--second-main-color);
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
}
.restorator-menu-item__heading hr {
  opacity: 0.25;
}
.restorator-menu-item__price {
  font-family: Cinzel-Medium;
  font-size: 1.25rem;
  color: var(--second-main-color);
}
.restorator-menu-item__desc {
  opacity: 0.75;
}
.restorator-menu-item__thumbnail:hover .restorator-menu-item__thumbnail-zoom {
  opacity: 1;
  visibility: visible;
  bottom: 105%;
}
.restorator-menu-item__thumbnail:hover .size-thumbnail,
.restorator-menu-item__thumbnail:hover .size-thumbnail:after {
  border-radius: 63% 10% 30% 70% / 50% 10% 55% 50%;
  -webkit-border-radius: 63% 10% 30% 70% / 50% 10% 55% 50%;
  -moz-border-radius: 63% 10% 30% 70% / 50% 10% 55% 50%;
  -ms-border-radius: 63% 10% 30% 70% / 50% 10% 55% 50%;
  -o-border-radius: 63% 10% 30% 70% / 50% 10% 55% 50%;
}
.restorator-menu-item__desc-text-cart {
  position: absolute;
  right: 0.5rem;
  bottom: 0rem;
  z-index: 3;
  color: var(--second-main-color);
  cursor: pointer;
  font-size: 1.3rem;
}
.restorator-menu-item__desc-text {
  padding-right: 2rem;
}
/* our menu end */

/* section quảng cáo start */
.nh-advertise {
  background-color: #1b2024;
}
.nh-advertise-content {
  color: var(--background-color);
  font-family: Allura-Regular;
  font-size: clamp(1.8rem, -1.8716rem + 5.7313vw, 3rem);
}
/* section quảng cáo end */

/* favorite delivery start */
.nh-favorite-delivery-subitem-image {
  overflow: hidden;
  min-height: 100%;
}
.nh-favorite-delivery-subitem-image a,
.nh-favorite-delivery-subitem-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nh-favorite-delivery-item {
  background-color: rgba(127, 127, 127, 0.05);
  outline: 1px solid rgba(127, 127, 127, 0.15);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.nh-favorite-delivery-item:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.add_to_cart_button {
  padding: 0px;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  font-family: Cinzel-Regular;
  position: relative;
  font-size: 0.875em;
  letter-spacing: 0.6px;
  transition: all 250ms;
  align-self: end;
  color: inherit;
  cursor: pointer;
}
.add_to_cart_button:hover {
  color: var(--second-main-color);
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
.add_to_cart_button::before {
  content: "";
  position: absolute;
  inset: 0 -12px -3px;
  background: #ffffff14;
  border-bottom: 1px solid var(--second-main-color);
  mask: linear-gradient(90deg, transparent, white 40%, white 60%, transparent);
}
.nh-favorite-price-nosale {
  font-family: Cinzel-Regular;
  color: var(--second-main-color);
  font-size: 0.95em;
  line-height: 1;
  margin: 0;
  text-decoration: line-through;
  opacity: 0.65;
}
.nh-favorite-price-sale {
  font-family: Cinzel-Regular;
  color: var(--second-main-color);
  font-size: 1.25em;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}
.nh-favorite-delivery-subitem-title a {
  color: #1b2024;
  font-family: Cinzel-Regular;
  font-size: 1.2rem;
  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;
}
/* favorite delivery end */

/* lasted news start */
.nh-lasted-new-section {
  overflow: hidden;
  margin-top: 100px;
}
.nh-lasted-new-section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-position: center !important;
  z-index: 1;
  inset: 0%;
}
.nh-lasted-new-section-bg img {
  filter: blur(9px) brightness(0.3);
  scale: 1.3;
  position: relative;
  top: -60% !important;
  object-fit: cover;
}
.nh-lasted-new-black-bg {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.7); */
}
.nh-lasted-new-section .container {
  position: relative;
  z-index: 5;
}
.nh-lasted-new-section .nh-title-label {
  color: var(--background-color);
}
.nh-lasted-new-section .nh-title-label:after {
  border-color: var(--background-color);
}
.nh-lasted-new-item-image {
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
  --bs-aspect-ratio: calc(9 / 14 * 100%);
}
.nh-lasted-new-item-image a,
.nh-lasted-new-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nh-lasted-new-item {
  color: var(--background-color);
}
.nh-lasted-new-item-title a {
  color: var(--background-color);
  font-family: Cinzel-Regular;
  font-size: clamp(1.3rem, -0.2299rem + 2.3881vw, 1.8rem);
  max-width: 550px;
}
.nh-lasted-new-item-date {
  font-size: 1.2rem;
  font-family: Allura-Regular;
}
.btn-underline {
  padding: 0rem;
  line-height: 34px;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  font-family: Cinzel-Regular;
  position: relative;
  font-size: 14px;
  letter-spacing: 0.6px;
  transition: all 125ms;
  align-self: end;
  color: inherit;
  text-transform: uppercase;
  line-height: 2rem;
  margin-top: 2em;
}
.btn-underline:after {
  content: "";
  position: absolute;
  inset: 0 -1.5rem;
  background: #ffffff14;
  border-bottom: 1px solid var(--second-main-color);
  mask: linear-gradient(90deg, transparent, white 40%, white 60%, transparent);
}
/* lasted news end */

/* customer review start */
.nh-testimonials-section {
  overflow: hidden;
  position: relative;
}
.swiper-customer-review-item-avatar {
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  max-width: 64px;
}

.swiper-customer-review-item-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-customer-review-item {
  border-radius: 9px;
  background: rgba(127, 127, 127, 0.05);
  outline: 1px solid rgba(127, 127, 127, 0.15);
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);
}
.swiper-customer-review-item-name {
  font-family: Cinzel-Regular;
  font-size: 1.2rem;
}
.swiper-customer-review-item-star i {
  color: var(--second-main-color);
}
.swiper-customer-pagination-box .swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  background: var(--second-main-color) !important;
  box-shadow: inset 0 1px 1px #777;
}
.nh-testimonials-navigation {
  position: absolute;
  z-index: 3;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  z-index: 10;
  border-radius: 50%;
  color: var(--text-color);
  font-size: 1rem;
  font-family: Cinzel-Regular;
  background: var(--background-color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset 3px 0 3px rgba(0, 0, 0, 0.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;
}
.nh-testimonials-navigation-next {
  right: 5%;
}
.nh-testimonials-navigation-prev {
  left: 5%;
}
.nh-testimonials-navigation:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  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;
}
.nh-testimonials-navigation.swiper-button-disabled {
  opacity: 0.7;
  pointer-events: none;
}
/* customer review end */

/* map start */
.nh-map-box {
  --bs-aspect-ratio: calc(9 / 39 * 100%);
}
.nh-map-box iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* map end */

/* trang chủ end */

/* footer start */
.nh-footer {
  background-color: #1b2024;
}
.nh-footer-content-item-title {
  font-family: Cinzel-Regular;
  color: var(--background-color);
  font-size: 1.5rem;
  position: relative;
}
.nh-footer-content-item-title::after {
  content: "";
  position: absolute;
  inset: 0;
  border-bottom: 0.0625rem solid var(--second-main-color);
  mask: linear-gradient(90deg, white, transparent);
}
.nh-footer-content-lunch-item {
  color: var(--background-color);
  font-family: var(--normal-font);
}
.nh-footer-content-item
  .nh-header-content-top-box
  .nh-header-content-top-name:after {
  width: 100%;
}
.nh-footer-content-item .nh-header-content-top-box .nh-header-content-top-name {
  color: #000;
  font-size: 0.75rem;
}
.nh-footer-content-item .logo-nha-hang-img {
  max-width: 170px;
  width: 100%;
}
.nh-footer-content-item-address {
  color: var(--background-color);
  font-size: 0.9rem;
  text-align: center;
}
.nh-footer-content-item-phone a {
  color: #d1a054;
  font-size: 1rem;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  text-align: center;
  font-family: Cinzel-Regular;
}
.nh-footer-content-item-title-right {
  text-align: right;
}
.nh-footer-content-item-title-right::after {
  mask: linear-gradient(90deg, transparent, white);
}
.nh-footer-social-ul li a {
  height: 44px;
  width: 44px;
  border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
  line-height: 2.75rem;
  text-decoration: none;
  color: var(--background-color);
  font-size: 1rem;
  position: relative;
  text-align: center;
  transition: all 150ms;
  background: rgba(255, 255, 255, 0.05);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.nh-footer-social-ul li a:hover {
  background-color: #d1a054;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
/* copyright */
.nh-footer-copyright {
  border-top: 1px solid #ffffff0d;
  box-shadow: 0 -2px 1px #0000002e;
}
.nh-footer-copyright-text {
  color: #ffffff;
  opacity: 0.6;
  font-size: clamp(0.8rem, 0.494rem + 0.4776vw, 0.9rem);
}
.nh-footer-copyright-menu-ul li a {
  color: #ffffff;
  opacity: 0.6;
  font-size: clamp(0.8rem, 0.494rem + 0.4776vw, 0.9rem);
}
.nh-footer-copyright-menu-ul li a:hover {
  text-decoration: underline;
}
/* footer end */

/* banner start */
.nh-banner-box {
  position: relative;
  height: 60dvh;
  display: grid;
  align-items: center;
  justify-content: center;
  background-attachment: fixed;
  overflow: hidden;
  z-index: 1;
}
.nh-banner-box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.nh-banner-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #000 0%, transparent 260px);
  z-index: 1;
}
.page-heading .title {
  color: var(--background-color);
  font-size: clamp(1.375rem, 1rem + 1.875vw, 3.25rem);
  margin-bottom: 0;
  line-height: 1;
  padding: 0.6em;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  z-index: 10;
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  animation: 750ms fadeUp 0ms ease-out forwards;
  text-align: center;
  background: #0000002b;
  font-family: Cinzel-Medium;
}
.page-heading .title::after {
  content: "";
  position: absolute;
  inset: 3px;
  z-index: 11;
  box-shadow: inset 0 0 0.375rem rgba(255, 255, 255, 0.15),
    0 0 0.3125rem rgba(0, 0, 0, 0.25);
}
/* banner end */

/* trang sản phẩm start */
.nh-product-page-menu-nav-ul {
  padding: 2em 3em;
}
.nh-product-page-menu-nav-ul li a {
  font-family: Cinzel-Regular;
  font-size: 0.9rem;
  text-decoration: none;
  color: inherit;
  position: relative;
  display: block;
  cursor: pointer;
}
.nh-product-page-menu-nav-ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  border-bottom: 0.0938rem solid var(--second-main-color);
  transition: all 250ms;
  mask: linear-gradient(90deg, transparent, white 40%, white 60%, transparent);
}
.nh-product-page-menu-nav-ul li a.active::after,
.nh-product-page-menu-nav-ul li a:hover::after {
  width: 150%;
  transition: all 250ms;
}
.nh-product-page-menu-nav {
  position: sticky;
  max-width: 100vw;
  overflow-x: hidden;
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  z-index: 20;
  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;
}
.nh-product-page-menu-nav.active {
  top: 70px;
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  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;
}
.nh-product-page-menu-nav::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border: 1px solid rgba(127, 127, 127, 0.5);
  background: var(--background-color);
  mask: linear-gradient(90deg, transparent, white, transparent);
  opacity: 0.75;
}
.nh-product-page {
  /* overflow: hidden; */
}
.restorator-menu-cat__heading {
  margin-bottom: 5.5rem;
}
.cat-menu-heading {
  display: grid;
  align-items: center;
  justify-content: center;
  height: 45vh;
  position: relative;
  margin-bottom: 4rem;
  overflow: hidden;
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}
.restorator-menu-cat__title--blurred {
  color: var(--background-color);
  font-size: clamp(1.75rem, 0.5rem + 6.25vw, 3rem);
  line-height: 1;
  text-align: center;
  padding: 0.6em 0.75em;
  position: relative;
  margin-bottom: 0;
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  z-index: 10;
  font-family: Cinzel-Medium;
}
.restorator-menu-cat__title--blurred:after {
  content: "";
  position: absolute;
  inset: 3px;
  z-index: 11;
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.15),
    0 0 5px rgba(0, 0, 0, 0.25);
}
.cat-menu-heading img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.parallax {
  object-position: center;
  scale: 1;
  top: -60% !important;
  height: 140% !important;
}
/* trang sản phẩm end */

/* trang album ảnh start */
.nh-album-item-image {
  overflow: hidden;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.nh-album-item-image a,
.nh-album-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* trang album ảnh end */

/* trang tin tức start */
.nh-new-subitem-image {
  overflow: hidden;
  min-height: 100%;
}
.nh-new-subitem-image a,
.nh-new-subitem-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nh-new-item {
  margin: 0rem 0 5rem;
  border-radius: 12px;
  overflow: clip;
  background: rgba(127, 127, 127, 0.05);
  outline: 1px solid rgba(127, 127, 127, 0.1);
  transition: 325ms all;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
}
.nh-new-subitem-date {
  font-family: Allura-Regular;
  font-size: 1.375rem;
  color: var(--second-main-color);
  line-height: 1;
  /* margin-bottom: 0.5rem; */
}
.nh-new-subitem-title {
  position: relative;
  /*margin: 0 0 1em;
  */
  font-size: clamp(1.2rem, 0.2821rem + 1.4328vw, 1.5rem);
  word-break: break-word;
  max-width: 500px;
  margin: 0 auto;
}
.nh-new-subitem-title a {
  font-family: Cinzel-Regular;
  color: #000;
  text-align: center;
  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;
}
.nh-new-subitem-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;
}
.nh-new-subitem-des {
  max-width: 550px;
  margin: 0 auto;
}
.nh-new-subitem .btn-underline {
  align-self: center;
}
/* trang tin tức end */

/* trang tin tức chi tiết start */
.vh-news-detail {
  position: relative;
  padding-top: 15rem;
  overflow: hidden;
  z-index: 1;
}
.post-bg {
  position: absolute;
  top: -3.75rem;
  left: -11.25rem;
  right: -11.25rem;
  z-index: -1;
  height: 50vh;
  min-height: 30rem;
  transition: all 300ms;
  filter: blur(9.375rem) saturate(150%);
  -webkit-filter: blur(9.375rem) saturate(150%);
}
.post-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.post-bg:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 11.25rem,
    transparent 45%
  );
}
.vh-news-detail-content-item-left-content {
  border-radius: 0.75rem;
  overflow: hidden;
  background: rgba(127, 127, 127, 0.05);
  outline: 0.0625rem solid rgba(127, 127, 127, 0.15);
  overflow: hidden;
  margin-bottom: 3rem;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
}
.vh-news-detail-content-item-name {
  font-family: Cinzel-Regular;
}
.nh-content-new-detail-category i {
  font-size: 0.8rem;
}
.nh-content-new-detail-category a {
  /* text-transform: uppercase; */
}
.nh-content-new-detail {
  color: #1b2024;
}
.nh-content-new-detail a {
  color: #1b2024;
}
.nh-content-new-detail 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;
}
.nh-content-new-detail h1,
.nh-content-new-detail h2,
.nh-content-new-detail h3,
.nh-content-new-detail h4,
.nh-content-new-detail h5,
.nh-content-new-detail h6 {
  font-family: Cinzel-Regular;
}
/* form tìm kiếm start */

.widget {
  padding: 2.5em 3em;
  border: 1px solid rgba(127, 127, 127, 0.15);
  margin-bottom: 32px;
  border-radius: 0.625rem;
  position: relative;
  z-index: 10;
  overflow: clip;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.05);
  border: 1px solid #00000020;
}
.widget:before {
  content: "";
  inset: 0;
  position: absolute;
  background: rgba(127, 127, 127, 0.05);
  z-index: -1;
}
.widget:after {
  content: "";
  inset: 0;
  position: absolute;
  background: var(--background-color);
  z-index: -2;
  opacity: 0.75;
}
.wp-block-search__label {
  font-size: 1.25rem;
  position: relative;
  margin-bottom: 1rem;
  position: relative;
  font-family: Cinzel-Medium;
}
.wp-block-search__label:after {
  content: "";
  position: absolute;
  height: 100%;
  left: -0.5rem;
  border-left: 1.5px solid var(--second-main-color);
  mask: linear-gradient(0deg, transparent, white, transparent);
}
.wp-block-search__inside-wrapper {
  position: relative;
  border: 1px solid rgba(127, 127, 127, 0.5);
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%;
}
.wp-block-search__inside-wrapper:after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--background-color);
  opacity: 0.5;
  z-index: -1;
}
.wp-block-search__input {
  appearance: none;
  border: 1px solid #949494;
  flex-grow: 1;
  margin-left: 0;
  margin-right: 0;
  min-width: 3rem;
  padding: 8px;
  text-decoration: unset !important;
  background: none;
  border: 0 none;
  height: 2.5rem;
  padding-right: 40px;
}

.wp-block-search__button {
  border-radius: 32px;
  border-color: transparent;
  border-width: 1px;
  border-style: solid;
  color: #ffffff;
  font-family: Cinzel-Medium;
  font-size: 14px;
  line-height: inherit;
  padding-top: 1.125em;
  padding-right: 2em;
  padding-bottom: 1.125em;
  padding-left: 2em;
  text-decoration: none;
  background: none;
  font-size: 0;
  border: 0 none;
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  opacity: 0.5;
}
.wp-block-search__button:after {
  content: "\f002";
  font-family: "FontAwesome";
  font-size: 16px;
  color: #000;
}
.widget .wp-block-heading:after {
  content: "";
  position: absolute;
  left: -0.5rem;
  height: 100%;
  border-left: 1.5px solid var(--second-main-color);
  mask: linear-gradient(0deg, transparent, white, transparent);
}
.widget .wp-block-heading {
  font-size: 1.25rem;
  position: relative;
  margin-bottom: 1rem;
  position: relative;
  font-family: Cinzel-Medium;
}
/* form tìm kiếm end */
/* trang tin tức chi tiết end */

/* trang tìm kiếm start */
.search .nh-header {
  position: sticky;
  top: 0;
  background-color: #1b2024;
}
.page-heading-minimal {
  padding: 2rem 0;
  position: relative;
  text-align: center;
  margin-bottom: 5rem;
}
.page-heading-minimal:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(127, 127, 127, 0.05);
  border: 1px solid rgba(127, 127, 127, 0.1);
  mask: linear-gradient(90deg, transparent, white 40%, white 60%, transparent);
}
.page-heading-minimal h2 {
  font-family: Cinzel-Regular;
  font-size: clamp(1.2rem, -0.3299rem + 2.3881vw, 1.7rem);
}
/* trang tìm kiếm end */

/* trang đặt lịch start */
/* datepicker start */
.ui-datepicker {
  z-index: 99 !important;
  width: 100%;
  max-width: 402px;
  background: #fff;
  padding: 24px;
  box-shadow: 0 6px 32px rgba(0, 0, 0, 0.15);
  cursor: default;
  border-radius: 12px;
  overflow: hidden;
  display: none;
}
.ui-datepicker:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(127, 127, 127, 0.05);
  z-index: -1;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  position: absolute;
  top: 20px;
  cursor: pointer;
  padding: 10px;
  color: var(--color-contrast);
  z-index: 10;
}
.ui-state-disabled {
  opacity: 0.5;
  cursor: default;
}
.ui-datepicker-prev {
  left: 24px;
}
.ui-datepicker-prev span,
.ui-datepicker-next span {
  display: none;
}
.ui-datepicker-prev:after {
  rotate: 135deg;
  border-right: 0;
}
.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid;
  border-top: 0;
  display: block;
}
.ui-datepicker-next {
  right: 24px;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  position: absolute;
  top: 20px;
  cursor: pointer;
  padding: 10px;
  /* color: var(--color-contrast); */
  z-index: 10;
}
.ui-datepicker-prev span,
.ui-datepicker-next span {
  display: none !important;
}
.ui-datepicker-next:after {
  rotate: -45deg;
  border-left: 0;
}
.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid;
  border-top: 0;
  border-left: 0;
  display: block;
  /* font-family: 'FontAwesome'; */
}
.ui-datepicker-title {
  text-align: center;
  font-family: Allura-Regular;
  font-size: 20px;
  position: relative;
  padding-bottom: 0.5rem;
}
.ui-widget-header .ui-icon {
  background-image: none !important;
}
.ui-datepicker a:hover,
.ui-datepicker a:focus {
  border-color: var(--second-main-color);
}
.ui-datepicker-calendar thead {
  font-family: Cinzel-Regular;
  position: relative;
}
.ui-datepicker-calendar thead:after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  border: 1px solid var(--second-main-color);
  mask: linear-gradient(90deg, transparent, white, transparent);
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  text-align: center;
  padding: 0;
  position: relative;
  z-index: 10;
}
.ui-datepicker-calendar th span,
.ui-datepicker-calendar td span {
  display: block;
  line-height: 2.75rem;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  text-align: center;
  padding: 0;
  position: relative;
  z-index: 10;
}
.ui-state-disabled {
  opacity: 0.5;
  cursor: default;
}
.ui-datepicker table a {
  text-decoration: none;
  display: block;
  border: 1px solid transparent;
  border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
  line-height: 2.75rem;
  color: inherit;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background: transparent !important;
  border-color: transparent !important;
}
.ui-datepicker a:hover,
.ui-datepicker a:focus {
  border-color: var(--second-main-color) !important;
}
.ui-datepicker td span,
.ui-datepicker td a {
  text-align: center !important;
}
.ui-widget-header {
  background: transparent !important;
  border-color: transparent !important;
}
.ui-datepicker a:hover,
.ui-datepicker a:focus {
  background: transparent !important;
  right: 0;
}
.ui-widget.ui-widget-content {
  width: 100%;
}
/* datpicker end */
.nh-reservation-content-box .form-control,
.nh-reservation-content-box .form-select {
  border: none;
  background: transparent;
  border-bottom: 1px solid rgba(127, 127, 127, 0.6);
  height: 3.75rem;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.nh-reservation-content-box label {
  text-transform: uppercase;
  letter-spacing: 1.2px;
  opacity: 0.85;
  font-size: 0.8rem;
  transform: scale(1) translateY(10px);
  -webkit-transform: scale(1) translateY(10px);
  -moz-transform: scale(1) translateY(10px);
  -ms-transform: scale(1) translateY(10px);
  -o-transform: scale(1) translateY(10px);
}
.nh-reservation-content-box .form-select:focus {
  box-shadow: none;
}
.btn-reservation {
  appearance: none;
  font-family: Cinzel-Regular;
  font-weight: inherit;
  line-height: 1;
  letter-spacing: 1.2px;
  padding: 1.25em 2em;
  background: #000;
  color: var(--background-color);
  border-radius: 30px;
  cursor: pointer;
  border: 1px solid #000;
  font-size: 0.875rem;
  -webkit-font-smoothing: subpixel-antialiased;
  transition: all 250ms;
}
.btn-reservation:hover {
  color: var(--text-color);
  background: none;
  transform: translateY(-3px);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}
/* our location */
.nh-our-location-content-box .box {
  background: rgba(127, 127, 127, 0.05);
  border: 0.0625rem solid rgba(127, 127, 127, 0.1);
  padding: 4rem 3rem 3rem;
  border-radius: 0.25rem;
  position: relative;
  text-align: center;
}
.nh-our-location-content-box .box:after {
  content: "";
  position: absolute;
  inset: 0.1875rem;
  z-index: 11;
  box-shadow: inset 0 0 0.375rem rgba(255, 255, 255, 0.25),
    0 0 0.125rem rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.nh-our-location-content-box .icon-wrap {
  width: 4.5rem;
  font-size: 0.9375rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: absolute;
  top: -0.1875rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0% 0% 50% 50%;
  box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.3);
  z-index: 1;
  background-color: var(--second-main-color);
  color: var(--background-color);
  box-shadow: 0 0.0625rem 0.0625rem #0000007a;
  z-index: -1;
}
.nh-our-location-content-box .icon-wrap img {
  height: 25px;
}
.nh-our-location-content-box-item h3 {
  font-family: Cinzel-Regular;
  color: #1b2024;
}
/* trang đặt lịch end */

/* trang sản phẩm chi tiết start */
.nh-product-detail-item-image {
  overflow: hidden;
  min-height: 100%;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.nh-product-detail-item-image a,
.nh-product-detail-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nh-product-detail-item h2 {
  font-family: Cinzel-Regular;
  font-size: clamp(1.2rem, 0.2821rem + 1.4328vw, 1.5rem);
  margin-bottom: 0;
}
.nh-product-detail-content {
  position: relative;
  border-radius: 12px;
  box-shadow: 0 9px 16px #00000015;
  outline: 1px solid rgba(127, 127, 127, 0.25);
  margin-bottom: 6rem;
  overflow: visible;
}

.nh-product-detail-item-right {
  position: relative;
  z-index: 1;
}
.nh-product-detail-item-right::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--background-color);
  opacity: 0.8;
  z-index: -2;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.nh-product-detail-item .breadcrumb-item + .breadcrumb-item::before {
  rotate: -24deg;
}
.product_meta {
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  display: flex;
  gap: 0 16px;
}
.product_meta .product-weight {
  position: relative;
  margin: 0;
}
.product_meta a {
  text-decoration: none;
  color: inherit;
  font-weight: 500;
  font-family: Cinzel-Medium;
}
.product_meta .product-weight span {
  font-weight: 500;
  text-transform: none;
}
.product-card .to-cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-card .to-cart .price {
  color: var(--second-main-color);
  font-family: Cinzel-Medium;
  font-size: clamp(1.25rem, 0.9rem + 1.8vw, 1.75rem);
  padding-top: 0;
  margin: 0;
}
.product-card .add-to-cart-qty {
  display: flex;
  gap: 16px;
}
.quantity {
  text-align: center;
  user-select: none;
  display: flex;
  align-items: center;
  height: 44px;
  font-size: 1.25rem;
  font-family: Cinzel-Regular;
}
.quantity .inc,
.quantity .dec {
  width: 44px;
  text-align: center;
  cursor: pointer;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  overflow-wrap: normal !important;
  padding: 0;
  position: absolute !important;
  width: 1px;
}
.quantity .qty {
  width: 44px;
  height: 44px;
  text-align: center;
  pointer-events: none;
  appearance: textfield;
  border: 1px solid rgba(127, 127, 127, 0.5);
  border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
}
.single_add_to_cart_button.alt {
  background: var(--second-main-color);
  text-transform: uppercase;
  font-family: Cinzel-Regular;
  color: var(--background-color);
  box-shadow: 0 3px 6px #00000030;
  border-radius: 30px;
  margin-top: 0;
  border: 0 none;
  -webkit-font-smoothing: subpixel-antialiased;
}
.button.alt {
  background: var(--second-main-color);
  color: #fff;
  display: block;
  text-align: center;
  padding: 1.25em 2em;
  border-radius: 32px;
  text-decoration: none;
  font-family: Cinzel-Regular;
  box-shadow: 0 3px 6px #00000030;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 0.75rem;
  transition: 250ms all;
  white-space: nowrap;
}
.button.alt:hover,
.button.alt:focus {
  filter: brightness(105%);
  box-shadow: 0 0 6px var(--second-main-color);
  transform: translateY(-3px);
}
.product-card .to-cart .price {
  color: var(--second-main-color);
  font-family: Cinzel-Regular;
  font-size: clamp(1.25rem, 0.9rem + 1.8vw, 1.75rem);
  padding-top: 0;
  margin: 0;
}
.price-nosale {
  margin-bottom: 0;
  color: var(--second-main-color);
  font-size: 1rem;
  opacity: 0.8;
  text-decoration: line-through;
}
.box-note {
  position: absolute;
  top: -130px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 10;
  color: #000;
  font-size: 1rem;
  line-height: 1;
  text-align: left;
  padding: 0.6em 0.75em;
  margin-bottom: 0;
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  z-index: 10;
  font-family: Cinzel-Medium;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  filter: blur(10px);
  -webkit-filter: blur(10px);
  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;
  opacity: 0;
  visibility: hidden;
}
.box-note::after {
  content: "";
  position: absolute;
  inset: 3px;
  z-index: 11;
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.15),
    0 0 5px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  pointer-events: none;
}
.box-note.active {
  top: -180px;
  opacity: 1;
  visibility: visible;
  filter: blur(0px);
  -webkit-filter: blur(0px);
  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;
}
.box-note .form-control {
  resize: none;
  font-family: lato-r;
  background: rgba(0, 0, 0, 0.05);
}
.btn-close-add-cart {
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 12;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #1b2024;
  color: var(--background-color);
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.btn-close-add-cart:hover {
  color: var(--background-color);
  background-color: var(--second-main-color);
}
.vh-cart-note {
  font-style: italic;
  opacity: 0.8;
  font-size: 0.9rem;
  color: var(--second-text-color);
}
.nh-product-detail-related-content .heading {
  text-align: center;
}
.nh-product-detail-related-content .heading .title {
  position: relative;
  margin: 0 auto;
  line-height: 1;
  padding: 0.5rem 0;
  margin-top: -0.35em;
  font-family: Cinzel-Regular;
  text-align: center;
  display: inline-flex;
}
.nh-product-detail-related-content .heading .title::after {
  content: "";
  position: absolute;
  inset: 0 -15%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  mask: linear-gradient(90deg, transparent, white 40%, white 60%, transparent);
}
.option-price {
  font-size: 0.8rem;
  color: #949494;
}
.box-option-item .form-check-label {
  cursor: pointer;
}
.price-total {
  font-family: Cinzel-Medium;
  color: var(--second-main-color);
  font-size: 1.2rem;
}
.vh-cart-option {
  color: #777;
  font-size: 0.9rem;
}
/* trang sản phẩm chi tiết end */

/* bổ sung web start */
/* hình thức đặt hàng */
.nh-order-form-box .nh-advertise-content {
  color: #000;
}
.nh-order-form-box-des {
  position: relative;
  margin-top: -30px;
}
.nh-order-form-box-content {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
}
.nh-order-form-box-content-item {
  overflow: hidden;
}
.nh-order-form-box-content-item a,
.nh-order-form-box-content-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* bổ sung web end */

/* trang giỏ hàng start */
.tip-row {
  margin-top: 10px;
}

.tip-input-group select {
  background-color: #f8f9fa;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  min-width: 150px;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}
#custom-tip-input {
  background-color: #f8f9fa;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  text-align: center;
}
.text-phan-tram {
  padding-top: 10px;
    padding-left: 10px;
}
.tip-input-group select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.input-group.custom-tip-group {
  display: flex;
  align-items: center;
}

.input-group.custom-tip-group .form-control {
  width: 100px;
  margin-right: 10px;
}

.input-group.custom-tip-group .input-group-text {
  background-color: #f8f9fa;
  border: 1px solid #ced4da;
}

.input-group.custom-tip-group .form-control:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* trang giỏ hàng end */
