@-webkit-keyframes my {
  0% {
    color: #0052d4;
  }

  50% {
    color: #47a4ed;
  }

  100% {
    color: #0052d4;
  }
}

@-moz-keyframes my {
  0% {
    color: #0052d4;
  }

  50% {
    color: #47a4ed;
  }

  100% {
    color: #0052d4;
  }
}

@-o-keyframes my {
  0% {
    color: #0052d4;
  }

  50% {
    color: #47a4ed;
  }

  100% {
    color: #0052d4;
  }
}

@keyframes my {
  0% {
    color: #0052d4;
  }

  50% {
    color: #47a4ed;
  }

  100% {
    color: #0052d4;
  }
}

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

  50% {
    color: #000000;
  }

  100% {
    color: #dd0000;
  }
}

@font-face {
  font-family: VIPCarbon;
  src: url(./../fonts/1FTV-VIP-Carbon.otf);
}

body {
  background: linear-gradient(180deg, #E7F4FE 0%, #ECF2FE 100%);
  font-family: 'Be Vietnam Pro';
}

.nhapnhay {
  font-weight: bold;
  -webkit-animation: my 700ms infinite;
  -moz-animation: my 700ms infinite;
  -o-animation: my 700ms infinite;
  animation: my 700ms infinite;
}

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

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

.container {
  max-width: 1200px !important;
  width: 100%;
}

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


.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;
}

/* Section Tab control */
.position-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 94%;
  margin: auto;
  background: #fff;
  padding: 0px;
  border-radius: 30px;
  margin-top: 30px;
}

.tab_btn {
  padding: 15px 25px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 30px;
  cursor: pointer;
}

