.f2 .black-overlay {
  background-color: rgba(0, 0, 0, 0.4);
}

/* body {
  background-image: url(../img/riot/bg_vector.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: 40%;
} */

.frame2 {
  height: 1080px;
}

.hero-popup .info-content-wrapper {
  color: #fff;
}

.hero-popup .popup-body {
  /* padding: 20px 50px 50px 50px; */
}

.hero-popup .hero-title {font-size: 30px;margin-bottom: 20px;}

.hero-popup .hero-desc {
  margin-bottom: 50px;
}

.hero-popup .hero-left {
  padding-right: 40px;
}

.hero-popup .popup-header {
  margin-bottom: 40px;
}

.hero-popup .cta-wrapper {
  padding: 30px 0;
}

.close-popup {
  right: 30px;
  position: absolute;
  top: 26px;
}

#heroInfoPopup .modal-content {
  background-image: url('../images/popup/bg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: none;
  padding: 20px 60px;
  border-radius: 0;
}

#frame2 {
   background-image: url(../images/f2/bg.png);
   background-position: center;
   background-repeat: no-repeat;
   background-size: 100% 100%;
   /* background-position-y: -100px; */
   background-color: #1f1818;
   z-index: 1;
   position: relative;
   margin-top: 0px;
}

.btn-download-app {
  padding: 0 23px;
}

a.btn-chien-ngay:hover:after{
  width: 100%;
}

.f1 .second-row {
  margin-top: 55px;
}

.avatar {
  width: 110px;
  margin-top: -60px;
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 50%;

  left: calc(50% - 55px);
}


.f2.container-fluid {
  max-width: 2400px;
}

.f2 .sub-title {
  margin-top: 20px;
  margin-bottom: 60px;
}

.f2 .skill-content-wrapper {
  width: 580px;
  max-width: 100%;
}

.f2 .skill-content-wrapper .divider {
  margin-top: 20px;
  margin-bottom: 10px;
}

.f2 .skill-content-wrapper .skill-title {
  font-size: 20px;
  color: #ffda8c;
  font-weight: bold;
}

.f2 .skill-content-wrapper .skill-desc {
  font-size: 18px;
  color: #fff;
  margin-bottom: 50px;
}

.f2 .skill-content-wrapper .skill-desc .highlight {
  font-size: 16px;
  color: #ffe0bb;
}

#frame3 {
  height: 1080px;
}

.f1 .main-title {
  padding-right: 50px;
}

#frame3 {
  background-image: url(../images/f3/bg_small.png);
  background-size: 100% 100%;
  background-position: top; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  position: relative;
  z-index: 3;
}

.f1 #main-title {
  margin-top: 80px;
  margin-bottom: 60px;
  width: 268px;
  height: 164px;
}

.f1 #main-content {
  margin-bottom: 50px;
  font-size: 18px;
  color: #fff;
  font-family: "Neue Frutiger World", "Source Sans Pro", sans-serif;
}

.f1 #main-row1 {
  margin-bottom: 75px;
}

.f1 #main-row2 {
  margin-bottom: 50px;
}

.f1 #main-row3 {
  margin-top: 40px;
}

.f1-block {
  background-image: url(../img/set11/chude/f1_block.webp);
  /* background-size: cover; Cover the entire page */
  background-size: 100% 100%;
  background-position: top; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  /* margin-top: -203px; */

  display: flex;
  justify-content: center;
}

.frame2-before {
  position: relative;
}

.frame2-before .cborder.character {
  position: absolute;
  z-index: 2;
  bottom: -11px;
  left: -30px;
}

.frame2-before .cborder.bottom {
  position: absolute;
  width: 100vw;
  right: 0;
  bottom: -127px;
  height: 231px;
  background: url('../img/set11/chude/Divider.webp') no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}

.frame3-before {
  position: relative;
}

.frame3-before .cborder.bottom {
  position: absolute;
  right: 0;
  bottom: -275px;
  width: 100vw;
  height: 640px;
  background: url('../img/set11/chude/Divider2.webp') no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}

.f2 #main-title {
  margin-top: 140px;
}

.f2 #main-desc {
  margin-top: 5px;
  margin-bottom: 40px;
}

.f2 .block-apps {
  margin-top: 25px;
}

