/* header start */
header {
  position: relative;
  z-index: 999;
}
.bee-nav a {
  transition: all 0.3s ease;
}
.menu_cap_1 a {
  font-family: averta-r;
  text-transform: uppercase;
}
.menu_cap_1 a.active {
  font-family: var(--title-font);
}
.bee-nav a.active {
  color: var(--second-text-color);
}
.bee-header-top {
  background: var(--main-color);
}
.cv-header-top-row {
  align-items: center;
}
/* nút mạng xã hội start */
.cv-header-social .parent {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cv-header-social .child {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-style: preserve-3d;
  transition: all 0.5s ease-in-out;
  border-radius: 50%;
  margin: 0 5px;
}

.cv-header-social .child:hover {
  background-color: white;
  background-position: -100px 100px, -100px 100px;
  transform: rotate3d(0.5, 1, 0, 30deg);
  transform: perspective(180px) rotateX(60deg) translateY(2px);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.6);
}

.cv-header-social a {
  border: none;
  background-color: transparent;
  font-size: 20px;
}

.cv-header-social .button:hover {
  width: inherit;
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate3d(0px, 0px, 15px) perspective(180px) rotateX(-35deg)
    translateY(2px);
  border-radius: 50%;
}

/* nút mạng xã hội end */
.cv-header-contact-content {
  font-size: 1rem;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  letter-spacing: 2px;
}
.cv-header-contact-content i {
  margin-right: 5px;
}
/* nút tìm kiếm start */
.cv-header-form-search .input-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.cv-header-form-search .input {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: none;
  outline: none;
  padding: 18px 16px;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 2;
}

.cv-header-form-search .input::placeholder {
  color: transparent;
}

.cv-header-form-search .input:focus::placeholder {
  color: rgb(131, 128, 128);
}

.cv-header-form-search .input:focus,
.input:not(:placeholder-shown) {
  background-color: #fff;
  border: 1px solid rgb(98, 0, 255);
  width: 200px;
  cursor: none;
  padding: 18px 16px 18px 10px;
}

.cv-header-form-search .icon {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 40px;
  background-color: var(--background-color);
  border-radius: 10px;
  z-index: 0;
  fill: var(--main-color);
  border: 1px solid var(--text-color);
}

.cv-header-form-search .input:hover + .icon {
  transform: rotate(360deg);
  transition: 0.2s ease-in-out;
}

.cv-header-form-search .input:focus + .icon,
.input:not(:placeholder-shown) + .icon {
  z-index: 2;
  background-color: transparent;
  border: none;
}
.cv-header-form-search-col {
}
/* nút tìm kiếm end */
.vs-btn-book-now {
  color: var(--main-color);
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: var(--title-font) !important;
}
.ft-header-bottom h1 {
  letter-spacing: 3px;
  padding-bottom: 0;
  font-size: 2.8rem;
  text-transform: uppercase;
  font-family: var(--title-font);
  margin-bottom: 0;
  padding: 10px 0;
  position: relative;
  z-index: 2;
}
.ft-header-bottom {
  flex-wrap: wrap;
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.header-active {
  background: var(--background-color);
}
.sub-menu {
  background: var(--second-main-color);
}
.white-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.7);
}
.bee-nav {
  position: relative;
  z-index: 2;
}
.vs-header-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  max-width: 10%;
  height: 100%;
  z-index: 2;
  background: #000;
}
.vs-header-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: lighten;
  position: relative;
  z-index: 3;
}

/* nút gửi start */

.codepen-button {
  display: block;
  cursor: pointer;
  color: white;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  border-radius: 6px;
  overflow: hidden;
  padding: 3px;
  isolation: isolate;
}

.codepen-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 400%;
  height: 100%;
  background: linear-gradient(
    115deg,
    #4fcf70,
    #fad648,
    #a767e5,
    #12bcfe,
    #44ce7b
  );
  background-size: 25% 100%;
  animation: an-at-keyframe-css-at-rule-that-translates-via-the-transform-property-the-background-by-negative-25-percent-of-its-width-so-that-it-gives-a-nice-border-animation_-We-use-the-translate-property-to-have-a-nice-transition-so-it_s-not-a-jerk-of-a-start-or-stop
    0.75s linear infinite;
  animation-play-state: paused;
  translate: -5% 0%;
  transition: translate 0.25s ease-out;
}

