@-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");
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("../../fonts/Montserrat-Medium.ttf");
}
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: 200%;
  text-align: center;
}
@media (max-width: 768px) {
  .title {
    font-size: 160%;
  }
}
@media (max-width: 360px) {
  .title {
    font-size: 140%;
  }
}

.btn-ureka-dmp {
  position: fixed;
  opacity: 0;
  top: 10px;
  right: 10px;
  z-index: 999;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  width: fit-content;
  border-radius: 30px;
  text-align: center;
  animation: pulse 1s infinite;
}
.btn-ureka-dmp::before {
  --size: 0;
  content: "";
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--size);
  height: var(--size);
  transform: translate(-50%, -50%);
  transition: width 0.2s ease, height 0.2s ease;
}
.btn-ureka-dmp img {
  width: 100%;
  margin-left: 0%;
}
@media (max-width: 768px) {
  .btn-ureka-dmp {
    top: 60px;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #166852;
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(22, 104, 82, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(22, 104, 82, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 #166852;
    box-shadow: 0 0 0 0 #166852;
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(22, 104, 82, 0);
    box-shadow: 0 0 0 10px rgba(22, 104, 82, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(22, 104, 82, 0);
    box-shadow: 0 0 0 0 rgba(22, 104, 82, 0);
  }
}
#ac-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1001;
}
#ac-wrapper .banner {
  width: 50%;
  height: auto;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  position: relative;
  top: 15%;
  left: 25%;
  display: none;
}
@media (min-width: 1600px) {
  #ac-wrapper .banner {
    width: 50%;
    left: 25%;
  }
}
@media (min-width: 1900px) {
  #ac-wrapper .banner {
    width: 40%;
    left: 30%;
  }
}
#ac-wrapper .banner input {
  position: absolute;
  top: 0%;
  right: 0%;
  background: #a06a06;
  border: none;
  color: #fff;
}

.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_dmp {
  position: relative;
  padding-top: 0;
}
@media (max-width: 768px) {
  #header_dmp {
    margin-top: 50px;
  }
}
#header_dmp .swiper-pagination-bullets {
  bottom: 8%;
}
#header_dmp .swiper-pagination-bullet {
  background: #fff !important;
  opacity: 1;
}
#header_dmp .swiper-pagination-bullet-active {
  background: #e80a89 !important;
}
#header_dmp .content {
  position: absolute;
  top: 40%;
  left: 20%;
  width: 60%;
  transform: translateY(-50%);
  z-index: 98;
}
@media (max-width: 768px) {
  #header_dmp .content {
    top: 75%;
    width: 96%;
    left: 2%;
    padding: 1rem 0;
  }
}
#header_dmp .content .logo {
  width: 60%;
  margin: 0.5rem auto;
}
#header_dmp .content .text_header {
  color: #fff;
  text-align: center;
  font-size: 120%;
  font-family: "Montserrat-Light";
  background-color: transparent;
}
@media (max-width: 768px) {
  #header_dmp .content .text_header {
    font-size: 100%;
  }
}
@media (max-width: 380px) {
  #header_dmp .content .text_header {
    font-size: 90%;
  }
}
@media (max-width: 360px) {
  #header_dmp .content .text_header {
    font-size: 80%;
  }
}
#header_dmp .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_dmp .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);
  }
}
#customer {
  padding: 2rem 0;
  position: relative;
}
#customer .bt-left {
  position: absolute;
  bottom: 2%;
  left: 2%;
  width: 5%;
  -webkit-animation: slow-move2 10s linear infinite;
  -moz-animation: slow-move2 10s linear infinite;
  -o-animation: slow-move2 10s linear infinite;
  animation: slow-move2 10s linear infinite;
}
#customer .top-r {
  position: absolute;
  top: 30%;
  right: 9%;
  width: 15%;
  -webkit-animation: circle-move 12s linear infinite;
  -moz-animation: circle-move 12s linear infinite;
  -o-animation: circle-move 12s linear infinite;
  animation: circle-move 12s linear infinite;
}
#customer .circle-move {
  position: absolute;
  bottom: 5%;
  width: 2%;
  left: 8%;
  z-index: 1;
  -webkit-animation: slow-move2 10s linear infinite;
  -moz-animation: slow-move2 10s linear infinite;
  -o-animation: slow-move2 10s linear infinite;
  animation: slow-move2 10s linear infinite;
}
#customer .circle-move-right {
  position: absolute;
  top: 0%;
  width: 5%;
  right: 3%;
  z-index: 1;
  -webkit-animation: circle-move 12s linear infinite;
  -moz-animation: circle-move 12s linear infinite;
  -o-animation: circle-move 12s linear infinite;
  animation: circle-move 12s linear infinite;
}
#customer .title {
  color: #1a2b3a;
  line-height: 40px;
}
#customer .title span {
  color: #e80a89;
}
#customer .title hr {
  width: 15%;
  border-top: 3px solid #e80a89;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #customer .title hr {
    width: 40%;
  }
}
#customer .content {
  color: #1a2b3a;
  font-family: "Montserrat-Medium";
  font-size: 180%;
  margin-bottom: 2rem;
  text-align: center;
}
@media (max-width: 768px) {
  #customer .content {
    text-align: left;
    font-size: 110%;
  }
}
#customer figure {
  text-align: center;
}
#customer figure .shiva {
  position: relative;
  margin-bottom: 1rem;
}
#customer figure .shiva img {
  width: 70%;
  margin-left: 15%;
}
@media (max-width: 768px) {
  #customer figure .shiva img {
    width: 100%;
    margin-left: 0;
  }
}
#customer figure .shiva .count {
  color: #e80a89;
  font-family: "Montserrat-Bold";
  position: absolute;
  top: 25%;
  left: 40%;
  font-size: 200%;
}
@media (max-width: 768px) {
  #customer figure .shiva .count {
    left: 25%;
    font-size: 180%;
  }
}
#customer figure .shiva span {
  color: #e80a89;
  font-size: 200%;
  position: absolute;
  top: 25%;
  left: 62%;
  font-family: "Montserrat-Bold";
}
@media (max-width: 768px) {
  #customer figure .shiva span {
    left: 58%;
    font-size: 180%;
  }
}
#customer figure .shiva .ptl {
  left: 57%;
}
@media (max-width: 768px) {
  #customer figure .shiva .ptl {
    left: 50%;
  }
}
#customer figure .tieude {
  color: #1a2b3a;
  font-family: "Montserrat-SemiBold";
  font-size: 150%;
}
#customer figure p {
  font-family: "Montserrat-Medium";
  color: #1a2b3a;
}
#customer .borde {
  font-family: "Montserrat-Medium";
  text-align: center;
  width: 40%;
  margin: 1rem 30%;
  border-radius: 10px;
  font-size: 140%;
  padding: 10px;
  display: inline-block;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
