@font-face {
    font-family: Battambang;
    font-style: normal;
    font-weight: 400;
    src: local("Battambang"), url(font/battambang.woff2);format("woff2");
    unicode-range: U+1780-17FF, U+200B-200C, U+25CC
}

@font-face {
    font-family: Battambang;
    font-style: normal;
    font-weight: 700;
    src: local("Battambang Bold"), local("Battambang-Bold"), url(font/battambang-bold.woff2) format("woff2");
    unicode-range: U+1780-17FF, U+200B-200C, U+25CC
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
/*paginat*/
.table-responsive > .table-bordered{
    margin-bottom: 1px!important;
}
ul.pagination {
    /*display: inline-block;*/
    font-size: 15px;
    list-style: none;
    margin-top: -5px;
    padding-left: 11px;
    padding: 0;
}
ul.pagination > li {
    float: left;
    margin-right: 10px;
}
ul.pagination .fa, .far, .fas {
    color: #a15a00;
}
ul.pagination > li > a.current-page {
    color: #000;
    font-weight: bold;
}

.row .table-responsive{
    overflow-y: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    max-height: 400px
}

/*end*/
a, a:hover, a:visited, a:link, a:focus {
    text-decoration: none
}
a{color:#666}
.wrapper {
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
	background: #141720;
}
.card-outline p {
    line-height: 1.4rem;
    font-size: .8rem
}

.dep-head p {
    font-size: .8rem;
    font-weight: 700;
    margin-top: 1rem;
    text-align: center
}

.c-menu {
    position: fixed;
    z-index: 1031;
    background-color: #141b32;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s
}

.menu-items {
    list-style: none;
    margin: 0;
    padding: 0
}

.menu-slide-left {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

@media all and (min-width: 320px) {
    .menu-slide-left {
        width: 275px
    }
}

@media (max-width: 768px) {
    .record a {
        font-size: 12px !important;
        padding-left: 1rem
    }
}

.menu-slide-left .menu-item {
    display: flex;
    flex-direction: column;
    text-align: center
}

.menu-item a {
    text-transform: uppercase
}

.menu-slide-left .menu-item:first-child {
    border-top: none
}

.menu-slide-left .menu-item:last-child {
    border-bottom: none
}

.menu-slide-left .menu-link {
    display: flex;
    color: #fff;
    font-size: .8rem
}

.menu-slide-left {
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

@media all and (min-width: 320px) {
    .menu-slide-left {
        -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
        transform: translateX(-300px)
    }
}

.menu-slide-left.is-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.mask {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
    transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s
}

.mask.is-active {
    width: 100%;
    height: 100%;
    opacity: .7;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s
}
.item-inner {
    position: relative;
    width: 100%;
    display: flex;
    padding: 12px;
    align-items: center;
    min-height: 50px
}

.item-inner::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: #614f00;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}
.navbar-toggler-left {
    padding-left: 0;
    padding-right: 0;
    height: 100%
}
.navbar-toggler{
	-webkit-box-sizing:none;
	box-sizing: none !important;
	border: none !important;
}
.ico {
    display: inline-block;
    width: 60px;
    height: 50px
}
.menu-link span {
    text-transform: capitalize;
    display: block;
    color: #fff;
    font-size: .85rem
}

.menu-link:focus {
    background: #744010
}
html, body {
    position: relative;
    height: 100%;
    min-height: 100%
}

body {
    background: #efebeb;
    font-family: Battambang, Arial, "Helvetica Neue","Leelawadee UI", sans-serif;
    font-size: 14px;
    color: #c26600;
    margin: 0;
    padding: 0
}

button, input, optgroup, select, textarea {
    font-family: 'Battambang', sans-serif
}

.swiper-container {
    width: 100%;
    height: auto
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff
}

.menu > div {
    font-size: .9rem
}

.navbar-brand img {
    height: 40px
}
.nav-back {
    background-color: #D37509;
    padding: .1rem .4rem
}
.nav-wrap {
    display: inline-block;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #E3E3E1
}
.nav-wrap span {
    width: 100%;
    margin-left: .5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between
}
.container.main {
    padding-left: 5px;
    padding-right: 5px
}

.navbar-inverse .navbar-toggler-icon,header .navbar-toggler-icon {
    background-image:url(../images/menu-resp.svg);
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}
.footer {
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    justify-content: center
}

.contant {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    overflow: hidden;
    margin: 0 0 20px
}
.clearfix {
    clear: both
}

.row.no-gutters-5{
    margin-left: -5px;
    margin-right: -5px;
}
.row.no-gutters-5 a span{
    color:#000;
    padding-top: 8px;
}
.no-gutters-5 > .col, .no-gutters-5 > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

/*--------------------------------- me ---------------------------------*/
.main-container{
	width:100%;
	}
.img_3g{
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
	padding:0;
	display:block;
	}
.container{
	padding-right:0 !important;
    padding-left:0 !important;
	}
/*----------------------  me 2   ---------------------------------*/

.layout-nav{
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
	padding-top:5px;
	display:block;
	}
.btn1{
	border-radius:0px;
	}
.nav-game{
	width:100%;
	height:auto;
	text-align:center;
	padding:10px 0;
	margin:0 auto;
	padding:10px 5px;
	}
.box-game-nav{
	width:100%;
	height:auto;
	text-align:center;
	padding:10px 0;
	margin:5px  auto;
	border-radius:3px;
	display:block;
	}
.box-game-nav a img{
	width:100%;
	max-width:45px;
	height:auto;
	margin:0 auto;
	text-align:center;
	display:block;
	}
.t-nav{
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
	padding-top:10px;
	padding-bottom:2px;
	color:#ffffff;
	font-size:0.6rem;
	display:block;
	}
.nav2{
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
	border-top:1px solid #252525;
	position:relative;
	}
.quicklinks{
	width:100%;
	max-width:150px;
	position:absolute;
	top:0%;
	left:50%;
	transform:translate(-50%,-50%);
	margin:0 auto;
	font-size:.7rem;
	color:#888787;
	background:#373737;
	display:block;
	}
.quick{
	width:100%;
	margin:0 auto;
	padding:10px 5px;
	display:block;
	}
.icon-nav2{
	width:100%;
	height:auto;
	text-align:center;
	padding:10px 0;
	margin:5px  auto;
	border:1px solid #5e5e5e;
	border-radius:3px;
	display:block;
	}
.t-nav2{
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
	padding-top:10px;
	padding-bottom:2px;
	color:#ffffff;
	font-size:0.5rem;
	display:block;
	}
.t-casino{
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
	padding-top:10px;
	padding-bottom:2px;
	color:#ffffff;
	font-size:0.7rem;
	display:block;
	}
.header{
	width: 100%;
	height: auto;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2;
	/*background: #272d3f;*/
	color: rgba(255,255,255,0.9);
  background: linear-gradient(-45deg, #ffa63d, #ff3d77, #338aff, #3cf0c5);
  background-size: 600%;
  -webkit-animation: anime 16s linear infinite;
          animation: anime 16s linear infinite;
}
@-webkit-keyframes anime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes anime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.logo {
    text-align: left;
}
.logo img {
    width: auto;
    height: 70px;
    padding: 5px 0;
}
.iconnav-logo span{
	display: inline-block;
}
.header-form {
    text-align: right;
    padding: 10px 0;
}
.section{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 10px auto;
	padding: 10px 0;
	display: block;
}
.header-contain{
	width: 100%;
	height: auto;
	position: relative;
}
.header-contain img{
	width: 100%;
}
.info-header{
	width: 100%;
	height: auto;
	max-width: 500px;
	text-align: left;
	position: absolute;
	top: 50%;
	left: 40%;
	transform: translate(-50%, -50%);
	display: block;
}
.info-header h1{
	font-size: 50px;
}
.btn-re-now, .btn-reco{
	background-size: 100% 100%;
	border-radius: 25px;
	padding: 7px 25px;
	font-weight: bold;
	color: rgba(255,255,255,0.9);
  border-radius: 50px;
  background: linear-gradient(-45deg, #ffa63d, #ff3d77, #338aff, #3cf0c5);
  background-size: 600%;
  -webkit-animation: anime 16s linear infinite;
          animation: anime 16s linear infinite;
	overflow: hidden;
}
.btn-re-now:hover{
	background: url("../images/home/btn-re-now-hover.jpg") no-repeat;
	background-size: 100% 100%;
}
.btn-01{
	border-radius: 25px;
	padding: 7px 25px;
	overflow: hidden;
	color: #fff200 !important;
	font-weight: bold;
    border: 1px solid #fff200 !important;
	background: -webkit-linear-gradient(90deg, #ea4c89, #ee9b83);
    background-image: linear-gradient(90deg, #ea4c89, #ee9b83);
}
.btn-02{
	border-radius: 25px;
	padding: 7px 25px;
	overflow: hidden;
	color: #fff200 !important;
	font-weight: bold;
    border: 1px solid #fff200 !important;
	background-image: -webkit-linear-gradient(90deg, #01c2f3, #53a0fd);
    background-image: linear-gradient(90deg, #01c2f3, #53a0fd);
}
.btn-01:hover{
	color: #ffffff !important;
}
.navbar-toggler-icon{
	margin-right: 10px;
}
.bg-recommend{
	width: 100%;
	height: auto;
	padding: 10px;
	background: url("../images/recomment/bg.jpg") repeat;
	border-radius: 15px;
	display: block;
}
.title-01{
	font-size: 1.1rem;
	text-align: left;
	padding: 5px 0;
}
.itme-recommend{
	width: 100%;
    height: 164px;
    border-radius: 15px;
	position: relative;
    overflow: hidden;
    display: inline-block;
}
.itme-recommend p.title-recommend{
	padding: 5px 0 0 20px;
	color: #161616;
	font-weight: bold;
	font-size: 0.9rem;
	text-align: left;
	display: block;
}
.itme-recommend p.info-recommmend{
	padding-left: 20px;
	color: #161616;
	font-size: 0.9rem;
	text-align: left;
	display: block;
}
.bg-01{
	background: url(../images/recomment/bg-01.jpg) no-repeat;
    background-size: 100% 100%;
}
.bg-02{
	background: url(../images/recomment/bg-02.jpg) no-repeat;
    background-size: 100% 100%;
}
.bg-03{
	background: url(../images/recomment/bg-03.jpg) no-repeat;
    background-size: 100% 100%;
}
.bg-04{
	background: url(../images/recomment/bg-04.jpg) no-repeat;
    background-size: 100% 100%;
}
.btn-info{
	position: absolute;
	left: 20px;
	bottom: 30px;
}
.recom-games{
	position: absolute;
    right: -25px;
    bottom: -25px;
}
.recom-games {
  margin: 0 auto;
  display: table;
  margin-top: 2%;
}
.recom-games img{
	height: auto;
    width: auto;
    transition: transform 0.5s;
}
.itme-recommend:hover> .recom-games img{
	-ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.item-matches {
    width: 100%;
    max-width: 437px;
    height: auto;
    border-radius: 10px;
    background: #ffffff;
    overflow: hidden;
    margin: 10px;
}
.header-matches {
    width: 100%;
    height: auto;
    background: linear-gradient(to right, #00254d, #003e80);
}
.name-team {
    width: 100%;
    text-align: left;
    padding: 10px 5px;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
}
.name-team span {
    padding: 10px 5px;
    font-size: 0.9rem;
    color: #ffffff;
    white-space: nowrap;
}
.date-time {
    width: 100%;
    text-align: right;
    padding: 10px 5px;
    color: #ffffff;
}
.date-time span {
    padding: 10px 5px;
    font-size: 0.9rem;
    color: #ffffff;
}
.home-type {
    border-radius: 25px;
    padding: 5px 8px;
    color: #ffffff;
    margin: 4px auto;
}
.team-name {
    color: #0f161f;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.9rem;
    font-weight: bold;
}
.away-type {
    border-radius: 25px;
    padding: 5px 8px;
    color: #ffffff;
    margin: 4px auto;
}
.team-home, .team-away {
    padding: 10px 0;
}
.teams {
    text-align: left;
    vertical-align: middle;
}
.contain-matches {
    width: 100%;
    height: auto;
    padding: 20px 10px;
    display: block;
}
.team-logo {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 10px 0;
    margin: 0 auto;
    display: block;
}
.logo-home-type, .logo-away-type {
    background: #f3f5f6;
    border-radius: 25px;
    padding: 5px;
    width: 100%;
    height: 50px;
    max-width: 50px;
    text-align: center;
    margin: 5px auto;
    display: inline-block;
}
.logo-home-type img, .logo-away-type img {
    width: 100%;
}
.title-section {
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 5px 0;
    color: #ffffff;
	padding-left: 10px;
    display: block;
}
.w-100{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	display: block;
}
.bg-footer{
	background: #272d3f;
	padding: 10px 0;
}
.title-info{
	font-size: 0.8rem;
	font-weight: bold;
	text-align: left;
	padding: 5px 0;
}
.title-info-sub{
	font-size: 0.7rem;
	font-weight: 500;
	text-align: left;
	padding: 0 0;
}
.descr{
	font-size: 0.7rem;
	text-align: left;
	padding: 5px 0;
}
.pc-block{
	display: none;
}
.n-01{
	background: url("../images/home/nav/bg-01.png") no-repeat;
	background-size: 100% 100%;
}
.n-02{
	background: url("../images/home/nav/bg-02.png") no-repeat;
	background-size: 100% 100%;
}
.n-03{
	background: url("../images/home/nav/bg-03.png") no-repeat;
	background-size: 100% 100%;
}
.n-04{
	background: url("../images/home/nav/bg-04.png") no-repeat;
	background-size: 100% 100%;
}
.n-05{
	background: url("../images/home/nav/05.png") no-repeat;
	background-size: 100% 100%;
}
.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;
}
.quick ul{
	width: 100%;
	height: auto;
	text-align: left;
}
.quick ul li{
	padding: 4px 10px;
	display: block;
	color: rgba(255,255,255,0.9);
  border-radius: 15px;
  background: linear-gradient(-45deg, #ffa63d, #ff3d77, #338aff, #3cf0c5);
  background-size: 600%;
  -webkit-animation: anime 16s linear infinite;
          animation: anime 16s linear infinite;
	margin: 5px auto;
	vertical-align: middle;
	
}
.quick ul li a{
	font-size: 0.8rem;
	color: #ffffff;
	width: 100%;
	display: block;
}
.quick ul li span{
	width: 30px;
	height: 30px;
	padding: 2px;
	background:#012952 url("../images/home/nav/bg-01.png") no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	margin-right: 10px;
	border-radius: 5px;
}
.quick ul li span img{
	width: 100%;
}
.slidematches .slick-prev::before {
    content: none
}
.slidematches .slick-next:before {
    content: none;
}
.choose h3{
	width: 100%;
	height: auto;
	text-align: center;
	padding: 5px 0;
	font-size: 1.5rem;
	font-weight: bold;
	display: block;
}
.choose h3 span{
	padding: 0 5px;
}
.info-shoose {
    padding: 20px;
}
.item-choose {
    padding: 20px 0;
    height: 330px;
    border-radius: 10px;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.choose-01{
	background-image: -webkit-linear-gradient(top, #004d13 13%, #004d13 73%, #00330d);
    background-image: linear-gradient(180deg, #004d13 13%, #004d13 73%, #00330d);
    box-shadow: 0 6px 14px -2px rgb(33 33 33), inset 0 -4px 0 0 #001a06, inset 0 -6px 5px 0 #00330d;
}
.choose-02{
	background-image: -webkit-linear-gradient(top, #655a01 13%, #332d00 73%, #7f7001);
    background-image: linear-gradient(180deg, #655a01 13%, #332d00 73%, #7f7001);
    box-shadow: 0 6px 14px -2px rgb(33 33 33), inset 0 -4px 0 0 #332d00, inset 0 -6px 5px 0 #7f7001;
}
.choose-03{
	background-image: -webkit-linear-gradient(top, #003320 13%, #016540 73%, #004c30);
    background-image: linear-gradient(180deg, #003320 13%, #016540 73%, #004c30);
    box-shadow: 0 6px 14px -2px rgb(33 33 33), inset 0 -4px 0 0 #004c30, inset 0 -6px 5px 0 #017f51;
}
.choose-04{
	background-image: -webkit-linear-gradient(top, #330000 13%, #650101 73%, #4c0000);
    background-image: linear-gradient(180deg, #330000 13%, #650101 73%, #4c0000);
    box-shadow: 0 6px 14px -2px rgb(33 33 33), inset 0 -4px 0 0 #4c0000, inset 0 -6px 5px 0 #7f0101;
}
.item-choose h1.title-choose {
    margin: 30px 0 15px;
    font-family: aldo the apache;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}
.item-choose p.description-choose {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #ffffff;
}
.aside{
	width: 100%;
	height: 100%;
	display: block;
	z-index: 9;
}
.downloads h3{
	font-size: 1.5rem;
	text-align: left;
}
.downloads p.t-01{
	font-size: 1.2rem;
	text-align: left;
}
.downloads p.t-02{
	text-align: left;
}
.images-download{
	padding: 10px 0;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.qr{
	width: 100%;
	height: auto;
	text-align: center;
	margin:0 auto;
	padding: 20px 0;
	display: block;
	
}
.qrcode{
	width: 100%;
	text-align: center;
	height: auto;
	margin: 0 auto;
	display: block;
}
.bg-qr{
	width: 100%;
	max-width: 250px;
	height: auto;
	padding: 25px;
	background: url("../images/download/border-app.png");
	background-size: 100% 100%;
	display: inline-block;
}
.qrcode button.btn-qr{
	width: 100%;
	max-width: 250px;
	height: auto;
	margin: 20px 10px;
	border-radius: 10px;
  background: linear-gradient(-45deg, #ffa63d, #ff3d77, #338aff, #3cf0c5);
  background-size: 600%;
  -webkit-animation: anime 16s linear infinite;
          animation: anime 16s linear infinite;
	display: inline-block;
	font-weight: bold;
}
.qrcode button.btn-qr span{
	margin-right: 10px;
}
.bg-qr img{
	width: 100%;
	border-radius: 10px;
}
.thumbnails {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
}
.thumbnails img {
    width: 100%;
}
.title-02 {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    padding: 5px 0;
    position: absolute;
    left: 0;
    bottom: 10px;
    display: block;
}
.title-02 h3 {
    width: 100%;
    height: auto;
    font-size: 1.1rem;
    color: #ffffff;
    font-weight: bold;
    display: block;
}
.item-images{
	padding: 2px;
	background: linear-gradient(-45deg, #ffa63d, #ff3d77, #338aff, #3cf0c5);
  background-size: 600%;
  -webkit-animation: anime 16s linear infinite;
          animation: anime 16s linear infinite;
	border-radius: 10px;
}
#toggle-container {
    position: relative;
    background: linear-gradient(to bottom, #1b4bab 0%, #0c224b 100%);
    width: 100%;
    height: auto;
    color: #000;
    border: 1px solid #4c72ba;
    border-radius: 15px;
    z-index: 99;
}
#toggle-button {
    transition: color 0.2s linear;
    padding: 6px 10px;
    text-align: right;
    vertical-align: middle;
    background: url(../images/bg-pattern-010.svg) repeat;
    background-size: 67px, 359px, auto;
}
.show-game {
    text-align: left;
    display: inline-block;
    float: left;
    font-size: 0.9rem;
    color: #ffffff;
    vertical-align: middle;
    font-weight: bold;
}
.show-game img {
    width: 55px;
    height: auto;
}
#toggle-button i {
    transition: all 0.2s linear;
    cursor: pointer;
    background: url(../images/hamburger.png);
    width: 25px;
    height: 25px;
    display: inline-block;
}
#toggle-container {
    position: relative;
    background: linear-gradient(to bottom, #1b4bab 0%, #0c224b 100%);
    width: 100%;
    height: auto;
    color: #000;
    border: 1px solid #4c72ba;
    border-radius: 15px;
    z-index: 99;
}
.bg-down {
    width: 100%;
    height: auto;
    background: url(../images/bg-pattern-010.svg) repeat;
    background-size: 67px, 359px, auto;
    padding: 20px 10px;
    display: block;
    overflow: hidden;
}
.bg-sl {
    width: 100%;
    height: auto;
    background: linear-gradient(to bottom, #1b4bab 0%, #0c224b 100%);
    border-radius: 5px;
    border: 1px solid #4c72ba;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}
.btn-slot {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    padding: 7px 0;
    font-size: 0.9rem;
    color: #ffffff;
    background: url(../images/bg-pattern-010.svg) repeat;
    background-size: 67px, 359px, auto;
    display: block;
}
.btn-slot span {
    padding: 0 5px;
}
.btn-slot span img {
    width: auto;
    height: 25px;
}
.recom-hot{
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	background: #155191;
	border-radius: 10px;
	overflow: hidden;
}
.hot-recom {
  position: relative;
  width: 100%;
	
}

.image-rh {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.hot-recom:hover .image-rh {
  opacity: 0.3;
}

.hot-recom:hover .middle {
  opacity: 1;
}

.icon-play {
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}
.title-recom span{
	font-size: 0.8rem;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: middle;
	flex: 1;
}
.title-recom span img{
	height: 20px;
	width: auto;
	text-align: right!important;
}
.icon-play img{
	width: 55px;
	height: auto;
}
.title-recom span.logo-game{
	text-align: right !important;
}
.title-recom{
	width: 100%;
	height: auto;
	padding: 5px;
	display: flex;
}
.recom-hot:hover> .hot-recom{
	text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}
.itme-games:hover{
	box-shadow: none !important;
}
.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;
}
@media (max-width: 500px) { 
	.game-lobbys{
		padding: 0 5px;
	}
	.btn-01{
		font-size: 0.7rem;
		padding: 5px 10px;
	}
	.bg-contain {
    padding: 25px 0 0 20px;
}
	.info-header h1 {
    font-size: 30px;
}
	.btn-re-now {
    background-size: 100% 100%;
    border-radius: 25px;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 0.7rem;
	color: rgba(255,255,255,0.9);
  border-radius: 50px;
  background: linear-gradient(-45deg, #ffa63d, #ff3d77, #338aff, #3cf0c5);
  background-size: 600%;
  -webkit-animation: anime 16s linear infinite;
          animation: anime 16s linear infinite;
    overflow: hidden;
}
	@-webkit-keyframes anime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes anime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

	.info-header {
    width: 100%;
    height: auto;
    max-width: 500px;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 58%;
    transform: translate(-50%, -50%);
    display: block;
}
	.logo img {
    width: auto;
    height: 45px;
    padding: 5px 0;
}
	.itme-recommend {
    width: 100%;
    height: 164px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}
	.name-team span {
    padding: 10px 5px;
    font-size: 0.7rem;
    color: #ffffff;
    white-space: nowrap;
}
	.date-time span {
    padding: 10px 0px;
    font-size: 0.7rem;
    color: #ffffff;
}
	.home-type {
    border-radius: 25px;
    padding: 5px 8px;
    color: #ffffff;
    margin: 4px auto;
    font-size: 0.7rem;
}
	.team-name {
    color: #0f161f;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.7rem;
    font-weight: bold;
		white-space: nowrap;
}
	.away-type {
    border-radius: 25px;
    padding: 5px 8px;
    color: #ffffff;
    margin: 4px auto;
    font-size: 0.7rem;
}
	.m-block{
		display: none;
	}
	.title-section {
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 0.8rem;
    font-weight: bold;
    padding: 5px 0;
    color: #ffffff;
    padding-left: 10px;
    display: block;
}
	.btn-mobile-lo{
		width: 100%;
		background-image: -webkit-linear-gradient(90deg, #01c2f3, #53a0fd);
    background-image: linear-gradient(90deg, #01c2f3, #53a0fd);
		font-size: 0.8rem;
		font-weight: bold;
	}
	.btn-mobile-re{
		width: 100%;
		background-image: -webkit-linear-gradient(90deg, #ea4c89, #ee9b83);
		background-image: linear-gradient(90deg, #ea4c89, #ee9b83);
		font-size: 0.8rem;
		font-weight: bold;
	}
	.login-register{
		padding: 0 5px;
	}
	.pc-block{
		display: block;
	}
	.game-mobile{
		padding: 0 5px;
	}
	.bg-games-mobile{
		padding: 5px;
	}
	.banner-game-mobile img{
		width: 100%;
	}
	.bg-game-01{
		color: rgba(255,255,255,0.9);
  border-radius: 10px;
  background: linear-gradient(-45deg, #ffa63d, #ff3d77, #338aff, #3cf0c5);
  background-size: 600%;
  -webkit-animation: anime 16s linear infinite;
          animation: anime 16s linear infinite;
	}
	@-webkit-keyframes anime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes anime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
	.title-game-m{
		width: 100%;
		height: auto;
		color: #ffffff;
		font-size: 0.8rem;
		text-align: center;
		line-height: 15px;
		text-transform: uppercase;
		font-weight: bold;
		margin: 0 auto;
		display: block;
	}
	.panel{
	width:100%;
	display:none;
	overflow:hidden;
	
	}
	.info-footer{
		padding: 0 5px;
	}
	.title-info{
		vertical-align: middle;
		width: 100%;
		border: 1px solid #3f3f3f;
		border-radius: 5px;
		padding-left: 5px;
	}
	.title-info span img{
		width: 10px;
	}
	.title-info span{
		text-align: right;
		float: right;
		padding-right: 5px;
	}
	.sponsorship ul li a img {
    height: 40px;
    width: auto;
}
	
}