.amora-join-zalo-a9{
  max-width: 520px;
  padding: 10px 0;
}

.amora-title-a9{
  margin: 0 0 14px;
  font-size: 54px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #2f2926;
}

.amora-text-a9{
  margin: 0 0 26px;
  max-width: 500px;
  font-size: 16px;
  line-height: 1.8;
  color: #615955;
}

.amora-btn-a9{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  margin-bottom: 24px;
  background: #bb8d67;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: all .25s ease;
  box-shadow: 0 8px 20px rgba(187,141,103,.18);
}

.amora-btn-a9:hover{
  background: #a97c57;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(169,124,87,.22);
}

.amora-map-a9{
  width: 100%;
  max-width: 460px;
  height: 250px;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 12px 28px rgba(0,0,0,.08);
  background: #e9e1d9;
}

.amora-map-a9 iframe{
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

@media (max-width: 991px){
  .amora-title-a9{
    font-size: 44px;
  }
}

@media (max-width: 768px){
  .amora-join-zalo-a9{
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  .amora-title-a9{
    font-size: 36px;
  }

  .amora-text-a9{
    margin-left: auto;
    margin-right: auto;
    max-width: 92%;
  }

  .amora-btn-a9{
    margin-left: auto;
    margin-right: auto;
  }

  .amora-map-a9{
    max-width: 100%;
    height: 220px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 480px){
  .amora-title-a9{
    font-size: 30px;
  }

  .amora-text-a9{
    font-size: 15px;
    line-height: 1.75;
  }

  .amora-btn-a9{
    width: 100%;
    max-width: 280px;
    padding: 0 20px;
    font-size: 15px;
  }

  .amora-map-a9{
    height: 200px;
    border-radius: 18px;
  }
}