/**
* Template Name: Arsha
* Updated: May 30 2023 with Bootstrap v5.3.0
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #47b2e4;
  text-decoration: none;
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #37517e;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

body {
  font-family: 'Roboto';
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  position: relative;
  overflow: hidden;
  background-image: url('../img/bg.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  margin: auto;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.app img {
  animation: zoomInOut 2s infinite;
}


#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}


.app:hover,
.dangky a:hover {
  opacity: 0.7;
}

.dk-pc {
  display: block;
}

.dk-sp {
  display: none;
}

.logo {
  position: absolute;
  left: 30%;
  top: -15px;
}

.logo a img {
  margin: 10px;
  width: 375px;
}

.top {
  text-align: center;
  margin-top: 60px;

}

.top img {
  width: 50%;
}

.dangky {
  position: absolute;
  top: 257px;
  left: 585px;
}

.dangky a img {
  width: 20%;
}


.bg-menu {
  position: absolute;
  margin: auto;
  text-align: center;
  top: 368px;
  left: 0;
}

.links {
  background-image: url(../img/bg_menu.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 170px;
  width: 100%;
}

.links ul {
  display: flex;
  list-style: none;
  text-align: center;
  margin: auto;
  width: 900px;
}

.links ul li {
  margin: auto;
  font-size: 35px;
  font-weight: 900;
  margin-top: 55px;
  font-family: 'SanFranciscoDisplay';
}

.links ul li a {
  color: #e80401;
}

.links ul li a:hover {
  color: #218c00;
}

.links ul li .line {
  height: 32px;
}

.videos {
  background-image: url(../img/video_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 500px;
  width: 100%;
  margin: auto;
  margin-top: 40px;
}

.videos .main-video {
  margin: auto;
  max-width: 1040px;
  margin-top: 35px;
  position: relative;
}

.list-videos {
  padding-top: 30px;
  margin: auto;
  max-width: 1200px;
}

.swiper {
  height: 175px;
}

.swiper-pagination {
  display: none;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
}

.swiper-button-next {
  right: 30px;
}

.swiper-button-prev {
  left: 30px;
}

.swiper-video {
  height: 455px;
}

.play-center{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
    height: 64px !important;
    width: 64px !important;
}

.events {
  margin: auto;
  max-width: 1200px;
  padding-top: 270px;
}

.events .event-1 {
  margin-top: 30px;
}

.events .event-2 {
  margin-top: 30px;
}

.events .item {
  text-align: center;
  margin-top: 25px;
}

.events .item img {
  height: 177px;
  width: 100%;
}

.events .desc {
  padding: 0px 20px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin-top: 15px;
}

.events .desc a{
  color: #fffe52;
}




.caption {
  position: relative;
}

.content-caption {
  position: absolute;
  bottom: 0;
  left: 0px;
  color: #fff;
  text-align: left;
  width: 100%;
  background: rgb(0 0 0 / 40%);
  padding-left: 5px;
}

.content-caption p {
  margin-bottom: 5px;
  text-transform: uppercase;
}

.content-caption p span {
  background-color: #e80401;
  padding: 5px;
}

.owl-theme .item .content-caption p {
  margin-bottom: 0px !important;
  padding: 2px 0px;
}

.games {
  margin-top: 80px;
  position: relative;
}


.games .nv-1 {
  position: absolute;
  left: 40px;
  top: 0;
}

.list-games {
  max-width: 1200px;
  margin: auto;
}

.news {
  max-width: 1200px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 30px;
}


.list-news,
.infor {
  max-width: 1200px;
  margin: auto;
}

.list-news .item {
  padding: 10px;
}

.list-news .item {
  background-color: #fff;
  border-radius: 20px;
}

.list-news .no-background {
  background: transparent;
  margin-top: 30px;
  margin-left: 50px;
}

.list-news .item .img img {
  margin-top: 10px;
}

.list-news .item .row h3 {
  font-weight: 700;
  font-size: 23px;
  margin-top: 6px;
  min-height: 60px;
}

.list-news .item .row .desc {
  min-height: 50px;
}

.list-news .more {
  float: right;
}

.list-news .more {
  color: #000;
}

.list-news .more:hover,
.list-games .item a:hover {
  opacity: 0.7;
}

.list-news .more span {
  margin-right: 5px;
}

.list-news .nd-2 {
  margin-top: 25px;
}

.logo2 {
  width: 60%;
}

.infor {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}

.infor .nv-2 {
  position: absolute;
  right: -210px;
  top: -150px;
}

.infor .content {
  padding-top: 40px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 25px;
  color: #000;
}

.infor h3 {
  color: #fff;
  font-weight: 700;
  margin-top: 30px;
}

.infor .webs {
  margin-top: 40px;
  text-align: center;
}

.btn-onbet {
  color: #fffe52;
  background-color: #e80000;
  border-color: #e80000;
  font-size: 22px;
  border-radius: 20px;
  font-weight: 700;
  padding: 5px 20px;
  font-family: 'SanFranciscoDisplay';
}

.arrow-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 0px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
    z-index: 99999;
}

.arrow-container .arrow-chevron:first-child {
    animation: move-chevron 3s ease-out 1s infinite;
}

.arrow-container .arrow-chevron {
    position: absolute;
    width: 49px;
    height: 5.6px;
    opacity: 0;
    transform: scale(0.3);
    animation: move-chevron 3s ease-out infinite;
}

.arrow-container .arrow-chevron:before, .arrow-container .arrow-chevron:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    background: #fff;
}

.arrow-container .arrow-chevron:before {
    left: 0;
    transform: skewY(30deg);
}

.arrow-container .arrow-chevron:after {
    right: 0;
    width: 50%;
    transform: skewY(-30deg);
}





/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 0px;
  /*overflow: hidden;*/
}