.f2 .cta-btn {
  margin-top: 30px;
  margin-bottom: 60px;
}

.f2 .second-part {
  /* margin-top: 35px !important; */
}

.f2 .second-title {
  margin-bottom: 20px;
  margin-top: 100px;
}

.f2 .second-desc {
  margin-bottom: 30px;
}

.video-group {
  display: flex;           /* Use Flexbox */
  flex-direction: column;  /* Stack children vertically */
  align-items: center;     /* Align children horizontally in the center */
  justify-content: center; /* Align children vertically in the center */
  /* height: 100vh; */
  margin-top: 30px;
}

.video-tag {
  position: absolute;
  z-index: 1;
  border: solid 1px #d13a2f;
  width: 570px;
  height: 319px;
  object-fit: cover;
}

.video-border {
  z-index: 2;
}

.video-play-btn {
  position: absolute;
  z-index: 2;
  /* cursor: pointer; */
}

.video-play-btn:hover {
  filter:brightness(1.2)
}

.video-change-btn {
  /* cursor: pointer; */
}

.f2 .hero-list {
  margin-top: 25px;
  /* width: 580px; */
}

.f2 .hero-list .hero-item {
  /* cursor: pointer; */
  padding: 0 18px;
  cursor: pointer;
}

.f2 .character {
  position: absolute;
  z-index: 0;
  left: 300px;
  top: 365px;
}

.f2 .right-content {
  margin-left: 313px;
}

.f3 .container-fluid {
  margin-top: 190px;
}

.f3 .main-title {
  margin-bottom: 5px;
}

.f3 .main-desc {
  margin-bottom: 55px;
}

.f3 .second-part .main-content {
  background-image: url(../img/set11/chude/f5_border.webp);
  /* background-size: cover; Cover the entire page */
  background-size: 100% 100%;
  background-position: top; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  /* margin-top: -203px; */

  display: flex;
  justify-content: center;
  padding: 90px 60px 60px 100px;
}

#btnImage {
  margin-top: 35px;
}

.map-list .hero-item {
  /* cursor: pointer; */
}

.f3 .map-list {
  margin-left: 20px;
}

.f3 .first-part {
  margin-bottom: 60px;
}

.f3 .second-part .cta-btn {
  margin-top: 20px;
  margin-bottom: 50px;
}

table {
  border: unset;
  border-collapse: separate;
  border-left: 0;
  border-spacing: 0px;
  width: 100%;
}

table td, table th {
  font-family: 'Spiegel', sans-serif;
  font-size: 26px;
  /* font-weight: bold; */
  text-wrap: nowrap;
}

.col-index {
  width: 14%;
  text-align: center;
  color: #fff;
}

.col-name, .col-value {
  width: 43%;
  text-align: center;
  color: #fff;
}

.top-three .col-index, .top-three .col-value, .top-three .col-name {
  color: #ffae00;
}

table.borderless {
  border: none;
  /* margin-bottom: -5px; */
}

/* .top-three td {
  border-top: none;
} */

.leaderboard-table tbody tr:first-child td:nth-child(0),
.leaderboard-table tbody tr:first-child td:nth-child(1),
.leaderboard-table tbody tr:first-child td:nth-child(2),
.leaderboard-table tbody tr:first-child td:nth-child(3) {
  border-top: none;
}

table.borderless th, table.borderless td {
  border: none;
}

.leaderboard-table-wrapper table {
  font-size: 21px;
}

.leaderboard-table {
  position: relative;
}

.table-responsive {
  position: relative;
  overflow: inherit;
}

thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
  border-collapse: separate;
}

tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

th,
td {
  padding: 3px 4px 3px 4px;
  text-align: left;
  vertical-align: top;
  /* border-left: 3px solid #000; */
}

td {
  border-top: 3px solid #000;
}

.leaderboard-table thead tr th:first-child,
.leaderboard-table tbody tr td:first-child {
  /* border-left: 3px solid #000; */
}

thead:first-child tr:first-child th:first-child,
tbody:first-child tr:first-child td:first-child {
  border-radius: 10px 0 0 0;
}

thead:last-child tr:last-child th:first-child,
tbody:last-child tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}

.f1-cta {
  margin-top: 15px;
}