.codepen-button:hover::before {
  animation-play-state: running;
  transition-duration: 0.75s;
  translate: 0% 0%;
}

@keyframes an-at-keyframe-css-at-rule-that-translates-via-the-transform-property-the-background-by-negative-25-percent-of-its-width-so-that-it-gives-a-nice-border-animation_-We-use-the-translate-property-to-have-a-nice-transition-so-it_s-not-a-jerk-of-a-start-or-stop {
  to {
    transform: translateX(-25%);
  }
}

.codepen-button span {
  position: relative;
  display: block;
  padding: 0.5rem 3.5rem;
  font-size: 1.1rem;
  background: #000;
  border-radius: 3px;
  height: 100%;
}
/* nút gửi end */
.vs-contact-body {
  background: var(--second-main-color);
  padding: 0;
}
.vs-contact-body .vs-book-now-content h3 {
  font-size: 1.5rem;
  text-transform: uppercase;
  padding: 10px;
  text-align: center;
}
.vs-book-now-form form {
}
.vs-book-now-form form input {
  background: transparent;
  border: none;
  outline: none;
  padding: 10px;
  padding-bottom: 15px;
  text-align: center;
  font-size: 1rem;
  text-transform: uppercase;
  border-bottom: 1px solid var(--text-color);
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  color: var(--text-color);
}
.form-ngay {
  max-width: 100%;
}
.vs-book-now-form textarea {
  width: 100%;
  max-width: 100%;
  background: transparent;
  resize: none;
  border: none;
  padding: 10px;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--text-color);
}
.vs-book-now-form textarea:focus {
  border: none;
  outline: none;
  border-bottom: 1px solid var(--text-color);
}
.ban-do {
  border-radius: 0;
  box-shadow: none;
  min-height: 300px;
}
.vs-btn-book-now-template button {
  text-transform: uppercase;
}
/* header end */

/* slider start */
#myVideo {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 600px;
}
.vs-title {
  text-transform: uppercase;
  font-family: var(--title-font);
  color: var(--text-color);
  font-size: 1.7rem;
  text-align: center;
}
/* slider end */

/* trang chủ start */
/* dịch vụ */
.vs-owl-service .item {
  padding: 15px;
}
/* form dịch vụ item start */
.vs-service-item {
  position: relative;
  z-index: 1;
}
.vs-service-item .card {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1.5;
  max-height: 200px;
  background: #243137;
  position: relative;
  display: grid;
  place-content: center;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  z-index: 5;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.vs-service-item #logo-main,
.vs-service-item #logo-second {
  height: 100%;
}

.vs-service-item #logo-main {
  fill: #bd9f67;
}

.vs-service-item #logo-second {
  padding-bottom: 10px;
  fill: none;
  stroke: #bd9f67;
  stroke-width: 1px;
}

.vs-service-item .vs-border {
  position: absolute;
  inset: 0px;
  border: 2px solid #bd9f67;
  opacity: 0;
  transform: rotate(10deg);
  transition: all 0.5s ease-in-out;
  z-index: 5;
}

.vs-service-item .bottom-text {
  position: absolute;
  left: 50%;
  bottom: 11px;
  transform: translateX(-50%);
  font-size: 6px;
  text-transform: uppercase;
  padding: 2px 10px 0px 8px;
  color: var(--background-color);
  /* background: #243137; */
  background: #bd9f67;
  opacity: 0;
  letter-spacing: 7px;
  transition: all 0.5s ease-in-out;
  display: inline-flex;
  justify-content: center;
}

.vs-service-item .vs-content {
  transition: all 0.5s ease-in-out;
}

.vs-service-item .vs-content .logo {
  height: 35px;
  position: relative;
  width: 70px;
  overflow: hidden;
  transition: all 1s ease-in-out;
  z-index: 5;
}

.vs-service-item .vs-content .logo .logo1 {
  height: 33px;
  position: absolute;
  left: 10px;
  z-index: 5;
}

.vs-service-item .vs-content .logo .logo2 {
  height: 33px;
  position: absolute;
  left: 73px;
  z-index: 5;
}

.vs-service-item .vs-content .logo .trail {
  position: absolute;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 5;
}

