.box-link-header a {
  width: 117px;
  height: 147px;
  position: relative;
  background-image: url(../images/index/bg-trung-1.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  gap: 6px;
  font-size: 2.1rem;
  filter: drop-shadow(0 1px 7px rgba(196, 173, 182, 0.5));
}
.box-link-header a:nth-child(2) {
  background-image: url(../images/index/bg-trung-2.png);
  font-size: 1.9rem;
}

.box-link-header {
  display: flex;
  gap: 25px;
  position: absolute;
  top: 10px;
  right: 15px;
}

.box-link-header a img {
  width: 65px;
}

.box-menu-phone {
  padding-right: 280px;
}

.banner-home-cont {
  /*height: 946px;*/
  height: 840px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.banner-home-cont::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/index/bg-banner.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.delay2 {
  animation-delay: 0.2s;
}

.delay3 {
  animation-delay: 0.4s;
}

.delay4 {
  animation-delay: 0.6s;
}

.main-title {
  padding: 12px 0 20px;
  padding-right: 120px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}
.main-title::after {
  content: "";
  width: calc(100% + 50vw - 550px);
  height: 100%;
  background-color: #fff;
  border-radius: 0 28px 28px 0;
  box-shadow: 1px 2px 8px rgba(137, 137, 137, 0.3);
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0;
}
@media(max-width:1130px){
  .main-title::after {
    width: calc(100% + 15px);
  }
}
@media(max-width:768px){
  .main-title::after {
    width: calc(100% + 30px);
  }
}
.main-title img {
  width: 404px;
}
.main-title h2 {
  font-size: 2.6rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #8e6a5c;
}
.main-title h2 span {
  font-size: 3rem;
  color: #ef685e;
}

.box-about-cont {
  width: 361px;
  height: 416px;
  text-align: center;
  padding-top: 50px;
  position: relative;
}
.box-about-cont::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/index/bg-about-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
  filter: drop-shadow(0 1px 7px rgba(196, 173, 182, 0.5));
}
.box-about-cont::before {
  content: "";
  width: 50px;
  height: 45px;
  background-image: url(../images/index/icon-ab-1.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 100px;
  left: 50px;
}
.box-about-cont h4 {
  font-size: 4rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 15px;
}
.box-about-cont h5 {
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.9rem;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 10px;
}
.box-about-cont p {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.25;
  color: #fff;
  text-align: left;
}

.list-box-about {
  display: flex;
  justify-content: center;
  gap: 68px;
}

.box-about:nth-child(2) .box-about-cont::after {
  background-image: url(../images/index/bg-about-2.png);
}
.box-about:nth-child(2) .box-about-cont::before {
  background-image: url(../images/index/icon-ab-2.svg);
}
.box-about:nth-child(2) .box-about-cont p {
  text-align: center;
  font-size: 1.9rem;
  margin-top: 15px;
}

.content-about {
  color: #8e6a5c;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  text-align: center;
  padding-top: 15px;
}

.home-about {
  position: relative;
}
.home-about::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff3f0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -3;
}
.home-about::before {
  content: "";
  width: 1480px;
  height: 917px;
  position: absolute;
  background-image: url(../images/index/bg-about.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  top: 50px;
  z-index: -2;
}

.box-bgcl {
  display: flex;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 30px;
  padding: 25px 0;
  box-shadow: 2px 4px 9px 0px rgba(158, 158, 158, 0.5);
}

.img-do-1 {
  width: 240px;
  text-align: right;
  padding-right: 30px;
}

.box-cont-right {
  flex: 1;
}

.box-cont-right h3 {
  font-size: 1.9rem;
  color: #ec6d65;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
}

.box-cont-right p {
  font-size: 1.3rem;
  font-weight: 500;
  color: #8e6a5c;
  line-height: 1.7;
  font-family: "Zen Maru Gothic", sans-serif;
}

.home-contact .main-title img:nth-child(2) {
  width: 67px;
}

.box-contact {
  padding: 60px 50px 50px;
  background-color: #fff;
  border-radius: 50px;
}

.box-bg-cs {
  position: relative;
}
.box-bg-cs::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/index/bg-top.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
}

.title-insta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  font-size: 4rem;
  color: #8e6a5c;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
}
.title-insta img {
  width: 38px;
}

.home-insta {
  position: relative;
}
.home-insta::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff3f0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -3;
}
.home-insta::before {
  content: "";
  width: 100%;
  height: calc(100% - 80px);
  background-image: url(../images/index/bg-insta.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  background-position: center;
  top: 40px;
  left: 0;
  z-index: -2;
}

.box-slide-room {
  max-width: 595px;
  margin-left: auto;
  margin-right: auto;
}

.slide-room .slick-list {
  overflow: visible;
  margin: 0 -47px;
}
.slide-room .slick-slide {
  padding: 0 47px;
}
.slide-room .slick-slide img {
  border-radius: 20px;
}
.slide-room .slick-slide p {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #ef685e;
  margin-top: 20px;
  text-align: center;
}
.slide-room button.slick-arrow {
  padding: 0;
  background: transparent;
  border-radius: 50%;
  box-shadow: 2px 5px 11px rgba(158, 158, 158, 0.3);
  border: none;
  overflow: hidden;
  cursor: pointer;
  top: 157px;
  left: -70px;
  position: absolute;
  z-index: 2;
}
.slide-room button.slick-arrow.next-arrow {
  left: auto;
  right: -70px;
}

ul.slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  bottom: -60px;
  z-index: 2;
}