.leaderboard-wrapper {
  margin-top: 20px;
}

.leaderboard-table-wrapper {
  background: url("../images/f1/table_bg.png") center center;
  background-size: 100% 100%;
  background-position-y: top;
  padding: 130px 100px 50px 100px;
  margin-top: -20px;
}

.top3-wrapper {
  /* margin-top: 20px; */
  /* padding-right: 123px; */
}

.top3-wrapper .first-row {
  padding: 0 30px;
}

.player-title {
  position: absolute;
  bottom: 14px;
  width: 100%;
  font-weight: bolder;
  font-size: 24px;
  z-index: 3;
}

.f2-desc {
  margin: 25px 0 5px 0;
  font-size: 22px;
  font-weight: bold;
  font-family: 'Spiegel', sans-serif;
}

.video-play-btn {
  height: 95px;
  width: auto;
}

.f2 .main-container {
  /* background-image: url(../img/riot/f2/bg.png); */
  /* background-size: cover; Cover the entire page */
  /* background-position-x: -25px; */
  /* padding: 40px 0; */
  /* background-size: contain; */
}

.button-map:hover {
  /* cursor: pointer; */
}

.top-border {
  
position: relative;
  
z-index: 2;
}

.top-avatar {

  position: absolute;

  border-radius: 50%;

  border: 5px solid #930000;

  top: 18px;

  height: 115px;

  width: 115px;
}

.f1 .cta-wrapper {
  /* position: absolute; */
  /* bottom: 120px; */
  margin-left: auto;
  margin-right: auto;
  /* left: 0; */
  /* right: 0; */
  margin-top: 50px;
  margin-bottom: 60px;
}

.top-three {
  font-weight: bold;
}

.highlight-content {
  font-weight: bold;
}

.hero-wrapper {
  position: relative;
}

.leaderboard-table {
  /* background: #f4f4f2; */
}

.hero-hover {
  position: absolute;
  visibility: hidden;
  cursor: pointer;
  z-index: 2;
  pointer-events: none;
}

.leaderboard-table-responsive {
  max-height: 600px;
  overflow: auto;
}

.leaderboard-table-responsive::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.leaderboard-table-responsive::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.leaderboard-table-responsive::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.leaderboard-table-responsive::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


@media (min-width: 1400px) {

}

@media only screen and (min-width: 4001px) {
  #frame2 {
    background-size: 100% 100%;
  }
}

@media only screen and (max-width: 4000px) {
  #frame2 {
    /* background-size: 100% 100%; */
  }
}

@media only screen and (max-width: 3001px) {
  #frame2 {
    /* background-size: 100% 100%; */
  }
}

@media only screen and (max-width: 2501px) {
  #frame2 {
    /* background-size: 130% 100%; */
  }
}

@media only screen and (max-width: 2301px) {

}

@media only screen and (max-width: 2000px) {
}

@media only screen and (max-width: 1800px) {

}

@media only screen and (max-width: 1600px) {

  .full-frame {
    height: 800px;
    min-height: 800px;
  }

  .f1 {
    height: 1080px;
    min-height: 1080px;
  }

  /* .frame2 {
    height: 1080px;
    min-height: 1080px;
  } */

  .f1 {
    zoom: 70%;
  }

  .hero-animated {
    margin-top: 110px;
  }

  .sticky-social-icons {
    zoom: 70%;
  }

  .f2 {
    zoom: 70%;
  }

  .frame2-before .cborder.character {
    zoom: 65%;
  }

  .f1-block, .f1 #main-row3, .f2 .all-block, .f2 .block-apps, .f3 .first-part, .f3 .second-part {
    zoom: 70%;
  }

  /* .f2 .right-content, .f2 .character {
    zoom: 70%;
  } */

  .frame3-before .cborder.bottom {
    height: 448px;
    bottom: -205px;
  }

  .frame2-before .cborder.bottom {
    bottom: -90px;
    height: 161px;
  }
}


@media only screen and (max-width: 1400px) {
  .f2 .container {
    max-width: 90%;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1200px) {
  
}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}

@media only screen and (max-width: 992px) {
  .f2 .container {
    max-width: 100%;
  }
}

@media only screen and (max-width: 768px) {

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

}