.vs-service-item .vs-content .logo-bottom-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 30px;
  color: #bd9f67;
  padding-left: 8px;
  font-size: 11px;
  opacity: 0;
  letter-spacing: none;
  transition: all 0.5s ease-in-out 0.5s;
  z-index: 5;
}

.vs-service-item .card:hover {
  border-radius: 0;
  transform: scale(1.1);
}

.vs-service-item .card:hover .logo {
  width: 134px;
  animation: opacity 1s ease-in-out;
}

.vs-service-item .card:hover .vs-border {
  inset: 15px;
  opacity: 1;
  transform: rotate(0);
}

.vs-service-item .card:hover .bottom-text {
  letter-spacing: 3px;
  opacity: 1;
  transform: translateX(-50%);
  z-index: 5;
}

.vs-service-item .card:hover .vs-content .logo-bottom-text {
  opacity: 1;
  letter-spacing: 5.5px;
}

.vs-service-item .card:hover .trail {
  animation: trail 1s ease-in-out;
}

@keyframes opacity {
  0% {
    border-right: 1px solid transparent;
  }

  10% {
    border-right: 1px solid #bd9f67;
  }

  80% {
    border-right: 1px solid #bd9f67;
  }

  100% {
    border-right: 1px solid transparent;
  }
}

@keyframes trail {
  0% {
    background: linear-gradient(
      90deg,
      rgba(189, 159, 103, 0) 90%,
      rgb(189, 159, 103) 100%
    );
    opacity: 0;
  }

  30% {
    background: linear-gradient(
      90deg,
      rgba(189, 159, 103, 0) 70%,
      rgb(189, 159, 103) 100%
    );
    opacity: 1;
  }

  70% {
    background: linear-gradient(
      90deg,
      rgba(189, 159, 103, 0) 70%,
      rgb(189, 159, 103) 100%
    );
    opacity: 1;
  }

  95% {
    background: linear-gradient(
      90deg,
      rgba(189, 159, 103, 0) 90%,
      rgb(189, 159, 103) 100%
    );
    opacity: 0;
  }
}
.vs-service-item .vs-content {
  color: var(--main-color);
}
/* form dịch vụ item end */
.vs-service-item-title {
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
}
.vs-service-item-title a {
  transition: all 0.3s ease;
  color: var(--text-color);
}
.vs-service-item-title a:hover {
  color: var(--main-color);
  transition: all 0.3s ease;
}
/* đặt lịch book ngay start */
/* form hình start */
.vs-book-card {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1.5;
  max-height: 500px;
  perspective: 1000px;
  cursor: pointer;
}

.vs-book-card-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.999s;
}

.vs-book-card:hover .vs-book-card-inner {
  transform: rotateY(180deg);
}

.vs-book-card-front,
.vs-book-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.vs-book-card-front {
  background-color: #6a2c70;
  color: #fff;
  display: flex;
  align-items: center;
  /* border: 10px solid #6a2c70; */
  border-radius: 0px;
  justify-content: center;
  font-size: 24px;
  transform: rotateY(0deg);
}

.vs-book-card-back {
  background-color: var(--main-color);
  color: var(--background-color);
  display: flex;
  align-items: center;
  /* border: 10px solid var(--second-main-color); */
  border-radius: 0px;
  justify-content: center;
  font-size: 1rem;
  font-family: averta-r;
  transform: rotateY(180deg);
}
.vs-book-card-front img,
.vs-book-card-back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* form hình end */
.vs-index-form-contact {
  background: var(--second-main-color);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 10px;
}
.vs-booknow-index {
  padding-top: 0;
}
/* đặt lịch book ngay end */

/* tin tức start */
.vs-owl-news-index .item {
  padding: 20px 10px;
}
/* tin tức item start */
.vs-news-card {
  padding: 20px;
  width: 100%;
  height: auto;
  aspect-ratio: 1/2;
  /* min-height: 420px; */
  max-height: 420px;
  border-radius: 20px;
  background: var(--second-main-color);
  box-shadow: 5px 5px 6px rgba(218, 218, 218, 0.3), -5px -5px 6px #f6f6f6;
  transition: 0.4s;
  display: flex;
  flex-direction: column;
}

.vs-news-card:hover {
  translate: 0 -10px;
}

