@charset "UTF-8";

@keyframes solia-title-shadow {
  0% {
    text-shadow: 0px 3px 0 #DA745C;
  }

  25% {
    text-shadow: 0px 3px 0 #F2A898;
  }

  50% {
    text-shadow: 0px 3px 0 #FFC4B8;
  }

  75% {
    text-shadow: 0px 3px 0 #F2A898;
  }

  100% {
    text-shadow: 0px 3px 0 #DA745C;
  }
}

@keyframes shake {

  0%,
  100% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-5px);
  }

  50% {
    transform: translateX(5px);
  }

  75% {
    transform: translateX(-5px);
  }
}

@keyframes StrokeLine {
  0% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: -200;
  }
}

@keyframes blink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@keyframes text-move-up {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes text-move-down {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes scale-up {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.125);
  }
}

@keyframes whell-arrow {

  0%,
  100% {
    transform: translateY(0);
  }

  60% {
    transform: translateY(-10px);
    opacity: 0.5;
  }
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes slide-up {
  0% {
    transform: translateY(50%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes solia-draw {
  0% {
    width: 100vw;
    transform: translateX(-100%);
  }

  50% {
    width: 100vw;
    transform: translateX(0);
  }

  100% {
    width: 0;
    transform: translateX(0);
  }
}

@keyframes solia-rotate {
  0% {
    transform: rotate(-45deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes solia-rotate-reverse {
  0% {
    transform: rotate(45deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes solia-hover-effect {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(10deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes solia-drop-sharow {
  0% {
    filter: drop-shadow(0px 3px 0 #DA745C);
  }

  25% {
    filter: drop-shadow(0px 3px 0 #F2A898);
  }

  50% {
    filter: drop-shadow(0px 3px 0 #FFC4B8);
  }

  75% {
    filter: drop-shadow(0px 3px 0 #F2A898);
  }

  100% {
    filter: drop-shadow(0px 3px 0 #DA745C);
  }
}
header#masthead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.3s ease-in-out;
}

header#masthead.scrolled {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.disnone{
    display: none;
}

.solia-hero-banner {
  position: relative;
}

@media screen and (min-width: 991px) {
  .solia-hero-banner {
    min-height: 100vh;
  }
}

.solia-hero-banner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.solia-hero-banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

.solia-hero-banner-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.solia-hero-banner-content {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  padding: 18px;
  width: 100%;
  box-sizing: border-box;
}

.solia-hero-banner-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 50px;
}

.solia-hero-banner-title {
  font-family: "NVN Motherland Signature";
  font-weight: 400;
  font-size: 48px;
  line-height: 1.5;
  letter-spacing: 0%;
  text-align: center;
  margin: 0;
  white-space: nowrap;
}

.solia-hero-banner-title-subtitle {
  font-family: "UTM Americana";
  font-weight: 400;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0%;
  text-align: center;
  margin: 10px 0 0;
}

.solia-hero-banner-title-subtitle b {
  font-weight: 400;
}

.solia-hero-banner-logo {
  width: 100%;
  max-width: 125px;
  margin-right: 50px;
}

.solia-hero-banner-logo img {
  width: 100%;
}

.solia-hero-banner-button {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}

.solia-videos {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 991px) {
  .solia-videos {
    min-height: 100vh;
  }
}

.solia-videos-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

.solia-videos-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.solia-videos-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.solia-videos-source {
  width: 100%;
}

.solia-videos-source::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.solia-videos-source video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.solia-videos-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.solia-info {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 991px) {
  .solia-info {
    min-height: 100vh;
  }
}

.solia-info-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  max-width: 266px !important;
}

.solia-info-videos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}

.solia-info-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  width: 100%;
}

.solia-info-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.solia-info-image {
  flex: 1;
  text-align: center;
  max-width: 50%;
  position: relative;
}

.solia-info-image img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 2;
}

.solia-info-image svg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 40%;
  left: 50%;
  pointer-events: none;
  z-index: 1;
  transform: translate(-50%, -50%) scale(1.2);
}

.solia-info-image-logo-main {
  opacity: 0;
}

.solia-info-image-logo-1 {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(0);
}

.solia-info-image-logo-2 {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(0);
}

.solia-info-image-logo-3 {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(0) rotate(-45deg);
}

.solia-info-image-logo-4 {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(0) rotate(45deg);
}

.solia-info-content {
  width: 50%;
  max-width: 400px;
  margin-left: 0;
  margin-top: 0;
  margin-right: 3vw;
}

.solia-info-services {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 70px 16px;
  padding-bottom: 100px;
}

.solia-info-service {
  width: calc(50% - 20px);
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  box-sizing: border-box;
  padding-left: 16px;
  position: relative;
  text-align: left;
}

.solia-info-service::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 90%;
  background-color: #DA745C;
  transform: translate3d(0, -50%, 0);
}

.solia-info-service-icon {
  width: 64px;
  height: 64px;
}

.solia-info-service-icon svg {
  width: 100%;
  height: 100%;
}

.solia-info-service-title {
  font-family: "UTM Americana";
  font-weight: 400;
  font-size: 36px;
  line-height: 1.25;
  color: var(--Color-Solia, #DA745C);
  margin: 0 0 6px;
  white-space: nowrap;
}

.solia-info-service-description {
  font-family: "Be Vietnam Pro";
  font-weight: 500;
  font-size: 15px;
  line-height: 1.25;
  color: var(--Color-Solia, #035E60);
  margin: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.solia-location {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  padding-left: 4.5vw;
  padding-right: 4.5vw;
  box-sizing: border-box;
  overflow: hidden;
}

@media screen and (min-width: 991px) {
  .solia-location {
    min-height: 100vh;
  }
}

.solia-location-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.solia-location-content {
  width: 100%;
  max-width: 416px;
  margin-left: 1.5rem;
}

.solia-location-heading {
  display: inline-block;
  position: relative;
  font-family: UTM Americana;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.25;
  text-transform: uppercase;
  color: var(--Color-Solia, #DA745C);
  padding-bottom: 0.75rem;
  margin: 0 0 40px;
}

.solia-location-heading::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--Color-Solia, #DA745C);
}

.solia-location-title {
  font-family: "UTM Americana";
  font-weight: 400;
  font-size: 28px;
  line-height: 1.25;
  color: var(--Color-Solia, #035E60);
  margin: 0 0 30px;
}

.solia-location-title span {
  font-family: "NVN Motherland Signature";
  color: var(--Color-Solia, #DA745C);
}

.solia-location-description {
  font-family: "Be Vietnam Pro";
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: justify;
  color: #035E60;
}

.solia-location-description p {
  margin-top: 0;
}

.solia-location-map {
  flex: 1;
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.solia-location-maps-image {
  display: flex;
}

.solia-location-maps svg path {
  stroke: #fff !important;
}

.solia-location-maps svg circle {
  stroke: #fff !important;
}

.solia-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-width: 1px;
  border-radius: 30px;
  padding-top: 14px;
  padding-right: 25px;
  padding-bottom: 14px;
  padding-left: 25px;
  gap: 10px;
  box-sizing: border-box;
  border-color: #DA745C;
  border-style: solid;
  color: #DA745C;
  font-family: "Be Vietnam Pro";
  font-weight: 300;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
}

.solia-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #DA745C 0%, #F2A898 62.43%, #FFC4B8 100%);
  transition: width 0.3s ease-in-out;
  z-index: -1;
}

@media screen and (min-width: 991px) {
  .solia-button:hover {
    color: #fff !important;
  }

  .solia-button:hover::before {
    width: 100%;
  }
}

.solia-utilities {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 991px) {
  .solia-utilities {
    min-height: 100vh;
  }
}

.solia-utilities-videos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}

.solia-utilities-wrapper {
  width: 100%;
  position: relative;
  z-index: 2;
}

.solia-utilities-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 115px;
  padding-bottom: 115px;
  width: 100%;
}

.solia-utilities-content {
  width: 50%;
  max-width: 416px;
  margin-left: 16vw;
}

.solia-utilities-heading {
  display: inline-block;
  position: relative;
  font-family: UTM Americana;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.25;
  text-transform: uppercase;
  color: var(--Color-Solia, #DA745C);
  padding-bottom: 0.75rem;
  margin: 0 0 40px;
}

.solia-utilities-heading::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--Color-Solia, #DA745C);
}

.solia-utilities-title {
  font-family: "UTM Americana";
  font-weight: 400;
  font-size: 30px;
  line-height: 1.25;
  color: var(--Color-Solia, #035E60);
  margin: 0 0 30px;
}

.solia-utilities-title span {
  font-family: "NVN Motherland Signature";
  color: var(--Color-Solia, #DA745C);
}

.solia-utilities-description {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  color: #035E60;
}

.solia-utilities-description p {
  margin-top: 0;
}

.solia-utilities-images {
  position: relative;
  width: 50%;
  max-width: 630px;
}

.solia-utilities-images::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.solia-utilities-images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 4px solid #DA745C !important;
  box-sizing: border-box;
  border-radius: 100vmax !important;
}

.solia-utilities-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 375px;
  -o-object-fit: cover;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
  box-sizing: border-box;
  border-radius: 100vmax;
  max-width: 70%;
}

.solia-utilities-image-top {
  position: absolute;
  top: 0;
  right: 0;
  width: 206px;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  box-sizing: border-box;
  border-radius: 100vmax;
  transform: translateX(15%);
  max-width: 30%;
}

.solia-utilities-image-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 206px;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  box-sizing: border-box;
  border-radius: 100vmax;
  transform: translateY(15%);
  max-width: 30%;
}

.solia-utilities-path-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.solia-utilities-path-svg svg {
  width: 100%;
  height: 100%;
  transform: scale(1.5);
}

.solia-utilities-border {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.solia-blogs {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 115px 150px;
  box-sizing: border-box;
}

@media screen and (min-width: 991px) {
  .solia-blogs {
    min-height: 100vh;
  }
}

.solia-blogs-heading {
  display: inline-flex;
  font-family: "UTM Americana";
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: var(--Color-Solia, #DA745C);
  margin: 0 0 40px;
  position: relative;
  padding-bottom: 5px;
}

.solia-blogs-heading::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--Color-Solia, #DA745C);
}

.solia-blogs-heading-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.solia-blogs-item {
  display: flex;
  flex-flow: column;
  background-color: #fff;
  overflow: hidden;
}

.solia-blogs-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vw;
  background-color: #DA745C;
  transition: all 1s;
  border-radius: 100vmax;
  transform: scale(0) translate3d(-120%, -50%, 0);
  transform-origin: top left;
}

.solia-blogs-item>* {
  position: relative;
  z-index: 1;
}

.solia-blogs-item .solia-blogs-button {
  transition: all 0.3s;
}

.solia-blogs-item .solia-blogs-title {
  transition: all 0.3s;
}

@media screen and (min-width: 991px) {
  .solia-blogs-item:hover:before {
    transform: scale(1) translate3d(-80%, -50%, 0);
  }

  .solia-blogs-item:hover .solia-blogs-button {
    color: #fff;
  }

  .solia-blogs-item:hover .solia-blogs-title {
    color: #fff;
  }

  .solia-blogs-item:hover .solia-blogs-image img {
    transform: scale(1.05);
  }
}

.solia-blogs-image {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.solia-blogs-image::before {
  content: "";
  display: block;
  padding-top: 77.7777777778%;
  width: 100%;
  box-sizing: border-box;
}

.solia-blogs-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 1s ease-in-out;
}

.solia-blogs-date {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #DA745C;
  text-align: center;
  color: #fff;
}

.solia-blogs-day {
  font-family: "Be Vietnam Pro";
  font-weight: 400;
  font-size: 36px;
  letter-spacing: 0%;
  text-align: center;
  line-height: 1;
}

.solia-blogs-month {
  font-family: "Be Vietnam Pro";
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0%;
  text-align: center;
  line-height: 1;
}

.solia-blogs-container {
  max-width: 100vw;
  width: 1660px;
  margin: 0 auto;
  padding-left: 160px;
  padding-right: 160px;
  box-sizing: border-box;
}

.solia-blogs-slides {
  display: flex;
  flex-wrap: wrap;
  margin-left: -17px;
  margin-right: -17px;
}

.solia-blogs-slide {
  flex: 1 0 calc(33.333% - 34px);
  box-sizing: border-box;
  padding: 0 17px;
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .solia-blogs-slide {
    flex: 1 0 calc(50% - 34px);
  }
}

@media (max-width: 768px) {
  .solia-blogs-slide {
    flex: 1 0 calc(100% - 34px);
  }
}

.solia-blogs-content {
  padding: 27px 14px;
}

.solia-blogs-title {
  font-family: "Be Vietnam Pro";
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  margin: 0 0 20px;
  color: #035E60;
}

.solia-blogs-button {
  display: flex;
  justify-content: flex-end;
  color: #DA745C;
}

.solia-blogs-more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}

.solia-blogs-more-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-width: 1px;
  border-radius: 30px;
  padding-top: 14px;
  padding-right: 25px;
  padding-bottom: 14px;
  padding-left: 25px;
  gap: 10px;
  box-sizing: border-box;
  border-color: #DA745C;
  border-style: solid;
  color: #DA745C;
  font-family: "Be Vietnam Pro";
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

#fp-nav ul {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

#fp-nav ul li {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 30px !important;
  height: 30px !important;
  margin: 2px 0 !important;
  position: relative;
}

#fp-nav ul li a {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 8px !important;
  height: 8px !important;
  background-color: #DA745C;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  font-family: "Be Vietnam Pro";
  font-weight: 300;
  font-size: 0px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  position: unset !important;
}

@media screen and (min-width: 991px) {
  #fp-nav ul li a:hover {
    background-color: #035E60;
  }
}

#fp-nav ul li a span {
  display: none;
}

#fp-nav ul li a .fp-nav-text {
  position: absolute;
  right: 100% !important;
  top: 50%;
  height: 100% !important;
  background-color: rgba(255, 255, 255, 0);
  white-space: nowrap;
  left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transform: translate3d(0px, -50%, 0px);
  margin: 0 10px 0 0 !important;
  font-size: 15px;
  width: 77px !important;
}

#fp-nav ul li a .fp-nav-number {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0);
  margin: 0 !important;
}

#fp-nav ul li a.active {
  font-size: 20px;
  width: 30px !important;
  height: 30px !important;
}

#fp-nav ul li a.active .fp-nav-text {
  color: #DA745C;
  font-weight: bold;
}

.solia-blogs-slides .slick-dots {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.solia-blogs-slides .slick-dots li {
  margin: 0 5px;
}

.solia-blogs-slides .slick-dots li button {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  border: 1px solid #fff;
  cursor: pointer;
  font-size: 0;
  padding: 0;
}

.solia-blogs-slides .slick-dots li button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  background-color: #DA745C;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 991px) {
  .solia-blogs-slides .slick-dots li button:hover::before {
    opacity: 1;
  }
}

.solia-blogs-slides .slick-dots li.slick-active button {
  border: 1px solid #DA745C;
}

.solia-blogs-slides .slick-dots li.slick-active button::before {
  opacity: 1;
}

.solia-hero-banner {
  overflow: hidden;
}

.solia-info {
  background-image: url("/wp-content/uploads/2025/06/Rectangle-62-scaled.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
}

.solia-location {
  background-image: url("/wp-content/uploads/2025/07/Mask-group-7.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.solia-utilities {
  background-image: url("/wp-content/uploads/2025/06/Rectangle-62-scaled.png");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
}

.solia-blogs {
  background-image: url("/wp-content/uploads/2025/07/Rectangle-68-2.png");
  background-size: cover;
  background-position: center 20%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
}

/*#section-footer {*/
/*  background: linear-gradient(#db745c, #db745c);*/
/*}*/

#section-footer .elementor-social-icon {
  background-color: rgba(255, 255, 255, 0);
}

#section-footer .elementor-social-icon svg {
  fill: rgba(255, 255, 255, 0) !important;
}

@keyframes navScale {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}

#fp-nav ul li::after,
#fp-nav ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, #DA745C 0%, rgba(218, 116, 92, 0) 100%);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  z-index: -1;
}

@media screen and (min-width: 991px) {
  #fp-nav ul li:hover a {
    width: 30px !important;
    height: 30px !important;
    font-size: 20px;
  }
}

@media screen and (min-width: 991px) {
  #fp-nav ul li:hover:before {
    animation: navScale 1.5s linear infinite;
    animation-delay: 0.3s;
  }

  #fp-nav ul li:hover::after {
    animation: navScale 1.5s linear infinite;
    animation-delay: 1.05s;
  }
}

.site-header .site-branding {
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-out;
}

.admin-bar .site-header .site-branding {
  top: 50px;
}

.site-header .site-branding .site-title {
  display: none;
}

.site-header .site-branding img {
  width: 164px;
  height: auto;
}

.site-header .menu-toggle-button {
  font-family: "UTM Americana";
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0);
  top: 18px;
  left: 18px;
  z-index: 1;
  position: fixed;
  height: 38px;
  padding: 0 1rem;
  border-radius: 100vmax;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.admin-bar .site-header .menu-toggle-button {
  top: 50px;
}

.site-header .menu-toggle-button svg {
  margin-right: 0.75rem;
}

.site-header .menu-toggle-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #DA745C 0%, #F2A898 62.43%, #FFC4B8 100%);
  transition: width 0.3s ease-in-out;
  z-index: -1;
}

@media screen and (min-width: 991px) {
  .site-header .menu-toggle-button:hover {
    color: #fff !important;
  }

  .site-header .menu-toggle-button:hover::before {
    width: 100%;
  }
}

.site-header .site-contacts {
  font-family: "UTM Americana";
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0);
  top: 18px;
  right: 18px;
  z-index: 1;
  position: fixed;
  height: 38px;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 100vmax;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.3s ease-out;
}

.admin-bar .site-header .site-contacts {
  top: 50px;
}

.site-header .site-contacts svg {
  margin-right: 0.75rem;
}

#site-navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 999999999999;
}

#site-navigation>.solia-info-videos {
  opacity: 0;
}

#site-navigation>.menu-toggle {
  opacity: 0;
  transform: translateY(-100%);
  cursor: pointer;
}

#site-navigation>.menu-menu-1-container ul li {
  opacity: 0;
  transform: translateX(50px);
}

#site-navigation>.custom-logo-link {
  opacity: 0;
  transform: translate3d(-70%, -70%, 0);
}

#site-navigation.toggled {
  visibility: visible;
  opacity: 1;
  pointer-events: visible;
}

#site-navigation.toggled>.solia-info-videos {
  opacity: 0.5;
  transition: all 1s linear;
}

#site-navigation.toggled>.menu-toggle {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s linear;
  transition-delay: 1s;
}

#site-navigation.toggled>.custom-logo-link {
  opacity: 1;
  transform: translate3d(-50%, -50%, 0);
  transition: all 0.5s linear;
  transition-delay: 1s;
}

#site-navigation.toggled>.menu-menu-1-container ul li {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s linear;
}

#site-navigation.toggled>.menu-menu-1-container ul li:nth-child(1) {
  transition-delay: 0.125s;
}

#site-navigation.toggled>.menu-menu-1-container ul li:nth-child(2) {
  transition-delay: 0.25s;
}

#site-navigation.toggled>.menu-menu-1-container ul li:nth-child(3) {
  transition-delay: 0.375s;
}

#site-navigation.toggled>.menu-menu-1-container ul li:nth-child(4) {
  transition-delay: 0.5s;
}

#site-navigation.toggled>.menu-menu-1-container ul li:nth-child(5) {
  transition-delay: 0.625s;
}

#site-navigation.toggled>.menu-menu-1-container ul li:nth-child(6) {
  transition-delay: 0.75s;
}

#site-navigation.toggled>.menu-menu-1-container ul li:nth-child(7) {
  transition-delay: 0.875s;
}

#site-navigation.toggled>.menu-menu-1-container ul li:nth-child(8) {
  transition-delay: 1s;
}

#site-navigation.toggled>.menu-menu-1-container ul li:nth-child(9) {
  transition-delay: 1.125s;
}

#site-navigation.toggled>.menu-menu-1-container ul li:nth-child(10) {
  transition-delay: 1.25s;
}

#site-navigation.toggled>.menu-menu-1-container ul li:nth-child(11) {
  transition-delay: 1.375s;
}