/* Extra small devices (phones, 600px and down) */
/* mobile */
@media only screen and (max-width: 600px) {

  .f1 {
    zoom: unset;
  }

  .f1::before {
    content: unset;
  }

  .f2 {
    zoom: unset;
    margin-top: 0px !important;
    height: unset;
  }

  #frame2 {
    padding-left: 0;
    padding-right: 0;
    background-image: unset;
  }

  .frame2-before .cborder.character {
    zoom: unset;
  }

  .f1-block, .f1 #main-row3, .f2 .all-block, .f2 .block-apps, .f3 .first-part, .f3 .second-part {
    zoom: unset;
  }

  .f1 {
    zoom: unset;
  }

  .video-play-btn {
    height: 70px;
    width: auto;
  }

  .leaderboard-table-wrapper table {
    font-size: 18px;
  }

  #top1mb .top-avatar {
    width: 88px;
    height: auto;
    top: 6px;
  }

  #top2mb .top-avatar, #top3mb .top-avatar {
    width: 88px;
    height: auto;
    top: 6px;
  }

  .top-box img {
    height: 128px;
    width: auto;
  }

  .f1-block, .f1 #main-row3, .f2 .all-block, .f2 .block-apps, .f3 .first-part, .f3 .second-part {
    zoom: unset;
  }

  .frame2-before .cborder.character {
    zoom: unset;
  }

  .full-frame {
    min-height: 1140px;
    height: 1140px;
  }

  .f1 {
    align-items: start !important;
    min-height: 1320px;
    height: auto;
  }

  .player-title {
    bottom: 10px;
    font-size: 20px;
  }

  #top1mb .player-title {
    bottom: 10px;
  }

  .f1 .second-row {
    padding: 0 8px;
    margin-top: 16px;
  }

  table td, table th {
    font-size: 22px;
  }

  .top3-mobile-wrapper {
    margin-top: 20px;
  }

  .f2 .main-container {
    background-image: url(../img/riot/mb/f2/bg.png);
    background-size: 100% 100%;
    background-position: top; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    /* background-position-x: -25px; */
  }

  .f2 #main-title {
    margin-top: 40px;
    height: 50px;
    width: auto;
  }

  .f2 .video-border {
    width: 100%;
  }

  .f2 .video-tag {
    /* width: 90%; */
    width: 390px;
    height: 218px;
  }

  .f2-desc {
    padding: 0px 5px 37px 40%;
    font-size: 16px;
  }

  .f2 .cta-btn {
    margin-top: -25px;
    position: relative;
    margin-bottom: 0px;
  }
  
  #btnImageMb {
    margin-bottom: 10px;
  }
  
  .leaderboard-table-wrapper {
    background: url(../images/mb/f1/table_bg.png) center center;
    background-size: 100% 100%;
    background-position-y: top;
    padding: 110px 30px 40px 30px;
    margin-top: 0;
  }

  .leaderboard-wrapper {
    padding: 0;
    margin: 0;
  }

  .hero-animated {
    background: url("../images/mb/f1/bg.png") center center;
    background-size: cover;
    background-position-y: top;
    position: relative;
    margin-top: 58px;
  }

  .f1 .mb-title {
    margin-top: 250px;
  }

  .f2 .right-content {
    margin-left: 0;
  }

  .f2 .mb-title {
    margin: 20px 0;
  }

  .f2 .hero-list .hero-item {
    height: 58px;
    width: auto;
    padding: 0 10px;
  }

  .use-map {
    max-width: 100%;
    height: auto;
  }

  .hero-hover {
    visibility: hidden !important;
  }

  .hero-popup .hero-avatar {
    height: 250px;
    width: auto;
    margin-bottom: 20px;
  }

  .hero-popup .hero-stats {
    margin-bottom: 20px;
  }

  .hero-popup .hero-desc { 
    margin-bottom: 20px;
  }

  .hero-popup .header-img {
    height: 60px;
  }
  
  #heroInfoPopup .modal-content {
    padding: 20px 20px;
  }

  .hero-popup .popup-header {
    margin-bottom: 20px;
  }

  #frame3 {
    height: 460px;
  }
}

@media only screen and (max-width: 400px) {

}

@media only screen and (max-width: 375px) {

}