.vs-news-card-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--main-color);
  margin: 15px 0 0 10px;
  font-family: var(--title-font);
  transition: all 0.3s ease;
}
.vs-news-card-title a {
  color: var(--main-color);
  transition: all 0.3s ease;
}
.vs-news-card-title a:hover {
  color: var(--second-text-color);
  transition: all 0.3s ease;
}
.vs-news-card-image {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1.5;
  max-height: 200px;
  background-color: var(--main-color);
  border-radius: 15px;
  box-shadow: inset 8px 8px 10px #c3c3c3, inset -8px -8px 10px #cfcfcf;
  overflow: hidden;
}
.vs-news-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.vs-news-card-body {
  margin: 13px 0 0 10px;
  color: rgb(31, 31, 31);
  font-size: 15px;
}

.vs-news-footer {
  float: right;
  margin: 28px 0 0 18px;
  font-size: 0.9rem;
  color: #636363;
  text-align: right;
}

.vs-news-by-name {
  font-weight: 700;
}
/* tin tức item end */

/* tin tức end */

/* FEEDBACK START */
.vs-feedback {
  background: var(--second-main-color);
  color: var(--text-color);
  box-shadow: 0 5px 10px rgba(218, 218, 218, 0.8);
}
.vs-owl-feedback .owl-item:nth-child(odd) .item .vs-feedback-item {
  background: var(--background-color);
  color: var(--text-color);
}
.vs-owl-feedback .owl-item:nth-child(even) .item .vs-feedback-item {
  background: var(--main-color);
  color: var(--background-color);
}
.vs-owl-feedback .item {
  padding: 60px 10px;
}
.vs-feedback-item {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1.2;
  max-height: 200px;
  position: relative;
  padding: 60px 10%;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 0 8px rgba(218, 218, 218, 0.8);
  border-radius: 10px;
}
.vs-feedback-item-avatar {
  position: absolute;
  width: 150px;
  height: 90px;
  border-radius: 10px;
  left: 50%;
  top: -45px;
  transform: translateX(-50%);
  border: 1px solid var(--text-color);
  overflow: hidden;
}
.vs-feedback-item-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
/* FEEDBACK END */
/* trang chủ end */

/* FOOTER START */
.bee-footer {
  background: var(--background-gradient);
  color: #3a3845;
}
.bee-footer-title {
  color: #3a3845;
}
.bee-footer .form-control {
  box-shadow: none;
}
.bee-footer-form-contact .form-control input:focus,
.bee-footer-form-contact .form-control input:valid {
  border-color: var(--second-text-color);
}
.bee-footer-form-contact .form-control input:focus + label span,
.bee-footer-form-contact .form-control input:valid + label span {
  color: var(--second-text-color);
}
.bee-footer-form-contact .form-control input {
  border-color: #3a3845;
}
.bee-footer-form-contact .form-control label span {
  color: #3a3845;
}
.bee-footer-contact-btn:hover {
  background: var(--main-color);
  color: var(--background-color);
  transition: all 0.3s ease;
}
.bee-footer .ban-do {
  min-height: 250px;
  box-shadow: 0 0 5px rgba(218, 218, 218, 0.6);
}
/* FOOTER END */

/* TRANG GIỚI THIỆU START */
.vs-page-item-card {
  width: 100%;
  height: auto;
  background: #07182e;
  position: relative;
  display: flex;
  place-content: center;
  place-items: center;
  overflow: hidden;
  border-radius: 20px;
  padding: 10px;
}
.vs-page-item-card img {
  position: relative;
  z-index: 2;
  border-radius: 20px;
}
.vs-page-item-card h2 {
  z-index: 1;
  color: white;
  font-size: 2em;
}

.vs-page-item-card::before {
  content: "";
  position: absolute;
  width: 100%;
  background-image: linear-gradient(
    180deg,
    var(--second-main-color),
    var(--main-color)
  );
  height: 130%;
  animation: rotBGimg 3s linear infinite;
  transition: all 0.2s linear;
}

