.header {
  background-color: #f7eee2;
  border-bottom: 3px solid #906c37;
}
.header__logo {
  padding: 1.8rem 0;
}
.header__logo--image {
  display: block;
  width: 20rem;
}
.header__logo--image svg {
  width: 30rem;
  height: 4rem;
}
.header__nav {
  padding: 1.5rem 0;
}
.header__nav ul {
  display: flex;
  gap: 0 3rem;
}
.header__nav .btn__link {
  display: block;
  font-size: 1.4rem;
}
.header__link {
  padding: 1.5rem 0;
}
.header .button-hotline a {
  color: #000;
}

@media (min-width: 1024px) {
  .header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
  }
  .header__nav {
    padding: 1.5rem 0;
  }
  .header__nav .btn__link {
    font-size: 1.68rem;
  }
  .header__link {
    padding: 1.5rem 0;
  }
}
.footer {
  background-color: #3b2416;
}
.footer .copyright {
  background-color: #3b2416;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  padding: 1.5rem 0;
}
.footer__mobile {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: #f7eee2;
  border-top: 3px solid #906c37;
  padding: 1rem;
}
.footer__mobile ul {
  gap: 0 3rem;
}
.footer__mobile .item {
  text-align: center;
}
.footer__mobile .item .icon {
  margin-bottom: 0.5rem;
}
.footer__mobile .item img {
  width: 3.5rem;
  margin: 0 auto;
}
.footer__mobile .text-link {
  color: #3b2416;
}

.hero-banner {
  position: relative;
  overflow: hidden;
  height: 50vh;
}
.hero-banner__title {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 60%;
  animation: pulse 1.5s infinite;
}
.hero-banner__title img {
  margin: 0 auto;
}
.hero-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
@media (min-width: 768px) {
  .hero-banner {
    height: 100vh;
  }
  .hero-banner__title {
    top: 20%;
    max-width: 45%;
    margin: 0 auto;
  }
}