#site-navigation.toggled>.menu-menu-1-container ul li:nth-child(12) {
  transition-delay: 1.5s;
}

#site-navigation.toggled>.menu-menu-1-container ul li:nth-child(13) {
  transition-delay: 1.625s;
}

#site-navigation.toggled>.menu-menu-1-container ul li:nth-child(14) {
  transition-delay: 1.75s;
}

#site-navigation.toggled>.menu-menu-1-container ul li:nth-child(15) {
  transition-delay: 1.875s;
}

#site-navigation.toggled>.menu-menu-1-container ul li:nth-child(16) {
  transition-delay: 2s;
}

#site-navigation.toggled::before {
  transform: scale(2) translate3d(-10%, -30%, 0);
  transition: all 1s linear;
}

#site-navigation.toggled.toggled-end::before {
  transform: scale(0) translate3d(-50%, -50%, 0);
  transition: all 1s linear;
}

#site-navigation.toggled.toggled-end>.solia-info-videos {
  opacity: 0;
  transition-delay: 0s;
}

#site-navigation.toggled.toggled-end>.menu-toggle {
  opacity: 0;
  transform: translateY(-100%);
  transition-delay: 0s;
}

#site-navigation.toggled.toggled-end>.menu-menu-1-container ul li {
  opacity: 0;
  transform: translateX(50px);
  transition-delay: 0s;
}

#site-navigation.toggled.toggled-end>.custom-logo-link {
  opacity: 0;
  transform: translate3d(-60%, -60%, 0);
  transition-delay: 0s;
}

#site-navigation::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vw;
  background-color: #DA745C;
  border-radius: 100vmax;
  transform: scale(0) translate3d(-50%, -50%, 0);
  transform-origin: top left;
}

#site-navigation.active {
  opacity: 1;
  visibility: visible;
}

#site-navigation .menu-menu-1-container {
  list-style-type: none;
  padding: 0;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  box-sizing: border-box;
  max-width: 1280px;
  margin: 0 auto;
}

#site-navigation .menu-menu-1-container ul {
  display: flex;
  flex-direction: column;
  text-align: right;
}

#site-navigation .menu-menu-1-container li {
  margin-bottom: 20px;
}

#site-navigation .menu-menu-1-container li a {
  color: #fff;
  font-family: "UTM Americana";
  font-weight: 400;
  font-size: 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#site-navigation .menu-menu-1-container li a::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 100vmax;
  margin-left: 10px;
  transition: all 0.3s;
}

@media screen and (min-width: 991px) {
  #site-navigation .menu-menu-1-container li a:hover {
    color: #fff;
  }

  #site-navigation .menu-menu-1-container li a:hover::after {
    margin-left: 1rem;
  }
}

#site-navigation .custom-logo-link {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 1000;
  width: 40%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

#site-navigation .custom-logo-link img {
  width: 50%;
}

#site-navigation .menu-toggle {
  display: block !important;
  position: fixed;
  top: 18px;
  left: 18px;
  z-index: 1001;
  background-color: transparent;
  border: none;
  color: #fff;
}

.admin-bar #site-navigation .menu-toggle {
  top: 50px;
}

#site-navigation .menu-toggle svg {
  width: 45px;
  height: 45px;
}

#site-navigation .menu-toggle svg path {
  fill: currentColor;
}

.site-header.section-header-2 .site-branding,
.site-header.section-header-3 .site-branding,
.site-header.section-header-4 .site-branding,
.site-header.section-header-5 .site-branding,
.site-header.section-header-6 .site-branding,
.site-header.section-header-7 .site-branding,
.site-header.section-header-8 .site-branding {
  opacity: 0;
}

.site-header.section-header-2 .site-contacts,
.site-header.section-header-3 .site-contacts,
.site-header.section-header-4 .site-contacts,
.site-header.section-header-5 .site-contacts,
.site-header.section-header-6 .site-contacts,
.site-header.section-header-7 .site-contacts,
.site-header.section-header-8 .site-contacts {
  opacity: 0;
}

.site-header.section-header-3 .menu-toggle-button,
.site-header.section-header-4 .menu-toggle-button,
.site-header.section-header-5 .menu-toggle-button,
.site-header.section-header-6 .menu-toggle-button {
  border-color: #DA745C;
  color: #DA745C;
}

@media screen and (max-width: 1366px) {
  .solia-info-image {
    margin-right: 8vw;
  }

  .solia-utilities-content {
    margin-left: 11vw;
  }

  .solia-blogs {
    padding-top: 0;
    padding-bottom: 0;
  }

  .solia-blogs-container {
    width: 1200px;
    max-width: 100%;
  }

  #section-footer .elementor-10 .elementor-element.elementor-element-584b504e {
    margin-bottom: 0;
  }
}

button.custom-arrow.slick-arrow {
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 16px;
  background-color: rgba(255, 255, 255, 0);
  border: 0;
  cursor: pointer;
}

button.custom-arrow.slick-arrow span {
  width: 33px;
  height: 33px;
  border-radius: 100vmax;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #DA745C;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}

button.custom-arrow.slick-arrow.slick-next {
  right: 16px;
  left: auto;
}

button.custom-arrow.slick-arrow.slick-prev svg {
  transform: rotate(180deg);
}

button.custom-arrow.slick-arrow svg {
  transition: all 0.3s;
}

@media screen and (min-width: 991px) {
  button.custom-arrow.slick-arrow:hover span {
    background-color: #DA745C !important;
  }

  button.custom-arrow.slick-arrow:hover span svg path {
    stroke: #fff !important;
  }
}

#flower-fall-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  /* Đảm bảo hoa không cản trở tương tác với trang */
  overflow: hidden;
  z-index: 9999;
  /* Đảm bảo hoa nằm trên cùng */
}

.flower {
  position: absolute;
  width: 40px;
  /* Kích thước hoa */
  height: 40px;
  border-radius: 50%;
  /* Tạo hình tròn nếu không dùng ảnh */
  opacity: 0;
  /* Bắt đầu ẩn */
  animation: fall linear infinite;
  /* Animation rơi */
}

.flower span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.flower span:nth-child(3n+1) {
  background-image: url("/wp-content/uploads/2025/06/1.png");
}

.flower span:nth-child(3n+2) {
  background-image: url("/wp-content/uploads/2025/06/2.png");
}

.flower span:nth-child(3n+3) {
  background-image: url("/wp-content/uploads/2025/06/3.png");
}

@keyframes fall {
  0% {
    transform: translateY(-100px) rotate(0deg);
    /* Bắt đầu từ trên cao */
    opacity: 0;
  }

  10% {
    opacity: 1;
    /* Xuất hiện */
  }

  90% {
    opacity: 1;
  }

  100% {
    transform: translateY(100vh) rotate(720deg);
    /* Rơi xuống dưới cùng */
    opacity: 0;
    /* Kết thúc ẩn */
  }
}

/*.footer-solia-custom-background::before {*/
/*  content: "";*/
/*  background-image: url("/wp-content/uploads/2025/06/Mask-group.jpg");*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background-size: cover;*/
/*  background-position: center;*/
/*  pointer-events: none;*/
/*}*/

.map-container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
}

.solia-utilities {
  padding-left: 150px;
  padding-right: 150px;
}

.pin {
  width: 70px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 50%;
  position: absolute;
  top: 54%;
  left: 38.8%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0.5;
}

.pin::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid rgba(218, 116, 92, 0.5);
  border-radius: 50%;
  animation: ping 2.5s ease-out infinite;
  box-sizing: border-box;
}

.pin::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid rgba(218, 116, 92, 0.5);
  border-radius: 50%;
  animation: ping 2.5s ease-out infinite;
  animation-delay: 1.25s;
  box-sizing: border-box;
}

@keyframes ping {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(4.5);
    opacity: 0;
  }
}

.post,
.page {
  margin: 0;
}

.progress-template {
  padding-top: 170px;
  width: 100%;
  /*background-image: url("/wp-content/uploads/2025/06/Group-205.jpg");*/
  /*background-size: cover;*/
  /*background-position: center;*/
  /*background-repeat: no-repeat;*/
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 991px) {
  .progress-template {
    min-height: 100vh;
  }
}

.progress-template-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.progress-template-container {
  width: 100%;
}

.progress-template-slides {
  position: relative;
}

.progress-template-slides .slick-dots {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.progress-template-slides .slick-dots li {
  margin: 0 5px;
}

.progress-template-slides .slick-dots li button {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  border: 1px solid #fff;
  cursor: pointer;
  font-size: 0;
  padding: 0;
}

.progress-template-slides .slick-dots li button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  background-color: #DA745C;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 991px) {
  .progress-template-slides .slick-dots li button:hover::before {
    opacity: 1;
  }
}

.progress-template-slides .slick-dots li.slick-active button {
  border: 1px solid #DA745C;
}

.progress-template-slides .slick-dots li.slick-active button::before {
  opacity: 1;
}

.progress-template-slides button.custom-arrow.slick-arrow span {
  opacity: 1;
  transform: translateY(0);
  border-color: #fff;
}

.progress-template-slides button.custom-arrow.slick-arrow span svg path {
  stroke: #fff;
}

.progress-template-slides .slick-list {
  margin-bottom: 10px;
}

.progress-template-blog-item {
  padding: 8px;
  transition: all 0.6s ease-out;
}

@media screen and (min-width: 991px) {
  .progress-template-blog-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .progress-template-blog-item:hover .progress-template-blog-image img {
    transform: scale(1.05) translateY(-5px);
  }
}

.progress-template-blog-inner {
  position: relative;
}

.progress-template-blog-image {
  position: relative;
  overflow: hidden;
}

.progress-template-blog-image::before {
  content: "";
  display: block;
  padding-top: 76.6666666667%;
  width: 100%;
  box-sizing: border-box;
}

.progress-template-blog-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 1.5s linear;
}

.progress-template-blog-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 0 5px 8px;
  box-sizing: border-box;
}

.progress-template-blog-title {
  font-family: "Be Vietnam Pro";
  font-weight: 300;
  font-size: 11px;
  line-height: 140%;
  letter-spacing: 0%;
  text-transform: uppercase;
  background: linear-gradient(-90deg, #FFFFFF -45.19%, #035E60 100%);
  margin: 0;
  height: 30px;
  display: flex;
  align-items: center;
  padding-left: 48px;
  color: #fff;
  text-decoration: none;
  border-bottom-left-radius: 100vmax;
  border-top-right-radius: 100vmax;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.progress-template-blog-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 15px;
  top: 0;
  transform: translateY(-50%);
}

.progress-template-blog-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #FFC4B8 0%, #DA745C 100%);
  transform: rotate(45deg);
  border-radius: 100vmax;
}

.progress-template-blog-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
  fill: #fff;
}

.progress-template-inner {
  position: relative;
  display: flex;
}

.progress-template-inner::after {
  content: "";
  flex: 1;
  display: block;
}

.progress-template-content {
  flex: 2;
  width: 100%;
  max-width: 850px;
}

.progress-template-sidebar {
  flex: 1;
  display: flex;
  justify-content: center;
}

.progress-template-nav {
  position: relative;
  width: 140px;
}

.progress-template-nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 20px;
}

.progress-template-nav+.progress-template-nav {
  margin-top: 18px;
}

.progress-template-nav-title {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
  color: #fff;
  text-decoration: none;
  font-family: "Be Vietnam Pro";
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  border-radius: 100vmax;
  height: 40px;
  overflow: hidden;
  cursor: pointer;
}

.progress-template-nav-title span {
  position: absolute;
  top: 50%;
  right: 5px;
  border-radius: 100vmax;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  transform: translateY(-50%);
}

.progress-template-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.progress-template-nav ul li {
  position: relative;
  margin-bottom: 5px;
  margin-top: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 100vmax;
  overflow: hidden;
}

.progress-template-nav ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #FFFFFF -59.29%, #057678 42.52%, #035E60 100%);
  z-index: 0;
  transition: all 0.3s ease-in-out;
  border-radius: 20px;
}

.progress-template-nav ul li a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
  color: #fff;
  text-decoration: none;
  font-family: "Be Vietnam Pro";
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  border-radius: 100vmax;
  transition: all 0.3s ease-in-out;
  height: 20px;
  overflow: hidden;
  border: 1px solid transparent;
  box-sizing: border-box;
}

.progress-template-nav ul li a span {
  position: absolute;
  top: 50%;
  right: 5px;
  border-radius: 100vmax;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.progress-template-nav ul li a>* {
  z-index: 1;
}

@media screen and (min-width: 991px) {
  .progress-template-nav ul li:hover a {
    height: 40px;
    border: 1px solid #fff;
    box-sizing: border-box;
  }

  .progress-template-nav ul li:hover a span {
    opacity: 1;
    transition-delay: 0.5s;
  }
}

.progress-template-nav ul li.active a {
  height: 40px;
  border: 1px solid #fff;
  box-sizing: border-box;
}

.progress-template-nav ul li.active a span {
  opacity: 1;
  transition-delay: 0.5s;
}

@media screen and (min-width: 991px) {
  .progress-template-nav ul li:hover::before {
    width: 100%;
    transition-delay: 0.2s;
  }
}

.progress-template-nav ul li.active::before {
  width: 100%;
  transition-delay: 0.2s;
}

.progress-template-nav ul li.active {
  margin-top: 8px;
  margin-bottom: 8px;
}

.progress-template-nav ul li:first-of-type {
  margin-top: 16px;
}

.progress-template-nav ul li:last-of-type {
  margin-bottom: 16px;
}

.progress-template-nav ul li.active:first-of-type {
  margin-top: 0;
  margin-bottom: 16px;
}

.progress-template-nav ul li.active:last-of-type {
  margin-top: 16px;
  margin-bottom: 0;
}

.progress-template-title {
  font-family: "UTM Americana";
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  position: absolute;
  top: 125px;
  right: 75px;
  transform: rotate(-90deg);
  transform-origin: top right;
  color: rgba(255, 255, 255, 0.4);
  z-index: 9999;
  margin: 0;
  text-transform: uppercase;
}

.footer-2 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 32px;
  box-sizing: border-box;
}

.footer-2-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-2-text {
  font-family: "Be Vietnam Pro";
  font-weight: 400;
  font-size: 12px;
  line-height: 159%;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
  padding-left: 10px;
  padding-right: 10px;
}