ul.slick-dots li {
  width: 15px;
  height: 15px;
  background-color: #d8d8d8;
  border-radius: 50%;
  margin: 0 5px;
}

ul.slick-dots li.slick-active {
  background-color: #ef685e;
}

ul.slick-dots li button {
  opacity: 0;
  padding: 0;
  display: flex;
  width: 100%;
  height: 100%;
}

a.btn.btn-link {
  max-width: 650px;
  min-height: 80px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 4px 9px 0px rgba(158, 158, 158, 0.5);
  font-size: 2rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.05em;
  color: #8e6a5c;
}
a.btn.btn-link span {
  position: relative;
  text-decoration: underline;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 2px;
}
a.btn.btn-link span::after {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #ef685e;
  left: -25px;
}
a.btn.btn-link::before {
  width: 30px;
  height: 30px;
  background-image: url(../images/index/icon-blank.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  right: 25px;
}

.footer-logo {
  max-width: 380px;
  margin: 0 auto;
  border-radius: 25px;
  background-color: #fff;
  padding: 27px;
  box-shadow: 0 2px 9px 0 rgba(196, 173, 182, 0.6);
}

.home-room {
  position: relative;
}
.home-room::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff8f3;
  z-index: -2;
}

.footer {
  position: relative;
}
.footer::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/index/bg-ft.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: top;
  z-index: -1;
}
.footer::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff8f3;
  z-index: -2;
}

@media (max-width: 767px) {
  .box-img-banner svg {
    width: 100%;
    height: auto;
  }
  .banner-home-cont {
    height: 532px;
  }
  .box-img-banner {
    margin: 0 -25px;
  }
  .box-menu-phone {
    padding-right: 0;
  }
  .main-title {
    padding: 7px 0;
    gap: 10px;
    padding-right: 25px;
  }
  .main-title img {
    width: 209px;
  }
  .main-title h2 {
    font-size: 1.5rem;
  }
  .main-title::after {
    border-radius: 0 14px 14px 0;
  }
  .img-about-home {
    margin: 0 -30px;
  }
  .list-box-about {
    flex-direction: column;
    gap: 25px;
  }
  .box-about-cont {
    width: 225px;
    height: 260px;
    margin: 0 auto;
    padding-top: 35px;
  }
  .box-about-cont h4 {
    font-size: 2.5rem;
    line-height: 1.18;
    margin-bottom: 10px;
  }
  .box-about-cont img {
    width: 200px;
  }
  .box-about-cont h5 {
    margin-top: 6px;
    font-size: 1.2rem;
    margin-bottom: 6px;
  }
  .box-about-cont p {
    font-size: 1.3rem;
    line-height: 1.24;
  }
  .box-about-cont::before {
    width: 32px;
    height: 29px;
    top: 65px;
    left: 25px;
  }
  .box-about:nth-child(2) .box-about-cont p {
    font-size: 1.3rem;
    margin-top: 7px;
  }
  .box-about:nth-child(2) .box-about-cont::before {
    left: 35px;
  }
  .content-about {
    font-size: 1.3rem;
    padding-top: 10px;
    line-height: 1.35;
  }
  .home-about::before {
    background-image: url(../images/index/bg-about-sm.png);
    width: 330px;
    left: 50%;
    transform: translateX(-50%);
  }
  .img-home-do {
    padding: 30px 0 0;
    margin: 0 -15px;
  }
  .box-bgcl.mt-140 {
    max-width: 275px;
    margin-top: 50px;
    padding: 20px 15px;
    flex-direction: column;
  }
  .img-do-1 {
    text-align: center;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  .box-cont-right {
    width: 100%;
    flex: unset;
    text-align: center;
  }
  .img-do-1 img {
    width: 140px;
  }
  .box-cont-right h4 {
    font-size: 1.5rem;
  }
  .box-cont-right p {
    font-size: 1.1rem;
    line-height: 1.4;
  }
  .home-contact .main-title {
    flex-wrap: wrap;
    width: 100%;
    gap: 10px 0;
    padding-right: 40px;
    padding-bottom: 10px;
  }
  .home-contact .main-title img {
    width: 217px;
    margin-right: 30px;
  }
  .home-contact .main-title img:nth-child(2) {
    width: 36px;
    margin-right: 0;
  }
  .home-contact .main-title h2 {
    width: calc(100% - 65px);
    margin-left: 25px;
  }
  .box-contact {
    padding: 18px 21px 40px;
    border-radius: 15px;
  }
  .title-insta {
    font-size: 2.4rem;
    gap: 15px;
  }
  .title-insta img {
    width: 23px;
  }
  section#home-insta .main-title img {
    width: 197px;
  }
  section#home-insta .main-title h2 {
    font-size: 1.4rem;
  }
  .main-title h2 span {
    font-size: 1.8rem;
  }
  .slide-room .slick-list {
    margin: 0 -10px;
    overflow: hidden;
  }
  .slide-room .slick-slide {
    padding: 0 10px;
  }
  .slide-room .slick-slide p {
    font-size: 1.3rem;
    margin-top: 10px;
  }
  .slide-room .slick-slide img {
    border-radius: 10px;
  }
  .slide-room button.slick-arrow {
    width: 44px;
    height: 44px;
    left: -20px;
    top: 80px;
  }
  .slide-room button.slick-arrow.next-arrow {
    right: -20px;
  }
  ul.slick-dots {
    bottom: -40px;
  }
  ul.slick-dots li {
    width: 11px;
    height: 11px;
    margin: 0 9px;
  }
  a.btn.btn-link {
    max-width: 285px;
    font-size: 1.2rem;
    padding: 0 33px;
    min-height: 53px;
    border-radius: 15px;
    justify-content: flex-start;
    line-height: 1.3;
  }
  a.btn.btn-link span::after {
    width: 9px;
    height: 9px;
    left: -18px;
  }
  a.btn.btn-link::before {
    width: 15px;
    height: 16px;
  }
  .footer-logo {
    padding: 10px 13px;
    border-radius: 13px;
    max-width: 190px;
  }
  .footer::after {
    background-image: url(../images/index/bg-sm-footer.png);
  }
}/*# sourceMappingURL=style-2.css.map */


