@charset "UTF-8";
@keyframes bounce-hero {
  0% {
    top: 0px;
  }
  50% {
    top: 25px;
  }
  100% {
    top: 0px;
  }
}
@keyframes move-wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }
  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}
@keyframes MarqueeTop {
  from {
    transform: translateY(-2580px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes MarqueeBottom {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-2580px);
  }
}
@keyframes dash-move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}
.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.title-page {
  color: #a50000;
}

.text-primary {
  color: var(--primary-color);
}

.m-auto {
  margin: auto;
}

.ml-15 {
  margin-left: 15px;
}

.info-footer {
  list-style: none;
  text-align: justify;
  margin: 0;
}
.info-footer a {
  color: white;
}
.info-footer li {
  display: flex;
  align-items: center;
}
.info-footer li i {
  margin-right: 10px;
}

footer .social-icons.follow-icons a {
  color: white;
}

.copyright-footer {
  color: white;
  padding: 10px;
}

.post img {
  border-radius: 15px;
}

.br-15 {
  border-radius: 15px;
}
.br-15 .col-inner,
.br-15 img {
  border-radius: 15px;
}

.services .box-text {
  top: 50%;
}

.top-50 {
  top: 50%;
}

.bg-w {
  background: white;
}
.bg-w .col-inner {
  background: white;
}

.mt-15 {
  margin-top: 15px;
}
.mt-15 img {
  margin-top: 15px;
}

input.wpcf7-form-control.disabled {
  background: rgba(158, 158, 158, 0.1098039216);
}

input.wpcf7-form-control.wpcf7-submit {
  border-radius: 8px;
}

.contact-page {
  list-style: none;
  margin: 0;
}
.contact-page li {
  margin-left: 0;
}

.slider img {
  border-radius: 15px;
}

.recent-blog-posts-li .badge-inner.bg-fill {
  border-radius: 6px;
}

span.label-hot {
  margin-top: -10px;
  margin-right: 10px;
  background: #FF5722;
  color: white;
  padding: 1px 13px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
}

.tag-list {
  margin: 15px 0;
}
.tag-list a {
  background: red;
  color: white;
  padding: 2px 8px;
  border-radius: 4px;
}

.nav-contact-top a {
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  color: white !important;
}
.nav-contact-top li {
  margin-right: 15px;
}

.social-top img {
  max-width: 35px;
}
.social-top a {
  margin: 0 !important;
}

.text-white {
  color: white !important;
}

.banner-text h3,
.banner-text h4 {
  margin: 0;
}

.video-container {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  display: none;
  /* Ẩn video ban đầu */
}

.video-container.active .background-video {
  display: block;
}
.video-container.active .video-thumbnail {
  display: none;
}

.video-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 2;
  display: block;
  background-image: url(/wp-content/uploads/2023/07/co-so-vat-chat.jpg);
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 1.2em;
  height: 1.2em;
  line-height: 0;
  border-radius: 50%;
  font-size: 3.5em;
  background-color: rgba(43, 51, 63, 0.7);
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid #fff;
  text-align: center;
  z-index: 9;
}
.play-button:hover {
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(166, 28, 32, 0.7);
  transition: all 0s;
}
.play-button i {
  line-height: 4rem;
}

form.wpcf7-form p {
  margin: 0;
}
form.wpcf7-form input,
form.wpcf7-form select {
  box-shadow: unset;
  font-size: 16px;
  border-radius: 4px;
}
form.wpcf7-form button.wpcf7-submit {
  background-color: transparent !important;
}
form.wpcf7-form span.wpcf7-spinner {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
form.wpcf7-form textarea {
  border-radius: 5px;
  box-shadow: unset;
}

.cf7-submit-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.grecaptcha-badge {
  display: none !important;
}

#cupon-form .content-form > .col-inner {
  background: #a50000;
  color: white;
  padding: 15px !important;
  border-radius: 10px 10px 0 0;
}
#cupon-form .content-form h1,
#cupon-form .content-form label {
  color: white;
}
#cupon-form .content-form .wpcf7-submit {
  margin: 0;
  background: white;
  color: var(--fs-color-primary);
}
#cupon-form .footer-form > .col-inner {
  background: #fff;
  padding: 15px !important;
  border-radius: 0 0 8px 8px;
}
#cupon-form .footer-form h2,
#cupon-form .footer-form h3,
#cupon-form .footer-form p {
  color: var(--fs-color-primary);
}
#cupon-form .footer-form h2 {
  font-size: 0.9rem;
}
#cupon-form .footer-form h3 {
  font-size: 0.75rem;
}
#cupon-form .footer-form .footer-form-left {
  display: flex;
  align-items: center;
}
#cupon-form .footer-form .footer-form-left i {
  font-size: 2.2rem;
  color: var(--fs-color-primary);
}
#cupon-form .footer-form .footer-form-left .content-text {
  margin-left: 10px;
  width: calc(100% - 10px);
  color: var(--fs-color-primary);
}
#cupon-form .footer-form #countdown {
  font-size: 0.8rem;
}
#cupon-form .footer-form #countdown .time-box {
  width: 35px;
  height: 35px;
  background-color: #720000;
  font-size: 1rem;
  font-weight: 700;
}

#countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: Arial, sans-serif;
}

.time-box {
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #333;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  font-size: 20px;
}

.time-box span {
  font-size: 14px;
  color: #ccc;
}

.move-ring {
  width: 30px;
  height: 30px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: translate(-15px, 0);
  border-radius: 99px;
  border: solid #000 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  cursor: pointer;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background: rgba(255, 0, 0, 0.4117647059);
  width: 30px;
  height: 30px;
  border-radius: 99px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 1.2rem;
}

.swiper-pagination-bullet-active {
  background: var(--fs-color-primary);
}

.mfp-close {
  mix-blend-mode: inherit !important;
  border-radius: 8px;
  color: red !important;
  opacity: 1 !important;
}

.lightbox-content {
  border-radius: 10px;
}

.blog-post .post-item > .col-inner {
  border: solid #c1c1c1 1px;
  border-radius: 10px;
  padding: 10px;
  background-color: white;
}

.comment-rating {
  color: #f39c12;
  font-size: 1.2em;
}
.comment-rating label {
  font-weight: bold;
}

.average-rating {
  margin-top: 10px;
  font-weight: bold;
  color: #27ae60;
}

.radio {
  display: flex;
  margin: 0;
  align-items: flex-start;
  justify-content: space-between;
}
.radio label {
  color: #534E56;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 2.2rem;
  position: relative;
  padding-left: 26px;
}
.radio label input[type=radio] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.radio label input[type=radio] + span {
  display: block;
}
.radio label input[type=radio] + span:before {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #FFFFFF;
  border: 3px solid #D7D9DD;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.06);
  border-radius: 100%;
  position: absolute;
  left: 0;
  padding: 2px;
  background-clip: content-box;
  top: 48px;
}
.radio label input[type=radio] + span i {
  display: block;
  margin: 0 auto 7px;
  position: relative;
  left: -16px;
  font-size: 35px;
  width: 25px;
}
.radio label input[type=radio]:checked + span {
  color: #a50000;
}
.radio label input[type=radio]:checked + span:before {
  border: 3px solid #a50000;
  background-color: #a50000;
  color: #a50000;
}
.radio label input[type=radio]:checked + span i {
  color: #a50000;
}

.bmi .col-inner,
.check-height .col-inner {
  padding: 10px;
  border: solid 1px #a50000;
  border-radius: 10px;
}
.bmi .error,
.check-height .error {
  color: red;
}
.bmi .results,
.check-height .results {
  width: 100%;
  min-width: 100%;
  border-radius: 8px 8px 0px 0px;
  min-height: 112px;
  background-color: #0CC656;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  flex-direction: column;
  padding: 5px;
}
.bmi .results strong,
.check-height .results strong {
  font-weight: 700;
  font-size: 32px;
  line-height: 52px;
  display: block;
  margin-top: 4px;
  width: 100%;
}
.bmi .text,
.check-height .text {
  padding: 12px 16px 16px 12px;
  font-size: 16px;
  color: #534E56;
  padding: 12px 12px 12px 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: 600;
  flex-grow: 1;
  align-items: flex-start;
  background: #CEE8FA;
  border-radius: 0 0 8px 8px;
}
.bmi .text strong,
.check-height .text strong {
  font-size: 20px;
  margin-top: 4px;
  color: #132432;
  font-weight: 600;
  line-height: 1.57;
  width: 100%;
}

.slider-range-amount {
  margin-bottom: 10px;
  font-size: 23px;
}

.slidecontainer input {
  width: 100%;
}

.view-check-height-content p {
  margin-bottom: 0;
}

/*# sourceMappingURL=site.css.map */