.section {
  padding: 2rem 0;
}
.section__heading {
  font-size: 3.6rem;
  font-family: "Americana", sans-serif;
  color: #9b682c;
  line-height: 1.4;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .section__heading {
    font-size: 4.2rem;
    letter-spacing: 0.5px;
  }
}
.section__aboutus {
  position: relative;
  overflow: hidden;
}
.section__aboutus--image {
  margin-bottom: 2rem;
}
.section__aboutus--image .video-js {
  width: 100%;
  height: 48rem;
}
@media (min-width: 768px) {
  .section__aboutus .col-left,
  .section__aboutus .col-right {
    margin: 0 2rem;
  }
}
@media (min-width: 1024px) {
  .section__aboutus--image {
    margin-bottom: 0;
  }
  .section__aboutus--image .video-js {
    height: 56rem;
  }
  .section__aboutus .col-left,
  .section__aboutus .col-right {
    margin: 0;
  }
}
.section__whyus {
  background-color: #ffffff;
}
.section__whyus .block-content {
  padding: 1rem;
  text-align: center;
}
.section__whyus .block-content img {
  max-width: 8rem;
  margin: 1.5rem auto;
}
@media (min-width: 1024px) {
  .section__whyus .block-content {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
.section__masterplan .list {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .section__masterplan .list {
    margin-top: 0;
  }
}
.section__masterplan ul li {
  margin-bottom: 0.5rem;
}
.section__funeral--content {
  margin-top: 2.5rem;
}
@media (min-width: 1024px) {
  .section__funeral--content {
    margin-top: 5.5rem;
  }
}
.section__promote li {
  flex: 0 0 25%;
  max-width: 25%;
}
@media (min-width: 1024px) {
  .section__promote li {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.section__product .slider {
  margin: 0 -1rem;
}
.section__product .product-card {
  background-color: #ffffff;
}
.section__product .product-card .desc {
  padding: 0 2rem;
}
.section__service {
  position: relative;
  overflow: hidden;
}
.section__service .slider {
  margin: 0 -1rem;
}
@media (min-width: 1024px) {
  .section__service--wrap {
    margin-top: 5.5rem;
  }
  .section__service .grid {
    align-items: center;
  }
  .section__service .col-left,
  .section__service .col-right {
    flex: 0 0 50%;
  }
}
.section__utilities {
  background-color: #ffffff;
}
.section__utilities--list {
  margin-top: 2rem;
}
.section__utilities--list .slick-arrow {
  top: 15%;
}
@media (min-width: 1024px) {
  .section__utilities--list {
    display: flex;
    margin-top: 5.5rem;
  }
  .section__utilities--list .slick-list {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .section__utilities--list .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
  }
  .section__utilities--list .slick-arrow.arrow-right {
    right: 40%;
  }
}
.section__utilities .pager {
  display: flex;
  flex-wrap: wrap;
  overflow-x: auto;
  padding-left: 0;
  margin-bottom: 0;
}
.section__utilities .pager li {
  display: block;
  flex: 0 0 50%;
  max-width: 50%;
}
.section__utilities .pager li.slick-active {
  background-color: #baad7b;
}
.section__utilities .pager a {
  display: flex;
  font-size: 1.6rem;
  padding: 1rem;
  color: #000;
  align-items: center;
  justify-content: center;
}
.section__utilities .pager a .icon {
  display: block;
  margin-right: 0.5rem;
  flex: 0 0 3rem;
  max-width: 3rem;
  height: 3rem;
  line-height: 2.8rem;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #121212;
}
.section__utilities .pager a .text {
  display: inline-block;
}
.section__utilities .pager a:hover, .section__utilities .pager a:focus {
  text-decoration: none;
}
@media (min-width: 1024px) {
  .section__utilities .pager {
    align-content: flex-start;
    flex: 0 0 40%;
    max-width: 40%;
    position: relative;
    overflow: hidden;
    padding: 1.5rem 1rem;
    border: 0;
    background-color: #f1f1f1;
  }
  .section__utilities .pager li {
    list-style: none;
    border: 0;
    border-radius: 1rem;
  }
  .section__utilities .pager a {
    padding: 1rem;
    justify-content: flex-start;
  }
}
.section__faq .item {
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.section__faq .title {
  font-size: 2rem;
  cursor: pointer;
  padding: 1rem 2rem;
  margin-bottom: 0;
}
.section__faq .answer {
  padding: 1.5rem 2rem;
  border-top: 1px solid #f2f2f2;
  display: none;
}
.section__testimonial .video-js {
  width: 100%;
  height: 36rem;
}
@media (min-width: 1024px) {
  .section__testimonial .video-js {
    height: 56rem;
  }
}
.section .gallery__single {
  margin-bottom: 2rem;
}
.section .gallery__thumbs .slick-list {
  margin: 0 -1rem;
}
.section .gallery__thumbs--item {
  padding: 0 1rem;
}

.heading {
  font-family: "Americana", sans-serif;
  color: #9b682c;
  letter-spacing: 0.5px;
  line-height: 1.4;
  margin-bottom: 2rem;
}

.card {
  padding: 0 1rem;
  margin-bottom: 1rem;
  border-radius: 2rem;
  background-color: transparent;
  border: 0;
}
.card a:hover,
.card a:focus {
  text-decoration: none;
}
.card img {
  border-radius: 1.5rem 1.5rem 0 0;
}
.card .content {
  padding: 1.5rem;
  background-color: #ffffff;
  border: 1px solid #f1f1f1;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.14), 0 2px 10px rgba(0, 0, 0, 0.28);
  border-radius: 0 0 1.5rem 1.5rem;
}
.card .title {
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #486173;
  letter-spacing: 0.5px;
  line-height: 1.4;
  margin: 1rem 0 1.5rem;
  text-align: center;
}
.card .desc {
  color: #486173;
}
.card .btn {
  margin: 1.5rem 0;
}

.block__content--title {
  color: #486173;
  font-family: "Americana", sans-serif;
  font-size: 1.8rem;
  margin-bottom: 3rem;
}
.block__content--title:after {
  content: "";
  display: block;
  padding-bottom: 3rem;
  border-bottom: 1px solid #ccc;
}

.block-content__icon {
  display: block;
}
.block-content__icon .icon {
  font-size: 5.4rem;
  line-height: 1.4;
  color: #baad7b;
}
.block-content__desc .title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.block-content__desc p {
  margin-bottom: 0;
}

.slick-slider .slick-slide:hover, .slick-slider .slick-slide:focus {
  outline: none;
}
.slick-slider .slick-arrow {
  font-family: -webkit-body;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  border-radius: 1rem;
  text-align: center;
  position: absolute;
  top: 45%;
  transform: translateY(-45%);
  z-index: 1000;
}
.slick-slider .slick-arrow:hover, .slick-slider .slick-arrow:focus {
  text-decoration: none;
}
.slick-slider .slick-arrow.arrow-left {
  left: 0;
}
.slick-slider .slick-arrow.arrow-right {
  right: 0;
}
.slick-slider .slick-arrow .icon {
  display: block;
  font-size: 6rem;
  font-weight: 500;
  line-height: 4rem;
  width: 5rem;
  height: 5rem;
}

.carousel__single .carousel-cell {
  width: 100%;
}
.carousel__single .flickity-page-dots {
  bottom: 10%;
}
.carousel__multi .carousel-cell {
  width: 66%;
  height: auto;
  margin-right: 2rem;
}

.carousel-cell-image {
  height: 30rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .carousel-cell-image {
    height: auto;
  }
}

.text-media {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.text-media .icon {
  font-size: 2.2rem;
  margin-right: 1rem;
}
.text-media .text {
  font-size: 1.8rem;
  letter-spacing: 0.5px;
}
.text-media .text a {
  color: #486173;
}
.text-media .text a:hover, .text-media .text a:focus {
  text-decoration: none;
}

.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}

.invalid-tooltip {
  display: none;
  position: absolute;
  z-index: 100;
  top: 10%;
  padding: 0.4rem 1.2rem;
  font-size: 1.4rem;
  font-family: "Google Sans", sans-serif;
  color: #ffffff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.5rem;
}

.form__title {
  font-size: 2.5rem;
}
.form label {
  font-size: 1.8rem;
  font-family: "Google Sans", sans-serif;
  color: #000;
}
.form-group {
  margin-bottom: 1rem;
}
.form-control {
  display: block;
  font-size: 1.8rem;
  font-family: "Google Sans", sans-serif;
  color: #000;
  border: 1px solid #ccc;
  padding: 1rem 1.6rem;
  height: 4.5rem;
  border-radius: 1rem;
  width: 100%;
}
.form-control:hover, .form-control:focus {
  outline: none;
}
.form-submit {
  display: block;
  margin-top: 3rem;
}

.radio-custom {
  display: flex;
  align-items: center;
}
.radio-custom .radio-control {
  width: 2rem;
  height: 2rem;
}
.radio-custom label {
  margin-bottom: 0;
  margin-left: 1rem;
}

.figure figcaption {
  font-size: 1.6rem;
  padding: 1rem 3rem;
}

.btn {
  font-family: "Google Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 1rem 2rem;
  border: 1px solid transparent;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  cursor: pointer;
}
.btn__inline {
  display: inline-block;
}
.btn__block {
  display: block;
}
.btn__rounder {
  border-radius: 2rem;
}
.btn__primary {
  color: #ffffff;
  background: linear-gradient(180deg, #724b23 0%, #9b682c 100%);
}
.btn__primary:hover, .btn__primary:focus {
  color: #ffffff;
  background-color: #dba700;
}
.btn__secondary {
  color: #486173;
  background-color: #ffffff;
}
.btn__secondary:hover, .btn__secondary:focus {
  color: #486173;
  background-color: #f1f1f1;
}
.btn__yellow {
  color: #ffffff;
  background-color: #3b2416;
}
.btn__yellow:hover, .btn__yellow:focus {
  color: #f1f1f1;
  background-color: #9b682c;
}
.btn__outline {
  background-color: transparent;
  border: 1px solid #9b682c;
}
.btn__link {
  font-family: "Google Sans", sans-serif;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  color: #3b2416;
  cursor: pointer;
}
.btn__link:hover, .btn__link:focus {
  color: #9b682c;
}
.btn__pulse {
  animation: pulse 1.5s infinite;
}

.btn-consulting {
  bottom: 17rem;
}

.btn-zalo {
  bottom: 5rem;
}
.btn-zalo img {
  width: 4.2rem;
  height: 4.2rem;
}

.btn__helpdesk {
  display: flex;
  width: 6rem;
  height: 6rem;
  position: fixed;
  right: 3rem;
  transform: translateY(-50%);
  align-items: center;
  justify-content: center;
  background-color: #3b2416;
  border-radius: 50%;
  z-index: 99;
  cursor: pointer;
}
.btn__helpdesk:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  box-shadow: 0 0 0 0 rgba(159, 34, 78, 0.1);
  animation: live-pulse 1s infinite;
}
.btn__helpdesk svg {
  display: block;
  width: 5rem;
  height: 5rem;
  margin: 0.5rem auto;
}
.btn__helpdesk svg path {
  fill: #ffffff;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes live-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(159, 34, 78, 0.1);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(159, 34, 78, 0.1);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(159, 34, 78, 0.1);
  }
}
@keyframes quick-alo-circle-img-anim {
  0% {
    transform: rotate(260deg);
  }
  25% {
    transform: rotate(276deg);
  }
  50% {
    transform: rotate(260deg);
  }
  75% {
    transform: rotate(276deg);
  }
  100% {
    transform: rotate(260deg);
  }
}
/*# sourceMappingURL=apps.css.map */
