@-webkit-keyframes my {
  0% {
    border: 4px solid #02a9dc;
  }

  50% {
    border: 4px solid #ffffff;
  }

  100% {
    border: 4px solid #02a9dc;
  }
}

@-moz-keyframes my {
  0% {
    border: 4px solid #02a9dc;
  }

  50% {
    border: 4px solid #ffffff;
  }

  100% {
    border: 4px solid #02a9dc;
  }
}

@-o-keyframes my {
  0% {
    border: 4px solid #02a9dc;
  }

  50% {
    border: 4px solid #ffffff;
  }

  100% {
    border: 4px solid #02a9dc;
  }
}

@keyframes my {
  0% {
    border: 4px solid #02a9dc;
  }

  50% {
    border: 4px solid #ffffff;
  }

  100% {
    border: 4px solid #02a9dc;
  }
}

html,
body {
  width: 100%;
  height: 100%;
}

.container {
  max-width: 1340px;
  /* max-width: 1640px; */

}


.container1 {
  max-width: 1640px;
  margin: 0 auto;
}

.nhapnhay {
  background: #4745478a;
  padding: 10px;
  border-radius: 8px;
  font-weight: bold;
  -webkit-animation: my 700ms infinite;
  -moz-animation: my 700ms infinite;
  -o-animation: my 700ms infinite;
  animation: my 700ms infinite;
}

@keyframes my1 {
  0% {
    color: #dd0000;
  }

  50% {
    color: #ffffff;
  }

  100% {
    color: #dd0000;
  }
}

.nhapnhay1 {
  font-weight: bold;
  -webkit-animation: my1 500ms infinite;
  -moz-animation: my1 500ms infinite;
  -o-animation: my1 500ms infinite;
  animation: my1 500ms infinite;
}


.hidden-pc {
  display: none;
}

.hidden-mobile {
  display: block;
}

.box-profit .warning {
  margin-top: 2rem;
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 4.5rem;
}

