@font-face {
  font-family: Arista;
  src: url("../fonts/Arista.ttf") format("opentype");
}
@font-face {
  font-family: Bubble-regular;
  font-weight: 400;
  src: url("../fonts/bubbleboddyneue-regular.ttf") format("opentype");
}
@font-face {
  font-family: Bubble;
  font-weight: 400;
  src: url("../fonts/BubbleboddyNeue-Light.ttf") format("opentype");
}
@font-face {
  font-family: Bubble-bold;
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/BubbleboddyNeue-Bold.ttf") format("opentype");
}
/*@font-face {
    font-family: Bubble;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/BubbleboddyNeueTrial.ttf") format("opentype");
}

@font-face {
    font-family: Bubble;
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/BubbleboddyNeue-Bold.ttf") format("opentype");
}*/
@font-face {
  font-family: Helvetica;
  font-weight: bold;
  src: url("../fonts/Helvetica-Bold-Oblique.ttf") format("opentype");
}
/* Reset style */
body {
  font-size: 16px;
  font-family: "Bubble", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  background: #0f75ca;
}

*::-moz-selection {
  background: #f9b707;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #f9b707;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #f9b707;
  color: #fff;
  text-shadow: none;
}

.font-bold-style {
  font-family: "Bubble-bold";
}

a {
  text-decoration: none;
}

main {
  scroll-snap-type: both mandatory;
  scroll-padding: 1rem;
}
main section {
  scroll-snap-align: start;
}

ul {
  padding-left: 0;
  list-style: none;
}

.number {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: bold;
}

.logo img {
  width: 100px;
}

.loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #242f3f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 99999;
}
.loader-wrapper .content-loader {
  text-align: center;
}
.loader-wrapper .content-loader .box-img-flex {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}
.loader-wrapper .content-loader .text-loading {
  width: 100%;
  color: #ffffff;
}

.statistic {
  background-color: rgba(9, 12, 57, 0.4);
  min-height: 100px;
  font-size: 1.2rem;
  border-radius: 8px;
  z-index: 9;
}
.statistic td {
  font-weight: 1 !important;
}

.chart img {
  max-width: 100%;
}

@media (max-width: 768px) {
  .statistic {
    font-size: 1rem;
  }
}
.heading__logo {
  font-size: 5rem;
}
.heading__name {
  color: #fff;
  font-family: "Arista";
  font-size: 3rem;
  line-height: 3rem;
}
.heading__name--yellow {
  color: #ffc000;
}
.heading__title {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 20px;
}
.heading__slide {
  font-size: 3rem;
}

@media (min-width: 992px) {
  .heading__title {
    font-size: 2rem;
    line-height: 2rem;
  }
  .heading__name {
    font-size: 7rem;
    line-height: 7rem;
  }

  .intro {
    font-size: 1.2rem;
  }
}
@media (max-width: 992px) {
  .intro {
    font-size: 0.8rem;
  }
}
.btn__base {
  background-image: url("../images/btn_base.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 64px;
  width: 156px;
  position: relative;
}
.btn__base:hover {
  background-image: url("../images/btn_yellow_hover.png");
}
.btn__base--small {
  height: 64px;
  width: 160px;
}
.btn__base--small a {
  font-size: 1.2rem !important;
}
.btn__base--small .fw-bold {
  font-size: 1.2rem !important;
}
.btn__base--yellow {
  background-image: url("../images/btn_yellow.png") !important;
}
.btn__base--yellow:hover {
  background-image: url("../images/btn_yellow_hover.png") !important;
}
.btn__base a {
  color: #fff;
  font-size: 1.3rem;
  text-decoration: none;
}
.btn__base .fw-bold {
  color: #fff;
  font-size: 1.3rem;
  text-decoration: none;
  text-align: center;
  line-height: 100%;
}
.btn__base img {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
.btn__base img.icon-play {
  position: relative;
  left: -11px;
}
.btn__base .soon {
  font-size: 0.6rem;
  margin: 0;
  position: absolute;
  top: 5px;
  right: 15px;
  border-radius: 4px;
}

@media (min-width: 992px) {
  .btn__base {
    height: 105px;
    width: 256px;
    position: relative;
  }
  .btn__base--small {
    height: 96px;
    width: 234px;
  }
  .btn__base--small a, .btn__base--small .fw-bold {
    font-size: 1.4rem !important;
  }
  .btn__base a, .btn__base .fw-bold {
    font-size: 2rem;
  }
  .btn__base img {
    width: 36px;
    height: 36px;
  }
  .btn__base .soon {
    font-size: 0.9rem;
    margin: 0;
    position: absolute;
    top: 15px;
    right: 25px;
    border-radius: 4px;
  }
}
#gameplay {
  position: relative;
}

.slide__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  transform: scale(1.5);
}
.slide__body {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px 0px;
}
.slide__content {
  padding: 0px 15px;
}
.slide__dino {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}

.flex-1 {
  flex: 1;
}

.soon {
  display: inline-block;
  font-size: 0.6rem;
  color: #0495e8;
  padding: 0px 5px;
  background-color: #20596f;
  border-radius: 2px;
  margin-left: 5px;
}

.check-mask-v {
  color: #00ff0a;
  font-weight: bold;
}

.box__section__header {
  position: relative;
}

.logo-footer img {
  width: 100px;
}

.dino-vang {
  position: absolute;
  left: 0px;
  top: 0px;
}
.dino-vang img {
  width: 319px;
  height: auto;
  animation: moveleftbounce 6s linear infinite;
}

.dino-do {
  position: absolute;
  bottom: 0px;
  left: 240px;
}
.dino-do img {
  width: 318px;
  height: auto;
  animation: movebounce 6s linear infinite;
}

.dino-nhen {
  position: absolute;
  top: 0px;
  right: 0px;
}
.dino-nhen img {
  width: 415px;
  height: auto;
  animation: movebounce 6s linear infinite;
}

.bg_story_trung {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0px;
}
.bg_story_trung img {
  width: 50%;
  height: auto;
}

.khoi-vang {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0px;
}
.khoi-vang img {
  width: 100%;
  height: auto;
}

.earn-dino-yellow {
  position: absolute;
  bottom: 5%;
  left: 20%;
}
.earn-dino-yellow img {
  width: 42%;
  height: auto;
  animation: movebounce 6s linear infinite;
}

.earn-dino-blue {
  position: absolute;
  bottom: 5%;
  right: 2%;
}
.earn-dino-blue img {
  width: 36%;
  height: auto;
  animation: moverightbounce 6s linear infinite;
}

.dino-footer {
  position: absolute;
  right: 0px;
  bottom: 20px;
}
.dino-footer img {
  width: 268px;
  height: auto;
  animation: moverightbounceFooter 3s linear infinite;
}

.item__icon img {
  animation: movebounce 6s linear infinite;
}

