@charset "UTF-8";
/**
 * _base.scss
 * 
 * 1/ biến màu săc
 * 2/ biến kích thước font chữ
 * 3/ Cấu hình border
 * 4/ Mixin
 * 5/ Responsive
*/
.header {
  display: none;
}

.body-page {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e7f0ea;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .body-page {
    height: 90vh;
  }
}
.body-page .logo-header {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 150px;
  padding: 10px 30px;
  z-index: 9999;
  border-radius: 0 0 10px 10px;
}
.body-page .info-page {
  position: relative;
  z-index: 1042;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.body-page .info-page .btn-canweb {
  position: relative;
  padding: 12px 50px;
  background: #4c83fa;
  font-size: 28px;
  font-weight: 1000;
  color: #ffffff;
  border: 3px solid #4c83fa;
  border-radius: 8px;
  box-shadow: 0 0 0 #ffffff;
  transition: all 0.3s ease-in-out;
  position: relative;
  width: 254px;
  height: 76px;
  border-radius: 45px;
  border: none;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(/wp-content/uploads/2024/10/buttons_PNG89.png) no-repeat;
  background-position: center;
  background-size: contain;
}
.body-page .info-page .btn-canweb::before {
  content: "";
  animation-name: mbws_zoom;
  -webkit-animation-name: mbws_zoom;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  cursor: pointer;
  box-shadow: 0 0 0 0 #09ad90;
  width: 93%;
  height: 99%;
  position: absolute;
  border-radius: 100px;
  z-index: -1;
}
@keyframes mbws_zoom {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent;
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}
.body-page .info-page .btn-canweb:hover {
  background: transparent;
  color: #fff;
  box-shadow: 0 0 0px #fff;
  border: 2px solid;
}
.body-page .info-page .btn-canweb:hover .star-1 {
  position: absolute;
  top: -80%;
  left: -30%;
  width: 25px;
  height: auto;
  filter: drop-shadow(0 0 0px #4c83fa);
  z-index: 2;
}
.body-page .info-page .btn-canweb:hover .star-2 {
  position: absolute;
  top: 0%;
  left: 10%;
  width: 15px;
  height: auto;
  filter: drop-shadow(0 0 0px #4c83fa);
  z-index: 2;
}
.body-page .info-page .btn-canweb:hover .star-3 {
  position: absolute;
  top: 55%;
  left: 25%;
  width: 5px;
  height: auto;
  filter: drop-shadow(0 0 0px #4c83fa);
  z-index: 2;
}
.body-page .info-page .btn-canweb:hover .star-4 {
  position: absolute;
  top: 30%;
  left: 80%;
  width: 8px;
  height: auto;
  filter: drop-shadow(0 0 0px #4c83fa);
  z-index: 2;
}
.body-page .info-page .btn-canweb:hover .star-5 {
  position: absolute;
  top: 25%;
  left: 115%;
  width: 15px;
  height: auto;
  filter: drop-shadow(0 0 0px #4c83fa);
  z-index: 2;
}
.body-page .info-page .btn-canweb:hover .star-6 {
  position: absolute;
  top: 5%;
  left: 60%;
  width: 5px;
  height: auto;
  filter: drop-shadow(0 0 0px #4c83fa);
  z-index: 2;
}
.body-page .info-page .btn-canweb:hover .data-form {
  display: block;
}
.body-page .info-page .star-1 {
  position: absolute;
  top: 20%;
  left: 20%;
  width: 25px;
  height: auto;
  filter: drop-shadow(0 0 0 #4c83fa);
  z-index: -5;
  transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96);
}
.body-page .info-page .star-2 {
  position: absolute;
  top: 45%;
  left: 45%;
  width: 15px;
  height: auto;
  filter: drop-shadow(0 0 0 #4c83fa);
  z-index: -5;
  transition: all 1scubic-bezier 0, 0.4, 0, 1.01;
}
.body-page .info-page .star-3 {
  position: absolute;
  top: 40%;
  left: 40%;
  width: 5px;
  height: auto;
  filter: drop-shadow(0 0 0 #4c83fa);
  z-index: -5;
  transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
}
.body-page .info-page .star-4 {
  position: absolute;
  top: 20%;
  left: 40%;
  width: 8px;
  height: auto;
  filter: drop-shadow(0 0 0 #4c83fa);
  z-index: -5;
  transition: all 0.8s cubic-bezier(0, 0.4, 0, 1.01);
}
.body-page .info-page .star-5 {
  position: absolute;
  top: 25%;
  left: 45%;
  width: 15px;
  height: auto;
  filter: drop-shadow(0 0 0 #4c83fa);
  z-index: -5;
  transition: all 0.6s cubic-bezier(0, 0.4, 0, 1.01);
}
.body-page .info-page .star-6 {
  position: absolute;
  top: 5%;
  left: 50%;
  width: 5px;
  height: auto;
  filter: drop-shadow(0 0 0 #4c83fa);
  z-index: -5;
  transition: all 0.8s ease;
}
.body-page .info-page .fil0 {
  fill: #fff;
}
.body-page .info-page .data-form {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.231372549);
  backdrop-filter: blur(5px);
  position: absolute;
  padding: 10px 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1019607843);
  top: 74px;
  display: none;
  font-size: 1.2rem;
}
.body-page .info-page .data-form .form-item {
  padding: 10px 0;
}
.body-page .info-page .data-form .form-item a {
  color: #fff;
}
.body-page .info-page .data-form .form-item:hover a {
  color: #000;
}
.body-page .info-page .data-form .form-item.form-chat {
  border-bottom: 1px solid #ebebeb;
}
.body-page .info-page:hover .data-form {
  display: block;
}
.body-page .text-copyright {
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  width: 100%;
  z-index: 99999;
}
.body-page .text-copyright p {
  margin-bottom: 0;
  font-size: 0.9rem;
}
.body-page .text-copyright strong {
  font-size: 1.2rem;
}

.mfp-container {
  padding: 10px !important;
}

.home #hubspot-messages-iframe-container {
  display: none !important;
}
.home #hubspot-messages-iframe-container.active {
  display: block !important;
}
.home #hubspot-messages-iframe-container button {
  display: none !important;
}

.mfp-bg {
  background-color: transparent !important;
}

#call {
  border-radius: 10px;
}
#call h3 {
  color: #14826e;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #call h3 {
    font-size: 13px;
  }
}
#call #callautoform {
  display: flex;
  margin-bottom: 0;
}
#call #callautoform input {
  border: 1px solid #14826e;
  border-radius: 3px;
  box-shadow: none;
}
#call #callautoform button {
  background-color: #14826e;
  color: #fff;
  border-radius: 3px;
  margin-right: 0;
}

.body-page {
  background: linear-gradient(-45deg, #91def9, #89ffe3);
}

@keyframes gradientBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.background {
  position: relative;
  margin: 20px auto;
  text-align: center;
  width: 32%;
  height: 100%;
}
@media (max-width: 767px) {
  .background {
    width: 100%;
  }
}
.background .logo-custom {
  width: 170%;
  position: absolute;
  right: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
}
@-webkit-keyframes xoayvong {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@keyframes xoayvong {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
.background .logo {
  animation: xoayvong 5s linear 0s infinite;
  -webkit-animation: xoayvong 5s linear 0s infinite;
  -moz-animation: xoayvong 5s linear 0s infinite;
  -o-animation: xoayvong 5s linear 0s infinite;
  /* Standard syntax */
}
.background .logo .cls-1 {
  fill: rgb(242, 153, 74);
}

#background-illustration #Msg {
  animation: floating 3s infinite alternate;
}
#background-illustration #BtnLeft {
  animation: floating 3s 1s infinite alternate;
}
#background-illustration #BtnRight {
  animation: floating 3s 2s infinite backwards alternate;
}
#background-illustration #Plus {
  animation: blipping 3s infinite alternate;
}

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}
@keyframes floating {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(40px);
  }
}
@keyframes blipping {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.1;
  }
}
#footer {
  display: none;
}/*# sourceMappingURL=style.css.map */