.single-banner-image-1 img {
  padding: 6px;
  background-image: linear-gradient(
    307deg,
    rgb(237 255 12),
    rgb(94 8 133 / 0%) 65%,
    rgb(94 8 133 / 0%) 100%,
    rgb(9 162 252 / 0%)
  ) !important;
  /* box-shadow: 0 1px 3px rgb(34 25 25 / 40%); */
  border-radius: 50%;
}

.single-banner-image-2 img {
  padding: 6px;
  background-image: linear-gradient(
    307deg,
    rgb(0 172 238),
    rgb(94 8 133 / 0%) 65%,
    rgb(94 8 133 / 0%) 100%,
    rgb(9 162 252 / 0%)
  ) !important;
  /* box-shadow: 0 1px 3px rgb(34 25 25 / 40%); */
  border-radius: 50%;
}
.homepage-style-intro-icon {
  align-items: center;
  margin-right: 35px;
  border-bottom: 1px solid #000;

  padding-bottom: 10px;
}
.homepage-style-intro-icon img {
  transform: scale(1);
  transition: all 400ms ease;
}
.homepage-style-intro-icon:hover img {
  transform: scale(-1) rotate(180deg);
}
.intro-icon-1 {
  border-color: #f9d464;
}
.intro-icon-2 {
  border-color: #00acee;
}
.intro-icon-3 {
  border-color: #554bb9;
}
.intro-icon-4 {
  border-color: #fc097c;
}
.pos-relative {
  position: relative;
}
.play-btn {
  position: absolute;
  top: 70px;
  right: 40px;
}
.play-btn a {
  width: 80px;
  height: 80px;
  line-height: 68px;
  font-size: 15px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 6px solid #fff;
  background: #fc097c;
  color: #ffffff;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 white;
  }
  70% {
    box-shadow: 0 0 0 30px rgba(255, 31, 89, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 31, 89, 0);
  }
}
.popup-video::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
  animation: pulse 1500ms ease-out infinite;
}
.popup-video {
  position: relative;
  z-index: 5;
}
.play-btn a:hover {
  background: #311a79;
  color: #ffffff;
}
.img-no-margin {
  margin-bottom: 0 !important;
}
.col-box-shadow .col-inner {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.counter-text .counter {
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
}
.counter-text p {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
}
.counter-text .counter-item-1 {
  color: #f9d464;
}
.counter-text .counter-item-2 {
  color: #00acee;
}
.counter-text .counter-item-3 {
  color: #fc097c;
}
.counter-text .counter-item-4 {
  color: #554bb9;
}
.single-contact-info {
  background: #ffffff;
  box-shadow: 0px 0px 100px 0px rgb(0 0 0 / 11%);
  padding: 55px 55px 20px 52px;
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 200px;
  border-radius: 20px;
}
.single-contact-info .info-icon i {
  font-size: 35px;
}
.single-contact-info .info-icon {
  width: 80px;
  height: 80px;
  line-height: 92px;
  color: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: -95px;
}
.single-contact-info .info-content {
  width: 100%;
}
.color-2 {
  background: #f9d464;
}
.color-1 {
  background: #00acee;
}
.color-3 {
  background: #554bb9;
}
.footer-copyright {
  border-top: 3px solid #1e0c53;
  margin-top: 0;
  text-align: center !important;
}
.header {
  position: absolute !important;
}
.header-wrapper.stuck {
  background-color: #311a79;
}
.z-on-over {
  z-index: 9;
}
#button-contact-vr {
  position: fixed;
  bottom: 0;
  z-index: 99999;
} /*phone*/

#button-contact-vr .button-contact {
  position: relative;
}

#button-contact-vr .button-contact .phone-vr {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 90px;
  height: 90px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility 0.5s;
  left: 0;
  bottom: 0;
  display: block;
}

.phone-vr-circle-fill {
  width: 55px;
  height: 55px;
  top: 17px;
  left: 17px;
  position: absolute;
  box-shadow: 0 0 0 0 #c31d1d;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animuiion: zoom 1.3s infinite;
  animation: zoom 1.3s infinite;
}

.phone-vr-img-circle {
  background-color: #e60808;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 25px;
  left: 25px;
  position: absolute;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

.phone-vr-img-circle a {
  display: block;
  line-height: 37px;
}

.phone-vr-img-circle img {
  max-height: 25px;
  max-width: 27px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

@-webkit-keyframes phone-vr-circle-fill {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}

@-webkit-keyframes 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;
  }
}