/* animation */
@-webkit-keyframes moverightbounceFooter {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes moverightbounceFooter {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-webkit-keyframes movebounce {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes movebounce {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes moveleftbounce {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes moveleftbounce {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-webkit-keyframes moverightbounce {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes moverightbounce {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0px);
  }
}
body .navbar,
body .offcanvas-body {
  visibility: hidden;
}
body.fixed .navbar,
body.fixed .offcanvas-body {
  visibility: visible;
}

.fixed-notifycation {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 900;
}

.header-notifycation {
  background-color: #0d6efd;
  height: 60px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 10px;
}
.header-notifycation .message {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 15px;
  color: #fff;
  font-weight: 400;
}
.header-notifycation .message a {
  padding-left: 10px;
  color: #ffc000;
  font-weight: bold;
}
.header-notifycation .content {
  font-size: 15px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 10px;
}
.header-notifycation .content span b {
  padding-right: 5px;
  color: #fd0000;
}
.header-notifycation .close-btn {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px 30px;
  cursor: pointer;
}

.navbar {
  -webkit-transition: all 250ms ease-in-out 0s;
  -moz-transition: all 250ms ease-in-out 0s;
  -ms-transition: all 250ms ease-in-out 0s;
  -o-transition: all 250ms ease-in-out 0s;
  transition: all 250ms ease-in-out 0s;
}
.navbar.fixed-top {
  background-color: rgba(10, 25, 44, 0.8) !important;
  z-index: 999;
}
.navbar .nav-item {
  cursor: pointer;
  margin: 0 10px;
}
.navbar .nav-item .nav-link {
  color: #fff;
  border: 2px solid transparent;
  position: relative;
  -webkit-transition: all 250ms ease-in-out 0s;
  -moz-transition: all 250ms ease-in-out 0s;
  -ms-transition: all 250ms ease-in-out 0s;
  -o-transition: all 250ms ease-in-out 0s;
  transition: all 250ms ease-in-out 0s;
}
.navbar .nav-item .nav-link:hover, .navbar .nav-item .nav-link:focus, .navbar .nav-item .nav-link.active {
  color: #ffd91e;
  border: 2px solid #ffd91e;
}
.navbar .nav-item .nav-link .soon {
  position: absolute;
  right: 5px;
  top: 5px;
  font-style: normal;
  font-weight: 200;
}
.navbar .nav-item .nav-soon {
  padding-right: 45px;
}

@media (min-width: 992px) {
  .offcanvas {
    visibility: visible;
    position: relative;
    background: none;
    border: none;
    justify-content: end;
  }
}
@media (max-width: 992px) {
  .offcanvas {
    width: 250px !important;
  }

  .offcanvas-start-lg {
    top: 0;
    left: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateX(-100%);
  }

  .bg-canvas {
    background-color: rgba(10, 25, 44, 0.95) !important;
  }

  .header-notifycation {
    flex-wrap: wrap;
    padding: 5px 0;
  }
  .header-notifycation .message {
    color: #fff;
    flex-wrap: wrap;
    font-size: 12px;
    height: 15px;
  }
  .header-notifycation .message span {
    text-align: center;
    width: 100%;
  }
  .header-notifycation .message a {
    font-size: 10px;
  }
  .header-notifycation .content {
    text-align: center;
    padding-top: 20px;
    font-size: 10px;
  }
  .header-notifycation .close-btn {
    top: 30%;
    color: #fff;
    padding: 10px 10px;
  }
}
.navbar-nav li a {
  color: white !important;
}

.offcanvas-body {
  background-color: transparent !important;
}

.offcanvas.show .nav-link:hover, .offcanvas.show .nav-link:focus, .offcanvas.show .nav-link.active {
  color: #ffd91e !important;
  border: 2px solid transparent;
}

.section {
  width: 100%;
  position: relative;
  background-size: 100% 100%;
  /*  &::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }*/
  /*&--gameplay {
    background-image: url(../images/background/bg_gameplay_mb.jpg);
  }*/
}
.section--banner {
  background-image: url(../images/background/bg_slogan_mb3860.png?v=1);
}
.section--banner .box-mp4 {
  position: absolute;
  bottom: -10px;
  right: 0;
  content: "";
  width: 100%;
  height: auto;
  z-index: 1;
}
.section--banner .box-mp4 video {
  width: 100%;
  height: 100%;
}
.section--banner .banner-content {
  z-index: 10;
}
.section--gamestory {
  background-image: url(../images/background/bg_story_mb.png);
}
.section--video {
  background-image: url(../images/background/bg_story_mb.png);
}
.section--earn {
  background-image: linear-gradient(#1a2989, #116bc9);
}
.section--tokenomics {
  background-image: url(../images/background/bg_token_mb.jpg);
}
.section--roadmap {
  background-image: url(../images/background/bg_roadmap_mb.jpg);
}
.section--team {
  background-image: url(../images/background/bg-team.jpg);
}
.section--partner {
  background-color: #192563;
}
.section--gameplay .box__section__header {
  position: relative;
}
@media (min-width: 768px) {
  .section--banner {
    background-image: url(../images/background/bg_slogan.jpg);
  }
  .section--gamestory {
    background-image: url(../images/background/bg_story.png);
  }
  .section--gameplay {
    background-image: url(../images/background/bg_gameplay.jpg);
  }
  .section--earn {
    background-image: linear-gradient(#1a2989, #116bc9);
  }
  .section--tokenomics {
    background-image: url(../images/background/bg_token.png);
  }
  .section--roadmap {
    background-image: url(../images/background/bg_roadmap.jpg);
  }
}

.box__section {
  position: relative;
}
.box__section__header {
  z-index: 5;
}
.box__section__title {
  text-transform: uppercase;
  color: #ffc000;
  font-family: "Arista";
  font-size: 2.5rem;
  line-height: 2.5rem;
  padding-top: 45px;
}
.box__section__desc {
  color: #fff;
  font-size: 0.8rem;
}
.box__section__desc a {
  color: #ffffff;
  text-decoration: underline;
}
.box__section__desc a:hover {
  color: #ffc000;
}
.box__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  color: #fff;
  padding: 0px 15px;
  z-index: 2;
}
.box__content .btn__base {
  font-size: 0.8rem;
}
.box__bg {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100vh !important;
  left: 0;
  right: 0;
  background-size: cover;
}
.box__bg--getting {
  background-image: url(../images/sliders/slide_01_mb.jpg);
}
.box__bg--defeating {
  background-image: url(../images/sliders/slide_02_mb.jpg);
}
.box__bg--loving {
  background-image: url(../images/sliders/slide_03_mb.jpg);
}
.box__bg--battling {
  background-image: url(../images/sliders/slide_04_mb.jpg);
}
.box__bg--monsterKing {
  background-image: url(../images/sliders/slide_05_mb.jpg);
}
.box__left {
  width: 0%;
}
.box__right {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.box__circle {
  position: absolute;
  left: -14px;
  top: calc(50% - 24px);
  display: inline-block;
  height: 48px;
  width: 48px;
  border: 1px solid #0495e8;
  border-radius: 24px;
  z-index: 9;
}
.box__circle--right {
  right: -14px;
  left: auto;
}
.box__circle__item {
  border: 2px solid #0495e8;
  border-radius: 18px;
  padding: 2px;
  display: inline-block;
  height: 36px;
  width: 36px;
  position: absolute;
  left: 5px;
  top: calc(50% - 18px);
}
.box__circle__item__content {
  display: inline-block;
  height: 28px;
  width: 28px;
  background-color: #0b1a2d;
  border-radius: 14px;
}
.box__token {
  background-color: rgba(9, 12, 57, 0.8);
  border-radius: 8px;
  position: relative;
}
.box__token__border--in, .box__token__border--out {
  content: " ";
  position: absolute;
}
.box__token__border--in {
  top: 8px;
  bottom: 8px;
  left: 12px;
  right: 12px;
  border: 1px solid #0495e8;
  border-radius: 8px;
  z-index: 8;
}
.box__token__border--out {
  top: 12px;
  bottom: 12px;
  left: 8px;
  right: 8px;
  border: 1px solid #0495e8;
  border-radius: 8px;
  z-index: 8;
}
.box__token .table {
  width: 90%;
}
.box__token .table td {
  font-size: 0.8rem;
}

.section--video .container {
  padding-bottom: 50px;
}
.section--video .container .video-trailer {
  width: 90vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/background/borders.png") no-repeat;
  background-size: 100%;
}
.section--video .container .video-trailer .video-content {
  top: 30px;
  position: relative;
  width: 90%;
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 52.25%;
}
.section--video .container .video-trailer .video-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.section--team .team-slider .item {
  padding: 10px 20px;
  color: #ffffff;
}
.section--team .team-slider .item .img-box {
  position: relative;
  margin-bottom: 30px;
}
.section--team .team-slider .item .img-box:before {
  position: absolute;
  content: "";
  height: 1px;
  background: #ffe50b;
  bottom: -1px;
  left: 25px;
  z-index: 1;
  width: calc(100% - 50px);
}
.section--team .team-slider .item .img-box:after {
  background-image: url(../images/icons/arrow-pointer.png);
  position: absolute;
  content: "";
  bottom: -15px;
  left: 48%;
  height: 15px;
  width: 24px;
  right: 0;
  z-index: 10;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.section--team .team-slider .item .img-box .avatar {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.section--team .team-slider .item .img-box .link-introduce {
  position: absolute;
  top: 12px;
  left: 12px;
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../images/icons/linkedin.jpg);
  background-size: 100% 100%;
}
.section--team .team-slider .item .content-box .name {
  font-size: 22px;
  font-weight: bold;
}
.section--team .team-slider .item .content-box .position {
  font-size: 18px;
  color: #ffe50b;
  font-weight: bold;
}
.section--launch {
  background-color: #1859af;
  height: 65vh;
}
.section--launch .item-launch {
  display: flex;
  align-items: center;
  height: 30vh;
  justify-content: center;
  margin-left: 50px;
}
.section--launch .item-launch img {
  width: 100%;
}

.section--advisor {
  background-color: #1859af;
  height: 80vh;
}
.section--advisor .item-advisors {
  display: flex;
  align-items: center;
  height: 30vh;
  justify-content: center;
  margin-left: 50px;
}
.section--advisor .item-advisors img {
  width: 100%;
}

.section--partner .partner-content .item {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 100px 0px;
  color: #ffffff;
  flex-wrap: wrap;
  height: 20%;
}
.section--partner .partner-content .item .logo-item {
  margin-bottom: 35px;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 50px;
}
.section--partner .partner-content .item .logo-item .logo-partner img {
  width: 110%;
}
.section--partner .partner-content .item .logo-item:nth-child(16), .section--partner .partner-content .item .logo-item:nth-child(17), .section--partner .partner-content .item .logo-item:nth-child(18), .section--partner .partner-content .item .logo-item:nth-child(19), .section--partner .partner-content .item .logo-item:nth-child(20), .section--partner .partner-content .item .logo-item:nth-child(21) {
  width: 30%;
}
.section--partner#secutiry .partner-content .item .logo-item {
  padding-left: 0px;
  margin-left: -18px;
  width: 20%;
  display: block;
}

.section--roadmap-img .roadmap-box {
  width: 100%;
}
.section--roadmap-img .roadmap-box .roadmap-img {
  width: 100%;
  height: auto;
}

@media (max-width: 767.98px) {
  .box__content {
    /* position: absolute;
    bottom: 24px;*/
  }

  .section--video .container .video-trailer .video-content {
    width: 93%;
    top: 10px;
  }

  .section--partner .partner-content .item {
    padding: 30px;
    justify-content: space-between;
    width: 100%;
  }
  .section--partner .partner-content .item .logo-item {
    margin-bottom: 40px;
    padding-left: 0;
    width: 40%;
  }
  .section--partner .partner-content .item .logo-item .logo-partner img {
    width: 110%;
  }
  .section--partner .partner-content .item .logo-item:nth-child(16), .section--partner .partner-content .item .logo-item:nth-child(17), .section--partner .partner-content .item .logo-item:nth-child(18), .section--partner .partner-content .item .logo-item:nth-child(19), .section--partner .partner-content .item .logo-item:nth-child(20), .section--partner .partner-content .item .logo-item:nth-child(21) {
    width: 40%;
  }
  .section--partner#secutiry .partner-content .item .logo-item {
    padding-left: 0px;
    margin-left: -18px;
    width: 100%;
    display: block;
  }
}
@media (min-width: 768px) {
  .box__section {
    position: relative;
    /* top: 0;
    left: 0;
    right: 0;
    bottom: 0;*/
  }
  .box__section__header {
    /*        position: absolute;
    top: 0;
    left: 0;
    right: 0;*/
    z-index: 5;
    position: relative;
  }
  .box__section__title {
    text-transform: uppercase;
    color: #ffc000;
    font-family: "Arista";
    font-size: 4rem;
    line-height: 4rem;
    padding-top: 45px;
  }
  .box__section__desc {
    color: #fff;
    font-size: 1.2rem;
  }
  .box__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    color: #fff;
    padding: 0px 0px;
    z-index: 2;
  }
  .box__content .btn__base {
    font-size: 0.8rem;
  }
  .box__bg {
    position: absolute;
    content: "";
    top: 25%;
    width: 100%;
    height: 50% !important;
    right: 0;
  }
  .box__bg--getting {
    background-image: url(../images/sliders/bg_slide_01.png);
  }
  .box__bg--defeating {
    background-image: url(../images/sliders/bg_slide_04.png);
  }
  .box__bg--loving {
    background-image: url(../images/sliders/bg_slide_03.png);
  }
  .box__bg--battling {
    background-image: url(../images/sliders/bg_slide_02.png);
  }
  .box__bg--monsterKing {
    background-image: url(../images/sliders/bg_slide_05.png);
  }
  .box__left {
    width: 60%;
    height: 100vh;
  }
  .box__right {
    width: 40%;
  }
  .box__token .table {
    width: 50%;
  }
  .box__token .table td {
    font-size: 1rem;
  }
}
.item {
  position: relative;
}
.item__title {
  font-size: 1.4rem;
  font-family: "Bubble-bold";
}
.item__desc {
  font-size: 0.6rem;
}
.item__icon {
  text-align: center;
}
.item__icon img {
  display: inline !important;
  width: 72px !important;
}

.content-road-map {
  padding-bottom: 120px;
}

@media (max-width: 767.98px) {
  .item {
    height: 100vh;
  }
}
@media (min-width: 768px) {
  .item {
    display: flex;
    height: 100vh;
  }
  .item__title {
    font-size: 3.5rem;
  }
  .item__desc {
    font-size: 0.9rem;
  }
  .item__icon img {
    width: 136px !important;
  }
  .item__image {
    width: 100%;
    height: 100%;
  }
  .item__image img {
    width: 100%;
    height: 100vh;
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .item__getting .item__image img {
    width: 85% !important;
  }
  .item__getting .box__bg {
    height: 48%;
  }
  .item__getting .box__right {
    padding-right: 100px;
  }
  .item__defeating .item__icon img {
    width: 105px;
  }
  .item__defeating .item__image {
    transform: translateX(50px);
    padding-right: 200px;
  }
  .item__defeating .item__image img {
    height: 100vh;
  }
  .item__loving .item__icon img {
    width: 164px !important;
  }
  .item__loving .item__image {
    padding-right: 200px;
  }
  .item__loving .item__image img {
    transform: scale(1);
    height: 100vh;
  }
  .item__loving .box__right {
    padding-right: 150px;
  }
  .item__monsterKing .item__image {
    transform: translateX(50px);
    padding-right: 200px;
  }
  .item__monsterKing .item__image img {
    height: 100vh;
  }
  .item__monsterKing .box__bg {
    height: 60%;
  }
  .item__monsterKing .box__right {
    padding-right: 150px;
  }
  .item__battling .item__image {
    transform: translateX(50px);
    padding-right: 200px;
  }
  .item__battling .item__image img {
    height: 100vh;
  }
  .item__battling .box__bg {
    height: 60%;
  }
  .item__battling .box__right {
    padding-right: 150px;
  }
}
.divider {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #0495e8;
  z-index: 100;
}
.divider::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 2px;
  width: 0;
  height: 0;
  border-top: 16px solid #0495e8;
  border-left: 16px solid transparent;
}
.divider::after {
  content: " ";
  position: absolute;
  right: 0;
  top: 2px;
  width: 0;
  height: 0;
  border-top: 16px solid #0495e8;
  border-right: 16px solid transparent;
}
.divider__ball {
  position: absolute;
  left: calc(50% - 16px);
  top: -16px;
}
.divider__ball > span {
  display: inline-block;
  position: absolute;
  background-color: #0495e8;
  border-radius: 50%;
}
.divider__ball > span:nth-child(1) {
  left: 8px;
  top: 8px;
  width: 16px;
  height: 16px;
}
.divider__ball > span:nth-child(2) {
  left: 4px;
  top: 4px;
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: 2px solid #0495e8;
}
.divider__ball > span:nth-child(3) {
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background-color: transparent;
  border: 1px solid #0495e8;
}

@media (min-width: 768px) {
  .divider {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #0495e8;
    z-index: 100;
  }
  .divider::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 2px;
    width: 0;
    height: 0;
    border-top: 16px solid #0495e8;
    border-left: 16px solid transparent;
  }
  .divider::after {
    content: " ";
    position: absolute;
    right: 0;
    top: 2px;
    width: 0;
    height: 0;
    border-top: 16px solid #0495e8;
    border-right: 16px solid transparent;
  }
  .divider__ball {
    position: absolute;
    left: calc(50% - 40px);
    top: -40px;
  }
  .divider__ball > span {
    display: inline-block;
    position: absolute;
    background-color: #0495e8;
    border-radius: 50%;
  }
  .divider__ball > span:nth-child(1) {
    left: 16px;
    top: 16px;
    width: 48px;
    height: 48px;
  }
  .divider__ball > span:nth-child(2) {
    left: 8px;
    top: 8px;
    width: 64px;
    height: 64px;
    background-color: transparent;
    border: 2px solid #0495e8;
  }
  .divider__ball > span:nth-child(3) {
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    background-color: transparent;
    border: 1px solid #0495e8;
  }
}
.gameplay-slider {
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.gameplay-slider .owl-item .box__left .item__image {
  transition: all 0.6s;
  transform: scale(0.6);
}
.gameplay-slider .owl-item .box__right .align-items-center {
  transition: all 0.6s;
  transform: scale(0.6);
}
.gameplay-slider .owl-item.active .box__left .item__image {
  transform: scale(1);
}
.gameplay-slider .owl-item.active .box__right .align-items-center {
  transform: scale(1);
}
.gameplay-slider .owl-nav {
  z-index: 5;
}
.gameplay-slider .owl-nav .owl-prev,
.gameplay-slider .owl-nav .owl-next {
  position: absolute;
  bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 5;
}
.gameplay-slider .owl-nav .owl-prev span,
.gameplay-slider .owl-nav .owl-next span {
  padding: 5px !important;
}
.gameplay-slider .owl-nav .owl-prev {
  left: calc(30% - 110px);
}
.gameplay-slider .owl-nav .owl-next {
  right: calc(30% - 110px);
}
.gameplay-slider .owl-dots {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
}
.gameplay-slider .owl-dot {
  background-color: #6c35be !important;
  width: 10%;
  height: 8px;
  margin: 0 5px;
  border-radius: 3px;
}
.gameplay-slider .owl-dot.active {
  background-color: #ec46d3 !important;
}

.team-slider {
  margin-top: 50px;
  padding-bottom: 135px;
}
.team-slider .item {
  height: auto;
  display: block;
}
.team-slider .owl-item .box__left .item__image {
  transition: all 0.6s;
  transform: scale(0.6);
}
.team-slider .owl-item .box__right .align-items-center {
  transition: all 0.6s;
  transform: scale(0.6);
}
.team-slider .owl-item.active .box__left .item__image {
  transform: scale(1);
}
.team-slider .owl-item.active .box__right .align-items-center {
  transform: scale(1);
}
.team-slider .owl-nav {
  z-index: 5;
}
.team-slider .owl-nav .owl-prev,
.team-slider .owl-nav .owl-next {
  position: absolute;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 5;
}
.team-slider .owl-nav .owl-prev span,
.team-slider .owl-nav .owl-next span {
  padding: 5px !important;
}
.team-slider .owl-nav .owl-prev {
  left: calc(30% - 110px);
}
.team-slider .owl-nav .owl-next {
  right: calc(30% - 110px);
}
.team-slider .owl-dots {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
}
.team-slider .owl-dot {
  background-color: #6c35be !important;
  width: 15%;
  height: 8px;
  margin: 0 5px;
  border-radius: 3px;
}
.team-slider .owl-dot.active {
  background-color: #ec46d3 !important;
}

.launch-slider {
  margin-top: 50px;
  padding-bottom: 135px;
}
.launch-slider .owl-item {
  display: flex;
  justify-content: center;
}
.launch-slider .owl-item .item {
  height: auto;
  width: 290px;
  display: block;
  border: 1px solid #ffffff;
  padding: 20px;
  border-radius: 20px;
}
.launch-slider .owl-item .item:hover {
  border: 1px solid #ffc000;
}
.launch-slider .owl-item .item img {
  height: 70px;
  width: auto;
  margin: auto;
}
.launch-slider .owl-nav {
  z-index: 5;
}
.launch-slider .owl-nav .owl-prev,
.launch-slider .owl-nav .owl-next {
  position: absolute;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 5;
}
.launch-slider .owl-nav .owl-prev span,
.launch-slider .owl-nav .owl-next span {
  padding: 5px !important;
}
.launch-slider .owl-nav .owl-prev {
  left: calc(30% - 110px);
}
.launch-slider .owl-nav .owl-next {
  right: calc(30% - 110px);
}
.launch-slider .owl-dots {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
}
.launch-slider .owl-dot {
  background-color: #6c35be !important;
  width: 15%;
  height: 8px;
  margin: 0 5px;
  border-radius: 3px;
}
.launch-slider .owl-dot.active {
  background-color: #ec46d3 !important;
}

.advisor-slider {
  margin-top: 50px;
  padding-bottom: 135px;
}
.advisor-slider .owl-item {
  display: flex;
  justify-content: center;
}
.advisor-slider .owl-item .item {
  height: auto;
  min-height: 275px;
  width: 290px;
  display: block;
  border: 1px solid #ffffff;
  padding: 0px;
  border-radius: 20px;
}
.advisor-slider .owl-item .item:hover {
  border: 1px solid #ffc000;
}
.advisor-slider .owl-item .item .img-box {
  border-bottom: 1px solid #ffffff;
  padding: 20px;
}
.advisor-slider .owl-item .item .content-box {
  color: #ffffff;
  padding: 20px;
  text-align: justify;
  text-justify: inter-word;
}
.advisor-slider .owl-item .item img {
  height: 70px;
  width: auto;
  margin: auto;
}
.advisor-slider .owl-nav {
  z-index: 5;
}
.advisor-slider .owl-nav .owl-prev,
.advisor-slider .owl-nav .owl-next {
  position: absolute;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 5;
}
.advisor-slider .owl-nav .owl-prev span,
.advisor-slider .owl-nav .owl-next span {
  padding: 5px !important;
}
.advisor-slider .owl-nav .owl-prev {
  left: calc(30% - 110px);
}
.advisor-slider .owl-nav .owl-next {
  right: calc(30% - 110px);
}
.advisor-slider .owl-dots {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
}
.advisor-slider .owl-dot {
  background-color: #6c35be !important;
  width: 15%;
  height: 8px;
  margin: 0 5px;
  border-radius: 3px;
}
.advisor-slider .owl-dot.active {
  background-color: #ec46d3 !important;
}

@media (max-width: 768px) {
  .team-slider .owl-dot {
    width: 6%;
  }
}
@media (min-width: 768px) {
  .owl-nav {
    z-index: 5;
  }
  .owl-nav .owl-prev,
.owl-nav .owl-next {
    bottom: 28px;
  }
  .owl-nav .owl-prev {
    left: calc(30% - 110px) !important;
  }
  .owl-nav .owl-next {
    right: calc(30% - 110px) !important;
  }

  .owl-dots {
    bottom: 52px;
  }

  .owl-dot {
    width: 8% !important;
    margin: 0 15px;
  }
}
.token__heading {
  width: 250px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.token__circle {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  margin-right: 10px;
}
.token__line:nth-child(1) .token__circle {
  background-color: #41c1de;
}
.token__line:nth-child(2) .token__circle {
  background-color: #46d4d4 !important;
}
.token__line:nth-child(3) .token__circle {
  background-color: #4eead1 !important;
}
.token__line:nth-child(4) .token__circle {
  background-color: #8dfce3 !important;
}
.token__line:nth-child(5) .token__circle {
  background-color: #c7f9ee !important;
}
.token__line:nth-child(6) .token__circle {
  background-color: #0e6eda !important;
}
.token__line:nth-child(7) .token__circle {
  background-color: #2788f4 !important;
}
.token__line:nth-child(8) .token__circle {
  background-color: #51a2fd !important;
}
.token__line:nth-child(9) .token__circle {
  background-color: #3190d4 !important;
}
.token__line:nth-child(10) .token__circle {
  background-color: #3cafe6 !important;
}
.token__line:nth-child(11) .token__circle {
  background-color: #3cafe6 !important;
}
.token__inf {
  padding-left: 30px;
  font-weight: 400;
  width: 24vw;
  display: flex;
}

.timeline {
  position: relative;
}
.timeline__icon {
  display: none;
}
.timeline__item {
  position: relative;
}

.timeline__title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

@media (max-width: 768px) {
  .timeline__title {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-style: italic;
    font-size: 0.9rem;
    text-align: left;
    color: #44cce2;
  }
  .timeline__desc {
    color: #fff;
    font-size: 0.7rem;
    text-align: left;
  }
  .timeline__progress {
    position: absolute;
    top: 8px;
    left: 16px;
    bottom: 72px;
    width: 4px;
    background-color: #0b1a2d;
  }
  .timeline__progress::after {
    content: " ";
    height: 30%;
    width: 4px;
    position: absolute;
    left: 0;
    right: 0;
    background: #3bb2d5;
    background: linear-gradient(90deg, #3bb2d5 0%, #53f9e9 100%);
  }
  .timeline__content {
    background-color: #3f66d6;
    margin-top: 12px;
    margin-left: 72px;
    margin-right: 16px;
  }
  .timeline__divider {
    background-image: url("../images/point_vertical.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 64px;
    height: 24px;
    position: absolute;
    left: 6px;
    top: 0;
  }
  .timeline__divider img {
    z-index: 99;
  }
}
@media (min-width: 992px) {
  .section--roadmap .box__section__desc {
    padding: 0 3%;
  }

  .timeline {
    position: relative;
  }
  .timeline__title {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-style: italic;
    font-size: 2rem;
    margin: 30px 0px;
  }
  .timeline__item {
    flex: 1;
    position: relative;
    font-size: 0.95rem;
    font-weight: 400;
  }
  .timeline__item:first-child .timeline__divider::before {
    content: none;
  }
  .timeline__item:last-child .timeline__divider::after {
    content: none;
  }
  .timeline__progress {
    height: 12px;
    background-color: #0b1a2d;
    position: absolute;
    top: 236px;
    left: 10.5%;
    right: 10.5%;
  }
  .timeline__progress::after {
    content: " ";
    height: 12px;
    width: 30%;
    position: absolute;
    left: 0;
    right: 0;
    background: #3bb2d5;
    background: linear-gradient(90deg, #3bb2d5 0%, #53f9e9 100%);
  }
  .timeline__divider {
    background-image: url("../images/point.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 64px;
    height: 172px;
  }
  .timeline__divider img {
    z-index: 99;
  }
}
footer {
  background-color: #0b1a2d;
  color: #fff;
  /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
     Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;*/
  background-repeat: no-repeat;
  background-size: 196px auto;
  background-position: bottom 24px right -24px;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: auto !important;
  position: relative;
}

@media (min-width: 9768px) {
  footer {
    background-size: 225px auto;
    background-position: bottom 36px right -24px;
  }
}
@media (min-width: 992px) {
  footer {
    background-size: 256px auto;
    background-position: bottom 36px right -24px;
  }
}
.footer__widget__title {
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.footer__widget__menu li {
  margin-bottom: 8px;
}
.footer__widget__menu li a {
  color: #668aa9;
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}

/* Floating support icons */
.support {
  position: fixed;
  bottom: 12px;
  left: 12px;
  z-index: 9999;
}
.support__list {
  margin: 0;
}
.support__item {
  margin: 8px 8px;
}
.support__item img {
  width: 48px;
  height: 48px;
}

@media (min-width: 768px) {
  .support {
    bottom: 48px;
  }
}
@media (max-width: 768px) {
  .m_mt-10 {
    margin-top: 10px;
  }

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

  .m_mt-30 {
    margin-top: 30px;
  }

  .m_pt-10 {
    padding-top: 10px;
  }

  .m_pt-20 {
    padding-top: 20px;
  }

  .m_pt-30 {
    padding-top: 30px;
  }

  .logo img {
    width: 62px;
  }

  .btn__base {
    width: 145px;
    background-size: 100% auto;
  }
  .btn__base a, .btn__base .fw-bold {
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
  }
  .btn__base img.icon-play {
    position: unset;
    left: unset;
  }

  .btn__base--small {
    width: 115px;
    background-size: 100% auto;
  }
  .btn__base--small a, .btn__base--small .fw-bold {
    font-size: 0.7rem !important;
    font-size: 0.7rem !important;
  }

  .navbar-dark .navbar-toggler {
    display: block;
    border: none;
    outline: none;
  }
  .navbar-dark .navbar-toggler:focus {
    border: none;
    outline: none;
    box-shadow: none;
  }
  .navbar-dark .navbar-toggler .icon-bar {
    display: block;
    width: 30px;
    height: 4px;
    background: #ffffff;
    margin-top: 5px;
    border-radius: 5px;
  }

  .section--banner .flex-column {
    flex-direction: unset !important;
  }
  .section--banner .box__section .main-content-banner {
    padding-top: 80px;
  }
  .section--banner .box__section .main-content-banner .m-box-heading__name {
    margin-top: 50px;
    display: flex;
    justify-content: center;
  }
  .section--banner .box__section .main-content-banner .m-box-heading__name .heading__name_margin-right {
    margin-right: 5px;
  }

  .section--gameplay .box__section__header {
    padding-top: 0px;
  }
  .section--gameplay .box__bg {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100vh !important;
    left: 0;
    right: 0;
    background-size: 100% 100%;
  }
  .section--gameplay .box__bg.box__bg--getting {
    background-image: url(../images/sliders/mobile/slide_01_mb.png);
  }
  .section--gameplay .box__bg.box__bg--defeating {
    background-image: url(../images/sliders/mobile/slide_02_mb.png);
  }
  .section--gameplay .box__bg.box__bg--loving {
    background-image: url(../images/sliders/mobile/slide_03_mb.png);
  }
  .section--gameplay .box__bg.box__bg--battling {
    background-image: url(../images/sliders/mobile/slide_04_mb.png);
  }
  .section--gameplay .box__bg.box__bg--monsterKing {
    background-image: url(../images/sliders/mobile/slide_05_mb.png);
  }
  .section--gameplay .box__left {
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0px;
    z-index: 10;
  }
  .section--gameplay .box__right {
    width: 100%;
    position: absolute;
    bottom: 60px;
    left: 0px;
    z-index: 10;
  }
  .section--gameplay .box__right .item__desc {
    padding: 0px 10px;
  }
  .section--gameplay .box__right .item__icon img {
    display: inline !important;
    width: 100px !important;
  }
  .section--gameplay .box__right .item__title {
    padding-top: 10px;
  }
  .section--gameplay .gameplay-slider .owl-nav .owl-prev, .section--gameplay .gameplay-slider .owl-nav .owl-next {
    bottom: 5px;
  }
  .section--gameplay .gameplay-slider .owl-dots {
    bottom: 25px;
  }

  .section--tokenomics .vh-100 {
    height: auto !important;
  }
  .section--tokenomics .box__section__desc {
    padding-bottom: 65px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .section--tokenomics .box__section__desc .chart {
    padding: 10px 0px 20px 0px;
  }
  .section--tokenomics .box__section__desc .chart img {
    width: 80%;
  }
  .section--tokenomics .box__section__desc .statistic {
    padding: 20px;
  }
  .section--tokenomics .box__section__desc .statistic .token__line {
    display: flex;
    border: 1px solid #283392;
    flex-wrap: wrap;
    padding: 10px 10px;
  }
  .section--tokenomics .box__section__desc .statistic .token__line .token__heading {
    width: 70%;
  }
  .section--tokenomics .box__section__desc .statistic .token__line .table-detail {
    width: 60vw;
  }
  .section--tokenomics .box__section__desc .statistic .token__line .table-detail .token__inf {
    display: contents;
  }

  .dino-vang {
    position: absolute;
    left: 0px;
    top: 152px;
  }
  .dino-vang img {
    width: 125px;
    height: auto;
  }

  .dino-do {
    position: absolute;
    bottom: 30px;
    left: 23px;
  }
  .dino-do img {
    width: 139px;
    height: auto;
  }

  .dino-nhen {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .dino-nhen img {
    width: 160px;
    height: auto;
  }

  .bg_story_trung {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 16%;
    top: unset;
  }
  .bg_story_trung img {
    width: 100%;
    height: auto;
  }

  .khoi-vang {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0px;
  }
  .khoi-vang img {
    width: 100%;
    height: auto;
  }

  .earn-dino-yellow {
    position: absolute;
    bottom: 80px;
    left: 18px;
  }
  .earn-dino-yellow img {
    width: 102px;
    height: auto;
  }

  .earn-dino-blue {
    position: absolute;
    bottom: 80px;
    right: 0px;
  }
  .earn-dino-blue img {
    width: 193px;
    height: auto;
  }

  .dino-footer {
    position: absolute;
    right: 0px;
    bottom: 20px;
  }
  .dino-footer img {
    width: 130px;
    height: auto;
    animation: moverightbounceFooter 3s linear infinite;
  }

  #navbar-footer {
    text-align: center;
  }
  #navbar-footer .logo-footer img {
    width: 150px;
  }
}
@media (max-width: 991px) {
  .vh-landscape {
    height: 812px !important;
  }
  .vh-landscape .bg_story_trung {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: unset;
    top: 18%;
  }
  .vh-landscape .bg_story_trung img {
    width: 60%;
    height: auto;
  }
  .vh-landscape .khoi-vang {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0px;
    top: unset;
    margin: auto;
  }
  .vh-landscape .khoi-vang img {
    width: 100%;
    height: auto;
    margin: auto;
  }
  .vh-landscape .khoi-vang img.hide-mobile {
    display: block !important;
  }
  .vh-landscape .khoi-vang img.hide-desktop {
    display: none !important;
  }
  .vh-landscape .earn-dino-yellow {
    position: absolute;
    bottom: 7%;
    left: 27%;
  }
  .vh-landscape .earn-dino-yellow img {
    width: 95px;
    height: auto;
  }
  .vh-landscape .earn-dino-blue {
    position: absolute;
    bottom: 7%;
    right: 20%;
  }
  .vh-landscape .earn-dino-blue img {
    width: 162px;
    height: auto;
  }

  .section--gameplay .vh-landscape {
    height: 812px !important;
  }
  .section--gameplay .vh-landscape .gameplay-slider .item {
    height: 200vh !important;
  }
  .section--gameplay .vh-landscape .gameplay-slider .owl-item .box__left img {
    display: block;
    width: 47% !important;
    margin: auto;
  }
  .section--gameplay .vh-landscape .gameplay-slider .owl-item .box__right img {
    display: block;
    width: 22% !important;
    margin: auto;
  }
  .section--gameplay .vh-landscape .gameplay-slider .owl-dot {
    width: 11%;
  }
  .section--gameplay .vh-landscape .box__bg {
    height: 200vh !important;
  }
  .section--gameplay .vh-landscape .box__right .d-md-flex {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .item__title {
    font-size: 1.5rem;
  }
}
@media (max-width: 992px) {
  .hide-mobile {
    display: none !important;
  }
}
@media (min-width: 991px) {
  .hide-desktop {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .item__title {
    font-size: 2.5rem;
  }

  .d-md-max-flex {
    display: flex !important;
  }

  .d-md-max-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .item__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 1440px) {
  .item__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1700px) {
  .item__title {
    font-size: 3.5rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .box__section__desc {
    padding: 0px 10px;
  }

  .section--banner {
    background-image: url(../images/background/bg_slogan_mb3860.png?v=1);
  }

  .section--gamestory {
    background-image: url(../images/background/bg_story_mb.png);
  }

  /*  .section--gameplay {
      background-image: url(../images/background/bg_gameplay_mb.jpg);
    }*/
  .section--earn {
    background-image: linear-gradient(#1a2989, #116bc9);
  }

  .section--tokenomics {
    background-image: url(../images/background/bg_token_mb.jpg);
  }

  .section--roadmap {
    background-image: url(../images/background/bg_roadmap_mb.jpg);
  }

  .section--banner .flex-column {
    /* flex-direction: unset !important;*/
  }
  .section--banner .text-md-start {
    text-align: center !important;
    margin-left: 0px;
  }
  .section--banner .box__section .main-content-banner {
    padding-top: 140px;
  }
  .section--banner .box__section .main-content-banner .m-box-heading__name {
    display: block;
    justify-content: center;
  }
  .section--banner .box__section .main-content-banner .m-box-heading__name .heading__name_margin-right {
    margin-right: 5px;
  }

  .section--gameplay .hide-mobile {
    display: none !important;
  }
  .section--gameplay .hide-desktop {
    display: block !important;
  }
  .section--gameplay .box__section__header {
    padding-top: 0px;
  }
  .section--gameplay .box__bg {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100vh !important;
    left: 0;
    right: 0;
    background-size: 100% 100%;
  }
  .section--gameplay .box__bg.box__bg--getting {
    background-image: url(../images/sliders/mobile/slide_01_mb.png);
  }
  .section--gameplay .box__bg.box__bg--defeating {
    background-image: url(../images/sliders/mobile/slide_02_mb.png);
  }
  .section--gameplay .box__bg.box__bg--loving {
    background-image: url(../images/sliders/mobile/slide_03_mb.png);
  }
  .section--gameplay .box__bg.box__bg--battling {
    background-image: url(../images/sliders/mobile/slide_04_mb.png);
  }
  .section--gameplay .box__bg.box__bg--monsterKing {
    background-image: url(../images/sliders/mobile/slide_05_mb.png);
  }
  .section--gameplay .box__left {
    width: 100%;
    position: absolute;
    top: -14px;
    left: 0px;
    z-index: 10;
  }
  .section--gameplay .box__left .item__image {
    padding-right: 0px;
  }
  .section--gameplay .box__left .item__image img {
    width: 100% !important;
    height: auto;
    transform: scale(1);
  }
  .section--gameplay .box__right {
    width: 100%;
    position: absolute;
    bottom: 110px;
    left: 0px;
    z-index: 10;
    padding-right: 0px;
    display: block;
  }
  .section--gameplay .box__right .item__desc {
    padding: 0px 10px;
  }
  .section--gameplay .gameplay-slider .owl-nav .owl-prev, .section--gameplay .gameplay-slider .owl-nav .owl-next {
    bottom: 20px;
  }
  .section--gameplay .gameplay-slider .owl-dots {
    bottom: 40px;
  }

  /*  .content-road-map {
      overflow-x: auto;
      padding: 10px;
      width: 100%;
      display: block !important;
      .timeline__item {
        width: 33.333%;
        float: left;
        min-height: 360px;
        .timeline__icon {
          img {
            width: 140px;
          }
        }
        .timeline__desc {
          font-size: 14px;
        }
      }

    }*/
  .dino-vang {
    position: absolute;
    left: 0px;
    top: 152px;
  }
  .dino-vang img {
    width: 205px;
    height: auto;
  }

  .dino-do {
    position: absolute;
    bottom: 30px;
    left: 23px;
  }
  .dino-do img {
    width: 230px;
    height: auto;
  }

  .dino-nhen {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .dino-nhen img {
    width: 229px;
    height: auto;
  }

  .bg_story_trung {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: unset;
    top: 203px;
  }
  .bg_story_trung img {
    width: 90%;
    height: auto;
  }

  .khoi-vang {
    width: 100%;
    text-align: center;
    position: absolute;
    top: unset;
    bottom: -330px;
  }
  .khoi-vang img {
    width: 100%;
    height: auto;
  }

  .earn-dino-yellow {
    position: absolute;
    bottom: 80px;
    left: 48px;
  }
  .earn-dino-yellow img {
    width: 205px;
    height: auto;
  }

  .earn-dino-blue {
    position: absolute;
    bottom: 80px;
    right: 0px;
  }
  .earn-dino-blue img {
    width: 350px;
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .heading__name {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }

  .heading__title {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .intro {
    font-size: 1rem;
  }

  .btn__base {
    width: 195px;
    background-size: 100% auto;
  }

  .btn__base a, .btn__base .fw-bold {
    font-size: 1.3rem;
  }

  .btn__base--small a, .btn__base--small .fw-bold {
    font-size: 1.2rem !important;
  }

  .section--gameplay .item {
    display: flex;
    height: 100vh;
  }
  .section--gameplay .item .box__content .box__left {
    width: 50%;
    height: 100vh;
    padding: 0px !important;
  }
  .section--gameplay .item .box__content .box__left .item__image {
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 0px !important;
  }
  .section--gameplay .item .box__content .box__left .item__image img {
    width: 100%;
    height: auto;
    transform: scale(1);
  }
  .section--gameplay .item .box__content .box__right {
    width: 50%;
    padding: 0px 15px !important;
  }

  .section--roadmap .box__section__desc .timeline__progress {
    top: 160px;
  }
  .section--roadmap .box__section__desc .content-road-map .timeline__icon img {
    width: 120px;
  }

  .dino-vang {
    position: absolute;
    left: 0px;
    top: 10%;
  }
  .dino-vang img {
    width: 340px;
    height: auto;
  }

  .dino-do {
    position: absolute;
    bottom: 5%;
    left: 125px;
  }
  .dino-do img {
    width: 295px;
    height: auto;
  }

  .dino-nhen {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .dino-nhen img {
    width: 335px;
    height: auto;
  }

  .bg_story_trung {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: unset;
    top: 12%;
  }
  .bg_story_trung img {
    width: 75%;
    height: auto;
  }

  .khoi-vang {
    width: 100%;
    text-align: center;
    position: absolute;
    top: unset;
    bottom: 0px;
  }
  .khoi-vang img {
    width: 100%;
    height: auto;
  }

  .earn-dino-yellow {
    position: absolute;
    bottom: 80px;
    left: 26%;
  }
  .earn-dino-yellow img {
    width: 138px;
    height: auto;
  }

  .earn-dino-blue {
    position: absolute;
    bottom: 50px;
    right: 20%;
  }
  .earn-dino-blue img {
    width: 263px;
    height: auto;
  }

  .dino-footer {
    position: absolute;
    right: 0px;
    bottom: 20px;
  }
  .dino-footer img {
    width: 156px;
    height: auto;
    animation: moverightbounceFooter 3s linear infinite;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .section--gameplay .item .box__content .box__left {
    width: 50%;
  }
  .section--gameplay .item .box__content .box__left .item__image img {
    height: auto;
    transform: scale(1);
  }
  .section--gameplay .item .box__content .box__right {
    width: 50%;
    padding: 0px 15px !important;
  }

  .section--tokenomics .box__section__desc {
    margin-top: 20px !important;
  }
  .section--tokenomics .box__token .table td {
    font-size: 0.8rem;
    padding: 5px;
  }
  .section--tokenomics .box__token .table td .token__inf {
    width: 30vw;
  }
  .section--tokenomics .box__token .chart img {
    width: 90%;
  }

  .khoi-vang {
    width: 100%;
    text-align: center;
    position: absolute;
    top: unset;
    bottom: 0px;
  }
  .khoi-vang img {
    width: 100%;
    height: auto;
  }

  .earn-dino-yellow {
    position: absolute;
    bottom: 80px;
    left: 26%;
  }
  .earn-dino-yellow img {
    width: 138px;
    height: auto;
  }

  .earn-dino-blue {
    position: absolute;
    bottom: 50px;
    right: 20%;
  }
  .earn-dino-blue img {
    width: 263px;
    height: auto;
  }

  .dino-footer {
    position: absolute;
    right: 0px;
    bottom: 20px;
  }
  .dino-footer img {
    width: 156px;
    height: auto;
    animation: moverightbounceFooter 3s linear infinite;
  }
}
@media (min-width: 1440px) and (max-width: 1700px) {
  .section--gameplay .item .box__content .box__left {
    width: 60%;
  }
  .section--gameplay .item .box__content .box__left .item__image img {
    transform: scale(1);
  }
  .section--gameplay .item .box__content .box__right {
    width: 40%;
    padding: 0px 15px !important;
  }

  .section--tokenomics .box__section__desc {
    margin-top: 40px !important;
  }
  .section--tokenomics .box__token .table td {
    padding: 5px;
  }
  .section--tokenomics .box__token .table td .token__inf {
    width: 30vw;
  }
  .section--tokenomics .box__token .chart img {
    width: 90%;
  }

  .khoi-vang {
    width: 100%;
    text-align: center;
    position: absolute;
    top: unset;
    bottom: 0px;
  }
  .khoi-vang img {
    width: 100%;
    height: auto;
  }

  .earn-dino-yellow {
    position: absolute;
    bottom: 80px;
    left: 30%;
  }
  .earn-dino-yellow img {
    width: 190px;
    height: auto;
  }

  .earn-dino-blue {
    position: absolute;
    bottom: 50px;
    right: 26%;
  }
  .earn-dino-blue img {
    width: 307px;
    height: auto;
  }
}
@media (min-width: 1700px) {
  .section--gameplay .item .box__content .box__left {
    width: 60%;
  }
  .section--gameplay .item .box__content .box__left .item__image img {
    transform: scale(1);
  }
  .section--gameplay .item .box__content .box__right {
    width: 40%;
    padding: 0px 15px !important;
  }

  .dino-vang {
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .dino-vang img {
    width: 400px;
    height: auto;
  }

  .dino-do {
    position: absolute;
    bottom: 0px;
    left: 270px;
  }
  .dino-do img {
    width: 422px;
    height: auto;
  }

  .dino-nhen {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .dino-nhen img {
    width: 500px;
    height: auto;
  }

  .khoi-vang {
    width: 100%;
    text-align: center;
    position: absolute;
    top: unset;
    bottom: 0px;
  }
  .khoi-vang img {
    width: 100%;
    height: auto;
  }

  .earn-dino-yellow {
    position: absolute;
    bottom: 80px;
    left: 30%;
  }
  .earn-dino-yellow img {
    width: 232px;
    height: auto;
  }

  .earn-dino-blue {
    position: absolute;
    bottom: 85px;
    right: 26%;
  }
  .earn-dino-blue img {
    width: 426px;
    height: auto;
  }

  .dino-footer {
    position: absolute;
    right: 0px;
    bottom: 20px;
  }
  .dino-footer img {
    width: 268px;
    height: auto;
  }
}
/*---------- end footer css ----------*/
/* ----------- iPhone 4 and 4S ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .vh-landscape {
    height: 160vh !important;
  }
  .vh-landscape .bg_story_trung {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: unset;
    top: 18%;
  }
  .vh-landscape .bg_story_trung img {
    width: 60%;
    height: auto;
  }
  .vh-landscape .khoi-vang {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0px;
    top: unset;
    margin: auto;
  }
  .vh-landscape .khoi-vang img {
    width: 100%;
    height: auto;
    margin: auto;
  }
  .vh-landscape .khoi-vang img.hide-mobile {
    display: block !important;
  }
  .vh-landscape .khoi-vang img.hide-desktop {
    display: none !important;
  }
  .vh-landscape .earn-dino-yellow {
    position: absolute;
    bottom: 7%;
    left: 27%;
  }
  .vh-landscape .earn-dino-yellow img {
    width: 95px;
    height: auto;
  }
  .vh-landscape .earn-dino-blue {
    position: absolute;
    bottom: 7%;
    right: 20%;
  }
  .vh-landscape .earn-dino-blue img {
    width: 162px;
    height: auto;
  }

  .section--gameplay .vh-landscape {
    height: 200vh !important;
  }
  .section--gameplay .vh-landscape .gameplay-slider .item {
    height: 200vh !important;
  }
  .section--gameplay .vh-landscape .gameplay-slider .owl-item .box__left img {
    display: block;
    width: 55%;
    margin: auto;
  }
  .section--gameplay .vh-landscape .gameplay-slider .owl-item .box__right img {
    display: block;
    width: 55%;
    margin: auto;
  }
  .section--gameplay .vh-landscape .gameplay-slider .owl-dot {
    width: 11%;
  }
  .section--gameplay .vh-landscape .box__bg {
    height: 200vh !important;
  }
}
/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .vh-landscape {
    height: 160vh !important;
  }
  .vh-landscape .bg_story_trung {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: unset;
    top: 18%;
  }
  .vh-landscape .bg_story_trung img {
    width: 60%;
    height: auto;
  }
  .vh-landscape .khoi-vang {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0px;
    top: unset;
    margin: auto;
  }
  .vh-landscape .khoi-vang img {
    width: 100%;
    height: auto;
    margin: auto;
  }
  .vh-landscape .khoi-vang img.hide-mobile {
    display: block !important;
  }
  .vh-landscape .khoi-vang img.hide-desktop {
    display: none !important;
  }
  .vh-landscape .earn-dino-yellow {
    position: absolute;
    bottom: 7%;
    left: 27%;
  }
  .vh-landscape .earn-dino-yellow img {
    width: 95px;
    height: auto;
  }
  .vh-landscape .earn-dino-blue {
    position: absolute;
    bottom: 7%;
    right: 20%;
  }
  .vh-landscape .earn-dino-blue img {
    width: 162px;
    height: auto;
  }

  .section--gameplay .vh-landscape {
    height: 200vh !important;
  }
  .section--gameplay .vh-landscape .gameplay-slider .item {
    height: 200vh !important;
  }
  .section--gameplay .vh-landscape .gameplay-slider .owl-item .box__left img {
    display: block;
    width: 55%;
    margin: auto;
  }
  .section--gameplay .vh-landscape .gameplay-slider .owl-item .box__right img {
    display: block;
    width: 55%;
    margin: auto;
  }
  .section--gameplay .vh-landscape .gameplay-slider .owl-dot {
    width: 11%;
  }
  .section--gameplay .vh-landscape .box__bg {
    height: 200vh !important;
  }
  .section--gameplay .vh-landscape .box__right .d-md-flex {
    width: 100%;
  }
}
/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .vh-landscape {
    height: 160vh !important;
  }
  .vh-landscape .bg_story_trung {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: unset;
    top: 18%;
  }
  .vh-landscape .bg_story_trung img {
    width: 60%;
    height: auto;
  }
  .vh-landscape .khoi-vang {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0px;
    top: unset;
    margin: auto;
  }
  .vh-landscape .khoi-vang img {
    width: 100%;
    height: auto;
    margin: auto;
  }
  .vh-landscape .khoi-vang img.hide-mobile {
    display: block !important;
  }
  .vh-landscape .khoi-vang img.hide-desktop {
    display: none !important;
  }
  .vh-landscape .earn-dino-yellow {
    position: absolute;
    bottom: 7%;
    left: 27%;
  }
  .vh-landscape .earn-dino-yellow img {
    width: 95px;
    height: auto;
  }
  .vh-landscape .earn-dino-blue {
    position: absolute;
    bottom: 7%;
    right: 20%;
  }
  .vh-landscape .earn-dino-blue img {
    width: 162px;
    height: auto;
  }

  .section--gameplay .vh-landscape {
    height: 200vh !important;
  }
  .section--gameplay .vh-landscape .gameplay-slider .item {
    height: 200vh !important;
  }
  .section--gameplay .vh-landscape .gameplay-slider .owl-item .box__left img {
    display: block;
    width: 55%;
    margin: auto;
  }
  .section--gameplay .vh-landscape .gameplay-slider .owl-item .box__right img {
    display: block;
    width: 55%;
    margin: auto;
  }
  .section--gameplay .vh-landscape .gameplay-slider .owl-dot {
    width: 11%;
  }
  .section--gameplay .vh-landscape .box__bg {
    height: 200vh !important;
  }
  .section--gameplay .vh-landscape .box__right .d-md-flex {
    width: 100%;
  }
}
/* ----------- iPhone X ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .logo img {
    width: 62px;
  }

  .navbar-dark .navbar-toggler {
    display: block;
    border: none;
    outline: none;
  }
  .navbar-dark .navbar-toggler:focus {
    border: none;
    outline: none;
    box-shadow: none;
  }
  .navbar-dark .navbar-toggler .icon-bar {
    display: block;
    width: 30px;
    height: 4px;
    background: #ffffff;
    margin-top: 5px;
    border-radius: 5px;
  }

  .section--banner .flex-column {
    flex-direction: unset !important;
  }
  .section--banner .box__section .main-content-banner {
    padding-top: 80px;
  }
  .section--banner .box__section .main-content-banner .m-box-heading__name {
    display: flex;
    justify-content: center;
  }
  .section--banner .box__section .main-content-banner .m-box-heading__name .heading__name_margin-right {
    margin-right: 5px;
  }

  .box__section__title {
    font-size: 2.5rem;
    line-height: 2.5rem;
    padding-top: 45px;
  }

  .box__section__desc {
    font-size: 0.8rem;
  }

  .btn__base--small a {
    font-size: 0.8rem !important;
  }

  .vh-landscape {
    height: 160vh !important;
  }
  .vh-landscape .bg_story_trung {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: unset;
    top: 18%;
  }
  .vh-landscape .bg_story_trung img {
    width: 60%;
    height: auto;
  }
  .vh-landscape .khoi-vang {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0px;
    top: unset;
    margin: auto;
  }
  .vh-landscape .khoi-vang img {
    width: 100%;
    height: auto;
    margin: auto;
  }
  .vh-landscape .khoi-vang img.hide-mobile {
    display: block !important;
  }
  .vh-landscape .khoi-vang img.hide-desktop {
    display: none !important;
  }
  .vh-landscape .earn-dino-yellow {
    position: absolute;
    bottom: 7%;
    left: 27%;
  }
  .vh-landscape .earn-dino-yellow img {
    width: 95px;
    height: auto;
  }
  .vh-landscape .earn-dino-blue {
    position: absolute;
    bottom: 7%;
    right: 20%;
  }
  .vh-landscape .earn-dino-blue img {
    width: 162px;
    height: auto;
  }

  .section--gameplay .vh-landscape {
    height: 200vh !important;
  }
  .section--gameplay .vh-landscape .gameplay-slider .item {
    height: 200vh !important;
  }
  .section--gameplay .vh-landscape .gameplay-slider .owl-item .box__left img {
    display: block;
    width: 47%;
    margin: auto;
  }
  .section--gameplay .vh-landscape .gameplay-slider .owl-item .box__right img {
    display: block;
    width: 30%;
    margin: auto;
  }
  .section--gameplay .vh-landscape .gameplay-slider .owl-dot {
    width: 11%;
  }
  .section--gameplay .vh-landscape .box__bg {
    height: 200vh !important;
  }
  .section--gameplay .vh-landscape .box__right .d-md-flex {
    width: 100%;
  }

  .is-landscape.section--gamestory .dino-nhen img.hide-mobile {
    display: block !important;
  }
  .is-landscape.section--gamestory .dino-nhen img.hide-desktop {
    display: none !important;
  }
  .is-landscape.section--gamestory .dino-do {
    position: absolute;
    bottom: 30px;
    left: 94px;
  }
  .is-landscape.section--gamestory .dino-do img {
    width: 178px;
    height: auto;
  }

  .is-landscape.section--tokenomics .vh-100 {
    height: auto !important;
  }
  .is-landscape.section--tokenomics .box__section__desc {
    padding-bottom: 65px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .is-landscape.section--tokenomics .box__section__desc .chart {
    padding: 10px 0px 20px 0px;
  }
  .is-landscape.section--tokenomics .box__section__desc .chart img {
    width: 80%;
  }
  .is-landscape.section--tokenomics .box__section__desc .statistic {
    padding: 10px;
  }

  .is-landscape .timeline__title {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-style: italic;
    font-size: 0.9rem;
    text-align: left;
    color: #44cce2;
  }
  .is-landscape .timeline__desc {
    color: #fff;
    font-size: 0.7rem;
    text-align: left;
  }
  .is-landscape .timeline__progress {
    position: absolute;
    top: 8px;
    left: 16px;
    bottom: 72px;
    width: 4px;
    background-color: #0b1a2d;
  }
  .is-landscape .timeline__progress::after {
    content: " ";
    height: 30%;
    width: 4px;
    position: absolute;
    left: 0;
    right: 0;
    background: #3bb2d5;
    background: linear-gradient(90deg, #3bb2d5 0%, #53f9e9 100%);
  }
  .is-landscape .timeline__content {
    background-color: #3f66d6;
    margin-top: 12px;
    margin-left: 72px;
    margin-right: 16px;
  }

  .dino-footer {
    position: absolute;
    right: 0px;
    bottom: 20px;
  }
  .dino-footer img {
    width: 130px;
  }
}
/* ----------- Galaxy S3 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  .vh-landscape {
    height: 160vh !important;
  }
  .vh-landscape .bg_story_trung {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: unset;
    top: 18%;
  }
  .vh-landscape .bg_story_trung img {
    width: 60%;
    height: auto;
  }
  .vh-landscape .khoi-vang {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0px;
    top: unset;
    margin: auto;
  }
  .vh-landscape .khoi-vang img {
    width: 100%;
    height: auto;
    margin: auto;
  }
  .vh-landscape .khoi-vang img.hide-mobile {
    display: block !important;
  }
  .vh-landscape .khoi-vang img.hide-desktop {
    display: none !important;
  }
  .vh-landscape .earn-dino-yellow {
    position: absolute;
    bottom: 7%;
    left: 27%;
  }
  .vh-landscape .earn-dino-yellow img {
    width: 95px;
    height: auto;
  }
  .vh-landscape .earn-dino-blue {
    position: absolute;
    bottom: 7%;
    right: 20%;
  }
  .vh-landscape .earn-dino-blue img {
    width: 162px;
    height: auto;
  }

  .section--gameplay .vh-landscape {
    height: 200vh !important;
  }
  .section--gameplay .vh-landscape .gameplay-slider .item {
    height: 200vh !important;
  }
  .section--gameplay .vh-landscape .gameplay-slider .owl-item img {
    display: block;
    width: 55%;
    margin: auto;
  }
  .section--gameplay .vh-landscape .gameplay-slider .owl-dot {
    width: 11%;
  }
  .section--gameplay .vh-landscape .box__bg {
    height: 200vh !important;
  }
}
/* ----------- Galaxy S4, S5 and Note 3 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .vh-landscape {
    height: 160vh !important;
  }
  .vh-landscape .bg_story_trung {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: unset;
    top: 18%;
  }
  .vh-landscape .bg_story_trung img {
    width: 60%;
    height: auto;
  }
  .vh-landscape .khoi-vang {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0px;
    top: unset;
    margin: auto;
  }
  .vh-landscape .khoi-vang img {
    width: 100%;
    height: auto;
    margin: auto;
  }
  .vh-landscape .khoi-vang img.hide-mobile {
    display: block !important;
  }
  .vh-landscape .khoi-vang img.hide-desktop {
    display: none !important;
  }
  .vh-landscape .earn-dino-yellow {
    position: absolute;
    bottom: 7%;
    left: 27%;
  }
  .vh-landscape .earn-dino-yellow img {
    width: 95px;
    height: auto;
  }
  .vh-landscape .earn-dino-blue {
    position: absolute;
    bottom: 7%;
    right: 20%;
  }
  .vh-landscape .earn-dino-blue img {
    width: 162px;
    height: auto;
  }

  .section--gameplay .vh-landscape {
    height: 200vh !important;
  }
  .section--gameplay .vh-landscape .gameplay-slider .item {
    height: 200vh !important;
  }
  .section--gameplay .vh-landscape .gameplay-slider .owl-item img {
    display: block;
    width: 55%;
    margin: auto;
  }
  .section--gameplay .vh-landscape .gameplay-slider .owl-dot {
    width: 11%;
  }
  .section--gameplay .vh-landscape .box__bg {
    height: 200vh !important;
  }
}
/* ----------- Galaxy S6 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: landscape) {
  .vh-landscape {
    height: 160vh !important;
  }
  .vh-landscape .bg_story_trung {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: unset;
    top: 18%;
  }
  .vh-landscape .bg_story_trung img {
    width: 60%;
    height: auto;
  }
  .vh-landscape .khoi-vang {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0px;
    top: unset;
    margin: auto;
  }
  .vh-landscape .khoi-vang img {
    width: 100%;
    height: auto;
    margin: auto;
  }
  .vh-landscape .khoi-vang img.hide-mobile {
    display: block !important;
  }
  .vh-landscape .khoi-vang img.hide-desktop {
    display: none !important;
  }
  .vh-landscape .earn-dino-yellow {
    position: absolute;
    bottom: 7%;
    left: 27%;
  }
  .vh-landscape .earn-dino-yellow img {
    width: 95px;
    height: auto;
  }
  .vh-landscape .earn-dino-blue {
    position: absolute;
    bottom: 7%;
    right: 20%;
  }
  .vh-landscape .earn-dino-blue img {
    width: 162px;
    height: auto;
  }

  .section--gameplay .vh-landscape {
    height: 200vh !important;
  }
  .section--gameplay .vh-landscape .gameplay-slider .item {
    height: 200vh !important;
  }
  .section--gameplay .vh-landscape .gameplay-slider .owl-item img {
    display: block;
    width: 40% !important;
    margin: auto;
  }
  .section--gameplay .vh-landscape .gameplay-slider .owl-dot {
    width: 11%;
  }
  .section--gameplay .vh-landscape .box__bg {
    height: 200vh !important;
  }
  .section--gameplay .vh-landscape .box__right .d-md-flex {
    width: 100%;
  }
}
/* ----------- Galaxy j7 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
@media screen and (device-width: 340px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .vh-landscape {
    height: 160vh !important;
  }
  .vh-landscape .bg_story_trung {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: unset;
    top: 18%;
  }
  .vh-landscape .bg_story_trung img {
    width: 60%;
    height: auto;
  }
  .vh-landscape .khoi-vang {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0px;
    top: unset;
    margin: auto;
  }
  .vh-landscape .khoi-vang img {
    width: 100%;
    height: auto;
    margin: auto;
  }
  .vh-landscape .khoi-vang img.hide-mobile {
    display: block !important;
  }
  .vh-landscape .khoi-vang img.hide-desktop {
    display: none !important;
  }
  .vh-landscape .earn-dino-yellow {
    position: absolute;
    bottom: 7%;
    left: 27%;
  }
  .vh-landscape .earn-dino-yellow img {
    width: 95px;
    height: auto;
  }
  .vh-landscape .earn-dino-blue {
    position: absolute;
    bottom: 7%;
    right: 20%;
  }
  .vh-landscape .earn-dino-blue img {
    width: 162px;
    height: auto;
  }

  .section--gameplay .vh-landscape {
    height: 200vh !important;
  }
  .section--gameplay .vh-landscape .gameplay-slider .item {
    height: 200vh !important;
  }
  .section--gameplay .vh-landscape .gameplay-slider .owl-item img {
    display: block;
    width: 40% !important;
    margin: auto;
  }
  .section--gameplay .vh-landscape .gameplay-slider .owl-dot {
    width: 11%;
  }
  .section--gameplay .vh-landscape .box__bg {
    height: 200vh !important;
  }
  .section--gameplay .vh-landscape .box__right .d-md-flex {
    width: 100%;
  }
}
.popup-wrapper .popup-body {
  display: flex;
  flex-direction: column;
  margin: 15px 20px 5px;
  border: 0.5px solid #0675c1;
  border-radius: 10px;
  background: #0d174b;
}
.popup-wrapper .popup-body .popup-link {
  display: flex;
  justify-content: center;
  padding: 15px 0;
}
.popup-wrapper .popup-body .popup-link:first-child {
  border-bottom: 1px solid #0675c1;
}
.popup-wrapper .popup-body .popup-link .size-img {
  width: 40px;
}
.popup-wrapper .popup-body .popup-link .title-logo {
  font-size: 24px;
  padding-left: 8px;
  color: #fff;
  font-weight: 900;
}
.popup-wrapper .popup-body .popup-link .title-logo:hover {
  color: #d0be0c;
}