@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

body {
    background: #fff;
    color: #000;
    font-weight: 600;
    font-family: 'Lato', Calibri, Arial, sans-serif;
}

a {
    text-decoration: none;
    color: #000;
    outline: none;
}

a:hover,
a:focus {
    color: #000;
    outline: none;
    text-decoration: none;
}

.content-in {
    max-width: 768px;
    display: block;
    margin: 0px auto;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.codrops-header,
.codrops-top {
    font-family: 'Lato', Arial, sans-serif;
}

.codrops-header {
    margin: 0 auto 3em;
    padding: 3em;
    text-align: center;
}

.codrops-header h1 {
    margin: 0;
    font-weight: 300;
    font-size: 2.625em;
    line-height: 1.3;
}

.codrops-header span {
    display: block;
    padding: 0 0 0.6em 0.1em;
    font-size: 60%;
    color: #aca89a;
}

.codrops-top {
    width: 100%;
    text-transform: uppercase;
    font-size: 0.69em;
    line-height: 2.2;
    font-weight: 400;
    background: rgba(255, 255, 255, 0.3);
}

.codrops-top a {
    display: inline-block;
    padding: 0 1em;
    text-decoration: none;
    letter-spacing: 0.1em;
}

.codrops-top a:hover {
    background: rgba(255, 255, 255, 0.4);
    color: #333;
}

.codrops-top span.right {
    float: right;
}

.codrops-top span.right a {
    display: block;
    float: left;
}

.codrops-icon:before {
    margin: 0 4px;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: 'codropsicons';
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
    content: "\e001";
}

.codrops-icon-prev:before {
    content: "\e004";
}

.main {
    margin: 0 auto;
    position: fixed;
    width: 100%;
    background: #000000;
    z-index: 10000;
    justify-content: center;
    justify-items: center;
    align-items: center;
    max-width: 768px;
}

.column {
    display: flex;
}

.column:nth-child(2) {
    box-shadow: -1px 0 0 rgba(0, 0, 0, 0.1);
    text-align: left;
}

.column p {
    font-weight: 300;
    font-size: 2em;
    padding: 0 0 0.5em;
    margin: 0;
    line-height: 1.5;
}

button {}

button:hover {}

button:focus {
    outline: none;
}

.info {
    text-align: center;
    font-size: 1.5em;
    margin-top: 3em;
    clear: both;
    padding: 3em 0;
    opacity: 0.7;
    color: #aca89a;
}

.info a {
    font-weight: 700;
    font-size: 0.9em;
}

@media screen and (max-width:46.0625em) {
    .column {
        width: 100%;
        min-width: auto;
        min-height: auto;
        display: flex;
    }

    .column p {
        font-size: 1.5em;
    }

    .column:nth-child(2) {
        text-align: center;
        box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
    }
}

@media screen and (max-width:25em) {
    .codrops-header {
        font-size: 80%;
    }

    .codrops-top {
        font-size: 120%;
    }

    .codrops-icon span {
        display: none;
    }
}

*,
*:after,
*::before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
.st-container,
.st-pusher,
.st-content {
    height: 100%;
    /* width: 768px; */
    margin: 0px auto;
}

.st-content {
    overflow-y: scroll;
    background: #ffffff;
}

.st-content,
.st-content-inner {
    position: relative;
}

.st-container {
    position: relative;
    overflow: hidden;
}

.st-pusher {
    position: relative;
    left: 0;
    z-index: 99;
    height: 100%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.st-pusher::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.2);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.st-menu-open .st-pusher::after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.st-menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    visibility: hidden;
    width: 220px;
    height: 100%;
    background: #101010;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.st-menu::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    content: '';
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.st-menu-open .st-menu::after {
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.st-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.st-menu h2 {
    margin: 0;
    padding: 1em;
    color: rgba(255, 255, 255, 0.94);
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    font-weight: 300;
    font-size: 2em;
}

.st-menu ul li a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
}

.st-menu ul li:first-child a {
    /* box-shadow:inset 0 -1px rgba(255, 255, 255, 0.2), inset 0 1px rgba(255, 255, 255, 0.2); */
}

.st-menu ul li a:hover {
    /* background:rgba(0,0,0,0.2); */
    /* box-shadow:inset 0 -1px rgba(0,0,0,0); */
    /* color:#fff; */
}

.st-effect-1.st-menu {
    visibility: visible;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.st-effect-1.st-menu-open .st-effect-1.st-menu {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.st-effect-1.st-menu::after {
    display: none;
}

.st-effect-2.st-menu-open .st-pusher {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}

.st-effect-2.st-menu {
    z-index: 1;
}

.st-effect-2.st-menu-open .st-effect-2.st-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.st-effect-2.st-menu::after {
    display: none;
}

.st-effect-3.st-menu-open .st-pusher {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}

.st-effect-3.st-menu {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.st-effect-3.st-menu-open .st-effect-3.st-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.st-effect-3.st-menu::after {
    display: none;
}

.st-effect-4.st-menu-open .st-pusher {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}

.st-effect-4.st-menu {
    z-index: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}

.st-effect-4.st-menu-open .st-effect-4.st-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.st-effect-4.st-menu::after {
    display: none;
}

.st-effect-5.st-menu-open .st-pusher {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}

.st-effect-5.st-menu {
    z-index: 1;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
}

.st-effect-5.st-menu-open .st-effect-5.st-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.st-effect-6.st-container {
    -webkit-perspective: 1500px;
    perspective: 1500px;
}

.st-effect-6 .st-pusher {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.st-effect-6.st-menu-open .st-pusher {
    -webkit-transform: translate3d(300px, 0, 0) rotateY(-15deg);
    transform: translate3d(300px, 0, 0) rotateY(-15deg);
}

.st-effect-6.st-menu {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.st-effect-6.st-menu-open .st-effect-6.st-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(-100%, 0, 0) rotateY(15deg);
    transform: translate3d(-100%, 0, 0) rotateY(15deg);
}

.st-effect-6.st-menu::after {
    display: none;
}

.st-effect-7.st-container {
    -webkit-perspective: 1500px;
    perspective: 1500px;
    -webkit-perspective-origin: 0% 50%;
    perspective-origin: 0% 50%;
}

.st-effect-7 .st-pusher {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.st-effect-7.st-menu-open .st-pusher {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}

.st-effect-7.st-menu {
    -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
    transform: translate3d(-100%, 0, 0) rotateY(-90deg);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.st-effect-7.st-menu-open .st-effect-7.st-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
    transform: translate3d(-100%, 0, 0) rotateY(0deg);
}

.st-effect-8.st-container {
    -webkit-perspective: 1500px;
    perspective: 1500px;
    -webkit-perspective-origin: 0% 50%;
    perspective-origin: 0% 50%;
}

.st-effect-8 .st-pusher {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.st-effect-8.st-menu-open .st-pusher {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}

.st-effect-8.st-menu {
    -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
    transform: translate3d(-100%, 0, 0) rotateY(90deg);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.st-effect-8.st-menu-open .st-effect-8.st-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
    transform: translate3d(-100%, 0, 0) rotateY(0deg);
}

.st-effect-8.st-menu::after {
    display: none;
}

.st-effect-9.st-container {
    -webkit-perspective: 1500px;
    perspective: 1500px;
}

.st-effect-9 .st-pusher {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.st-effect-9.st-menu-open .st-pusher {
    -webkit-transform: translate3d(0, 0, -300px);
    transform: translate3d(0, 0, -300px);
}

.st-effect-9.st-menu {
    opacity: 1;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.st-effect-9.st-menu-open .st-effect-9.st-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.st-effect-9.st-menu::after {
    display: none;
}

.st-effect-10.st-container {
    -webkit-perspective: 1500px;
    perspective: 1500px;
    -webkit-perspective-origin: 0% 50%;
    perspective-origin: 0% 50%;
}

.st-effect-10.st-menu-open .st-pusher {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}

.st-effect-10.st-menu {
    z-index: 1;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, -300px);
    transform: translate3d(0, 0, -300px);
}

.st-effect-10.st-menu-open .st-effect-10.st-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.st-effect-11.st-container {
    -webkit-perspective: 1500px;
    perspective: 1500px;
}

.st-effect-11 .st-pusher {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.st-effect-11.st-menu-open .st-pusher {
    -webkit-transform: translate3d(100px, 0, -600px) rotateY(-20deg);
    transform: translate3d(100px, 0, -600px) rotateY(-20deg);
}

.st-effect-11.st-menu {
    opacity: 1;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.st-effect-11.st-menu-open .st-effect-11.st-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.st-effect-11.st-menu::after {
    display: none;
}

.st-effect-12.st-container {
    -webkit-perspective: 1500px;
    perspective: 1500px;
}

.st-effect-12 .st-pusher {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.st-effect-12.st-menu-open .st-pusher {
    -webkit-transform: rotateY(-10deg);
    transform: rotateY(-10deg);
}

.st-effect-12.st-menu {
    opacity: 1;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.st-effect-12.st-menu-open .st-effect-12.st-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.st-effect-12.st-menu::after {
    display: none;
}

.st-effect-13.st-container {
    -webkit-perspective: 1500px;
    perspective: 1500px;
    -webkit-perspective-origin: 0% 50%;
    perspective-origin: 0% 50%;
}

.st-effect-13.st-menu-open .st-pusher {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}

.st-effect-13.st-menu {
    z-index: 1;
    opacity: 1;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.st-effect-13.st-menu-open .st-effect-13.st-menu {
    visibility: visible;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-speed: 0.2s;
    transition-speed: 0.2s;
}

.st-effect-14.st-container {
    -webkit-perspective: 1500px;
    perspective: 1500px;
    -webkit-perspective-origin: 0% 50%;
    perspective-origin: 0% 50%;
}

.st-effect-14 .st-pusher {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.st-effect-14.st-menu-open .st-pusher {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}

.st-effect-14.st-menu {
    -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
    transform: translate3d(-100%, 0, 0) rotateY(90deg);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.st-effect-14.st-menu-open .st-effect-14.st-menu {
    visibility: visible;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
    transform: translate3d(-100%, 0, 0) rotateY(0deg);
}

.no-csstransforms3d .st-pusher,
.no-js .st-pusher {
    padding-left: 300px;
}

.st-menu-open .close-fa {
    display: block !important;
    -webkit-animation: mymove 0.5s;
    animation: mymove 0.5s;
}

.close-fa {
    color: #fff;
    position: absolute;
    left: 300px;
    background: #0ea678;
    display: none;
    padding: 6px 16px;
    z-index: 1000;
    font-size: 23px;
}

@-webkit-keyframes mymove {
    from {
        left: 0px;
    }

    to {
        left: 300px;
    }
}

@keyframes mymove {
    from {
        left: 0px;
    }

    to {
        left: 300px;
    }
}

.content {
    padding-top: 55px;
}


/*********************************** Slide ***************************************/

.wrap-banner {
    max-width: 768px;
    margin: 0 auto;
}

.carousel-indicators {
    position: absolute;
    bottom: -10px;
    left: 50%;
    z-index: 1;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgb(255, 255, 255);
    border: none;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #ff7200;
}

.wrap-banner img {
    display: block;
    margin: 0px auto;
    width: 100%;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fffffe;
    text-align: center;
    opacity: 0.5;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
    font-size: 35px;
    line-height: 0px;
}


/*********************************** Annou***************************************/

.wrap-announcement {
    background: #000;
    margin: 0 auto;
    font-size: 12px;
    height: 24px;
}

.wrap-announcement .icon-annouce {
    float: left;
    width: 45px;
    color: #ffe282;
    text-align: center;
    height: 21px;
    font-size: 17px;
}

.wrap-announcement .runningtxt {
    float: left;
    width: calc(100% - 50px);
    padding-top: 3px;
    color: #fff;
    font-size: 13px;
}

.bot-menu {
    background: #3f4579;
    height: 60px;
    padding: 7px 0;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.item img {
    display: block;
    margin: 0px auto;
}


/*********************************** Home promo ***************************************/

.event-all {
    margin: 5px 15px;
    display: flex;
    /* background: #e8e8e8; */
}

.event-all img:not(.png) {
    max-width: 100%;
}

.event-all ul li {
    min-width: 20%;
    display: block;
    list-style: none;
    padding-bottom: 0px;
}

.event-all ul li a {
    display: block;
    color: #fff;
}

.event-all ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.event-all ul li p {
    font-size: 12px;
    text-align: center;
    margin: 0px;
    /* margin-top: 5px; */
    text-transform: uppercase;
    font-weight: bold;
    color: #ff7200;
    margin-bottom: 10px;
}

.title-event ul li {
    width: 20%;
    float: left;
    list-style: none;
    text-align: center;
}

.title-event ul {
    margin: 0px;
    padding: 0px;
}

.title-event {
    display: block;
    margin-top: 5px;
}

.title-event ul li p {
    font-size: 12px;
}

ul.box-prod li {
    list-style: none;
    float: left;
    width: 21%;
    margin: 2%;
    padding: 10px;
    background: #3f4579;
    padding-bottom: 5px;
    border-radius: 8px;
}

ul.box-prod {
    margin: 0px;
    padding: 0px;
}

ul.box-prod li:first-child {
    margin-left: 7px;
}

ul.box-prod p {
    text-align: center;
    color: #fff;
    margin: 0px;
    padding: 0px;
    margin-top: 7px;
}

ul.box-prod img {
    display: block;
    margin: 0px auto;
}

.ft-box img:not(.png) {
    width: 30px;
    display: block;
    margin: 0px auto;
}

.col-x {
    width: 20%;
    float: left;
}


/*********************************** swipe-box ***************************************/

.swipe-box {
    max-width: 1024px;
    margin: 0 auto;
    overflow: hidden
}

.swipe-list {
    list-style: none;
    margin: 0;
    padding: 0 0 15px 0;
    overflow: auto;
    white-space: nowrap;
}

.swipe-list li {
    vertical-align: top;
    margin-right: 5px;
    display: inline-block;
}

.swipe-list li:first-child {
    margin-left: 15px
}

.swipe-list li a {
    overflow: hidden;
    display: block;
    margin-bottom: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 0;
}

.swipe-list li a img {
    width: 100%
}

.swipe-list li h5 {
    font-size: 13px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    white-space: normal
}

.swipe-list li p {
    margin-bottom: 0;
    font-size: 12px;
    color: #000000;
    padding-top: 10px;
    line-height: 14px;
    text-align: center;
    font-weight: 500;
}

.swipe-list.swipe-list-slots li {
    width: 190px;
}

.swipe-list.swipe-list-slots li a {
    width: 190px;
}

.swipe-list.swipe-list-slots h5 {
    max-width: 88px
}

.swipe-list.swipe-list-casino li {
    width: 104px
}

.swipe-list.swipe-list-casino li a {
    max-width: 104px;
    height: 116px
}

.swipe-list.swipe-list-casino h5 {
    max-width: 104px
}

.swipe-list.swipe-list-promos li a {
    max-width: 256px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

.swipe-list.swipe-list-promos h5 {
    font-size: 0.875rem;
    max-width: 256px;
    margin-bottom: 0
}

#canvas {
    margin-bottom: 80px;
    margin-top: 15px;
}

.game-rows ul li a p {
    margin: 0px;
    padding: 0px;
    margin-top: 0px;
    line-height: 15px;
}


/*********************************** NAV ***************************************/

.nav.nav-top.colums3::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 43px;
    height: 1px;
    background-color: #13131d;
    z-index: 2;
}

.nav-top>li>a {
    border-top: 1px solid transparent;
}

.nav-top>li.active>a {
    color: #ffffff;
}

.nav-top>li:not(:last-of-type)>a {
    text-align: center;
}

.game-rows ul li {
    list-style: none;
    margin: 3%;
    width: 19%;
    float: left;
    text-align: center;
    padding: 6px 15px 0px 15px;
    background: #3f4579;
    padding-bottom: 10px;
    border-radius: 10px;
}

.game-rows ul {
    margin: 0px;
    padding: 1px;
    display: inline-block;
    width: 100%;
    padding-top: 10px;
}

.game-rows ul li a {
    color: #fff;
    text-transform: uppercase;
}

.nav-top li a {
    color: #fff;
    text-transform: uppercase;
    padding: 4px 0px;
    border-radius: 10px;
}

.nav-top li a:hover,
.nav-top li a .active {
    background: #ffe895;
    color: #000;
}

.nav-top li.active {
    color: #000;
}

.nav-top li.active a {
    background: #17cf96;
    color: #fff;
}

.nav-top li {
    float: left;
    margin: 0px 4%;
    width: 25%;
    text-align: center;
}

.nav-top {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #515e99;
    padding-bottom: 10px;
    margin-top: 10px;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 0px;
    padding-left: 5px;
    margin-left: 15px;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(to right, rgba(249, 124, 0, 1) 0%, rgba(255, 186, 0, 1) 8%, rgba(255, 186, 0, 1) 92%, rgba(249, 124, 0, 1) 99%);
    padding: 10px;
    border-radius: 0;
    font-size: 11px;
    width: 50%;
}

.ft-box p {
    text-align: center;
    color: #fff;
}

.ft-box.plus-ico {
    position: relative;
    top: -28px;
}

.ft-box.plus-ico img {
    width: 58px;
}

.btn-nav {
    background: none;
    border: none;
    color: #fff;
    font-size: 21px;
    width: 10%;
    padding: 0px;
    text-align: left;
}

.vip-lv {
    position: absolute;
    top: -14px;
    right: 0px;
}

.userlv {
    background: #0ea678;
    display: inline-block;
    padding: 2px 10px;
}

.usernm {
    color: #ffe282;
}

.btn-lgout {
    background: #3f4579;
    border: none;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 3px 10px;
    position: relative;
    top: 33px;
    margin-right: 10px;
}

.btn-out {
    flex: 0 1 17%;
}

.col3 {
    float: left;
    width: 25% !important;
    padding: 10px 0px !important;
}

.st-menu ul {
    /* display:flex; */
    /* width:100%; */
}

.col3 p {
    font-size: 10px;
    text-align: center;
    margin: 0px;
}

.col3 img {
    width: 58%;
    display: block;
    margin: 0px auto;
}


/*********************************** header ***************************************/

.logo {
    width: 70%;
    float: left;
}

.logo img {
    display: block;
    margin: 5px auto;
    height: 45px;
}

.logo h4 {
    color: #fff;
    text-align: center;
}

.live {
    width: 25%;
    font-size: 13px;
    justify-content: center;
    justify-items: center;
    align-items: center;
    display: flex;
}

.live a {
    background: url("../images/login_bar.png");
    line-height: 55px;
    position: absolute;
    right: 0;
    text-indent: 20px;
    background-size: cover;
    color: #fff;
    font-size: 12px;
    padding: 0px 10px;
}

.live img {
    width: 35px;
    display: block;
    margin: 0px auto;
    position: relative;
    top: 6px;
}

.menu-top .btn-out {
    background: none;
}

.menu-top {
    display: flex;
}

.user-img {
    flex: 1 0 10%;
    position: relative;
}

.user-tl {
    flex: 0 0 43%;
    color: #fff;
    padding-top: 13px;
}

.user-img img {
    width: 45px;
    margin: 10px;
    margin-top: 15px;
}

.vip-lv img {
    width: 30px;
}


/****************************************Swipe Tab*********************************************/

.slick-initialized .swipe-tab-content {
    position: relative;
    /* min-height:1000px; */
}

.slick-initialized .swipe-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    background: #141927;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    border-bottom: 2px solid rgba(255, 109, 0, 0);
    transition: all 0.5s;
    line-height: 30px;
}

.slick-initialized .swipe-tab:hover {
    color: #ffffff;
}

.slick-initialized .swipe-tab.active-tab {
    border-bottom-color: #ffffff;
    color: #ffffff;
    background: #0ea678;
}

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    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;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.bg-black {
    padding-top: 45px;
}


/********************************** Promotions CSS **********************************/

#promo {
    background: #270504;
}

.promo-section {
    margin-top: -12px;
}

.promo-item {
    display: block;
    margin: 0px auto;
    margin-bottom: 10px;
}

.promo-item .hide {
    display: none;
}

.promo-text {
    padding: 10px;
    background: #0e0e0f;
    color: #fff;
}

.promo-text>ul,
.promo-text>ol {
    padding-left: 20px;
}

.promo-butt {
    cursor: pointer;
}

.promo-table {
    border: 1px solid #FDFDFC;
    border-collapse: collapse;
    background-color: #141414;
}

.promo-table tr>th {
    background-color: #141414;
    padding: 3px 5px;
    border: 1px solid #FDFDFC;
}

.promo-table tr>td {
    padding: 2px 5px;
    border: 1px solid #FDFDFC;
}

.promo-subTitle {
    color: #FDFDFC;
    font-size: 14px;
    font-weight: bold;
}

.promo-item ul {
    margin-left: 15px !important;
}

.promo-item ul li {
    margin: 0px;
    line-height: 20px;
    list-style: circle;
    display: block;
    content: "";
    display: list-item;
}

.well {
    border: none;
}

.language-box div {
    width: 50%;
    float: left;
    padding: 20px;
}

.Ptitle {
    color: #0ea678;
}

.globby ul li {
    width: 48%;
    list-style: none;
    margin: 1%;
    border: 1px solid #0ea678;
    float: left;
}

.globby ul li a {}

.globby ul {
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
}

.globby ul li a p {
    padding: 5px;
    text-align: center;
    background: #393d62;
    margin: 0px;
    color: #fff;
}

.globby ul li a p i {
    margin: 0px 4px;
}

.globby ul li a p span {
    margin-left: 5%;
    color: #f5ea37;
}


/*********************************** Register ***************************************/

.register-bg {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 768px;
    display: block;
    margin: 0px auto;
    background: #ffffff;
}

.reg-logo img {
    width: 80%;
    display: block;
}

.reg-in {
    padding: 15% 20px 0px 20px;
}

.reg-text {
    padding: 20px;
}

.reg-text h3 {
    color: #cacaca;
    margin: 0px;
}

.reg-text p {
    color: #cacaca;
}

.form-box {
    display: block;
    padding: 2px 0px;
    background: #151827;
    border: 1px solid #3b446db3;
    margin-bottom: 10px;
}

.form-box2 {
    display: flex;
    padding: 7px;
    background: #ffffff;
    margin-bottom: 10px;
    border: 1px solid #000;
    border-radius: 25px;
}

.col-xs-3.ttle-ico {}

.ttle-form {
    padding: 0px;
}

.ttl-top {
    color: #bcbcbc;
    position: relative;
    top: 5px;
}

.form-reg {
    border: none;
    background: none;
    padding-top: 7px;
    color: #000;
}

.ttle-ico img {
    position: relative;
    /* top: 5px; */
}

.form-reg:focus {
    outline: none;
}

.btn-join {
    background: linear-gradient(to right, rgba(249, 124, 0, 1) 0%, rgba(255, 186, 0, 1) 8%, rgba(255, 186, 0, 1) 92%, rgba(249, 124, 0, 1) 99%);
    color: #fff;
    border: none;
    width: 100%;
    padding: 9px;
    margin-top: 15px;
    font-size: 16px;
}

.btn-back {
    text-align: center;
    padding: 9px;
    width: 100%;
    display: block;
    text-transform: uppercase;
    margin-top: 10%;
    color: #737373;
}

.btn-forgot {
    text-align: center;
    display: block;
    font-size: 16px;
    margin-top: 10px;
    color: #000;
}


/*********************************** Form ***************************************/

form {
    width: 100%;
    max-width: 400px;
    margin: 10px auto 20px;
    font-family: sans-serif;
}

form div {}

form div .input,
form select {
    width: 100%;
    padding: 6px;
    background: none;
    outline: none;
    border: 1px solid #17cf9630;
    color: #000000;
    font-size: 12px;
    /* height:40px; */
}

form div .input,
form div label,
form div select {
    font-size: 12px;
}

.bln p {
    color: #fff;
    text-align: center;
    padding: 5px 0px 0px 0px;
    margin: 0px;
    font-size: 12px;
}

.bln h3 {
    text-align: center;
    margin: 0px;
}

.bln {
    margin: 15px 0px;
}

.bln a {
    display: block;
    background: #17cf96;
    padding: 5px 10px;
    text-align: center;
    margin: 0px 35px;
    color: #fff;
    margin-top: 5px;
}

.dpg-bg {}

.ttl-ul ul li a {
    padding: 5px 5px;
    background: #3f4579;
    margin: 5px 2px;
    color: #fff;
    border-radius: 5px;
    width: 116px;
    text-align: center;
}

.ttl-ul ul li a.active {
    background: #17cf96;
}

.ttl-ul ul li {
    list-style: none;
    display: flex;
}

.ttl-ul {
    width: 100%;
}

.ttl-ul ul {
    padding: 0px;
    margin: 0px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
}

.form-in input {
    font-size: 12px;
    font-weight: 100;
}

.form-list label {
    color: #bbc8d9;
}

.form-list input:focus {
    box-shadow: 0px 0px 5px #17cf964d;
}

.form-list {
    margin-top: 20px;
}

.table-responsive {
    border: none;
    margin: 0px;
}

.all-af {
    padding: 10px;
    display: inline-block;
    width: 100%;
}

.bank-detail {
    margin-top: 20px;
}

.table-memberhistory tr td {
    padding: 10px;
    text-align: center;
    border: 1px solid #ff7600;
    color: #000;
    background: #eaeaea8c;
}

.all-af .table-responsive {
    border: none;
}

.main-wallet {
    padding: 0px;
}

.main-wallet {
    text-align: center;
    color: #000;
    background: #000;
}

.main-wallet:hover {
    background: #000;
    color: #ffe895;
    /* margin: 10px; */
}

.prov-name {
    margin-left: 0px;
    font-size: 13px;
    float: left;
    padding-top: 3px;
    font-weight: bold;
    width: 50%;
    text-align: left;
    background: #232323;
    padding: 5px;
    border-right: 1px solid #424141;
}

.am-prov {
    float: right;
    display: flex;
    position: relative;
    width: 50%;
    text-align: center;
    justify-content: center;
}

.btn-in {
    padding: 5px 0px;
    font-size: 12px;
    color: #5ed087;
    margin-left: 8px;
    border: none;
    background: none;
}

.prov-out {
    margin-left: 8px;
}

.btn-out {
    padding: 5px 0px;
    font-size: 12px;
    color: #ec4e4e;
    border: none;
    background: none;
}

.am-prov .prov-in {
    width: auto;
    color: #fff;
}

.prov-am {
    padding-top: 14px;
    font-size: 13px;
    line-height: 0px;
    width: 50%;
}

.main-wallet ul li:hover {
    background: #ffffff29;
}

.main-wallet ul li:first-child {
    /* border-bottom:1px solid #0ea678; */
    /* background:#393d62; */
    color: #fff;
}

.main-wallet ul li {
    display: flex;
    list-style: none;
    width: 100%;
    cursor: pointer;
    border: 1px solid #424141;
    border-bottom: none;
}

.main-wallet ul {
    margin: 0px;
    padding: 0px;
    color: #fff;
}

.modal-bln .modal-body {
    padding: 0px;
}

.close-X {
    text-align: center;
    display: block;
    width: 100%;
    color: #ffffff;
    opacity: 1;
    text-shadow: none;
}

.btn-vefy {
    background: #3f4579;
    padding: 14px;
    color: #fff;
    font-size: 10px;
}

.modal-bln {
    margin: 0px;
}

@media (min-width:768px) {
    .event-all ul li a img {
        padding: 10px;
    }
}


/*********************************** Banking ***************************************/

.bank-table {
    color: #fff;
    padding: 10px;
}

.bank-table h3 {
    font-size: 1.2em;
    margin: 8px 0px;
    border-bottom: 1px solid #17cf96;
    padding-bottom: 3px;
}

.bank-table tr td {
    border: 1px solid #17cf96;
    text-align: center;
    padding: 2px;
}

.bank-table tr th {
    background: #17cf96;
    text-align: center;
    padding: 2px;
    border: 1px solid #17cf96;
}


/*********************************** Contact ***************************************/

.contact-ttl {
    color: #fff;
    padding: 20px 10px 3px 10px;
}

.contact-detail {
    background: #3f457952;
    padding: 10px;
    color: #b7b7b7;
    box-shadow: 1px 1px 2px #00000047;
}

.contact-box {
    margin-bottom: 0px;
}

.form-in {
    padding: 0px 10px;
}


/*********************************** Download ***************************************/

.downl-box {
    display: flex;
    text-align: center;
}

.in-boxes {
    width: 50%;
    background: #16cf96;
    padding: 10px;
    margin-right: 2px;
}

.top-box i {
    font-size: 30px;
}

.in-boxes:nth-child(2) {
    margin: 0px;
    margin-left: 2px;
}

.in-boxes a {
    color: #fff;
}

.btn-html a {
    text-align: center;
    padding: 10px;
    background: #17cf96;
    display: block;
    color: #fff;
    margin-top: 5px;
}

.case-box {
    border: 1px solid #17cf96;
    text-align: center;
    padding: 5px;
    margin-top: 5px;
}


/*********************************** menu ***************************************/

.side-mx ul {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

.st-menu li {}

.side-mx ul li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
}

.side-ico.ico-grd img {
    height: 20px;
    filter: grayscale(1) invert(1) brightness(23.5);
    display: block;
    margin: 0px auto;
}

.side-ico.ico-grd {
    width: 50px;
    background: linear-gradient(to right, rgba(249, 124, 0, 1) 0%, rgba(255, 186, 0, 1) 8%, rgba(255, 186, 0, 1) 92%, rgba(249, 124, 0, 1) 99%);
    /* border-top: 2px solid #ffffff; */
    padding: 10px 5px;
}

.side-mx ul li:first-child .side-ico.ico-grd {
    border: none;
}

.side-mn {
    font-weight: bold;
    color: #fff;
    padding: 0px 10px;
    text-transform: uppercase;
}

.st-pusher::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.5);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.st-menu-open .st-pusher::after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

li.ico-rd {
    background: #7f7f7f;
}

.tb-in ul {
    display: flex;
    margin: 0px;
    padding: 0px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    align-content: stretch;
}

.wel-use {
    justify-content: center;
    justify-items: center;
    padding-left: 10px;
    line-height: 11px;
    width: 30%;
}

.tb-in ul li {
    list-style: none;
    padding: 5px;
    border-left: 1px solid #ffffff;
    width: 25%;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tb-in ul li a {
    display: grid;
    grid-gap: 10px;
}

.tb-in ul li img {

    filter: grayscale(1) invert(1) brightness(2.5);
    max-height: 23px;
    padding: 5p;
    display: block;
    margin: 0px auto;
}

.tb-in ul li p {
    display: block;
}

.tab-top {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    background: #fff;
}

span.wl-txt {
    font-weight: 900;
    color: #ff7200;
    line-height: 8px;
}

span.usr-nm {
    font-size: 11px;
    line-height: 8px;
    color: #ff7200;
    font-weight: 600;
}

.tab-tp {
    background: url(../images/tab_bar.png) no-repeat left top;
    /* background-size: 100% 100%; */
    background-size: auto;
    width: 90%;
    background-position-y: -16px;
    height: 68px;
}

.tb-in ul li p {
    font-size: 12px;
    text-align: center;
    margin: 0px;
    color: #fff;
    padding-bottom: 5px;
}

.tb-in ul li:first-child {
    padding-left: 20px;
    border: none;
}

.ttl-in {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    margin-bottom: 5px;
}

.nxt-awr {
    padding: 0px 20px 0px 0px;
    font-size: 25px;
    color: #ff7200;
}

.info-all {
    overflow: hidden;
    display: block;
    width: 190px;
    /* height: 110px; */
}

.info-all img {
    width: 195px;
}

.info-bx {
    font-size: 10px;
    color: #fff;
    margin-bottom: 0;
    white-space: normal;
    max-width: 265px;
    padding: 15px 5px;
    background: #ededed;
}

.info-bx p {
    text-align: left !important;
}

.info-bx h4 {
    color: #ff7200;
    font-size: 11px;
    margin: 0px;
    font-weight: 600;
    text-transform: uppercase;
}

#more {
    display: none;
}

#myBtn {
    background: none;
    border: none;
    padding: 0px;
    text-transform: uppercase;
    margin-top: 10px;
    text-decoration: underline;
    font-size: 10px;
    color: #000;
}

.footer-all {
    background: #000000;
    /* padding: 15px; */
}

.copy-r {
    font-size: 10px;
    color: #fff;
    text-align: center;
}

.footer-logo {
    padding: 15px;
    background: #1f1f1f;
}

.logo-ftr img {
    height: 60px;
    margin: 0 auto;
}

.follow-us {
    margin-bottom: 10%;
}

.follow-us h5 {
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}

.f-ico ul {
    padding: 0px;
    margin: 0px;
    display: flex;
}

.f-ico ul li {
    list-style: none;
    color: #fff;
}

.f-ico ul li a {
    color: #fff;
    font-size: 30px;
}

h5.ttl-ft {
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}

.f-ico ul {
    display: flex;
    justify-content: space-between;
}

.site-map ul {
    padding: 0px;
    margin: 0px;
}

.site-map ul li {
    list-style: none;
    color: #fff;
}

.site-map ul li a {
    color: #fff;
}

.site-1 {
    width: 28%;
    float: left;
}

.site-2 {
    width: 33%;
    float: left;
    margin: 0px 5%;
}

.site-3 {
    width: 28%;
    float: left;
}

.site-map {
    margin-bottom: 0;
    display: flex;
    padding: 0px 15px;
}

.lice-img ul li {
    list-style: none;
    width: 33%;
    float: left;
}

.lice-img ul {
    margin: 0px;
    padding: 0px;
    justify-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.lice-img ul li img {
    /* height: 22px; */
    padding: 10px;
    display: block;
    margin: 0px auto;
}

.lice-img {
    padding: 0px 15px;
}


/***************Header login***************/

.header-lg {
    background: #000;
}

.header-lg .logo {
    width: 100%;
}

.btn-x {
    background: none;
    border: none;
    color: #fff;
    font-size: 25px;
    font-weight: 100;
    position: absolute;
    left: 5%;
    top: 1%;
}

.log-tab {
    background: url("../images/grey_login.png") no-repeat right top;
    background-size: contain;
    height: 40px;
}

h3.f-txt {
    text-align: center;
    color: #fa8400;
    margin-bottom: 15%;
}

.log-tab ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
}

.log-tab ul li {
    list-style: none;
    width: 24%;
    text-align: center;
    max-width: 90px;
}

.log-tab ul li a {
    color: #fff;
    display: block;
    padding: 9px;
    font-size: 15px;
}

.btn-forgot2 {
    text-align: center;
    display: block;
    font-size: 14px;
    margin-top: 10px;
    color: #000000;
    text-decoration: underline;
    font-weight: bold;
}

.lobby-tab {
    width: 67px;
    position: fixed;
    /* margin-top: 30px; */
    padding: 8px 0px;
    left: 0px;
    z-index: 5;
    background: linear-gradient(to right, rgba(249, 124, 0, 1) 0%, rgba(255, 186, 0, 1) 8%, rgba(255, 186, 0, 1) 92%, rgba(249, 124, 0, 1) 99%);
    border-radius: 0 15px 15px 0;
    overflow-x: auto;
    max-height: 355px;
}

.lobby-tab ul {
    margin: 0px;
    padding: 0px;
}

.lobby-tab ul li img {
    height: 20px;
    display: block;
    margin: 0px auto;
    filter: invert(1) brightness(28.5);
}

.lobby-tab ul li {
    text-align: center;
}

.lobby-tab ul li a {
    color: #ffffff;
    line-height: 13px;
    padding: 5px;
    font-weight: bold;
    font-size: 10px;
    border-left: 5px solid #ff7200;
    display: block;
    text-transform: uppercase;
}

.lobby-tab ul li a p {
    margin: 0;
}

.lobby-content ul {
    padding: 0px;
    margin: 0px;
    /* padding-top: 30px; */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    text-align: center;
}

.lobby-content ul li {
    list-style: none;
}

.lobby-content {
    margin-left: 65px;
    padding: 0px 15px;
    padding-bottom: 50px;
}

.lobby-tab ul li a.active {
    color: #ffffff;
    border-left: 5px solid #ffffff;
    background: #ff7200;
}

.lobby-tab ul li a.active img {}

.content2 {
    padding-top: 25%;
}

h4.lbby-ttl {
    text-align: center;
    color: #980000;
    margin: 0px;
    font-weight: bold;
}

.in-lobby ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
    font-size: 12px;
    padding: 0px;
    margin-top: 12px;
}

.in-lobby {
    margin-bottom: 5%;
}

input.form-search {
    width: 100%;
    display: block;
    margin: 0px auto;
    margin-bottom: 5%;
    border-radius: 20px;
    padding: 5px;
    border: none;
}

.lobby-content ul li a {
    color: #fff;
}

.game-srh {
    position: relative;
    width: 90%;
    display: block;
    margin: 0px auto;
    max-width: 400px;
}

.btn-srh {
    position: absolute;
    right: 14px;
    top: 9px;
    color: #808080;
}

.lobby-content ul li a img {
    /* min-height: 180px; */
    display: block;
    margin: 0px auto;
    /* max-width: 180px; */
}

.lobby-content ul li a .active {}

.lobby-content ul li a.active {
    color: #ca0f0f;
    font-weight: bold;
}

ul.prv-img img {
    max-height: 180px;
    max-width: 180px;
}

.dld-wrap {
    position: relative;
    /* margin: 0 -15px; */
}

.dld-wrap img {
    width: 100%;
}

.download-wrap {
    padding-top: 15px;
    text-align: center;
}

a.devide-btn {
    background: #331d11;
    color: #ffd154;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0px;
    display: inline-block;
    width: 120px;
    padding: 5px 2px;
    margin: 0 5px;
    border-radius: 5px;
}

a.devide-btn {
    background: linear-gradient(to right, rgba(249, 124, 0, 1) 0%, rgba(255, 186, 0, 1) 8%, rgba(255, 186, 0, 1) 92%, rgba(249, 124, 0, 1) 99%);
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0px;
    display: inline-block;
    width: 100px;
    padding: 5px 2px;
    margin: 0 5px;
    border-radius: 0;
}

.access-info-wrapper {
    display: block;
    max-width: 500px;
    margin: 5px auto 0;
}

table.access-table tr td {
    background: #ffffff;
    border: 1px solid #ff7200;
    color: #000;
    padding: 5px;
    font-size: 13px;
    line-height: 1.3;
}

.modal-download .close-modal {
    position: absolute;
    right: 3px;
    top: 3px;
    z-index: 10;
    border: 1px solid #ff7200;
    background: #000;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    width: 30px;
    height: 30px;
}

.dl-body {
    padding: 10px;
}

.modal-download {
    background: #fff !important;
}

.logout {
    position: absolute;
    bottom: 0px;
    width: 100%;
    display: flex;
}

.side-mx {
    /* position: relative; */
}

.logout a {
    width: 100%;
    display: flex;
    justify-items: center;
    align-items: center;
}

.logout {}

.logout .side-mn {
    display: flex;
    justify-content: center;
    justify-items: center;
}

.bank-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px 0;
    margin-bottom: 30px;
}

.bank-wrap label {
    margin: 0 4px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    line-height: 1.1;
    height: 100%;
    font-weight: 400 !important;
}


/* HIDE RADIO */

.bank-wrap label [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}


/* IMAGE STYLES */

.bank-wrap label [type=radio]+.bank-type {
    cursor: pointer;
}

.bank-wrap label [type=radio]+.bank-type img {
    cursor: pointer;
    filter: drop-shadow(0 1px 1px rgb(0, 0, 0, 0.7));
    max-width: 45px;
    margin: 0 auto;
}


/* CHECKED STYLES */

.bank-wrap label [type=radio]:checked+.bank-type {
    background: linear-gradient(to right, rgba(249, 124, 0, 1) 0%, rgba(255, 186, 0, 1) 8%, rgba(255, 186, 0, 1) 92%, rgba(249, 124, 0, 1) 99%);
    color: #fff;
}

.bank-wrap label [type=radio]:checked+.bank-type img {
    filter: drop-shadow(0 1px 1px rgb(0, 0, 0, 0.7));
}

.bank-wrap label .bank-type {
    border-radius: 0;
    color: #fff;
    font-size: 13px;
    padding: 5px 6px;
    background: #1f1f1f;
    display: grid;
    width: 100%;
    text-align: center;
    align-items: center;
    height: 40px;
}

.content-af {
    padding-top: 30px;
    background: #fff;
}

.blc-in {
    margin: 20px auto;
    width: 80%;
    padding: 10px;
    border-left: 5px solid #c09742;
    border-right: 5px solid #ab791f;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 20px;
    -moz-background-size: 100% 20px;
    background-size: 100% 5px;
    background-image: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C), linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
    display: flex;
    color: #ff7200;
    justify-content: space-between;
    align-items: center;
}

.tl-blc h5 {
    font-weight: bold;
}

.amt-blc {
    display: flex;
}

.total-am {
    font-size: 24px;
    position: relative;
    top: -5px;
    left: 5px;
}

.blc-detl a {
    background: linear-gradient(to right, rgba(249, 124, 0, 1) 0%, rgba(255, 186, 0, 1) 8%, rgba(255, 186, 0, 1) 92%, rgba(249, 124, 0, 1) 99%);
    display: block;
    color: #fff;
    border-radius: 0;
    padding: 7px;
    text-align: center;
    font-weight: bold;
}

.af-content {
    margin-left: 70px;
    padding: 0px 10px;
}

.af-content h4 {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 5%;
}

.af-ttl {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
}

.af-box {
    margin-bottom: 10%;
    display: block;
}

.content-h {
    padding-top: 20%;
}

.form-control-af {
    width: 100%;
    padding: 8px 15px;
    border-radius: 50px;
    border: none;
    background: #fff;
    font-size: 12px;
    border: 1px solid #000000;
}

.af-bnk select {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
}

.form-control-af:focus {
    outline: none;
    border: 1px solid #900000;
}

.af-bg {
    background: #fff;
}

.amt-txt {
    color: #ff7200;
    font-size: 16px;
    font-weight: bold;
}

.modal-content {
    background: none;
    border-radius: 0;
    border: none;
}

blc-content {
    margin: 10px;
}

.modal-bln {
    margin: 10%;
    margin-top: 10%;
}

.blc-content .close {
    position: absolute;
    right: 0px;
    display: block;
}

.close-modal {
    position: absolute;
    right: -13px;
    top: -15px;
    z-index: 10;
    border: 1px solid #ff7200;
    background: #000;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    width: 30px;
    height: 30px;
}

.af-bnk2 {
    display: flex;
    align-items: center;
    margin-bottom: 10%;
}

.form-1 {
    width: 45%;
    position: relative;
}

.form-2 {
    width: 10%;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.form-control-af-ico {
    position: absolute;
    right: 17px;
    top: 8px;
    color: #808080;
}

.table-deposit tr th {
    background: linear-gradient(#969696, #646464, #969696);
    color: #fff;
    border: 1px solid #efefef;
    font-size: 12px;
}

.table-deposit tr td {
    background: #d6d6d6;
    color: #000;
    border: 1px solid #efefef;
    font-size: 12px;
    padding: 5px 4px !important;
}

.ht-txt {
    font-size: 14px;
    color: #fff;
}

.h-table p {
    color: #fff;
    font-size: 12px;
}

.page-if {
    margin: 0px;
}

ul.page-if {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    align-content: stretch;
}

ul.page-if li a {
    padding: 1px 10px;
    font-size: 12px;
    margin: 0px 4px;
    border-radius: 5px;
    background: #bdbcbc;
    color: #000;
    border: none;
}

ul.page-if li.active a {
    color: #ffffff;
    background-color: #ff7200 !important;
}

.p-table {
    margin-top: 20%;
}

.ico-font img {
    height: 39px;
    padding: 9px;
    margin-left: 10px;
}

.af-bnk-p {
    position: relative;
}

.ico-font {
    position: absolute;
}

.form-control-p {
    height: 40px;
    padding: 5px 10px 5px 50px;
    width: 100%;
    border-radius: 40px;
    border: none;
    background: #fff;
    border: 1px solid #000;
}

.af-box p {
    font-size: 10px;
    color: #000;
}

.p-g ul {
    display: flex;
    padding: 0px;
    margin: 0px;
}

.p-g ul li {
    list-style: none;
    margin-right: 20px;
}

.content-inf {
    padding-top: 55px;
}

.p-g {
    padding: 15px;
    background: #fff;
    border: 1px solid #ff7200;
    border-left: none;
    border-right: none;
}

.p-g ul li a {
    color: #505050;
}

.inf-pg {
    padding: 20px 20px;
    margin: 20px;
    background: #505050;
    color: #fff;
}

.t-bg1 {
    width: 100%;
    text-align: left;
    color: #fff !important;
    border-radius: 0px;
    background: #777;
}

.card-body {
    background: #efefef;
    color: #000;
    padding: 10px;
    border-radius: 0px;
}

button.btn.t-bg1.t-title1:focus {
    outline: none;
}

.card {
    margin-bottom: 10px;
}

.contact-info ul li {
    list-style: none;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.contact-info ul {
    padding: 0px;
    margin: 0px;
}

.contact-info ul li i {
    font-size: 14px;
    margin-right: 17px;
}

.contact-info ul li p {
    font-weight: 100;
    color: #fff;
}

.contact-info ul li a {
    color: #ff7200;
}

.contact-info ul li img {
    width: 50%;
    margin: 0 auto;
}

.content-vip {
    padding-top: 20%;
}

.v-top {
    display: flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

.btn-bck a {
    background: #808080;
    border-radius: 50%;
    color: #fff;
    height: 40px;
    width: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 10px;
}

.vip-content {
    padding: 15px;
}

.btn-bck2 a {
    background: linear-gradient(#980000, #4c0000);
    padding: 12px 10px;
    color: #fff;
    border-radius: 25px;
    text-transform: uppercase;
    display: block;
    min-width: 250px;
    text-align: center;
}

ul.status-normal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 55px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px;
}

ul.status-normal li {
    border: solid 1px #b99500;
    display: flex;
    width: 13px;
    list-style: none;
}

.status-1 {
    height: 21px;
}

.status-2 {
    height: 23px;
}

.status-3 {
    height: 25px;
}

.status-4 {
    height: 27px;
}

.status-5 {
    height: 29px;
}

.status-6 {
    height: 31px;
}

.status-7 {
    height: 33px;
}

.status-8 {
    height: 35px;
}

.status-9 {
    height: 37px;
}

.status-10 {
    height: 39px;
}

.status-11 {
    height: 41px;
}

.status-12 {
    height: 43px;
}

.status-13 {
    height: 45px;
}

.status-14 {
    height: 47px;
}

.status-15 {
    height: 49px;
}

.status-16 {
    height: 51px;
}

.status-17 {
    height: 53px;
}

.status-18 {
    height: 55px;
}

.vip-status {
    margin-top: 20px;
}

.current-status-text {
    display: flex;
    justify-content: space-between;
}

.status-bottom h6 {
    margin: 0;
    padding: 0 0 28px;
    text-align: center;
    position: relative;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.status-bottom h6:after {
    width: 1px;
    height: 20px;
    position: absolute;
    background: #fff;
    bottom: 0;
    left: 50%;
    content: "";
    transform: translateX(-50%);
}

.status-bottom p {
    color: #fff;
    padding: 7px 0 0;
    font-size: 7px;
    font-weight: 700;
    line-height: 10px;
    text-align: center;
}

.lv-active {
    background: #b99500;
}

.vip-status h4 {
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.vip-stut {
    margin: 20px auto;
    width: 90%;
    padding: 10px;
    border-left: 5px solid #c09742;
    border-right: 5px solid #ab791f;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 20px;
    -moz-background-size: 100% 20px;
    background-size: 100% 5px;
    background-image: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C), linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
    color: #fff;
    align-items: center;
}

.vip-stut ul {
    padding: 0px;
}

.vip-stut ul li {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.vip-ttl {
    width: 50%;
    font-weight: bold;
}

.stut-inf {
    width: 30%;
}

.howto a {
    border: 1px solid #cead5e;
    margin: 10px auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    width: 62%;
    padding: 5px;
    border-radius: 10px;
    margin-top: 15px;
    color: #fff;
}

.slc-vip {
    width: 90%;
    color: #000;
    padding: 8px;
    border-radius: 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    margin: 0px auto;
    margin-bottom: 20px;
}

.slc-vip:focus {
    outline: none;
}

.lv-inf ul {
    padding: 0px;
    margin: 0px;
}

.lv-inf ul li {
    list-style: none;
    display: flex;
    background: #666;
    margin-bottom: 15px;
    border-radius: 10px;
    height: 40px;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.bck-gld {
    width: 50%;
    padding-left: 25px;
    background: #c09742;
    background-size: 100% 100%;
    margin: 0;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 10px 0px 0px 10px;
}

.info-lv {
    width: 50%;
    text-align: center;
}

.lv-vp {}

.vip-tnc {
    color: #fff;
    margin-top: 10%;
}

.vip-tnc ol {
    padding-left: 15px;
}

.vip-tnc ol li {
    padding-bottom: 10px;
}


/* -------------------------------- 

Main Components 

-------------------------------- */

.cd-header {
    position: relative;
    height: 150px;
    background-color: #331d35;
}

.cd-header h1 {
    color: #ffffff;
    line-height: 150px;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 300;
}

@media only screen and (min-width: 1170px) {
    .cd-header {
        height: 180px;
    }

    .cd-header h1 {
        line-height: 180px;
    }
}

.cd-main-content {
    position: relative;
}

.cd-main-content:after {
    content: "";
    display: table;
    clear: both;
}

.cd-main-content.is-fixed .cd-tab-filter-wrapper {
    /*  position: fixed;
  top: 0;
  left: 0;
  width: 100%;*/
}

.cd-main-content.is-fixed .cd-gallery {
    /*padding-top: 76px;*/
}

.cd-main-content.is-fixed .cd-filter {
    position: fixed;
    height: 100vh;
    overflow: hidden;
}

.cd-main-content.is-fixed .cd-filter form {
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.cd-main-content.is-fixed .cd-filter-trigger {
    position: fixed;
}

@media only screen and (min-width: 768px) {
    .cd-main-content.is-fixed .cd-gallery {
        /* padding-top: 90px;*/
    }
}

@media only screen and (min-width: 1170px) {
    .cd-main-content.is-fixed .cd-gallery {
        /*padding-top: 100px;*/
    }
}


/* -------------------------------- 

xtab-filter 

-------------------------------- */

.cd-tab-filter-wrapper {
    width: 67px;
    position: fixed;
    padding: 8px 0px;
    left: 0px;
    z-index: 5;
    border-radius: 0 15px 15px 0;
    box-shadow: 0 1px 2px 1px #8c8c8c;
    background: linear-gradient(to right, rgba(249, 124, 0, 1) 0%, rgba(255, 186, 0, 1) 8%, rgba(255, 186, 0, 1) 92%, rgba(249, 124, 0, 1) 99%);
}

.cd-tab-filter-wrapper:after {
    content: "";
    display: table;
    clear: both;
}

.cd-tab-filter {
    /* tabbed navigation style on mobile - dropdown */
}

.cd-tab-filter::after {
    /* small arrow icon */
    content: '';
    position: absolute;
    right: 14px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 16px;
    height: 16px;
    /*background: url("../img/cd-icon-arrow.svg") no-repeat center center;*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
}

.cd-tab-filter ul {
    margin: 0px;
    padding: 0px;
}

.cd-tab-filter li {
    margin-left: 3px;
    display: block;
    margin: 18px 0px;
}

.cd-tab-filter li:first-child {
    /* this way the placehodler is alway visible */
    display: block;
    margin-left: 0px;
}

.cd-tab-filter li:first-child {
    margin-top: 10px;
}

.cd-tab-filter li:last-child {
    margin-bottom: 10px;
}

.cd-tab-filter a {
    /* set same size of the .cd-tab-filter */
    border-left: 5px solid #ff7200;
    text-transform: uppercase;
    /* margin-bottom: 15px; */
    color: #ffffff;
    padding: 5px;
    line-height: 13px;
    font-weight: bold;
    font-size: 12px;
    display: block;
    text-align: center;
}

.cd-tab-filter a.selected {
    background: #ff7200;
    color: #ffffff;
    border-left: 5px solid #ffffff;
}

.cd-tab-filter.is-open::after {
    /* small arrow rotation */
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -moz-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    -o-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}

.cd-tab-filter.is-open ul {
    box-shadow: inset 0 -2px 0 #41307c, 0 2px 10px rgba(0, 0, 0, 0.2);
}

.cd-tab-filter.is-open ul li {
    display: block;
}

.cd-tab-filter.is-open .placeholder a {
    /* reduces the opacity of the placeholder on mobile when the menu is open */
    opacity: .4;
}

@media only screen and (min-width: 768px) {
    .cd-tab-filter {
        /* tabbed navigation style on medium devices */
        width: auto;
        cursor: auto;
    }

    .cd-tab-filter::after {
        /* hide the arrow */
        display: none;
    }

    .cd-tab-filter ul {
        /* margin-top: 30px; */
        /* position: absolute; */
        /* box-shadow: none; */
        /* text-align: center; */
        /* margin-left: 45px; */
        /* background: #7a0302; */
        /* border-bottom: 2px solid #019bbd; */
        /* width: 920px; */
        /* padding: 0px; */
    }

    .cd-tab-filter li {
        display: block;
        /* float: left; */
    }

    .cd-tab-filter li.placeholder {
        display: none !important;
        /* border-right: 1px solid #fff; */
    }

    .cd-tab-filter a {
        /* display: inline-block; */
        /* padding: 8px 16px; */
        /* width: auto; */
        /* color: #ffffff; */
        /* border-radius: 5px; */
        /* text-transform: uppercase; */
        /* font-size: 16px; */
        /* width: 182.7px; */
        /* text-align: center; */
        /* background: #2b2c30; */
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#9f9d9d', endColorstr='#7b7a7a', GradientType=0);
    }

    .cd-tab-filter a:hover {
        background: #31b1f8;
        color: #fff;
        text-decoration: none;
    }

    .no-touch .cd-tab-filter a:hover {
        color: #f3b400;
        text-decoration: none;
    }

    .no-touch .cd-tab-filter a:focus {
        color: #f3b400;
        text-decoration: none;
    }

    .cd-tab-filter a.selected {
        /* background: #ffe600; */
        /* color: #000000; */
        /* create border bottom using box-shadow property */
        /* box-shadow: inset 0 -2px 0 #d9a826; */
        /* font-weight: bold; */
    }

    .cd-tab-filter.is-open ul li {
        display: inline-block;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-tab-filter {
        /* tabbed navigation on big devices */
        width: 100%;
        float: left;
        margin: 0;
        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        transition: width 0.3s;
    }

    .cd-tab-filter.filter-is-visible {
        /* reduce width when filter is visible */
        width: 80%;
    }
}


/* -------------------------------- 

xgallery 

-------------------------------- */

.cd-gallery {
    margin-left: 67px;
    padding: 10px;
}

.cd-gallery li {
    margin-bottom: 0px;
    /* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); */
    display: none;
}

.cd-gallery li.gap {
    /* used in combination with text-align: justify to align gallery elements */
    opacity: 0;
    height: 0;
    display: inline-block;
}

.cd-gallery img {
    display: block;
    margin: 0px auto;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #fff;
}

.cd-gallery .cd-fail-message {
    display: none;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .cd-gallery {
        /* padding: 40px 3%; */
    }

    .cd-gallery ul {
        text-align: justify;
        padding: 0px;
        margin-top: 20px;
        /* margin-left: 20px; */
    }

    .cd-gallery ul:after {
        content: "";
        display: table;
        clear: both;
    }

    .cd-gallery li {
        width: 100%;
        margin-bottom: 0px;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-gallery {
        /* padding: 10px; */
        float: right;
        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        transition: width 0.3s;
    }

    .cd-gallery li {
        /* width: 348px; */
        margin-bottom: 10px;
        /* border: 1px solid #880302; */
    }

    .cd-gallery.filter-is-visible {
        /* reduce width when filter is visible */
        width: 80%;
    }
}


/* -------------------------------- 

xfilter 

-------------------------------- */

.cd-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    height: 100%;
    background: #ffffff;
    box-shadow: 4px 4px 20px transparent;
    z-index: 2;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
    -moz-transition: -moz-transform 0.3s, box-shadow 0.3s;
    transition: transform 0.3s, box-shadow 0.3s;
}

.cd-filter::before {
    /* top colored bar */
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background-color: #41307c;
    z-index: 2;
}

.cd-filter form {
    padding: 70px 20px;
}

.cd-filter .cd-close {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    width: 60px;
    color: #ffffff;
    font-size: 1.3rem;
    text-align: center;
    background: #37296a;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 3;
}

.no-touch .cd-filter .cd-close:hover {
    background: #32255f;
}

.cd-filter.filter-is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
}

.cd-filter.filter-is-visible .cd-close {
    opacity: 1;
}

@media only screen and (min-width: 1170px) {
    .cd-filter {
        width: 20%;
    }

    .cd-filter form {
        padding: 70px 10%;
    }
}

.cd-filter-trigger {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    line-height: 50px;
    width: 60px;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
    background: transparent url("../img/cd-icon-filter.svg") no-repeat center center;
    z-index: 3;
}

.cd-filter-trigger.filter-is-visible {
    pointer-events: none;
}

@media only screen and (min-width: 1170px) {
    .cd-filter-trigger {
        width: auto;
        left: 2%;
        text-indent: 0;
        color: #9a9a9a;
        text-transform: uppercase;
        font-size: 1.3rem;
        font-weight: 700;
        padding-left: 24px;
        background-position: left center;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
        transition: color 0.3s;
    }

    .no-touch .cd-filter-trigger:hover {
        color: #41307c;
    }

    .cd-filter-trigger.filter-is-visible,
    .cd-filter-trigger.filter-is-visible:hover {
        color: #ffffff;
    }
}


/* -------------------------------- 

xcustom form elements 

-------------------------------- */

.cd-filter-block {
    margin-bottom: 1.6em;
}

.cd-filter-block h4 {
    /* filter block title */
    position: relative;
    margin-bottom: .2em;
    padding: 10px 0 10px 20px;
    color: #9a9a9a;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.3rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.no-touch .cd-filter-block h4:hover {
    color: #41307c;
}

.cd-filter-block h4::before {
    /* arrow */
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 16px;
    height: 16px;
    /*background: url("../img/cd-icon-arrow.svg") no-repeat center center;*/
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.cd-filter-block h4.closed::before {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

.cd-filter-block input,
.cd-filter-block select,
.cd-filter-block .radio-label::before,
.cd-filter-block .checkbox-label::before {
    /* shared style for input elements */
    font-family: "Open Sans", sans-serif;
    border-radius: 0;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
}

.cd-filter-block input[type='search'],
.cd-filter-block input[type='text'],
.cd-filter-block select {
    width: 100%;
    padding: .8em;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    box-shadow: none;
}

.cd-filter-block input[type='search']:focus,
.cd-filter-block input[type='text']:focus,
.cd-filter-block select:focus {
    outline: none;
    background-color: #ffffff;
    border-color: #41307c;
}

.cd-filter-block input[type='search'] {
    /* custom style for the search element */
    border-color: transparent;
    background-color: #e6e6e6;
    /* prevent jump - ios devices */
    font-size: 1.6rem !important;
}

.cd-filter-block input[type='search']::-webkit-search-cancel-button {
    display: none;
}

.cd-filter-block .cd-select {
    /* select element wrapper */
    position: relative;
}

.cd-filter-block .cd-select::after {
    /* switcher arrow for select element */
    content: '';
    position: absolute;
    z-index: 1;
    right: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 16px;
    height: 16px;
    /*background: url("../img/cd-icon-arrow.svg") no-repeat center center;*/
    pointer-events: none;
}

.cd-filter-block select {
    cursor: pointer;
    font-size: 1.4rem;
}

.cd-filter-block select::-ms-expand {
    display: none;
}

.cd-filter-block .list li {
    position: relative;
    margin-bottom: .8em;
}

.cd-filter-block .list li:last-of-type {
    margin-bottom: 0;
}

.cd-filter-block input[type=radio],
.cd-filter-block input[type=checkbox] {
    /* hide original check and radio buttons */
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 2;
}

.cd-filter-block .checkbox-label,
.cd-filter-block .radio-label {
    padding-left: 24px;
    font-size: 1.4rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cd-filter-block .checkbox-label::before,
.cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
    /* custom radio and check boxes */
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cd-filter-block .checkbox-label::before,
.cd-filter-block .radio-label::before {
    width: 16px;
    height: 16px;
    left: 0;
}

.cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::after {
    /* check mark - hidden */
    display: none;
}

.cd-filter-block .checkbox-label::after {
    /* check mark style for check boxes */
    width: 16px;
    height: 16px;
    background: url("../img/cd-icon-check.svg") no-repeat center center;
}

.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
    border-radius: 50%;
}

.cd-filter-block .radio-label::after {
    /* check mark style for radio buttons */
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    left: 5px;
}

.cd-filter-block input[type=radio]:checked+label::before,
.cd-filter-block input[type=checkbox]:checked+label::before {
    border-color: #41307c;
    background-color: #41307c;
}

.cd-filter-block input[type=radio]:checked+label::after,
.cd-filter-block input[type=checkbox]:checked+label::after {
    display: block;
}

@-moz-document url-prefix() {

    /* hide custom arrow on Firefox - select element */
    .cd-filter-block .cd-select::after {
        display: none;
    }
}

.cd-tab-filter li:last-child {
    border: none;
}

.promo-ul {
    padding: 0px;
    margin-top: 20px;
}

.btn-bck3 a {
    background: linear-gradient(to right, rgba(249, 124, 0, 1) 0%, rgba(255, 186, 0, 1) 8%, rgba(255, 186, 0, 1) 92%, rgba(249, 124, 0, 1) 99%);
    padding: 12px 20px;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
}

.cd-tab-filter a img {
    height: 20px;
    filter: grayscale(1) invert(0.5) brightness(4.5);
    display: block;
    margin: 0px auto;
}

.cd-tab-filter a.selected img {}

.prm-cont {
    color: #000;
}

.prm-tnc ol {
    padding-left: 15px;
}

.prm-tnc ol li {
    padding-bottom: 10px;
}

.prm-cont h4 {
    color: #980000;
    font-weight: bold;
}

.promo-img {
    background: #fff;
    border-radius: 10px;
}

.promo-img p {
    padding: 10px;
    text-align: center;
    color: #900000;
    font-weight: bold;
}

.dl-dialog {
    border: 1px solid #ff7200;
    border-radius: 0px 0px 18px 18px;
}

.msg-bg {
    background: rgba(19, 19, 19, 0.5);
    margin-bottom: 90px;
    margin-top: 20px;
}

.msg-ttl {
    position: relative;
    background: linear-gradient(to right, rgba(249, 124, 0, 1) 0%, rgba(255, 186, 0, 1) 8%, rgba(255, 186, 0, 1) 92%, rgba(249, 124, 0, 1) 99%);
    padding: 9px 0px;
}

.msg-tr {
    display: table;
    width: 100%;
    cursor: pointer;
    font-size: 14px;
}

.cl-1 {
    width: 10%;
}

.cl-3 {
    width: 45%;
}

.msg-td {
    display: table-cell;
    font-size: 12px;
    padding: 0px 5px;
}

.btn-ttl {
    color: #ffffff;
    font-weight: bold;
}

.cl-2 {
    width: 45%;
}

.msg-list .msg-tr:hover .px-txt {
    color: #ff7923;
}

.msg-list .msg-tr {
    padding: 9px 0px;
}

.msg-tr {
    display: table;
    width: 100%;
    cursor: pointer;
    font-size: 14px;
}

a.msg-saw {
    color: #ffe795;
}

.msg-tr a {
    width: 100%;
    display: table;
    color: #fff;
}

.msg-list {
    background: #50505061;
}

.msg-list .msg-tr:nth-child(even) {
    background: #00000036;
}

.msg-pp .modal-content {
    background: #151515;
    border: 1px solid #ffba00;
    color: #fff;
    border-radius: 0px;
}

.msg-pp .close {
    color: #fff;
    opacity: 1;
    background: #ff7923;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 15px;
    position: absolute;
    top: -14px;
    right: -7px;
}

.msg-pp {
    margin-top: 20%;
}

.msg-pp .close {
    color: #fff;
    color: #fff !important;
    background: #ffba00;
    font-size: 17px !important;
    padding: 5px;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    position: absolute;
    top: -10px;
    right: -6px;
}

.btn-rp {
    display: flex;
    justify-content: flex-end;
    margin-right: 10px;
    margin-bottom: 10px;
}

button.btn-delete {
    background: linear-gradient(to right, rgba(249, 124, 0, 1) 0%, rgba(255, 186, 0, 1) 8%, rgba(255, 186, 0, 1) 92%, rgba(249, 124, 0, 1) 99%);
    border: none;
    padding: 5px 20px;
    border-radius: 5px;
    border: 1px solid #ff6161;
}

.msg-p-ttl p {
    color: #b4b4b4;
    font-size: 12px;
}

.msg-p-ttl {
    font-size: 16px;
}

span.msg-time {
    margin-left: 10px;
}

.dat-ico {
    position: absolute;
    top: 9px;
    right: 10px;
    color: #b4b4b4;
    font-size: 14px;
}

.bal-pp .modal-content {
    background: #131313;
    border: none;
    color: #fff;
}

.bal-pp .close {
    color: #ff7923;
    opacity: 1;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 15px;
    position: absolute;
    top: -11px;
    right: -7px;
}

.bal-pp {
    margin: 12% 6%;
}

.msg-wrap {
    padding: 15px;
}

span.tm2 {
    margin-left: 10px;
}

.dld-wrap-2 img {
    border-radius: 15px;
}

@media (min-width:768px) {
    body {
        width: 768px;
    }

    .content-af {
        padding-top: 25%;
    }
}

@media (min-width:768px) {
    .content {
        padding-top: 55px;
    }
}


/* BLOG */

.blog-cwrap {
    padding-top: 16%;
}

.blog-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    background: #ececec;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog-title-box {
    background: #fff;
    padding: 5px;
}

.blog-title-box i {
    font-size: 28px;
    color: #ff7200;
    margin-left: 10px;
    margin-right: 10px;
}

.blog-boxer {
    display: block;
    cursor: pointer;
    transition: all 0.5s;
    position: relative;
    max-width: 100%;
    height: auto;
    align-content: center;
    margin: 25px 0;
    grid-gap: 10px;
}

.blog-boxer img {
    width: 100%;
}

.blog-boxer h4 {
    color: #ff7200;
    font-weight: 600;
    font-size: 20px;
}

.blog-time-title {
    color: #166138;
}

.blog-time-title p {
    color: #ff7200;
}

.blog-time-title p i {
    margin-right: 10px;
    color: #ff7200;
}

.blog-content {
    color: #000;
    margin-bottom: 15px;
}

.blog-boxer .moreinfo_btn {
    display: flex;
    align-items: center;
    width: 30%;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px;
    margin: 0 auto;
    justify-content: space-between;
}

.blog-boxer_inner {
    display: block;
    padding: 15px;
}

.blog-boxer .moreinfo_btn span {
    font-size: 10px;
}

.blog-boxer .moreinfo_btn i {
    background: #fff;
    color: #ff7200;
    border-radius: 50%;
    margin-left: 10px;
    width: 15px;
    height: 15px;
    padding: 2px;
    padding-left: 5px;
}

.seperate-line {
    height: 5px;
    width: 80%;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
}

.moreinfo_btn {
    background-color: #ff7200;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    width: 100px;
    height: 30px;
    font-size: 13px;
}

.blog-text {
    background: none !important;
    padding: 10px;
}

.blog-modal {
    background: #fff;
    color: #000;
}

.gm-lobby {
    padding-bottom: 10px;
    padding-top: 15px;
}

.blog-title {
    text-align: center;
    color: #ff7200;
    font-weight: 700;
    font-size: 20px;
}

.card.tnc {
    overflow: auto;
}

.card-header.tnc {
    border: none;
    padding: 0;
}

.card-header.tnc a {
    color: #fff;
}

.card-body.tnc {
    line-height: 1.4;
}

.tnc-link {
    background: linear-gradient(to right, rgba(249, 124, 0, 1) 0%, rgba(255, 186, 0, 1) 8%, rgba(255, 186, 0, 1) 92%, rgba(249, 124, 0, 1) 99%);
    padding: 12px 15px;
    display: block;
}

.tnc-link.collapsed {
    background: #1f1f1f;
}

@media (max-height: 620px) {
    .content {
        padding-top: 55px;
    }

    .lobby-tab {
        max-height: 230px;
    }

}


#annoucement button.close {
    color: #fff;
    opacity: 1;
    background: #c08f0d;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    bottom: 2%;
    left: 42%;
}

#annoucement .modal-dialog {
    margin-top: 10%;
    border-radius: 10px;
}

.annouce-title {
    position: absolute;
    right: 17%;
    top: 18%;
    color: #000;
}

.annouce-title h4 {
    font-weight: 900;
    font-size: 30px;
    margin-bottom: 0;
}

.annouce-title h5 {
    font-weight: 700;
}

.announce-content {
    background: url(../images/announcement-bg.png) no-repeat center bottom;
    background-size: 100% 100%;
    border: none;
    padding: 15px;

    position: relative;
    padding-bottom: 20px;
    box-shadow: none;
    border-radius: 10px;
    min-height: 353px;
}

.announce-content .modal-body {
    background: #ffb900;
    margin-top: 137px;
    border-radius: 10px;
    font-weight: 600;
    padding: 10px;
    color: #000;
    font-size: 12px;
}

.announce-content .modal-body p {
    margin-bottom: 0;
}
/*Tounament*/
.tour-wrap-all {
    background: url("../images/tournament/bg.jpg") no-repeat center top;
}

.tour-wrap {
    padding: 20px;
}

.token {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

button.btn-token {
    border-radius: 15px;
    padding: 9px 0px;
    width: 230px;
    color: #000;
    font-size: 30px;
    font-weight: bold;
    background: linear-gradient(to bottom,  #ffff00 0%,#ff9600 100%);
    border: none;
    box-shadow: 0px 4px 4px 0px #959595;
}

.wrap-btn {
    border-radius: 10px;
    padding: 4px;
}

.check-in {
    background: url("../images/common/tournament/line.png")no-repeat center top;
    /* padding: 0px 15px; */
}

.check-iteam ul {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
}
.check-iteam ul li{
   
}

.check-iteam ul li a {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.check-iteam ul li a div{
    background: #e8e8e8;
    padding: 15px;
    border-radius: 20px 20px 0px 0px;
    border: 1px solid #f3b782;
    max-width: 100%;
    height: 100%;
    align-content: center;
    text-align: center;
}
.check-iteam ul img {
   
max-width: 100%;
}

.check-iteam {
    position: relative;
    margin-bottom: 40px;
}

.check-iteam ul li a p {
    color: #585555;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    background: #f3b782;
    color: #000;
    border-radius: 0px 0px 20px 20px;
    border: 1px solid #f3b782;
    margin: 0;
}

.tour-logo img {
    height: 200px;
    margin: 0px auto;
    display: block;
}
.pop-tour {
    position: relative;
}
.pop-tour button{
    text-shadow: none;
    opacity: 1;
}
.btn-reward {
    display: flex;
    justify-content: center;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0px;
}

.reward-btn {
    padding: 3px;
    border-radius: 8px;
}

button.btn-wrad {
    background: linear-gradient(to bottom,  #ffff00 0%,#ff9600 100%);
    color: #000;
    font-size: 30px;
    padding: 4px 40px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    box-shadow: 0px 4px 4px 0px #3d3d3d;
}

.check-iteam ul li.active a p {
    color: #000000;
}
.check-iteam ul li.active a img {
    background: #e8e8e8;
}
.modal-dialog.tour-pop {
    max-width: 380px;
}

.tour-btn {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding-bottom: 67px;
}

button.btn-how {
    color: #000;
    background: linear-gradient(to bottom,  #ffff00 0%,#ff9600 100%);
    border-style: solid;
    /* border-image: radial-gradient(rgb(221 167 65), rgb(246 220 115)) 1; */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    font-weight: bold;
    border-radius: 10px;
    font-size: 18px;
    border: none;
    width: 100%;
    box-shadow: 0px 3px 3px 1px #696969;
}

.modal-dialog.tnc-pop {
    padding: 2px;
    border-radius: 10px;
    max-width: 685px;
}

.tnc-pop .modal-body {
    background: #260e0f;
    color: #fff;
    border-radius: 10px;
    padding: 25px 50px;
}

.tnc-tour {padding: 0;}

.tnc-ttl {
    text-align: center;
    font-size: 26px;
}

.tnc-content {
    margin-top: 20px;
}

.tnc-tour button.close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: rgba(250, 175, 63, 1);
    opacity: 1;
}

.tnc-pop .modal-content {
     background: #fff;
     color: #000;
     padding: 25px;
     border-radius: 10px;
     background-size: cover;
     border: 1px solid rgba(250, 175, 63, 1);
}

.tour-pop .modal-content {
    background: none;
    border: none;
    box-shadow: none;
}

.bd-out {
    /* background: linear-gradient(to bottom, rgba(161,113,80,1) 0%, rgba(255,221,196,1) 32%, rgba(115,48,6,1) 74%, rgba(193,156,128,1) 100%); */
    /* padding: 1px; */
    /* border-radius: 10px; */
    flex: 1;
}
.w-100{
    max-width: 100%;
}
.event-all{
    /* overflow-x: scroll; */
    /* flex-wrap: nowrap; */
}
.main-event ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 10px;
    /* border-radius: 10px; */
    background: #ff7200;
    box-shadow: 0px 0px 5px 0px #00000036;
    /* margin: 10px; */
    list-style:none;
}

.main-event ul li{
    text-align: center;
}
.main-event ul li a{
    color: #fff;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 600;
}
.main-event ul li a img{
    filter: invert(1);
    max-width: 50px;
}
/*Redemption*/
.red-bg {
    padding: 0px 15px;
}

.redemp-title {
    padding-bottom: 15px;
}

.redemption-wrapper {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 15px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px;
}

.redemp-box {
    position: relative;
    margin: 15px 2px 35px;
    display: inline-block;
    text-transform: uppercase;
}

.redemp-box {
    background: url("../images/reward/bg-reward.png")no-repeat;
    background-size: 100%;
    width: 100%;
    /* height: 226px; */
    margin: 0 auto;
    /* padding: 13px 25px; */
    position: relative;
}

.redemp-inner {
    position: relative;
    /* top: -40px; */
}

 @keyframes scaleUpDown {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
 }
 
 .prize-credit  {
    animation: scaleUpDown 3s infinite;
 }

.point-text {
    line-height: 8px;
    color: #e9ac50;
    font-size: 24px;
    font-weight: bold;
}

.require-text {
    font-size: 14px;
    font-weight: 100;
    padding: 9px 0;
}

.claim-btn-wrap {
    /* margin-top: -30px; */
}

button:focus {
    outline: none;
}

.point-text.top {
    margin-top: -15px;
}

.prize-item {
    margin-top: -40px;
}

.prize-sub {
    font-size: 11px;
    font-weight: 600;
}

.require-text.top {
    min-height: 78px;
}

.bg-daily img {
    display: block;
    margin: 0px auto;
}

.max-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    /* top: -75px; */
}

.top-btn {
    display: flex;
    position: relative;
}

.top-btn-wrap {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
}

.pred-btn-point {
    display: flex;
    position: relative;
    align-items: center;
    font-weight: bold;
}

.subtitle-wrap {
    position: relative;
}

.sub-box.redemp {
    position: relative;
    top: 2px;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    /* font-weight: bold; */
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 100;
    justify-content: center;
    margin-bottom: 20px;
}

.top-btn {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
}

.red-txt {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}

.pred-btn {
    background: none;
    border: none;
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: bold;
    transition: transform 0.3s ease-in-out;
    max-width: 70%;
    margin: 0 auto;
}
.pred-btn:hover {
    transform: scale(1.1);
}

span.red-pnt {
    color: #edc983;
}

.pt-btn {
    font-size: 20px;
}

.red-txt-gd {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 18px;
}

.claim-btn-wrap .submit-btn {
    background: url(../images/redemption/btn-claim.png)no-repeat center top;
    border: none;
    display: flex;
    margin: 0px auto;
    position: relative;
    min-width: 100px;
    /* height: 65px; */
    background-size: 100% 100%;
    justify-content: center;
    font-weight: 900;
    padding: 10px;
    padding-top: 7px;
    color: #000;
    transition: transform 0.3s ease-in-out;
}
.claim-btn-wrap .submit-btn:hover{
    transform: scale(1.1);
}

img.img-sh {
    position: absolute;
    z-index: 1;
    left: 0px;
}

img.img-sh2 {
    z-index: 2;
}

.transc-l img {
    display: block;
    margin: 0px auto;
}

.btn-live {
    display: flex;
    align-items: center;
}

.text-trs {
    color: #859cbf;
    font-size: 20px;
    line-height: 21px;
}

.fnt-wh {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.rep_modal .modal-dialog {
    background: none;
}

.rep_modal .modal-content {
    background: none;
    border: none;
}

.rep_modal .daily-wrap-in {
    box-shadow: none;
    border: none;
    background: url("../images/theme-1/reward-redemption/bg-reward.png")no-repeat center top;
    background-size: contain;
    min-width: 312px;
}

.rep_modal img.img-wrap {
    height: 85% !important;
    position: relative;
    top: -78px;
}

.modal-congrat {
    position: relative;
}

.rep_modal .modal-congrat h5 {
    position: absolute;
    top: 57%;
    left: 0;
    right: 0;
    margin: auto;
    color: #c498ff;
    font-size: 28px;
}

.rep_modal .congrat-text {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 67px;
}

.rep_modal .color-text1 {
    color: #c498ff;
}

.rep_modal .close {
    position: absolute;
    right: 30px;
    top: 18px;
    color: #db9bfc;
    opacity: 1;
    font-size: 47px;
}

.reptnc_modal .modal-content {
    background: none;
    padding: 0px;
}

.reptnc_modal .modal-header {
    border-bottom: 1px solid #000;
}

.reptnc_modal .modal_body_view {
    background: #ffffff;
    border: 1px solid #ffc107;
    box-shadow: 0px 0px 19px 4px #ffa900;
}

.reptnc_modal .tnc-content ul,
.reptnc_modal .tnc-content ol {
    padding-left: 24px;
    margin-bottom: 20px;
}

.reptnc_modal .tnc-content ul li {
    list-style: circle;
}

.reptnc_modal .tnc-content ol li {
    list-style: auto;
}

.reptnc_modal .close {
    position: absolute;
    right: 30px;
    top: 15px;
    color: #edc983;
    opacity: 1;
    font-size: 30px;
    text-shadow: 0 0 BLACK;
}

.reptnc_modal .modal_body_view h5 {
    color: #000000;
    margin: 0;
    font-weight: 700;
}

.reptnc_modal .tnc-content {
    color: #000000;
    margin-top: 0;
    font-weight: 600;
}

.rep_modal .claim-btn-wrap {
    position: absolute;
    bottom: 0px;
    left: 0;
    margin: 0px auto;
    right: 0;
}

.btn-clm {
    position: absolute;
    color: #ffffff;
    left: 0;
    right: 0;
    margin: 0px auto;
    bottom: 0px;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    text-transform: uppercase;
}

.btn-bfr {
    position: absolute;
    bottom: 30%;
    display: flex;
    gap: 10px;
    justify-content: center;
    left: 0;
    right: 0;
    margin: 0px auto;
    list-style: none;
}

button.btn-dly {
    background: linear-gradient(to right, rgba(250, 137, 57, 1) 0%, rgba(251, 62, 109, 1) 100%);
    color: #fff;
    border: none;
    padding: 10px 30px;
    border: 1px solid #aa284a96;
    box-shadow: 0px 0px 20px 8px #77267d, 0px 0px 20px 0px #603d92;
    font-size: 20px;
    border-radius: 10px;
    font-weight: bold;
    text-shadow: 0px 2px 0px black;
}

.ranking-list {
    padding: revert-layer;
}

.reward-bg {
    background: url(../images/reward/bg.png)no-repeat center top;

}
.btn-wrap{
    text-align: center;
}

/* MISSION */
.mission-bg ul {
    margin-top: 25px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    list-style: none;
    padding-left: 0;
}

.mission-bg ul li a {
    display: block;
    position: relative;
    color: #fff;
    background: url(../images/mission/frame-promo.png)no-repeat center;
    background-size: 100% 100%;
    min-height: 160px;
}
.mission-bg .container{
    max-width: 800px;
}

.ms-wrap {
    position: absolute;
    top: 0;
    padding: 10px 16px;
    text-align: center;
    width: 100%;
    color: #fff;
}

.ms-ttl {
    text-transform: uppercase;
}

.ms-amt {
    font-weight: bold;
    color: #fab57e;
    text-transform: uppercase;
    margin-top: 15px;
}

.ms-btn {
    position: absolute;
    bottom: 10px;
    width: 100%;
    z-index: 99;
    text-align: center;
    border: none;
    background: none;
    animation: scaleUpDown 2s infinite;
}
@keyframes scaleUpDown {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
 }
 

.ms-btn img{
    max-width: 75%;
    margin: 0 auto;
}

.mission_modal .modal-content {
    background: #fff;
    color: #000;
    padding: 25px;
    border-radius: 10px;
    background-size: cover;
    border: 1px solid rgba(250, 175, 63, 1);
    font-weight: 600;
}

.mission_modal .modal-dialog {
    max-width: 800px;
}

.mission_modal .close {
    position: absolute;
    right: 0px;
    color: #fff;
}

.mission_modal ul,
.mission_modal ol {
    padding-left: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #787878;
    font-size: 12px;
}

.mission_modal ul li {
    list-style: circle;
    margin-bottom: 15px;
}

.mission_modal ol li {
    list-style: auto;
    margin-bottom: 10px;
}

.mission_modal .modal-body {
    padding: 20px 30px;
}

.mission_modal h4 {
    border-bottom: 1px solid #fff;
    display: inline-flex;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.mission_modal table tr td,
.mission_modal table tr th {
    padding: 10px;
    text-align: center;
    font-size: 12px;
}

.mission_modal .close {
    color: #f2b55b;
    font-size: 34px;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 10px;
}
.clm-btn {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}
.clm-btn button {
    background: #ed1d49;
    border-radius: 10px;
    font-size: 12px;
    padding: 10px 14px;
    color: #fff;
    font-weight: 600;
    border: none;
    margin: 0 5px;
}
.reward-menu ul{
    text-align: center;
}
.reward-menu ul img{
    filter: invert(1);
}
.reward-menu ul li a:hover img{
  filter: drop-shadow(1px 1px 3px #fff);
}
.prize-credit img{
    max-width: 100%;
}
img{
    max-width: 100%;
}
.redemption{
    padding: 0 15px;
}
.btn-token,.btn-how {
    padding: 10px 20px;
    font-size: 16px;
    color: white;
    background-color: blue;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
 }

 .btn-token:active ,.btn-how:active {
    transform: scale(1.05);
 }
.modal-dialog-centered {
    max-width: 90%;
    margin: 10px auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%)!important;
}

.modal h5{
    font-size: 18px;
    font-weight: 700;
}
/* OTP */
.form-ttl{
    width: 100%;
    display: flex;
    align-items: center;
}
.otp-value{
   display: flex;
   flex-wrap: wrap;
   flex-direction: row;
   grid-gap: 5px;
}
.otp-timer {
    margin-top: 10px;
    color: #ff0000;
    font-size: 14px;
}
.otp-input {
    width: 32px;
    font-size: 20px;
    text-align: center;
    margin: 0;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
}
.btn-resend{
    padding: 5px;
    border: none;
    color: #fff;
    background: linear-gradient(to right, rgba(249, 124, 0, 1) 0%, rgba(255, 186, 0, 1) 8%, rgba(255, 186, 0, 1) 92%, rgba(249, 124, 0, 1) 99%);
}