@-webkit-keyframes fade {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes scale {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
  }
}
@-webkit-keyframes zoom_text {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoom_text {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes shine {
  0%, 10% {
    background-position: -1000px;
  }
  20% {
    background-position: top left;
  }
  90% {
    background-position: top right;
  }
  100% {
    background-position: 1000px;
  }
}
/**
 * ----------------------------------------
 * animation tracking-in-expand
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(200%);
  }
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../../fonts/Montserrat-Bold.otf");
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../../fonts/Montserrat-SemiBold.otf");
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../../fonts/MONTSERRAT-REGULAR_1.OTF");
}
@font-face {
  font-family: "Montserrat-Light";
  src: url("../../fonts/Montserrat-Light.otf");
}
body, html {
  height: 100%;
  overflow: initial;
}

body {
  overflow-x: hidden;
  background: #f2f2f2;
  position: relative;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

img {
  max-width: 100%;
}

.pad0 {
  padding: 0;
}

.no-pad-left {
  padding-left: 0;
}

.no-pad-right {
  padding-right: 0;
}

.mt30 {
  margin-top: 1rem;
}

.title {
  font-family: "Montserrat-Bold";
  font-size: 250%;
  text-align: center;
}
.title span {
  font-family: "Montserrat-Light";
}
@media (max-width: 768px) {
  .title {
    font-size: 180%;
  }
}
@media (max-width: 360px) {
  .title {
    font-size: 145%;
  }
}

.nav .dropdown-submenu .dropdown-item {
  color: #0a0a0a !important;
}
.nav .dropdown-submenu .dropdown-item:hover {
  color: #ec0085 !important;
}
.nav .dropdown-submenu .dropdown-item a {
  color: #000 !important;
}

#header_connect {
  position: relative;
  padding-top: 0;
}
@media (max-width: 768px) {
  #header_connect {
    margin-top: 53px;
  }
}
#header_connect .content {
  position: absolute;
  top: 40%;
  left: 20%;
  width: 60%;
  transform: translateY(-50%);
  z-index: 98;
}
@media (max-width: 768px) {
  #header_connect .content {
    top: 40%;
    width: 96%;
    left: 2%;
    padding: 1rem 0;
  }
}
#header_connect .content .logo {
  width: 60%;
  margin: 0.5rem auto;
}
#header_connect .content .text_header {
  color: #fff;
  text-align: center;
  font-size: 120%;
  font-family: "Montserrat-Light";
  background-color: transparent;
}
@media (max-width: 768px) {
  #header_connect .content .text_header {
    font-size: 100%;
  }
}
@media (max-width: 380px) {
  #header_connect .content .text_header {
    font-size: 90%;
  }
}
@media (max-width: 360px) {
  #header_connect .content .text_header {
    font-size: 80%;
  }
}
#header_connect .content .text_header span.change-color {
  color: transparent;
  font-family: "Montserrat-Bold";
  overflow: hidden;
  background: linear-gradient(to left, #dd0f8d 10%, #fff 50%, #dd0f8d 60%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
}
@media (max-width: 420px) {
  #header_connect .content .text_header span.change-color {
    padding: 2px;
    margin: -2px;
  }
}

@keyframes textclip {
  to {
    background-position: -200% center;
  }
}
@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
@keyframes change-text-color {
  0% {
    background-position: 0 100%;
    transform: scale(1);
  }
  100% {
    background-position: 100% 0;
    transform: scale(1.1);
  }
}
#brand {
  background: url("../../images/connect/bg_sc2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 3rem 0;
  position: relative;
}
#brand figure.icon-brand {
  text-align: center;
  transition: all 0.5s ease-in-out;
  -webkit-animation: all 0.5s ease-in-out;
}
#brand figure.icon-brand:hover {
  transform: translateY(-10px);
}
#brand figure.icon-brand img {
  width: 80%;
}
#brand .title {
  color: #fff;
  line-height: 45px;
  margin-bottom: 2rem;
}
@media (max-width: 360px) {
  #brand .title {
    line-height: 30px;
  }
}
#brand p.text-brand {
  color: #fff;
  font-family: "Montserrat-Regular";
  text-align: center;
}
@media (max-width: 420px) {
  #brand p.text-brand {
    font-size: 0.8rem;
  }
}
#brand .sodo {
  margin-top: 1rem;
  position: relative;
  z-index: 2;
}
#brand .circle-move {
  position: absolute;
  bottom: 20%;
  width: 7%;
  right: 5%;
  z-index: 1;
  -webkit-animation: slow-move 8s linear infinite;
  -moz-animation: slow-move 8s linear infinite;
  -o-animation: slow-move 8s linear infinite;
  animation: slow-move 8s linear infinite;
}

#contact {
  padding: 3rem 0;
  position: relative;
}
#contact .top-left {
  position: absolute;
  top: -3rem;
  width: 10%;
  left: 0;
  z-index: 99;
}
#contact .top-right {
  position: absolute;
  top: 2rem;
  right: 0;
  z-index: 99;
  width: 12%;
}
#contact .bt-right {
  position: absolute;
  bottom: 9rem;
  right: 0;
  z-index: 99;
  width: 8%;
}
#contact .title {
  color: #652e8c;
}
#contact .logo_contact {
  width: 15%;
  margin: 1rem auto 3rem auto;
}
@media (max-width: 768px) {
  #contact .logo_contact {
    width: 50%;
  }
}
#contact .btn_register {
  font-family: "Montserrat-SemiBold";
  position: relative;
  text-transform: uppercase;
  background-image: linear-gradient(to right, #6e30c2, #ac38ca);
  margin: 1rem auto 3rem auto;
  padding: 0.5rem 6rem;
  font-size: 150%;
  border: none;
  color: #fff;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  width: fit-content;
  border-radius: 30px;
  text-align: center;
  animation: shadow-pulse 1s infinite;
}
#contact .btn_register::before {
  --size: 0;
  content: "";
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--size);
  height: var(--size);
  background: radial-gradient(circle closest-side, #eb52c7, transparent);
  transform: translate(-50%, -50%);
  transition: width 0.2s ease, height 0.2s ease;
}
#contact .btn_register:hover::before {
  --size: 300px;
}
#contact .btn_register span {
  position: relative;
}
@media (max-width: 768px) {
  #contact .btn_register {
    padding: 0.5rem 4rem;
  }
}
#contact figure.list-contact {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  #contact figure.list-contact {
    margin-bottom: 0.5rem;
  }
}
#contact figure.list-contact img.icon-rotate {
  margin-right: 1rem;
  width: 25%;
  transition: all 0.5s ease-in-out;
  -webkit-animation: all 0.5s ease-in-out;
}
#contact figure.list-contact .tieude {
  font-family: "Montserrat-SemiBold";
  color: #e10d8c;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
  font-size: 120%;
}
#contact figure.list-contact ul.info-detail {
  margin-left: -40px;
}
#contact figure.list-contact ul.info-detail li {
  font-family: "Montserrat-Light";
  color: #888888;
  list-style: none;
}
@media (max-width: 768px) {
  #contact figure.list-contact ul.info-detail li {
    color: #652e8c;
  }
}
#contact figure.list-contact:hover ul.info-detail li {
  color: #652e8c;
}
#contact figure.list-contact:hover img.icon-rotate {
  transform: scale(1.2);
}

@keyframes shadow-pulse {
  0% {
    -moz-box-shadow: 0 0 0 0px #e80a89d9;
    box-shadow: 0 0 0 0px #e80a89d9;
  }
  100% {
    -moz-box-shadow: 0 0 0 10px #e80a8921;
    box-shadow: 0 0 0 10px #e80a8921;
  }
}
@-webkit-keyframes shadow-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px #e80a89d9;
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px #e80a8921;
  }
}
#impacts {
  background: url("../../images/connect/bg_scr4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 3rem 0;
  color: #fff;
  position: relative;
}
#impacts .top-left {
  position: absolute;
  top: -6rem;
  width: 10%;
  left: 0;
  z-index: 1;
  -webkit-animation: circle-move 10s linear infinite;
  -moz-animation: circle-move 10s linear infinite;
  -o-animation: circle-move 10s linear infinite;
  animation: circle-move 10s linear infinite;
}
#impacts .title {
  color: #fff;
  line-height: 45px;
}
#impacts .title hr {
  width: 10%;
  border-top: 3px solid #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 360px) {
  #impacts .title {
    line-height: 30px;
  }
}
#impacts .description {
  text-align: center;
  font-family: "Montserrat-Light";
  font-size: 120%;
  margin-bottom: 3rem;
  margin-top: 1rem;
}
@media (max-width: 576px) {
  #impacts .description {
    margin: 1rem auto;
  }
}
#impacts figure {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  #impacts figure {
    margin-bottom: 1rem;
    padding-left: 10px;
  }
}
#impacts figure .icon-ul {
  margin-right: 10px;
  width: 20%;
  height: auto;
}
#impacts figure .icon-ul img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  #impacts figure .icon-ul {
    margin-right: 3px;
    width: 30px;
    height: 30px;
  }
}
#impacts figure .content {
  width: 77%;
  font-family: "Montserrat-Light";
}
@media (max-width: 768px) {
  #impacts figure .content {
    font-size: 0.7rem;
  }
}
@media (max-width: 380px) {
  #impacts figure .content {
    font-size: 0.6rem;
  }
}
#impacts .video {
  position: relative;
  width: 100%;
  margin-bottom: 4rem;
}
#impacts .video #video {
  position: absolute;
  left: 1.5%;
  top: 3%;
  width: 96%;
  height: 79%;
  outline: none;
}
#impacts .congthuc {
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: "Montserrat-Bold";
  text-align: center;
  margin: 3rem 30% 1rem 30%;
  padding: 2px;
  background: linear-gradient(to right, #6e30c2, #eb52c7);
  width: 40%;
  font-size: 150%;
  border-radius: 42px;
  display: inline-block;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
@media (min-width: 1100px) and (max-width: 1300px) {
  #impacts .congthuc {
    width: 60%;
    margin: 2.5rem 20% 1rem 20%;
  }
}
@media (min-width: 1301px) and (max-width: 1364px) {
  #impacts .congthuc {
    width: 50%;
    margin: 2.5rem 25% 1rem 25%;
  }
}
@media (max-width: 768px) {
  #impacts .congthuc {
    width: 100%;
    margin: 1rem 0%;
    font-size: 100%;
  }
}
@media (max-width: 360px) {
  #impacts .congthuc {
    font-size: 90%;
  }
}
@media (max-width: 340px) {
  #impacts .congthuc {
    font-size: 80%;
  }
}
#impacts .congthuc span {
  background: #3f2170;
  display: block;
  padding: 1em;
  border-radius: 40px;
}
@media (max-width: 768px) {
  #impacts .congthuc span {
    padding: 1em 0;
  }
}

@keyframes circle-move {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(300px);
  }
}
@keyframes slow-move {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(200px);
  }
}
@keyframes slow-move2 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-200px);
  }
}
#slide {
  background: #3f2170;
  color: #fff;
  padding: 60px 0 150px;
  position: relative;
}
#slide .top-left {
  position: absolute;
  top: -6rem;
  width: 10%;
  left: 0;
}
#slide .top-right {
  position: absolute;
  top: -4rem;
  right: 0;
  width: 10%;
}
#slide .title {
  color: #fff;
  line-height: 45px;
}
#slide .title hr {
  width: 10%;
  border-top: 3px solid #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 360px) {
  #slide .title {
    line-height: 30px;
  }
}
#slide .description {
  text-align: center;
  font-family: "Montserrat-Light";
  font-size: 120%;
  margin-top: 1rem;
}
#slide .thuvien_slider {
  width: 100%;
  height: 100%;
  overflow: visible !important;
  margin: 8% 0;
}
@media (max-width: 600px) {
  #slide .thuvien_slider {
    overflow: hidden !important;
  }
}
#slide .thuvien_slider .swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#slide .thuvien_slider .swiper-slide .content_slider {
  width: 100%;
}
#slide .thuvien_slider .swiper-slide .content_slider figure {
  width: 100%;
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
#slide .thuvien_slider .swiper-slide .content_slider figure img {
  width: 100%;
}
#slide .thuvien_slider .swiper-slide-active {
  opacity: 1 !important;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.4);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.4);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.4);
  transition: all 200ms ease-in;
  transform: scale(1.4);
  z-index: 55;
}
#slide .thuvien_slider .swiper-slide-active img {
  border-radius: 0px;
}
@media (max-width: 767px) {
  #slide .thuvien_slider .swiper-slide-active {
    transform: scale(1);
  }
}
#slide .thuvien_slider .swiper-slide-active .content_slider figure {
  width: 100%;
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
#slide .thuvien_slider .btn-slide {
  outline: none;
  background-image: none;
  background-color: transparent;
  border-radius: 999px;
  position: absolute;
  margin-top: -22px;
  z-index: 10;
  top: 44%;
  cursor: pointer;
  width: 100px;
  height: 100px;
  color: #fff;
}
#slide .thuvien_slider .btn-slide svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  #slide .thuvien_slider .btn-slide {
    width: 70px;
    height: 70px;
  }
}
#slide .thuvien_slider .btn-slide:hover {
  color: #e10d8c;
}
#slide .thuvien_slider .swiper-button-next-thuvien {
  right: 14%;
}
@media (max-width: 767px) {
  #slide .thuvien_slider .swiper-button-next-thuvien {
    right: -5%;
  }
}
#slide .thuvien_slider .swiper-button-prev-thuvien {
  left: 14%;
}
@media (max-width: 767px) {
  #slide .thuvien_slider .swiper-button-prev-thuvien {
    left: -5%;
  }
}
@media (max-width: 360px) {
  #slide {
    padding: 1.5rem 0 2rem;
  }
}

@-webkit-keyframes glowing {
  0% {
    -webkit-box-shadow: 0 0 3px #e80a89;
  }
  50% {
    -webkit-box-shadow: 0 0 10px #0094FF;
  }
  100% {
    -webkit-box-shadow: 0 0 3px #e80a89;
  }
}
@-moz-keyframes glowing {
  0% {
    -moz-box-shadow: 0 0 3px #e80a89;
  }
  50% {
    -moz-box-shadow: 0 0 10px #0094FF;
  }
  100% {
    -moz-box-shadow: 0 0 3px #e80a89;
  }
}
@-o-keyframes glowing {
  0% {
    box-shadow: 0 0 3px #e80a89;
  }
  50% {
    box-shadow: 0 0 10px #0094FF;
  }
  100% {
    box-shadow: 0 0 3px #e80a89;
  }
}
@keyframes glowing {
  0% {
    box-shadow: 0 0 3px #e80a89;
  }
  50% {
    box-shadow: 0 0 10px #0094FF;
  }
  100% {
    box-shadow: 0 0 3px #e80a89;
  }
}
#form_ct {
  background: url("../../images/connect/bg_form.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 3rem 0;
  position: relative;
  overflow: hidden;
}
#form_ct .circle-container {
  width: 25%;
  height: 25%;
  position: absolute;
  left: 5%;
  top: 50%;
  -webkit-animation: orbit 8s linear infinite;
  -moz-animation: orbit 8s linear infinite;
  -o-animation: orbit 8s linear infinite;
  animation: orbit 8s linear infinite;
}
#form_ct .circle-container .circle-animation {
  position: absolute;
  left: 10%;
  top: 60%;
  width: 30%;
  z-index: 1;
}
#form_ct .circle-container2 {
  width: 25%;
  height: 25%;
  position: absolute;
  right: 5%;
  top: 10%;
  -webkit-animation: orbit 10s linear infinite;
  -moz-animation: orbit 10s linear infinite;
  -o-animation: orbit 10s linear infinite;
  animation: orbit 10s linear infinite;
}
#form_ct .circle-container2 .circle-animation2 {
  position: absolute;
  left: 55%;
  top: 40%;
  width: 40%;
  z-index: 1;
}
#form_ct .circle-move {
  position: absolute;
  bottom: 5%;
  width: 6%;
  left: 5%;
  z-index: 1;
  -webkit-animation: slow-move2 6s linear infinite;
  -moz-animation: slow-move2 6s linear infinite;
  -o-animation: slow-move2 6s linear infinite;
  animation: slow-move2 6s linear infinite;
}
#form_ct .circle-move-right {
  position: absolute;
  top: 10%;
  width: 10%;
  right: 5%;
  z-index: 1;
  -webkit-animation: circle-move 8s linear infinite;
  -moz-animation: circle-move 8s linear infinite;
  -o-animation: circle-move 8s linear infinite;
  animation: circle-move 8s linear infinite;
}
#form_ct .top-left {
  position: absolute;
  top: -6rem;
  width: 10%;
  left: 0;
  z-index: 2;
  -webkit-animation: circle-move 10s linear infinite;
  -moz-animation: circle-move 10s linear infinite;
  -o-animation: circle-move 10s linear infinite;
  animation: circle-move 10s linear infinite;
}
#form_ct .title {
  color: #652e8c;
  margin-bottom: 2rem;
}
#form_ct form {
  background-image: linear-gradient(to right, #5f2c88, #402171);
  padding: 2rem 4rem;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}
#form_ct form .wrapper-loading {
  display: none;
}
#form_ct form .wrapper-loading .loading-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0 -15px;
  border-radius: 20px;
  background-color: #f3ebeb78;
  display: flex;
  align-items: center;
  justify-content: center;
}
#form_ct form .field-input {
  width: 100%;
  background: transparent;
  color: #fff;
  margin-bottom: 0.5rem;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 7px 20px;
}
#form_ct form .field-register {
  background: #e10d8c;
  text-transform: uppercase;
  font-family: "Montserrat-Bold";
  padding: 7px 40px;
  cursor: pointer;
  border: none;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  margin-left: 35%;
  width: 30%;
  font-size: 120%;
  transition: background-color 0.5s ease;
}
@media (max-width: 768px) {
  #form_ct form .field-register {
    width: 60%;
    margin-left: 20%;
  }
}
#form_ct form .field-register:hover {
  background: #fff;
  color: #e10d8c;
}
@media (max-width: 576px) {
  #form_ct form {
    padding: 2rem;
  }
}

@-webkit-keyframes orbit {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes orbit {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@media (max-width: 575.98px) {
  .thank-ucreate.pc {
    display: none;
  }
}
.thank-ucreate.mb {
  display: none;
}
@media (max-width: 575.98px) {
  .thank-ucreate.mb {
    display: block;
  }
}

#thanks {
  position: relative;
}
#thanks .text_thanks {
  position: absolute;
  top: 50%;
  left: 20%;
  width: 60%;
  transform: translateY(-50%);
  z-index: 99;
  text-align: center;
}
@media (max-width: 768px) {
  #thanks .text_thanks {
    top: 5%;
    width: 98%;
    left: 2%;
    padding: 1rem 0;
    transform: translateY(0%);
  }
}
#thanks .text_thanks .logo {
  width: 40%;
  margin: 0.5rem auto;
}
#thanks .text_thanks .text_tk {
  color: #fff;
  font-family: "Montserrat-Regular";
  text-transform: uppercase;
  font-size: 400%;
}
@media (max-width: 575.98px) {
  #thanks .text_thanks .text_tk {
    font-size: 250%;
  }
}
#thanks .text_thanks p {
  color: #fff;
  font-family: "Montserrat-Light";
}
#thanks .text_thanks .backtohome {
  color: #fff;
  padding: 8px 20px;
  background: #e80a89;
  font-family: "Montserrat-SemiBold";
  text-transform: uppercase;
  width: 30%;
  margin: 0.5rem auto;
  border-radius: 20px;
}
@media (max-width: 575.98px) {
  #thanks .text_thanks .backtohome {
    width: 60%;
  }
}
#thanks .text_thanks .backtohome a {
  color: #fff;
  text-decoration: none;
}
#thanks .text_thanks .backtohome:hover {
  background: #fff;
}
#thanks .text_thanks .backtohome:hover a {
  color: #e80a89;
}
#thanks .text_thanks .tieude {
  font-family: "Montserrat-Bold";
  margin-top: 5rem;
  color: #e80a89;
  font-size: 140%;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  #thanks .text_thanks .tieude {
    margin-top: 30px;
  }
}
#thanks .text_thanks .icon img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
  font-family: "Montserrat-Light";
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
  font-family: "Montserrat-Light";
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1;
  font-family: "Montserrat-Light";
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
  font-family: "Montserrat-Light";
}

.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #e80a89;
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media (min-width: 1301px) and (max-width: 1400px) {
  #header .header_form {
    left: 7%;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  #services .bg_virtual_office .table-bordered td {
    line-height: 18px;
    font-size: 0.85rem;
  }
}
@media (max-width: 575.98px) {
  body {
    overflow-x: hidden;
  }
}

/*# sourceMappingURL=style.css.map */