@media(max-width:1477px) and (min-width: 768px) {
    .header-main .logo-left .logo{
        width: 450px;
    }
}
@media(max-width:1420px) and (min-width: 768px) {
    .header-main .logo-left .logo{
        width: 400px;
    }
    .header-inner{
        padding-left: 15px;
    }
    .box-link-header a{
        width: 110px;
        height: 140px;
        font-size: 1.6rem;
    }
    .box-link-header a:nth-child(2){
      font-size: 1.6rem;
    }
    .box-link-header{
      gap: 15px;
    }
    .box-menu-phone{
      padding-right: 245px;
    }
}
@media(max-width:1303px) and (min-width: 768px) {
    .header-main .logo-left .logo{
        width: 350px;
    }
    .header-main .main-menu .nav>li>a{
      padding: 0 15px;
    }
    .box-link-header a img{
      width: 40px;
    }
}
@media(max-width:1184px) and (min-width: 768px) {
    .header-main .logo-left .logo{
        width: 300px;
    }
    .header-main .main-menu .nav>li>a,.header-main .main-menu .nav>li>a.fs-16{
      font-size: 1.4rem;
    }
    
    .box-link-header a{
      width: 95px;
      height: 116px;
      font-size: 1.4rem;
    }
    .box-menu-phone{
      padding-right: 220px;
    }
}
@media(max-width:1023px) and (min-width: 768px) {
    .header-main .logo-left .logo{
        width: 200px;
    }
    .header-main .main-menu .nav>li>a,.header-main .main-menu .nav>li>a.fs-16{
      font-size: 1.3rem;
      padding: 0 10px;
    }
    .box-link-header a img{
      width: 25px;
    }
    .box-link-header a:nth-child(2),.box-link-header a:nth-child(1){
      font-size: 1.3rem;
      width: 73px;
      height: 90px;
    }
    .box-menu-phone{
      padding-right: 180px;
    }
}
.thanks-text {
  max-width: 960px;
  margin: auto;
}
a.btn.btn-thanks{
      cursor: pointer;
    background: #ea8399;
    border: 0;
    color: #fff;
    font-weight: 500;
    font-size: 2rem;
    letter-spacing: 0.1em;
    width: 100%;
    height: 76px;
    border-radius: 38px;
    position: relative;
    font-family: "Zen Maru Gothic", sans-serif;
    transition: .3s;
    text-align: center;
    width: 280px;

}
a.btn.btn-thanks:hover{
  opacity: 0.6;
}
a.btn.btn-thanks:before{
  content: '';
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/index/icon-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 20px;
    transition: .3s;
    z-index: 2;
}
.text-slide{
  z-index: 1;
  position: relative;
}
.box-slide-room{
  position: relative;
  z-index: 2;
}
@media print {
  body {
    width: 1480px;       /* Fix the content width */
    margin: 0 auto;      /* Center on the page */
  }

  /* Prevent shrinking to fit */
  html, body {
    -webkit-print-color-adjust: exact; 
    print-color-adjust: exact;
  }

  /* Optional: set the page size */
  @page {
    size: 1480px auto;   /* width: 1480px, height auto */
    margin: 0;           /* remove browser default margins */
  }
  .main-title::after{
    width: 1500px;
  }
  .header-wrapper{
    position: absolute;
  }
}