@media (min-width: 576px) {
  .col-sm-20 {
    flex: 0 0 auto;
    width: 20%;
  }
}

@media (min-width: 768px) {
  .col-md-20 {
    flex: 0 0 auto;
    width: 20%;
  }
}


.owl-theme .item img {
    /*border-radius: 10px;*/
}

.owl-big.owl-theme .item img{
    height: 450px;
    border-radius: 15px;
}

.owl-small.owl-theme .item img{
    height: 190px;
}

.owl-big.owl-theme {
    position: relative;
}

.owl-big .owl-nav button.owl-prev,
.owl-big .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
    border-radius: unset;
}

.owl-big .owl-nav button.owl-prev,
.owl-big .owl-nav button.owl-prev:hover,
.owl-big .owl-nav button.owl-next:hover,
.owl-big .owl-nav button.owl-next {
    background-color: transparent;
}

.owl-big .owl-nav button.owl-prev svg,
.owl-big .owl-nav button.owl-next svg {
    padding: 7px;
}

.owl-big .owl-nav button.owl-prev {
    left: -60px;
}

.owl-big .owl-nav button.owl-next {
    right: -60px;
}

.owl-small .item {
    cursor: pointer;
}

.owl-small .owl-item:not(.current) {
    opacity: 0.8;

}

.owl-small .owl-nav button.owl-prev,
.owl-small .owl-nav button.owl-next {
    position: absolute;
    top: 25%;
    margin: 0;
    /*background-color: rgb(30, 30, 30);*/
    border-radius: unset;
}

.owl-small .owl-nav button.owl-prev,
.owl-small .owl-nav button.owl-prev:hover,
.owl-small .owl-nav button.owl-next:hover,
.owl-small .owl-nav button.owl-next {
    background-color: transparent;
}

.owl-small .owl-nav button.owl-prev svg,
.owl-small .owl-nav button.owl-next svg {
    padding: 7px;
}

.owl-small .owl-nav button.owl-prev {
    left: -75px;
}

.owl-small .owl-nav button.owl-next {
    right: -75px;
}    

.sync1-wrap {
    position: relative;
}

#sync1-count {
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgb(30, 30, 30);
    z-index: 9;
    color: #fff;
    padding: 5px 15px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
}


