html {
  -webkit-font-smoothing: antialiased;
  font-size: 62.5%;
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000;
}

img {
  display: block;
  max-width: 100%;
}

body {
  font-family: "Noto Sans", sans-serif;
  overflow-x: hidden;
}

img {
  width: 100%;
  height: auto;
}

.wrapper {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  min-height: 100vh;
  background-color: rgb(243, 142, 38);
}

.container {
  margin: 0 auto;
  padding: 24px 15px;
  max-width: 1170px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.ebook {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 1024px) {
  .ebook-left {
    width: 65%;
  }
}
.ebook-title {
  text-align: center;
}
.ebook-title__logo {
  border-radius: 50%;
  margin: 0 auto 16px;
  width: 96px;
  height: 96px;
  display: block;
  object-fit: contain;
  object-position: initial;
  filter: none;
}
.ebook-title__text {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.3;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
@media (min-width: 425px) {
  .ebook-title__text {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .ebook-title__text {
    font-size: 3rem;
  }
}
.ebook-image {
  margin-bottom: 30px;
}
.ebook-form {
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
  height: 470px;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .ebook-form {
    width: 35%;
  }
}
.ebook-form__title {
  color: rgb(243, 142, 38);
  font-weight: bold;
  text-transform: uppercase;
  font-style: normal;
  font-size: 2.2rem;
  padding: 20px 20px 10px;
}
@media (min-width: 425px) {
  .ebook-form__title {
    font-size: 2.4rem;
  }
}
.ebook-form__sub {
  font-size: 1.3rem;
  color: rgb(243, 142, 38);
  font-weight: 600;
  line-height: 1.3;
}
@media (min-width: 425px) {
  .ebook-form__sub {
    font-size: 1.5rem;
  }
}
.footer {
  color: #ffffff;
  padding: 20px 0;
  text-align: center;
}
.footer__copyright {
  font-size: 1.2rem;
}
.footer__copyright span {
  font-weight: bold;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.box-zalo {
  position: fixed;
  bottom: 165px;
  left: 28px;
  background-color: transparent;
  display: block;
  z-index: 999;
}
.box-zalo img {
  width: 44px;
  height: auto;
  box-shadow: 0px 0px 0px 12px rgb(0 167 206 / 20%);
  background-color: transparent;
  border-radius: 100px;
}
.btn-mobile-call {
  position: fixed;
  bottom: 116px;
  left: 0;
  z-index: 999;
}
.btn-mobile-call i {
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 11px;
  left: 42px;
  border-radius: 16px;
  z-index: 999;
}
.btn-mobile-call .circle-effect {
  background: #51d7687a;
  width: 64px;
  height: 64px;
  position: absolute;
  top: -15px;
  left: 19px;
  border-radius: 45px;
}
.btn-mobile-call .circle-effect-inside {
  background: #51d768;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -2px;
  left: 31px;
  border-radius: 45px;
  z-index: 99;
}
/*# sourceMappingURL=style.css.map */