header {
  background: linear-gradient(0deg, #02a9dc, #02a9dc);
  z-index: 9;
  position: fixed;
  width: 100%;
}

p {
  font-size: 1.6rem;
}

.header-logo {
  width: 182px;
}

.top-banner {
  margin-top: 2rem;
}

.banner-mobile {
  position: relative;
}

.box-text-banner {
  position: absolute;
  top: 0;
  /* padding: 10px; */
  width: 100%;
  height: 100%;

  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  text-transform: uppercase;

  /* background-image: linear-gradient(180deg, rgba(22, 57, 113, 0) 10%, #040810 150%); */
}

.sub-title-head {
    text-shadow: 0 0 5px #1bb6fe, 0 0 5px #1bb6fe, 0 0 2px #1bb6fe;
    font-weight: bold;
}

.box-text-banner p {
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
}

.text-top {
  margin-top: 20px;
}

.text-top p {
  font-size: 16px;
  color: rgb(255, 255, 255);
  text-align: center;
  text-shadow: -0.908px 1.782px 4px rgba(0, 0, 0, 0.91);
}

.text-bottom {
  background-image: linear-gradient(180deg, rgb(22 57 113 / 0%) 0%, #040810 100%);
  width: 100%;
  padding-bottom: 5px;
}

.text-bottom p {
  font-size: 15px;
  color: rgb(255, 255, 255);
  text-align: center;
  text-shadow: -0.908px 1.782px 4px rgba(0, 0, 0, 0.91);
}

.navbar-toggler-icon {
  width: 2.5em;
  height: 2.5em;
}

.text-shadow {
  text-shadow: 0 0 5px #1bb6fe, 0 0 5px #1bb6fe, 0 0 2px #1bb6fe;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.wrapper {
  overflow-x: hidden;
  overflow-y: hidden;
}

.wrapper {
  background: url(../images/bg.jpg) top center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  min-height: 100vh;

  padding-bottom: 5rem;
}

header li {
  margin: 0 20px;
}

header li a:hover {
  color: #fff;
  text-shadow: 0 0 5px #fee71b, 0 0 5px #fee71b, 0 0 2px #fee71b;
  /* transition: all 0.25s; */
}

header li:first-child {
  /* margin-left: 15px; */
}

.header-group-button {
  display: flex;
}

header .header-group-button button {
  font-size: 1.6rem;
  font-weight: 400;
  border-radius: 8px;
  padding: 5px 10px;
}

.header-group-button a {
  margin: 0 5px;
}

.header-group-button a:last-child {
  margin-right: 0px;
}

.header-menu-item {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
}

.navbar-toggler {
  border-color: #fff;
}

.navbar-nav {
  margin: 0 auto;
}

.icon-menu-mobile {
  font-size: 2rem;
  color: #fff;
}

.btn-header {
  background: transparent;
  color: #fff;
  border: 1px solid #ffffff;
}

.btn-header:hover {
  background: linear-gradient(0deg, #02a9dc, #2fcdfd);
}

.btn-header-login-jun88 {
  background: linear-gradient(0deg, #ffad13, #ffbd41);
}

.btn-header-login-jun88:hover {
  background: linear-gradient(0deg, #ffbd41, #ffad13);
}

.btn-header-login,
.btn-login-now {
  background: linear-gradient(0deg, #228d16, #6ecb63);
  cursor: pointer;
}

.btn-header-login:hover,
.btn-login-now:hover {
  background: linear-gradient(0deg, #6ecb63, #228d16);
}

.btn-header-signup,
.btn-reg-now {
  background: linear-gradient(0deg, #ff2442, #ff596f);
  cursor: pointer;
}

.btn-header-signup:hover,
.btn-reg-now:hover {
  background: linear-gradient(0deg, #ff596f, #ff2442);
}

.banner img {
  height: 660px;
}

.info-register {
  padding: 1rem 0;
}

.info-register-left,
.info-register-right {
  width: 100%;
}

.info-register-left-title,
.info-register-right-title {
  font-size: 3rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 5px #1bb6fe, 0 0 5px #1bb6fe, 0 0 2px #1bb6fe;
  padding: 0 0 2rem 0;
  text-align: center;
}

.form-control {
  height: calc(4rem + 2px);
  font-size: 1.4rem;
  background-color: #ffffffcf;
  border: 1px solid #fff;
  border-radius: 6px;
}

.img-captcha {
  height: calc(4rem + 2px);
  border-radius: 8px;
}

.btn-reg-login-now {
  display: flex;
  margin-left: -15px;
}

.btn-reg-login-now a,
.btn-reg-login-now>input {
  width: 100%;
  color: white;
  margin-left: 15px;
}

.btn-reg-now,
.btn-login-now {
  width: 100%;
  height: calc(4rem + 2px);
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 6px;
}

.travel-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2rem 0;
  width: 100%;
}

.nav-icon {
  vertical-align: middle;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #ffd500;
}

.travel-nav .nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: #ffffffe0;
  padding: 1rem 0;
  border-bottom: 2px solid #475469;
  width: 25%;

  cursor: pointer;
}

.travel-nav .nav-item.active {
  border: 2px solid #02bfff;
  border-bottom: unset;
  background-color: #fff;
  color: #02bfff;
  border-radius: 12px 12px 0 0;
  /* background-image: linear-gradient(0deg, rgba(2, 191, 255, 0.2) 0%, rgba(23, 26, 33, 0) 100%); */
}

.desc-small {
  font-size: 12px;
  white-space: nowrap;
  font-style: italic;
  /* text-shadow: 0 0 5px #1bb6fe, 0 0 5px #1bb6fe, 0 0 2px #1bb6fe; */
}

.desc {
  font-size: 20px;
  /* text-shadow: 0 0 5px #1bb6fe, 0 0 5px #1bb6fe, 0 0 2px #1bb6fe; */
}

.icon-desc {
  margin-left: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  line-height: 20px;
}

.nation-desc {
  text-align: center;
  background-image: linear-gradient(180deg, rgba(22, 57, 113, 0) 0%, #040810 100%);
  color: #ffffff;
  font-weight: 700;
  width: 100%;
  height: 100%;
  font-size: 20px;
  line-height: 30px;
  text-shadow: 0 0 2px #1bb6fe, 0 0 2px #1bb6fe, 0 0 2px #1bb6fe;
  text-transform: uppercase;
  font-style: italic;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 20px 10px;

  border-radius: 8px;
}

.box-policy {
  margin: 2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  color: #fff;
  width: 100%;
  height: 100%;
}

.box-policy p {
  text-align: center;
  line-height: 30px;
  text-shadow: 0 0 5px #1bb6fe, 0 0 5px #1bb6fe, 0 0 2px #1bb6fe;
}

.box-policy .box-left,
.box-policy .box-right {
  width: 50%;
  height: 150px;

  background: #4745478a;
  border-radius: 8px;
  padding: 1em;
}

.title-vip {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 600;
}

.img-banner>img:first-child {
  border-radius: 12px;
}

.section-banner {
  margin-top: 75px;
}

.section-banner .swiper-button-next,
.swiper-button-prev {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #ffffff17;
  border: 1px solid #02a9dc;
}

.section-banner .swiper {
  --swiper-navigation-size: 22px;
  --swiper-navigation-color: #02a9dc;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  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;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mySwiper .swiper {
  width: 100%;
  height: 390px;
}

/* 
.swiper-button-next,
.swiper-button-prev,
.swiper-pagination {
  display: none;
} */

.mySwiper .swiper-slide {
  /* width: 25% !important; */
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  transition: all 0.25s ease-in-out;
  height: 350px;
  border-radius: 8px;

  text-align: center;

  /* Center slide text vertically */
  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;
}

.mySwiper .swiper-wrapper {
  top: 10px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mySwiper .swiper-slide:hover {
  transform: translateY(-10px);
}

.list-img .item-img:nth-child(1) {
  background: url(../images/korea1.jpg) no-repeat center center;
  background-size: cover;
}

.list-img .item-img:nth-child(2) {
  background: url(../images/korea2.jpg) no-repeat center center;
  background-size: cover;
}

.list-img .item-img:nth-child(3) {
  background: url(../images/korea3.jpg) no-repeat center center;
  background-size: cover;
}

.list-img .item-img:nth-child(4) {
  background: url(../images/korea4.jpg) no-repeat center center;
  background-size: cover;
}

.list-img .item-img img {
  height: 100%;
  border-radius: 8px;
}

.word {
  margin: 2rem 0;
  padding: 1rem;
  color: white;
  font-size: 30px;
  line-height: 50px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-shadow: 0 0 5px #1bb6fe, 0 0 5px #1bb6fe, 0 0 2px #1bb6fe;

  background: #4745478a;
  border-radius: 8px;
}

.content-text-banner {
  color: #fff;
  background: #2f3e5296;
  border-radius: 26px 0 26px 0;
  padding: 4rem;
  /* background-image: url(../images/rr.jpg); */
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: right center;

  box-shadow: rgb(85, 91, 255) 0px 0px 0px 3px inset, rgb(31, 193, 27) 0px 0px 0px 6px inset, rgb(255, 217, 19) 0px 0px 0px 9px inset, rgb(255, 156, 85) 0px 0px 0px 12px inset, rgb(255, 85, 85) 0px 0px 0px 15px inset;
}

.content-text-banner .title-banner {
  font-size: 28px;
}

.content-text-banner p {
  text-shadow: 0 0 2px #1bb6fe, 0 0 2px #1bb6fe, 0 0 2px #1bb6fe;
  font-size: 18px;
  line-height: 24px;
}

.social {
  color: #ffffff;
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 500;
  height: 42px;
}

.social a {
  margin-left: 15px;
  color: #2fcdfd;
}

.title-social {
  margin-left: 15px;
}

.icon {
  font-size: 3rem;
}

.icon-transparent {
  color: transparent;
}

.icon-facebook {
  font-size: 5rem;
  color: #4267b2;
}

.icon-youtube {
  font-size: 4.5rem;
  color: #ea4335;
}

.box-social-contact {
  height: 302px;
  background: #4745478a;
  padding: 1em;
  margin: 0;
  border-radius: 8px;
}

.box-main-content,
.box-profit {
  background: #4745478a;
  border-radius: 8px;
  padding: 1em;
  color: #ffffff;
}

.box-main-content p {
  text-align: justify;
  line-height: 30px;
  font-size: 1.6rem;
}

.box-main-spreadsheet {
  color: #ffffff;
}

.title-spreadsheet {
  font-size: 3rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 5px #1bb6fe, 0 0 5px #1bb6fe, 0 0 2px #1bb6fe;
  padding: 2rem 0 2rem 0;
  text-align: center;
}

.list-item-spreadsheet {
  gap: 12px;
  display: inline-flex;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0;
}

.item-spreadsheet {
  background: #4745478a;
  border-radius: 8px;
  padding: 1em;
  color: #ffffff;
}

.item-spreadsheet li {
  list-style-type: none;
}

.price-text {
  margin-top: 1.5rem;
}

.price-subtitle {
  margin-top: 1.8rem;
}

.price-subtitle p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
}

.price-text ion-icon {
  margin-right: 5px;
  color: #0d6efd;
}

.box-profit p {
  text-align: justify;
  line-height: 30px;
  font-size: 1.8rem;
}

.box-main-how-earn-bilions {
  background: #4745478a;
  border-radius: 8px;
  padding: 1em;
  color: #ffffff;
}

.title-how-earn-bilions {
  font-size: 3rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 5px #1bb6fe, 0 0 5px #1bb6fe, 0 0 2px #1bb6fe;
  padding: 2rem 0 2rem 0;
  text-align: center;
}

.paragraph-top p {
  font-size: 2rem;
  font-weight: 400;
}

.item-how-earn-bilions ion-icon {
  font-size: 2.5rem;
  margin-right: 1rem;
}

.item-how-earn-bilions-title {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
}

.item-how-earn-bilions-content p {
  line-height: 2.5rem;
}

.title-highlights {
  font-size: 3rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 5px #1bb6fe, 0 0 5px #1bb6fe, 0 0 2px #1bb6fe;
  padding: 2rem 0 2rem 0;
  text-align: center;
}

.box-highlights {
  background: #4745478a;
  border-radius: 8px;
  padding: 1em;
  color: #ffffff;
}

.item-highlights-icon {
  text-align: center;
  font-size: 4rem;
}

.item-highlights-content {
  text-align: justify;
  line-height: 2.2rem;
  font-weight: 400;
  font-size: 1.6rem;
}

.box-slogan-ceo {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: #4745478a;
  padding: 2rem 0;
  border-radius: 8px;
}

.slogan-ceo {
  font-size: 2.2rem;
  font-style: italic;
  text-align: center;
  font-weight: 600;
  color: #fff;
}

.box-slogan-ceo h1 {
  font-size: 4.5rem;
  color: #fff;
}

.jun88-real {
  margin: 2rem 0 2rem 0;
}

.box-jun88-real {
  text-align: center;
  padding: 2rem 0;
}

.box-jun88-real h1 {
  font-weight: bold;
  font-size: 3rem;
  color: #02a9dc;
  margin-bottom: 0;
}

.video-youtube {
  height: 624px;
  border-radius: 8px;
}

.video-youtube iframe {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.error {
  margin-top: 5px;
  font-weight: 400;
  font-size: 1.2rem;
}

.slick-arrow {
  display: none !important;
}

.top-banner .slick-dots {
  display: flex;
  list-style: none;
  position: absolute;
  right: 0;
  bottom: 0;
}

.top-banner .slick-dots li {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  transition: all ease 1s;
  margin: 0 10px;
}

.top-banner .slick-dots li button {
  width: 52px;
  height: 58px;
  transition: all ease 1s;
  font-size: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: url(../images/nab.png) no-repeat;
}

.top-banner .slick-dots li.slick-active button {
  transform: scale(1.2);
  background: url(../images/1.png) no-repeat;
}

.top-banner .slick-dots li button:before {
  font-size: 2rem;
  width: 52px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  opacity: 1;
  color: #fff;
  transition: all ease 1s;
  font-weight: 500;
}

.top-banner .slick-dots li:nth-child(1) button:before {
  content: "J";
}

.top-banner .slick-dots li:nth-child(2) button:before {
  content: "u";
}

.top-banner .slick-dots li:nth-child(3) button:before {
  content: "n";
}

.top-banner .slick-dots li:nth-child(4) button:before {
  content: "8";
}

.top-banner .slick-dots li:nth-child(5) button:before {
  content: "8";
}

.top-banner-content-item-right {
  text-align: center;
  text-transform: uppercase;
}

.top-banner-content-item-right li {
  list-style: none;
}

.top-banner-content-item-right img {
  width: 182px;
}

.top-banner-content-right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.top-banner-content-right-content p {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 2rem;
  color: #ffffff;
  text-align: justify;
  line-height: 3.5rem;
  text-transform: initial;
  padding: 0 5px;
  text-shadow: 0 0 5px #024970, 0 0 3px #024970, 0 0 2px #024970;
}

.top-banner-content-item-right img {
  display: inline !important;
  margin-bottom: 4rem;
}

.top-banner-content-item-right h1 {
  font-size: 4rem;
  font-weight: bold;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0 0 5px #1bb6fe, 0 0 5px #1bb6fe, 0 0 2px #1bb6fe;
  margin-bottom: 2rem;
}

.top-banner-content-item-right li {
  margin: 20px 0;
  font-size: 2.6rem;
  line-height: 2rem;
  font-weight: bold;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0 0 5px #1bb6fe, 0 0 5px #1bb6fe, 0 0 2px #1bb6fe;
}

.pricing-list .price-title {
  text-align: center;
}

.pricing-list li img {
  display: inline;
}

.contact-tele {
  width: 70px;
  height: 70px;
  background-color: #0cb1e300;
  position: fixed;
  bottom: 10px;
  right: 15px;
  border-radius: 50%;
  z-index: 10000;
}

.contact-tele a {
  height: 100%;
  display: block;
}

.contact-tele1 {
  width: 70px;
  height: 70px;
  background-color: #0cb1e300;
  position: fixed;
  bottom: 120px;
  right: 15px;
  border-radius: 50%;
  z-index: 1;
}

.contact-tele1 a {
  height: 100%;
  display: block;
}


.tooltip-inner {
  padding: 10px;
  color: #fff;
  background-color: #000;
  border-radius: 4px;
  font-size: 1.4rem;
}



/* =============================================== */

@-webkit-keyframes at-ripple {
  0% {
    box-shadow: 0 4px 10px rgba(9, 192, 247, 0.486),
      0 0 0 0 rgba(3, 169, 235, 0.199), 0 0 0 5px rgba(22, 141, 221, 0.603),
      0 0 0 10px rgba(9, 192, 247, 0.808);
  }

  100% {
    box-shadow: 0 4px 10px rgba(21, 180, 219, 0.815),
      0 0 0 5px rgba(16, 213, 219, 0.795), 0 0 0 10px rgba(16, 157, 212, 0.1),
      0 0 0 20px rgba(24, 224, 224, 0.671);
  }
}

@keyframes at-ripple {
  0% {
    box-shadow: 0 4px 10px rgba(18, 129, 219, 0.1),
      0 0 0 0 rgba(22, 176, 214, 0.562), 0 0 0 5px rgba(102, 102, 102, 0.1),
      0 0 0 10px rgba(102, 102, 102, 0.1);
  }

  100% {
    box-shadow: 0 4px 10px rgba(102, 102, 102, 0.1),
      0 0 0 5px rgba(102, 102, 102, 0.1), 0 0 0 10px rgba(102, 102, 102, 0.1),
      0 0 0 20px rgba(102, 102, 102, 0);
  }
}

@-webkit-keyframes at-ripple-blue {
  0% {
    box-shadow: 0 4px 10px rgba(65, 185, 255, 0.1),
      0 0 0 0 rgba(65, 179, 255, 0.1), 0 0 0 5px rgba(65, 147, 255, 0.1),
      0 0 0 10px rgba(65, 195, 255, 0.1);
  }

  100% {
    box-shadow: 0 4px 10px rgba(65, 179, 255, 0.582),
      0 0 0 5px rgba(65, 170, 255, 0.274), 0 0 0 10px rgba(65, 185, 255, 0.205),
      0 0 0 20px rgba(65, 201, 255, 0.479);
  }
}

@keyframes at-ripple-blue {
  0% {
    box-shadow: 0 4px 10px rgba(111, 155, 180, 0.774),
      0 0 0 0 rgba(72, 126, 161, 0.644), 0 0 0 5px rgba(42, 94, 161, 0.788),
      0 0 0 10px rgba(47, 120, 153, 0.719);
  }

  100% {
    box-shadow: 0 4px 10px rgba(91, 162, 209, 0.192),
      0 0 0 5px rgba(80, 157, 219, 0.274), 0 0 0 10px hsla(202, 75%, 71%, 0.205),
      0 0 0 20px rgba(107, 203, 241, 0.192);
  }
}

.bdr-ripple-ani-btn {
  display: block;
  background: #fff;
  text-align: center;
  border-radius: 100%;
  box-sizing: border-box;
  color: #666;
  animation: at-ripple 0.6s linear infinite;
  overflow: hidden;
}

.bdr-ripple-ani-btn {
  color: white;
  animation: at-ripple-blue 0.6s linear infinite;
}

.bdr-ripple-ani-btn i {
  transform: rotate(0deg);
  transition: 0.5s ease;
}

.bdr-ripple-ani-btn:hover i {
  transform: rotate(180deg);
}

#exampleModalToggle {
  color: #404040;
}

#exampleModalToggle .modal-title {
  font-size: 2rem;
}

#exampleModalToggle #modal-text {
  font-size: 1.6rem;
  line-height: 3rem;
  text-align: center;
  margin-top: 20px;
  font-weight: 500;
  padding: 0 20px;
}

#exampleModalToggle button {
  font-size: 1.4rem;
  padding: 5px 15px;
}

#exampleModalToggle img {
  display: inline-block;
  width: 235px;
  padding: 10px 20px;
  background: #02a9dc;
}

#exampleModalToggle>div>div>div.modal-header>button {
  border: none;
  background-color: transparent;
}

#exampleModalToggle .modal-footer {
  padding-bottom: 30px;
  justify-content: center;
  border: none;
}

.img-note {
  padding-bottom: 2rem;
}

.section-bonus {
  margin-top: 2rem;
  color: #fff;
}

.section-bonus .img-title img {
  margin: 0 auto;
  transform: translateY(-50%);
}

.table thead {
  border-radius: 8px !important;
}

.table tr th {
  text-align: center;
  color: #f01;
  font-size: 1.6rem;
}

.table-first.table tr td:nth-child(1),
.table-first.table tr td:nth-child(2) {
  width: 25%;
}

.table tr td {
  text-align: center;
  line-height: 1.8rem;
}

.table tbody tr:nth-child(odd) {}

.table tbody tr:nth-child(even) {
  background: #1468b6;
}

.table thead tr {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(157, 157, 157, 1) 100%);
}

.box-bonus {
  border: 2px solid #ddb728;
  border-radius: 8px;
  background-color: #014cac;
}

.box-content {
  padding: 0 2rem 2rem 2rem;
}

.box-content p {
  line-height: 30px;
  font-size: 1.6rem;
}

.box-content ul {
  margin-left: 2rem;
}

.box-content ul li {
  line-height: 30px;
  font-size: 1.6rem;
}

.box-bonus-b,
.box-bonus-c {
  margin-top: 5rem;
}

.box-bonus-target {
  padding: 1rem;
}

.box-main-spreadsheet table {
  margin-bottom: 0;
  border-radius: 12px;
}

.target {
  padding: 1rem;
}

.target p:not(:first-child) {
  font-size: 1.25rem;
}

.box-content-bonus p,
.box-content-bonus li {
  line-height: 30px;
  font-size: 1.6rem;
}


.accordion {
  background: #4745478a;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 2.5rem;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem;
  border-radius: 12px;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;

  animation: animation-border 0.5s infinite linear;
}

.accordion>div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion p {
  margin-bottom: 0;
  margin-left: 15px;
  text-align: center;
  line-height: 3.8rem;
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 5px #1bb6fe, 0 0 5px #1bb6fe, 0 0 2px #1bb6fe;
}

.icon-cs ion-icon {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 5px #1bb6fe, 0 0 5px #1bb6fe, 0 0 2px #1bb6fe;
}

.accordion.active {
  border-radius: 12px 12px 0 0;
  border: 2px solid #ddb728;
  animation: unset;
}

.accordion:focus {
  outline: none;
}

.panel {
  padding: 1rem;
  display: none;
  overflow: hidden;
  background: #4745478a;
  color: #000000;
  line-height: 2.5rem;
  transition: all 1s ease-in-out;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  border-radius: 0 0 12px 12px;
  transition: all 0.5s ease-in-out;
  border: 2px solid #ddb728;
  border-top: unset;
}

@keyframes animation-border {

  0%,
  100% {
    border: 3px solid #0053d4;
  }

  50% {
    border: 3px solid #ddb728;
  }
}


.section-world-cup {
  margin-top: 3rem;
}

.box-world-cup {
  background-color: #014cac;
  border-radius: 12px;
  padding: 2rem;
  font-size: 1.6rem;
  font-weight: normal;
  border: 1px solid #0052d4;
  border: 2px solid #ddb728;
}

.box-world-cup .title-letter {
  text-align: center;
  line-height: 3.8rem;
  text-shadow: 0 0 5px #1bb6fe, 0 0 5px #1bb6fe, 0 0 2px #1bb6fe;
  font-size: 2.8rem;
  font-weight: 700;
}

.box-world-cup p {
  line-height: 3rem;
}

.box-world-cup p strong {
  text-shadow: 0 0 2px #1bb6fe, 0 0 2px #1bb6fe, 0 0 2px #1bb6fe;
  font-weight: 600;
}

.box-world-cup .title-head {
  line-height: 3.5rem;
  text-shadow: 0 0 5px #1bb6fe, 0 0 5px #1bb6fe, 0 0 2px #1bb6fe;
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 1rem;
}

table {
  width: 100%;
}

.table thead td,
.table thead th {
  font-size: 1.6rem;
  font-weight: 600;
  vertical-align: middle;
}

.table tbody td {
  font-size: 1.6rem;
  font-weight: normal;
  padding: 15px 0;
}

.title-bonus1 {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 5px #1bb6fe, 0 0 5px #1bb6fe, 0 0 2px #1bb6fe;
  font-size: 2rem !important;
}

 .none-mobi{
      display: block !important;
  }
  .show-mobi{
      display: none !important;
  }