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;
  max-width: 680px;
  padding: 24px 15px;
}

.bio-top {
  margin-bottom: 35px;
  text-align: center;
}
.bio-top__logo {
  border-radius: 50%;
  margin: 0 auto 16px;
  width: 96px;
  height: 96px;
  display: block;
  object-fit: contain;
  object-position: initial;
  filter: none;
}
.bio-top__name {
  margin: 0px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1.5;
  text-overflow: ellipsis;
  max-width: 100%;
}
.bio-top__address, .bio-top__hotline {
  font-weight: 600;
  line-height: 1.5;
  font-size: 14px;
  color: #ffffff;
}
.bio-social {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 1.6rem;
}
.bio-social__item {
  padding: 0 8px 12px;
  transition: transform 0s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  z-index: 0;
  color: inherit;
  text-decoration: underline;
}
.bio-social__item .svg {
  fill: rgb(255, 255, 255);
  width: 32px;
  height: 32px;
}
.bio-social__item:hover {
  transform: scale(1.075);
}

.link-item {
  z-index: 0;
  overflow: hidden;
  border: 2px solid rgb(64, 64, 65);
  transition: none 0s ease 0s;
  box-shadow: rgb(64, 64, 65) 12px 12px 0px 0px;
  color: rgb(255, 255, 255);
  background-color: rgb(80, 172, 255);
  margin-bottom: 24px;
  width: calc(100% - 12px);
  border-radius: 8px;
}
.link-item__link {
  overflow-wrap: break-word;
  padding: 16px 20px;
  word-break: break-word;
  hyphens: auto;
  white-space: normal;
  background: none;
  display: flex;
  flex-direction: row;
  transition: box-shadow 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, border-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, transform 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, background-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: bold;
  text-transform: uppercase;
}
.link-item:hover {
  transform: translate(4px, 4px);
  box-shadow: rgb(64, 64, 65) 8px 8px 0px 0px;
}
.link-item:active {
  transform: translate(8px, 8px);
  box-shadow: rgb(64, 64, 65) 4px 4px 0px 0px;
}

.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 */