@media (max-width: 1600px) {
  .dangky {
    top: 200px;
    left: 450px;
  }

  .bg-menu {
    top: 285px;
  }

  .list-games {
    margin-top: 65px;
  }
}

@media (max-width: 1540px) {}

@media (max-width: 1440px) {}

@media (max-width: 1368px) {
  #hero {
    padding: 0px 20px;
  }

  .list-games {
    margin-top: 115px;
  }

  .videos {
    height: 625px;
    margin-top: 110px;
  }

  .videos .main-video {
    margin: auto;
    max-width: 1270px;
    margin-top: 50px;
  }
  .owl-big.owl-theme .item img {
    height: 557px;
  }


  .owl-small .owl-nav button.owl-prev {
       left: -65px;
  }

  .owl-small .owl-nav button.owl-next {
      right: -65px;
  }
}

@media (max-width: 1024px) {

  .top img {
    width: unset;
  }

  #hero {
    padding: 0px 20px;
  }

  .list-news .item .row h3 {
    font-size: 18px;
    min-height: 40px;
  }

  .list-games {
    margin-top: 115px;
  }

  .top {
    margin-top: 0;
  }

  .dangky {
    top: 280px;
    left: 100px;
  }

  .links ul {
    width: 900px;
  }

  .bg-menu {
    top: 390px;
  }

  .videos {
    height: 500px;
    margin-top: 60px;
  }

  .videos .main-video {
    margin: auto;
    max-width: 940px;
    margin-top: 55px;
  }

  .swiper {
    height: 140px;
  }

  .swiper-video {
    height: 455px;
  }

  .owl-big.owl-theme .item img {
    height: 408px;
  }
}

@media only screen and (width: 1366px) and (height: 1024px) {}

@media only screen and (width: 1024px) and (height: 1366px) {}

@media (max-width: 991px) {}

