/*! formalize.css | MIT License | github.com/interacthings/formalize */
*, *:before, *:after {
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  text-rendering: optimizeLegibility; }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: inherit;
  text-decoration: none; }

a:active, a:focus, a:hover {
  outline: none;
  color: currentColor;
  text-decoration: none; }

button:active, button:focus, button:hover {
  outline: none;
  color: currentColor;
  text-decoration: none; }

img {
  vertical-align: middle; }

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre, fieldset, ul, ol, menu, form {
  margin: 0; }

button, fieldset, iframe {
  border: 0; }

fieldset, ul, ol, button, menu {
  padding: 0; }

ol, ul {
  list-style: none; }

textarea {
  resize: vertical; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td {
  padding: 0; }

input:focus, textarea:focus {
  outline: none;
  box-shadow: none; }

body {
  background-color: #eff3f4;
  font-family: "beVietnamPro", sans-serif; }
  body .container {
    max-width: 1300px;
    padding-left: 30px;
    padding-right: 30px; }
  body.dashboard {
    position: relative; }
    body.dashboard:before {
      z-index: -1;
      content: "";
      display: inline-block;
      width: calc((100vw - 1300px) / 2 + 30px + 350px);
      background-image: linear-gradient(to right, #4f6069 0%, #1b2124 100%);
      position: fixed;
      left: 0;
      top: 0;
      bottom: 0;
      min-height: 100vh;
      min-width: 370px; }
  body.corporate {
    position: relative; }
    body.corporate:before {
      z-index: -1;
      content: "";
      display: inline-block;
      width: calc((100vw - 1300px) / 2 + 30px + 350px);
      background-image: url(../images/corporate-menu.svg);
      background-color: #1b2124;
      position: fixed;
      left: 0;
      top: 0;
      bottom: 0;
      min-height: 100vh;
      min-width: 360px; }
  body.register {
    position: relative; }
    body.register:before {
      z-index: -1;
      content: "";
      display: inline-block;
      width: calc((100vw - 1300px) / 2 + 30px + 350px);
      background-image: url(../images/register-back.png);
      background-color: #4f6069;
      background-size: 100% 100%;
      background-repeat: no-repeat;
      position: fixed;
      left: 0;
      top: 0;
      bottom: 0;
      min-height: 100vh;
      min-width: 360px; }

.full-width .container {
  max-width: 1900px; }

button {
  cursor: pointer; }

.header {
  font-size: clamp(20px, 2vw, 28px);
  color: #1b2124;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.96px;
  text-align: center; }
  .header span {
    font-weight: bold;
    margin: 0 5px; }

.button {
  text-align: center;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 500ms;
  z-index: 1;
  cursor: pointer;
  padding: 8px 20px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  color: #1b2124; }
  .button i {
    transition: 500ms;
    color: #1b2124; }
  @media (max-width: 768px) {
    .button {
      padding: 8px;
      white-space: nowrap; } }
  .button-big {
    font-size: 16px;
    padding: 12px 32px; }
    @media (max-width: 768px) {
      .button-big {
        font-size: 12px; } }
  .button-small {
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #dce1e5; }
  .button-green {
    background-color: #39d087; }
    .button-green:hover {
      background-color: #1b2124;
      color: white;
      transition: 500ms; }
      .button-green:hover i {
        color: white;
        transition: 500ms; }
  .button-green_light {
    background-color: #81e1b3; }
    .button-green_light:hover {
      background-color: #1b2124;
      color: white;
      transition: 500ms; }
      .button-green_light:hover i {
        color: white;
        transition: 500ms; }
  .button-yellow {
    background-color: #fbcf44;
    color: #1b2124;
    transition: 500ms; }
    .button-yellow:hover {
      background-color: #1b2124;
      color: white;
      transition: 500ms; }
      .button-yellow:hover i {
        color: white;
        transition: 500ms; }
  .button-grey {
    background-color: #e8eced;
    color: #1b2124;
    transition: 500ms; }
    .button-grey:hover {
      background-color: #1b2124;
      color: white;
      transition: 500ms; }
      .button-grey:hover i {
        color: white;
        transition: 500ms; }
  .button-ghost {
    background-color: transparent;
    color: #1b2124;
    border: solid 1px #dce2e5;
    transition: 500ms; }
    .button-ghost:hover {
      background-color: #e8eced;
      transition: 500ms;
      color: #1b2124 !important; }
  .button:hover {
    color: white;
    transition: 500ms; }
    .button:hover i {
      transition: 500ms;
      color: white; }

.bootstrap-select {
  width: auto !important;
  background-color: transparent; }
  .bootstrap-select .btn-light:not([disabled]):not(.disabled):active {
    background-color: transparent;
    box-shadow: none; }
  .bootstrap-select.show .btn {
    outline: none;
    border: none !important;
    box-shadow: none !important;
    background-color: transparent !important; }
    .bootstrap-select.show .btn:focus, .bootstrap-select.show .btn:hover {
      outline: none;
      border: none;
      box-shadow: none;
      background-color: transparent; }
  .bootstrap-select .btn {
    background-color: transparent;
    border: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.56px;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    padding-right: 7px;
    transition: 500ms; }
    .bootstrap-select .btn:after {
      display: none; }
    .bootstrap-select .btn:before {
      margin-left: auto;
      content: "";
      display: inline-block;
      width: 10px;
      height: 6px;
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-image: url(../images/down-chevron.svg); }
    .bootstrap-select .btn:focus, .bootstrap-select .btn:hover {
      outline: none;
      border: none;
      box-shadow: none;
      background-color: transparent; }
    .bootstrap-select .btn[aria-expanded='true']:before {
      transform: rotate(180deg); }
  .bootstrap-select .dropdown-menu {
    border-radius: 6px !important; }
  .bootstrap-select .dropdown-item {
    font-size: 14px;
    color: white; }
    .bootstrap-select .dropdown-item.disabled {
      color: #ffffff80; }
    .bootstrap-select .dropdown-item:hover {
      color: white;
      transition: 500ms;
      background-color: #111517; }
  .bootstrap-select .dropdown-item.active, .bootstrap-select .dropdown-item:active {
    background-color: #fbcf44;
    color: #111517; }
    .bootstrap-select .dropdown-item.active.disabled, .bootstrap-select .dropdown-item:active.disabled {
      color: #11151780; }
  .bootstrap-select .filter-option {
    display: flex;
    align-items: center; }
  .bootstrap-select .dropdown-menu {
    background-color: #23292f;
    left: 0 !important;
    right: auto !important;
    max-width: 420px;
    width: auto !important; }

.Banner img {
  width: 100%; }

.Banner-login {
  position: absolute;
  top: 161px;
  left: 0;
  right: 0; }

.Banner-poker {
  position: relative; }
  .Banner-poker:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 60%;
    background-image: linear-gradient(to bottom, rgba(239, 243, 244, 0) 0%, #eff3f4 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 500ms; }

@font-face {
  font-family: 'beVietnamPro';
  font-weight: 900;
  src: url(../font/beVietnamPro/BeVietnamPro-Black.ttf); }

@font-face {
  font-family: 'beVietnamPro';
  font-weight: 800;
  src: url(../font/beVietnamPro/BeVietnamPro-ExtraBold.ttf); }

@font-face {
  font-family: 'beVietnamPro';
  font-weight: 700;
  src: url(../font/beVietnamPro/BeVietnamPro-Bold.ttf); }

@font-face {
  font-family: 'beVietnamPro';
  font-weight: 600;
  src: url(../font/beVietnamPro/BeVietnamPro-SemiBold.ttf); }

@font-face {
  font-family: 'beVietnamPro';
  font-weight: 500;
  src: url(../font/beVietnamPro/BeVietnamPro-Medium.ttf); }

@font-face {
  font-family: 'beVietnamPro';
  font-weight: 400;
  src: url(../font/beVietnamPro/BeVietnamPro-Regular.ttf); }

@font-face {
  font-family: 'beVietnamPro';
  font-weight: 300;
  src: url(../font/beVietnamPro/BeVietnamPro-Light.ttf); }

@font-face {
  font-family: 'beVietnamPro';
  font-weight: 100;
  src: url(../font/beVietnamPro/BeVietnamPro-Thin.ttf); }

@font-face {
  font-family: 'roclettePro';
  src: url(../font/roclettePro/RoclettePro-Medium.otf); }

.focus-active .Form-item-in {
  border-color: #fbcf44 !important; }

.mobile {
  display: none !important; }

.mobile-f {
  display: none !important; }

.desktop {
  display: block; }

.desktop-f {
  display: flex; }

.global_link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0; }

.Navtop {
  width: 100%;
  z-index: 9999;
  transition: 500ms;
  background-color: #121517; }
  .Navtop-top {
    background-color: #121517;
    padding: 20px 0; }
    .Navtop-top-in {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .Navtop-top-left {
      display: flex;
      align-items: center;
      margin-left: clamp(10px, 2vw, 30px); }
    .Navtop-top-right {
      display: flex;
      align-items: center; }
      .Navtop-top-right .dropdown {
        display: flex;
        align-items: center;
        border-left: 1px solid #354046;
        min-height: 40px;
        padding-left: clamp(10px, 1.4vw, 24px);
        padding-right: clamp(10px, 1.4vw, 24px); }
        .Navtop-top-right .dropdown:first-child {
          border-left: none; }
    .Navtop-top-link {
      display: flex;
      align-items: center;
      font-size: 12px;
      font-weight: 500;
      line-height: 1.1;
      letter-spacing: -0.36px;
      color: #69808c;
      margin-right: 20px;
      transition: 500ms; }
      .Navtop-top-link i {
        margin-right: 8px;
        color: #fbcf44;
        font-size: 14px; }
      @media (max-width: 768px) {
        .Navtop-top-link-tv {
          margin-right: 0; }
          .Navtop-top-link-tv i {
            margin-right: 0; }
          .Navtop-top-link-tv span {
            display: none; } }
      .Navtop-top-link:hover {
        color: #dcaa04;
        transition: 500ms; }
    .Navtop-top .dropdown-button:after {
      margin-left: 7px;
      content: "";
      display: inline-block;
      width: 6px;
      height: 4px;
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-image: url(../images/down-caret.svg); }
    .Navtop-top .dropdown-button[aria-expanded="true"] {
      color: #69808c; }
      .Navtop-top .dropdown-button[aria-expanded="true"]:after {
        transform: rotate(180deg); }
  .Navtop .dropdown-button {
    height: 100%;
    background-color: transparent;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.36px;
    color: #69808c;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: 500ms;
    line-height: 1.1; }
    .Navtop .dropdown-button:hover, .Navtop .dropdown-button:focus {
      color: #69808c;
      transition: 500ms; }
  .Navtop-language {
    position: relative; }
    .Navtop-language .dropdown-button {
      font-size: 12px;
      font-weight: 500;
      line-height: 1.33;
      letter-spacing: -0.36px;
      color: #69808c; }
    .Navtop-language .dropdown-menu {
      right: 14px !important;
      left: auto !important;
      min-width: 160px !important;
      background-color: white;
      border-radius: 8px;
      border: solid 1px #dce2e5;
      width: auto;
      padding: 0 !important;
      transform: inherit !important;
      top: 35px !important; }
      .Navtop-language .dropdown-menu:before {
        display: none; }
    .Navtop-language .dropdown-item {
      padding: 0 19px;
      height: 38px;
      font-size: 14px;
      font-weight: 600;
      line-height: 1.43;
      letter-spacing: -0.42px;
      color: #8b9ea7;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom: 1px solid #e8eced; }
      .Navtop-language .dropdown-item:last-child {
        border-bottom: none;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px; }
      .Navtop-language .dropdown-item:first-child {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px; }
      .Navtop-language .dropdown-item:hover {
        color: #4f6069;
        transition: 500ms;
        background-color: #fef5d7; }
      .Navtop-language .dropdown-item.active {
        pointer-events: none;
        color: #4f6069;
        background-color: #f3f5f6; }
    @media (max-width: 768px) {
      .Navtop-language {
        display: none !important; } }
  .Navtop.active {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.04); }
    .Navtop.active .Navtop-top {
      background-color: transparent; }
  .Navtop .navbar {
    z-index: 99;
    flex-wrap: nowrap;
    padding: 0; }
    .Navtop .navbar:before {
      z-index: -1;
      content: "";
      display: inline-block;
      transition: 500ms;
      border-radius: 12px;
      -webkit-backdrop-filter: blur(16px);
              backdrop-filter: blur(16px);
      box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.04);
      background-color: white;
      position: absolute;
      left: -24px;
      right: -24px;
      top: 0;
      bottom: 0;
      opacity: 0; }
    .Navtop .navbar-brand {
      padding: 0;
      margin: 0;
      display: flex;
      align-items: center; }
      .Navtop .navbar-brand:before {
        content: "";
        display: inline-block;
        transition: 500ms;
        width: clamp(120px, 13vw, 172px);
        height: 32px;
        background-position: left;
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-image: url(../images/logo-light.svg); }
    .Navtop .navbar-nav {
      transition: 400ms; }
    .Navtop .navbar .dropdown {
      position: static; }
    .Navtop .navbar-collapse {
      padding-left: 15px; }
      .Navtop .navbar-collapse .nav-item {
        position: static;
        margin-right: clamp(15px, 2vw, 40px);
        align-items: center;
        display: flex;
        justify-content: center;
        padding-top: 10px;
        padding-bottom: 10px;
        z-index: 1; }
        .Navtop .navbar-collapse .nav-item .dropdown-button {
          justify-content: center;
          flex-direction: column; }
        .Navtop .navbar-collapse .nav-item.ml-auto {
          margin-right: 0; }
          .Navtop .navbar-collapse .nav-item.ml-auto .nav-link-icon {
            width: 48px;
            height: 48px; }
        .Navtop .navbar-collapse .nav-item.active .nav-link-icon {
          transition: 500ms;
          background-image: none;
          background-color: #fbcf44; }
          .Navtop .navbar-collapse .nav-item.active .nav-link-icon i {
            transition: 500ms;
            color: #1b2124; }
          .Navtop .navbar-collapse .nav-item.active .nav-link-icon img {
            filter: brightness(0); }
        .Navtop .navbar-collapse .nav-item.active:after {
          transition: 500ms;
          opacity: 1; }
        .Navtop .navbar-collapse .nav-item .nav-link {
          white-space: nowrap;
          text-align: center;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          padding: 0;
          font-size: 12px;
          font-weight: 600;
          line-height: 1;
          letter-spacing: -0.36px;
          color: #69808c;
          transition: 500ms; }
          .Navtop .navbar-collapse .nav-item .nav-link:hover {
            transition: 500ms;
            color: #fbcf44; }
            .Navtop .navbar-collapse .nav-item .nav-link:hover .nav-link-icon {
              transition: 500ms;
              background-image: none;
              background-color: #fbcf44; }
              .Navtop .navbar-collapse .nav-item .nav-link:hover .nav-link-icon i {
                transition: 500ms;
                color: #1b2124; }
              .Navtop .navbar-collapse .nav-item .nav-link:hover .nav-link-icon img {
                filter: brightness(0); }
          .Navtop .navbar-collapse .nav-item .nav-link-icon {
            margin-bottom: 5px;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border-radius: 100%;
            border: solid 1px #dce2e5;
            background-image: linear-gradient(to bottom, #fff 0%, #f3f5f6 100%); }
            .Navtop .navbar-collapse .nav-item .nav-link-icon i {
              font-size: 20px; }
            .Navtop .navbar-collapse .nav-item .nav-link-icon img {
              width: 20px;
              height: 20px;
              -o-object-fit: contain;
                 object-fit: contain; }
        .Navtop .navbar-collapse .nav-item .dropdown-button {
          position: relative; }
          .Navtop .navbar-collapse .nav-item .dropdown-button[aria-expanded='true'] .nav-link-icon {
            transition: 500ms;
            background-image: none;
            background-color: #fbcf44; }
            .Navtop .navbar-collapse .nav-item .dropdown-button[aria-expanded='true'] .nav-link-icon i {
              transition: 500ms;
              color: #1b2124; }
            .Navtop .navbar-collapse .nav-item .dropdown-button[aria-expanded='true'] .nav-link-icon img {
              filter: brightness(0); }
          .Navtop .navbar-collapse .nav-item .dropdown-button:hover {
            transition: 500ms;
            color: #fbcf44; }
  .Navtop-notlogin {
    display: flex;
    align-items: center; }
    .Navtop-notlogin-link {
      margin-left: 8px; }

.Dropdown-button {
  background-color: transparent;
  position: relative;
  transition: 500ms; }
  .Dropdown-button:active, .Dropdown-button:focus, .Dropdown-button:hover {
    color: white; }
  .Dropdown-button-active {
    background-color: #1a2348; }
  .Dropdown-button:focus {
    transition: 500ms;
    color: white; }
  .Dropdown-button:nth-of-type(2) {
    padding-right: 5px; }
  .Dropdown-button i {
    font-size: 16px;
    color: #96a7b0;
    display: block; }
  .Dropdown-button-badge {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 20px;
    height: 20px;
    background-color: #0065a4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: -0.22px;
    text-align: center;
    color: white;
    border-radius: 100%; }

.Dropdown-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #1b2124;
  color: white;
  padding-bottom: 30px;
  z-index: 9999;
  transition: 300ms; }
  .Dropdown-menu-in {
    overflow-y: scroll;
    height: 100%; }

.tooltip {
  margin-top: 8px;
  opacity: 1 !important; }
  .tooltip-inner {
    max-width: none;
    border-radius: 12px;
    background-color: #607580;
    font-size: 12px;
    font-weight: 500;
    color: #dce2e5;
    padding: 6px 20px; }
  .tooltip.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #607580;
    border-width: 0 8px 8px;
    top: -3px;
    margin-left: 1px; }
  .tooltip .arrow {
    width: 16px;
    height: 8px; }

.Navbottom.desktop {
  background-color: white;
  padding-bottom: 15px; }
  .Navbottom.desktop .Navbottom-in {
    padding-bottom: 30px; }
  .Navbottom.desktop .Navbottom-logo:before {
    content: "";
    display: inline-block;
    transition: 500ms;
    width: 170px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../images/logo.svg); }
  .Navbottom.desktop .Navbottom-app {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.43;
    letter-spacing: -0.42px;
    color: #fff;
    height: 52px;
    padding-left: 20px;
    padding-right: 10px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background-color: #232b2f;
    transition: 500ms;
    flex-grow: 1;
    max-width: 175px; }
    .Navbottom.desktop .Navbottom-app span {
      white-space: nowrap;
      display: block;
      font-size: 12px;
      font-weight: 500;
      line-height: 1.33;
      letter-spacing: -0.36px; }
    .Navbottom.desktop .Navbottom-app:hover {
      color: #232b2f !important;
      background-color: #39d087;
      transition: 500ms; }
  .Navbottom.desktop .Navbottom-social {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .Navbottom.desktop .Navbottom-social-item {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 10px;
      margin-right: 10px;
      color: #69808c;
      font-size: 20px;
      transition: 500ms; }
      .Navbottom.desktop .Navbottom-social-item .icon-youtube {
        font-size: 16px; }
      .Navbottom.desktop .Navbottom-social-item i {
        transition: 500ms; }
      .Navbottom.desktop .Navbottom-social-item:hover .icon-whatsapp {
        transition: 500ms;
        color: #25d366; }
      .Navbottom.desktop .Navbottom-social-item:hover .icon-facebook {
        transition: 500ms;
        color: #1877f2; }
      .Navbottom.desktop .Navbottom-social-item:hover .icon-twitter {
        transition: 500ms;
        color: #1da1f2; }
      .Navbottom.desktop .Navbottom-social-item:hover .icon-instagram {
        transition: 500ms;
        color: #c32aa3; }
      .Navbottom.desktop .Navbottom-social-item:hover .icon-youtube {
        transition: 500ms;
        color: #ff0000; }
      .Navbottom.desktop .Navbottom-social-item:hover .icon-telegram {
        transition: 500ms;
        color: #0088cc; }
  .Navbottom.desktop .Navbottom-inner {
    display: flex;
    justify-content: space-between; }
  .Navbottom.desktop .Navbottom-item {
    padding-top: 30px;
    position: relative;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    width: 21.5%; }
    .Navbottom.desktop .Navbottom-item:first-child {
      padding-left: clamp(15px, 2vw, 30px); }
    .Navbottom.desktop .Navbottom-item:nth-child(2) {
      align-items: center;
      text-align: center;
      width: 53%;
      padding-left: clamp(15px, 2vw, 30px);
      padding-right: clamp(15px, 2vw, 30px); }
    .Navbottom.desktop .Navbottom-item:last-child {
      padding-right: clamp(20px, 2.2vw, 30px);
      text-align: right; }
      .Navbottom.desktop .Navbottom-item:last-child:after {
        content: "";
        display: inline-block;
        transition: 500ms;
        width: 1px;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        background-image: linear-gradient(to bottom, #e8eced 0%, rgba(232, 236, 237, 0) 100%); }
    .Navbottom.desktop .Navbottom-item-top {
      display: flex;
      align-items: center; }
    .Navbottom.desktop .Navbottom-item-description {
      font-size: 12px;
      font-weight: 500;
      line-height: 1.67;
      letter-spacing: -0.36px;
      color: #69808c; }
    .Navbottom.desktop .Navbottom-item-header {
      margin-top: 20px;
      margin-bottom: 12px;
      font-size: 16px;
      font-weight: 500;
      line-height: 1.5;
      letter-spacing: -0.48px;
      color: #354046; }
    .Navbottom.desktop .Navbottom-item:before {
      content: "";
      display: inline-block;
      transition: 500ms;
      width: 1px;
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      background-image: linear-gradient(to bottom, #e8eced 0%, rgba(232, 236, 237, 0) 100%); }
    .Navbottom.desktop .Navbottom-item a {
      transition: 500ms; }
      .Navbottom.desktop .Navbottom-item a:hover {
        color: #fbcf44;
        transition: 500ms; }
    .Navbottom.desktop .Navbottom-item-account {
      margin-top: 60px; }
    .Navbottom.desktop .Navbottom-item-other {
      margin-top: 24px;
      display: flex;
      align-items: center; }
    .Navbottom.desktop .Navbottom-item-eight {
      font-family: "roclettePro", sans-serif;
      min-width: 52px;
      height: 44px;
      border-radius: 5px;
      border: solid 1px #fbcf44;
      background-color: #fef5d7;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      font-weight: 500;
      line-height: 1.33;
      color: #1b2124;
      margin-left: 8px; }
    .Navbottom.desktop .Navbottom-item-chat {
      margin-left: 10px;
      height: 44px;
      border-radius: 5px;
      background-color: #607580;
      font-size: 14px;
      font-weight: 600;
      color: #ffffff;
      transition: 500ms;
      width: 195px;
      min-width: 185px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .Navbottom.desktop .Navbottom-item-chat i {
        color: #fbcf44;
        margin-right: 10px;
        transition: 500ms;
        font-size: 20px; }
      .Navbottom.desktop .Navbottom-item-chat:hover {
        color: white !important;
        transition: 500ms;
        background-color: #232b2f; }
        .Navbottom.desktop .Navbottom-item-chat:hover i {
          transition: 500ms;
          color: white !important; }
    .Navbottom.desktop .Navbottom-item-head {
      font-size: 16px;
      font-weight: 500;
      line-height: 1.5;
      letter-spacing: -0.48px;
      color: #354046;
      margin-bottom: 15px; }
    .Navbottom.desktop .Navbottom-item ul li a {
      display: inline-block;
      font-size: 12px;
      font-weight: 500;
      line-height: 1.67;
      letter-spacing: -0.36px;
      color: #69808c;
      margin-bottom: 10px; }
  .Navbottom.desktop .Navbottom-language {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px; }
    .Navbottom.desktop .Navbottom-language .dropdown-button {
      width: 52px;
      height: 44px;
      border-radius: 5px;
      border: solid 1px #dce2e5;
      background-color: #fff;
      font-size: 12px;
      font-weight: 500;
      line-height: 1.33;
      letter-spacing: -0.36px;
      color: #69808c;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 500ms; }
      .Navbottom.desktop .Navbottom-language .dropdown-button:after {
        margin-left: 7px;
        content: "";
        display: inline-block;
        width: 6px;
        height: 4px;
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-image: url(../images/down-caret.svg); }
      .Navbottom.desktop .Navbottom-language .dropdown-button[aria-expanded="true"] {
        color: #69808c; }
        .Navbottom.desktop .Navbottom-language .dropdown-button[aria-expanded="true"]:after {
          transform: rotate(180deg); }
      .Navbottom.desktop .Navbottom-language .dropdown-button:hover {
        background-color: #fef5d7;
        transition: 500ms; }
    .Navbottom.desktop .Navbottom-language .dropdown-menu {
      right: -1px !important;
      left: auto !important;
      min-width: 160px !important;
      background-color: white;
      border-radius: 8px;
      border: solid 1px #dce2e5;
      width: auto;
      padding: 0 !important;
      transform: inherit !important;
      top: 50px !important; }
      .Navbottom.desktop .Navbottom-language .dropdown-menu:before {
        display: none; }
    .Navbottom.desktop .Navbottom-language .dropdown-item {
      padding: 0 19px;
      height: 38px;
      font-size: 14px;
      font-weight: 600;
      line-height: 1.43;
      letter-spacing: -0.42px;
      color: #8b9ea7;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom: 1px solid #e8eced; }
      .Navbottom.desktop .Navbottom-language .dropdown-item:last-child {
        border-bottom: none;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px; }
      .Navbottom.desktop .Navbottom-language .dropdown-item:first-child {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px; }
      .Navbottom.desktop .Navbottom-language .dropdown-item:hover {
        color: #4f6069;
        transition: 500ms;
        background-color: #fef5d7; }
      .Navbottom.desktop .Navbottom-language .dropdown-item.active {
        pointer-events: none;
        color: #4f6069;
        background-color: #f3f5f6; }
  .Navbottom.desktop .Navbottom-games {
    border-top: 2px solid #e8eced;
    padding-top: 25px;
    padding-bottom: 50px; }
    .Navbottom.desktop .Navbottom-games-header {
      font-size: 12px;
      font-weight: 500;
      line-height: 1.67;
      letter-spacing: -0.36px;
      text-align: center;
      color: #69808c; }
    .Navbottom.desktop .Navbottom-games-in {
      margin-top: 10px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
    .Navbottom.desktop .Navbottom-games-item {
      cursor: grab;
      margin-bottom: 8px;
      width: 48px;
      height: 44px;
      margin-right: 8px;
      border-radius: 12px;
      border: solid 1px #dce2e5;
      background-color: #f4f9fa;
      transition: 500ms;
      display: flex;
      align-items: center;
      justify-content: center; }
      .Navbottom.desktop .Navbottom-games-item:hover {
        border-color: #b9c5ca;
        transition: 500ms; }
      .Navbottom.desktop .Navbottom-games-item img {
        width: 20px;
        height: 20px;
        object-fit: scale-down; }
  .Navbottom.desktop .Navbottom-menu {
    margin-left: auto;
    margin-right: auto;
    max-width: 1110px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .Navbottom.desktop .Navbottom-menu-item {
      flex-grow: 2;
      height: 36px;
      border-radius: 5px;
      border: solid 1px #dce2e5;
      background-color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      font-weight: 500;
      line-height: 1.33;
      letter-spacing: -0.36px;
      color: #69808c;
      margin-left: 4px;
      margin-right: 4px;
      transition: 500ms; }
      .Navbottom.desktop .Navbottom-menu-item:hover {
        border: solid 1px #fbcf44;
        background-color: #fef5d7;
        transition: 500ms;
        color: #1b2124; }

.Navbottom.mobile {
  background-color: #fff;
  padding-bottom: 15px;
  padding-top: 20px; }
  .Navbottom.mobile .Navbottom-logo:before {
    content: "";
    display: inline-block;
    transition: 500ms;
    width: 170px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../images/logo.svg); }
  .Navbottom.mobile .Navbottom-top {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .Navbottom.mobile .Navbottom-top-in {
      display: flex;
      align-items: center;
      justify-content: center; }
  .Navbottom.mobile .Navbottom-app {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.43;
    letter-spacing: -0.42px;
    color: #fff;
    height: 52px;
    padding-left: 20px;
    padding-right: 10px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background-color: #232b2f;
    transition: 500ms;
    flex-grow: 1;
    max-width: 175px; }
    .Navbottom.mobile .Navbottom-app span {
      white-space: nowrap;
      display: block;
      font-size: 12px;
      font-weight: 500;
      line-height: 1.33;
      letter-spacing: -0.36px; }
    .Navbottom.mobile .Navbottom-app:hover {
      color: #232b2f !important;
      background-color: #39d087;
      transition: 500ms; }
  .Navbottom.mobile .Navbottom-social {
    width: 100%;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .Navbottom.mobile .Navbottom-social-item {
      flex-grow: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 4px;
      margin-right: 4px;
      color: #69808c;
      font-size: 20px;
      transition: 500ms;
      height: 44px;
      border-radius: 8px;
      background-color: #f3f5f6; }
      .Navbottom.mobile .Navbottom-social-item .icon-youtube {
        font-size: 16px; }
      .Navbottom.mobile .Navbottom-social-item i {
        transition: 500ms; }
      .Navbottom.mobile .Navbottom-social-item:hover .icon-whatsapp {
        transition: 500ms;
        color: #25d366; }
      .Navbottom.mobile .Navbottom-social-item:hover .icon-facebook {
        transition: 500ms;
        color: #1877f2; }
      .Navbottom.mobile .Navbottom-social-item:hover .icon-twitter {
        transition: 500ms;
        color: #1da1f2; }
      .Navbottom.mobile .Navbottom-social-item:hover .icon-instagram {
        transition: 500ms;
        color: #c32aa3; }
      .Navbottom.mobile .Navbottom-social-item:hover .icon-youtube {
        transition: 500ms;
        color: #ff0000; }
      .Navbottom.mobile .Navbottom-social-item:hover .icon-telegram {
        transition: 500ms;
        color: #0088cc; }
  .Navbottom.mobile .Navbottom-header {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.48px;
    color: #354046; }
  .Navbottom.mobile .Navbottom-description {
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: -0.36px;
    color: #69808c;
    text-align: center; }
  .Navbottom.mobile .Navbottom-inner {
    margin-top: 16px; }
  .Navbottom.mobile .Navbottom-eight {
    font-family: "roclettePro", sans-serif;
    min-width: 52px;
    height: 44px;
    border-radius: 5px;
    border: solid 1px #fbcf44;
    background-color: #fef5d7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.33;
    color: #1b2124;
    margin-left: 8px; }
  .Navbottom.mobile .Navbottom-chat {
    height: 44px;
    border-radius: 5px;
    background-color: #607580;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    transition: 500ms;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center; }
    .Navbottom.mobile .Navbottom-chat i {
      color: #fbcf44;
      margin-right: 10px;
      transition: 500ms;
      font-size: 20px; }
    .Navbottom.mobile .Navbottom-chat:hover {
      color: white !important;
      transition: 500ms;
      background-color: #232b2f; }
      .Navbottom.mobile .Navbottom-chat:hover i {
        transition: 500ms;
        color: white !important; }
  .Navbottom.mobile .Navbottom-other {
    margin-top: 8px;
    display: flex;
    align-items: center; }
  .Navbottom.mobile .Navbottom-item {
    position: relative; }
    .Navbottom.mobile .Navbottom-item a {
      transition: 500ms; }
      .Navbottom.mobile .Navbottom-item a:hover {
        color: #fbcf44;
        transition: 500ms; }
    .Navbottom.mobile .Navbottom-item-head {
      text-align: left;
      width: 100%;
      font-size: 16px;
      font-weight: 500;
      line-height: 1.5;
      letter-spacing: -0.48px;
      color: #354046;
      margin-bottom: 8px;
      height: 48px;
      border-radius: 8px;
      background-color: #f3f5f6;
      padding-left: 24px;
      padding-right: 24px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .Navbottom.mobile .Navbottom-item-head:after {
        content: "";
        display: inline-block;
        width: 12px;
        height: 7px;
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-image: url(../images/down-chevron.svg); }
      .Navbottom.mobile .Navbottom-item-head[aria-expanded="true"] {
        background-color: #fef5d7; }
        .Navbottom.mobile .Navbottom-item-head[aria-expanded="true"]:after {
          transform: rotate(180deg); }
    .Navbottom.mobile .Navbottom-item ul {
      padding-left: 24px; }
      .Navbottom.mobile .Navbottom-item ul li {
        display: flex;
        align-items: center;
        margin-bottom: 12px; }
        .Navbottom.mobile .Navbottom-item ul li:before {
          margin-right: 16px;
          content: "";
          display: inline-block;
          transition: 500ms;
          width: 4px;
          height: 4px;
          background-color: #fbcf44; }
        .Navbottom.mobile .Navbottom-item ul li a {
          display: inline-block;
          font-size: 12px;
          font-weight: 500;
          line-height: 1.67;
          letter-spacing: -0.36px;
          color: #69808c; }
  .Navbottom.mobile .Navbottom-language {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px; }
    .Navbottom.mobile .Navbottom-language .dropdown-button {
      width: 52px;
      height: 44px;
      border: solid 1px #dce2e5;
      background-color: #fff;
      font-size: 12px;
      margin-right: 8px;
      border-radius: 5px;
      font-weight: 500;
      line-height: 1.33;
      letter-spacing: -0.36px;
      color: #69808c;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 500ms; }
      .Navbottom.mobile .Navbottom-language .dropdown-button:after {
        margin-left: 7px;
        content: "";
        display: inline-block;
        width: 6px;
        height: 4px;
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-image: url(../images/down-caret.svg); }
      .Navbottom.mobile .Navbottom-language .dropdown-button[aria-expanded="true"] {
        color: #69808c; }
        .Navbottom.mobile .Navbottom-language .dropdown-button[aria-expanded="true"]:after {
          transform: rotate(180deg); }
      .Navbottom.mobile .Navbottom-language .dropdown-button:hover {
        background-color: #fef5d7;
        transition: 500ms; }
    .Navbottom.mobile .Navbottom-language .dropdown-menu {
      background-color: white;
      border-radius: 8px;
      border: solid 1px #dce2e5;
      width: auto;
      padding: 0 !important; }
      .Navbottom.mobile .Navbottom-language .dropdown-menu:before {
        display: none; }
    .Navbottom.mobile .Navbottom-language .dropdown-item {
      padding: 0 19px;
      height: 38px;
      font-size: 14px;
      font-weight: 600;
      line-height: 1.43;
      letter-spacing: -0.42px;
      color: #8b9ea7;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom: 1px solid #e8eced; }
      .Navbottom.mobile .Navbottom-language .dropdown-item:last-child {
        border-bottom: none;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px; }
      .Navbottom.mobile .Navbottom-language .dropdown-item:first-child {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px; }
      .Navbottom.mobile .Navbottom-language .dropdown-item:hover {
        color: #4f6069;
        transition: 500ms;
        background-color: #fef5d7; }
      .Navbottom.mobile .Navbottom-language .dropdown-item.active {
        pointer-events: none;
        color: #4f6069;
        background-color: #f3f5f6; }

::-webkit-scrollbar {
  width: 4px;
  height: 5px; }

.over {
  overflow: hidden; }

.Banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 60% 100%; }
  .Banner-in {
    height: clamp(300px, 28.125vw, 540px);
    display: flex;
    flex-direction: column;
    padding-top: clamp(24px, 3.55vw, 68px); }
    @media (max-width: 1250px) {
      .Banner-in {
        padding-top: 10px; } }
    .Banner-in h4 {
      font-size: clamp(14px, 1.46vw, 28px);
      font-weight: 300;
      line-height: 1.29;
      letter-spacing: -0.84px;
      color: #e8eced;
      margin-bottom: 8px; }
    .Banner-in h3 {
      font-size: clamp(18px, 2.09vw, 40px);
      font-weight: bold;
      line-height: 1.2;
      letter-spacing: -1.2px;
      color: #f0b905;
      margin-bottom: 6px; }
    .Banner-in h1 {
      font-size: clamp(20px, 2.5vw, 48px);
      font-weight: bold;
      line-height: 1.17;
      letter-spacing: -1.44px;
      color: #fff;
      margin-bottom: 4px; }
    .Banner-in h2 {
      font-size: clamp(18px, 2.09vw, 40px);
      font-weight: 200;
      line-height: 1.2;
      letter-spacing: -1.2px;
      color: #fff;
      margin-bottom: 20px; }
    .Banner-in span {
      width: 116px;
      font-size: 12px;
      font-weight: bold;
      line-height: 1.33;
      letter-spacing: -0.36px;
      text-align: center;
      color: #1b2124;
      padding: 8px 12px;
      border-radius: 5px;
      background-color: #81e1b3;
      margin-bottom: clamp(28px, 2.5vw, 48px);
      position: relative; }
      .Banner-in span:before {
        content: "";
        display: inline-block;
        border: 8px solid transparent;
        border-bottom-color: #81e1b3;
        transition: all 500ms;
        position: absolute;
        top: -15px;
        left: 50%;
        transform: translateX(-50%); }
    .Banner-in .Navtop-notlogin-link {
      padding: 14px 32px; }
      .Banner-in .Navtop-notlogin-link:first-child {
        margin-left: 0; }

.Info {
  margin-bottom: -10px; }
  .Info-in {
    display: flex;
    border-radius: 8px;
    background-color: #354046;
    position: relative;
    transform: translateY(-30px);
    z-index: 2; }
    .Info-in:before {
      content: "";
      display: inline-block;
      width: calc(100% + 20px);
      height: calc(100% + 20px);
      -webkit-backdrop-filter: blur(10px);
              backdrop-filter: blur(10px);
      background-color: rgba(239, 243, 244, 0.16);
      border-radius: 8px;
      position: absolute;
      left: -10px;
      top: -10px;
      z-index: -1;
      transition: all 500ms; }
  .Info-item {
    width: 25%;
    padding: 32px;
    border-right: 4px solid #46555d;
    position: relative;
    background-color: #354046;
    z-index: 1; }
    .Info-item:first-child {
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px; }
    .Info-item:last-child {
      border-right: none;
      border-top-right-radius: 8px;
      border-bottom-right-radius: 8px; }
    .Info-item img {
      width: 56px;
      height: 56px;
      margin-bottom: 16px; }
    .Info-item h4 {
      font-size: clamp(16px, 1.2vw, 20px);
      font-weight: 600;
      line-height: 1.4;
      letter-spacing: -0.6px;
      color: #fff;
      margin-bottom: 12px; }
    .Info-item p {
      font-size: 12px;
      font-weight: 500;
      line-height: 1.67;
      letter-spacing: -0.36px;
      color: #d0d8dc; }

.Home_content {
  padding-top: clamp(30px, 2.5vw, 40px);
  padding-bottom: clamp(30px, 2.5vw, 40px); }
  .Home_content-in {
    margin-top: 20px;
    border-bottom: 1px solid #dce2e5; }
  .Home_content-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px; }
    .Home_content-head p {
      font-size: 14px;
      font-weight: normal;
      line-height: 1.71;
      letter-spacing: -0.42px;
      text-align: center;
      color: #607580; }
    .Home_content-head-link {
      font-size: 12px;
      font-weight: 500;
      line-height: 1.67;
      letter-spacing: -0.36px;
      color: #f0b905;
      transition: 500ms; }
      .Home_content-head-link:hover {
        color: #1b2124;
        transition: 500ms; }
  .Home_content .Games-item {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-bottom: 0; }
  .Home_content .swiper-button-next, .Home_content .swiper-button-prev {
    background-image: none;
    width: 40px;
    height: 36px;
    border-radius: 5px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    top: 0;
    margin-top: 0;
    z-index: 9;
    transition: 500ms; }
    .Home_content .swiper-button-next i, .Home_content .swiper-button-prev i {
      font-size: 10px;
      color: #343e46;
      transition: 500ms; }
    .Home_content .swiper-button-next:hover, .Home_content .swiper-button-prev:hover {
      background-color: #1b2124;
      transition: 500ms; }
      .Home_content .swiper-button-next:hover i, .Home_content .swiper-button-prev:hover i {
        color: white;
        transition: 500ms; }
  .Home_content .swiper-button-next {
    right: 0; }
  .Home_content .swiper-button-prev {
    left: auto;
    right: 44px; }
  .Home_content.four {
    padding-top: 0; }
    .Home_content.four .Home_content-in {
      padding-bottom: 40px; }
  .Home_content.five .Home_content-head {
    margin-bottom: 0; }
  .Home_content.five .container, .Home_content.five .swiper-container {
    overflow: visible; }
  .Home_content.six {
    padding-top: 0;
    padding-bottom: 0; }
    .Home_content.six .Home_content-in {
      padding-bottom: 40px; }
  .Home_content-tab .nav {
    border-radius: 26px;
    background-color: #fff;
    width: -moz-max-content;
    width: max-content;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 20px;
    padding: 4px; }
    .Home_content-tab .nav-link {
      background-color: #fff;
      font-size: clamp(12px, 0.85vw, 16px);
      font-weight: 600;
      line-height: 1.5;
      letter-spacing: -0.48px;
      text-align: center;
      color: #607580;
      background-color: transparent; }
      .Home_content-tab .nav-link i {
        font-size: clamp(16px, 1.2vw, 20px);
        margin-right: 8px; }
      .Home_content-tab .nav-link.active {
        border-radius: 22px;
        background-color: #fbcf44;
        color: #1b2124; }
      @media (max-width: 768px) {
        .Home_content-tab .nav-link {
          display: flex;
          flex-direction: column;
          align-items: center; } }
  .Home_content-more {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.43;
    letter-spacing: -0.42px;
    text-align: center;
    color: #607580;
    padding: 10px 29px;
    border-radius: 5px;
    border: solid 1px #c5ced3;
    background-color: #eff3f4;
    display: flex;
    align-items: center;
    justify-content: center;
    width: -moz-max-content;
    width: max-content;
    margin: 40px auto;
    transition: all 500ms; }
    .Home_content-more:hover {
      background-color: #c5ced3;
      color: #1b2124; }

.H_popular-item {
  padding: 24px;
  position: relative;
  border-radius: 5px;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.03);
  background-color: #121517;
  transition: all 400ms; }
  .H_popular-item:before {
    position: absolute;
    top: 24px;
    right: 8px;
    content: "";
    display: inline-block;
    transition: 500ms;
    width: 60px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../images/popular-dots.svg); }
  .H_popular-item-text {
    margin-top: 20px; }
    .H_popular-item-text span {
      font-size: 12px;
      font-weight: 500;
      line-height: 1.33;
      letter-spacing: -0.36px;
      color: #8b9ea7; }
    .H_popular-item-text h6 {
      font-size: 16px;
      font-weight: 500;
      line-height: 1.25;
      letter-spacing: -0.48px;
      color: #d0d8dc;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .H_popular-item-link {
    margin-top: 15px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.36px;
    color: #fbc823;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 500ms; }
    .H_popular-item-link i {
      transition: 500ms;
      color: #fbcf44;
      font-size: 8px; }
    .H_popular-item-link:hover {
      color: #fbcf44;
      transition: 500ms; }
      .H_popular-item-link:hover i {
        color: #fbcf44;
        transition: 500ms;
        transform: translateX(3px); }
  .H_popular-item:hover {
    box-shadow: 5px 6px 20px 5px rgba(0, 0, 0, 0.03), inset 3px 4px 12px 5px rgba(251, 207, 68, 0.7); }

.H_info {
  margin-bottom: 40px; }
  .H_info-in {
    display: flex; }
  .H_info-left {
    width: 50%;
    padding-right: 40px;
    border-right: 1px solid #dce2e5;
    padding-top: 40px; }
    .H_info-left img {
      width: 174px;
      margin-bottom: 20px; }
    .H_info-left h5 {
      font-size: 24px;
      font-weight: normal;
      line-height: 1.5;
      letter-spacing: -0.96px;
      color: #1b2124;
      margin-bottom: 5px; }
      .H_info-left h5 span {
        font-weight: bold; }
    .H_info-left-toptext {
      font-size: 18px;
      font-weight: normal;
      line-height: 1.78;
      letter-spacing: -0.54px;
      color: #4f6069;
      margin-bottom: 20px; }
    .H_info-left-text {
      font-size: 16px;
      font-weight: normal;
      line-height: 1.75;
      letter-spacing: -0.48px;
      color: #607580;
      margin-bottom: 25px; }
    .H_info-left-more {
      display: flex;
      align-items: center;
      font-size: 16px;
      font-weight: normal;
      line-height: 1.75;
      letter-spacing: -0.48px;
      color: #dcaa04;
      transition: all 500ms; }
      .H_info-left-more i {
        font-size: 10px;
        margin-left: 12px; }
  .H_info-right {
    width: 50%;
    padding-left: 40px;
    padding-top: 40px; }
  .H_info-item {
    padding: clamp(22px, 1.67vw, 32px);
    width: 100%;
    border-radius: 8px;
    background-color: #fbfeff;
    margin-bottom: 8px;
    display: flex; }
    .H_info-item-icon {
      width: 60px;
      height: 60px;
      border-radius: 5px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      margin-right: 24px; }
      .H_info-item-icon i {
        font-size: 28px; }
    .H_info-item-text h3 {
      font-size: 24px;
      font-weight: normal;
      line-height: 1.29;
      letter-spacing: -0.84px; }
    .H_info-item-text h5 {
      font-size: 20px;
      font-weight: bold;
      line-height: 1.33;
      letter-spacing: -0.72px;
      color: #1b2124;
      margin-bottom: 20px; }
    .H_info-item-text p {
      font-size: 14px;
      line-height: 1.5;
      letter-spacing: -0.48px;
      color: #69808c; }
    .H_info-item-links {
      display: flex;
      align-items: center;
      margin-top: 16px; }
      .H_info-item-links .button {
        margin-right: 8px; }
    .H_info-item:nth-child(1) .H_info-item-icon {
      background-color: #81e1b350; }
      .H_info-item:nth-child(1) .H_info-item-icon i {
        color: #39d087; }
    .H_info-item:nth-child(1) .H_info-item-text h3 {
      color: #49d491; }
    .H_info-item:nth-child(2) .H_info-item-icon {
      background-color: #fbcf4450; }
      .H_info-item:nth-child(2) .H_info-item-icon i {
        color: #fbcf44; }
    .H_info-item:nth-child(2) .H_info-item-text h3 {
      color: #fbcf44; }

.H_blog-list {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
  overflow-x: scroll; }
  .H_blog-list-item {
    width: 25%;
    min-width: 280px;
    height: clamp(280px, 15.37vw, 295px);
    background-size: 100% 100%;
    background-position: center;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
    border-radius: 8px; }
    .H_blog-list-item p {
      font-size: 20px;
      font-weight: bold;
      line-height: 1.4;
      letter-spacing: -0.8px;
      color: #fff; }
    .H_blog-list-item span {
      font-size: 12px;
      font-weight: bold;
      line-height: 1.33;
      letter-spacing: -0.48px;
      color: #fbcf44; }
    .H_blog-list-item:before {
      content: "";
      display: inline-block;
      width: 100%;
      height: 100%;
      border-style: solid;
      border-width: 4px;
      border-image-source: linear-gradient(to bottom, rgba(251, 207, 68, 0) 0%, #fbcf44 100%);
      border-image-slice: 1;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: -1;
      transition: all 500ms;
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px; }
    .H_blog-list-item:after {
      content: "";
      display: inline-block;
      width: 100%;
      height: 50%;
      background-image: linear-gradient(to bottom, rgba(18, 21, 23, 0) 0%, #121517 100%);
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: -2;
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px;
      transition: all 500ms; }
    .H_blog-list-item:hover:before {
      border-image-source: linear-gradient(to top, rgba(251, 207, 68, 0) 0%, #fbcf44 100%); }

.Sport_list {
  position: relative;
  z-index: 1; }
  .Sport_list-in {
    margin-bottom: 15px; }
  .Sport_list-item {
    padding: 24px;
    transition: 500ms;
    border-radius: 5px;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.03);
    background-image: linear-gradient(to bottom, #fff 0%, #f3f5f6 100%);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center; }
    .Sport_list-item:before {
      pointer-events: none;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      content: "";
      display: inline-block;
      transition: 500ms;
      width: 71px;
      height: 60px;
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-image: url(../images/sport-list-line.svg); }
    .Sport_list-item-info {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .Sport_list-item-info-in {
        display: flex;
        align-items: center; }
    .Sport_list-item-flag {
      display: flex;
      align-items: center; }
      .Sport_list-item-flag-item {
        width: 44px;
        height: 44px;
        background-color: #e8eced;
        display: flex;
        align-items: center;
        border-radius: 100%;
        justify-content: center; }
        .Sport_list-item-flag-item img {
          -o-object-fit: contain;
             object-fit: contain;
          width: 24px;
          height: 24px; }
        .Sport_list-item-flag-item:nth-child(2) {
          margin-left: -16px; }
    .Sport_list-item-teams {
      margin-top: clamp(10px, 1.1vw, 20px);
      width: 100%; }
      .Sport_list-item-teams p {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .Sport_list-item-teams p span {
          font-size: 18px;
          font-weight: 500;
          line-height: 1.56;
          letter-spacing: -0.54px;
          color: #4f6069;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          max-width: 190px; }
        .Sport_list-item-teams p img {
          margin-right: 12px; }
        .Sport_list-item-teams p:last-child {
          transform: translateY(-4px); }
    .Sport_list-item-score {
      border: solid 2px #fff;
      width: 32px;
      height: 32px;
      background-color: #39d087;
      border-radius: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: -0.42px;
      color: #1b2124; }
    .Sport_list-item-date {
      display: block;
      line-height: 1;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: -0.36px;
      color: #dcaa04; }
    .Sport_list-item-rates {
      width: 100%;
      margin-top: clamp(10px, 1.1vw, 20px);
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-left: -2px;
      margin-right: -2px; }
    .Sport_list-item-rate {
      height: 32px;
      border-radius: 5px;
      background-color: #4f6069;
      display: flex;
      align-items: center;
      justify-content: space-around;
      transition: 500ms;
      cursor: pointer;
      flex-grow: 2;
      margin-left: 2px;
      margin-right: 2px; }
      .Sport_list-item-rate span {
        font-size: 12px;
        font-weight: 500;
        letter-spacing: -0.36px;
        color: #e8eced; }
      .Sport_list-item-rate:hover {
        transition: 500ms;
        background-color: #1b2124; }
      .Sport_list-item-rate.active {
        background-color: #fbcf44; }
        .Sport_list-item-rate.active span {
          color: #1b2124; }
    .Sport_list-item-more {
      margin-left: 20px;
      width: 48px;
      height: 36px;
      border-radius: 5px;
      background-color: #bdefd760;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: -0.36px;
      color: #4f6069;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 500ms; }
      .Sport_list-item-more:hover {
        background-color: #fbcf44;
        transition: 500ms; }

.favorite {
  background-color: transparent;
  z-index: 9; }
  .favorite input[type='checkbox'] {
    position: absolute;
    opacity: 0; }
  .favorite label {
    margin-bottom: 0;
    cursor: pointer;
    width: 24px;
    height: 24px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 500ms; }
    .favorite label:before {
      content: "";
      display: inline-block;
      transition: 500ms;
      width: 18px;
      height: 16px;
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-image: url(../images/icon-heart-emty.svg); }
  .favorite input:checked ~ label {
    transition: 500ms; }
    .favorite input:checked ~ label:before {
      transition: 500ms;
      background-image: url(../images/icon-heart-yellow.svg); }

.Games {
  padding-bottom: 30px; }
  .Games-item {
    position: relative;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(16.66% - 20px);
    transition: 500ms; }
    .Games-item-image {
      position: relative;
      display: block;
      border-radius: 5px; }
      .Games-item-image img {
        border-radius: 5px; }
    .Games-item-bottom {
      text-align: center;
      padding-top: 12px; }
      .Games-item-bottom p {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: -0.48px;
        color: #354046; }
      .Games-item-bottom span {
        display: block;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: -0.36px;
        color: #8b9ea7; }
      .Games-item-bottom-play {
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 34px;
        margin-left: 7px;
        font-size: 18px;
        color: #95a4b1;
        border: solid 1px transparent;
        transition: 500ms; }
    .Games-item-checkbox {
      position: absolute;
      right: 7px;
      top: 7px; }
      .Games-item-checkbox-label {
        margin-bottom: 0;
        cursor: pointer;
        width: 36px;
        height: 36px;
        border-radius: 5px;
        background-color: #1b2124;
        display: flex;
        align-items: center;
        justify-content: center; }
        .Games-item-checkbox-label:before {
          content: "";
          display: inline-block;
          transition: 500ms;
          width: 16px;
          height: 14px;
          background-repeat: no-repeat;
          background-size: auto 100%;
          background-image: url(../images/icon-heart-emty-yellow.svg); }
      .Games-item-checkbox input[type="checkbox"] {
        position: absolute;
        opacity: 0;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        cursor: pointer; }
        .Games-item-checkbox input[type="checkbox"]:checked ~ label:before {
          transition: 500ms;
          background-image: url(../images/icon-heart-yellow.svg); }
    .Games-item-flu {
      opacity: 0;
      -webkit-backdrop-filter: blur(8px);
              backdrop-filter: blur(8px);
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      border-radius: 5px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      transition: 300ms;
      background-color: rgba(69, 82, 94, 0.6); }
      .Games-item-flu .button {
        padding: 0;
        height: 36px;
        transition: 300ms;
        width: calc(50% - 4px); }
      .Games-item-flu-in {
        padding: 20px; }
      .Games-item-flu-links {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 12px; }
      .Games-item-flu p {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.4;
        letter-spacing: -0.6px;
        color: #fff; }
      .Games-item-flu span {
        font-weight: 600;
        font-size: 12px;
        letter-spacing: -0.03em;
        color: #FFFFFF;
        opacity: 0.7; }
    .Games-item-badge {
      position: absolute;
      left: 0;
      top: 8px;
      z-index: 1;
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      .Games-item-badge span {
        margin-bottom: 4px;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.33;
        letter-spacing: -0.36px;
        color: #1b2124;
        padding: 6px 12px;
        -webkit-backdrop-filter: blur(4px);
                backdrop-filter: blur(4px);
        border-radius: 0px 5px 5px 0px; }
        .Games-item-badge span.bg-green {
          background-color: rgba(123, 224, 175, 0.88); }
        .Games-item-badge span.bg-yellow {
          background-color: rgba(251, 207, 68, 0.88); }
    .Games-item:hover {
      transition: 500ms; }
      .Games-item:hover .Games-item-bottom-play {
        transition: 500ms;
        color: #81e1b3;
        border-color: #687c8d; }
      .Games-item:hover .Games-item-flu {
        opacity: 1;
        transition: 300ms; }
        .Games-item:hover .Games-item-flu .button {
          transition: 300ms;
          transform: translateY(0); }
  .Games .swiper-button-next, .Games .swiper-button-prev {
    background-image: none;
    width: 22px;
    height: 22px;
    background-color: #a1aeba;
    border: solid 1px #4e5d6a;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    z-index: 9;
    transition: 500ms; }
    .Games .swiper-button-next i, .Games .swiper-button-prev i {
      font-size: 10px;
      color: #343e46;
      transition: 500ms; }
    .Games .swiper-button-next:hover, .Games .swiper-button-prev:hover {
      background-color: #39d087;
      transition: 500ms; }
      .Games .swiper-button-next:hover i, .Games .swiper-button-prev:hover i {
        color: #c4cdd4;
        transition: 500ms; }
  .Games .swiper-button-next {
    right: 5px;
    padding-left: 2px;
    padding-bottom: 1px; }
  .Games .swiper-button-prev {
    left: 5px;
    padding-right: 2px;
    padding-bottom: 1px; }
  .Games-slider {
    margin-bottom: 20px; }
    .Games-slider img {
      border-radius: 14px; }
    .Games-slider-item {
      display: block;
      transition: 300ms; }
      .Games-slider-item:hover {
        transform: scale(0.99);
        transition: 500ms; }
    .Games-slider .swiper-button-next {
      right: 20px; }
    .Games-slider .swiper-button-prev {
      left: 20px; }

.Banks {
  background-color: #232b2f; }
  .Banks-in {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 9; }
  .Banks .swiper-container {
    padding: 20px; }
    .Banks .swiper-container:before {
      content: "";
      display: inline-block;
      transition: 500ms;
      background-color: #232b2f;
      pointer-events: none;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      width: 50px;
      z-index: 9; }
  .Banks .swiper-wrapper {
    align-items: center; }
  .Banks .swiper-slide {
    width: auto !important; }
  .Banks .swiper-button-next, .Banks .swiper-button-prev {
    background-image: none;
    width: 24px;
    height: 24px;
    background-color: #69808c;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: 500ms;
    margin-top: 0;
    cursor: pointer;
    position: static;
    flex-shrink: 0; }
    .Banks .swiper-button-next i, .Banks .swiper-button-prev i {
      font-size: 10px;
      color: white; }
    .Banks .swiper-button-next:hover, .Banks .swiper-button-prev:hover {
      background-color: #fbcf44;
      transition: 500ms; }
      .Banks .swiper-button-next:hover i, .Banks .swiper-button-prev:hover i {
        color: #354046;
        transition: 500ms; }
  .Banks .swiper-button-next {
    right: 0; }
  .Banks .swiper-button-prev {
    right: unset;
    left: auto; }
  .Banks-item {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "roclettePro", sans-serif; }
    .Banks-item:after {
      margin-left: 20px;
      content: "";
      display: inline-block;
      transition: 500ms;
      width: 4px;
      height: 4px;
      background-color: #fbcf44;
      border-radius: 100%; }
    .Banks-item span {
      display: block;
      font-size: 18px;
      font-weight: 500;
      color: #b9c5ca; }

@media (max-width: 991px) {
  .Info-in {
    overflow-x: scroll; }
  .Info-item {
    min-width: 260px; }
  .Banner-in .Navtop-notlogin-link {
    padding: 14px;
    font-size: 12px; }
    .Banner-in .Navtop-notlogin-link:first-child {
      margin-left: 0; }
  .H_info-in {
    flex-direction: column; }
  .H_info-left {
    width: 100%;
    border-right: none;
    padding-right: 0; }
  .H_info-right {
    width: 100%;
    padding-left: 0; }
  .H_info-item {
    flex-direction: column; }
    .H_info-item-icon {
      margin-bottom: 16px; } }

@media (max-width: 1280px) {
  .container {
    padding-left: 20px !important;
    padding-right: 20px !important; } }

@media (max-width: 1700px) {
  .Games-item {
    width: calc(20% - 20px); }
  .Games-in.popular .Games-item:last-child {
    display: none; } }

@media (max-width: 1441px) {
  .Popular-item-name p {
    font-size: 15px; }
  .Games-item {
    width: calc(25% - 20px); }
  .Games-in.popular .Games-item:nth-last-child(2) {
    display: none; } }

@media (max-width: 991px) {
  .desktop {
    display: none !important; }
  .mobile {
    display: block !important; } }
