.hvr-underline-from-left::before {
  height: 1px;
  background-color: var(--text-color);
}
/* header start */
.maan-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;

  overflow: visible;
}
.index .maan-header {
  position: fixed;
}
.flag-img {
  width: 32px;
  height: auto;
}

.menu-a-level-1 {
  color: var(--background-color);
  font-family: var(--normal-font);
  text-transform: uppercase;
  display: inline-flex;
  padding: 7px 8px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  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;
  font-size: clamp(0.9rem, 0.2881rem + 0.9552vw, 1.1rem);
}
.menu-li-level-1 i {
  color: var(--background-color);
}
.menu-li-level-1:hover .menu-a-level-1,
.menu-li-level-1:hover .menu-a-level-1 + i {
  color: #ffc436;
  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;
  cursor: pointer;
}
.menu-li-level-1.active .menu-a-level-1 {
  background: linear-gradient(
    26.18deg,
    #ffffff 0.02%,
    #f1f2f2 13.02%,
    #d1d3d4 29.02%,
    #f1f2f2 47.02%,
    #d1d3d4 63.02%,
    #ffffff 79.02%,
    #e6e7e8 100.02%
  );
  color: var(--text-color);
  font-family: var(--title-font);
}
.maan-header-box-logo-box-image {
  transform: scale(0.9) translateY(6px);
  -webkit-transform: scale(0.9) translateY(6px);
  -moz-transform: scale(0.9) translateY(6px);
  -ms-transform: scale(0.9) translateY(6px);
  -o-transform: scale(0.9) translateY(6px);
}
.menu-a-level-2 {
  display: flex;
  padding: 9px 15px;
  color: var(--background-color);
  font-family: var(--normal-font);
  text-transform: uppercase;
  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;
  font-size: clamp(0.9rem, 0.594rem + 0.4776vw, 1rem);
}
.menu-a-level-2:hover {
  background: linear-gradient(
    26.18deg,
    #ffffff 0.02%,
    #f1f2f2 13.02%,
    #d1d3d4 29.02%,
    #f1f2f2 47.02%,
    #d1d3d4 63.02%,
    #ffffff 79.02%,
    #e6e7e8 100.02%
  );
  color: var(--text-color);
  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;
}
.sub-menu {
  position: absolute;
  top: calc(100% + 30px);
  left: 0;
  width: max-content;
  min-width: 220px;
  z-index: 1001;
  height: auto;
  background-color: rgba(16, 31, 44, 1);
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
    rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  opacity: 0;
  visibility: 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;
}
.sub-menu .menu-li-level-2:first-of-type .menu-a-level-2 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.sub-menu .menu-li-level-2:last-of-type .menu-a-level-2 {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.menu-li-level-1:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
  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;
}
.language-dropdown-box {
  cursor: pointer;
}
.maan-header-box-logo-box::before {
  position: absolute;
  content: "";
  z-index: -1;
  background: #101f2c;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.maan-header-box-logo-box::after {
  position: absolute;
  content: "";
  z-index: -1;
  background: #101f2c;
  width: 100%;
  height: 100px;
  top: 100%;
  left: 0;
  clip-path: polygon(50% 20%, 0 0, 100% 0);
  pointer-events: none;
}
/* dropdown language */
.language-dropdown {
  position: relative;
}

.language-dropdown-box {
  cursor: pointer;
  color: var(--main-color);
  background-color: #101f2c;
}

.language-dropdown-menu {
  background-color: #101f2c;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
  width: max-content;
}