.tab_btn.active {
  background: linear-gradient(0deg, #2F6EFF, #2F6EFF), radial-gradient(ellipse 65.28% 65.28% at 26.39% 20.83%, rgba(255, 255, 255, 0.413) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%), radial-gradient(ellipse 92.09% 85.42% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%);
  color: #fff;
  background-blend-mode: overlay;
  border: none;
  background-clip: padding-box;
}

.tab_btn:hover {
  background: linear-gradient(0deg, #2F6EFF, #2F6EFF), radial-gradient(ellipse 65.28% 65.28% at 26.39% 20.83%, rgba(255, 255, 255, 0.413) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%), radial-gradient(ellipse 92.09% 85.42% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%);
  color: #fff;
  background-blend-mode: overlay;
  border: none;
  background-clip: padding-box;
}

.tab-content-control .tab-content {
  display: none;
}

.tab-content-control .tab-content.active {
  display: block;
}

@media screen and (max-width: 1024px) {
  .tab_btn {
    padding: 12px 15px;
    font-size: 16px;
  }

  .position-menu {
    width: 96%;
  }
}

@media screen and (max-width: 990px) {
  .tab-content-control {
    margin-top: 20px;
  }

  .tab_btn {
    padding: 12px 15px;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .section-tabbar {
    display: none;
  }
}

/* End Section Tab control */

/* Section Title Global */
.title-global {
  line-height: 2.5rem;
  color: #35404b;
  font-size: 2.8rem;
  display: flex;
  text-align: center;
  width: max-content;
  margin: auto;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-weight: 700;
  margin-top: 25px;
}

.title-global .title h1 {
  background: linear-gradient(180deg, hsl(209deg 100% 60%) 0%, hsl(209deg 100% 59%) 11%, hsl(209deg 100% 58%) 22%, hsl(209deg 100% 57%) 33%, hsl(210deg 100% 56%) 44%, hsl(210deg 100% 55%) 56%, hsl(211deg 100% 55%) 67%, hsl(213deg 100% 55%) 78%, hsl(214deg 100% 55%) 89%, hsl(216deg 100% 56%) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.des-text {
  font-size: 16px;
  font-weight: 400;
  color: #8792AA;
  text-align: center !important;
}

.section-title-global .title-global::before {
  background-image: url(./../images/layout-left-global.png);
  height: 33px;
  width: 340px;
  content: "";
  margin-right: 30px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.section-title-global .title-global::after {
  background-image: url(./../images/layout-right-global.png);
  height: 33px;
  width: 340px;
  content: "";
  margin-left: 30px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 1200px) {
  .section-title-global .title-global::before {
    height: 27px;
    width: 280px;
  }

  .section-title-global .title-global::after {
    height: 27px;
    width: 280px;
  }
}

@media screen and (max-width: 1200px) {
  .section-title-global .title-global::before {
    height: 27px;
    width: 280px;
  }

  .section-title-global .title-global::after {
    height: 27px;
    width: 280px;
  }
}

@media screen and (max-width: 1024px) {
  .title-global .title h1 {
    font-size: 20px;
  }

  .section-title-global .title-global::before {
    height: 27px;
    width: 200px;
  }

  .section-title-global .title-global::after {
    height: 27px;
    width: 200px;
  }
}

@media screen and (max-width: 990px) {
  .section-title-global .title-global::before {
    height: 23px;
    width: 170px;
  }

  .section-title-global .title-global::after {
    height: 23px;
    width: 170px;
  }
}

@media screen and (max-width: 768px) {
  .section-title-global {
    display: none;
  }
}

/* End Section Title Global */

/* Section BG */

.bg-section {
  background-image: url(./../images/bg-section-layout.png);
  background-size: 100% 100%;
  background-position: center;
  padding: 25px;
}

/* End Section BG */

/*  Intro Section */

.ambassador {
  display: flex;
  gap: 13px;
  align-items: center;
  margin-bottom: 30px;
}

.ambassador-title {
  text-align: center;
  color: #0053DF;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 20px;
}

.video-ambassador .ng-scope-video {
  max-width: 560px;
  width: auto;
  border-radius: 20px;
}

.ambassador-intro p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.2px;
}

@media screen and (max-width: 1200px) {

  .ambassador-img,
  .video-ambassador {
    width: 49%;
  }

  .video-ambassador .ng-scope-video {
    max-width: unset;
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .ambassador-title {
    font-size: 18px;
  }

  .ambassador-intro p {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .ambassador {
    flex-direction: column;
    gap: 0px;
  }

  .ambassador-title {
    font-size: 4.5vw;
    padding-bottom: 15px;
  }

  .ambassador-img,
  .video-ambassador {
    width: 100%;
  }

  .bg-section {
    background-image: url(./../images/bg-section-mb-intro.png);
  }
}

/*  End Intro Section */

/*  About Us Section */

.about-us-section {
  padding: 40px 40px 15px 40px;
  background-color: #F0F8FF;
  /* border: 1px solid #1F79FF; */
  border: 1px solid #1F79FF;
  border-radius: 20px;
  margin-top: 30px;
  /* box-shadow:
    0 -6px 20px rgba(0, 119, 255, 0.06),
    0 4px 20px rgba(0, 119, 255, 0.06);  */
}

.title-about-icon {
  max-width: 350px;
  width: 100%;
  height: auto;
  background-image: url(./../images/bg-title.png);
  background-position: center;
  background-size: 100% 100%;
  margin-top: -50px;
  height: 55px;
  font-size: 22px;
  text-align: center;
  color: #fff;
  padding-top: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.intro-about-us h3 {
  color: #1F79FF;
  font-size: 20px;
  padding-bottom: 10px;
}

.intro-about-us p {
  font-size: 1.6rem;
  line-height: 1.4;
  padding-bottom: 20px;
}

.intro-about-us h2 {
  line-height: 2.2rem;
  font-weight: 700;
  font-size: 25px;
  display: flex;
  text-align: center;
  width: max-content;
  margin: auto;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: VIPCarbon;
}

.intro-about-us h2.title {
  background: linear-gradient(rgb(51, 156, 255) 0%, rgb(46, 154, 255) 11%, rgb(41, 151, 255) 22%, rgb(36, 149, 255) 33%, rgb(31, 143, 255) 44%, rgb(26, 140, 255) 56%, rgb(26, 136, 255) 67%, rgb(26, 129, 255) 78%, rgb(26, 125, 255) 89%, rgb(31, 120, 255) 100%) text;
  -webkit-text-fill-color: transparent;
  line-height: 3.5rem;
  font-family: 'Be Vietnam Pro';
}

@media screen and (max-width: 768px) {
  .about-us-section {
    padding: 40px 15px 15px 15px;
  }

  .intro-about-us h2 {
    font-size: 20px;
  }

  .title-about-icon {
    max-width: 295px;
    height: 50px;
  }

  .intro-about-us h2.title {
    line-height: 2.5rem;
    margin-top: -15px;
    margin-bottom: 8px;
  }

  .intro-about-us h3 {
    font-size: 16px;
    padding-bottom: 5px;
  }

  .intro-about-us p {
    padding-bottom: 5px;
    font-size: 14px;
  }
}

/*  End About Us Section */

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

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

/* Pink Animate */
@-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);
}

.section-profit {
  margin-top: 2rem;
}

.profit-title {
  margin: 1rem 0;
  text-align: center;
  width: 100%;
}

.profit-title h2 {
  font-size: 3rem;
  text-transform: uppercase;
  background: linear-gradient(180deg, #0c60d8 0%, #095dd7 54%, #3f9bea 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 2.8rem;
  font-weight: 700;
}

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

.item-profit {
  border-radius: 8px;
  padding: 0 1rem;
}

.item-profit {
  border-bottom: 3px solid transparent;
}

.item-profit 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;
}

.profit-details {
  margin-top: 2rem;
  padding: 1.5rem;
  border-radius: 8px;
}

.profit-details p {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
}

.profit-details p span {
  color: red;
  font-weight: 600;
}

.intro-profit-details {
  font-style: italic;
}

.title-highlights {
  font-size: 3rem;
  text-transform: uppercase;
  color: #4E5F70;
  font-weight: 500;
  padding: 2rem 0 2rem 0;
  text-align: center;

}

.box-highlights {
  border-radius: 8px;
  padding: 3rem 2rem;
  color: #000000;
}

.box-highlights .title-about-icon {
  margin-top: -30px;
}

@media screen and (max-width: 768px) {
  .box-highlights .title-about-icon {
    margin-top: -19px;
  }
}

.item-highlights {
  margin-top: 1rem;
}

.item-highlights-icon {
  text-align: center;
  font-size: 4rem;
  max-width: 65px;
  max-height: 65px;
  width: 100%;
  height: 100%;
  margin: auto;
  margin-bottom: 15px;
}

.item-highlights-title {
  background: linear-gradient(rgb(51, 156, 255) 0%, rgb(46, 154, 255) 11%, rgb(41, 151, 255) 22%, rgb(36, 149, 255) 33%, rgb(31, 143, 255) 44%, rgb(26, 140, 255) 56%, rgb(26, 136, 255) 67%, rgb(26, 129, 255) 78%, rgb(26, 125, 255) 89%, rgb(31, 120, 255) 100%) text;
  -webkit-text-fill-color: transparent;
}

.item-highlights-title h2 {
  line-height: 1.6;
}

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

.btn-mxh {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.btn-mxh .item-mxh {
  max-width: 30px;
}

.btn-mxh .item-mxh:last-child {
  max-width: 42px;
}

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

.info-register-left,
.info-register-right {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  padding: 0 2rem 2rem 2rem;
}

.info-register-right {
  padding: 0 2rem 2rem 2rem;
}

.info-register-left-title,
.info-register-right-title {
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 500;
  padding: 2rem 0 2rem 0;
  text-align: center;
}

.form-control {
  height: calc(4rem + 2px);
  font-size: 1.4rem;
  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: 50%;
  margin-left: 15px;
}

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

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

.social a {
  margin-left: 15px;
  color: #0052d4;
}

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

.icon {
  font-size: 3rem;
}

.icon-transparent {
  color: transparent;
}

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

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

.section-contact {
  padding: 2rem 0;
}

.error {
  margin-top: 10px;
  color: #ea4335;
  font-size: 1.3rem;
}

.gif {
  width: 20rem;
  height: 60rem;
  background-color: #f00;
  position: fixed;
  z-index: 1212;
  top: calc(50%);
  transform: translateY(calc(-50%));
  transition: all 0.5s ease-in-out;
}

.gif span {
  cursor: pointer;
  right: 5px;
  top: 5px;
  padding: 5px 10px;
  position: absolute;
  background-color: #ffffff69;
  font-weight: bold;
}

.gif-left {
  left: 7rem;
  background: url(../images/gif-left.gif);
}

.gif-right {
  right: 7rem;
  background: url(../images/gif-right.gif);
}

.f8bet-real h1 {
  text-align: center;
  font-weight: 600;
  padding: 2rem 0rem;
  font-size: 3rem;
}

.section-f8bet-real {
  margin-top: 3rem;
}

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

.box-content {
  background-color: #fff;
}

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

.slick-slide img {
  width: 100%;
  border-radius: 8px;
}

/* ================================================== */
.tooltip-inner {
  padding: 5px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
  font-size: 1.2rem;
}

.profit-details .table-root {
  display: flex;
  align-items: center;
  flex-direction: column;
}


.table thead td,
.table thead th {
  font-size: 1.7rem;
  /* background: linear-gradient(rgb(51, 156, 255) 0%, rgb(46, 154, 255) 11%, rgb(41, 151, 255) 22%, rgb(36, 149, 255) 33%, rgb(31, 143, 255) 44%, rgb(26, 140, 255) 56%, rgb(26, 136, 255) 67%, rgb(26, 129, 255) 78%, rgb(26, 125, 255) 89%, rgb(31, 120, 255) 100%); */
  background: #35404b;
  text-align: center;
  border: 1px solid #4E5F70;
  color: #fff;
  font-weight: 700;
}

.table tbody td {
  line-height: 2rem;
  background-color: #ffff;
  text-align: center;
  color: #35404b;
  border: 1px solid #000;
  vertical-align: middle;
  background-color: #F5FAFF;
}

.text-red {
  color: red;
}


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

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

.target {
  padding: 1rem;
}

.section-policy {
  margin-top: 2rem;
}

.section-policy .box-left,
.section-policy .box-right {
  border-left: 5px solid #0a5ed7;
}

.section-policy h2 {
  font-size: 2rem;
  padding: 2rem;
}

.f8bet-real-new {
  border: 1px solid #000;
  border-radius: 8px 8px 0 0;
}

.section-f8bet-new .content {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.section-f8bet-new .content h2 {
  text-align: center;
}

.section-f8bet-new .content .box-left,
.section-f8bet-new .content .box-right {
  width: 50%;
  padding: 2rem;

  border-width: 0px 1px 1px 1px;
  border-color: #000;
  border-style: solid;
}

.section-f8bet-new .content .box-left {
  border-radius: 0 0 0 8px;
  background-color: #47a4ed82;
}

.section-f8bet-new .content .box-right {
  border-radius: 0 0 8px 0;
  background-color: #f353b399;
}

.sub-table {
  width: 100%;
  margin-left: 3rem;
}

.sub-table li {
  margin-top: 1rem;
}

.box-content-bonus p,
.box-content-bonus li {
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 400;
  text-align: left;
}

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

.section-world-cup p {
  font-size: 1.6rem;
}

.box-world-cup {
  background-color: #F0F8FF;
  border-radius: 12px;
  padding: 2rem 2rem;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid #1F79FF;
  line-height: 1.2 !important;
}

.box-world-cup .title-letter {
  line-height: 4rem;
  background: linear-gradient(rgb(51, 156, 255) 0%, rgb(46, 154, 255) 11%, rgb(41, 151, 255) 22%, rgb(36, 149, 255) 33%, rgb(31, 143, 255) 44%, rgb(26, 140, 255) 56%, rgb(26, 136, 255) 67%, rgb(26, 129, 255) 78%, rgb(26, 125, 255) 89%, rgb(31, 120, 255) 100%) text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 25px;
  display: flex;
  text-align: center;
  width: max-content;
  margin: auto;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-weight: 700;
  padding-bottom: 5px;
}

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

.box-world-cup p span {
  color: #000;
  font-weight: 600;
}

.box-world-cup .title-head {
  line-height: 3.5rem;
  background: linear-gradient(180deg, #0c60d8 0%, #095dd7 54%, #3f9bea 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  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;
  padding: 1rem;
}

.table tbody td {
  font-size: 1.6rem;
  font-weight: normal;
}


@keyframes animation-border {

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

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

.container p {
  text-align: justify;
}

/* Section Main Highlights */
.main-highlights .title-about-icon h2 {
  font-family: VIPCarbon;
  font-size: 25px;
}

.main-highlights h3 {
  color: #1F79FF;
  font-size: 20px;
  padding-bottom: 10px;
}

.main-highlights p {
  font-size: 1.6rem;
  line-height: 1.4;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .main-highlights h3 {
    font-size: 16px;
    padding-bottom: 5px;
  }

  .main-highlights p {
    font-size: 14px;
    padding-bottom: 5px;
  }

  .main-highlights .title-about-icon h2 {
    font-size: 20px;
  }
}

/* End Section Main Highlights */

@media screen and (max-width: 767.98px) {
  .dp-rsmobile {
    display: block;
  }

  #popup-baotri {
    width: 90%;
  }

  #popup-baotri img {
    width: 100%;
  }

  .box-world-cup {
    padding: 1rem 1rem;
  }

  .item-highlights-icon {
    max-width: 40px;
    max-height: 40px;
    margin-bottom: 10px;
  }

  .item-highlights-title h2 {
    font-size: 13px;
  }

  .item-highlights-content {
    font-size: 1.3rem;
    line-height: 2.2rem;
    text-align: center;
  }

  .item-highlights {
    margin-top: 1rem;
    padding-left: 5px;
    padding-right: 5px;
  }

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

.text-tele-sp {
  width: 300px;
  position: fixed;
  bottom: 190px;
  right: 10px;
  transition: width 0.5s;
  z-index: 1;
}

.bg-border-text {
  background: linear-gradient(0deg, #cae9ff, #60b9ff);
  padding: 20px;
  border-radius: 0.5rem;
  position: relative;

}

.bg-border-text p {
  font-size: 14px;
  margin: 0;
  font-weight: 700;
  line-height: 1.45;
}

.close-text-tele-sp {
  position: absolute;
  z-index: 9999;
  color: red;
  right: 10px;
  top: 2px;
  cursor: pointer;
  z-index: 9;
}

.corner-icon {
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 9999;
}

.corner-icon img {
  width: 90px;
  height: auto;
  border-radius: 50%;
}

.rung-ring {
  animation: rung-lac 1.5s ease infinite;
}

@-webkit-keyframes rung-lac {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg)
  }

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

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

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

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

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

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

@media screen and (max-width: 500px) {
  .item-highlights-title h2 {
    font-size: 12px;
    text-transform: uppercase;
  }
}

/* =============================================== */
/* BANNER SLIDER STYLES */
/* =============================================== */

.banner-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.slider-container {
  position: relative;
  width: 100%;
  height: auto;
}

.slider-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.slider-track {
  display: flex;
  width: 500%;
  height: auto;
  transition: transform 0.5s ease-in-out;
}

.slide {
  width: 20%;
  height: auto;
  position: relative;
  flex-shrink: 0;
}

.slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

/* Navigation arrows */
.slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #333;
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.slider-nav:hover {
  background: rgba(255, 255, 255, 1);
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.slider-prev {
  left: 20px;
}

.slider-next {
  right: 20px;
}

/* Dots indicators */
.slider-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background: #fff;
  transform: scale(1.2);
}

.dot:hover {
  background: rgba(255, 255, 255, 0.8);
  transform: scale(1.1);
}

/* Responsive design */
@media screen and (max-width: 1024px) {
  
  .slider-nav {
    width: 45px;
    height: 45px;
    font-size: 16px;
  }
  
  .slider-prev {
    left: 15px;
  }
  
  .slider-next {
    right: 15px;
  }
}

@media screen and (max-width: 768px) {
  
  .slider-nav {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  
  .slider-prev {
    left: 10px;
  }
  
  .slider-next {
    right: 10px;
  }
  
  .slider-dots {
    bottom: 15px;
  }
  
  .dot {
    width: 10px;
    height: 10px;
  }
}

@media screen and (max-width: 480px) {
  
  .slider-nav {
    width: 35px;
    height: 35px;
    font-size: 12px;
  }
  
  .slider-prev {
    left: 8px;
  }
  
  .slider-next {
    right: 8px;
  }
  
  .slider-dots {
    bottom: 10px;
    gap: 8px;
  }
  
  .dot {
    width: 8px;
    height: 8px;
  }
}

/* Animation for smooth transitions */
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.slide.slide-in {
  animation: slideIn 0.5s ease-in-out;
}

/* Loading state */
.slider-container.loading {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
}

@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}