@media (max-width: 768px) {

  .logo {
    position: unset;
    text-align: center;
  }

  .logo a img {
    margin: 0px 0px;
    width: 290px;
  }

  #hero {
    padding: 0px 2px;
  }

  .dk-pc {
    display: none;
  }

  .dk-sp {
    display: block;
  }

  .top {
    margin-top: 0px;
  }

  .text_top {
    position: absolute;
    top: 650px;

  }

  .dangky {
    position: unset;
    text-align: center;
    margin-top: 0px;
  }

  .dangky a img {
    width: 80%;
  }

  .links {
    display: none;
  }

  .videos {
    background-image: url(../img/video_sp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 355px;
    padding: 0 30px;
  }

  .videos {
    margin-top: unset;
  }

  .swiper {
    height: 210px;
  }

  .swiper-video {
    height: 315px;
  }

  .events .item {
    padding-left: 30px;
    padding-right: 30px;
  }

  .event .event-1 {
    margin-top: unset;
  }

  .event .event-2 {
    margin-top: unset;
  }

  .news {
    padding: 0 30px;
  }

  .events .desc {
    padding: 0px 20px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin-top: 15px;
  }

  .list-news .item {
    margin: 15px 20px;
  }

  .list-news .nd-2 {
    margin-top: unset;
  }

  .list-news .item .img {
    text-align: center;
  }

  .list-news .item .row h3 {
    font-size: 20px;
    margin-top: 10px;
    min-height: unset;
  }

  .list-games {
    margin-top: unset;
  }

  .list-games .item {
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 20px;
  }

  .games {
    margin-top: unset;
    margin-top: 10px;
  }

  .games .title {
    margin: 20px 0px;
  }

  .games .title img {
    width: 50%;
    margin: auto;
  }

  .games .desc,
  .news .desc,
  .top-home .desc {
    padding: 0px 30px;
    color: #fff;
    text-align: center;
    font-size: 20px;
  }

  .top-home .title-1,
  .top-home .title-2 {
    text-align: center;
    margin: 20px 0px;
  }

  .top-home .title-1 img {
    width: 90%;
    margin: auto;
  }

  .top-home .title-2 img {
    width: 50%;
    margin: auto;
  }

  .infor {
    background-image: url(../img/bg_1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 255px;
    width: 100%;
    position: relative;
  }

  .infor .home {
    margin: 20px 0px;
    text-align: center;
  }

  .infor .home img {
    width: 60%;
  }

  .nv-2,
  .nv-1,
  .no-background {
    display: none;
  }

  .infor .content {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 20px;
    color: #fff;
  }
  
  .title-1-sp{
     text-align:center;
  }

  .webs .col-12 {
    margin-top: 20px;
  }

  .webs {
    margin-bottom: 50px;
  }

  .infor .webs {
    margin-top: 20px;
  }

  .infor h3 {
    color: #fffe52;
    font-size: 22px;
  }

  .btn-onbet {
    color: #e80000;
    background-color: #fff;
    border-color: #e80000;
    font-family: 'SanFranciscoDisplay';
  }

  .bg-menu {
    position: unset;
    margin-bottom: 0px;
  }

  .videos .main-video {
    margin-top: 30px;
  }

  .swiper-button-prev {
    left: 5px;
  }

  .swiper-button-next {
    right: 5px;
  }

  .swiper-button-prev img,
  .swiper-button-next img {
    width: 50px;
    height: 50px;
  }

  .swiper-video .swiper-button-prev img,
  .swiper-video .swiper-button-next img {
    width: 100px;
    height: 100px;
  }

  .swiper-video .swiper-button-next {
    right: 25px;
  }

  .swiper-video .swiper-button-prev {
    left: 25px;
  }

  .events .event-1 {
    margin-top: 0px;
  }

  .list-games .game-3 {
    margin-top: 28px;
  }

  .list-games .game-4 {
    margin-top: 32px;
  }

  .list-games .game-5 {
    margin-top: 50px;
  }

  .list-games .game-6 {
    margin-top: 50px;
  }

  .list-games .game-7 {
    margin-top: 60px;
  }

  .list-games .game-9 {
    margin-top: 65px;
  }

  .list-games .game-10 {
    margin-top: 45px;
  }

  .bg-menu .mt-3 {
    margin-top: 0px !important;
  }

  .infor .content .link-2 {
    margin-top: 20px;
  }

  .owl-big.owl-theme .item img {
    height: 320px;
  }

  .owl-small.owl-theme .item img {
    height: 130px;
  }

  .owl-small .owl-nav button.owl-prev img,
  .owl-small .owl-nav button.owl-next img{
     height: 54px;
     width: 54px;
  }

  .owl-small .owl-nav button.owl-prev {
       left: -45px;
  }

  .owl-small .owl-nav button.owl-next {
      right: -45px;
  }
}

@media (max-width: 575px) {

   #sync2 {
        margin-top: 25px;
    }
 .owl-big.owl-theme .item img{
      height: 177px;
  }
  
  .owl-small.owl-theme .item img{
      height: 77px;
  }

  .owl-big .owl-nav button.owl-prev {
       left: -55px;
  }

  .owl-big .owl-nav button.owl-next {
      right: -55px;
  }

  .owl-small .owl-nav button.owl-prev {
       left: -15px;
       top: 12%;
  }

  .owl-small .owl-nav button.owl-next {
      right: -15px;
      top: 12%;
  }

  .owl-nav button.owl-prev img,
  .owl-nav button.owl-next img{
     height: 54px;
     width: 54px;
  }

  .glightbox-clean .gnext{
    top: 45%;
    right: 0px;
  }

  .glightbox-clean .gprev{
    top: 45%;
    left: 0px;
  }

  .glightbox-mobile .goverlay {
    /*background: #328b6b;*/
  }

  .events{
    padding-top: 170px;
  }

  .list-games .game-3 {
    margin-top: 28px;
  }

  .list-games .game-4 {
    margin-top: 24px;
  }

  .list-games .game-5 {
    margin-top: 42px;
  }

  .list-games .game-6 {
    margin-top: 30px;
  }

  .list-games .game-7 {
    margin-top: 56px;
  }

  .list-games .game-9 {
    margin-top: 57px;
  }

  .list-games .game-10 {
    margin-top: 30px;
  }

  .text_top {
    position: absolute;
    top: 400px;
  }

  .swiper {
    height: 105px;
  }

  .swiper-video {
    height: 180px;
  }

  .videos .main-video {
    margin-top: 15px;
  }

  .bg-menu .mt-3 {
    margin-top: 1rem !important;
  }

  .infor .content {
    padding-left: 15px;
    padding-right: 20px;
    color: #fff;
  }

  .btn-onbet {
    font-size: 16px;
    padding: 5px 10px;
  }

  .infor .content .link-2 {
    margin-top: 20px;
  }

  .list-news .item .img img {
    margin-top: 0px;
    height: 150px;
    width: 98%;
  }

  .list-news .item .row .desc {
    margin-bottom: 0px;
    min-height: 33px;
  }

  .list-news .item .row h3 {
    font-size: 17px;
  }
}