.language-item:hover {
  color: var(--second-main-color);
}
.maan-dropdown-language .dropdown-menu {
  background-color: #101f2c;
  width: max-content;
  min-width: 150px;
  box-shadow: rgba(50, 50, 93, 0.15) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.1) 0px 8px 16px -8px;
}
.maan-dropdown-language .dropdown-item {
  font-family: var(--normal-font);
  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;
}
.maan-dropdown-language .dropdown-item:hover {
  background: linear-gradient(
    26.18deg,
    #ffffff 0.02%,
    #f1f2f2 13.02%,
    #d1d3d4 29.02%,
    #f1f2f2 47.02%,
    #d1d3d4 63.02%,
    #ffffff 79.02%,
    #e6e7e8 100.02%
  );
  color: var(--text-color);
  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;
}
.maan-dropdown-language .dropdown-toggle::after {
  display: none;
}
.maan-header-bg-hinh {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 15px);
  background-image: url("../../templates/images/123122.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  clip-path: polygon(73% 0, 100% 0, 100% 100%, 50% 90%, 0 100%, 0 0);
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(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;
  opacity: 1;
}
.maan-header-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: var(--main-color);
}
.maan-header .container {
  position: relative;
  z-index: 5;
}
.maan-header {
  transform: translateY(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; */
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
}
.maan-header.hidden {
  transform: translateY(-300px);
  -webkit-transform: translateY(-300px);
  -moz-transform: translateY(-300px);
  -ms-transform: translateY(-300px);
  -o-transform: translateY(-300px);
  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;
}
.maan-header.active {
  transform: translateY(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;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
}
.maan-header.active .maan-header-bg-hinh {
  transform: translateY(-300px);
  -webkit-transform: translateY(-300px);
  -moz-transform: translateY(-300px);
  -ms-transform: translateY(-300px);
  -o-transform: translateY(-300px);
  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;
}
/* header end */

/* menu mobile start */
.maan-menu-mobile {
  background-color: var(--main-color);
  color: var(--background-color);
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.maan-menu-mobile-logo-image img {
  max-width: 100px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.maan-menu-mobile-button {
  font-size: 1.8rem;
  color: var(--background-color);
}
.maan-menu-mobile-right i {
  color: var(--background-color);
}
.hc-nav-trigger {
  border: none !important;
}
.hc-offcanvas-nav h2,
.hc-offcanvas-nav li.nav-back a {
  background-color: var(--main-color) !important;
  color: var(--background-color) !important;
}
.hc-offcanvas-nav li.nav-back span::before {
  border-color: var(--background-color) !important;
}
/* menu mobile end */

/* slider start */
.maan-slider {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100vh;
}
.maan-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* slider end */

/* trang chủ start */

/* giới thiệu start */
.maan-introduce-section {
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  overflow: hidden;
}
.maan-introduce-section .container {
  position: relative;
  z-index: 5;
}
.maan-introduce-section-box-item-title {
  font-family: VNF-Shelia-Regular;
  text-transform: capitalize;
  font-size: clamp(2.3rem, 2.0846rem + 1.0769vw, 3rem);
  color: var(--text-color);
}
.maan-introduce-section-box-item-name {
  font-family: MTD-Prida-01-Black;
  color: var(--text-color);
  text-transform: uppercase;
  font-size: clamp(1.7rem, 1.6077rem + 0.4615vw, 2rem);
  /* font-weight: 900; */
}
.maan-introduce-section-box-item-button-view-more-bg {
  background-image: url("../../templates/images/button.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 60px;
  transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
}
.maan-introduce-section-box-item-button-view-more:hover
  .maan-introduce-section-box-item-button-view-more-bg {
  background-image: url("../../templates/images/button-hover.png");
  transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
}
.maan-introduce-section-box-item-button-view-more-text {
  color: var(--text-color);
  font-size: 1.2rem;
  text-transform: capitalize;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
}
.maan-introduce-section-box-item-button-view-more:hover
  .maan-introduce-section-box-item-button-view-more-text {
  color: #81689d;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
}
.maan-introduce-section-box-item-image-main {
  --bs-aspect-ratio: 130%;
}
.maan-introduce-section-box-item-image-main a,
.maan-introduce-section-box-item-image-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.maan-introduce-section-box-item-image-extra-top-image {
  overflow: hidden;
}
.maan-introduce-section-box-item-image-extra-top-image a,
.maan-introduce-section-box-item-image-extra-top-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.maan-introduce-section-box-item-image-extra-bottom-image {
  overflow: hidden;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  --bs-aspect-ratio: 110%;
}
.maan-introduce-section-box-item-image-extra-bottom-image a,
.maan-introduce-section-box-item-image-extra-bottom-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gt-hinh-con-1-img {
  position: absolute;
  z-index: 1;
  top: 5%;
  left: 3%;
  width: 150px;
  height: auto;
  pointer-events: none;
}
.gt-hinh-con-2-img {
  position: absolute;
  z-index: 1;
  left: -30px;
  width: 100px;
  height: auto;
  bottom: 5%;
  transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  opacity: 0.5;
  pointer-events: none;
}
.gt-hinh-con-3-img {
  position: absolute;
  z-index: 1;
  left: 45%;
  width: 150px;
  height: auto;
  top: 0%;
  transform: translateY(100px) rotate(-50deg);
  -webkit-transform: translateY(100px) rotate(-50deg);
  -moz-transform: translateY(100px) rotate(-50deg);
  -ms-transform: translateY(100px) rotate(-50deg);
  -o-transform: translateY(100px) rotate(-50deg);
  opacity: 0.5;
  pointer-events: none;
}
.gt-hinh-con-4-img {
  position: absolute;
  z-index: 1;
  right: 20%;
  width: 36px;
  height: auto;
  top: 35%;
  transform: translateY(-100px) rotate(50deg);
  -webkit-transform: translateY(-100px) rotate(50deg);
  -moz-transform: translateY(-100px) rotate(50deg);
  -ms-transform: translateY(-100px) rotate(50deg);
  -o-transform: translateY(-100px) rotate(50deg);
  opacity: 0.5;
  pointer-events: none;
}
.gt-hinh-con-5-img {
  position: absolute;
  z-index: 1;
  right: 0%;
  width: 150px;
  height: auto;
  top: 25%;
  transform: translateY(100px) rotate(0deg);
  -webkit-transform: translateY(100px) rotate(0deg);
  -moz-transform: translateY(100px) rotate(0deg);
  -ms-transform: translateY(100px) rotate(0deg);
  -o-transform: translateY(100px) rotate(0deg);
  opacity: 1;
  pointer-events: none;
}
/* giới thiệu end */

/* các dịch vụ start */
/* CSS: Footer Section */
.mann-service-content {
  background-color: #0d2433;
  color: #ffffff;
  overflow: hidden;
  position: relative;
}

.mann-footer-logo h2 {
  font-family: MTD-Prida-01-Black;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  background-color: #0d2433;
}

.mann-footer-features .feature-item i {
  color: #ffffff;
}

.mann-footer-features .feature-item p {
  font-family: "BeVietnamPro-Regular", sans-serif;
  font-size: clamp(0.8rem, 1.5vw, 1.2rem);
  color: #ffffff;
  margin: 0;
}

.mann-footer-features .feature-item {
  padding: 1rem;
}
.service-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin: 0 auto;
}
.service-line-bg {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 85%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  margin: 0;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  clip-path: inset(0 0 0 100%);
}
.maan-service-content-col {
  position: relative;
  z-index: 3;
}

/* các dịch vụ end */

/* best seller start */
/* CSS: Product Section */
.mann-products-title {
  /* font-family: "BeVietnamPro-Medium", sans-serif; */
  font-size: clamp(1.3rem, 0.9308rem + 1.8462vw, 2.5rem);
  color: #0d2433;
}

.mann-view-more {
  font-family: "BeVietnamPro-Regular", sans-serif;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  color: #0d2433;
}

.product-card {
  background-color: var(--background-color);
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.product-card:hover .product-card-image img {
  transform: scale(1.05);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.product-info {
  background-color: #ffffff;
}

.product-description {
  font-family: var(--title-font);
  font-size: 1rem;
  color: var(--text-color);
  margin: 0;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.product-description:hover {
  color: #101f2c;
  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;
}
.mann-products-title {
  color: var(--text-color);
  font-family: MTD-Prida-01-Black;
  margin-bottom: 0;
}
.mann-products {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  overflow: hidden;
}
.mann-view-more {
  color: var(--text-color);
  font-family: var(--title-font);
  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;
}
.mann-view-more:hover {
  color: var(--main-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

/* sản phẩm item start */
.product-card-image {
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.product-card-image a,
.product-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.product-link {
  top: 0;
  right: 0;
  background-color: rgba(16, 31, 44, 1);
  color: var(--background-color);
  font-size: 1.3rem;
  display: inline-flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid var(--background-color);
  z-index: 5;
}

.product-link i {
  transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  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;
}
.product-card:hover .product-link i {
  transform: rotate(-150deg);
  -webkit-transform: rotate(-150deg);
  -moz-transform: rotate(-150deg);
  -ms-transform: rotate(-150deg);
  -o-transform: rotate(-150deg);
  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;
}
.product-link-bg {
  position: absolute;
  z-index: 1;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  background-color: var(--background-color);
  border-bottom-left-radius: 50%;
}
.product-link-bg::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  z-index: -1;
  /* background: red; */
  left: -15px;
  top: -10px;
  /* border-top-right-radius: 50%; */
  background-image: url("../../templates/images/hinh-bo.png");
  background-size: cover;
  pointer-events: none;
}
.product-link-bg::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  z-index: -1;
  /* background: red; */
  right: -11px;
  bottom: -17px;
  /* border-top-right-radius: 50%; */
  background-image: url("../../templates/images/bo-phai-duoi.png");
  background-size: cover;
  pointer-events: none;
}
.product-mota-top-price {
  color: var(--second-text-color);
  font-family: var(--title-font);
}
/* sản phẩm item end */

/* best seller end */

/* contact start */
.maan-contact-section {
  overflow: hidden;
  padding: 100px 0;
}
.contact-bg-img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
  filter: blur(2px) grayscale(50%);
  -webkit-filter: blur(2px) grayscale(50%);
  transform: scale(2);
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
}
.maan-contact-section-black-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
}
.maan-contact-section .container {
  position: relative;
  z-index: 5;
}
.maan-contact-section-box-character img {
  width: 100%;
  height: auto;
}
.maan-contact-section-box-row {
  position: relative;
  z-index: 7;
}
.maan-contact-section-box-noi-dung-picture {
  transform: translateY(-350px);
  -webkit-transform: translateY(-350px);
  -moz-transform: translateY(-350px);
  -ms-transform: translateY(-350px);
  -o-transform: translateY(-350px);
  opacity: 0;
}
.maan-contact-section-box-noi-dung-picture-image {
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 10px solid var(--background-color);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.maan-contact-section-box-noi-dung-picture-image a,
.maan-contact-section-box-noi-dung-picture-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.maan-contact-section-box-character {
  transform: translateX(-100px);
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  opacity: 0;
}
.maan-contact-section-box-white-bg {
  background-color: var(--background-color);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  transform: rotateY(40deg) translateZ(-348px) translateX(0%) scale(0.7);
  -webkit-transform: rotateY(40deg) translateZ(-348px) translateX(0%) scale(0.7);
  -moz-transform: rotateY(40deg) translateZ(-348px) translateX(0%) scale(0.7);
  -ms-transform: rotateY(40deg) translateZ(-348px) translateX(0%) scale(0.7);
  -o-transform: rotateY(40deg) translateZ(-348px) translateX(0%) scale(0.7);
  opacity: 0;
  overflow: hidden;
}
.maan-contact-section-box {
  perspective: 600px;
  transform-style: preserve-3d;
}
.maan-contact-section-box-noi-dung-text-title {
  font-family: MTD-Prida-01-Black;
  text-transform: uppercase;
  font-size: clamp(1.5rem, 1.3462rem + 0.7692vw, 2rem);
  text-align: center;
}
.anh-lau-dai-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(200px);
  -webkit-transform: translateX(-50%) translateY(200px);
  -moz-transform: translateX(-50%) translateY(200px);
  -ms-transform: translateX(-50%) translateY(200px);
  -o-transform: translateX(-50%) translateY(200px);
  width: 50%;
  height: auto;
  z-index: 1;
  pointer-events: none;
  opacity: 1;
}
.la-cay-img-left {
  position: absolute;
  z-index: 10;
  left: -119px;
  top: 34%;
  transform: translateY(-50%) translateX(-50%) rotate(42deg) scale(0);
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(42deg) scale(0);
  -moz-transform: translateY(-50%) translateX(-50%) rotate(42deg) scale(0);
  -ms-transform: translateY(-50%) translateX(-50%) rotate(42deg) scale(0);
  -o-transform: translateY(-50%) translateX(-50%) rotate(42deg) scale(0);
  width: 280px;
  height: auto;
  pointer-events: none;
  opacity: 0;
}
.la-cay-img-right {
  position: absolute;
  top: 70%;
  right: -73px;
  transform: translateY(-50%) rotateX(180deg) rotate(25deg) translateX(50%) scale(0);
  -webkit-transform: translateY(-50%) rotateX(180deg) rotate(25deg) translateX(50%) scale(0);
  -moz-transform: translateY(-50%) rotateX(180deg) rotate(25deg) translateX(50%) scale(0);
  -ms-transform: translateY(-50%) rotateX(180deg) rotate(25deg) translateX(50%) scale(0);
  -o-transform: translateY(-50%) rotateX(180deg) rotate(25deg) translateX(50%) scale(0);
  width: 400px;
  height: auto;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
}
.maan-contact-section-box-noi-dung-text-hotline {
  font-family: var(--title-font);
  text-transform: uppercase;
  color: var(--text-color);
  font-size: clamp(1.3rem, 1.1462rem + 0.7692vw, 1.8rem);
}
/* contact end */

/* các danh mục hot start */
/* CSS: Category Section */
.category-title {
  font-family: MTD-Prida-01-Black;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  /* color: #0d2433; */
  margin-bottom: 0px;
  text-transform: uppercase;
  background: -webkit-linear-gradient(#101f2c, #356792);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.category-table-wrapper {
  max-height: 400px;
  overflow: auto;
  /* scrollbar-width: thin; */
  /* scrollbar-color: #356792 var(--background-color); */
}

.category-table-wrapper::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}

.category-table-wrapper::-webkit-scrollbar-thumb {
  background: #356792;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
}

.category-table-wrapper::-webkit-scrollbar-track {
  background: #f8f8f8;
}

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

.category-table th,
.category-table td {
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  border-bottom: none;
}

.category-table tbody tr {
  border-bottom: 1px solid #a8a8a8;
}

.category-table th {
  font-family: var(--title-font);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  color: #0d2433;
}

.category-table thead tr {
  border-bottom: 1px solid #101f2c;
  position: relative;
}

.category-table thead tr::after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  width: 30%;
  height: 1px;
  background-color: #101f2c;
}

.category-table tbody tr:first-of-type td {
  padding-top: 25px;
}
.category-table tbody tr:last-of-type {
  border-bottom: none;
}
.category-item {
  font-family: var(--normal-font);
  font-size: clamp(0.9rem, 1.2vw, 1.1rem);
  color: #0d2433;
  display: flex;
  align-items: center;
}

.category-item i {
  margin-right: 10px;
  color: #ff2c19;
}

.category-price {
  font-family: var(--normal-font);
  font-size: clamp(0.9rem, 1.2vw, 1.1rem);
  color: var(--second-text-color);
}

.category-price-m {
  color: #926e35;
  font-family: var(--normal-font);
  font-size: clamp(0.9rem, 1.2vw, 1.1rem);
}

.category-image-wrapper {
  padding: 10px;
  background-color: #f8f8f8;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  z-index: 5;
}

.category-image {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.maan-category-hot-item {
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.icon-cai-ly-img {
  width: 17px;
  height: auto;
  margin-right: 7px;
}

.maan-category-hot-section-box {
  position: relative;
  z-index: 5;
}

.anh-nen-san-pham-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
  filter: blur(0px);
  -webkit-filter: blur(0px);
}

.white-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(255, 255, 255, 0.3);
}

.category-item a {
  color: var(--text-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.category-item a:hover {
  color: var(--second-text-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.category-image-box {
  overflow: hidden;
  --bs-aspect-ratio: 130%;
  position: relative;
  z-index: 5;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.category-image-box a,
.category-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category-image-blue-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #356792;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.maan-category-hot-item:nth-child(odd) .category-image-blue-bg {
  transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
}
.maan-category-hot-item:nth-child(even) .category-image-blue-bg {
  transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
}
.col-table-top {
  position: relative;
  z-index: 5;
}
.menu-title {
  font-family: MTD-Prida-01-Black !important;
  text-transform: uppercase;
  background: -webkit-linear-gradient(#101f2c, #356792);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.spt-hinh-con-1 {
  position: absolute;
  top: 5%;
  left: 0;
  width: 150px;
  height: auto;
  z-index: 2;
}
.spt-hinh-con-2 {
  position: absolute;
  top: 25%;
  right: -20px;
  width: 120px;
  height: auto;
  z-index: 2;
  opacity: 0.4;
  transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
}
.spt-hinh-con-4 {
  position: absolute;
  top: 65%;
  left: -20px;
  width: 150px;
  height: auto;
  z-index: 2;
  transform: rotate(50deg) translateY(50px);
  -webkit-transform: rotate(50deg) translateY(50px);
  -moz-transform: rotate(50deg) translateY(50px);
  -ms-transform: rotate(50deg) translateY(50px);
  -o-transform: rotate(50deg) translateY(50px);
}
.spt-hinh-con-3 {
  position: absolute;
  top: 75%;
  right: 0px;
  width: 150px;
  height: auto;
  z-index: 2;
  opacity: 1;
  transform: rotate(-10deg) translateY(200px);
  -webkit-transform: rotate(-10deg) translateY(200px);
  -moz-transform: rotate(-10deg) translateY(200px);
  -ms-transform: rotate(-10deg) translateY(200px);
  -o-transform: rotate(-10deg) translateY(200px);
}
/* các danh mục hot end */

/* feed back start */
.maan-feed-back-section {
  z-index: 1;
  background-color: var(--background-color);
  min-height: 350px;
  padding: 100px 0;
}
.anh-bg-feed-back-img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.maan-feed-back-section-image {
  overflow: hidden;
  --bs-aspect-ratio: 140%;
  position: relative;
  z-index: 5;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.maan-feed-back-section-image a,
.maan-feed-back-section-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.maan-feed-back-section-image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #101f2c;
  z-index: 1;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
}
.maan-feed-back-section-box-hinh {
  position: relative;
  z-index: 5;
}
.feedback-avatar-swiper {
  height: 100%;
}
.swiper-slide-avatar {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  overflow: hidden;
  --bs-aspect-ratio: 130%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    clip-path: inset(100% 0 0 0);

}
.maan-feed-back-section-box-customer-content {
  padding-top: 80px;
}
.swiper-fade .swiper-slide {
  display: flex;
  align-items: end;
}
.swiper-slide-avatar a,
.swiper-slide-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.maan-feed-back-section-box-customer-wrapper-row {
  position: relative;
  z-index: 5;
}
.maan-feed-back-section-box-customer-wrapper-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
  background: #101f2c;
}
.feed-back-swiper-content {
  color: var(--background-color);
}
.feed-back-swiper-content-item-name {
  text-transform: uppercase;
  font-size: clamp(1.5rem, 1.3462rem + 0.7692vw, 2rem);
  font-family: MTD-Prida-01-Black;
}
.feed-back-swiper-content-item-des {
  font-family: var(--normal-font);
  font-size: clamp(0.9rem, 0.8692rem + 0.1538vw, 1rem);
}
.maan-feed-back-section-box-customer-content .swiper-pagination-bullet {
  background-color: transparent;
  background-image: url("../../templates/images/la.png");
  background-size: contain;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.maan-feed-back-section-box-customer-content .swiper-pagination-bullet-active {
  background: transparent;
  background-image: url("../../templates/images/la-active.png");
  background-size: contain;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.maan-feed-back-section-box-customer-content .swiper-pagination {
  position: relative;
  text-align: left;
}
.maan-feed-back-section-box-customer-avatar {
  height: 100%;
}
.maan-feed-back-section-box-customer-title-box {
  text-align: right;
}
.maan-feed-back-section-box-customer-title {
  padding: 10px 50px;

  border-top: 4px solid #7d807f;
  border-bottom: 4px solid #7d807f;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transform: translateX(105%);
  -webkit-transform: translateX(105%);
  -moz-transform: translateX(105%);
  -ms-transform: translateX(105%);
  -o-transform: translateX(105%);
  opacity: 0;
}
.maan-feed-back-section-box-customer-title span {
  transform: translateY(150px);
  -webkit-transform: translateY(150px);
  -moz-transform: translateY(150px);
  -ms-transform: translateY(150px);
  -o-transform: translateY(150px);
  opacity: 0;
  display: flex;
  font-family: MTD-Prida-01-Black !important;
  text-transform: uppercase;
  background: -webkit-linear-gradient(#101f2c, #356792);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2rem;

}
/* .maan-feed-back-section-box-customer-title::before {
  position: absolute;
  content: "";
  width: 90%;
  height: 4px;
  background: #7D807F;
  top: 0;
  right: 0;
  z-index: -1;
} */
.ly-co-tran-chau-img {
  position: absolute;
  left: -20px;
  top: 30%;
  transform: translateY(-50%) scale(1.8) rotate(-20deg);
  -webkit-transform: translateY(-50%) scale(1.8) rotate(-20deg);
  -moz-transform: translateY(-50%) scale(1.8) rotate(-20deg);
  -ms-transform: translateY(-50%) scale(1.8) rotate(-20deg);
  -o-transform: translateY(-50%) scale(1.8) rotate(-20deg);
  z-index: 5;
  width: 60px;
  height: auto;
  pointer-events: none;
}
.feed-back-swiper-content-item-name span {
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  display: flex;
  opacity: 0;
}
.feed-back-swiper-content-item-des span {
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  opacity: 0;
}
/* feed back end */

/* album start */
.bg-album-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.maan-album-hot-section-container {
  position: relative;
  z-index: 5;
}
.maan-album-hot-section-top-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.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.maan-album-hot-section-top-item-image a,
.maan-album-hot-section-top-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.maan-album-hot-section-top-item-right-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.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.maan-album-hot-section-top-item-right-image a,
.maan-album-hot-section-top-item-right-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.maan-album-hot-section-top-item-right-text {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  scale: -1 -1;
  font-family: MTD-Prida-01-Black;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #8c8c8c;
  font-size: clamp(2rem, 1.6923rem + 1.5385vw, 3rem);
  color: #e2d9cf;
  transform: translateY(-5%);
  -webkit-transform: translateY(-5%);
  -moz-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  -o-transform: translateY(-5%);
  margin-left: -20%;
}
.maan-album-hot-section-top-item-right-row {
  position: relative;
  z-index: 5;
}
.maan-album-hot-section-top-item-right-line {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 86%;
  height: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 1px solid #356792;
}
.maan-album-hot-section-bottom-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.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.maan-album-hot-section-bottom-item-image a,
.maan-album-hot-section-bottom-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.maan-album-hot-section-bottom-item-middle-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.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.maan-album-hot-section-bottom-item-middle-image a,
.maan-album-hot-section-bottom-item-middle-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.maan-album-hot-section-bottom-item-middle-text {
  font-family: MTD-Prida-01-Black;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #8c8c8c;
  font-size: clamp(2rem, 1.6923rem + 1.5385vw, 3rem);
  color: #e2d9cf;
}
.maan-album-hot-section-bottom-item-wrapper {
  z-index: 5;
}
.maan-album-hot-section-bottom-item-middle-line {
  position: absolute;
  z-index: 1;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 110%;
  height: 90%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 1px solid #356792;
}
.maan-album-hot-section-bottom-item-title {
  font-family: MTD-Prida-01-Black;
  color: var(--text-color);
  font-size: clamp(2rem, 1.6923rem + 1.5385vw, 3rem);
  text-transform: capitalize;
  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;
}
.maan-album-hot-section-bottom-item-title:hover {
  color: var(--second-text-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.album-hinh-con-1 {
  position: absolute;
  top: 5%;
  left: 0;
  width: 150px;
  height: auto;
  z-index: 3;
  pointer-events: none;
  opacity: 0.4;
}
.album-hinh-con-2 {
  position: absolute;
  bottom: 5%;
  left: -50px;
  width: 130px;
  height: auto;
  z-index: 3;
  pointer-events: none;
  opacity: 0.4;
  transform: rotate(40deg) translateY(30px);
  -webkit-transform: rotate(40deg) translateY(30px);
  -moz-transform: rotate(40deg) translateY(30px);
  -ms-transform: rotate(40deg) translateY(30px);
  -o-transform: rotate(40deg) translateY(30px);
}
.album-hinh-con-3 {
  position: absolute;
  top: 5%;
  right: -50px;
  width: 130px;
  height: auto;
  z-index: 3;
  pointer-events: none;
  opacity: 0.5;
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
}
.album-hinh-con-4 {
  position: absolute;
  bottom: 15%;
  right: -50px;
  width: 130px;
  height: auto;
  z-index: 3;
  pointer-events: none;
  opacity: 0.5;
  transform: rotate(-40deg) translate3d(0px,100px,0px);
  -webkit-transform: rotate(-40deg) translate3d(0px,100px,0px);
  -moz-transform: rotate(-40deg) translate3d(0px,100px,0px);
  -ms-transform: rotate(-40deg) translate3d(0px,100px,0px);
  -o-transform: rotate(-40deg) translate3d(0px,100px,0px);
}
.album-hinh-con-5 {
  position: absolute;
  bottom: 45%;
  right: 35%;
  width: 30px;
  height: auto;
  z-index: 3;
  pointer-events: none;
  transform: rotate(40deg) translate3d(0px,500px,0px);
  -webkit-transform: rotate(40deg) translate3d(0px,500px,0px);
  -moz-transform: rotate(40deg) translate3d(0px,500px,0px);
  -ms-transform: rotate(40deg) translate3d(0px,500px,0px);
  -o-transform: rotate(40deg) translate3d(0px,500px,0px);
  opacity: 0.7;
}
/* album end */

/* tin tức start */
.maan-news-section {
  overflow: hidden;
  position: relative;
  min-height: 300px;
  background-color: var(--background-color);
}
.bg-tin-tuc {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.maan-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.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.maan-new-item-image a,
.maan-new-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.maan-new-item-content-wrapper {
  position: absolute;
  z-index: 3;
  bottom: 1%;
  left: 50%;
  width: 90%;
  /*background-color: var(--background-color);
  */
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  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.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  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;
}
.maan-new-item-content-wrapper-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--background-color);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  z-index: 3;
}
.maan-new-item-content-wrapper-content {
  position: relative;
  z-index: 5;
}
.maan-new-item-content-author {
  text-align: right;
}
.maan-new-item-content-title {
  font-family: var(--title-font);
  color: var(--text-color);
  font-size: clamp(0.9rem, 0.8692rem + 0.1538vw, 1rem);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.maan-new-item:hover .maan-new-item-content-title {
  color: var(--second-background-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.maan-new-item-content-date,
.maan-new-item-content-author {
  font-family: BeVietnamPro-Light;
  color: rgb(140, 140, 140);
  font-size: 0.9rem;
}
.maan-new-item-image-wrapper-bg {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  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;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  clip-path: inset(0 0 100% 0);
}

.maan-new-item:hover .maan-new-item-image-wrapper-bg {
  opacity: 1;
  visibility: visible;
  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;
  clip-path: inset(0 0 0 0);
}
.maan-new-item-content-wrapper-view-more {
  position: absolute;
  top: 0px;
  left: 5%;
  background: var(--second-background-color);
  color: var(--background-color);
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 35px;
  font-size: 1rem;
  font-family: var(--title-font);
  box-shadow: rgba(0, 0, 0, 0.15) 0px -3px 3px 0px;
  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;
}
.maan-new-item:hover .maan-new-item-content-wrapper-view-more {
  top: -35px;
  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;
}
.maan-new-item:hover .maan-new-item-content-wrapper {
  bottom: 5%;
  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;
}
.maan-news-section-title {
  text-transform: uppercase;
  color: var(--text-color);
  font-size: clamp(2rem, 1.6923rem + 1.5385vw, 3rem);
  font-family: MTD-Prida-01-Black;
}
/* tin tức end */

/* trang chủ end */

/* footer start */
.album-run {
  background-color: #101f2c;
}
.album-list-swiper-image {
  overflow: hidden;
}
.album-list-swiper-image a,
.album-list-swiper-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
}
.album-list-swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.album-list-swiper-image:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
}
.maan-header-footer {
  z-index: 15;
}
.maan-header-footer .maan-header-bg-color {
  background-color: #0c1720;
}
.maan-header-footer .container {
  position: relative;
  z-index: 10;
}
.maan-footer {
  background: transparent;
  position: relative;
}
.footer-anh-nen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.icon-footer-contact-img {
  width: 22px;
  height: auto;
}
.maan-footer-contact-content {
  position: relative;
  z-index: 5;
}
.maan-footer-contact-content-item-title {
  font-family: BeVietnamPro-Bold;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.maan-footer-contact-content-item-content {
  color: var(--text-color);
}
.maan-footer-contact-content-item-content a {
  color: var(--text-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.maan-footer-contact-content-item-content a:hover {
  color: var(--second-text-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.maan-footer-contact-content-item-des a {
  color: var(--text-color);
}
.maan-footer-contact-content-item-map {
  overflow: hidden;
}
.maan-footer-contact-content-item-map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.social-li {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-size: 1.3rem;
  color: var(--text-color);
  border: 1px solid var(--text-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.social-li:hover {
  background-color: var(--text-color);
  color: var(--background-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}
.pnvn-copyright {
  background: #0c1720;
  color: var(--background-color);
  font-size: clamp(0.8rem, 0.7385rem + 0.3077vw, 1rem);
  position: relative;
  z-index: 5;
}
.pnvn-copyright a {
  color: var(--background-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.pnvn-copyright 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;
}
.maan-footer .maan-header-box-logo-box::after {
 top: 98%; 
}
/* footer end */

/* trang sản phẩm start */
.maan-product-page {
  padding-top: 150px;
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.maan-product-page .container {
  position: relative;
  z-index: 5;
}
.maan-breadcrumb-box .breadcrumb-item,
.maan-breadcrumb-box .breadcrumb-item a {
  /* color: #8C8C8C; */
  color: var(--text-color);
  font-family: var(--title-font);
  font-size: 1.1rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.maan-breadcrumb-box .breadcrumb-item a:hover {
  color: var(--second-text-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.maan-product-page-content-title {
  font-size: clamp(2rem, 1.6923rem + 1.5385vw, 3rem);
  text-transform: uppercase;
  background: -webkit-linear-gradient(#101f2c, #356792);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: MTD-Prida-01-Black;
}
.page-item.active .page-link {
  border-color: #101f2c;
  background-color: #101f2c;
}
.hinh-con-1-sp-img {
  position: absolute;
  z-index: 3;
  top: 15%;
  left: 0;
  width: 130px;
  height: auto;
  pointer-events: none;
}
.hinh-con-2-sp-img {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100px;
  height: auto;
  z-index: 3;
  opacity: 0.4;
  pointer-events: none;
}
.hinh-con-3-sp-img {
  position: absolute;
  top: 50%;
  right: -30px;
  z-index: 3;
  width: 130px;
  height: auto;
  transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  opacity: 0.6;
  pointer-events: none;
}
/* trang sản phẩm end */

/* trang sản phẩm chi tiết start */
.maan-san-pham-detail {
  position: relative;
  z-index: 1;
  padding-top: 150px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.maan-san-pham-detail .container {
  position: relative;
  z-index: 5;
}
.maan-san-pham-detail-content-box-item-title {
  text-transform: uppercase;
  color: var(--text-color);
  font-size: clamp(1.5rem, 1.3462rem + 0.7692vw, 2rem);
  font-family: BeVietnamPro-Bold;
}
.sp-label {
  font-family: var(--title-font);
  color: #4a4949;
}
.maan-san-pham-detail-content-box-item-price-number {
  color: var(--second-text-color);
  font-family: var(--title-font);
  font-size: 1.1rem;
}
.maan-san-pham-detail-content-box-item-price-label {
  font-size: 1.1rem;
  color: var(--text-color);
}
.dm-pddt-a {
  color: var(--text-color);
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
}
.dm-pddt-a:hover {
  color: var(--text-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.maan-coffee-product-detail-image {
  overflow: hidden;
}
.maan-coffee-product-detail-image a,
.maan-coffee-product-detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.maan-san-pham-detail-content-box .swiper-button-next,
.maan-san-pham-detail-content-box .swiper-button-prev {
  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-color: var(--main-color);
  color: var(--background-color);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  background-color: var(--text-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.maan-san-pham-detail-content-box .swiper-button-next:after,
.maan-san-pham-detail-content-box .swiper-button-prev:after {
  font-size: 1rem;
}
.maan-san-pham-detail-content-box .swiper-button-next:hover,
.maan-san-pham-detail-content-box .swiper-button-prev:hover {
  background-color: var(--second-text-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.maan-san-pham-content-detail .nav-tabs .nav-link.active {
  background-color: #101F2C;
  color: var(--background-color);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: none;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.maan-san-pham-content-detail-content {
  background: rgba(248, 248, 248,0.6);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.maan-san-pham-content-detail-nav {
  border-bottom: 2px solid #101F2C;
}
.maan-san-pham-content-tuong-tu-title {
  font-size: clamp(1.5rem, 1.3462rem + 0.7692vw, 2rem);
  text-transform: uppercase;
  background: -webkit-linear-gradient(#101f2c, #356792);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: MTD-Prida-01-Black;
}

/* trang sản phẩm chi tiết end */


/* trang giới thiệu start */
.maan-gioi-thieu {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding-top: 150px;
}
.maan-gioi-thieu .container {
  position: relative;
  z-index: 5;
}
.maan-gioi-thieu-content-box {
  max-width: 800px;
  margin: 0 auto;
  background: var(--background-color);
  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.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
/* trang giới thiệu end */

/* trang album start */
.maan-album {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding-top: 150px;
}
.maan-album-item-image {
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.maan-album-item-image a, .maan-album-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.maan-album-item {
  background: var(--background-color);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  transition: all .35s ease-in-out;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
}
.maan-album-item:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transition: all .35s ease-in-out;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
}
/* trang album end */

/* trang tin tức start */
.maan-news-section-page, .vh-news-detail {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding-top: 150px;
}
.maan-news-section-page .container {
  position: relative;
  z-index: 5;
}
.vh-news-detail-content-item-category a {
  color: #356792;
}
.vh-news-detail-btn-search {
  background-color: #356792;
}
.vh-news-details-right-random-item a {
  color: #356792;
}
.vh-news-details-right-random {
  top: 100px;
}
.vh-news-detail .container {
  position: relative;
  z-index: 5;
}
.vh-news-details-right-random {
  background-color: var(--background-color);
  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.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
/* trang tin tức end */

/* trang tìm kiếm start */
.maan-search-ne {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding-top: 150px;
  position: relative;
}
.maan-search-ne .container {
  position: relative;
  z-index: 5;
}
/* trang tìm kiếm end */


/* trang liên hệ start */
/* Toàn bộ mã CSS của phần liên hệ */
.maan-lien-he-page {
  height: 100vh;
  display: flex;
  align-items: center;
  background-color: #e3dcd4;
}

.image-container img {
  object-fit: cover;
  height: 100vh;
  width: 100%;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e3dcd4;
  padding: 50px;
}

.content-wrapper {
  max-width: 500px;
  text-align: center;
}

.social-reminder {
  font-size: clamp(12px, 1.5vw, 16px);
  color: #000;
  opacity: 0;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
}

.social-link {
  color: #c04545;
  text-decoration: none;
}

.title {
  font-size: clamp(18px, 2vw, 24px);
  letter-spacing: 3px;
  margin-bottom: 0;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  opacity: 0;
}

.access-title {
  font-size: clamp(36px, 6vw, 48px);
  margin-bottom: 30px;
  letter-spacing: 5px;
  font-family: MTD-Prida-01-Black;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
}
.subscription-form {
  clip-path: inset(0 100% 0 0);
}
.subscription-form .custom-input {
  border: none;
  border-radius: 0;
  padding: 10px;
  font-size: clamp(14px, 1.2vw, 18px);
  background: transparent;
  border-bottom: 2px solid var(--main-color);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  height: 100%;
}


.subscription-form .custom-btn {
  border: 2px solid var(--main-color);
  background-color: transparent;
  padding: 10px 30px;
  font-size: clamp(14px, 1.2vw, 18px);
  transition: all 0.3s ease;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  width: 100%;
  color: var(--second-text-color);
  font-family: var(--title-font);
}

.subscription-form .custom-btn:hover {
  background-color: #c04545;
  color: #fff;
}

.description-text {
  font-size: clamp(12px, 1.5vw, 16px);
  opacity: 0;
  transform: translateY(200px);
  -webkit-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -ms-transform: translateY(200px);
  -o-transform: translateY(200px);
}
.content-container-welcome {
  color: var(--text-color);
  font-family: MTD-Prida-01-Black;
  text-transform: uppercase;
  font-size: 1.5rem;
  /* position: absolute;
  bottom: 0;
  left: 10%; */
}
.image-container-box-extra-image-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 300px;
  height: auto;
  
}
.image-container-box img {
  clip-path: inset(0 100% 0 0);
}
.image-container-box-extra-image {
  overflow: hidden;
  --bs-aspect-ratio:120%;
  clip-path: inset(0 100% 0 0);

}
.image-container-box-extra-image a, .image-container-box-extra-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* trang liên hệ end */


/* gsap */
.hinh-clip-path {
 clip-path: inset(100% 0 0 0);
 transform: scale(1.3);
 -webkit-transform: scale(1.3);
 -moz-transform: scale(1.3);
 -ms-transform: scale(1.3);
 -o-transform: scale(1.3);
 opacity: 0;
 filter: blur(3px);
 -webkit-filter: blur(3px);
}
.vh-hinh-con-1 {
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
}
.vh-hinh-con-2 {
  transform: translateY(150px);
  -webkit-transform: translateY(150px);
  -moz-transform: translateY(150px);
  -ms-transform: translateY(150px);
  -o-transform: translateY(150px);
}
/* .vh-hinh-con-3 {
  transform: translateY(150px);
  -webkit-transform: translateY(150px);
  -moz-transform: translateY(150px);
  -ms-transform: translateY(150px);
  -o-transform: translateY(150px);
}
.vh-hinh-con-4 {
  transform: translateY(-150px);
  -webkit-transform: translateY(-150px);
  -moz-transform: translateY(-150px);
  -ms-transform: translateY(-150px);
  -o-transform: translateY(-150px);
}
.vh-hinh-con-5 {
  transform: translateY(200px);
  -webkit-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -ms-transform: translateY(200px);
  -o-transform: translateY(200px);
} */
/* trang chủ bổ sung start */
.category-image-wrapper-extra {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--main-color);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  clip-path: inset(0 0 50% 0);
}
.category-image-wrapper-extra2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--main-color);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  clip-path: inset(49% 0 0 0);

}
.maan-album-hot-section {
  padding-top: 170px ;
}

/* intro start */
.vh-maan-coffee-intro {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--main-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
.vh-maan-coffee-intro-content {
  width: 40%;
}
.vh-maan-coffee-intro-images {
  position: relative;
  height: 550px;
}
.vh-maan-coffee-intro-image-holder {
  position: relative;
  width: 80%;
  height: 100%;
  margin: 0 auto;
  z-index: 2;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.vh-maan-coffee-intro-image-holder img {
  position: absolute;
  top: 0;
  left: -102%;
  /* opacity: 0; */
  /* height: 100%;
  object-fit: cover; */
}
.vh-maan-coffee-intro-content-text {
  position: relative;
  margin: 1em 0;
  clip-path: polygon(0 0,100% 0, 100% 100%,0% 100%);
}
.vh-maan-coffee-intro-content-text p {
  font-size: 150px;
  text-align: center;
  text-transform: uppercase;
  color: var(--background-color);
  font-family: MTD-Prida-01-Black;
}
.vh-maan-coffee-intro-content-logo p {
  font-size: 80px;
}
.vh-maan-coffee-intro-content-counter p {
  line-height: 100%;
}
.vh-maan-coffee-intro-content-counter p span, .vh-maan-coffee-intro-content-logo p span {
  position: relative;
  z-index: -2;
  color: var(--background-color);
}
.vh-maan-coffee-intro-content-logo {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  opacity: 0;

}
.vh-maan-coffee-intro-content-logo p {
  line-height: 100%;
}
.vh-maan-coffee-intro-content-logo p span {
  top: 200px;
}
.index .maan-slider {
  overflow: hidden;
}
.index .maan-slider img {
  transform: scale(2);
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
}
.index .maan-header {
  opacity: 0;
  top: -200px;
}
.hero-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-family: MTD-Prida-01-Black;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  z-index: 3;
}
.hero-copy h1 {
  font-size: 10vw;
  color: var(--background-color);
  line-height: 100%;
  text-align: center;
}
.hero-copy h1 span {
  top: 20vw;
  position: relative;
}
/* intro end */
/* trang chủ bổ sung end */