#customer .borde span {
  color: #e80a89;
  font-family: "Montserrat-Bold";
  font-size: 150%;
}
@media (max-width: 768px) {
  #customer .borde {
    width: 96%;
    margin: 0.5rem 2%;
    font-size: 100%;
  }
}
#customer .chuthich {
  color: #888;
  font-size: 12px;
}

#identify {
  background: #1a2b3a;
  padding: 1rem 0 3rem;
}
#identify .title {
  color: #fff;
  line-height: 40px;
}
#identify .title hr {
  width: 15%;
  border-top: 3px solid #e80a89;
  margin-top: 10px;
  margin-bottom: 10px;
}
#identify .tieude {
  color: #62dde9;
  font-family: "Montserrat-Bold";
  font-size: 150%;
  line-height: 25px;
}
#identify .tieude hr {
  width: 10%;
  border-top: 3px solid #62dde9;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 0;
}
@media (max-width: 768px) {
  #identify .tieude hr {
    width: 30%;
  }
}
@media (max-width: 768px) {
  #identify .tieude {
    font-size: 120%;
  }
}
#identify .heightimg2 {
  opacity: 0.55;
}
#identify .line01, #identify .line02, #identify .line03 {
  position: relative;
}
#identify .line01 .linebt, #identify .line02 .linebt, #identify .line03 .linebt {
  position: absolute;
  bottom: 20px;
}
@media (max-width: 768px) {
  #identify .line01 .linebt, #identify .line02 .linebt, #identify .line03 .linebt {
    position: relative;
    bottom: 0;
    margin-top: 0.5rem;
  }
}
#identify p {
  color: #fff;
  font-family: "Montserrat-Regular";
  font-size: 125%;
}
#identify p span {
  color: #62dde9;
}
@media (max-width: 768px) {
  #identify p {
    font-size: 10px;
    margin-bottom: 0;
  }
}
#identify .linexanh {
  margin-top: -1.5rem;
}
@media (max-width: 768px) {
  #identify .linexanh {
    margin-top: 0;
  }
}
#identify .linexanh2 {
  margin-top: 3rem;
}
#identify .noidung {
  border: 2px solid #62dde9;
  border-radius: 5px;
  font-family: "Montserrat-Regular";
  color: #62dde9;
  padding: 10px;
  width: 80%;
}
#identify .mg20 {
  padding: 3rem 0;
}
#identify .mt10 {
  margin-top: 1rem;
}
#identify .mt-10 {
  margin-bottom: 2rem;
}
#identify .mb-15 {
  margin-bottom: 10px;
}
#identify .borderxanh {
  cursor: pointer;
  border-radius: 15px;
  padding: 20px 15px;
}
@media (max-width: 768px) {
  #identify .borderxanh {
    padding: 0;
  }
}
#identify .borderxanh:hover {
  border: 2px solid #62dde9;
}
#identify img.hover-icon-ft {
  transition: 0.3s linear;
}
#identify img.hover-icon-ft:hover {
  transform: translateY(-10px);
}