.footer-2-links ul {
  list-style: none;
  padding: 0;
  margin: 0 -6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-2-links ul li {
  margin: 0 6px;
}

.footer-2-links ul li a {
  color: #FFFFFF;
  text-decoration: none;
  font-family: "Be Vietnam Pro";
  font-weight: 400;
  font-size: 12px;
  line-height: 159%;
  letter-spacing: 0%;
  transition: color 0.3s ease-in-out;
}

@media screen and (min-width: 991px) {
  .footer-2-links ul li a:hover {
    color: #DA745C;
  }
}

.contact-template {
  padding-top: 20px;
  width: 100%;
  background: radial-gradient(89.27% 155.25% at 23.89% -38.65%, #FFFFFF 0%, #F0C8BE 21.58%, #EAB2A4 46.66%, #DA745C 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 991px) {
  .contact-template {
    min-height: 100vh;
  }
}

.contact-template-wrapper {
  position: relative;
  width: 100%;
}

.contact-template .wpcf7-form .wpcf7-form-control {
  height: 40px;
  border: 1px solid #fff;
  box-sizing: border-box;
  padding: 0 24px;
  border-radius: 20px;
  font-family: "Be Vietnam pro";
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
}

.contact-template .wpcf7-form .wpcf7-form-control::-moz-placeholder {
  color: #fff;
}

.contact-template .wpcf7-form .wpcf7-form-control::placeholder {
  color: #fff;
}

.contact-template .wpcf7-form .wpcf7-form-control.wpcf7-textarea {
  height: 120px;
  padding: 12px 24px;
}

.contact-template .wpcf7-form .wpcf7-form-control.wpcf7-submit {
  background: linear-gradient(89.9deg, #035E60 0.09%, #FFFFFF 138.85%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  width: 180px;
  margin-left: auto;
  font-family: "Be Vietnam Pro";
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  border: 0;
}

@media screen and (min-width: 991px) {
  .contact-template .wpcf7-form .wpcf7-form-control.wpcf7-submit:hover {
    background-color: #DA745C;
    color: #fff !important;
  }
}

.contact-template .wpcf7-form .form-button {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.contact-template .wpcf7-form .form-button::after {
  content: "";
  display: block;
  width: 16px;
  height: 13px;
  background-image: url("/wp-content/uploads/2025/06/Group-86.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 991px) {
  .contact-template .wpcf7-form .form-button:hover::after {
    right: 15px;
  }
}

.contact-template .wpcf7-form .form-button .wpcf7-spinner {
  display: none;
}

.contact-template .wpcf7-form p {
  display: block;
  margin: 0;
}

.contact-template .wpcf7-form br {
  display: none;
}

.contact-template .wpcf7-form label {
  display: block;
  margin-bottom: 16px;
}

.contact-template .wpcf7-form .wpcf7-form-control-wrap {
  display: flex;
}

.contact-template .elementor-social-icon {
  background-color: rgba(255, 255, 255, 0);
}

.contact-template .elementor-social-icon svg {
  fill: rgba(255, 255, 255, 0) !important;
}

.contact-template .contact-title {
  margin-bottom: 0;
  margin-block-end: 10px !important;
}

.contact-template .contact-title h2.elementor-heading-title {
  font-family: "UTM Americana";
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
  margin-bottom: 0;
}

.contact-template .contact-title .elementor-widget-heading {
  margin-bottom: 0;
}

.library-template {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/uploads/2025/07/Group-203-1-scaled.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.library-template-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.library-template-container {
  width: 100%;
}

.library-template-slides {
  position: relative;
}

.library-template-slides .slick-dots {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.library-template-slides .slick-dots li {
  margin: 0 5px;
}

.library-template-slides .slick-dots li button {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #F9D6D0;
  transition: all 0.3s ease-in-out;
  border: 1px solid #fff;
  cursor: pointer;
  font-size: 0;
  padding: 0;
}

.library-template-slides .slick-dots li button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  background-color: #DA745C;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 991px) {
  .library-template-slides .slick-dots li button:hover::before {
    opacity: 1;
  }
}

.library-template-slides .slick-dots li.slick-active button {
  border: 1px solid #DA745C;
}

.library-template-slides .slick-dots li.slick-active button::before {
  opacity: 1;
}

.library-template-slides button.custom-arrow.slick-arrow span {
  width: 80px;
  height: 80px;
  opacity: 1;
  transform: translateY(0);
  margin: 50px;
}

.library-template-slides button.custom-arrow.slick-arrow span svg {
  width: 33px;
  height: 33px;
}

.library-template-slides button.custom-arrow.slick-arrow span svg path {
  stroke: #DA745C;
}

.library-template-slides button.slick-prev.custom-arrow.slick-arrow {
  right: 100%;
  top: 50%;
  bottom: auto;
  left: auto;
  transform: translate3d(0, -50%, 0);
}

.library-template-slides button.slick-next.custom-arrow.slick-arrow {
  left: 100%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translate3d(0, -50%, 0);
}

.library-template-slides .slick-list {
  margin-bottom: 10px;
}

.library-template-slides-e-brochure-item {
  padding: 20px;
}

.library-template-slides-e-brochure-item a {
  display: block;
  position: relative;
  overflow: hidden;
}

.library-template-slides-e-brochure-item a::before {
  content: "";
  display: block;
  padding-top: 65.1480637813%;
}

.library-template-slides-e-brochure-item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 1.5s linear;
}

.library-template-slides-e-brochure-item-image img {
  width: 100%;
  height: auto;
}

.library-template-slides-e-brochure-item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-family: "Be Vietnam Pro";
  font-weight: 300;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
  display: flex;
  flex-flow: column;
}

.library-template-slides-e-brochure-item-content p {
  margin: 10px 0 8px;
}

.library-template-slides-e-brochure-item-content img {
  height: 33px;
  -o-object-fit: contain;
  object-fit: contain;
}

.library-template-slides-e-brochure-item-icon {
  position: absolute;
  width: 36px;
  height: 36px;
  left: 6px;
  bottom: 6px;
  z-index: 1;
  background: linear-gradient(180deg, #FFC4B8 0%, #DA745C 100%);
  border-radius: 100vmax;
}

.library-template-slides-e-brochure-item-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 21px;
  transform: translate(-50%, -50%);
  fill: #fff;
}

.library-template-slides-e-brochure button.custom-arrow.slick-arrow span {
  width: 50px;
  height: 50px;
  opacity: 1;
  transform: translateY(0);
  margin: 0;
}

.library-template-slides-e-brochure button.slick-prev.custom-arrow.slick-arrow {
  left: 20px;
  top: 100%;
  bottom: auto;
  right: auto;
}

.library-template-slides-e-brochure button.slick-next.custom-arrow.slick-arrow {
  right: 20px;
  top: 100%;
  bottom: auto;
  left: auto;
}

.library-template-inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 200px;
  padding-right: 200px;
}

.library-template-content {
  width: 100%;
}

.library-template-sidebar {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
}

.library-template-tabs {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.library-template-tab {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate3d(0, -50%, 0);
}

.library-template-tab-container {
  max-width: 70%;
  margin: 0 auto;
}

.library-template-tab-container-large {
  max-width: 90%;
  margin: 0 auto;
}

.library-template-nav {
  list-style-type: none;
  padding-left: 0;
}

.library-template-nav li {
  margin-bottom: 5px;
}

.library-template-nav li a {
  position: relative;
  font-family: "Be Vietnam Pro";
  font-weight: 400;
  font-size: 15px;
  line-height: 225%;
  letter-spacing: 0%;
  text-decoration: none;
  color: #035E60;
  padding-left: 20px;
}

.library-template-nav li a::before {
  content: "";
  position: absolute;
  background-color: #DA745C;
  width: 8px;
  height: 8px;
  border-radius: 100vmax;
  left: 0;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.library-template-nav li.active a {
  color: #DA745C;
}

.library-template-nav li.active a::before {
  width: 20px;
  height: 20px;
}

.library-template-tab-title h2 {
  font-family: "UTM Americana";
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  position: fixed;
  top: 125px;
  right: 75px;
  transform: rotate(-90deg);
  transform-origin: top right;
  color: rgba(218, 116, 92, 0.2588235294);
  z-index: 9999;
  margin: 0;
  text-transform: uppercase;
}

.page-template-fullpage-template .site-branding {
  display: none;
}

#library-template {
  padding-top: 170px;
}

.library-template-slides-video img,
.library-template-slides-images img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 1.5s linear;
}

@media screen and (min-width: 991px) {

  .library-template-slides-video img:hover,
  .library-template-slides-images img:hover {
    transform: scale(1.05);
  }
}

.site-logo-color {
  display: none;
}

.page-template-library-template .site-logo-bw {
  display: none;
}

.page-template-library-template .site-logo-color {
  display: block;
}

.light-box-library {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.light-box-library>.solia-info-videos {
  opacity: 0;
}

.light-box-library>.light-box-library-toggle {
  opacity: 0;
  transform: translateY(-100%);
  cursor: pointer;
}

.light-box-library.toggled {
  visibility: visible;
  opacity: 1;
  pointer-events: visible;
}

.light-box-library.toggled>.solia-info-videos {
  opacity: 0.5;
  transition: all 1s linear;
}

.light-box-library.toggled>.light-box-library-toggle {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s linear;
  transition-delay: 1s;
}

.light-box-library.toggled::before {
  transform: scale(2) translate3d(-50%, -50%, 0);
  transition: all 1s linear;
}

.light-box-library.toggled.toggled-end::before {
  transform: scale(0) translate3d(-50%, -50%, 0);
  transition: all 1s linear;
}

.light-box-library.toggled.toggled-end>.solia-info-videos {
  opacity: 0;
  transition-delay: 0s;
}

.light-box-library.toggled.toggled-end>.light-box-library-toggle {
  opacity: 0;
  transform: translateY(-100%);
  transition-delay: 0s;
}

.light-box-library::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vw;
  background-color: #DA745C;
  border-radius: 100vmax;
  transform: scale(0) translate3d(-50%, -50%, 0);
  transform-origin: top left;
}

.light-box-library.active {
  opacity: 1;
  visibility: visible;
  z-index: 99999999999;
}

.light-box-library .light-box-library-toggle {
  display: block !important;
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 1001;
  background-color: transparent;
  border: none;
  color: #fff;
}

.admin-bar .light-box-library .light-box-library-toggle {
  top: 50px;
  text-align: right;
  width: 100%;
}

.light-box-library .light-box-library-toggle svg {
  width: 40px;
  height: 40px;
}

/* .light-box-library .light-box-library-toggle svg path {
  fill: currentColor;
} */

.light-box-library-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 1;
  max-width: 1660px;
  padding-left: 100px;
  padding-right: 100px;
  box-sizing: border-box;
  opacity: 0;
}

.light-box-library.toggled.active .light-box-library-inner {
  opacity: 1;
  transition: all 0.5s linear;
  transition-delay: 1s;
}

.light-box-library.toggled.toggled-end .light-box-library-inner {
  opacity: 0;
  transition: all 0.5s linear;
}

.light-box-library-sliders {
  padding-top: 50px;
}

.light-box-library-sliders img {
  width: 100%;
  height: auto;
  max-height: calc(100vh - 150px);
  -o-object-fit: cover;
  object-fit: contain;
  transition: all 1.5s linear;
}

.light-box-library-sliders .slick-dots {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.light-box-library-sliders .slick-dots li {
  margin: 0 5px;
}

.light-box-library-sliders .slick-dots li button {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  border: 1px solid #fff;
  cursor: pointer;
  font-size: 0;
  padding: 0;
}

.light-box-library-sliders .slick-dots li button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  background-color: #DA745C;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 991px) {
  .light-box-library-sliders .slick-dots li button:hover::before {
    opacity: 1;
  }
}

.light-box-library-sliders .slick-dots li.slick-active button {
  border: 1px solid #DA745C;
}

.light-box-library-sliders .slick-dots li.slick-active button::before {
  opacity: 1;
}

.light-box-library-sliders button.custom-arrow.slick-arrow span {
  width: 80px;
  height: 80px;
  opacity: 1;
  transform: translateY(0);
  margin: 50px;
}

.light-box-library-sliders button.custom-arrow.slick-arrow span svg {
  width: 33px;
  height: 33px;
}

.light-box-library-sliders button.custom-arrow.slick-arrow span svg path {
  stroke: #DA745C;
}

.light-box-library-sliders button.slick-prev.custom-arrow.slick-arrow {
  right: 100%;
  top: 50%;
  bottom: auto;
  left: auto;
  transform: translate3d(0, -50%, 0);
}

.light-box-library-sliders button.slick-prev.custom-arrow.slick-arrow span {
  border-color: #fff;
}

.light-box-library-sliders button.slick-prev.custom-arrow.slick-arrow span svg path {
  stroke: #fff;
}

.light-box-library-sliders button.slick-next.custom-arrow.slick-arrow {
  left: 100%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translate3d(0, -50%, 0);
}

.light-box-library-sliders button.slick-next.custom-arrow.slick-arrow span {
  border-color: #fff;
}

.light-box-library-sliders button.slick-next.custom-arrow.slick-arrow span svg path {
  stroke: #fff;
}

.library-template-slides-videos-item .solia-videos-play-button {
  width: 130px;
  height: 130px;
}

.library-template-slides-videos-item .solia-videos-play-button svg {
  opacity: 1;
}

.solia-videos-play-button-icon {
  position: absolute;
  width: 36px;
  height: 36px;
  left: 12px;
  bottom: 12px;
  z-index: 1;
  background: linear-gradient(180deg, #FFC4B8 0%, #DA745C 100%);
  border-radius: 100vmax;
  display: flex;
  justify-content: center;
  align-items: center;
}

.library-template-slide-gallery {
  position: relative;
}

.library-template-slide-gallery::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.library-template-slide-gallery img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 1.5s linear;
}

@media screen and (min-width: 991px) {
  .library-template-slide-gallery img:hover {
    transform: scale(1.05);
  }
}

.library-template-slide-gallery-title {
  font-family: "Be Vietnam Pro";
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #fff;
}

.library-template-slide-gallery-content {
  position: absolute;
  left: 14px;
  bottom: 9px;
  background: linear-gradient(-90deg, #FFFFFF -45.19%, #035E60 100%);
  border-bottom-left-radius: 100vmax;
  border-top-right-radius: 100vmax;
  padding-left: 65px;
  padding-right: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
}

.light-box-library.videos .light-box-library-inner {
  max-width: 100%;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.light-box-library.videos .light-box-library-inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}

.library-template-slides-videos-item-title {
  font-family: "Be Vietnam Pro";
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.solia-videos-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.solia-videos-iframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.solia-videos-play-button-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.solia-videos-play-button {
  z-index: 2;
}

.page-template-library-template .site-header .menu-toggle-button {
  color: #DA745C;
  border-color: #DA745C;
}

.page-template-library-template .site-contacts {
  color: #DA745C;
}

@media screen and (min-width: 991px) {
  .elementor-icon.elementor-social-icon:hover {
    box-shadow: 0 0 10px rgba(218, 116, 92, 0.5);
  }
}

.solia-videos-mute-toggle svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}

.solia-videos-mute-toggle svg path {
  fill: currentColor;
}

@media screen and (min-width: 991px) {
  .solia-videos-mute-toggle:hover {
    color: #DA745C;
  }
}

.elementor-social-icon {
  position: relative;
}

.elementor-social-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100vmax;
  background: linear-gradient(41.96deg, #035E60 3.75%, #00A5A8 111.84%);
  opacity: 0;
}

@media screen and (min-width: 991px) {
  .elementor-social-icon:hover::before {
    opacity: 1;
    transition: all 0.3s ease-in-out;
  }

  .elementor-social-icon:hover svg path:first-of-type {
    fill: rgba(255, 255, 255, 0);
  }

  .elementor-social-icon:hover svg path:last-of-type {
    fill: #fff;
  }
}

@media screen and (min-width: 768px) {
  .custom-section-contact-col .elementor-widget-wrap.elementor-element-populated {
    padding: 0 !important;
    margin: 0 !important;
  }
}

@media screen and (max-height: 700px) {
  .solia-location-inner {
    padding-top: 0;
  }
}

div#fp-nav.fp-nav-section-3 .fp-nav-text,
div#fp-nav.fp-nav-section-4 .fp-nav-text,
div#fp-nav.fp-nav-section-5 .fp-nav-text,
div#fp-nav.fp-nav-section-6 .fp-nav-text {
  color: #035E60;
}

#fullpage .text-shake-on-hover {
  display: inline-block;
  cursor: pointer;
}

@keyframes solia-title-shadow {
  0% {
    text-shadow: 0px 3px 0 #DA745C;
  }

  25% {
    text-shadow: 0px 3px 0 #F2A898;
  }

  50% {
    text-shadow: 0px 3px 0 #FFC4B8;
  }

  75% {
    text-shadow: 0px 3px 0 #F2A898;
  }

  100% {
    text-shadow: 0px 3px 0 #DA745C;
  }
}

@keyframes shake {

  0%,
  100% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-5px);
  }

  50% {
    transform: translateX(5px);
  }

  75% {
    transform: translateX(-5px);
  }
}

@keyframes StrokeLine {
  0% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: -200;
  }
}

@media screen and (min-width: 991px) {
  #fullpage .text-shake-on-hover:hover {
    animation: shake 0.5s;
  }
}

#fullpage .blink {
  animation: blink 1s infinite;
  color: red;
}

@keyframes blink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

#fullpage .bounce-in {
  opacity: 0;
  transform: scale(0.3);
  transition: all 0.6s ease-out;
}

#fullpage .bounce-in.active {
  opacity: 1;
  transform: scale(1);
}

@keyframes text-move-up {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes text-move-down {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes scale-up {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.125);
  }
}

@keyframes whell-arrow {

  0%,
  100% {
    transform: translateY(0);
  }

  60% {
    transform: translateY(-10px);
    opacity: 0.5;
  }
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes slide-up {
  0% {
    transform: translateY(50%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

#fullpage .effect {
  position: relative;
}

#fullpage .effect::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.3));
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

@media screen and (min-width: 991px) {
  #fullpage .effect:hover::before {
    opacity: 1;
    width: 100%;
    height: 100%;
  }
}

#fullpage .text-move {
  opacity: 0;
}

#fullpage .text-move span {
  display: inline-block;
  position: relative;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  min-width: 0.25em;
  margin-left: 2px;
  margin-right: 2px;
}

#fullpage .solia-hero-banner-image img {
  opacity: 0;
  transform: scale(1.025);
}

#fullpage .solia-hero-banner video {
  opacity: 0;
}

#fullpage .solia-hero-banner-button {
  display: inline-block;
  opacity: 0;
  transform: translateY(50%);
}

#fullpage .solia-hero-banner-button svg {
  animation: whell-arrow 1.5s infinite;
}

@media screen and (min-width: 991px) {
  #fullpage .solia-hero-banner-button:hover svg {
    animation: none;
    transform: scale(1.125);
  }
}

#fullpage .solia-hero-banner-title-wrapper::before {
  opacity: 0;
}

#fullpage .solia-videos-play-button svg {
  opacity: 0;
}

#fullpage .solia-videos-play-button svg path {
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
}

@keyframes solia-draw {
  0% {
    width: 100vw;
    transform: translateX(-100%);
  }

  50% {
    width: 100vw;
    transform: translateX(0);
  }

  100% {
    width: 0;
    transform: translateX(0);
  }
}

#fullpage .solia-videos-play-button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  width: 100vw;
  height: 1px;
  background-color: #fff;
  opacity: 0;
}

#fullpage .solia-videos-play-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 100vmax;
  transform: translate3d(-50%, -50%, 0);
  box-sizing: border-box;
  transition: all 0.3s linear;
  opacity: 0;
}

@media screen and (min-width: 991px) {
  #fullpage .solia-videos-play-button:hover::after {
    width: 120%;
    height: 120%;
    opacity: 1;
  }
}

#fullpage .solia-info-service {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
}

#fullpage .solia-location-maps {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#fullpage .solia-location-maps svg {
  position: absolute;
  top: 0;
  left: 2.1%;
  width: 100%;
  height: 100%;
  opacity: 0;
}

#fullpage .solia-location-maps img {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

#fullpage .solia-location-maps .solia-location-maps-image-1 {
  opacity: 0;
}

#fullpage .solia-location-maps .solia-location-maps-image-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: scale(1);
}

#fullpage .solia-location-maps .solia-location-maps-image-4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: scale(1.25);
}

#fullpage .solia-location-maps .solia-location-maps-image-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: scale(1);
}

#fullpage .solia-location-maps .solia-location-maps-image-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}

#fullpage .solia-location-heading::before,
#fullpage .solia-utilities-heading::before {
  width: 0;
}

#fullpage .solia-location-title,
#fullpage .solia-utilities-title {
  opacity: 0;
}

#fullpage .solia-location-description,
#fullpage .solia-utilities-description {
  opacity: 0;
}

#fullpage .solia-location-content .solia-button,
#fullpage .solia-utilities-content .solia-button {
  opacity: 0;
}

@keyframes solia-rotate {
  0% {
    transform: rotate(-45deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes solia-rotate-reverse {
  0% {
    transform: rotate(45deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

#fullpage .solia-utilities-image img {
  opacity: 0;
}

#fullpage .solia-utilities-image-bottom img {
  opacity: 0;
  /*transform: translateY(50%);*/
  /*transition: all 1.5s ease-out;*/
}

#fullpage .solia-utilities-image-top img {
  opacity: 0;
}

#fullpage .solia-utilities-path-svg svg {
  opacity: 0;
}

#fullpage .solia-utilities-border svg {
  opacity: 0;
}

#fullpage .solia-blogs-slides .solia-blogs-slide .solia-blogs-item {
  opacity: 0;
  transform: translateY(50%);
}

#fullpage .solia-blogs-slides .slick-dots li {
  opacity: 0;
  transform: translateY(50%);
}

#fullpage .solia-blogs-slides .slick-dots li:nth-child(1) {
  transition-delay: 0.25s;
}

#fullpage .solia-blogs-slides .slick-dots li:nth-child(2) {
  transition-delay: 0.5s;
}

#fullpage .solia-blogs-slides .slick-dots li:nth-child(3) {
  transition-delay: 0.75s;
}

#fullpage .solia-blogs-heading::before {
  width: 0;
}

#fullpage .footer-videos {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

#fullpage .footer-videos video {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 1;
}

#fullpage .footer-videos .elementor-widget-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#fullpage .footer-videos .e-hosted-video.elementor-wrapper.elementor-open-inline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#fullpage #section-footer>.fp-tableCell>.elementor-container {
  position: unset !important;
}

#fullpage #section-footer>.fp-tableCell>.elementor-container>.elementor-column.elementor-col-100.elementor-top-column.elementor-element {
  position: unset !important;
}

#fullpage #section-footer>.fp-tableCell>.elementor-container>.elementor-column.elementor-col-100.elementor-top-column.elementor-element>.elementor-widget-wrap.elementor-element-populated {
  position: unset !important;
}

@keyframes solia-hover-effect {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(10deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes solia-drop-sharow {
  0% {
    filter: drop-shadow(0px 3px 0 #DA745C);
  }

  25% {
    filter: drop-shadow(0px 3px 0 #F2A898);
  }

  50% {
    filter: drop-shadow(0px 3px 0 #FFC4B8);
  }

  75% {
    filter: drop-shadow(0px 3px 0 #F2A898);
  }

  100% {
    filter: drop-shadow(0px 3px 0 #DA745C);
  }
}

#fullpage .solia-hero-banner-logo {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
}

#fullpage .solia-blogs-more {
  opacity: 0;
  transform: translateY(50%);
}

#fullpage button.custom-arrow.slick-arrow span {
  opacity: 0;
  transform: translateY(50%);
}

#fullpage #flower-fall-container {
  opacity: 0;
}

#fullpage .solia-hero-banner-title {
  opacity: 0;
  transform: translateY(50%);
}

#fullpage .solia-hero-banner-title-subtitle {
  opacity: 0;
  transform: translateY(50%);
}

#fullpage .map-container {
  opacity: 0;
}

#fullpage .solia-info-image-logo-main {
  opacity: 0;
}

#fullpage .fp-completely .map-container {
  opacity: 1;
  transform: translateY(0);
  transition: all 1.5s ease-out;
  transition-delay: 2.25s;
}

#fullpage .fp-completely .solia-hero-banner-title {
  opacity: 1;
  transform: translateY(0);
  transition: all 1.5s ease-out;
  transition-delay: 1s;
}

#fullpage .fp-completely .solia-hero-banner-title-subtitle {
  opacity: 1;
  transform: translateY(0);
  transition: all 1.5s ease-out;
  transition-delay: 1.5s;
}

#fullpage .fp-completely #flower-fall-container {
  opacity: 1;
  transition: 1.5s linear;
  transition-delay: 2s;
}

#fullpage .fp-completely button.custom-arrow.slick-arrow span {
  opacity: 1;
  transform: translateY(0);
  transition: all 1.5s ease-out;
  transition-delay: 1s;
}

#fullpage .fp-completely .solia-blogs-more {
  opacity: 1;
  transform: translateY(0);
  transition: all 1.5s ease-out;
  transition-delay: 1.5s;
}

#fullpage .fp-completely .solia-hero-banner-title-wrapper::before {
  opacity: 1;
}

#fullpage .fp-completely .solia-hero-banner-logo {
  opacity: 1;
  transition: all 1s linear;
  transition-delay: 0.5s;
  transform: translate3d(0, 0, 0);
}

#fullpage .fp-completely .solia-hero-banner-logo img {
  animation-delay: 1.5s;
}

#fullpage .fp-completely .solia-hero-banner video {
  opacity: 1;
  transform: translateY(0);
  transition: all 1.5s ease-out;
}

#fullpage .fp-completely .solia-hero-banner-image img {
  opacity: 1;
  transform: scale(1);
  transition: all 1.5s ease-out;
}

#fullpage .fp-completely .solia-hero-banner-button {
  opacity: 1;
  transform: translateY(0);
}

#fullpage .fp-completely .solia-hero-banner video {
  transition: all 1.5s ease-out;
}

#fullpage .fp-completely .solia-hero-banner-button {
  transition: all 1.5s ease-out;
}

#fullpage .fp-completely .solia-hero-banner-button svg {
  transition: all 0.3s ease-in-out;
}

