@charset "utf-8";
/* CSS Document */
.wrapper {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.w-100, .section {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.header {
  background: #ffffff;
}
.section {
  padding: 10px 0;
}
.right-nav ul li {
  display: inline-block;
  padding: 5px 0;
  color: #ffffff;
}
.children {
  margin: 8px -24px 0 -13px;
  text-align: left;
  z-index: 9999;
  position: absolute;
  height: auto;
  list-style: none;
  padding: 5px;
  min-width: 161px;
  background: #6c757d;
  border-radius: 5px;
  color: #ffffff;
}
.top_bar li ul li a {
  font-weight: 300;
  padding-left: 21px;
  line-height: 24px;
}
.top_bar li ul li a span {
  color: #fff;
}
.slide-post {
  position: relative;
}
.top_bar li ul li:hover {
  background: #ffffff;
}
.date, .hover {
  color: #053b61;
  font-weight: 500;
}
ul.top_bar li a {
  padding: 10px 10px;
  margin-top: 7px;
}
ul.children li {
  padding: 7px 0;
}
.pc {
  display: inline-block;
}
.logo a img {
  height: 65px;
}
/* Menu */
.bg-nav {
  background-image: -webkit-linear-gradient(top, #cfd5e0 13%, #f7f8fa 73%, #d3dce6);
  background-image: linear-gradient(180deg, #cfd5e0 13%, #f7f8fa 73%, #d3dce6);
  box-shadow: 0 6px 14px -2px rgb(128 142 155 / 32%), inset 0 -4px 0 0 #cfd5e0, inset 0 -6px 5px 0 #fbfbfb;
}
.nav {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.nav ul {
  width: 100%;
  height: auto;
  margin: 0;
  display: flex;
}
.nav ul {
  display: inline-block;
  text-align: center;
  height: 50px;
  overflow: hidden;
}
.nav .nav ul li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #FFF;
}
.nav ul li {
  float: left;
  height: 100%;
  list-style: none;
  flex: 1;
  margin: 0 30px;
}
.nav ul li * {
  display: inline-block;
  font-size: 1.3em;
  line-height: 50px;
}
.nav ul li a {
  margin-top: -50px;
  transition: 0.3s cubic-bezier(0.1, 0.1, 0.5, 1.4);
}
.nav ul li a:hover {
  margin-top: 0;
}
.nav ul li a:before {
  content: attr(data-text);
  display: block;
  color: #ffc107;
}
.title-section {
  border-left: 2px solid #ffc107;
  padding: 0 5px;
  font-size: 1.5rem;
  text-align: left;
}
.time {
  width: 100%;
  display: flex;
}
.time span {
  display: inline-block;
  flex: 1;
  font-size: 1.5rem;
  font-weight: bold;
  flex: 1;
}
#date {
  display: flex;
  flex-direction: row;
}
.matches {
  width: 100%;
  height: auto;
  background-image: -webkit-linear-gradient(top, #f5b800 13%, #ffc107 73%, #d3dce6);
  background-image: linear-gradient(180deg, #f5b800 13%, #ffc107 73%, #d3dce6);
  box-shadow: 0 6px 14px -2px rgb(128 142 155 / 32%), inset 0 -4px 0 0 #d3dce6, inset 0 -6px 5px 0 #f5b800;
  border-radius: 10px;
  position: relative;
  padding-bottom: 10px;
}
.hotmatch-01 {
  width: 100%;
  height: auto;
  text-align: left;
  padding: 5px 5px;
  background: #d18730;
  display: flex;
}
.hotmatch-02 {
  width: 100%;
  height: auto;
  text-align: left;
  padding: 5px 5px;
  background: #ffc107;
  display: flex;
}
.match-inline {
  flex: 1;
}
.matches h3 {
  text-align: left;
  padding: 15px 10px;
}
.hotmatches {
  width: 100%;
  height: auto;
  max-width: 325px;
  position: absolute;
  right: 0px;
  top: 47px;
  display: block;
}
.slide-hotmatch .slick-prev:before {
  content: none;
}
/*-------------  small --------------*/
.box {
  width: 100%;
  height: auto;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  text-align: right;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
  border-radius: 10px;
  margin-bottom: 7px;
}
.box img {
  width: 100%;
  height: 100%;
}
.box:before, .box:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffc107;
  opacity: 0.5;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.box:before {
  -webkit-transform: skew(30deg) translateX(80%);
  transform: skew(30deg) translateX(80%);
}
.box:after {
  -webkit-transform: skew(-30deg) translateX(70%);
  transform: skew(-30deg) translateX(70%);
}
.box:hover:before, .box.hover:before {
  -webkit-transform: skew(30deg) translateX(30%);
  transform: skew(30deg) translateX(30%);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.box:hover:after, .box.hover:after {
  -webkit-transform: skew(-30deg) translateX(20%);
  transform: skew(-30deg) translateX(20%);
}
.box .box-content {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  bottom: 0;
  padding: 20px 20px 20px 40%;
}
.box .box-content:before, .box .box-content:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f46500;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  opacity: 0.5;
  z-index: -1;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.box .box-content:before {
  -webkit-transform: skew(30deg) translateX(100%);
  transform: skew(30deg) translateX(100%);
}
.box .box-content:after {
  -webkit-transform: skew(-30deg) translateX(90%);
  transform: skew(-30deg) translateX(90%);
}
.box:hover .box-content:before, .box.hover .box-content:before {
  -webkit-transform: skew(30deg) translateX(50%);
  transform: skew(30deg) translateX(50%);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.box:hover .box-content:after, .box.hover .box-content:after {
  -webkit-transform: skew(-30deg) translateX(40%);
  transform: skew(-30deg) translateX(40%);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.box h3, .box p {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}
.box h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.box p {
  font-size: 15px;
}
.box:hover h3, .box.hover h3, .box:hover p, .box.hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0.9;
}
.qr {
  width: 100%;
  height: auto;
  padding: 25px 25px;
  display: block;
}
.down-info p {
  width: 100%;
  height: auto;
  text-align: left;
  font-size: 1rem;
  padding: 15px 0;
}
.qr-code {
  width: 100%;
  padding: 25px;
  text-align: center;
  margin: 0 25px;
  height: auto;
  background: url("../images/download/border-app.png") no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
  display: block;
}
.qr-code img {
  width: 100%;
  border-radius: 10px;
}
.btn-app {
  width: 100%;
  margin: 15px 25px;
  font-weight: bold;
}
.btn-app span {
  margin-right: 10px;
}
.banner-down {
  width: 100%;
  height: auto;
  padding: 15px 0;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.contain-partner {
  background: #ededed;
  border-radius: 10px;
  padding: 10px 10px;
  display: block;
}
.sliderpartners {
  padding: 10px 0;
}
.item-partner {
  width: 100%;
  height: 60px;
  text-align: center;
  margin: 5px;
  padding: 5px;
  border-radius: 10px;
  display: block;
}
.item-partner img {
  width: 100%;
  max-height: 40px;
}
.contain-partner {
  background: #ededed;
  border-radius: 10px;
  padding: 10px 10px;
  display: block;
}
.testimonial-box {
  border-radius: 15px;
  margin: 10px 0;
  padding: 15px 15px;
}
.testimonial-box h3 {
  font-size: 1.1rem;
  padding: 10px 0;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.contain-testimoial {
  padding: 15px 10px;
  display: block;
  width: 100%;
  height: 130px;
}
.contain-testimoial p {
  font-size: 0.9rem;
  text-align: left;
  display: block;
}
.info-footer h3, .community h3 {
  text-align: left;
  color: #004085;
  font-size: 0.9rem;
  padding: 5px 0;
  display: block;
}
.info-footer ul {
  width: 100%;
  height: auto;
  display: block;
}
.info-footer ul li {
  display: block;
  padding: 2px 2px;
  text-align: left;
}
.info-footer ul li a {
  color: #004085;
  font-size: 0.7rem;
}
.community ul {
  width: 100%;
  height: auto;
}
.community ul li {
  display: inline-block;
  padding: 2px;
  text-align: left;
}
.community ul li a img {
  width: 40px;
  text-align: center;
}
.networks ul {
  width: 100%;
  height: auto;
  text-align: left;
  display: block;
}
.networks ul li {
  display: inline-block;
  margin: 5px;
}
.networks ul li a img {
  width: 35px;
  height: auto;
}
.sponsorship ul {
  width: 100%;
  height: auto;
  text-align: left;
  display: block;
}
.sponsorship ul li {
  display: inline-block;
  padding: 5px 15px;
}
.sponsorship ul li a img {
  height: 70px;
  width: auto;
}
.title-section {
  width: 100%;
  height: auto;
  text-align: left;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 5px 15px;
  color: #0f161f;
  display: block;
}
.mobile {
  display: none;
}
.btn-loginnow {
    width: 100%;
    height: auto;
}
.itme-games {
    width: 100%;
    height: auto;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    display: block;
}
.itme-games img {
    width: 100%;
    height: auto;
}
.itme-games p {
    position: absolute;
    top: 60%;
    left: 20%;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
    font-weight: bold;
}
.item-2 p {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
}
@media (max-width: 500px) {
  .pc {
    display: none !important;
  }
  .logo a img {
    height: 30px;
  }
  .btn-mobile {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm);
  }
  .mobile {
    display: block;
  }
  .top-contain {
    background-image: -webkit-linear-gradient(top, #ffeea1 13%, #ffffc5 73%, #fff4a5);
    background-image: linear-gradient(180deg, #ffeea1 13%, #ffffc5 73%, #fff4a5);
    box-shadow: 0 6px 14px -2px rgb(155 154 128 / 32%), inset 0 -4px 0 0 #ffef95, inset 0 -6px 5px 0 #fbfbfb;
    border-radius: 5px;
    padding: 5px 10px;
  }
  .ua p {
    text-align: left;
    font-weight: bold;
  }
  .ua p.user {}
  .sponsorship ul li a img {
    height: 40px;
    width: auto;
  }
  .info-01 ul {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    display: flex;
  }
  .info-01 ul li {
    flex: 1;
    padding: 2px 0;
  }
  .info-01 ul li a span {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    display: block;
  }
  .info-01 ul li a span img {
    width: 30px;
  }
  .info-01 ul li a p {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    font-size: 0.8rem;
    font-weight: bold;
    white-space: nowrap;
    display: block;
  }
  * {
    box-sizing: border-box
  }
  /* Style the tab */
  .menu-mobile {
    float: left;
    width: 17%;
    height: auto;
  }
  /* Style the buttons inside the tab */
  .menu-mobile button.gamemenu {
    display: block;
    background-image: -webkit-linear-gradient(top, #ffd100 13%, #ffd53a 73%, #ffe319);
    background-image: linear-gradient(180deg, #ffd100 13%, #ffd53a 73%, #ffe319);
    box-shadow: 0 6px 14px -2px rgb(155 154 128 / 32%), inset 0 -4px 0 0 #ffd900, inset 0 -6px 5px 0 #fbfbfb;
    border-radius: 5px;
    padding: 5px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.5s;
    margin: 2px auto;
  }
  .menu-mobile button.active {
    background-image: -webkit-linear-gradient(top, #ffeea1 13%, #ffffc5 73%, #fff4a5);
    background-image: linear-gradient(180deg, #ffeea1 13%, #ffffc5 73%, #fff4a5);
    box-shadow: 0 6px 14px -2px rgb(155 154 128 / 32%), inset 0 -4px 0 0 #ffef95, inset 0 -6px 5px 0 #fbfbfb;
  }
  .gamemenu span {
    width: 30px;
    height: 30px;
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  .gamemenu p {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    font-size: 0.8rem;
    font-weight: bold;
    display: block;
  }
  .gamemenu span.icon-sport-mobile {
    background: url("../images/mobile/nav/sport.png") no-repeat;
    background-size: 100% 100%;
  }
  .menu-mobile button.active span.icon-sport-mobile {
    background: url("../images/mobile/nav/sport-active.png") no-repeat;
    background-size: 100% 100%;
  }
  .gamemenu span.icon-casino-mobile {
    background: url("../images/mobile/nav/casino.png") no-repeat;
    background-size: 100% 100%;
  }
  .menu-mobile button.active span.icon-casino-mobile {
    background: url("../images/mobile/nav/casino-active.png") no-repeat;
    background-size: 100% 100%;
  }
  .gamemenu span.icon-slot-mobile {
    background: url("../images/mobile/nav/slot.png") no-repeat;
    background-size: 100% 100%;
  }
  .menu-mobile button.active span.icon-slot-mobile {
    background: url("../images/mobile/nav/slot-active.png") no-repeat;
    background-size: 100% 100%;
  }
  .gamemenu span.icon-lottery-mobile {
    background: url("../images/mobile/nav/lottery.png") no-repeat;
    background-size: 100% 100%;
  }
  .menu-mobile button.active span.icon-lottery-mobile {
    background: url("../images/mobile/nav/lottery-active.png") no-repeat;
    background-size: 100% 100%;
  }
  .gamemenu span.icon-number-mobile {
    background: url("../images/mobile/nav/number.png") no-repeat;
    background-size: 100% 100%;
  }
  .menu-mobile button.active span.icon-number-mobile {
    background: url("../images/mobile/nav/number-active.png") no-repeat;
    background-size: 100% 100%;
  }
  .gamemenu span.icon-cocks-mobile {
    background: url("../images/mobile/nav/cocks.png") no-repeat;
    background-size: 100% 100%;
  }
  .menu-mobile button.active span.icon-cocks-mobile {
    background: url("../images/mobile/nav/cocks-active.png") no-repeat;
    background-size: 100% 100%;
  }
  .gamemenu span.icon-poker-mobile {
    background: url("../images/mobile/nav/poker.png") no-repeat;
    background-size: 100% 100%;
  }
  .menu-mobile button.active span.icon-poker-mobile {
    background: url("../images/mobile/nav/poker-active.png") no-repeat;
    background-size: 100% 100%;
  }
  /* Style the tab content */
  .mcontent {
    float: left;
    width: 83%;
    height: 485px;
    padding-left: 10px;
    overflow-y: scroll;
  }
  .mcontent::-webkit-scrollbar {
    display: none;
  }
  .mcontent {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .thumbnail {
    width: 100%;
    height: auto;
    margin: 5px auto;
    position: relative;
    display: block;
  }
  .thumbnail a p {
    position: absolute;
    left: 23%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.9rem;
    font-weight: bold;
  }
  .thumbnail a img {
    width: 100%;
    border-radius: 10px;
  }
  .thumbnail-02 a img {
    width: 100%;
    height: auto;
  }
}