@keyframes rotBGimg {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.vs-page-item-card::after {
  content: "";
  position: absolute;
  background: #07182e;
  inset: 5px;
  border-radius: 15px;
}
/* .card:hover:before {
  background-image: linear-gradient(180deg, rgb(81, 255, 0), purple);
  animation: rotBGimg 3.5s linear infinite;
} */
.vs-page-content-des {
  text-align: right;
  padding: 7px 0;
}
.vs-page-introduce-item:nth-child(odd) {
  color: var(--main-color);
}
.vs-page-introduce-item:nth-child(even) {
  color: var(--text-color);
}
.vs-page-introduce-item h3 {
  font-size: 1.2rem;
  font-family: var(--title-font);
}

/* album card start */
.vs-album-card {
  width: 100%;
  height: 100%;
  background-color: #212121;
  border-radius: 1rem;
  border: #212121 0.2rem solid;
  transition: all 0.4s ease-in;
  box-shadow: 0.4rem 0.4rem 0.6rem #00000040;
  overflow: hidden;
}
.vs-album-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 1rem;
  transition: all 0.4s ease-in;
}
.vs-album-card:hover {
  transform: translateY(-1.5rem);
  border: var(--main-color) 0.2em solid;
  border-radius: 2.5rem 0 2.5rem 0;
}
.vs-album-card:hover img {
  border-radius: 2.5rem 0 2.5rem 0;
  transition: all 0.4s ease-in;
}
.vs-page-album-img-box {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1.6;
  max-height: 400px;
}
/* album card end */
.vs-page-about-item {
  text-align: center;
}
.vs-page-about-item:nth-child(odd) {
  color: var(--text-color);
}
.vs-page-about-item:nth-child(even) {
  color: var(--main-color);
}
.vs-page-about-item h3 {
  font-size: 1.1rem;
  font-family: var(--title-font);
}
/* TRANG GIỚI THIỆU END */

/* DỊCH VỤ - SỰ KIỆN START */

