@import url('https://fonts.googleapis.com/css2?family=Battambang:wght@400&family=Koulen&family=Moulpali&family=Roboto&display=swap');
*{
    padding: 0;
    margin: 0;
}
body {
    background: url(../images/wrapper/bg.jpg) fixed center;
    background-image: url(../images/wrapper/bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: 100%;
}
:root {
    --color-1: #fff;
    --color-2: #000;
    --color-3: #e6e7e8;
    --color-4: #e9c600;
}
header {
    width: 100%;
    height: auto;
    top: 0;
    position: fixed;
    z-index: 999;
    background-image: url(../images/header/header.jpg);
}
.logo-item {
    width: 100%;
    height: auto;
    background-image: url(../images/header/top-banner.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.logo-item .container {
    max-width: 1080px;
    height: auto;
    margin: 0 auto;
}
.logo-item .container .logo {
    height: 180px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    animation: logoweb 5s infinite linear;
}
@keyframes logoweb {
    0% {
        transform: scale(0.9);
    }
    25% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(0.9);
    }
    75% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(0.9);
    }
}
.logo-item .container .contact {
    position: relative;
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    display: flex;
}
.logo-item .container .contact .phone {
    position: absolute;
    float: left;
    left: 0;
    bottom: 10px;
}
.logo-item .container .contact .phone p {
    position: relative;
    color: #f4d248;
    font-size: 24px;
    font-family: DB-Heavent-Cond;
}
.logo-item .container .contact .phone span {
    font-family: DB-Heavent-Cond;
    position: relative;
    bottom: 10px;
    color: #fff;
}
.logo-item .container .contact .phone img {
    position: relative;
    height: 50px;
    top: 10px;
    animation: puboth 0.5s linear infinite;
}
@keyframes puboth {
    0%{
        transform: translateY(-5%);
    }
    20%{
        transform: translateY(0%);
    }
    40%{
        transform: translateY(0%);
    }
    60%{
        transform: translateY(0%);
    }
    100%{
        transform: translateY(-5%);
    }
}
.logo-item .container .contact .tele {
    position: absolute;
    float: right;
    right: 0;
    bottom: 10px;
}
.logo-item .container .contact .tele p {
    color: #f4d248;
    font-size: 22px;
    font-family: DB-Heavent-Cond; 
}
.logo-item .container .contact .tele img {
    height: 50px;
}
nav {
    width: 100%;
    height: 50px;
    box-shadow: 0px 0 5px rgb(0 0 0 / 80%);
    background: linear-gradient(135deg, rgb(222, 172, 41) 0%, rgb(253, 248, 70) 50%, rgb(215, 159, 36) 100%);
    border-bottom: #f9d94e 1px solid;
}
nav .nav-links{
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
}
nav .nav-links ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
nav .nav-links ul li{
    line-height: 50px;
    transition: 0.3s;
    list-style: none;
}
nav .nav-links ul li:hover{
    background: linear-gradient(135deg, rgb(222, 172, 41) 0%, rgb(253, 248, 70) 50%, rgb(215, 159, 36) 100%);
}
nav .nav-links ul li a{
    text-decoration: none;
    color: #000;
    font-size: 22px;
    font-family: DB-Heavent-Cond;
    padding: 12px 15px;
    transition: all 0.5s ease;
    overflow: hidden;
    z-index: 999;
}
nav .nav-links ul li span {
    font-family: 'Poppins', sans-serif;
    color: var(--color-2);
    text-transform: uppercase;
}
.checkbtn{
    font-size: 30px;
    color: #000;
    line-height: 40px;
    float: right;
    cursor: pointer;
    display: none;
    margin-right: 20px;
}
#check{
    display: none;
}
.icon-nav {
    display: none;
}
.icon-dt {
    position: relative;
    top: 10px;
    height: 30px;
}
main {
    position: relative;
    top: 260px;
}
.space-slide {
    margin-top: 100px;
}
/* jssor slider loading skin spin css */
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
/*jssor slider bullet skin 132 css*/
.jssorb132 {position:absolute;}
.jssorb132 .i {position:absolute;cursor:pointer;}
.jssorb132 .i .b {fill:#fff;fill-opacity:0.8;stroke:#000;stroke-width:1600;stroke-miterlimit:10;stroke-opacity:0.7;}
.jssorb132 .i:hover .b {fill:#000;fill-opacity:.7;stroke:#fff;stroke-width:2000;stroke-opacity:0.8;}
.jssorb132 .iav .b {fill:#000;stroke:#fff;stroke-width:2400;fill-opacity:0.8;stroke-opacity:1;}
.jssorb132 .i.idn {opacity:0.3;}

.jssora051 {display:block;position:absolute;cursor:pointer;}
.jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
.jssora051:hover {opacity:.8;}
.jssora051.jssora051dn {opacity:.5;}
.jssora051.jssora051ds {opacity:.3;pointer-events:none;}

.topbox {
    width: 100%;
    height: auto;
    background: linear-gradient(135deg, rgb(155, 111, 0) 0%, rgb(253, 248, 70) 50%, rgb(206, 140, 0));
    position: relative;
}
.topbox .container{
    max-width: 1270px;
    height: auto;
    margin: 0 auto;
    padding: 5px;
    background-color: none;
}
.topbox .container span{
    height: auto;
    color: #000;
    font-size: 20px;
    font-family: DB-Heavent-Cond;
    padding: 0px 10px;
    float: left;
    margin-left: 50px;
}
.topbox .container i{
    font-size: 14px;
}
.topbox .container .row{
    max-width: 1280px;
    margin-left: 120px;
    background-color: #000;
    border: 1px solid rgb(75, 0, 0);
    border-radius: 5px;
    padding: 3px;
}
.topbox .container .row #textShow{
    position: relative;
    top: 0px;
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-family: DB-Heavent-Cond;
    line-height: 15px;
    text-transform: uppercase;
}
.top-re {
    display: none;
}
.btn_3 {
    display: none;
}
.test {
    width: 100%;
    height: auto;
}
.test .container {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1em;
}
.test .container .row {
    padding: 0;
}
.test .container .row img {
    width: 100%;
}
#menus {
    width: 100%;
    bottom: 0;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgb(0, 0, 0) 0%, rgb(0, 0, 234) 50%, rgb(0, 0, 0) 100%);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px 0px 15px;
    z-index: 3;
}
#menus li {
    list-style-type: none;
}
#menus li a {
    width: 75px;
    height: 25px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    display: block;
    transition: 1s;
    text-transform: uppercase;
    position: relative;
}
#menus li a i {
    width: 100%;
    font-size: 20px;
    position: absolute;
    left: 0px;
    transition-delay: .3s;
    z-index: 9;
    color: #fff;
    top: -10px;
}
#menus li a.active-icon i {
    top: -60%;
    transition-delay: .3s;
    transition: 1s;
}
#menus li a span {
    display: block;
    font-size: 18px;
    width: 100%;
    position: absolute;
    bottom: -10px;
    transition-delay: .3s;
    transition: 1s;
    z-index: 9;
    color: #fff;
    font-family: DB-Heavent-Cond;
}
#menus li a.active-icon span {
    bottom: 14px;
    transition-delay: .5s;
    transition: 1s;
    opacity: 1;
}
.bank {
    width: 100%;
    height: auto;
    border-top: 4px solid #ebad32;
    background: linear-gradient(45deg, #fbdd2f 0%,#fce641 37%,#fcfb71 66%,#b8951c 93%,#fef867 100%);
    background-size: cover;
    padding: 40px 0;
}
.bank h2 {
    color: #000;
    font-size: 30px;
    font-family: 'Battambang', cursive;
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}
.bank p {
    color: #000;
    font-size: 18px;
    font-family: 'Battambang', cursive;
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}
.bank .container {
    max-width: 520px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    box-sizing: border-box;
    gap: 1em;
    padding: 10px;
}
.bank .container .row {
    cursor: pointer;
}
.bank .container .row img {
    width: 100%;
}
.bg_wrapper01 {
    background-image: url(../images/pgvip889/slot/bg_slot_game.jpg);
    background-size: 100%;
    background-position: center;
}
.section01 {
    width: 100%;
    height: auto;
}
.section01 .container {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.6);
}
.section01 .container h2 {
    color: #000;
    font-size: 30px;
    font-family: DB-Heavent-Cond;
    font-weight: 500;
    text-align: center;
    padding: 5px 0;
    border-radius: 50px;
    background: linear-gradient(135deg, rgb(222, 172, 41) 0%, rgb(253, 248, 70) 50%, rgb(215, 159, 36) 100%);
}
.section01 .container p {
    color: #fff;
    font-size: 20px;
    font-family: DB-Heavent-Cond;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    padding: 20px;
}
.section03 {
    width: 100%;
    height: auto;
}
.section03 .container {
    max-width: 1580px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    box-sizing: border-box;
    gap: 0.8em;
    background: rgba(0, 0, 0, 0.6);
}
.section03 .container .row {
    padding: 0;
}
.section03 .container .row .com {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.section03 .container .row .line {
    width: 70%;
    height: auto;
    border-radius: 10px;
    position: relative;
    z-index: 3;
}
.section03 .container .row h2 {
    color: #fff;
    font-size: 30px;
    font-family: DB-Heavent-Cond;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 20px;
    padding: 5px;
}
.section03 .container .row p {
    color: #fff;
    font-size: 22px;
    font-family: DB-Heavent-Cond;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}
.videoshow {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 3;
}

.videoshow .container {
    max-width: 1480px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    box-sizing: border-box;
    gap: 1.5em;
}

.videoshow .container .row {
    padding: 0;
}

.videoshow .container .row video {
    width: 100%;
    border: 5px solid rgb(227, 205, 0);
}
.section02 {
    width: 100%;
    height: auto;
}
.section02 .container {
    max-width: 1480px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(8,1fr);
    box-sizing: border-box;
    gap: 0.3em;
    background: rgba(0, 0, 0, 0.6);
}
.section02 .container .row {
    cursor: pointer;
}
.section02 .container .row img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.agentwrapper {
    width: 100%;
    height: auto;
    padding: 10px 0;
    background-size: 100%;
    position: relative;
    z-index: 3;
}
.agentwrapper h2{
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    font-family: DB-Heavent-Cond;
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    border-radius: 50px;
    background: linear-gradient(135deg, rgb(222, 172, 41) 0%, rgb(253, 248, 70) 50%, rgb(215, 159, 36) 100%);
}
.agentwrapper .container {
    max-width: 1480px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    box-sizing: border-box;
    gap: 1em;
}
.agentwrapper .container .row{
    cursor: pointer;
}
.agentwrapper .container .row img{
    width: 100%;
}
footer {
    position: relative;
    width: 100%;
    background-color: #000845;
    min-height: 100px;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
footer .social_icon,
footer .f_menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}
footer .social_icon li,
footer .f_menu li {
    list-style: none;
}
footer .social_icon li a {
    color: #fff;
    font-size: 25px;
    font-family: DB-Heavent-Cond;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
}
footer .social_icon li a:hover {
    transform: translateY(-10px);
}
footer .f_menu li a {
    color: #fff;
    font-size: 25px;
    font-family: DB-Heavent-Cond;
    margin: 0 10px;
    display: inline-block;
    text-decoration: none;
    opacity: 0.75;
}
footer .f_menu li a:hover {
    opacity: 1;
}
footer p {
    max-width: 1280px;
    color: #fff;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: DB-Heavent-Cond;
    opacity: 0.7;
}
footer .wave {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: url(../images/wrapper/wave.png);
    background-size: 1000px 100px;
}
footer .wave#wave1 {
    z-index: 3;
    opacity: 1;
    bottom: 0;
    animation: animateWave 4s linear infinite;
}
footer .wave#wave2 {
    z-index: 2;
    opacity: 0.5;
    bottom: 10px;
    animation: animateWave_02 4s linear infinite;
}
footer .wave#wave3 {
    z-index: 3;
    opacity: 0.2;
    bottom: 15px;
    animation: animateWave 3s linear infinite;
}
footer .wave#wave4 {
    z-index: 2;
    opacity: 0.7;
    bottom: 20px;
    animation: animateWave_02 3s linear infinite;
}
@keyframes animateWave {
    0%{
        background-position-x: 1000px;
    }
    100%{
        background-position-x: 0px;
    }
}
@keyframes animateWave_02 {
    0%{
        background-position-x: 0px;
    }
    100%{
        background-position-x: 1000px;
    }
}
footer {
    width: 100%;
    height: auto;
    background: linear-gradient(135deg, rgb(17, 0, 0) 0%, rgb(0, 21, 255) 50%, rgb(22, 0, 0)00%);
    padding-top: 50px;
}
footer .container {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 2em;
}
footer .container .row {
    position: relative;
    margin: 0;
}
footer .container .row .lineb {
    position: absolute;
    float: right;
    right: -10px;
}
footer .container .row h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    font-family: DB-Heavent-Cond;
    word-break: break-all;
    text-align: left;
}
footer .container .row p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: DB-Heavent-Cond;
    word-break: break-all;
    text-align: left;
    padding-right: 10px;
    line-height: 20px;
    text-transform: uppercase;
}
.footer-w {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 20px 0px 80px;
}
.footer-w .container {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.footer-w .container .f1 {
    padding: 0;
}
.footer-w .container .f1 img {
    height: 50px;
    padding-left: 10px;
}
.footer-w .container .f2 {
    padding: 0;
}
.footer-w .container .f2 img {
    height: 30px;
}
.footer-w .container .f3 img {
    height: 50px;
    padding-left: 10px;
}
.footer-w .container .f3 {
    padding: 0;
}
.footer-w .container h2 {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    font-family: DB-Heavent-Cond;
    word-break: break-all;
    text-align: left;
    padding-bottom: 20px;
}
.provider {
    width: 100%;
    background-color: #fff;
}
.provider .container {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
}
.provider .container img {
    width: 100%;
}

.grid5_container img {
    display: block;
    height: auto;
    width: 100%;
  }
  
  .grid5_container {
    max-width: 1480px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 1%;
    margin: 0 auto;
  }
  
  .container__item {
    height: auto;
    margin-top: 1vw;
    width: 98vw;
  }
  
  .container__item:first-child {
    margin-top: 0;
  }
  
  @media (min-width: 768px) {
    .container__item:first-child {
      width: 100%;
    }
    .container__item:nth-child(n+2) {
      flex: 1;
      margin-right: 1%;
    }
    .container__item:last-child {
      margin-right: 0;
    }
  }
  
  @media (min-width: 992px) {
    .container__item:nth-child(-n+2) {
      flex: none;
      margin: 0;
      width: 49.5%;
    }
    .container__item:first-child {
      margin-right: 1%;
    }
    .container__item:nth-child(n+3) {
      flex: 1;
      margin-right: 1%;
    }
    .container__item:last-child {
      margin-right: 0;
    }
  }
  ul.featured {
    max-width: 1560px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: block;
    color: white;
    font-family: DB-Heavent-Cond;
    font-size: 22px;
  }
  ul.featured * {
    box-sizing: border-box;
  }
  ul.featured .right div {
    margin-top: 15px;
  }
  ul.featured .left, ul.featured .right-top, ul.featured .right-bottom {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  ul.featured .text {
    width: 100%;
    display: inline-block;
    vertical-align: bottom;
    padding: 30% 15px 15px 15px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
  }
  @media screen and (min-width: 991px) {
    ul.featured {
      display: table;
      height: 100%;
    }
    ul.featured li {
      display: table-cell;
      vertical-align: bottom;
    }
    ul.featured li.left {
      width: 66.666%;
    }
    ul.featured li.right {
      width: 33.333%;
    }
    ul.featured li.right div {
      min-height: 50%;
      margin-top: 0;
    }
  }
.slot-d {
    width: 100%;
    height: auto;
    margin-top: 10px;
    position: relative;
    z-index: 3;
}
.slot-d .container {
    max-width: 1560px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(8,1fr);
    gap: 1em;
}
.slot-d .container .row {
    box-sizing: border-box;
}
.slot-d .container .row img {
    width: 100%;
    border-radius: 10px;
    border: 2px solid #ffdd00;
}
.livescore {
    max-width: 1480px;
    height: auto;
    margin: 0 auto;
}
.promotion {
    width: 100%;
    height: auto;
}
.promotion .container {
    max-width: 1580px;
    height: auto;
    margin: 0 auto;
}
.promotion .container img {
    width: 100%;
    vertical-align: middle;
}
.click{
    background: linear-gradient(135deg, rgb(0, 0, 0) 0%, rgb(0, 0, 234) 50%, rgb(0, 0, 0) 100%);
    height:auto;
    cursor:pointer;
    padding:10px;
    color: #fff;
    font-size: 24px;
    font-family: DB-Heavent-Cond;
}
.col-lg-6 {
    padding: 10px 0;
}

.click i {
    color: #fff;
    font-size: 16px;
    margin-top: 5px;
    float: right;
}
.content-pro {
    display:none;
    color: #fff;
    font-size: 21px;
    font-family: DB-Heavent-Cond;
    padding: 10px;
    background-color: #000845;
}

.rotate {
    transform: rotate(-180deg);
    /*transform: rotate(180deg);*/
    transition: .3s;
}
.rotate-reset {
    transform: rotate(0deg);
    transition: .3s;
}
canvas {
    position: fixed;
	display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
}
  