#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;
  }
}
@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: 5% 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;
  }
}
#works {
  padding: 4rem 0;
  position: relative;
}
#works .bt-left {
  position: absolute;
  bottom: 2%;
  left: 2%;
  width: 5%;
}
#works .top-r {
  position: absolute;
  top: 30%;
  right: 9%;
  width: 15%;
}
#works .circle-move {
  position: absolute;
  bottom: 5%;
  width: 2%;
  left: 8%;
  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;
}
#works .circle-move-right {
  position: absolute;
  top: 0%;
  width: 5%;
  right: 3%;
  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;
}
#works .title {
  color: #1a2b3a;
  text-transform: uppercase;
}
#works .title hr {
  width: 15%;
  border-top: 3px solid #e80a89;
  margin-top: 10px;
  margin-bottom: 10px;
}
#works .content {
  font-family: "Montserrat-Medium";
  text-align: center;
  width: 100%;
  margin: 3rem 0;
  border-radius: 10px;
  font-size: 140%;
  padding: 10px;
  display: inline-block;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
@media (max-width: 768px) {
  #works .content {
    font-size: 90%;
  }
}
@media (max-width: 360px) {
  #works .content {
    font-size: 85%;
  }
}
#works .content span {
  color: #e80a89;
  font-family: "Montserrat-Bold";
  font-size: 150%;
}
@media (max-width: 768px) {
  #works .content span {
    font-size: 120%;
  }
}
@media (max-width: 768px) {
  #works .tea {
    width: 60%;
    margin: 1.5rem 20% 0.5rem;
  }
}

#form_ct {
  background: url("../../images/dmp/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: #fff;
  margin-bottom: 2rem;
}
#form_ct form {
  background: rgba(13, 30, 48, 0.85);
  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 #62dde9;
  border-radius: 20px;
  padding: 7px 20px;
}
#form_ct form .field-register {
  background: #62dde9;
  text-transform: uppercase;
  font-family: "Montserrat-Bold";
  padding: 7px 40px;
  cursor: pointer;
  border: none;
  border-radius: 20px;
  color: #1a2b3a;
  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: #1a2b3a;
}
@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);
  }
}
#thanks {
  position: relative;
}
#thanks .text_thanks {
  position: absolute;
  top: 50%;
  left: 25%;
  width: 50%;
  transform: translateY(-50%);
  z-index: 99;
  text-align: center;
}
@media (max-width: 768px) {
  #thanks .text_thanks {
    top: 5%;
    width: 98%;
    left: 1%;
    padding: 1rem 0;
    transform: translateY(0%);
  }
}
#thanks .text_thanks .rgb {
  background: rgba(13, 30, 48, 0.85);
  padding: 2rem;
  border-radius: 20px;
}
#thanks .text_thanks .logo {
  width: 40%;
  margin: 0.5rem auto;
}
#thanks .text_thanks .text_tk {
  color: #62dde9;
  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: #1a2b3a;
  padding: 8px 20px;
  background: #62dde9;
  font-family: "Montserrat-Bold";
  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: #1a2b3a;
  text-decoration: none;
}
#thanks .text_thanks .backtohome:hover {
  background: #62dde9;
}
#thanks .text_thanks .backtohome:hover a {
  color: #e80a89;
}
#thanks .text_thanks .tieude {
  font-family: "Montserrat-Bold";
  margin-top: 5rem;
  color: #62dde9;
  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;
}

.modal .modal-dialog {
  max-width: 70%;
}
.modal .modal-dialog .modal-content {
  margin-top: 2rem;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.modal .modal-dialog .modal-content .close {
  position: absolute;
  right: 10%;
  top: 10%;
  width: 30px;
  opacity: 1;
}

::-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 */