.vs-service-event-title h1 {
  text-transform: capitalize;
  font-family: svn-manchester-park;
  font-size: 1.5rem;
  color: var(--main-color);
}
.vs-service-event-title {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.vs-service-event-describe {
  text-transform: capitalize;
  font-size: 2rem;
  color: var(--text-color);
  font-family: var(--title-font);
}
.vs-service-banner-img-box {
  padding: 5%;
  position: relative;
  z-index: 1;
}
.vs-service-banner-img-box::before {
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  left: 0;
  width: 80%;
  height: 80%;
  border: 5px solid var(--main-color);
}
.vs-service-banner-img-box::after {
  position: absolute;
  content: "";
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 15%;
  height: 40%;
  background-image: url("../../img_data/images/colorvisual/01.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.vs-service-banner-img {
  position: relative;
  z-index: 5;
  box-shadow: 0 0 10px rgba(218, 218, 218, 0.9);
}
.vs-service-about {
  text-align: center;
  position: relative;
  z-index: 3;
}
.vs-service-about img {
  max-height: 125px;
  width: auto;
  object-fit: contain;
}
.vs-service-about h2 {
  font-family: var(--title-font);
  font-size: 2rem;
  text-transform: uppercase;
  padding: 10px 5px;
}
.vs-service-event {
  position: relative;
  z-index: 1;
}
.vs-service-event::before {
  position: absolute;
  content: "";
  top: 180px;
  left: 5%;
  background-image: url("../../img_data/images/colorvisual/ls-flower-prlx.png");
  background-repeat: no-repeat;
  width: 10%;
  height: 200px;
  background-size: contain;
  z-index: 1;
}
.vs-service-event::after {
  position: absolute;
  content: "";
  top: 50px;
  left: 0;
  background-image: url("../../img_data/images/colorvisual/ls-flower.png");
  background-repeat: no-repeat;
  width: 10%;
  height: 200px;
  background-size: contain;
  z-index: 1;
}
/* dịch vụ grid item start */
.vs-grid-item-card {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1/2.5;
  max-height: 500px;
  /* margin: 20px; */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.vs-grid-item-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.vs-grid-item-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.vs-grid-item-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 50%;
  padding: 20px;
  background-color: #fff;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.vs-grid-item-card__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.vs-grid-item-card__text {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.vs-grid-item-card__button {
  display: inline-flex;
  padding: 10px 20px;
  background-color: var(--main-color);
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  max-width: 125px;
  justify-content: center;
  align-items: center;
}
.vs-grid-item-card__button {
  color: var(--background-color);
  transition: all 0.3s ease;
}
.vs-grid-item-card__button:hover {
  color: var(--background-color);
  background: var(--text-color);
  transition: all 0.3s ease;
}
.vs-grid-item-card:hover {
  transform: translateY(-10px);
}

.vs-grid-item-card:hover .vs-grid-item-card__image img {
  transform: scale(1.2);
}

.vs-grid-item-card:hover .vs-grid-item-card__content {
  transform: translateY(-100%);
}

.vs-grid-item-card__image {
  height: 100%;
  width: 100%;
  background-color: #000;
  /* you can put img url here  */
}
.vs-grid-item-card__content p {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
/* dịch vụ grid item end */

/* DỊCH VỤ - SỰ KIỆN END */

/* DỊCH VỤ - SỰ KIỆN DETAIL START */

.vs-sk-Swiper2 {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  max-height: 500px;
}
.vs-sk-Swiper {
  max-height: 500px;
}
.vs-sk-Swiper img,
.vs-sk-Swiper2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.product-extra-img:hover {
  filter: grayscale(100%);
  cursor: pointer;
  transition: all 0.3s ease;
}
.service-name {
  color: var(--text-color);
  text-transform: uppercase;
  font-family: averta-l;
  font-size: 1.8rem;
  text-align: center;
  padding: 15px 10px;
  padding-bottom: 5px;
}
/* giá tiền dịch vụ start */
.vs-service-price {
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-price-sale {
  color: var(--main-color);
  /* text-transform: uppercase; */
  font-size: 1.5rem;
  font-family: averta-l;
}
.service-price-no-sale {
  color: var(--text-color);
  font-family: averta-l;
  text-decoration: line-through;
  font-size: 1.2rem;
  margin-right: 10px;
  padding-top: 3px;
  /* text-transform: uppercase; */
}
/* giá tiền dịch vụ end */

/* đánh giá */
.specification-review {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 5px;
}
.specification-text {
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-family: var(--title-font);
  padding-top: 5px;
}
.specification-star {
  font-size: 1.3rem;
  color: var(--main-color);
}
/* btn đặt lịch ngay */
.vs-service-detail-btn-booknow {
  width: 70%;
  margin: 10px auto;
  background: linear-gradient(to right, #cca87f, #f7ebd3);
  padding: 10px;
  border-radius: 10px;
  position: relative;
}
.vs-service-btn-booknow {
  background: var(--background-color);
  display: flex;
  border: none;
  outline: none;
  padding: 10px;
  border-radius: 10px;
  padding-left: 5%;
  width: 100%;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-family: var(--title-font);
  box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.3);
}
.vs-text-gradient {
  background: -webkit-linear-gradient(#cca87f, #f7ebd3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.vs-service-btn-icon {
  position: absolute;
  top: 46%;
  right: 10%;
  transform: translateY(-50%);
  z-index: 2;
  background: linear-gradient(to right, #cca87f, #f7ebd3);
  width: 95px;
  height: 95px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--background-color);
  transition: all 0.3s ease;
  box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.vs-service-btn-icon i {
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.8);
  font-size: 3rem;
}

.vs-service-detail-content-describe {
  text-align: center;
  margin-top: 30px;
}
.btn-nhanxet {
  background: var(--main-color) !important;
  color: var(--background-color) !important;
  text-transform: uppercase;
  font-family: var(--title-font);
}
.item-progress .box-progress .progress-bar {
  background: var(--main-color) !important;
}
.quantity-star,
a.star.vote-active {
  color: var(--main-color) !important;
}
.content-nhanxet {
  background: var(--second-main-color) !important;
}
.content-nhanxet .form-control,
.panel-traloi .form-control {
  background: var(--background-color) !important;
}
.btn-guibl {
  background: var(--text-color) !important;
  color: var(--background-color) !important;
  transition: all 0.3s ease;
}
.btn-guibl:hover {
  background: var(--main-color) !important;
  transition: all 0.3s ease;
}
.dichvu-sanpham-detail .accordion-button:not(.collapsed) {
  background: var(--main-color) !important;
  color: var(--background-color) !important;
  transition: all 0.3s ease;
}
/* DỊCH VỤ - SỰ KIỆN DETAIL END */

/* TRANG SẢN PHẨM START */

/* SẢN PHẨM ITEM START */
.vs-product-item-box {
  position: relative;
}
.vs-product-item-box-card {
  width: 100%;
  height: auto;
  aspect-ratio: 1/2;
  max-height: 400px;
  background: var(--main-color);
  transition: all 0.4s;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 5px rgba(218, 218, 218, 0.705);
  font-size: 30px;
  font-weight: 900;
}

.vs-product-item-box-card:hover {
  border-radius: 15px;
  cursor: pointer;
  transform: scale(1);
  box-shadow: 0px 0px 10px 5px rgba(218, 218, 218, 0.705);
  background: var(--second-main-color);
}

.vs-product-item-box-first-content {
  height: 100%;
  width: 100%;
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  border-radius: 15px;
}
.vs-product-item-box-first-content a,
.vs-product-item-box-second-content a {
  height: 100%;
}
.vs-product-item-box-card:hover .vs-product-item-box-first-content {
  height: 0px;
  opacity: 0;
}

.vs-product-item-box-second-content {
  height: 0%;
  width: 100%;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  transition: all 0.4s;
  font-size: 0px;
  transform: rotate(90deg) scale(-1);
}

.vs-product-item-box-card:hover .vs-product-item-box-second-content {
  opacity: 1;
  height: 100%;
  font-size: 1.8rem;
  transform: rotate(0deg);
}
.vs-product-item-box-first-content img,
.vs-product-item-box-second-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 9px;
  object-position: center;
  transition: all 0.3s ease;
}
.vs-product-item-name a {
  color: var(--main-color);
  font-family: var(--title-font);
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.vs-product-item-name a:hover {
  color: var(--second-text-color);
  transition: all 0.3s ease;
}
/* nút thêm g iỏ hàng start */
.vs-product-btn-addcartnow {
  display: flex;
  justify-content: flex-end;
}
.vs-p-Btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition-duration: 0.3s;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.199);
  background-color: black;
}

/* plus sign */
.vs-p-sign {
  width: 100%;
  font-size: 1em;
  color: white;
  transition-duration: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* text */
.vs-p-text {
  position: absolute;
  right: 0%;
  width: 0%;
  opacity: 0;
  color: white;
  font-size: 1.2em;
  font-weight: 500;
  transition-duration: 0.3s;
}
/* hover effect on button width */
.vs-p-Btn:hover {
  width: 100%;
  border-radius: 0px;
  transition-duration: 0.3s;
}

.vs-p-Btn:hover .vs-p-sign {
  width: 30%;
  transition-duration: 0.3s;
  padding-left: 20px;
}
/* hover effect button's text */
.vs-p-Btn:hover .vs-p-text {
  opacity: 1;
  width: 70%;
  transition-duration: 0.3s;
  padding-right: 20px;
}
/* button click effect*/
.vs-p-Btn:active {
  transform: translate(2px, 2px);
}
/* nút thêm giỏ hàng end */
/* SẢN PHẨM ITEM END */
.catchuoi1 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
/* TRANG SẢN PHẨM END */

/* sửa tin tức owl  bee*/
.bee-news-item-container,
.bee-news-item-container .parent,
.bee-news-item-container .card,
.bee-news-item-container .content-box {
  height: 100%;
}
.bee-news-item-container .content-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* sản phẩm chi tiết card start */
.vs-card-slider-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/2;
  max-height: 550px;
  object-fit: cover;
}
/* .swiper-slide-visible {
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.45);
  transition: all 0.3s ease;
} */
/* sản phẩm chi tiết card end */
.bee-btn-addcartnow .c-button--gooey {
  background: var(--second-main-color);
}
/* nút share start */

.buttons {
  position: relative;
  display: grid;
  place-items: center;
  height: fit-content;
  width: fit-content;
  transition: 0.3s;
  border-radius: 50%;
}

.buttons:hover {
  padding: 0px;
}
.buttons:hover a {
  color: var(--text-color);
  transition: all 0.3s ease;
}
.buttons:hover .button {
  box-shadow: 5px 5px 12px #cacaca, -5px -5px 12px #ffffff;
}

.main-button {
  position: relative;
  display: grid;
  place-items: center;
  padding: 10px;
  border: none;
  background: #e8e8e8;
  box-shadow: 5px 5px 12px #cacaca, -5px -5px 12px #ffffff;
  border-radius: 50%;
  transition: 0.2s;
  z-index: 100;
}

.button {
  position: absolute;
  display: grid;
  place-items: center;
  padding: 10px;
  border: none;
  background: #e8e8e8;
  box-shadow: 5px 5px 12px rgba(202, 202, 202, 0),
    -5px -5px 12px rgba(255, 255, 255, 0);
  transition: 0.3s;
  border-radius: 50%;
}

.discord-button:hover {
  background: #5865f2;
}

.buttons:hover .discord-button {
  translate: 70px 0px;
  box-shadow: 5px 5px 12px #cacaca, -5px -5px 12px #ffffff;
}

.twitter-button:hover {
  background: #1ca1f1;
}

.buttons:hover .twitter-button {
  translate: 47px -47px;
  box-shadow: 5px 5px 12px #cacaca, -5px -5px 12px #ffffff;
}

.reddit-button:hover {
  background: #ff4500;
}

.buttons:hover .reddit-button {
  translate: 0px -70px;
  box-shadow: 5px 5px 12px #cacaca, -5px -5px 12px #ffffff;
}

.messenger-button:hover {
  background: #0093ff;
}

.buttons:hover .messenger-button {
  translate: -47px -47px;
  box-shadow: 5px 5px 12px #cacaca, -5px -5px 12px #ffffff;
}

.pinterest-button:hover {
  background: #f0002a;
}

.buttons:hover .pinterest-button {
  translate: -70px 0px;
  box-shadow: 5px 5px 12px #cacaca, -5px -5px 12px #ffffff;
}

.instagram-button:hover {
  background: #f914af;
}

.buttons:hover .instagram-button {
  translate: -47px 47px;
  box-shadow: 5px 5px 12px #cacaca, -5px -5px 12px #ffffff;
}

.snapchat-button:hover {
  background: #fff;
}

.buttons:hover .snapchat-button {
  translate: 0px 70px;
  box-shadow: 5px 5px 12px #cacaca, -5px -5px 12px #ffffff;
}

.whatsapp-button:hover {
  background: #25d366;
}

.buttons:hover .whatsapp-button {
  translate: 47px 47px;
  box-shadow: 5px 5px 12px #cacaca, -5px -5px 12px #ffffff;
}
.pnvn-group-btn-share {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 5% 10%;
}

.pnvn-group-btn-label {
  position: absolute;
  top: 50%;
  right: -110px;
  transform: translateY(-50%);
  width: 100px;
  /* height: 100%; */
  opacity: 1;
  visibility: visible;
  display: flex;
  transition: all 0.3s ease;
}
.buttons:hover .pnvn-group-btn-label {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
/* nút share end */
.ft-product-detail-content-des .fb_iframe_widget {
  z-index: 1000;
  position: relative;
  opacity: 0;
}
.ft-product-detail-content-des .fb-share-button {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scaleY(1.5);
  width: 100% !important;
}
.ft-product-detail-content-des .fb_iframe_widget span {
  width: 100% !important;
}

/* liên hệ start */
.vs-info-contact-page {
  position: relative;
  overflow: hidden;
  min-height: 450px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
#contactVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.vs-page-contact-content {
  position: relative;
  z-index: 5;
  color: var(--background-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
}
.vs-page-contact-content h2 {
  text-transform: uppercase;
  color: var(--background-color);
  font-size: 1.8rem;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
.vs-page-contact-content span {
  margin-bottom: 30px;
  font-size: 1.2rem;
  text-align: center;
  font-family: averta-l;
}
/* liên hệ end */

/* bổ sung header */
.ft-header-bottom .vs-nav {
  position: relative;
}
.ft-header-bottom .vs-nav::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--main-color);
}
.ft-header-bottom .vs-nav::after {
  position: absolute;
  content: "";
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--main-color);
}
.bee-nav {
  padding-bottom: 10px;
}
.sub-menu {
  top: 67px;
}
.sub-menu::before {
  position: absolute;
  content: "";
  top: -38px;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: -1;
}
.bag-cart {
  position: absolute;
  top: -5px;
  right: -5px;
  background: var(--second-text-color);
  color: var(--background-color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-family: averta-r;
}

/* sửa giỏ hàng */
.detail-extralink {
  max-width: 70%;
}
.num_sl {
  max-width: 50%;
  text-align: center;
}
.qty-button {
  cursor: pointer;
}
.vs-btn-dathang {
  background: var(--main-color);
  color: var(--background-color);
}
.vs-btn-dathang button {
  color: var(--background-color);
  font-family: var(--title-font);
  text-transform: uppercase;
}
.gio-hang .form-control {
  background: var(--second-main-color);
}
