/*!
Theme Name: mrseadev
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mrseadev
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

mrseadev is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@font-face {
  font-family: FontBlack;

  src: url("./fonts/Montserrat/Montserrat-Black.ttf") format("truetype");

  font-weight: 900;
}

@font-face {
  font-family: FontBlackItalic;

  src: url("./fonts/Montserrat/Montserrat-BlackItalic.ttf") format("truetype");

  font-weight: 900;

  font-style: italic;
}

@font-face {
  font-family: FontBold;

  src: url("./fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");

  font-weight: 700;
}

@font-face {
  font-family: FontBoldItalic;

  src: url("./fonts/Montserrat/Montserrat-BoldItalic.ttf") format("truetype");

  font-weight: 700;

  font-style: italic;
}

@font-face {
  font-family: FontExtraBold;

  src: url("./fonts/Montserrat/Montserrat-ExtraBold.ttf") format("truetype");

  font-weight: 400;
}

@font-face {
  font-family: FontExtraBoldItalic;

  src: url("./fonts/Montserrat/Montserrat-ExtraBoldItalic.ttf") format("truetype");

  font-weight: 400;

  font-style: italic;
}

@font-face {
  font-family: FontExtraLight;

  src: url("./fonts/Montserrat/Montserrat-ExtraLight.ttf") format("truetype");

  font-weight: 200;
}

@font-face {
  font-family: FontExtraLightItalic;

  src: url("./fonts/Montserrat/Montserrat-ExtraLightItalic.ttf") format("truetype");

  font-weight: 200;

  font-style: italic;
}

@font-face {
  font-family: FontItalic;

  src: url("./fonts/Montserrat/Montserrat-Italic.ttf") format("truetype");

  font-weight: 400;

  font-style: italic;
}

@font-face {
  font-family: FontLight;

  src: url("./fonts/Montserrat/Montserrat-Light.ttf") format("truetype");

  font-weight: 300;
}

@font-face {
  font-family: FontLightItalic;

  src: url("./fonts/Montserrat/Montserrat-LightItalic.ttf") format("truetype");

  font-weight: 300;

  font-style: italic;
}

@font-face {
  font-family: FontMedium;

  src: url("./fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");

  font-weight: 500;
}

@font-face {
  font-family: FontMediumItalic;

  src: url("./fonts/Montserrat/Montserrat-MediumItalic.ttf") format("truetype");

  font-weight: 500;

  font-style: italic;
}

@font-face {
  font-family: FontRegular;

  src: url("./fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");

  font-weight: 400;
}

/* @font-face {
  font-family: FontBook;
  src: url("./fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
} */

@font-face {
  font-family: FontSemiBold;

  src: url("./fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");

  font-weight: 600;
}

@font-face {
  font-family: FontSemiBoldItalic;

  src: url("./fonts/Montserrat/Montserrat-SemiBoldItalic.ttf") format("truetype");

  font-weight: 600;

  font-style: italic;
}

/* @font-face {
  font-family: FontThin;
  src: url("./fonts/Montserrat/Montserrat-Thin.ttf") format("truetype");
  font-weight: 100;
}

@font-face {
  font-family: FontThinItalic;
  src: url("./fonts/Montserrat/Montserrat-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
} */

/* .mrs-header {
  @apply pt-[26px] pb-3;
}

body.home .mrs-header,
body.category .mrs-header,
body.post-type-archive-project .mrs-header {
  @apply absolute z-50 top-3 left-0 right-0 mt-0;
}

body.category .mrs-header-opacity,
body.post-type-archive-project .mrs-header-opacity {
  @apply lg:bg-[url('./images/bg-opacity-blue.png')] bg-repeat;
}

body.logged-in .mrs-header {
  @apply top-10;
}
body:not(.logged-in) .mrs-header.mrs_has_banner {
  @apply top-0;
}
body.logged-in .mrs-header.mrs_has_banner{
  @apply top-8;
} */

body.mrs-scroll-down .mrs-header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 50;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  /* @apply lg:bg-[url('./images/bg-opacity-blue.png')] bg-repeat; */
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 12px;
  padding-bottom: 4px;
}

body.mrs-scroll-down .mrs-header .mrs-wrap-menu-top-above {
  display: none;
}

body.mrs-scroll-down .mrs-header .mrs-logo {
  height: 50px;
  margin: auto;
}