#fullpage .fp-completely .solia-hero-banner-title-wrapper::before {
  transition: all 2s ease-out;
}

#fullpage .fp-completely .text-move.animated {
  opacity: 1;
}

#fullpage .fp-completely .text-move.animated span {
  opacity: 0;
  animation-play-state: running;
}

#fullpage .fp-completely .text-move.animated span:nth-child(1) {
  animation-delay: 0.05s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(2) {
  animation-delay: 0.1s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(3) {
  animation-delay: 0.15s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(4) {
  animation-delay: 0.2s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(5) {
  animation-delay: 0.25s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(6) {
  animation-delay: 0.3s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(7) {
  animation-delay: 0.35s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(8) {
  animation-delay: 0.4s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(9) {
  animation-delay: 0.45s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(10) {
  animation-delay: 0.5s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(11) {
  animation-delay: 0.55s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(12) {
  animation-delay: 0.6s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(13) {
  animation-delay: 0.65s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(14) {
  animation-delay: 0.7s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(15) {
  animation-delay: 0.75s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(16) {
  animation-delay: 0.8s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(17) {
  animation-delay: 0.85s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(18) {
  animation-delay: 0.9s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(19) {
  animation-delay: 0.95s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(20) {
  animation-delay: 1s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(21) {
  animation-delay: 1.05s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(22) {
  animation-delay: 1.1s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(23) {
  animation-delay: 1.15s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(24) {
  animation-delay: 1.2s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(25) {
  animation-delay: 1.25s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(26) {
  animation-delay: 1.3s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(27) {
  animation-delay: 1.35s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(28) {
  animation-delay: 1.4s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(29) {
  animation-delay: 1.45s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(30) {
  animation-delay: 1.5s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(31) {
  animation-delay: 1.55s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(32) {
  animation-delay: 1.6s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(33) {
  animation-delay: 1.65s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(34) {
  animation-delay: 1.7s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(35) {
  animation-delay: 1.75s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(36) {
  animation-delay: 1.8s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(37) {
  animation-delay: 1.85s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(38) {
  animation-delay: 1.9s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(39) {
  animation-delay: 1.95s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(40) {
  animation-delay: 2s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(41) {
  animation-delay: 2.05s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(42) {
  animation-delay: 2.1s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(43) {
  animation-delay: 2.15s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(44) {
  animation-delay: 2.2s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(45) {
  animation-delay: 2.25s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(46) {
  animation-delay: 2.3s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(47) {
  animation-delay: 2.35s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(48) {
  animation-delay: 2.4s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(49) {
  animation-delay: 2.45s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(50) {
  animation-delay: 2.5s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(51) {
  animation-delay: 2.55s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(52) {
  animation-delay: 2.6s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(53) {
  animation-delay: 2.65s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(54) {
  animation-delay: 2.7s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(55) {
  animation-delay: 2.75s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(56) {
  animation-delay: 2.8s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(57) {
  animation-delay: 2.85s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(58) {
  animation-delay: 2.9s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(59) {
  animation-delay: 2.95s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(60) {
  animation-delay: 3s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(61) {
  animation-delay: 3.05s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(62) {
  animation-delay: 3.1s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(63) {
  animation-delay: 3.15s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(64) {
  animation-delay: 3.2s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(65) {
  animation-delay: 3.25s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(66) {
  animation-delay: 3.3s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(67) {
  animation-delay: 3.35s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(68) {
  animation-delay: 3.4s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(69) {
  animation-delay: 3.45s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(70) {
  animation-delay: 3.5s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(71) {
  animation-delay: 3.55s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(72) {
  animation-delay: 3.6s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(73) {
  animation-delay: 3.65s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(74) {
  animation-delay: 3.7s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(75) {
  animation-delay: 3.75s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(76) {
  animation-delay: 3.8s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(77) {
  animation-delay: 3.85s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(78) {
  animation-delay: 3.9s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(79) {
  animation-delay: 3.95s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(80) {
  animation-delay: 4s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(81) {
  animation-delay: 4.05s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(82) {
  animation-delay: 4.1s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(83) {
  animation-delay: 4.15s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(84) {
  animation-delay: 4.2s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(85) {
  animation-delay: 4.25s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(86) {
  animation-delay: 4.3s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(87) {
  animation-delay: 4.35s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(88) {
  animation-delay: 4.4s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(89) {
  animation-delay: 4.45s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(90) {
  animation-delay: 4.5s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(91) {
  animation-delay: 4.55s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(92) {
  animation-delay: 4.6s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(93) {
  animation-delay: 4.65s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(94) {
  animation-delay: 4.7s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(95) {
  animation-delay: 4.75s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(96) {
  animation-delay: 4.8s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(97) {
  animation-delay: 4.85s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(98) {
  animation-delay: 4.9s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(99) {
  animation-delay: 4.95s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(100) {
  animation-delay: 5s;
}

#fullpage .fp-completely .text-move.animated span:nth-child(2n) {
  animation-name: text-move-down;
}

#fullpage .fp-completely .text-move.animated span:not(:nth-child(2n)) {
  animation-name: text-move-up;
}

#fullpage .fp-completely .solia-videos-play-button {
  opacity: 1;
}

#fullpage .fp-completely .solia-videos-play-button svg {
  opacity: 1;
}

#fullpage .fp-completely .solia-videos-play-button svg path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: draw 2s linear forwards;
}

#fullpage .fp-completely .solia-info-image-logo-main {
  opacity: 1;
  transition: all 2s linear;
}

#fullpage .fp-completely .solia-info-service {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 1.5s linear;
}

#fullpage .fp-completely .solia-info-service:nth-child(1) {
  transition-delay: 0.25s;
}

#fullpage .fp-completely .solia-info-service:nth-child(2) {
  transition-delay: 0.5s;
}

#fullpage .fp-completely .solia-info-service:nth-child(3) {
  transition-delay: 0.75s;
}

#fullpage .fp-completely .solia-info-service:nth-child(4) {
  transition-delay: 1s;
}

#fullpage .fp-completely .solia-info-service:nth-child(5) {
  transition-delay: 1.25s;
}

#fullpage .fp-completely .solia-info-service:nth-child(6) {
  transition-delay: 1.5s;
}

#fullpage .fp-completely .solia-info-service:nth-child(7) {
  transition-delay: 1.75s;
}

#fullpage .fp-completely .solia-info-service:nth-child(8) {
  transition-delay: 2s;
}

#fullpage .fp-completely .solia-info-service:nth-child(9) {
  transition-delay: 2.25s;
}

#fullpage .fp-completely .solia-info-service:nth-child(10) {
  transition-delay: 2.5s;
}

#fullpage .fp-completely .solia-info-service:nth-child(11) {
  transition-delay: 2.75s;
}

#fullpage .fp-completely .solia-info-service:nth-child(12) {
  transition-delay: 3s;
}

#fullpage .fp-completely .solia-location-maps-image svg path,
#fullpage .fp-completely .solia-location-maps-image svg circle {
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 3 !important;
  stroke-dasharray: 10;
  stroke-dashoffset: 0;
  stroke: rgb(255, 255, 255);
  /* stroke: #f00; */
  animation: 3.5s linear 0s infinite normal none running StrokeLine;
}

#fullpage .fp-completely .solia-location-maps {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#fullpage .fp-completely .solia-location-maps svg {
  opacity: 1;
}

#fullpage .fp-completely .solia-location-maps .solia-location-maps-image-1 {
  opacity: 1;
  transform: scale(1);
}

#fullpage .fp-completely .solia-location-maps .solia-location-maps-image-2 {
  opacity: 1;
  transform: scale(1);
}

#fullpage .fp-completely .solia-location-maps .solia-location-maps-image-3 {
  opacity: 1;
  transform: scale(1);
}

#fullpage .fp-completely .solia-location-maps .solia-location-maps-image-4 {
  opacity: 1;
  transform: scale(1);
}

#fullpage .fp-completely .solia-location-maps .solia-location-maps-image-main {
  opacity: 1;
  transform: scale(1);
}

#fullpage .fp-completely .solia-location-maps svg {
  transition: all 1.5s ease-out;
  transition-delay: 2s;
}

#fullpage .fp-completely .solia-location-maps .solia-location-maps-image-1 {
  transition: all 1.5s ease-out;
}

#fullpage .fp-completely .solia-location-maps .solia-location-maps-image-3 {
  transition: all 1.5s ease-out;
  /*   transition-delay: 0.5s; */
}

#fullpage .fp-completely .solia-location-maps .solia-location-maps-image-4 {
  transition: all 1.5s ease-out;
  transition-delay: 1s;
}

#fullpage .fp-completely .solia-location-maps .solia-location-maps-image-2 {
  transition: all 1.5s ease-out;
  transition-delay: 2s;
}

#fullpage .fp-completely .solia-location-maps .solia-location-maps-image-main {
  transition: all 1.5s ease-out;
  transition-delay: 3s;
}

#fullpage .fp-completely .solia-location-title {
  animation: text-move-up 1s ease-out forwards;
  animation-delay: 0.5s;
}

#fullpage .fp-completely .solia-location-description {
  animation: text-move-up 1s ease-out forwards;
  animation-delay: 1s;
}

#fullpage .fp-completely .solia-location-content .solia-button {
  animation: text-move-up 1s ease-out forwards;
  animation-delay: 1.5s;
}

#fullpage .fp-completely .solia-location-heading::before,
#fullpage .fp-completely .solia-utilities-heading::before {
  width: 100%;
  transition: all 1.5s ease-out;
  transition-delay: 0.5s;
}

#fullpage .fp-completely .solia-utilities-title {
  animation: text-move-up 1s ease-out forwards;
  animation-delay: 0.5s;
}

#fullpage .fp-completely .solia-utilities-description {
  animation: text-move-up 1s ease-out forwards;
  animation-delay: 1s;
}

#fullpage .fp-completely .solia-utilities-content .solia-button {
  animation: text-move-up 1s ease-out forwards;
  animation-delay: 1.5s;
}

#fullpage .fp-completely .solia-utilities-image img {
  opacity: 1;
  /*transition: all 1.5s ease-out;*/
}

#fullpage .fp-completely .solia-utilities-image-bottom img {
  opacity: 1;
  /*transform: translateY(0);*/
  /*transition: all 1.5s ease-out;*/
  /*transition-delay: 0.5s;*/
}

#fullpage .fp-completely .solia-utilities-image-top img {
  opacity: 1;
}

#fullpage .fp-completely .solia-utilities-path-svg svg {
  opacity: 1;
  transition: all 1.5s ease-out;
}

#fullpage .fp-completely .solia-utilities-border svg {
  opacity: 1;
  animation: solia-rotate-reverse 5s linear infinite;
  transition: all 1.5s ease-out;
}

#fullpage .fp-completely .solia-utilities-images {
  animation: solia-rotate 2s linear forwards;
}

#fullpage .fp-completely .solia-utilities-images img {
  animation: solia-rotate-reverse 2s linear forwards;
}

@media screen and (max-width: 768px) {
  #fullpage .fp-completely .solia-blogs-slides:nth-child(1) .solia-blogs-item {
    transition-delay: -0.75s;
  }

  #fullpage .fp-completely .solia-blogs-slides:nth-child(2) .solia-blogs-item {
    transition-delay: -0.5s;
  }

  #fullpage .fp-completely .solia-blogs-slides:nth-child(3) .solia-blogs-item {
    transition-delay: -0.25s;
  }

  #fullpage .fp-completely .solia-blogs-slides:nth-child(4) .solia-blogs-item {
    transition-delay: 0s;
  }

  #fullpage .fp-completely .solia-blogs-slides:nth-child(5) .solia-blogs-item {
    transition-delay: 0.25s;
  }

  #fullpage .fp-completely .solia-blogs-slides:nth-child(6) .solia-blogs-item {
    transition-delay: 0.5s;
  }

  #fullpage .fp-completely .solia-blogs-slides:nth-child(7) .solia-blogs-item {
    transition-delay: 0.75s;
  }

  #fullpage .fp-completely .solia-blogs-slides:nth-child(8) .solia-blogs-item {
    transition-delay: 1s;
  }

  #fullpage .fp-completely .solia-blogs-slides:nth-child(9) .solia-blogs-item {
    transition-delay: 1.25s;
  }

  #fullpage .fp-completely .solia-blogs-slides:nth-child(10) .solia-blogs-item {
    transition-delay: 1.5s;
  }

  #fullpage .fp-completely .solia-blogs-slides:nth-child(11) .solia-blogs-item {
    transition-delay: 1.75s;
  }

  #fullpage .fp-completely .solia-blogs-slides:nth-child(12) .solia-blogs-item {
    transition-delay: 2s;
  }
}

#fullpage .fp-completely .solia-blogs-slides .solia-blogs-slide .solia-blogs-item {
  opacity: 1;
  transform: translateY(0);
}

#fullpage .fp-completely .solia-blogs-slides .solia-blogs-slide .solia-blogs-item {
  transition: all 1.5s ease-out;
}

#fullpage .fp-completely .solia-blogs-slides .solia-blogs-slide:nth-child(1) .solia-blogs-item {
  transition-delay: -0.75s;
}

#fullpage .fp-completely .solia-blogs-slides .solia-blogs-slide:nth-child(2) .solia-blogs-item {
  transition-delay: -0.5s;
}

#fullpage .fp-completely .solia-blogs-slides .solia-blogs-slide:nth-child(3) .solia-blogs-item {
  transition-delay: -0.25s;
}

#fullpage .fp-completely .solia-blogs-slides .solia-blogs-slide:nth-child(4) .solia-blogs-item {
  transition-delay: 0s;
}

#fullpage .fp-completely .solia-blogs-slides .solia-blogs-slide:nth-child(5) .solia-blogs-item {
  transition-delay: 0.25s;
}

#fullpage .fp-completely .solia-blogs-slides .solia-blogs-slide:nth-child(6) .solia-blogs-item {
  transition-delay: 0.5s;
}

#fullpage .fp-completely .solia-blogs-slides .solia-blogs-slide:nth-child(7) .solia-blogs-item {
  transition-delay: 0.75s;
}

#fullpage .fp-completely .solia-blogs-slides .solia-blogs-slide:nth-child(8) .solia-blogs-item {
  transition-delay: 1s;
}

#fullpage .fp-completely .solia-blogs-slides .solia-blogs-slide:nth-child(9) .solia-blogs-item {
  transition-delay: 1.25s;
}

#fullpage .fp-completely .solia-blogs-slides .solia-blogs-slide:nth-child(10) .solia-blogs-item {
  transition-delay: 1.5s;
}

#fullpage .fp-completely .solia-blogs-slides .solia-blogs-slide:nth-child(11) .solia-blogs-item {
  transition-delay: 1.75s;
}

#fullpage .fp-completely .solia-blogs-slides .solia-blogs-slide:nth-child(12) .solia-blogs-item {
  transition-delay: 2s;
}

#fullpage .fp-completely .solia-blogs-slides .slick-dots li {
  opacity: 1;
  transform: translateY(0);
  transition: all 1.5s ease-out;
  transition-delay: 1.5s;
}

#fullpage .fp-completely .solia-blogs-heading::before {
  width: 100%;
  transition: all 1.5s ease-out;
  transition-delay: 0.5s;
}

h2.solia-utilities-heading.text-move.animated {
  position: relative;
  z-index: 1;
}

.page-template-blogs-template .site-logo-bw {
  display: none;
}

.page-template-blogs-template .site-logo-color {
  display: block !important;
}

.page-template-blogs-template .site-contacts {
  color: #DA745C;
}

.page-template-blogs-template .menu-toggle-button {
  border-color: #DA745C;
  color: #DA745C;
}

.page-template-blogs-template .progress-template-title {
  color: rgba(218, 116, 92, 0.2588235294);
}

.solia-blogs-more-button {
  position: relative;
}

@media screen and (min-width: 991px) {
  .solia-blogs-more-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #FFFFFF -59.29%, #057678 42.52%, #035E60 100%);
    z-index: -1;
    transition: all 0.3s ease-in-out;
    border-radius: 20px;
    opacity: 0;
  }

  .solia-blogs-more-button:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0);
  }

  .solia-blogs-more-button:hover::before {
    opacity: 1;
  }

  .solia-blogs-more-button:hover svg path {
    stroke: #fff;
  }
}

.solia-blogs-image img {
  width: 100%;
  height: 100% !important;
}

#fullpage .solia-blogs-slides .solia-blogs-slide .solia-blogs-item {
  height: 100%;
  display: flex;
  flex-flow: column;
}

#fullpage .solia-blogs-slides .solia-blogs-slide .solia-blogs-item .solia-blogs-content {
  flex: 1;
  display: flex;
  flex-flow: column;
}

#fullpage .solia-blogs-slides .solia-blogs-slide .solia-blogs-item .solia-blogs-content .solia-blogs-title {
  flex: 1;
}

.single-post .site-logo-bw {
  display: none;
}

.single-post .site-logo-color {
  display: block !important;
}

.single-post .site-contacts {
  color: #DA745C;
}

.single-post .menu-toggle-button {
  border-color: #DA745C;
  color: #DA745C;
}

.single-post .progress-template-title {
  color: rgba(218, 116, 92, 0.2588235294);
}

.single-post header#masthead {
  position: absolute;
}

.single-post .site-header .site-branding {
  position: absolute;
}

.page-template-page-title-color-template .site-header .site-branding {
  display: none;
}

.page-template-page-title-color-template .progress-template-title.progress-template-title-color {
  color: rgba(218, 116, 92, 0.2588235294);
}

.page-template-page-title-color-template .menu-toggle-button {
  color: #DA745C;
  border-color: #DA745C;
}

.page-template-page-title-color-template .site-contacts {
  color: #DA745C;
}

#e-brochure-tab .library-template-slides button.custom-arrow.slick-arrow span svg path {
  stroke: #fff;
}

#e-brochure-tab .library-template-slides button.custom-arrow.slick-arrow span {
  border: 1px solid #fff;
}

#e-brochure-tab .library-template-slides .slick-dots li button {
  background-color: #fff;
}

.mb-content-image-item img {
  border-radius: 15px !important;
}

.light-box-library-sliders button.custom-arrow.slick-arrow {
  width: auto;
  height: auto;
}

.light-box-library-sliders button.custom-arrow.slick-arrow:before {
  display: none;
}

.mat-bang-tien-ich-da-tang-matbang svg .tien-ich-da-tang-svg-number+path {
  pointer-events: none;
}

header#masthead.site-header.header-scroll-down .site-branding {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.footer-2-links ul li a svg path {
  transition: all 0.3s ease-in-out;
}

.footer-2-links ul li a:hover svg path {
  fill: #DA745C;
}

.footer-2-links ul li a:hover svg path+path {
  fill: #fff;
}

a.library-template-slides-videos-item-link {
  position: relative;
}

.btn-facebook {
  text-decoration: none;
}

.elementor-template-full-width .site-branding {
  display: none;
}

.gioi-thieu-banner {
  min-height: 100vh;
  overflow: hidden;
}

.gioi-thieu-banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.gioi-thieu-banner-image {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 1200px;
  text-align: center;
}

.cam-hung-phat-trien-bg {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}

.cam-hung-phat-trien-bg::after {
  content: "";
  display: block;
  padding-bottom: 41.0416666667%;
}

.cam-hung-title,
.tong-quan-title {
  font-family: "UTM Americana";
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #DA745C;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
}

.cam-hung-content {
  background: linear-gradient(0deg, rgba(245, 156, 141, 0) 14.64%, #DA745C 100%);
  max-width: 1000px;
  margin: 0 auto;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding: 38px 52px 350px 52px;
  flex: 1;
  margin-bottom: -450px;
}

.cam-hung-items {
  display: flex;
  flex-direction: row;
}

.cam-hung-item {
  padding: 0 20px;
}

.cam-hung-item-content {
  font-family: "Be Vietnam Pro";
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: justify;
  color: #FFFFFF;
}

.cam-hung-item-content p {
  margin-top: 0;
}

.cam-hung-item-content b {
  font-weight: bold;
}

.cam-hung-image-fill {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 2;
}

.thong-tin-tong-quan {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 200px;
  min-height: 100vh;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.tong-quan-title {
  margin-bottom: 100px;
  margin-top: 0;
}

.tong-quan-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.tong-quan-content .tong-quan-image {
  padding-left: 25px;
  padding-right: 25px;
  width: 55%;
  box-sizing: border-box;
}

.tong-quan-content .tong-quan-items {
  width: 45%;
  box-sizing: border-box;
  padding-left: 25px;
  padding-right: 25px;
}

.tong-quan-item {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  min-height: 49px;
  align-items: center;
}

.tong-quan-item+.tong-quan-item {
  border-top: 1px solid #DA745C;
}

.tong-quan-label {
  font-family: "Be Vietnam Pro";
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0%;
  text-align: justify;
  color: #035E60;
}

.tong-quan-value {
  font-family: "Be Vietnam Pro";
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0%;
  text-align: right;
  color: #035E60;
}

.dac-quyen {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 30px;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
}

.dac-quyen-content {
  max-width: 1090px;
  margin: 0 auto;
}

.dac-quyen-items {
  display: flex;
  flex-wrap: wrap;
}

.dac-quyen-item {
  width: calc(33.3333333333% - 20px);
  margin: 20px 10px;
  background: linear-gradient(8.44deg, rgba(255, 255, 255, 0.7) 0.13%, #FFFFFF 52.13%, #FFFFFF 75.99%);
  border-radius: 30px;
  padding: 16px 20px;
  box-sizing: border-box;
}

.dac-quyen-header {
  display: flex;
  align-items: center;
  padding-left: 80px;
  position: relative;
}

.dac-quyen-header h2 {
  color: #DA745C;
  font-family: UTM Americana;
  font-weight: 700;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0%;
  margin: 0;
  min-height: 51px;
}

.dac-quyen-header h2 span {
  font-family: "NVN Motherland Signature";
  font-weight: 400;
}

.dac-quyen-number {
  font-family: "UTM Americana";
  font-weight: 400;
  font-style: italic;
  font-size: 140px;
  letter-spacing: 0%;
  color: transparent;
  -webkit-text-stroke: 2px #DA745C;
  text-stroke: 2px #DA745C;
  position: absolute;
  left: -10px;
  bottom: 0;
  line-height: 0.8;
}

.dac-quyen-item-content {
  font-family: "Be Vietnam Pro";
  font-weight: 300;
  font-size: 10px;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: justify;
  color: #035E60;
}

.chu-dau-tu {
  padding-top: 10px;
  padding-bottom: 0;
  min-height: 100vh;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
}

.chu-dau-tu-title {
  font-family: "UTM Americana";
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 60px;
}

h3.chu-dau-tu-subtitle {
  font-family: "Be Vietnam Pro";
  font-weight: 300;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -3%;
  text-align: center;
  color: #fff;
  margin: 0 0 50px;
}

.chu-dau-tu-inner {
  display: flex;
  align-items: center;
}

.chu-dau-tu-inner>* {
  padding: 0 36px;
}

.chu-dau-tu-description {
  position: relative;
}

.chu-dau-tu-description::before {
  content: "";
  display: block;
  width: 1px;
  height: 80%;
  background-color: #fff;
  margin-bottom: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.chu-dau-tu-description p {
  font-family: "Be Vietnam Pro";
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: justify;
  color: #fff;
  margin-top: 0;
}

.chu-dau-tu-description p strong {
  font-weight: 700;
}

.chu-dau-tu-description p:last-of-type {
  margin-bottom: 0;
}

.chu-dau-tu-container {
  max-width: 900px;
  margin: 0 auto;
}

.chu-dau-tu-logo {
  width: 35%;
}

.chu-dau-tu-description {
  flex: 1;
}

.chu-dau-tu-content {
  position: relative;
  padding-bottom: 50px;
}

.chu-dau-tu-content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 70%;
  height: 1px;
  background-color: #fff;
  z-index: 1;
  transform: translateX(-50%);
}

h4.chu-dau-tu-subtitle2 {
  font-family: "Be Vietnam Pro";
  font-weight: 300;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -3%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 30px;
}

.chu-dau-tu-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.chu-dau-tu-gallery-image {
  width: calc(20% - 10px);
  height: auto;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.tam-diem-ket-noi-widget {
  position: relative;
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.tam-diem-ket-noi-container {
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: border-box;
}

.tam-diem-ket-noi-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.tam-diem-ket-noi-container-wrapper {
  max-width: 416px;
}

.tam-diem-ket-noi-image {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: calc(100% - 430px);
  height: auto;
  pointer-events: none;
}

.tam-diem-ket-noi-image .solia-location-maps-image::before {
  content: "";
  display: block;
  padding-top: 56.25%;
  width: 100%;
}

.tam-diem-ket-noi-image .solia-location-maps-image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.tam-diem-ket-noi-image .solia-location-maps-image svg {
  position: absolute;
  top: 0;
  left: 2%;
  width: 100%;
  height: 100%;
}

.tam-diem-ket-noi-image .solia-location-maps-image svg path {
  stroke: #fff !important;
}

.tam-diem-ket-noi-image .solia-location-maps-image svg circle {
  stroke: #fff !important;
}

.tam-diem-ket-noi-description {
  font-family: "Be Vietnam Pro";
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: justify;
  color: #035E60;
}

.connection-title {
  font-family: "UTM Americana";
  font-weight: 400;
  font-size: 30px;
  line-height: 1.25;
  letter-spacing: 0%;
  color: #035E60;
}

.connection-title span {
  font-family: "NVN Motherland Signature";
  color: #DA745C;
}

.page-title-vi-tri {
  overflow: hidden;
}

.toa-do-thinh-vuong-widget {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: 100vh;
}

.toa-do-thinh-vuong-widget-container {
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 1440px;
  overflow: hidden;
}

.prosperity-tabs-content {
  position: relative;
  width: 100%;
  padding-bottom: 300px;
}

.prosperity-tabs-item-content {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 10px;
  margin-top: 50px;
  width: 100vw;
}

.prosperity-tabs-item-content .prosperity-indicators {
  opacity: 0;
  transition: all 0.6s ease-in-out;
}


.prosperity-tabs-item-content::before {
  height: 0;
  transition: all 0.6s ease-in-out;
}

.prosperity-slider-item.slick-current .prosperity-tabs-item-content .prosperity-indicators {
  opacity: 1;
}

.prosperity-slider-item.slick-current .prosperity-tabs-item-content .prosperity-indicators:nth-child(1) {
  transition-delay: 0.2s;
}

.prosperity-slider-item.slick-current .prosperity-tabs-item-content .prosperity-indicators:nth-child(2) {
  transition-delay: 0.4s;
}

.prosperity-slider-item.slick-current .prosperity-tabs-item-content .prosperity-indicators:nth-child(3) {
  transition-delay: 0.6s;
}

.prosperity-slider-item.slick-current .prosperity-tabs-item-content .prosperity-indicators:nth-child(4) {
  transition-delay: 0.8s;
}

.prosperity-slider-item.slick-current .prosperity-tabs-item-content .prosperity-indicators:nth-child(5) {
  transition-delay: 1s;
}

.prosperity-slider-item.slick-current .prosperity-tabs-item-content .prosperity-indicators:nth-child(6) {
  transition-delay: 1.2s;
}

.prosperity-slider-item.slick-current .prosperity-tabs-item-content .prosperity-indicators:nth-child(7) {
  transition-delay: 1.4s;
}

.prosperity-slider-item.slick-current .prosperity-tabs-item-content .prosperity-indicators:nth-child(8) {
  transition-delay: 1.6s;
}

.prosperity-slider-item.slick-current .prosperity-tabs-item-content .prosperity-indicators:nth-child(9) {
  transition-delay: 1.6s;
}

.prosperity-slider-item.slick-current .prosperity-tabs-item-content .prosperity-indicators:nth-child(10) {
  transition-delay: 1.8s;
}


.prosperity-slider-item.slick-current .prosperity-tabs-item-content::before {
  height: calc(100% - 10px);
}

.prosperity-tabs-content {
  margin-top: -25px;
}

.prosperity-tabs-content {
  margin-top: -25px;
}

.prosperity-tabs-item-content {
  margin-left: calc(50% - 7px);
}

div#mat-bang-mau-nha {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  width: 100%;
  height: 100%;
}

.prosperity-tabs-header.prosperity-slider.slick-initialized.slick-slider {
  z-index: 1;
}

.prosperity-tabs-item-content::before {
  content: "";
  position: absolute;
  left: 6.5px;
  top: -5px;
  height: 0;
  width: 1px;
  background-color: #035E60;
}

.prosperity-tabs-item-content:nth-child(1)::after {
  left: 0;
}

.prosperity-tabs-item-content:nth-child(2)::after {
  left: 100px;
}

.prosperity-tabs-item-content:nth-child(3)::after {
  left: 203px;
}

.prosperity-tabs-item-content:nth-child(4)::after {
  left: 300px;
}

.prosperity-tabs-item-content:nth-child(5)::after {
  left: 408px;
}

.prosperity-indicators {
  position: relative;
  padding-left: 24px;
  margin-left: 2px;
  font-family: "Be Vietnam Pro";
  font-weight: 300;
  font-size: 12px;
  line-height: 300%;
  letter-spacing: 0%;
  color: #035E60;
}

.prosperity-indicators::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 100vmax;
  background-color: #035E60;
  box-sizing: border-box;
}

.prosperity-title {
  font-family: "UTM Americana";
  font-weight: 400;
  font-size: 36px;
  line-height: 1.25;
  letter-spacing: 0%;
  color: #035E60;
}

.prosperity-title span {
  font-family: "NVN Motherland Signature";
  color: #DA745C;
}

.prosperity-tabs-item {
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 90px; */
  height: 30px;
  border-radius: 25px;
  box-sizing: border-box;
  border: 1px solid #DA745C;
  overflow: hidden;
  /* margin-right: 12px; */
  position: relative;
}

.prosperity-tabs-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #FFC6BC 0%, #DA745C 100%);
  z-index: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.prosperity-slider-item.slick-current .prosperity-tabs-item::before {
  opacity: 1;
}

.prosperity-tabs-item span {
  position: relative;
  z-index: 1;
  color: #DA745C;
  font-family: "Be Vietnam Pro";
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.prosperity-tabs-item:hover::before {
  opacity: 1;
}

.prosperity-tabs-item:hover span {
  color: #fff;
}

.prosperity-slider-item.slick-current .prosperity-tabs-item span {
  color: #fff;
}

.prosperity-tabs-item.active::before {
  opacity: 1;
}

.prosperity-tabs-header.prosperity-slider.slick-initialized.slick-slider .prosperity-slider-item.slick-slide {
  position: relative;
  padding-bottom: 28px;
}

.prosperity-tabs-header.prosperity-slider.slick-initialized.slick-slider .prosperity-slider-item.slick-slide::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 100vmax;
  background-color: #DA745C;
  z-index: 1;
  left: 50%;
  top: 38px;
  transform: translateX(-50%);
}

.prosperity-tabs-item.active span {
  color: #fff;
}

.prosperity-tabs-header.prosperity-slider.slick-initialized.slick-slider {
  padding-left: 24px;
  padding-right: 24px;
}

.prosperity-tabs-header.prosperity-slider.slick-initialized.slick-slider .prosperity-slider-item.slick-slide {
  padding-left: 6px;
  padding-right: 6px;
}

.prosperity-tabs-header.prosperity-slider.slick-initialized.slick-slider .slick-prev {
  left: 0;
}

.prosperity-tabs-header.prosperity-slider.slick-initialized.slick-slider .slick-next {
  right: 12px;
}

.prosperity-tabs-header.prosperity-slider.slick-initialized.slick-slider .slick-prev,
.prosperity-tabs-header.prosperity-slider.slick-initialized.slick-slider .slick-next {
  top: 44px;
}

.prosperity-tabs-header.prosperity-slider.slick-initialized.slick-slider .slick-prev:before,
.prosperity-tabs-header.prosperity-slider.slick-initialized.slick-slider .slick-next:before {
  display: none;
}

.prosperity-content {
  max-width: 50%;
}

.prosperity-tabs-content::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  height: 1px;
  box-sizing: border-box;
  background-image: linear-gradient(90deg, rgba(218, 116, 92, 0) -0.41%, #DA745C 15.67%, #DA745C 53.57%, rgba(218, 116, 92, 0) 100%);
}

.dang-ky-tu-van-widget {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.dang-ky-tu-van-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dang-ky-tu-van-form {
  padding: 0 60px;
  max-width: 50%;
  width: 100%;
  box-sizing: border-box;
}

.dang-ky-tu-van-form .wpcf7 p {
  margin: 0;
}

.dang-ky-tu-van-form .wpcf7 br {
  display: none;
}

.dang-ky-tu-van-form .wpcf7 input {
  border: 0.5px solid #FFFFFF;
  height: 40px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 100vmax;
  background-color: rgba(255, 255, 255, 0);
  padding: 0rem 1rem;
  font-family: "Be Vietnam Pro";
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  outline: none;
  margin: 0 0 1rem;
}

.dang-ky-tu-van-form .wpcf7 input::-moz-placeholder {
  color: #fff;
  font-size: 14px;
}

.tien-ich-gallery-widget-popup {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dang-ky-tu-van-form .wpcf7 input::placeholder {
  color: #fff;
  font-size: 14px;
}

.dang-ky-tu-van-form .wpcf7 textarea {
  border: 0.5px solid #FFFFFF;
  height: 100px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0);
  padding: 1rem;
  min-height: 120px;
  font-family: "Be Vietnam Pro";
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
}

.dang-ky-tu-van-form .wpcf7 textarea:focus-visible {
  outline: none;
}

.dang-ky-tu-van-form .wpcf7 textarea::-moz-placeholder {
  color: #fff;
  font-size: 14px;
}

.dang-ky-tu-van-form .wpcf7 textarea::placeholder {
  color: #fff;
  font-size: 14px;
}

.dang-ky-tu-van-form .wpcf7 .form-button {
  position: relative;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
  margin-top: 1rem;
}

.dang-ky-tu-van-form .wpcf7 .form-button::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/uploads/2025/07/Group-86.svg");
  background-size: contain;
  background-position: center;
  top: 50%;
  right: 20px;
  transform: translate3d(0, -50%, 0);
}

.dang-ky-tu-van-form .wpcf7 .form-button p {
  margin: 0;
}

.dang-ky-tu-van-form .wpcf7 .form-button .wpcf7-spinner {
  display: none;
}

.wpcf7-response-output {
  display: none;
}

.wpcf7-not-valid-tip {
  position: absolute;
  bottom: 100%;
  left: 0;
  background: #035E60;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  pointer-events: none;
}

/* .dang-ky-tu-van-form .wpcf7 input:invalid+.wpcf7-not-valid-tip,
.dang-ky-tu-van-form .wpcf7 textarea:invalid+.wpcf7-not-valid-tip,
.dang-ky-tu-van-form .wpcf7 select:invalid+.wpcf7-not-valid-tip {
  display: none;
} */
form.wpcf7-form.sent>* {
  display: none;
}

@keyframes wpcf7-spinner {
  to {
    transform: rotate(360deg);
  }
}

form.wpcf7-form.submitting {
  position: relative;
  opacity: 0.5;
}

form.wpcf7-form.submitting::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 4px solid #fff;
  border-radius: 50%;
  border-top-color: transparent;
  animation: wpcf7-spinner 0.6s linear infinite;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
}

form.wpcf7-form.sent .form-button {
  display: none !important;
}

form.wpcf7-form.sent .wpcf7-response-output {
  display: block;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
  padding: 10px 0;
  border-radius: 0px;
  text-transform: uppercase;
  border: 0;
  margin-left: 0;
  margin-right: 0;
}

.wpcf7-not-valid-tip:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 10%;
  border-top: 5px solid #035E60;
  border-right: 5px solid #fff0;
  border-bottom: 5px solid #fff0;
  border-left: 5px solid #fff0;
}

.dang-ky-tu-van-form .wpcf7 input {
  transition: all 0.3s ease-in-out;
}

/* .dang-ky-tu-van-form .wpcf7 input:focus {
  background-color: #fff;
  color: #035E60;
} */
a.contact-form-popup-close svg {
  width: 40px;
  height: 40px;
}

.dang-ky-tu-van-form .wpcf7 .form-button input {
  color: #fff;
  padding-left: 20px;
  padding-right: 50px;
  margin-bottom: 0;
  cursor: pointer;
}

.dang-ky-tu-van-form .wpcf7 .form-button input:hover {
  background: linear-gradient(41.96deg, #035E60 3.75%, #00A5A8 111.84%);
}

.dang-ky-tu-van-content {
  padding: 0 60px;
  max-width: 50%;
  width: 100%;
  box-sizing: border-box;
}

.dang-ky-tu-van-description {
  font-family: "Be Vietnam Pro";
  font-weight: 300;
  font-style: italic;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0%;
  color: #fff;
}

.dang-ky-tu-van-heading {
  font-family: "UTM Americana";
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
}

.dang-ky-tu-van-copyright {
  font-family: "Be Vietnam Pro";
  font-weight: 400;
  font-size: 12px;
  line-height: 159%;
  letter-spacing: 0%;
  color: #fff;
}

.dang-ky-tu-van-copyright b {
  font-weight: 700;
}

.dang-ky-tu-van-title {
  font-family: "Be Vietnam Pro";
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #fff;
}

.dang-ky-tu-van-content-logo {
  margin-bottom: 3rem;
}

.dang-ky-tu-van-content-title {
  font-family: "Be Vietnam Pro";
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #fff;
}

.dang-ky-tu-van-content-list-icon {
  padding: 0;
  list-style: none;
  margin: 0 0 1.5rem;
}

.dang-ky-tu-van-content-list-icon li {
  position: relative;
  padding-left: 1.75rem;
  font-family: "Be Vietnam Pro";
  font-weight: 400;
  font-size: 16px;
  line-height: 159%;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 1rem;
}

.dang-ky-tu-van-content-list-icon li svg {
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 20px;
  height: 20px;
  fill: #fff;
}

.dang-ky-tu-van-social a {
  cursor: pointer;
}

.dang-ky-tu-van-social a:hover svg path:first-child {
  fill: #fff0;
}

.dang-ky-tu-van-social a:hover svg path:last-child {
  fill: #fff;
}

.dang-ky-tu-van-social a {
  position: relative;
  display: inline-flex;
}

.dang-ky-tu-van-social a:hover::before {
  opacity: 1;
}

.dang-ky-tu-van-social a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100vmax;
  background: linear-gradient(41.96deg, #035E60 3.75%, #00A5A8 111.84%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.dang-ky-tu-van-social a svg {
  position: relative;
  z-index: 1;
}

.tien-ich-da-tang-widget {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.tien-ich-da-tang-widget::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(87.55deg, rgba(3, 94, 96, 0) 62.31%, rgba(3, 94, 96, 0.789328) 73.46%, rgba(3, 94, 96, 0.84) 94.16%);
  z-index: 1;
}

.tien-ich-da-tang-widget::after {
  content: "";
  display: block;
  padding-top: 57.7777777778%;
  pointer-events: none;
}

.tien-ich-da-tang-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* pointer-events: none; */
}

.tien-ich-da-tang-svg svg {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.tien-ich-da-tang-svg svg .tien-ich-da-tang-svg-animation {
  animation: none;
  /* Tắt animation mặc định */
  opacity: 0;
}

.tien-ich-da-tang-svg svg .tien-ich-da-tang-svg-animation.animate {
  animation: scale-blink 1.2s infinite;
  fill: #035E60;
}

.tien-ich-da-tang-svg svg .tien-ich-da-tang-svg-animation.animate+.tien-ich-da-tang-svg-number {
  fill: #035E60;
}


@keyframes scale-blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
  }
}

.tien-ich-da-tang-svg svg .tien-ich-da-tang-svg-number {
  cursor: pointer;
}

.tien-ich-da-tang-svg svg path {
  pointer-events: none;
}

.tien-ich-da-tang-svg .tien-ich-da-tang-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.tien-ich-da-tang-svg .tien-ich-da-tang-images .tien-ich-da-tang-image-item {
  position: absolute;
  width: 160px;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  padding: 4px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 8px;
}

.tien-ich-da-tang-svg .tien-ich-da-tang-images .tien-ich-da-tang-image-item p {
  font-family: "Be Vietnam Pro";
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 94%;
  letter-spacing: -5%;
  text-align: center;
  color: #035E60;
  margin: 8px 0;
}

.tien-ich-da-tang-svg .tien-ich-da-tang-images .tien-ich-da-tang-image-item.active {
  opacity: 1;
}

.tien-ich-da-tang-svg .tien-ich-da-tang-images .tien-ich-da-tang-image-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.tien-ich-da-tang-widget-content {
  position: absolute;
  top: 0;
  right: 80px;
  width: 30%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  max-width: 326px;
}

.tien-ich-da-tang-heading {
  font-family: "UTM Americana";
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  margin: 0;
}

.tien-ich-da-tang-heading span {
  font-family: "NVN Motherland Signature";
}

.tien-ich-da-tang-subtitle {
  font-family: "NVN Motherland Signature";
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 0%;
  color: #fff;
  width: 100%;
  margin: 0;
}

.tien-ich-da-tang-subtitle span {
  display: block;
  text-align: left;
  width: 100%;
}

.tien-ich-da-tang-subtitle span+span {
  text-align: right;
  font-family: "UTM Americana";
}

.tien-ich-da-tang-description {
  font-family: "Be Vietnam Pro";
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: justify;
  color: #fff;
}

.mat-bang-widget-close,
.tien-ich-galler-widget-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  padding: 0;
  background-color: rgba(255, 255, 255, 0);
  border: 0;
  cursor: pointer;
}

.mat-bang-widget-close svg,
.tien-ich-galler-widget-close svg {
  width: 40px;
  height: 40px;
}

.tien-ich-gallery-widget {
  overflow: hidden;
  width: 100%;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  background-color: #035e60cc;
}

.tien-ich-gallery-widget.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.tien-ich-gallery-widget-slide-item {
  position: relative;
}

.tien-ich-gallery-widget-slide-item::before {
  content: "";
  display: block;
  height: 100vh;
  width: 100%;
}

.tien-ich-gallery-widget-slide-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.tien-ich-gallery-widget-slide-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(204.29deg, rgba(255, 255, 255, 0) -7.72%, rgba(240, 200, 190, 0) 61.44%, #035E60 93.85%);
}

.tien-ich-gallery-widget-content {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 250px;
  z-index: 1;
}

.tien-ich-gallery-widget-title {
  font-family: "UTM Americana";
  font-weight: 400;
  font-size: 32px;
  line-height: 105%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #fff;
}

.tien-ich-gallery-widget-description {
  font-family: "Be Vietnam Pro";
  font-weight: 300;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: justify;
  color: #FFFFFF;
}

.tien-ich-gallery-widget-slides {
  margin: 0 !important;
  height: 100vh;
}

.tien-ich-gallery-widget-slides .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.tien-ich-gallery-widget-slides .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

.tien-ich-gallery-widget-slides .slick-dots li button {
  width: 100%;
  height: 100%;
  border-radius: 100vmax;
  background-color: #F9D6D0;
}

.tien-ich-gallery-widget-slides .slick-dots li button.slick-active {
  background-color: #fff;
}

.tien-ich-gallery-widget-slides .slick-dots li button::before {
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 100vmax;
  background-color: #DA745C;
  transform: translate(-50%, -50%);
}

.tien-ich-gallery-widget-slides .slick-prev,
.tien-ich-gallery-widget-slides .slick-next {
  width: 34px;
  height: 34px;
  border-radius: 100vmax;
  position: absolute;
  bottom: 0px;
  left: 30%;
  top: auto;
  border: 1px solid #fff;
  box-sizing: border-box;
  z-index: 11;
}

.tien-ich-gallery-widget-slides .slick-prev:hover,
.tien-ich-gallery-widget-slides .slick-next:hover {
  opacity: 1;
}

.tien-ich-gallery-widget-slides .slick-prev::before,
.tien-ich-gallery-widget-slides .slick-next::before {
  color: #fff;
  font-size: 20px;
  display: none;
}

.tien-ich-gallery-widget-slides .slick-next {
  margin-left: 50px;
}

.mat-bang-tien-ich-da-tang-widget {
  position: relative;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.mat-bang-tien-ich-da-tang-widget::before {
  content: "";
  display: block;
  padding-top: 57.7777777778%;
}

.mb-heading {
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #DA745C;
  font-weight: bold;
}

.mb-heading span {
  font-family: "NVN Motherland Signature";
  font-weight: 400;
}

.mat-bang-tien-ich-da-tang-content {
  position: absolute;
  right: 61px;
  bottom: 10%;
  width: 200px;
  z-index: 1;
}

.mat-bang-tien-ich-da-tang-description {
  font-family: "Be Vietnam Pro";
  font-weight: 400;
  font-size: 12px;
  line-height: 200%;
  letter-spacing: 0%;
  color: #fff;
}

.mat-bang-tien-ich-da-tang-title {
  font-family: "UTM Americana";
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.mat-bang-tien-ich-da-tang-title span {
  width: 100%;
  display: block;
}

.mat-bang-tien-ich-da-tang-title span+span {
  text-align: left;
}

.mat-bang-mau-nha-dien-hinh-widget {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: 100vh;
}

.mat-bang-mau-nha-dien-hinh-heading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-family: "UTM Americana";
  font-weight: 400;
  font-size: 40px;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
}

.mat-bang-mau-nha-dien-hinh-slides-wrapper {
  position: absolute;
  bottom: 10%;
  left: 50px;
  max-width: 350px;
  width: 100%;
}

.mat-bang-mau-nha-dien-hinh-slides-wrapper .slick-prev,
.mat-bang-mau-nha-dien-hinh-slides-wrapper .slick-next {
  z-index: 10;
  width: 24px;
  height: 24px;
  border-radius: 100vmax;
  position: absolute;
  bottom: 0px;
  left: 0;
  top: auto;
  border: 1px solid #fff;
  box-sizing: border-box;
}

.mat-bang-mau-nha-dien-hinh-slides-wrapper .slick-prev:hover,
.mat-bang-mau-nha-dien-hinh-slides-wrapper .slick-next:hover {
  opacity: 1;
}

.mat-bang-mau-nha-dien-hinh-slides-wrapper .slick-prev::before,
.mat-bang-mau-nha-dien-hinh-slides-wrapper .slick-next::before {
  color: #fff;
  font-size: 20px;
  display: none;
}

.mat-bang-mau-nha-dien-hinh-slides-wrapper .slick-next {
  margin-left: 30px;
}

.tien-ich-gallery-widget-popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tien-ich-gallery-widget-popup img {
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 90vh;
  max-width: 90vw !important;
  height: 700px !important;
  width: 900px !important;
}

a.mb-content-link.mb-content-link-2-prev {
  left: 0;
  right: auto;
}

.mat-bang-mau-nha-dien-hinh-slide-image {
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 8px;
}

.mat-bang-mau-nha-dien-hinh-slide-image::before {
  content: "";
  display: block;
  padding-top: 72%;
}

.mat-bang-mau-nha-dien-hinh-slide-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.mat-bang-tien-ich-da-tang-matbang {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.mat-bang-tien-ich-da-tang-matbang .mat-bang-tien-ich-da-tang-matbang-panel-map {
  position: absolute;
  left: 35px;
  bottom: 35px;
  z-index: 1;
}

.mat-bang-tien-ich-da-tang-matbang .mat-bang-tien-ich-da-tang-matbang-panel-map .mb-area {
  cursor: pointer;
}

.mat-bang-tien-ich-da-tang-matbang .mat-bang-tien-ich-da-tang-matbang-panel-map .mb-panel-map-active {
  position: absolute;
  top: 11.8%;
  left: 7.5%;
  width: 12.5%;
  height: 18%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  pointer-events: none;
}

.mat-bang-tien-ich-da-tang-matbang .mat-bang-tien-ich-da-tang-matbang-panel-map .mb-panel-map-active-1 {
  background-color: rgba(244, 193, 189, 0.5);
  box-shadow: 0 0 30px #f4c1bd;
}

.mat-bang-tien-ich-da-tang-matbang .mat-bang-tien-ich-da-tang-matbang-panel-map .mb-panel-map-active-2 {
  top: 36.5%;
  background-color: rgba(148, 231, 204, 0.5);
  box-shadow: 0 0 30px #94e7cc;
}

.mat-bang-tien-ich-da-tang-matbang .mat-bang-tien-ich-da-tang-matbang-panel-map .mb-panel-map-active-3 {
  top: 64.5%;
  background-color: rgba(244, 197, 145, 0.5);
  box-shadow: 0 0 30px #f4c591;
}

.mat-bang-tien-ich-da-tang-matbang .mat-bang-tien-ich-da-tang-matbang-panel-map .mb-panel-map-active:hover {
  opacity: 1;
}

.mat-bang-tien-ich-da-tang-matbang .mat-bang-tien-ich-da-tang-matbang-panel-map .mb-panel-map-active.active {
  opacity: 1;
}

.mat-bang-tien-ich-da-tang-matbang .mat-bang-tien-ich-da-tang-matbang-map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.mat-bang-tien-ich-da-tang-matbang .mat-bang-tien-ich-da-tang-matbang-map .mb-area-map {
  opacity: 1;
  stroke-width: 1px !important;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.mat-bang-tien-ich-da-tang-matbang .mat-bang-tien-ich-da-tang-matbang-map .mb-area-map.active {
  opacity: 1;
  fill-opacity: 0.6;
}

@keyframes line-draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes fill-appear {
  to {
    fill-opacity: 0.4;
  }
}

.mat-bang-tien-ich-da-tang-matbang .mat-bang-tien-ich-da-tang-matbang-map circle {
  cursor: pointer;
}

.mat-bang-nha-mau-content {
  background: linear-gradient(90deg, #035E60 11.88%, rgba(3, 94, 96, 0.5) 62.29%);
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 22px 20px;
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 44px;
}

.mat-bang-mau-nha-dien-hinh-title {
  margin: 0;
  font-family: Be Vietnam Pro;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 1%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #fff;
}

.mat-bang-mau-nha-dien-hinh-info {
  display: flex;
}

.mat-bang-mau-nha-dien-hinh-label {
  color: #fff;
  font-family: "Be Vietnam Pro";
  font-weight: 300;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  width: 50%;
  margin-bottom: 0;
}

.mat-bang-mau-nha-dien-hinh-label+.mat-bang-mau-nha-dien-hinh-label {
  border-left: 1px solid #fff;
  padding-left: 10px;
}

.mat-bang-mau-nha-dien-hinh-label span {
  font-weight: bold;
  display: block;
}

.mat-bang-mau-nha-dien-hinh-button {
  position: absolute;
  top: 100%;
  right: 0;
  background: linear-gradient(89.9deg, #DA745C 0.09%, #FFFFFF 138.85%);
  border-radius: 100vmax;
  height: 25px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Be Vietnam Pro";
  font-weight: 300;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  margin-top: 0.5rem;
}

.mat-bang-mau-nha-dien-hinh-button:hover {
  background: linear-gradient(41.96deg, #035E60 3.75%, #00A5A8 111.84%);
  color: #fff;
}

.mat-bang-mau-nha-dien-hinh-button svg {
  margin-left: 0.5rem;
}

.mat-bang-mau-nha-dien-hinh-slide-image {
  max-width: 250px;
  width: 100%;
}

.mat-bang-mau-nha-dien-hinh-slide-image img {
  width: 100%;
  height: auto;
}

.mat-bang-mau-nha-dien-hinh-buttons {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  padding: 1rem;
  display: flex;
}

.mat-bang-mau-nha-dien-hinh-buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  border-radius: 100vmax;
  background-color: #fff;
  margin: 0 10px;
  padding-right: 1rem;
  font-family: "Be Vietnam Pro";
  font-weight: 300;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #035E60;
  transition: all 0.3s ease-in-out;
}


.mat-bang-mau-nha-dien-hinh-buttons a:hover {
  background: linear-gradient(41.96deg, #035E60 3.75%, #00A5A8 111.84%);
  color: #fff;
}

.mat-bang-mau-nha-dien-hinh-buttons a span {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #FFC6BC 0%, #DA745C 100%);
  width: 26px;
  height: 26px;
  border-radius: 100vmax;
  color: #fff;
  margin: 2px 5px 2px 2px;
}

.tien-ich-da-tang-svg-number {
  transition: all 0.3s ease-in-out;
}

.tien-ich-da-tang-svg-number:hover {
  fill: #035E60;
}

.tien-ich-da-tang-svg-animation:has(+ .tien-ich-da-tang-svg-number:hover) {
  fill: #035E60;
}

.mat-bang-widget {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mat-bang-content {
  max-width: 1100px;
  display: flex;
  align-items: center;
}

.mb-content-image-item {
  display: none;
}

.mb-content-image-item.active {
  display: block;
}

.mb-content-image-item img {
  width: 100%;
}

.mb-content-col {
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
}

.mb-content-link {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.mb-content-images-wrapper {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
}

.mb-content-link.mb-content-link-prev {
  left: 0;
  right: auto;
}

.mb-tab-item {
  display: flex;
  align-items: center;
  height: 70px;
  font-family: "Be Vietnam Pro";
  font-weight: 300;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #035E60;
}

.mb-tab-item span {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.mb-tab-item span span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background-color: #035E60;
  border-radius: 100vmax;
  margin-right: 5px;
  color: #fff;
  font-weight: bold;
}

.mb-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.mb-tabs .mb-tab-item {
  cursor: pointer;
  padding: 0 10px;
  position: relative;
  width: 50%;
  box-sizing: border-box;
  border-bottom: 1px solid #DA745C;
}

.mb-tabs .mb-tab-item:last-child {
  border-bottom: 0;
}

.mb-tabs .mb-tab-item.active {
  color: #DA745C;
}

.mb-tabs .mb-tab-item.active::before {
  opacity: 1;
}

.mb-tabs .mb-tab-item.active span span {
  background-color: #DA745C;
}

.mb-tabs .mb-tab-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  width: 100%;
  height: 38px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, #F59C8D 0%, rgba(249, 214, 208, 0) 100%);
  border-radius: 100vmax;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.mb-content-image-title {
  font-family: "Be Vietnam Pro";
  font-weight: 300;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #035E60;
}

.mb-button {
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
  margin-top: 2rem;
  border-top: 1px solid #035E60;
}

.mb-button-link {
  display: flex;
  align-items: center;
  font-family: "Be Vietnam Pro";
  font-weight: 300;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
  color: #035E60;
}

.mb-button-link span {
  margin: 0 10px;
}

.blogs-template {
  background-image: url("/wp-content/uploads/2025/07/Group-162.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  padding-top: 200px;
  padding-bottom: 200px;
}

.blogs-template-container {
  max-width: 890px;
  margin: 0 auto;
}

.blog-posts-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.blog-posts-list .post {
  display: flex;
  flex-flow: column;
  background-color: #fff;
  border-radius: 10px;
}

.blog-posts-list .post .post-thumbnail {
  position: relative;
  width: 100%;
  display: flex;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.blog-posts-list .post .post-thumbnail::before {
  content: "";
  display: block;
  padding-top: 71.4285714286%;
}

.blog-posts-list .post .post-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.blog-posts-list .post .post-meta {
  display: flex;
  height: 38px;
  padding-left: 24px;
}

.blog-posts-list .post .post-meta .post-date {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 38px;
  background: #035E60;
}

.blog-posts-list .post .post-meta .post-date .day {
  font-family: "Be Vietnam Pro";
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
}

.blog-posts-list .post .post-meta .post-date .month-year {
  font-family: "Be Vietnam Pro";
  font-weight: 400;
  font-size: 7px;
  line-height: 1;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
}

.blog-posts-list .post .entry-title {
  padding: 24px 24px 0;
  margin: 0;
  line-height: 1;
  flex: 1;
}

.blog-posts-list .post .entry-title a {
  font-family: "Be Vietnam Pro";
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0%;
  color: #035E60;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.blog-posts-list .post .read-more-btn {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding: 0 11px 11px;
  box-sizing: border-box;
}

.blog-posts-list .post:hover .post-thumbnail img {
  transform: scale(1.05);
  transition: transform 0.3s ease-in-out;
}

.blog-posts-list .post:hover .entry-title a {
  color: #DA745C;
}

.blogs-template-title {
  font-family: "UTM Americana";
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #DA745C;
  margin-bottom: 80px;
}

.blogs-template-post {
  padding-top: 200px;
  padding-bottom: 200px;
}

.single-post .site-logo-bw {
  display: none;
}

.single-post .site-logo-color {
  display: block;
}

.site-main-blog {
  max-width: 992px;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px 100px;
  border-radius: 20px;
}

.site-main-blog .entry-title {
  font-family: "Be Vietnam Pro";
  font-weight: 400;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #DA745C;
}

.b-date-picker {
  display: inline-flex;
  align-items: center;
  border: 2px solid #B6B6B6;
  border-radius: 9999px;
  padding: 6px 12px;
  font-family: "Be Vietnam Pro";
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #B6B6B6;
}

.b-date-picker-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23888" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 10h5v5H7z" opacity=".3"/><path d="M19 4h-1V2h-2v2H8V2H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V9h14v11zm0-13H5V6h14v1z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.b-date-picker-date {
  white-space: nowrap;
}

.solia-location-maps-image svg path,
.solia-location-maps-image svg circle {
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 3 !important;
  stroke-dasharray: 10;
  stroke-dashoffset: 0;
  stroke: rgb(255, 255, 255);
  animation: 3.5s linear 0s infinite normal none running StrokeLine;
}

.cs-animation {
  opacity: 0;
}

@keyframes csFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.cs-fade-in {
  opacity: 0;
}

.cs-fade-in.cs-animated {
  animation: csFadeIn 1s ease-in-out forwards;
}

@media screen and (min-width: 768px) {
  div#lien-he-tab {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }

}

@media screen and (max-width: 767px) {
  .solia-hero-banner::before {
    content: "";
    padding-top: 56.25%;
    display: block;
  }

  .solia-hero-banner .solia-hero-banner-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .solia-hero-banner-title {
    font-size: 18px;
  }

  .solia-hero-banner-content {
    padding-top: 0.5rem;
  }

  .solia-hero-banner-title-wrapper {
    transform: scale(0.7);
    transform-origin: top center;
  }

  .solia-hero-banner-title-subtitle {
    font-size: 14px;
    margin-top: 5px;
  }

  .solia-hero-banner-logo {
    max-width: 60px;
    margin-right: 10px;
  }

  .solia-hero-banner-button {
    bottom: 0;
  }

  .solia-hero-banner-button svg {
    width: 12px;
  }

  .solia-info {
    background: none;
  }

  header#masthead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row-reverse;
    background-color: #fff;
    height: 67px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .site-header .menu-toggle-button {
    position: relative;
    top: 0;
    left: 0;
  }

  .site-header .site-contacts {
    display: none;
  }

  .page-template-fullpage-template .site-branding {
    display: block;
  }

  .site-header .site-branding {
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0);
  }

  .site-header .site-branding .site-logo-bw {
    display: none;
  }

  .site-header .site-branding .site-logo-color {
    display: block;
  }

  .site-header .site-branding .site-logo-color img {
    width: auto;
    height: 45px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .site-header .menu-toggle-button {
    border-color: #DA745C;
    color: #DA745C;
    height: 26px;
    padding-left: 8px;
    padding-right: 10px;
    font-size: 10px;
  }

  .site-header .menu-toggle-button svg {
    height: 12px;
    width: 18px;
    margin-right: 8px;
  }

  #site-navigation .menu-toggle {
    top: 0;
    left: 0;
    padding: 0.5rem;
  }

  #site-navigation .menu-toggle svg {
    width: 30px;
    height: 30px;
  }

  #site-navigation .menu-menu-1-container li a {
    font-size: 14px;
  }

  #site-navigation {
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 100px;
  }

  #site-navigation .menu-menu-1-container li {
    margin-bottom: 16px;
  }

  #site-navigation.toggled::before {
    transform: scale(3.5) translate3d(-30%, -30%, 0);
  }

  #site-navigation .custom-logo-link {
    top: 30%;
  }

  #fullpage {
    padding-top: 67px;
  }

  .solia-hero-banner-content {
    top: 0;
  }

  .solia-videos {
    height: 300px;
  }

  .solia-videos-play-button svg {
    width: 100px;
    height: 100px;
  }

  .solia-info-inner {
    flex-flow: column-reverse;
  }

  .solia-info-image {
    max-width: 100%;
  }

  .solia-info-image-logo-main {
    opacity: 1;
  }

  .solia-info-image {
    margin-right: 0;
    padding-top: 50px;
  }

  .solia-info-bg-image {
    width: 80px;
  }

  .solia-info-content {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }

  .solia-info-service-title {
    font-size: 24px;
  }

  .solia-info-service-description {
    font-size: 12px;
  }

  .solia-info-services {
    gap: 20px;
    padding-bottom: 0;
  }

  .solia-location-inner {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    padding-bottom: 25px;
  }

  .solia-location-content {
    margin: 0;
  }

  .solia-location {
    background-color: #fff;
    background-size: cover;
    background-position: center;
    background-attachment: unset;
    height: auto;
    padding-top: 100px;
    box-sizing: border-box;
  }

  .solia-info {
    height: auto;
  }

  .solia-location-heading {
    font-size: 32px;
    max-width: calc(100% - 20px);
    margin: 0 auto 35px;
  }

  .solia-location-title {
    font-size: 20px;
    max-width: calc(100% - 20px);
    margin: 0 auto 20px;
  }

  .solia-location-description {
    font-size: 12px;
    max-width: calc(100% - 20px);
    margin: 0 auto;
  }

  .solia-button {
    height: 30px;
    padding: 0 10px;
    font-size: 11px;
    margin-top: 20px;
  }

  .solia-location-heading::before {
    display: none;
  }

  .solia-location-heading {
    display: flex;
    align-items: flex-end;
    padding-bottom: 0;
    white-space: nowrap;
  }

  .solia-location-heading::after {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--Color-Solia, #DA745C);
    margin-left: 10px;
    margin-bottom: 8px;
  }

  .solia-utilities-inner {
    padding-top: 0;
    flex-flow: column;
    padding-bottom: 50px;
  }

  .solia-utilities-content {
    margin-left: 0;
    width: 100%;
  }

  .solia-utilities-images {
    width: 100%;
    margin-bottom: 60px;
  }

  .solia-utilities-image {
    width: 165px;
    height: 165px;
  }

  .solia-utilities-image-top {
    width: 100px;
    height: 100px;
  }

  .solia-utilities-image-bottom {
    width: 100px;
    height: 100px;
  }

  .solia-utilities {
    height: auto;
    padding-top: 25px;
    box-sizing: border-box;
  }

  .solia-utilities-heading {
    display: flex;
    align-items: flex-end;
    padding-bottom: 0;
    white-space: nowrap;
    font-size: 32px;
    max-width: calc(100% - 20px);
    margin: 0 auto 20px;
  }

  .solia-utilities-heading::after {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--Color-Solia, #DA745C);
    margin-left: 10px;
    margin-bottom: 8px;
  }

  .solia-utilities-heading::before {
    display: none;
  }

  .solia-utilities-title {
    font-size: 20px;
    margin: 0 auto 20px;
  }

  .solia-utilities-description {
    font-size: 12px;
    margin: 0 auto;
    font-family: "Be Vietnam Pro";
  }

  .solia-utilities-content {
    max-width: calc(100% - 20px);
    margin: 0 auto;
  }

  .solia-utilities {
    padding-left: 0;
    padding-right: 0;
  }

  .solia-blogs-slides {
    width: 100%;
    margin: 0;
  }

  .solia-blogs-container {
    width: 100vw;
    max-width: calc(100% - 20px);
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
  }

  .solia-blogs {
    height: auto;
    box-sizing: border-box;
    background-attachment: unset;
    padding: 0;
  }

  .solia-blogs-heading {
    display: flex;
    align-items: flex-end;
    padding-bottom: 0;
    white-space: nowrap;
    font-size: 32px;
    max-width: calc(100% - 20px);
    margin: 0 auto 20px;
    width: 100%;
  }

  .solia-blogs-heading::before {
    display: none;
  }

  .solia-blogs-heading::after {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--Color-Solia, #DA745C);
    margin-left: 10px;
    margin-bottom: 8px;
  }

  .solia-blogs-slide {
    padding-left: 0;
    padding-right: 0;
  }

  .admin-bar .site-header .menu-toggle-button {
    top: 0;
  }

  .admin-bar .site-header .site-branding {
    top: 0;
  }

  section#section-footer {
    padding-top: 50px;
  }

  section#section-footer .elementor-widget-wrap.elementor-element-populated {
    max-width: calc(100% - 20px);
    margin: 0 auto;
  }

  section#section-footer .ss1 {
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
  }

  section#section-footer .ss1 .elementor-widget-wrap.elementor-element-populated {
    border: 0;
  }

  section#section-footer .ss1 img {
    max-height: 94px;
  }

  section#section-footer .ss1 .elementor-widget-container {
    margin-bottom: 20px;
  }

  section#section-footer .ss2 {
    margin-bottom: 22px;
  }

  section#section-footer .ss2 img {
    max-height: 40px;
    width: auto;
  }

  section#section-footer .ss2 h2 {
    font-size: 14px;
  }

  section#section-footer .ss3 img {
    max-height: 40px;
    width: auto;
  }

  section#section-footer .ss3 h2 {
    font-size: 14px;
  }

  section#section-footer li.elementor-icon-list-item.elementor-inline-item {
    flex-flow: column;
    margin-bottom: 20px;
  }

  section#section-footer .elementor-widget-icon-list .elementor-icon-list-text {
    font-size: 12px;
  }

  section#section-footer .elementor-widget .elementor-icon-list-icon {
    width: 18px;
    height: 18px;
    margin-bottom: 5px;
  }

  section#section-footer .elementor-widget .elementor-icon-list-icon svg {
    width: 18px;
    height: 18px;
  }

  section#section-footer .ss4 {
    margin-top: -60px !important;
    margin-bottom: 0;
  }

  section#section-footer .ss4 .elementor-widget-heading .elementor-heading-title {
    font-size: 16px;
  }

  section#section-footer .ss4 .elementor-widget-wrap.elementor-element-populated {
    padding-top: 30px;
  }

  #section-footer {
    background: unset;
  }

  .footer-solia-custom-background::before {
    display: none;
  }

  .solia-utilities {
    background-image: unset;
  }

  .solia-info {
    background-image: unset;
  }

  .solia-location {
    background-image: unset;
  }

  .solia-blogs {
    background-image: unset;
  }

  video.solia-utilities-videos {
    display: none;
  }

  div#fullpage {
    background-image: url("/wp-content/uploads/2025/07/Vector-5-1-scaled.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
  }

  .post,
  .page {
    margin-bottom: 0;
  }

  .solia-location {
    background-color: rgba(255, 255, 255, 0);
  }

  div#fullpage>.elementor {
    position: relative;
    z-index: 1;
  }

  .solia-blogs-content {
    padding: 10px 20px 15px;
  }

  .solia-blogs-title {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .solia-blogs-slide {
    margin-bottom: 15px;
  }

  .solia-location-maps {
    margin-bottom: 20px;
    margin-left: -120px;
    margin-right: -120px;
  }

  .solia-location-maps-image {
    position: relative;
  }

  .solia-location-maps-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .solia-location-maps-image img.solia-location-maps-image-1 {
    position: relative;
  }

  .solia-location-maps-image svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .solia-location {
    overflow: hidden;
  }

  .solia-location-content {
    max-width: calc(100% - 20px);
    margin: 0 auto;
  }

  .library-template-inner {
    flex-flow: column;
    margin: 0 auto;
    padding: 0;
  }

  .library-template-sidebar {
    position: relative;
    top: 0;
    left: 0;
    transform: unset;
  }

  .library-template-nav {
    margin: 0;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
  }

  .library-template-nav li {
    flex-wrap: nowrap;
  }

  .library-template-nav li a {
    flex-wrap: nowrap;
  }

  .library-template-sidebar-inner {
    width: 100%;
  }

  .library-template-sidebar {
    width: 100%;
  }

  .library-template-nav li {
    margin-right: 30px;
  }

  .library-template-tab-container {
    max-width: 100%;
    padding-top: 0;
  }

  .library-template-tab {
    position: relative;
    top: 0;
    left: 0;
    transform: unset;
    overflow: hidden;
  }

  .library-template-content {
    width: 100%;
    margin-top: 20px;
  }

  .progress-template-inner {
    flex-flow: column;
    width: 100%;
  }

  .contact-template {
    position: relative;
  }

  .solia-videos {
    height: auto;
  }

  .solia-videos::before {
    content: "";
    position: relative;
    padding-top: 56.25%;
    display: block;
  }

  .solia-location-maps-image svg {
    left: 2%;
  }

  .library-template-sidebar {
    display: none;
  }

  .library-template-tab {
    display: block !important;
  }

  .library-template-tab-title {
    display: block !important;
    font-family: "UTM Americana";
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #DA745C;
    text-transform: uppercase;
  }

  .library-template {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .footer-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 30px;
  }

  .footer-2-text {
    font-size: 10px;
  }

  .footer-2-links ul li {
    padding-left: 3px;
    margin-right: 3px;
  }

  .footer-2-links ul li a svg {
    width: 28px;
    height: 28px;
  }

  .light-box-library-sliders .slick-dots li button,
  .library-template-slides .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
  }

  .light-box-library-sliders .slick-dots li button::before,
  .library-template-slides .slick-dots li button::before {
    width: 6px;
    height: 6px;
  }

  .light-box-library-sliders button.custom-arrow.slick-arrow span,
  .library-template-slides button.custom-arrow.slick-arrow span {
    width: 30px;
    height: 30px;
    margin: 5px;
  }

  .light-box-library-sliders button.custom-arrow.slick-arrow span svg,
  .library-template-slides button.custom-arrow.slick-arrow span svg {
    width: 12px;
    height: 12px;
  }

  .light-box-library-sliders button.custom-arrow.slick-arrow {
    display: none;
  }

  .library-template-tab-container {
    max-width: calc(100% - 20px);
    margin: 0 auto;
  }

  .library-template-tab-title {
    pointer-events: none;
  }

  .library-template-tab {
    margin-bottom: 20px;
  }

  div#page {
    position: relative;
  }

  .library-template-tab-title h2 {
    right: 50px;
    opacity: 0.5;
  }

  .library-template-slides-e-brochure button.custom-arrow.slick-arrow span {
    margin: 0;
  }

  .library-template-slides-e-brochure button.slick-prev.custom-arrow.slick-arrow,
  .library-template-slides-e-brochure button.slick-next.custom-arrow.slick-arrow {
    bottom: -14px;
    top: auto;
  }

  .library-template-slides-e-brochure button.slick-prev.custom-arrow.slick-arrow {
    left: 8px;
  }

  .library-template-slides-e-brochure button.slick-next.custom-arrow.slick-arrow {
    right: 8px;
  }

  .library-template-slides-e-brochure-item {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 6px;
    padding-right: 6px;
  }

  .library-template-slides .slick-dots li {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .library-template-tab-container-large {
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .library-template-slides-e-brochure-item-content p {
    font-size: 8px;
    margin: 0;
  }

  .library-template-slides-e-brochure-item-content img {
    height: 14px;
  }

  .light-box-library-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .light-box-library.toggled::before {
    transform: scale(3.5) translate3d(-50%, -50%, 0);
  }

  .light-box-library .light-box-library-toggle {
    top: 0;
    left: 0;
  }

  .progress-template-sidebar-inner {
    display: flex;
    align-items: flex-start;
    width: 100%;
    max-width: calc(100% - 20px);
  }

  .progress-template-sidebar-inner .progress-template-nav {
    flex: 1;
    margin: 0 8px;
  }

  .progress-template-sidebar {
    margin-bottom: 15px;
  }

  .progress-template {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .footer-2-text {
    padding-left: 0;
  }

  .progress-template-title {
    display: none;
  }

  .page-title-mat-bang {
    padding-top: 67px;
  }

  .page-title-tien-ich+.progress-template-title {
    display: block;
    font-size: 24px;
    right: 35px;
    top: 75px;
    color: rgba(218, 116, 92, 0.2392156863);
  }

  .contact-template {
    padding-bottom: 0px;
    height: auto;
  }

  .contact-template+.progress-template-title {
    display: block;
    font-size: 24px;
    right: 30px;
  }

  .contact-template-logo {
    margin-left: -24px;
    margin-right: -24px;
    width: auto !important;
  }

  .contact-template-logo .elementor-widget-wrap {
    text-align: center;
  }

  .contact-template-logo .elementor-widget-wrap .elementor-widget-image {
    text-align: center;
  }

  .contact-template-logo .elementor-widget-wrap .elementor-widget-image img {
    width: 100%;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .solia-location-maps-image svg path,
  .solia-location-maps-image svg circle {
    stroke-width: 6 !important;
  }

  .contact-template-logo .elementor-widget-wrap .elementor-widget-image img {
    height: auto;
  }

  #contact-template .elementor-container.elementor-column-gap-custom {
    max-width: 348px;
  }

  .solia-utilities-images img {
    border-width: 2px !important;
  }

  .solia-utilities-heading {
    position: relative;
    z-index: 1;
  }

  .library-template-slide-gallery-content {
    height: 20px;
    padding-left: 35px;
    padding-right: 20px;
  }

  .library-template-slide-gallery-title {
    font-size: 8px;
    white-space: nowrap;
  }

  .solia-videos-play-button-icon {
    transform: scale(0.5);
    transform-origin: bottom left;
  }

  .light-box-library .light-box-library-toggle svg {
    width: 20px;
    height: 20px;
  }

  .library-template-tab-title h2 {
    display: none;
  }

  .light-box-library-sliders img {
    min-height: 190px;
  }

  .library-template-slide-gallery img {
    position: relative;
    height: 190px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .library-template-slide-gallery::before {
    display: none;
  }

  .library-template-slides-video img,
  .library-template-slides-images img {
    height: 190px;
  }

  .library-template-slides-e-brochure-item-image {
    position: relative;
    height: 130px;
  }

  .library-template-slides-e-brochure-item a::before {
    display: none;
  }

  .progress-template-blog-title {
    font-size: 8px;
    height: 20px;
    display: inline-flex;
    padding-right: 25px;
    line-height: 1;
    padding-left: 35px;
  }

  .progress-template-blog-icon {
    transform: scale(0.5);
    transform-origin: top left;
  }

  .footer-2 {
    bottom: 10px;
  }

  .site-main-blog {
    padding: 2rem 1rem;
  }

  .blogs-template-post {
    padding-top: 100px;
  }

  .blog-posts-list .post .post-thumbnail {
    height: 250px;
  }

  .site-main-blog {
    max-width: calc(100vw - 2rem);
    margin: 0 auto;
  }

  .blogs-template {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .blogs-template .blog-posts-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  .blogs-template .blog-posts-list .post {
    width: 100%;
    box-sizing: border-box;
  }

  .blogs-template .blog-posts-list::before,
  .blogs-template .blog-posts-list::after {
    display: none;
  }

  .blogs-template .blog-posts-list .post .entry-title a {
    font-size: 10px;
    line-height: 12px;
  }

  .blogs-template .blog-posts-list .post .entry-title {
    line-height: 12px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
  }

  .blogs-template .blog-posts-list .post .post-meta {
    padding-left: 0.5rem;
  }

  .blogs-template .blog-posts-list .post .post-thumbnail {
    height: 110px;
  }

  .blogs-template .read-more-btn {
    margin-top: 0.5rem;
  }

  .solia-info {
    padding-bottom: 50px;
  }

  .solia-location {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .solia-utilities {
    padding-left: 30px;
    padding-right: 30px;
  }

  #fullpage .text-move span {
    min-width: auto;
  }

  .solia-utilities-heading {
    margin-left: 0;
    margin-right: 0;
  }

  .solia-blogs-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .solia-info video.solia-info-videos {
    display: none;
  }

  .site-main-blog .entry-title {
    font-size: 13px;
  }

  .site-main-blog .entry-content {
    font-size: 9px;
  }

  .btn-facebook {
    text-decoration: none;
  }

  .blogs-template-title {
    font-size: 16px !important;
    margin-top: 24px !important;
    margin-bottom: 30px !important;
  }

  .b-date-picker-date {
    font-size: 10px;
  }

  .b-date-picker {
    border-width: 1px;
    height: 16px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .b-date-picker-icon {
    width: 10px;
    height: 10px;
  }

  .tam-diem-ket-noi-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .toa-do-thinh-vuong-widget-container {
    overflow: hidden;
  }

  .dang-ky-tu-van-inner {
    flex-flow: column;
  }

  .tam-diem-ket-noi-widget {
    padding-top: 50px;
    flex-flow: column;
    padding-bottom: 25px;
  }

  .tam-diem-ket-noi-image {
    position: relative;
    width: 130%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    top: 0;
    left: 0;
    transform: translateX(-3%);
  }

  .tam-diem-ket-noi-image img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .toa-do-thinh-vuong-widget {
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
  }

  .prosperity-tabs {
    margin-top: -30px;
  }

  .prosperity-tabs-item {
    height: 20px;
    /* width: 62px; */
  }

  .prosperity-tabs-item span {
    font-size: 10px;
  }

  .page-title-vi-tri {
    background-image: url("/wp-content/uploads/2025/07/Vector-4-1.jpg") !important;
    background-size: inherit;
    background-position: top;
    background-repeat: no-repeat;
  }

  .tam-diem-ket-noi-widget {
    background-image: unset !important;
  }

  .toa-do-thinh-vuong-widget {
    background-image: unset !important;
  }

  .toa-do-thinh-vuong-widget-container {
    flex-flow: column;
  }

  .toa-do-thinh-vuong-image {
    margin-left: -50px;
    margin-right: -50px;
    margin-top: -30px;
    pointer-events: none;
  }

  .prosperity-title {
    font-size: 24px;
    text-align: center;
  }

  .dang-ky-tu-van-form {
    padding: 0;
    max-width: 100%;
    padding-left: 0;
    padding-top: 0;
  }

  .dang-ky-tu-van-inner {
    width: 100%;
    overflow: hidden;
  }

  .dang-ky-tu-van-widget {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .dang-ky-tu-van-content {
    max-width: 100%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  .dang-ky-tu-van-content-inner {
    display: flex;
    flex-wrap: wrap;
  }

  .dang-ky-tu-van-content-logo {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    position: relative;
    transform: translateX(-10%);
  }

  .dang-ky-tu-van-content-logo img {
    height: 45px !important;
  }

  .dang-ky-tu-van-content-logo+.dang-ky-tu-van-content-logo {
    transform: translateX(5%);
  }

  .dang-ky-tu-van-content-title {
    text-align: center;
    font-size: 16px;
    width: 100%;
  }

  .dang-ky-tu-van-content-list-icon li {
    font-size: 12px;
  }

  .dang-ky-tu-van-content-list-icon li svg {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }

  .dang-ky-tu-van-content {
    margin-top: 50px;
  }

  .dang-ky-tu-van-copyright {
    position: absolute;
    bottom: 25px;
    margin: 0;
  }

  .page-title-vi-tri {
    overflow: hidden;
  }

  .dang-ky-tu-van-social {
    position: absolute;
    right: 25px;
    bottom: 25px;
  }

  .gioi-thieu-banner {
    min-height: auto;
  }

  .gioi-thieu-banner::before {
    content: "";
    padding-top: 56.25%;
    display: block;
  }

  .gioi-thieu-banner .gioi-thieu-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  h2.cam-hung-title,
  h2.tong-quan-title {
    font-size: 16px;
    margin-top: 24px;
    margin-bottom: 20px;
  }

  .cam-hung-content {
    padding: 26px 8px;
    margin-bottom: -100px;
    padding-bottom: 100px;
  }

  .cam-hung-item {
    padding-left: 8px;
    padding-right: 8px;
  }

  .cam-hung-item-content {
    font-size: 9px;
    line-height: 1.25;
  }

  .cam-hung-phat-trien-bg {
    min-height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .thong-tin-tong-quan {
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: auto;
    background-image: unset !important;
  }

  h2.tong-quan-title {
    margin: 0 0 30px;
  }

  .tong-quan-content {
    display: flex;
    flex-flow: column;
    padding-left: 12px;
    padding-right: 12px;
  }

  .tong-quan-content .tong-quan-items {
    width: 100%;
  }

  .tong-quan-content .tong-quan-image {
    width: 100%;
  }

  .tong-quan-items {
    width: 100%;
  }

  .tong-quan-item {
    min-height: 32px;
  }

  .tong-quan-image {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .tong-quan-value {
    font-size: 11px;
  }

  .tong-quan-label {
    font-size: 11px;
  }

  .dac-quyen {
    padding-top: 0;
  }

  .dac-quyen-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  .dac-quyen-item {
    width: 100%;
    margin: 0;
    border-radius: 20px;
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 8px;
    box-sizing: border-box;
    background-color: #fff;
  }

  .dac-quyen-header h2 {
    font-size: 8px;
    min-height: 26px;
  }

  .dac-quyen-number {
    font-size: 64px;
  }

  .dac-quyen-header {
    padding-left: 32px;
  }

  .dac-quyen-item-content {
    font-size: 7px;
  }

  .dac-quyen-item-content p {
    margin-bottom: 0;
  }

  .dac-quyen-content {
    padding: 0 20px;
  }

  .dac-quyen {
    background-size: contain;
    background-position: top;
    min-height: auto;
    padding-top: 170px;
    background-image: url("/wp-content/uploads/2025/07/Group-441.png") !important;
  }

  .page-title-gioi-thieu {
    background-image: url("/wp-content/uploads/2025/07/Vector-5-scaled.jpg") !important;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
  }

  .chu-dau-tu {
    background-image: url("/wp-content/uploads/2025/07/Group-442-1.png") !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    min-height: auto;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 50px;
  }

  .chu-dau-tu-title {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 20px;
  }

  h3.chu-dau-tu-subtitle {
    font-size: 12px;
    margin-bottom: 30px;
  }

  .chu-dau-tu-description p {
    font-size: 9px;
  }

  .chu-dau-tu-description {
    padding-right: 0;
    padding-left: 16px;
  }

  .chu-dau-tu-logo {
    padding-right: 0;
    padding-left: 0;
  }

  .chu-dau-tu-description::before {
    display: none;
  }

  h4.chu-dau-tu-subtitle2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .chu-dau-tu-content {
    padding-bottom: 20px;
  }

  .chu-dau-tu-gallery-image {
    width: calc(33.333333% - 10px);
  }

  .tien-ich-da-tang-widget-content {
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    max-width: 100%;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .page-title-tien-ich {
    background-image: url("/wp-content/uploads/2025/07/Vector-8.jpg") !important;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
  }

  .tien-ich-da-tang-heading {
    font-size: 26px;
    color: #DA745C;
    margin-bottom: 10px;
  }

  .tien-ich-da-tang-subtitle {
    font-size: 26px;
    color: #DA745C;
    max-width: 285px;
  }

  .tien-ich-da-tang-description {
    font-size: 10px;
    color: #035E60;
  }

  .tien-ich-da-tang-subtitle {
    margin-bottom: 30px;
  }

  .tien-ich-da-tang-widget::before {
    display: none;
  }

  .tien-ich-da-tang-heading2 {
    display: block !important;
    text-align: center;
    text-transform: uppercase;
    padding-top: 100px;
    padding-bottom: 70px;
    font-family: "UTM Americana";
    font-size: 20px;
    color: #DA745C;
    margin: 0;
  }

  .tien-ich-da-tang-widget {
    margin-left: -50px;
    margin-right: -120px;
  }

  .page-title-tien-ich {
    overflow: hidden;
  }

  .tien-ich-gallery-widget-slide-item img {
    top: 0;
    left: 0;
    width: 100%;
    height: 60vh !important;
  }

  .tien-ich-gallery-widget-slides .slick-dots {
    bottom: 40vh;
    margin-bottom: 20px;
  }

  .tien-ich-gallery-widget-content {
    height: 40vh;
    text-align: center;
    width: 100%;
    left: 0;
    padding-left: 50px;
    padding-right: 50px;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 70px;
  }

  .tien-ich-gallery-widget-title {
    font-size: 15px;
  }

  .tien-ich-gallery-widget-description {
    text-align: center;
  }

  .tien-ich-gallery-widget-slides .slick-prev,
  .tien-ich-gallery-widget-slides .slick-next {
    left: 50%;
    transform: translateX(-50%);
    bottom: 34px;
    width: 18px;
    height: 18px;
  }

  .tien-ich-gallery-widget-slides .slick-prev svg,
  .tien-ich-gallery-widget-slides .slick-next svg {
    width: 7px;
    height: 7px;
  }

  .tien-ich-gallery-widget-slides .slick-next {
    margin-left: 18px;
  }

  .tien-ich-gallery-widget-slides .slick-prev {
    margin-left: -18px;
  }

  .tien-ich-galler-widget-close svg {
    width: 20px;
    height: 20px;
  }

  .tien-ich-gallery-widget-slide-item::after {
    height: 60%;
  }

  .tien-ich-da-tang-widget.mb-tien-ich-da-tang-widget {
    margin-top: 0;
    background-image: url("/wp-content/uploads/2025/07/Mask-group-9-1.jpg") !important;
    margin: 0;
    background-position: 32%;
    overflow: hidden;
  }

  .mat-bang-tien-ich-da-tang-content {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }

  .tien-ich-da-tang-svg {
    position: relative;
  }

  .mat-bang-tien-ich-da-tang-matbang .mat-bang-tien-ich-da-tang-matbang-panel-map {
    width: 150px;
    bottom: auto;
    top: 4px;
    left: 52px;
  }

  .mat-bang-tien-ich-da-tang-matbang .mat-bang-tien-ich-da-tang-matbang-panel-map svg {
    width: 100%;
    height: auto;
  }

  .mb-tien-ich-da-tang-widget::after {
    padding-top: 116%;
  }

  .mb-tien-ich-da-tang-widget.mb-tien-ich-da-tang-widget {
    background-size: cover;
  }

  .mat-bang-tien-ich-da-tang-matbang .mat-bang-tien-ich-da-tang-matbang-map {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .mb-content-images-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .mat-bang-mau-nha-dien-hinh-widget {
    height: auto;
  }

  .mat-bang-tien-ich-da-tang-content {
    background-color: #105f5c;
    padding: 20px 35px;
  }

  .mat-bang-tien-ich-da-tang-content .mat-bang-tien-ich-da-tang-title {
    margin: 0 auto 20px;
  }

  .mat-bang-tien-ich-da-tang-content .mat-bang-tien-ich-da-tang-description {
    margin: 0;
    font-size: 12px;
    max-width: calc(100% - 20px);
  }

  .mat-bang-tien-ich-da-tang-content .mat-bang-tien-ich-da-tang-description ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }

  .mat-bang-tien-ich-da-tang-content .mat-bang-tien-ich-da-tang-description ul li {
    width: 50%;
    margin-bottom: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    font-size: 8px;
  }

  .mat-bang-tien-ich-da-tang-content .mat-bang-tien-ich-da-tang-description ul li svg {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }

  .mat-bang-tien-ich-da-tang-content .mat-bang-tien-ich-da-tang-title {
    font-size: 20px;
    margin-bottom: 12px;
    padding-bottom: 12px;
  }

  .mat-bang-tien-ich-da-tang-content .mat-bang-tien-ich-da-tang-title span {
    display: inline-flex;
    width: auto;
  }

  .mat-bang-mau-nha-dien-hinh-heading {
    font-size: 13px;
  }

  .mat-bang-mau-nha-dien-hinh-widget {
    min-height: auto;
    padding-bottom: 0;
    padding-top: 77.3333333333%;
  }

  .mat-bang-mau-nha-dien-hinh-slides-wrapper {
    max-width: 135px;
    left: 12px;
    bottom: 12px;
  }

  .mat-bang-mau-nha-dien-hinh-title {
    font-size: 10px;
    white-space: nowrap;
  }

  .mat-bang-nha-mau-content {
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 24px;
  }

  .mat-bang-mau-nha-dien-hinh-label {
    font-size: 6px;
  }

  .mat-bang-mau-nha-dien-hinh-label {
    font-size: 6px;
  }

  .mat-bang-mau-nha-dien-hinh-label+.mat-bang-mau-nha-dien-hinh-label span {
    font-size: 6px;
  }

  .mat-bang-mau-nha-dien-hinh-label span {
    font-size: 10px;
  }

  .mat-bang-mau-nha-dien-hinh-slide-image {
    max-width: 95px;
  }

  .mat-bang-mau-nha-dien-hinh-button {
    height: 11px;
    font-size: 6px;
  }

  .mat-bang-mau-nha-dien-hinh-slides-wrapper .slick-prev,
  .mat-bang-mau-nha-dien-hinh-slides-wrapper .slick-next {
    width: 11px;
    height: 11px;
  }

  .mat-bang-mau-nha-dien-hinh-slides-wrapper .slick-prev svg,
  .mat-bang-mau-nha-dien-hinh-slides-wrapper .slick-next svg {
    width: 4px;
    height: 4px;
  }

  .mat-bang-mau-nha-dien-hinh-slides-wrapper .slick-next {
    margin-left: 16px;
  }

  .mat-bang-mau-nha-dien-hinh-buttons a {
    height: 13px;
    font-size: 5px;
    white-space: nowrap;
  }

  .mat-bang-mau-nha-dien-hinh-buttons {
    left: auto;
    right: 0;
    transform: none;
  }

  .mat-bang-mau-nha-dien-hinh-buttons a span {
    width: 10px;
    height: 10px;
    font-size: 5px;
  }

  .mat-bang-widget {
    padding-top: 0;
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .mat-bang-content {
    flex-flow: column;
  }

  .mb-content-col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .mb-content-images-wrapper {
    margin-top: 34px;
  }

  .mb-content-image-title {
    font-size: 12px;
  }

  .mb-heading {
    font-size: 24px;
    margin-top: 0;
    text-align: center;
  }

  .mb-content-link svg {
    width: 22px;
    height: 22px;
  }

  .prosperity-content {
    width: 100%;
    max-width: 100%;
  }

  .prosperity-tabs-header::-webkit-scrollbar {
    display: none;
  }

  .toa-do-thinh-vuong-widget {
    min-height: auto;
  }

  header#masthead.site-header.header-scroll-down .site-branding {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
  }

  .slick-dots li {
    width: 10px !important;
    height: 10px !important;
  }

  #library-template {
    padding-top: 67px;
  }

  .blogs-template {
    padding-top: 67px;
  }

  .page-template-page-title-color-template .site-header .site-branding {
    display: block;
  }

  .page-title-gioi-thieu {
    padding-top: 67px;
  }

  .gioi-thieu-banner-image {
    top: 15px;
  }

  .gioi-thieu-banner-image img {
    height: 42px !important;
  }

  .library-template-slides-videos-item .solia-videos-play-button {
    width: 70px;
    height: 70px;
  }

  .library-template-slides-videos-item-title {
    font-size: 12px;
  }

  .admin-bar header#masthead {
    top: 46px;
  }

  .library-template {
    padding-bottom: 0;
  }

  div#lien-he-tab {
    margin-bottom: 0;
  }

  .tien-ich-da-tang-svg .tien-ich-da-tang-images .tien-ich-da-tang-image-item {
    top: -10px !important;
    left: auto !important;
    right: 100px !important;
    transform: scale(0.7);
    transform-origin: center;
  }

  .prosperity-tabs-header.prosperity-slider.slick-initialized.slick-slider {
    padding-left: 20px;
    padding-right: 20px;
  }

  .toa-do-thinh-vuong-widget-container {
    overflow: unset;
  }

  .prosperity-tabs {
    margin-left: -20px;
    margin-right: -20px;
  }

  .prosperity-tabs-item-content {
    transform: translateX(0);
  }

  .light-box-library-sliders button.slick-prev.custom-arrow.slick-arrow,
  .light-box-library-sliders button.slick-next.custom-arrow.slick-arrow {
    transform: translate3d(0, 0, 0);
  }

  .library-template-slides button.slick-prev.custom-arrow.slick-arrow,
  .library-template-slides button.slick-next.custom-arrow.slick-arrow {
    display: none !important;
  }

  .light-box-library .light-box-library-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    left: auto;
    right: 0;
    top: 0;
  }
}

.contact-form-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(3 94 96 / 80%);;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-form-popup-content {
  width: 500px;
  max-width: 90vw;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
	position: absolute;
}

.contact-form-popup-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 60%);
}

.contact-form-popup-content .wpcf7-form {
  max-width: 380px;
  margin: 0 auto;
  padding-bottom: 20px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .contact-form-popup-content .wpcf7-form {
    max-width: 266px;
  }
}

.contact-form-popup-content .wpcf7-form label {
  display: flex;
  width: 100%;
}

.contact-form-popup-content .wpcf7-form p {
  margin: 0;
}

.contact-form-popup-content .wpcf7-form br {
  display: none;
}

.contact-form-popup-content .wpcf7-form textarea,
.contact-form-popup-content .wpcf7-form input {
  height: 40px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  color: #035E60;
  border: 1px solid #DA745C;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {

  .contact-form-popup-content .wpcf7-form textarea,
  .contact-form-popup-content .wpcf7-form input {
    height: 28px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 8px;
  }
}

.contact-form-popup-content .wpcf7-form textarea:focus,
.contact-form-popup-content .wpcf7-form input:focus {
  outline: none;
}

.contact-form-popup-content .wpcf7-form textarea:focus-visible,
.contact-form-popup-content .wpcf7-form input:focus-visible {
  outline: none;
}

.contact-form-popup-content .wpcf7-form textarea::placeholder,
.contact-form-popup-content .wpcf7-form input::placeholder {
  color: #035E60;
  font-size: 14px;
}

@media screen and (max-width: 767px) {

  .contact-form-popup-content .wpcf7-form textarea::placeholder,
  .contact-form-popup-content .wpcf7-form input::placeholder {
    font-size: 8px;
  }
}

.contact-form-popup-content .wpcf7-form textarea {
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .contact-form-popup-content .wpcf7-form textarea {
    padding-top: 7px;
  }
}

.contact-form-popup-content .wpcf7-form textarea::placeholder {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .contact-form-popup-content .wpcf7-form textarea::placeholder {
    font-size: 8px;
  }
}

.contact-form-popup-content .wpcf7-form .wpcf7-form-control-wrap {
  width: 100%;
}

.contact-form-popup-content .wpcf7-form .form-button {
  max-width: 180px;
  background-color: #fff0;
  border: 1px solid #DA745C;
  border-radius: 20px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .contact-form-popup-content .wpcf7-form .form-button {
    max-width: 126px;
  }
}

.contact-form-popup-content .wpcf7-form .form-button .wpcf7-spinner {
  display: none;
}

.contact-form-popup-content .wpcf7-form .form-button input {
  margin-bottom: 0;
  background-color: #fff0;
  border: 0;
  cursor: pointer;
}

.contact-form-popup-content .wpcf7-form .form-button:hover {
  background: linear-gradient(41.96deg, #035E60 3.75%, #00A5A8 111.84%);
  border: 1px solid #fff;
}

.contact-form-popup-content .wpcf7-form .form-button:hover input {
  color: #fff;
}

.contact-form-popup-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
}

.contact-form-popup-heading {
  font-family: "Be Vietnam Pro";
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
  color: #035E60;
}

@media screen and (max-width: 767px) {
  .contact-form-popup-heading {
    font-size: 8px;
  }

  .page-title-mat-bang {
    overflow: hidden;
  }

  button.mat-bang-widget-close svg {
    width: 30px;
    height: 30px;
  }

  div#mat-bang-mau-nha {
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 60px;
  }
}

.contact-form-popup-heading span {
  color: #DA745C;
  font-weight: bold;
}

.page-template-contact-template .dang-ky-tu-van-widget {
  background-image: unset !important;
}

@media screen and (max-width: 991px) {
  .dac-quyen-header h2 {
    font-size: 6px;
  }

  .page-template-contact-template .footer-2 {
    display: none !important;
  }

  .tien-ich-gallery-widget-content {
    background-color: #035e60;
  }
}


@keyframes hideTooltip {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

form.wpcf7-form.invalid .wpcf7-not-valid-tip {
  animation: hideTooltip 0.3s ease-in-out forwards;
  animation-delay: 6s;
}

.page-template-contact-template a.site-contacts.cs-animation.cs-fade-in.cs-animated {
  display: none;
}

.solia-blogs-slides .slick-dots {
  display: none;
}

@media (min-width: 767px) {
  .page-template-contact-template {
    overflow: hidden;
  }
}

.site-header .site-branding img {
  max-height: 90px;
  object-fit: contain;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 32px 0;
}

.pagination a,
.pagination span {
  display: inline-flex;
  min-width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  font-family: "Be Vietnam Pro";
  font-size: 15px;
  color: #DA745C;
  background: #fff0;
  border: 1px solid #DA745C;
  border-radius: 100vmax;
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
}

.pagination a:hover,
.pagination .current {
  background: linear-gradient(90deg, #DA745C 0%, #F2A898 100%);
  color: #fff;
  border-color: #DA745C;
}

.pagination .current {
  font-weight: bold;
  cursor: default;
}

.pagination .dots {
  background: none;
  border: none;
  color: #DA745C;
  cursor: default;
}

.pagination .prev,
.pagination .next {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0;
}

.pagination .prev::before {
  content: "←";
  font-size: 15px;
}

.pagination .next::after {
  content: "→";
  font-size: 15px;
}

.page-title-tien-ich {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .tien-ich-da-tang-svg .tien-ich-da-tang-images {
    width: 112px;
    height: 112px;
    right: 0;
    top: 0;
    left: auto;
    pointer-events: visible;
    z-index: 9;
  }

  button.custom-arrow.slick-arrow {
    bottom: -18px;
  }

  .progress-template-slides .slick-dots li {
    margin: 0 10px;
  }

  .progress-template {
    overflow: hidden;
    min-height: 100vh
  }
}


.prosperity-tabs {
  min-height: 300px;
}

.prosperity-tabs-header {
  min-height: 300px;
}

.prosperity-tabs-content.cs-animation.cs-fade-in.cs-animated {
  top: 0;
  padding-bottom: 0;
}

.prosperity-slider-item {
  min-height: 300px !important;
}

.prosperity-tabs-item-content {
  top: 0;
}

.prosperity-tabs-header::before {
  content: "";
  position: absolute;
  top: 44px;
  left: 5%;
  width: 90%;
  height: 1px;
  box-sizing: border-box;
  background-image: linear-gradient(90deg, rgba(218, 116, 92, 0) -0.41%, #DA745C 15.67%, #DA745C 53.57%, rgba(218, 116, 92, 0) 100%);
}

.page-template-progress-template div#page {
    overflow: hidden;
}
.page-template-progress-template div#page {
    overflow: hidden;
}

.progress-template {
    min-height: 100vh;
}
.page-template-progress-template {
    background-image: url(../../../wp-content/uploads/2025/06/Group-205.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.tien-ich-da-tang-widget {
    background_image: none !important;
}
.tien-ich-da-tang-widget-content {
    min-height: 100vh;
}
.tien-ich-da-tang-widget::before {
    min-height: 100vh;
}
.tien-ich-da-tang-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top left;
}
@media screen and (max-width: 768px) {
    .progress-template {
        position: relative;
        height: auto;
    }
    #library-template {
        min-height: 100vh;
        display: flex;
        align-items: flex-start;
    }
    a.library-template-slides-videos-item-link {
        display: block;
    }
    .page-template-progress-template {
        overflow: auto;
    }
    .tien-ich-da-tang-widget {
        background-position: top;
    }
    .tien-ich-da-tang-widget-content {
        min-height: auto;
    }
    .single-post .site-header .site-branding {
            position: relative;
    }
    .single-post header#masthead {
        position: fixed;
    }
    .blogs-template {
        padding-top: 84px;
    }
}
video.solia-info-videos::-webkit-media-controls-start-playback-button {
  display: none !important;
}

video.solia-info-videos::-webkit-media-controls {
  display: none !important;
}

.blogs-template .entry-content table, 
.blogs-template .entry-content th, 
.blogs-template .entry-content td {
  border: 1px solid black;
  border-collapse: collapse;
}

.blogs-template .entry-content th, 
.blogs-template .entry-content td {
  padding: 10px 15px;
  text-align: left;
}
.blogs-template .entry-content ul {
    margin-left: 0;
    padding-left: 1.25rem;
}
/* home */

.solia-area-content {
    text-align: center;
}

.solia-area-services {
    color: #fff;
    display: flex;
    justify-content: center;
}
.font-nvn{
      font-family: "NVN Motherland Signature";
}