@media (max-width: 430px) {
  .videos {
    height: 220px;
    padding: 0px;
  }

  .videos .main-video {
    margin-top: 25px;
  }
  
   #sync2 {
        margin-top: 25px;
        padding: 0px 30px;
    }
 .owl-big.owl-theme .item img{
      height: 177px;
  }
  
  .owl-small.owl-theme .item img{
      height: 77px;
  }

}

@media (max-width: 415px) {
  .videos {
    height: 196px;
  }

  .videos .main-video {
    margin-top: 20px;
  }
  
  #sync2 {
        margin-top: 25px;
    }
 .owl-big.owl-theme .item img{
      height: 167px;
  }
  
  .owl-small.owl-theme .item img{
      height: 77px;
  }
}

@media (max-width: 400px) {
  .videos {
      height: 185px;
  }
  
     #sync2 {
        margin-top: 25px;
    }
 .owl-big.owl-theme .item img{
      height: 156px;
  }
  
  .owl-small.owl-theme .item img{
      height: 77px;
  }

  .dangky {
    margin-top: 0px;
  }

  .list-games .game-3 {
    margin-top: 28px;
  }

  .list-games .game-4 {
    margin-top: 35px;
  }

  .list-games .game-5 {
    margin-top: 48px;
  }

  .list-games .game-6 {
    margin-top: 30px;
  }

  .list-games .game-7 {
    margin-top: 54px;
  }

  .list-games .game-9 {
    margin-top: 56px;
  }

  .list-games .game-10 {
    margin-top: 35px;
  }

}

@media (max-width: 380px) {
  .dangky {
    margin-top: 0px;
  }

  .list-games .game-3 {
    margin-top: 28px;
  }

  .list-games .game-4 {
    margin-top: 35px;
  }

  .list-games .game-5 {
    margin-top: 45px;
  }

  .list-games .game-6 {
    margin-top: 30px;
  }

  .list-games .game-7 {
    margin-top: 52px;
  }

  .list-games .game-9 {
    margin-top: 53px;
  }

  .list-games .game-10 {
    margin-top: 35px;
  }

  .videos {
    height: 170px;
  }

  .videos .main-video {
    margin-top: 15px;
  }

  .swiper-video {
    height: 147px;
  }
  
  .owl-big.owl-theme .item img{
      height: 150px;
  }
  
  .owl-small.owl-theme .item img{
      height: 77px;
  }

}

@media (max-width: 360px) {}

@media (max-width: 280px) {
  .videos .main-video {
    margin-top: 35px;
  }
  .owl-big.owl-theme .item img {
    height: 105px;
  }
}


.loading {
  position: relative;
  overflow: hidden;
  pointer-events: none;
}

.loading .loading__overlay {
  content: '';
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: wait;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
}

.loading .loading__icon {
  content: '';
  width: 5%;
  height: 5%;
  min-width: 50px;
  min-height: 50px;
  background-image: url('./loading-icon.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
}


  @media screen and (min-width: 768px) {
      #sync2 {
          margin-top: 30px;
      }
  }