@keyframes 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;
  }
}

.phone-bar a {
  position: fixed;
  bottom: 25px;
  left: 30px;
  z-index: -1;
  color: #fff;
  font-size: 16px;
  padding: 8px 15px 7px 50px;
  border-radius: 100px;
  white-space: nowrap;
}

.phone-bar a:hover {
  opacity: 0.8;
  color: #fff;
}

.phone-bar a,
#phone-vr .phone-vr-circle-fill,
#phone-vr .phone-vr-img-circle,
#phone-vr .phone-bar a {
  background-color: #81d742;
}

@media (max-width: 736px) {
  .phone-bar {
    display: none;
  }
}

#zalo-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #2196f3;
  background-color: rgba(33, 150, 243, 0.7);
}

#zalo-vr .phone-vr-img-circle {
  background-color: #2196f3;
}

#viber-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #714497;
  background-color: rgba(113, 68, 151, 0.8);
}

#viber-vr .phone-vr-img-circle {
  background-color: #714497;
}

#contact-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #2196f3;
  background-color: rgba(33, 150, 243, 0.7);
}

#contact-vr .phone-vr-img-circle {
  background-color: #2196f3;
} /*css all in one*/
#gom-all-in-one #phone-vr {
  transition: 0.7s all;
  -moz-transition: 0.7s all;
  -webkit-transition: 0.7s all;
}

#gom-all-in-one #zalo-vr {
  transition: 1s all;
  -moz-transition: 1s all;
  -webkit-transition: 1s all;
}

#gom-all-in-one #viber-vr {
  transition: 1.3s all;
  -moz-transition: 1.3s all;
  -webkit-transition: 1.3s all;
}

#gom-all-in-one #contact-vr {
  transition: 1.6s all;
  -moz-transition: 1.6s all;
  -webkit-transition: 1.6s all;
}

#button-contact-vr.active #gom-all-in-one .button-contact {
  margin-left: -100%;
}

#all-in-one-vr .phone-bar {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  color: #fff;
  padding: 5px 15px 5px 48px;
  border-radius: 50px;
  margin-left: -64px;
  width: max-content;
  cursor: pointer;
}

.text_shadows {
  text-shadow: 3px 3px 0 #f49b90, 6px 6px 0 #f28b7d, 9px 9px #f07a6a,
    12px 12px 0 #ee6352;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 35px;
  text-align: center;
  margin: 0;
  color: #8cc541;
  animation: shadows 1.2s ease-in infinite, move 1.2s ease-in infinite;
  letter-spacing: 0.4rem;
}

@keyframes shadows {
  0% {
    text-shadow: none;
  }

  10% {
    text-shadow: 3px 3px 0 #1f952d;
  }

  20% {
    text-shadow: 3px 3px 0 #0b6e21, 6px 6px 0 #1fca32;
  }

  30% {
    text-shadow: 3px 3px 0 #187016, 6px 6px 0 #30a320, 9px 9px #199a34;
  }

  40% {
    text-shadow: 3px 3px 0 #f49b90, 6px 6px 0 #f28b7d, 9px 9px #f07a6a,
      12px 12px 0 #ee6352;
  }

  50% {
    text-shadow: 3px 3px 0 #f49b90, 6px 6px 0 #f28b7d, 9px 9px #f07a6a,
      12px 12px 0 #ee6352;
  }

  60% {
    text-shadow: 3px 3px 0 #f49b90, 6px 6px 0 #f28b7d, 9px 9px #f07a6a,
      12px 12px 0 #ee6352;
  }

  70% {
    text-shadow: 3px 3px 0 #f49b90, 6px 6px 0 #f28b7d, 9px 9px #f07a6a;
  }

  80% {
    text-shadow: 3px 3px 0 #f49b90, 6px 6px 0 #f28b7d;
  }

  90% {
    text-shadow: 3px 3px 0 #f49b90;
  }

  100% {
    text-shadow: none;
  }
}

@keyframes move {
  0% {
    transform: translate(0px, 0px);
  }

  40% {
    transform: translate(-12px, -12px);
  }

  50% {
    transform: translate(-12px, -12px);
  }

  60% {
    transform: translate(-12px, -12px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}
.no-padding > .col-inner {
  padding: 0px !important;
}