body.mrs-scroll-down.logged-in .mrs-header {
  margin-top: 1.25rem;
}

/* @import "./css/menu-top.css";
@import "./css/menu-top-above.css";
@import "./css/mega-menu.css";
@import "./css/menu-right.css";
@import "./css/menu-left.css";
@import "./css/language.css"; */

.mrs-heading-two {
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(37 37 37 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .mrs-heading-two {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.mrs-heading-one {
  margin-bottom: 2rem;
  display: inline-block;
  font-family: FontBold;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.mrs-heading-related {
  margin-bottom: 1.25rem;
  font-family: FontBold;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .mrs-heading-related {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  .mrs-heading-related {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

/* .mrs-heading-related::after {
  content: "";
  @apply block absolute -bottom-4 left-0 h-[1px] bg-gray-600 lg:w-[350px] lg:mt-8;
} */

form input[type="text"]:not(.mrs-form-search input[type="text"]),
form input[type="phone"],
form input[type="email"],
form input[type="tel"],
form textarea {
  margin-bottom: 0.75rem;
  width: 100%;
  border-radius: 1rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.65rem;
}

form select {
  width: 100%;
  border-radius: 1rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.65rem;
}

form select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

form input[type="text"]::-moz-placeholder, form input[type="phone"]::-moz-placeholder, form input[type="email"]::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

form input[type="text"]::placeholder,
form input[type="phone"]::placeholder,
form input[type="email"]::placeholder,
form select::placeholder,
form textarea::placeholder {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

form input[type="text"]:focus,
form input[type="phone"]:focus,
form input[type="email"]:focus,
form input[type="tel"]:focus,
form textarea:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.mrs-contact-form textarea {
  height: 102px;
}

.mrs-btn-submit {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(22 83 33 / var(--tw-bg-opacity));
  font-family: FontBold;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.mrs-btn-submit:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(41 121 92 / var(--tw-bg-opacity));
}

.mrs-btn-submit {
  border-radius: 0.375rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.wpcf7-form .wpcf7-spinner {
  order: -1;
}

/* Modal */

.mrs-outer-popup-form .wpcf7-textarea {
  height: 5rem;
}

.mrs-box-on-banner {
  position: absolute;
  bottom: 1rem;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  .mrs-box-on-banner {
    bottom: auto;
    top: 50%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.mrs-box-on-banner {
  left: 50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.mrs-box-on-banner h2 {
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 768px) {
  .mrs-box-on-banner h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .mrs-box-on-banner h2 {
    font-size: 3rem;
    line-height: 1;
  }
}

.mrs-page-content {
  font-family: FontMedium;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.mrs-page-content img {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  max-width: 100%;
}

.mrs-single-content h2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: FontBold;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .mrs-single-content h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.mrs-single-content h3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  font-family: FontBold;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .mrs-single-content h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.mrs-single-content h4 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-family: FontBold;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .mrs-single-content h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.mrs-single-content h5 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  font-family: FontBold;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .mrs-single-content h5 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.mrs-single-content a:not(#toc_container a) {
  --tw-text-opacity: 1;
  color: rgb(23 30 47 / var(--tw-text-opacity));
}

.mrs-single-content table {
  border-collapse: collapse;
}

.mrs-single-content th,
.mrs-single-content td {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .mrs-single-content th,
.mrs-single-content td {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.mrs-single-content tr:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.mrs-single-content td p,
.mrs-single-content td p {
  margin-bottom: auto;
}

.mrs-single-content {
  font-family: FontBook;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.mrs-single-content p {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
}

.mrs-single-content img {
  margin: auto;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  max-width: 100%;
}

.mrs-table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* Hỗ trợ cuộn mượt trên iOS */
}

.mrs-table-responsive table {
  width: 100%;
  border-collapse: collapse;
}

.mrs-table-responsive td,
.mrs-table-responsive th {
  padding: 8px;
  text-align: center;
}

.mrs-table-responsive img {
  max-width: 100%;
  height: auto;
}

.owl-carousel.owl-theme .owl-nav.disabled+.owl-dots {
  position: absolute;
  left: 50%;
  display: flex;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px) {
  .owl-carousel.owl-theme .owl-nav.disabled+.owl-dots {
    bottom: 1.75rem;
  }
}

.owl-carousel.owl-theme .mrs-arrow-left {
  background:#ade67f url(icons/arrow-left-senvera.svg) no-repeat center;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 0.25rem;
  height: 2rem;
  width: 2rem;
}

@media (min-width: 640px) {
  .owl-carousel.owl-theme .mrs-arrow-left {
    top: 40%;
    height: 52px;
    width: 52px;
  }
}

.owl-carousel.owl-theme .mrs-arrow-right {
  background:#ade67f url(icons/arrow-right-senvera.svg) no-repeat center;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  right: 0.25rem;
  height: 2rem;
  width: 2rem;
}

@media (min-width: 640px) {
  .owl-carousel.owl-theme .mrs-arrow-right {
    top: 40%;
    height: 52px;
    width: 52px;
  }
}

.owl-carousel.owl-theme .owl-nav {
  margin-top: -25px;
}

.owl-theme .owl-dots .owl-dot span {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  height: 8px !important;
  width: 3.5rem !important;
  border-radius: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity)) !important;
}

@media (min-width: 768px) {
  .owl-theme .owl-dots .owl-dot span {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
    width: 105px !important;
  }
}

.owl-theme .owl-dots .owl-dot span {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(226 182 0 / var(--tw-bg-opacity)) !important;
}

@media (min-width: 768px) {
  .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}

/* @import "./css/slider-product-thumb.css"; */

/* @import "./css/gift.css"; */

/* @import "./css/tabs.css";
@import "./css/sidebar-category.css"; */

/* @import "./css/video.css";
@import "./css/news.css";
@import "./css/product.css"; */

/* @import "./css/button.css"; */

.wp-caption.aligncenter {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
  max-width: 100%;
  text-align: center;
}

.wp-caption.aligncenter img {
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

/* @import "./css/paging.css"; */

/* Begin: social on menu top */

.mrs-social-on-menu {
  display: flex;
  align-items: center;
}

.mrs-social-on-menu a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  background: url(./icons/icon-social.png) no-repeat;
  font-size: 0;
}

.mrs-social-on-menu a.icon-instagram {
  background-position: 0 0;
}

.mrs-social-on-menu a.icon-facebook {
  background-position: -56px 0;
}

.mrs-social-on-menu a.icon-twitter {
  background-position: -112px 0;
}

/*  End:  social on menu top */

/* Begin: social on box news */

.mrs-social {
  display: flex;
  align-items: center;
}

.mrs-social a {
  display: inline-block;
  width: 41px;
  height: 41px;
  margin: 0 7px auto 0;
  background: url(./icons/icon-social-gray.png) no-repeat;
  font-size: 0;
  border-radius: 9999px;
}

.mrs-social a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.mrs-social a.icon-facebook {
  background-position: 0 0;
}

.mrs-social a.icon-instagram {
  background-position: -48px 0;
}

.mrs-social a.icon-youtube {
  background-position: -96px 0;
}

.mrs-social-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.mrs-social-footer a {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 14px auto 0;
  background: url(./icons/senvera-social.png) no-repeat;
  font-size: 0;
  cursor: pointer;
}

.mrs-social-footer a:hover {
  opacity: 0.85;
}

.mrs-social-footer a:last-child {
  margin-right: 0;
}

.mrs-social-footer a.mrs-facebook {
  background-position: -10px 0;
}

.mrs-social-footer a.mrs-linkedin {
  background-position: -61px 0;
}

.mrs-social-footer a.mrs-youtube {
  background-position: -109px 0;
}

.mrs-social-footer a.mrs-instagram {
  background-position: -158px 0;
}

.mrs-wrapper-logo-footer {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: url(./images/bg-above-footer.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.mrs-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(22 83 33 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.mrs-hotline-footer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.25rem;
  padding-right: 0.75rem;
}

.mrs-hotline-footer:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(144 203 96 / var(--tw-bg-opacity));
}

.mrs-transition-img {
  opacity: 1;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mrs-transition-img:hover {
  opacity: 0.85;
}

.mrs-transition-img {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.mrs-transition-img:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.mrs-support-float {
  position: fixed;
  right: 0.75rem;
  bottom: 0.5rem;
  z-index: 50;
}

@media (min-width: 768px) {
  .mrs-support-float {
    bottom: auto;
    top: 33.333333%;
  }
}

.mrs-support-float nav {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mrs-support-float a,
.mrs-support-float span {
  margin-bottom: 0.75rem;
  display: inline-block;
  height: 50px;
  width: 52px;
  background-image: url('./icons/icon-support-float-gray.png');
  background-repeat: no-repeat;
  cursor: pointer;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mrs-support-float a:hover,
.mrs-support-float span:hover {
  opacity: 0.85;
}

.mrs-support-float a.mrs-zalo {
  background-position: 0 -60px;
}

.mrs-support-float a.mrs-messenger {
  background-position: 0 -120px;
}

/* .mrs-support-float span.mrs-scroll-top {
  background-position: 0 -257px;
} */

/* @import "./css/float-booking.css"; */

/*! tailwindcss v3.4.6 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

html {
  font-family: FontRegular, "Segoe UI", Arial, Helvetica, sans-serif;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

@media (min-width: 100%) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1276px) {
  .container {
    max-width: 1276px;
  }
}

@media (min-width: 1300px) {
  .container {
    max-width: 1300px;
  }
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.-top-\[2px\] {
  top: -2px;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-full {
  top: 100%;
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-10 {
  height: 2.5rem;
}

.h-14 {
  height: 3.5rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-\[2px\] {
  height: 2px;
}

.h-\[53px\] {
  height: 53px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-10 {
  width: 2.5rem;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-12 {
  width: 3rem;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-20 {
  width: 5rem;
}

.w-28 {
  width: 7rem;
}

.w-6 {
  width: 1.5rem;
}

.w-64 {
  width: 16rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-full {
  width: 100%;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-\[440px\] {
  max-width: 440px;
}

.max-w-md {
  max-width: 28rem;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-\[1px\] {
  gap: 1px;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-\[38px\] {
  border-radius: 38px;
}

.rounded-\[55px\] {
  border-radius: 55px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-\[2px\] {
  border-top-width: 2px;
}

.border-\[\#d4e8d4\] {
  --tw-border-opacity: 1;
  border-color: rgb(212 232 212 / var(--tw-border-opacity));
}

.border-custom_green {
  --tw-border-opacity: 1;
  border-color: rgb(22 83 33 / var(--tw-border-opacity));
}

.border-custom_green_light {
  --tw-border-opacity: 1;
  border-color: rgb(144 203 96 / var(--tw-border-opacity));
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-t-gray-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.bg-\[\#015801\] {
  --tw-bg-opacity: 1;
  background-color: rgb(1 88 1 / var(--tw-bg-opacity));
}

.bg-\[\#f3faed\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 250 237 / var(--tw-bg-opacity));
}

.bg-\[\#f6ffee\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 255 238 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-custom_green {
  --tw-bg-opacity: 1;
  background-color: rgb(22 83 33 / var(--tw-bg-opacity));
}

.bg-custom_green_hover {
  --tw-bg-opacity: 1;
  background-color: rgb(41 121 92 / var(--tw-bg-opacity));
}

.bg-custom_green_light {
  --tw-bg-opacity: 1;
  background-color: rgb(144 203 96 / var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-\[56\.25\%\] {
  padding-bottom: 56.25%;
}

.pl-4 {
  padding-left: 1rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.font-\[FontBold\] {
  font-family: FontBold;
}

.font-\[FontItalic\] {
  font-family: FontItalic;
}

.font-\[FontMedium\] {
  font-family: FontMedium;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.text-\[\#1B803E\] {
  --tw-text-opacity: 1;
  color: rgb(27 128 62 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-custom_green {
  --tw-text-opacity: 1;
  color: rgb(22 83 33 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-gray-950 {
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.opacity-75 {
  opacity: 0.75;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-gray-200 {
  --tw-shadow-color: #e5e7eb;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-300 {
  --tw-shadow-color: #d1d5db;
  --tw-shadow: var(--tw-shadow-colored);
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

body {
  background: #fff;
}

.hover\:bg-custom_green_hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(41 121 92 / var(--tw-bg-opacity));
}

.hover\:text-custom_green:hover {
  --tw-text-opacity: 1;
  color: rgb(22 83 33 / var(--tw-text-opacity));
}

.hover\:text-custom_green_light:hover {
  --tw-text-opacity: 1;
  color: rgb(144 203 96 / var(--tw-text-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group:hover .group-hover\:text-custom_green {
  --tw-text-opacity: 1;
  color: rgb(22 83 33 / var(--tw-text-opacity));
}
