@font-face {
    font-family: "UVN Sach Vo";
    src: url(/fonts/UVNSachVo_R.TTF);
    font-weight: 400
}

@font-face {
    font-family: "UVN Sach Vo";
    src: url(/fonts/UVNSachVo_B.TTF);
    font-weight: 700
}

@font-face {
    font-family: "UVN Mang Cau";
    src: url(/fonts/UVNMangCauNang_R.TTF);
    font-weight: 700
}

@font-face {
    font-family: Konnect;
    src: url(/fonts/FontsFree-Net-Konnect4.ttf);
    font-weight: 700
}

.clearfix, .group {
    zoom: 1
}

    .clearfix:after, .clearfix:before, .group:after, .group:before {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden
    }

    .clearfix:after, .group:after {
        clear: both
    }

.span1, .span10, .span11, .span12, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 20px
}

.group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -2.1277%
}

@media screen and (max-width:767px) {
    .group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (min-width:767px) {
    .span1 {
        -ms-flex-preferred-size: 6.2056333%;
        flex-basis: 6.2056333%;
        margin-left: 2.1277%;
        max-width: 6.2056333%
    }

    .span2 {
        -ms-flex-preferred-size: 14.5389666%;
        flex-basis: 14.5389666%;
        margin-left: 2.1277%;
        max-width: 14.5389666%
    }

    .span3 {
        -ms-flex-preferred-size: 22.8722999%;
        flex-basis: 22.8722999%;
        margin-left: 2.1277%;
        max-width: 22.8722999%
    }

    .span4 {
        -ms-flex-preferred-size: 31.2056332%;
        flex-basis: 31.2056332%;
        margin-left: 2.1277%;
        max-width: 31.2056332%
    }

    .span5 {
        -ms-flex-preferred-size: 39.5389665%;
        flex-basis: 39.5389665%;
        margin-left: 2.1277%;
        max-width: 39.5389665%
    }

    .span6 {
        -ms-flex-preferred-size: 47.8722998%;
        flex-basis: 47.8722998%;
        margin-left: 2.1277%;
        max-width: 47.8722998%
    }

    .span7 {
        -ms-flex-preferred-size: 56.2056331%;
        flex-basis: 56.2056331%;
        margin-left: 2.1277%;
        max-width: 56.2056331%
    }

    .span8 {
        -ms-flex-preferred-size: 64.5389664%;
        flex-basis: 64.5389664%;
        margin-left: 2.1277%;
        max-width: 64.5389664%
    }

    .span9 {
        -ms-flex-preferred-size: 72.8722997%;
        flex-basis: 72.8722997%;
        margin-left: 2.1277%;
        max-width: 72.8722997%
    }

    .span10 {
        -ms-flex-preferred-size: 81.205633%;
        flex-basis: 81.205633%;
        margin-left: 2.1277%;
        max-width: 81.205633%
    }

    .span11 {
        -ms-flex-preferred-size: 89.5389663%;
        flex-basis: 89.5389663%;
        margin-left: 2.1277%;
        max-width: 89.5389663%
    }

    .span12 {
        -ms-flex-preferred-size: 97.8722996%;
        flex-basis: 97.8722996%;
        margin-left: 2.1277%;
        max-width: 97.8722996%
    }
}

body {
    font-family: "UVN Sach Vo",Cantarell,"Helvetica Neue",sans-serif;
    font-size: 100%;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    margin: 0
}

blockquote {
    border-left: 2px solid #fdb440;
    font-family: Georgia,Times,"Times New Roman",serif;
    font-size: 1.4em;
    font-style: italic;
    font-weight: 400;
    margin: 0 0 20px;
    padding-left: 25px
}

h1, h2, h3, h4, h5 {
    font-family: "UVN Sach Vo",Cantarell,"Helvetica Neue",sans-serif
}

h1 {
    font-size: 68px;
    font-style: normal;
    font-weight: 400;
    margin: 0 0 25px
}

h2 {
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    margin: 0 0 25px
}

h3 {
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    margin: 0 0 25px
}

h4 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    margin: 0 0 25px
}

h5 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin: 0 0 25px
}

p {
    margin: 0 0 20px
}

pre {
    background: #222;
    color: #fff;
    display: block;
    font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 20px;
    padding: 10px;
    word-break: break-all;
    word-wrap: break-word
}

code {
    border-radius: 5px;
    background: #f5f5f5;
    border: 1px solid rgba(0,0,0,.1);
    font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
    font-size: 13px;
    line-height: 20px;
    padding: 2px 10px;
    word-break: break-all;
    word-wrap: break-word
}

a {
    color: #0e5ba7;
    text-decoration: none
}

    a:focus, a:hover {
        text-decoration: none
    }

* :focus {
    outline: 0
}

@media screen and (max-width:480px) {
    body {
        font-size: 14px
    }

    h1, h2, h3, h4, h5 {
        margin-bottom: 10px
    }

    h1 {
        font-size: 26px
    }

    h2 {
        font-size: 18px
    }

    h3 {
        font-size: 16px
    }

    h4, h5, ol, p, ul {
        font-size: 14px
    }
}

.footer {
    background: #5f070d;
    background: radial-gradient(circle,#5f070d 0,#3e0507 100%);
    padding: 30px 0;
    position: relative;
    z-index: 5
}

.footer-inner {
    display: flex;
    flex-wrap: wrap
}

.footer-logo {
    width: 100%;
    text-align: center
}

    .footer-logo .logo {
        margin-bottom: 15px
    }

.footer-copyright {
    margin-bottom: 1em;
    font-family: Arial,sans-serif;
    color: #fff
}

    .footer-copyright:last-child {
        margin-bottom: 0
    }

.footer-nav ul {
    list-style: none
}

    .footer-nav ul li {
        padding: 10px;
        border-bottom: 1px solid #fff
    }

        .footer-nav ul li:last-child {
            border-bottom: 0
        }

        .footer-nav ul li a {
            text-decoration: none;
            color: #fff;
            transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out
        }

            .footer-nav ul li a:hover {
                opacity: .5
            }

.layout-content {
    display: flex;
    justify-content: center;
    position: relative
}
    .layout-content.payment {
        justify-content: flex-start;
    }
    .main-content {
        width: calc(100% - 350px);
        padding-right: 20px;
        position: relative
    }

    .main-content::after {
        content: "";
        top: 20px;
        bottom: 20px;
        width: 3px;
        background: #c7c7c7;
        position: absolute;
        right: 0
    }

.info-content {
    flex: 1;
    padding-left: 20px
}

@media screen and (max-width:767px) {
    .layout-content {
        flex-direction: column
    }

    .main-content {
        width: 100%;
        padding-right: 0
    }

        .main-content::after {
            height: 2px;
            width: 100%;
            bottom: 0;
            top: auto
        }

    .info-content {
        padding-left: 0;
        padding-bottom: 30px
    }

    .footer-left, .footer-nav {
        width: 100%
    }

        .footer-nav, .footer-nav ul {
            padding-left: 0
        }

    .footer-nav {
        order: 1
    }

    .footer-left {
        order: 2
    }
}

@media screen and (max-width:480px) {
    body {
        overflow-x: hidden
    }
}

body {
    background: #fff
}

img {
    max-width: 100%;
    height: auto
}

button {
    -webkit-box-shadow: 0;
    box-shadow: 0;
    cursor: pointer;
    outline: 0;
    border: 0
}

.error {
    color: red;
    font-size: 15px;
    display: none
}

.login {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

    .login.login-content {
        margin: 50px 0;
        width: 500px;
        max-width: 100%
    }

    .login .header {
        height: calc(100vh / 3)
    }

.modal-backdrop.show {
    opacity: .85
}

@media screen and (max-width:767px) {
    .login .header {
        height: calc(100vh / 4)
    }
}

.login .box-login {
    margin: auto;
    border-radius: 5px;
    width: 100%;
    background: #fff;
    padding: 1rem;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.48);
    box-shadow: 0 1px 3px rgba(0,0,0,.48);
    z-index: 200;
    overflow: hidden;
    text-align: center
}

.box-login .txt-noice {
    border: 1px solid #fa6c6c;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

@media screen and (max-width:767px) {
    .login .box-login {
        width: 100%;
        top: calc(100vh / 4 - 60px)
    }
}

.box-login-logo {
    max-width: 160px;
    margin: auto;
    padding-bottom: 10px
}

.login .box-login h2 {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px
}

.login .box-login .show-password {
    display: none
}

.login .box-login .form-field {
    margin-bottom: 1rem
}

    .login .box-login .form-field input {
        width: 100%;
        border: 0;
        border-bottom: 1px solid #ababab;
        color: #000;
        padding: 10px 0;
        font-size: 15px
    }

        .login .box-login .form-field input::-webkit-input-placeholder {
            color: #ababab
        }

        .login .box-login .form-field input::-moz-placeholder {
            color: #ababab
        }

        .login .box-login .form-field input:-ms-input-placeholder {
            color: #ababab
        }

        .login .box-login .form-field input::-ms-input-placeholder {
            color: #ababab
        }

        .login .box-login .form-field input::placeholder {
            color: #ababab
        }

    .login .box-login .form-field.field-submit {
        margin-top: 1.5rem
    }

        .login .box-login .form-field.field-submit .btn {
            display: block;
            width: 100%;
            margin-bottom: 1rem;
            padding: 10px;
            font-size: 16px;
            text-transform: uppercase;
            border-radius: 10px;
            padding: 4px 0 0;
            border: 0;
            color: #fff;
            cursor: pointer;
            -webkit-transition: all .15s ease-in;
            transition: all .15s ease-in
        }

            .login .box-login .form-field.field-submit .btn span {
                display: block;
                padding: 10px;
                border-radius: 10px;
                -webkit-box-shadow: 0 -3px 5px rgba(0,0,0,.48) inset;
                box-shadow: 0 -3px 5px rgba(0,0,0,.48) inset
            }

            .login .box-login .form-field.field-submit .btn.btn-submit {
                background: #861d24
            }

                .login .box-login .form-field.field-submit .btn.btn-submit span {
                    background: #5e070c
                }

            .login .box-login .form-field.field-submit .btn.btn-google {
                background: #f07b6d
            }

                .login .box-login .form-field.field-submit .btn.btn-google span {
                    background: #e74c3c
                }

            .login .box-login .form-field.field-submit .btn.btn-facebook {
                background: #4778ba
            }

                .login .box-login .form-field.field-submit .btn.btn-facebook span {
                    background: #285296
                }

            .login .box-login .form-field.field-submit .btn.btn-apple {
                background: #0277BD
            }

                .login .box-login .form-field.field-submit .btn.btn-apple span {
                    background: #039BE5
                }

            .login .box-login .form-field.field-submit .btn:hover {
                padding: 0 0 4px
            }

                .login .box-login .form-field.field-submit .btn:hover span {
                    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.48) inset;
                    box-shadow: 0 3px 5px rgba(0,0,0,.48) inset
                }

.form-register {
    margin-bottom: 10px;
    color: #0e5ba7
}

    .form-register button {
        font-weight: 700;
        cursor: pointer;
        color: #0e5ba7;
        background: 0 0;
        border: 0;
        box-shadow: none;
        padding: 0
    }

button:focus {
    outline: 0 !important
}

.box-forgot {
    display: flex;
    justify-content: space-between;
    margin-top: 10px
}

    .box-forgot a, .box-forgot button {
        background: 0 0;
        color: #0e5ba7
    }

        .box-forgot a:hover, .box-forgot button:hover {
            text-decoration: underline
        }

    .box-forgot img {
        max-width: 20px
    }

.login .box-login .form-field .field-password {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-bottom: 1px solid #ababab
}

    .login .box-login .form-field .field-password input {
        border-bottom: 0
    }

    .login .box-login .form-field .field-password .label-show-password {
        margin-left: 10px
    }

        .login .box-login .form-field .field-password .label-show-password .svg-toggle-password .closed-eye {
            opacity: 0;
            height: 0
        }

    .login .box-login .form-field .field-password .show-password:checked + .label-show-password .svg-toggle-password .closed-eye {
        opacity: 1;
        -webkit-transition: opacity .3s ease,height .4s ease;
        transition: opacity .3s ease,height .4s ease;
        width: 4px;
        height: 44px
    }

#menuToggle {
    display: block;
    position: relative;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    #menuToggle input {
        display: block;
        width: 40px;
        height: 32px;
        position: absolute;
        top: -7px;
        left: -5px;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
        -webkit-touch-callout: none
    }

        #menuToggle input:checked ~ span {
            opacity: 1;
            -webkit-transform: rotate(45deg) translate(-2px,-1px);
            transform: rotate(45deg) translate(-2px,-1px);
            background: #232323
        }

            #menuToggle input:checked ~ span:nth-last-child(2) {
                -webkit-transform: rotate(-45deg) translate(0,-1px);
                transform: rotate(-45deg) translate(0,-1px)
            }

            #menuToggle input:checked ~ span:nth-last-child(3) {
                opacity: 0;
                -webkit-transform: rotate(0) scale(.2,.2);
                transform: rotate(0) scale(.2,.2)
            }

        #menuToggle input:checked ~ ul {
            -webkit-transform: none;
            transform: none
        }

@media screen and (max-width:767px) {
    #menuToggle input:checked ~ ul {
        position: fixed
    }
}

#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #cdcdcd;
    border-radius: 3px;
    z-index: 1;
    -webkit-transform-origin: 4px 0;
    transform-origin: 4px 0;
    -webkit-transition: background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease,-webkit-transform .5s cubic-bezier(.77,.2,.05,1);
    transition: background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease,-webkit-transform .5s cubic-bezier(.77,.2,.05,1);
    transition: transform .5s cubic-bezier(.77,.2,.05,1),background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease;
    transition: transform .5s cubic-bezier(.77,.2,.05,1),background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease,-webkit-transform .5s cubic-bezier(.77,.2,.05,1)
}

    #menuToggle span:nth-last-child(2) {
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%
    }

#menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    width: 350px;
    margin: -82px 0 0 -50px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    height: calc(100vh + 82px);
    background: #e8e8e8;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translate(-100%,0);
    transform: translate(-100%,0);
    box-shadow: 0 8px 10px -5px rgb(0 0 0 / 20%),0 16px 24px 2px rgb(0 0 0 / 14%),0 6px 30px 5px rgb(0 0 0 / 12%);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.77,.2,.05,1);
    transition: -webkit-transform .5s cubic-bezier(.77,.2,.05,1);
    transition: transform .5s cubic-bezier(.77,.2,.05,1);
    transition: transform .5s cubic-bezier(.77,.2,.05,1),-webkit-transform .5s cubic-bezier(.77,.2,.05,1)
}

    #menu li {
        padding: 20px 50px;
        border-top: 1px solid #ccc
    }

        #menu li a {
            display: flex;
            align-items: center;
            text-transform: uppercase;
            font-size: 16px
        }

            #menu li a img {
                width: 25px;
                margin-right: 7px
            }

        #menu li.logo {
            border-top: 0;
            padding-left: 50px;
            padding-bottom: 10px;
            justify-content: flex-end
        }

            #menu li.logo a {
                justify-content: flex-end
            }

                #menu li.logo a img {
                    width: 120px
                }

@media screen and (max-width:767px) {
    #menu {
        width: 300px
    }
}

#menu a {
    color: #000;
    text-decoration: none
}

.header {
    background: #5f070d;
    background: radial-gradient(circle,#5f070d 0,#3e0507 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 30px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100
}

.main {
    min-height: 600px;
    padding-top: 48px
}
.box-button{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.table-choose-content .box-button > button.btn {
    width: calc((100% - 40px ) / 3 ) !important;
    margin-left: 20px !important;
    margin-right: 0 !important;
    white-space: normal;
}
.table-choose-content .box-button > button.btn:nth-child(3n+1) {
    margin-left: 0 !important;
}
@media screen and (max-width:767px) {
    .header {
    padding: 5px 15px;
}
}

.overlay {
    align-items: center;
    border-radius: inherit;
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(33,33,33,.46);
    transition: .3s cubic-bezier(.25,.8,.5,1),z-index 1ms
}

    .overlay.show {
        opacity: 1;
        visibility: visible
    }

.nav-header {
    padding-right: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 200
}

    .nav-header .nav-link {
        color: #fff;
        font-size: 20px;
        padding: 0;
        margin-right: 20px;
        text-decoration: none;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .nav-header .nav-link.nav-logo {
            padding: 0;
            margin-right: 0;
            margin-bottom: 0;
            width: 160px
        }

@media screen and (max-width:767px) {
    .nav-header .nav-link {
        font-size: 16px
    }
}

.nav-header .nav-link svg {
    margin-right: 15px
}

.carousel-indicators li {
    cursor: pointer
}

@media screen and (max-width:767px) {
    .nav-header .nav-link svg {
        margin-right: 10px
    }
}

.nav-header .nav-link:hover {
    color: #fdb440
}

.box-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #d8d8d8;
    margin: 1rem 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

    .box-banner img {
        width: 100%
    }

.table {
    background: #d8d8d8;
    table-layout: fixed;
    width: 100%;
    border-spacing: 0
}

    .table caption {
        text-align: left;
        padding: 17px 15px;
        background: #d8d8d8;
        text-transform: uppercase
    }

    .table tr td {
        border-top: 2px solid #ababab;
        border-right: 2px solid #ababab;
        padding: 10px;
        text-align: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

        .table tr td:last-child {
            border-right: 0
        }

.table-choose {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap
}

    .table-choose .item-game {
        margin-left: 20px;
        box-sizing: border-box;
        display: flex;
        align-items: center
    }

.item-game .item-game-thumb {
    width: 150px
}

.item-game .item-game-title {
    margin-left: 30px;
    font-size: 24px;
    font-weight: 400
}

.title-game {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    padding: 10px 20px;
    background: #e1e1e1;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    margin: 40px 0 20px
}

@media screen and (max-width:767px) {
    .table-choose .item-game {
        margin-bottom: 15px
    }

    .item-game .item-game-title {
        font-size: 20px
    }
}

.menu-footer {
    padding: 15px 35px;
    background: #d8d8d8;
    width: 100%;
    border-top: 2px solid #ababab;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media screen and (max-width:767px) {
    .menu-footer {
        padding: 10px 15px
    }
}

.menu-footer a {
    color: #ababab;
    text-decoration: none
}

@media screen and (max-width:767px) {
    .menu-footer a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.avatar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.avatar-thumb {
    width: 32px;
    height: 32px;
    border-radius: 50%
}

@media screen and (max-width:767px) {
    .avatar-thumb {
        width: 25px;
        height: 25px
    }
}

.avatar-name {
    font-size: 20px;
    color: #fff;
    margin-left: 15px
}

@media screen and (max-width:767px) {
    .avatar-name {
        font-size: 16px
    }
}

.header-dropdown {
    position: relative
}

.header-dropdown-toggle {
    position: relative;
    cursor: pointer
}

@media screen and (max-width:767px) {
    .header-dropdown-toggle {
        padding-right: 20px
    }
}

.header-dropdown-menu {
    position: fixed;
    top: 0;
    z-index: 200;
    background: #fff;
    color: #8b8b8b;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.58);
    box-shadow: 0 1px 5px rgba(0,0,0,.58);
    width: 240px;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    right: 0;
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
    max-width: 100%;
    pointer-events: auto;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    will-change: transform;
    transition-property: transform,visibility,width;
    box-shadow: 0 8px 10px -5px rgb(0 0 0 / 20%),0 16px 24px 2px rgb(0 0 0 / 14%),0 6px 30px 5px rgb(0 0 0 / 12%)
}

    .header-dropdown-menu:focus {
        border: 0;
        outline: 0;
        box-shadow: none
    }

    .header-dropdown-menu.show {
        transform: translateX(0)
    }

.header-dropdown-item {
    border-bottom: 1px solid #ccc;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #8b8b8b;
    text-decoration: none;
    cursor: pointer;
    width: 100%
}

    .header-dropdown-item img {
        width: 25px;
        margin-right: 5px
    }

    .header-dropdown-item .avatar-thumb {
        width: 32px;
        height: 32px
    }

    .header-dropdown-item .avatar-name {
        color: #8b8b8b;
        font-size: 16px
    }

    .header-dropdown-item.no-boder {
        border-bottom: 0
    }

    .header-dropdown-item svg {
        margin-right: 10px
    }

    .header-dropdown-item:hover {
        color: #861d24
    }

        .header-dropdown-item:hover .avatar-name {
            color: #861d24
        }

        .header-dropdown-item:hover svg path {
            fill: #861d24
        }

.item-game {
    display: block;
    text-decoration: none;
    color: #000
}

    .item-game:hover {
        opacity: .75
    }

.btn-submit {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #861d24;
    color: #f9b255;
    border-radius: 10px;
    padding: 4px 0 0;
    border: 0;
    font-weight: 700;
    text-decoration: none;
    width: 300px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all .2s ease-in;
    border: 2px solid transparent;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    text-transform: uppercase
}

    .btn-submit span {
        display: block;
        background: #5e070c;
        width: 100%;
        padding: 10px;
        border-radius: 10px;
        -webkit-box-shadow: 0 -3px 5px rgb(0 0 0 / 48%) inset;
        box-shadow: 0 -3px 5px rgb(0 0 0 / 48%) inset
    }

@media screen and (max-width:767px) {
    .btn-submit {
        width: 230px
    }
}

.btn-submit:hover {
    background: #861d24;
    padding: 0 0 4px
}

.select-game {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 2rem
}

.select-game-thumb {
    width: 100px
}

    .select-game-thumb img {
        max-width: 100%
    }

.select-game-title {
    margin-left: 1rem
}

.box-select {
    padding: 1.5rem
}

.page-title {
    font-size: 28px;
    padding: 30px 0 15px
}

.page-content {
    padding-bottom: 30px
}

@media screen and (max-width:767px) {
    .box-select {
        padding: 10px
    }

    .page-title {
        font-size: 20px;
        padding: 30px 0 15px
    }
}

.form-character {
    margin-bottom: 2rem
}

    .form-character .form-field {
        margin-left: 2rem
    }

@media screen and (max-width:767px) {
    .form-character .form-field {
        margin-left: 0
    }
}

.form-field {
    margin-bottom: 1rem
}

    .form-field .form-control {
        padding: 10px 0;
        width: 100%;
        border: 0;
        background: 0 0;
        border-bottom: 2px solid #ababab
    }

.field-submit {
    margin-top: 30px;
    text-align: center
}

.list-method {
    list-style: none;
    padding-left: 0
}

    .list-method li {
        border-top: 1px solid #ababab
    }

        .list-method li a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            padding: 20px;
            text-decoration: none;
            color: #000
        }

            .list-method li a img {
                margin-right: 15px
            }

.wrap-card {
    position: relative;
    z-index: 99;
    padding-bottom: 30px
}

.list-cardpay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
    margin-bottom: 10px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    z-index: 99;
    position: relative;
    overflow: hidden
}

.list-cardpay-item {
    width: calc((100% - 40px)/ 5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    margin-left: 10px;
    margin-bottom: 10px;
    max-height: 100px
}

    .list-cardpay-item img {
        max-height: 100%;
        max-width: 100%
    }

    .list-cardpay-item:nth-child(5n+1) {
        margin-left: 0
    }

@media screen and (max-width:767px) {
    .list-cardpay-item {
        width: calc((100% - 20px)/ 3)
    }

        .list-cardpay-item:nth-child(5n+1) {
            margin-left: 10px
        }

        .list-cardpay-item:nth-child(3n+1) {
            margin-left: 0
        }
}

.list-cardpay-item span {
    color: #fff
}

.list-cardpay-item img.active {
    display: none
}

.list-cardpay-item.more.select img:not(.active), .list-cardpay-item.more:hover img:not(.active) {
    display: none
}

.list-cardpay-item:not(.back).select, .list-cardpay-item:not(.back):not(.more):hover {
    border-color: #e50000
}

.list-cardpay-item.more:hover img.active {
    display: block;
    background-color: transparent !important
}

.list-cardpay-item.back:hover {
    opacity: .75
}

.box-pay {
    padding: 1rem 1rem 1rem;
    background: #d8d8d8;
    position: relative
}

    .box-pay.opened .card-control {
        display: block
    }

.table-border {
    border: 1px solid #ababab;
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed
}

    .table-border thead tr td {
        font-weight: 700;
        padding: 10px;
        border-top: 1px solid #ababab;
        border-left: 1px solid #ababab;
        text-align: center
    }

    .table-border tbody tr {
        cursor: pointer
    }

        .table-border tbody tr.selected, .table-border tbody tr:hover {
            background: #5d070c !important;
            color: #fff
        }

        .table-border tbody tr td, .table-border tbody tr th {
            padding: 10px;
            border-top: 1px solid #ababab;
            border-left: 1px solid #ababab;
            text-align: center;
            font-weight: 400
        }

        .table-border tbody tr:nth-child(even) {
            background: #bcbcbc
        }

.box-credit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 50px
}

@media screen and (max-width:767px) {
    .box-credit {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (max-width:767px) {
    .box-credit-detail {
        width: 100%;
        padding-left: 0
    }
}

.table-pay {
    width: 100%;
    border-spacing: 0
}
.box-credit-detail .table-pay .form-check{
    line-height: 1.4;
    padding-top: 7px;
}
.table-pay-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #d2d2d2;
    padding: 10px 15px
}

    .table-pay-item:last-child {
        border-bottom: 0;
        padding-top: 20px
    }

    .table-pay-item .box-flex img {
        max-width: 30px;
        margin-right: 7px
    }

    .table-pay-item .box-flex input {
        border: 0;
        text-align: right
    }

    .table-pay-item > span {
        font-weight: 700
    }

.card-month {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    text-align: left
}

.card-month-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px
}

    .card-month-item span {
        font-weight: 700
    }

.card-month .txt-noice {
    font-weight: 400;
    font-size: 13px;
    color: #0223bd;
}

.table-games {
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding: 30px;
    flex-wrap: wrap
}

    .table-games .item-game {
        width: calc((100% - 45px)/ 4);
        margin-left: 15px;
        border: 2px solid #e1e1e1;
        border-radius: 8px;
        padding: 20px;
        text-align: center;
        margin-bottom: 15px
    }

        .table-games .item-game:hover {
            border-color: #e41414
        }

        .table-games .item-game:nth-child(4n+1) {
            margin-left: 0
        }

        .table-games .item-game .item-game-thumb {
            width: 100%
        }

        .table-games .item-game .item-game-title {
            margin-left: 0;
            font-size: 18px;
            margin-top: 7px
        }

@media screen and (max-width:767px) {
    .table-pay tr td:last-child {
        text-align: center
    }

    .table-games {
        padding: 20px 10px
    }

        .table-games .item-game {
            width: calc((100% - 15px)/ 2);
            padding: 10px
        }

            .table-games .item-game:nth-child(4n+1) {
                margin-left: 15px
            }

            .table-games .item-game:nth-child(2n+1) {
                margin-left: 0
            }

            .table-games .item-game .item-game-title {
                font-size: 16px
            }
}

.table-pay tr td input {
    background: 0 0;
    border: 0;
    width: auto;
    text-align: right;
    padding: 0;
    font-size: 16px
}

.table-pay tr td .box-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

    .table-pay tr td .box-flex img {
        width: 35px;
        margin-right: 7px
    }

    .table-pay tr td .box-flex input {
        margin-right: 5px
    }

.table-pay tr:last-of-type td {
    border-bottom: 0
}

.box-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    flex: 1
}

    .box-flex svg {
        margin-right: 5px
    }

.payinfo {
    padding: 0 20px
}

.credit-title {
    margin-bottom: 0;
    line-height: 1;
    font-weight: 700
}

.list-history {
    font-family: Verdana,Geneva,Tahoma,sans-serif;
    color: #252424
}

.list-history-title {
    font-size: 16px;
    font-family: Verdana,Geneva,Tahoma,sans-serif;
    color: #252424;
    margin-bottom: 0
}

.list-history-item {
    border-bottom: 1px solid #c1c1c1;
    padding: 25px 30px
}

@media screen and (max-width:767px) {
    .list-history-item {
        padding: 20px 10px
    }
}

.list-history-item:last-child {
    border-bottom: 0
}

.push-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.push-card-info {
    padding-right: 2rem
}

    .push-card-info .title {
        color: #178324;
        margin-bottom: 0
    }

    .push-card-info .price {
        margin-bottom: 0;
        padding-left: 1rem
    }

        .push-card-info .price span {
            color: #cf1818
        }

.push-card-detail {
    text-align: right
}

    .push-card-detail .times {
        position: relative
    }

    .push-card-detail .day {
        margin-bottom: 0
    }

.update-account-title {
    color: #c5121c;
    border-bottom: 5px solid #c5121c;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block
}

.update-account-submit {
    text-align: center;
    margin-top: 24px;
    margin-bottom: 150px
}

    .update-account-submit .btn {
        background: #5d070c;
        text-transform: uppercase;
        color: #fff;
        padding: 15px;
        width: 273px;
        font-size: 17px;
        font-weight: 700;
        cursor: pointer
    }

        .update-account-submit .btn:hover {
            opacity: .85
        }

.update-account .table-account {
    width: 100%;
    border-collapse: collapse
}

    .update-account .table-account tr:nth-child(odd) {
        background-color: #eee
    }

    .update-account .table-account tr:nth-child(even) {
        background-color: #e3e3e3
    }

    .update-account .table-account tr td, .update-account .table-account tr th {
        padding: 10px 15px
    }

@media screen and (max-width:767px) {
    .update-account .table-account tr td, .update-account .table-account tr th {
        padding: 10px
    }
}

.update-account .table-account tr th {
    width: 30%;
    text-align: left;
    border-right: 1px solid #d8d8d8
}

@media screen and (max-width:767px) {
    .update-account .table-account tr th {
        font-size: 13px
    }
}

.update-account .table-account tr td .field {
    padding: 7px;
    border: 1px solid #adadad;
    border-radius: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.support-box {
    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;
    border: 2px solid #ababab
}

.support-box-item {
    width: 50%;
    font-size: 32px;
    text-align: center;
    color: #ababab;
    text-decoration: none;
    padding: 12px
}

.modal-content {
    border: 0
}

@media screen and (max-width:767px) {
    .support-box-item {
        font-size: 14px
    }
}

.support-box-item:hover {
    color: #5e070c
}

    .support-box-item:hover svg path {
        fill: #5e070c
    }

.support-box-item:first-child {
    border-right: 2px solid #ababab
}

.gift-box {
    background: #d8d8d8;
    padding-bottom: 20px
}

.gift-box-banner {
    line-height: 0
}

    .gift-box-banner img {
        width: 100%;
        height: auto
    }

.gift-box .update-account-submit {
    margin-bottom: 96px
}

.gift-box .update-account {
    margin: 50px auto;
    text-align: center
}

    .gift-box .update-account .field {
        width: 100%;
        padding: 10px;
        text-align: center;
        border: 0;
        background: #8e8e8e;
        color: #000;
        font-size: 20px;
        height: auto;
        resize: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 40px;
        overflow: hidden;
        margin-bottom: 30px
    }

.select-custom {
    width: 100%;
    border: 0;
    background: 0 0;
    position: relative;
    margin-top: 30px
}

    .select-custom::after {
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        right: 5px;
        top: 17px;
        border: solid #000;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 2px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in
    }

    .select-custom.is-opened::after {
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg)
    }

    .select-custom.is-opened .select-custom-option {
        visibility: visible;
        opacity: 1
    }

.select-custom-current {
    background: #f5f5f5;
    border: 0;
    width: 100%;
    cursor: pointer;
    padding: 10px 5px 10px 20px;
    border-radius: 5px
}

.select-custom-option {
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    padding-left: 0;
    margin: 0;
    width: 100%;
    height: 160px;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    -webkit-box-shadow: rgba(0,0,0,.3) 0 11px 12px;
    box-shadow: rgba(0,0,0,.3) 0 11px 12px
}

.select-custom-list {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0
}

    .select-custom-list li {
        padding: 10px;
        cursor: pointer
    }

        .select-custom-list li.selected, .select-custom-list li:hover {
            background: #5f070d;
            color: #fff
        }

.box-info-detail {
    text-align: center
}

    .box-info-detail .game-name {
        max-width: 100px;
        margin: auto;
        display: inline-block;
        margin-bottom: 15px
    }

.list-store {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 20px
}

    .list-store li {
        width: 50%;
        padding: 0 20px;
        box-sizing: border-box;
        margin-bottom: 10px
    }

.txt-noice {
    color: #e50000
}

.box-credit-pay {
    display: flex;
    flex-wrap: wrap
}

.box-credit-pay-item {
    border: 1px solid #d5d5d5;
    padding: 10px;
    width: calc((100% - 60px)/ 4);
    margin-left: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
    cursor: pointer;
    border-radius: 4px
}

    .box-credit-pay-item:nth-child(4n+1) {
        margin-left: 0
    }

    .box-credit-pay-item.selected, .box-credit-pay-item:hover {
        border-color: #e50000
    }

.alert-payment {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.5em
}

.alert-payment-icon {
    width: 100px;
    margin-bottom: 10px
}

.box-demo {
    padding-bottom: 30px;
    position: relative
}

.idgame {
    position: relative;
    cursor: pointer
}

.idgame-zoom {
    position: absolute;
    top: 0;
    z-index: 4;
    width: 400px;
    left: 0;
    transition: all .2s ease-in-out;
    transform: scale(0)
}

.idgame.hover .idgame-zoom {
    transform: scale(1);
    z-index: 9999
}

.box-demo-text {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px
}

    .box-demo-text span {
        color: grey;
        margin-right: 5px
    }

.box-demo-box {
    background: #f3f3f3;
    padding: 10px 25px;
    border-radius: 8px;
    margin-top: 10px;
    color: grey
}

.select-custom {
    width: 100%;
    border: 0;
    background: 0 0;
    border-bottom: 2px solid #ababab;
    position: relative
}

    .select-custom::after {
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        right: 5px;
        top: 17px;
        border: solid #000;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 2px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in
    }

    .select-custom.is-opened::after {
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg)
    }

    .select-custom.is-opened .select-custom-option {
        visibility: visible;
        opacity: 1
    }

.select-custom-current {
    background: 0 0;
    border: 0;
    width: 100%;
    cursor: pointer;
    padding: 10px 0
}

.select-custom-option {
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    padding-left: 0;
    margin: 0;
    width: 100%;
    height: 160px;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    -webkit-box-shadow: rgba(0,0,0,.3) 0 11px 12px;
    box-shadow: rgba(0,0,0,.3) 0 11px 12px
}

.select-custom-list {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0
}

    .select-custom-list li {
        padding: 10px;
        cursor: pointer
    }

        .select-custom-list li.selected, .select-custom-list li:hover {
            background: #5f070d;
            color: #fff
        }

.error-message {
    color: red !important
}

.mb-10 {
    margin-bottom: 5px
}

.simple-pagination ul {
    margin: 0;
    padding: 20px;
    list-style: none;
    text-align: center
}

.simple-pagination li {
    display: inline-block;
    margin-right: 5px
}

    .simple-pagination li a, .simple-pagination li span {
        color: #666;
        padding: 5px 10px;
        text-decoration: none;
        border: 1px solid #eee;
        background-color: #fff;
        box-shadow: 0 0 10px 0 #eee
    }

.simple-pagination .current {
    color: #fff;
    background-color: #5f070d;
    border-color: #5f070d
}

.simple-pagination .next.current, .simple-pagination .prev.current {
    background: #5f070d
}

.table-border.disabled tbody tr {
    background: #bcbcbc !important;
    cursor: inherit
}

    .table-border.disabled tbody tr.selected, .table-border.disabled tbody tr:hover {
        background: #bcbcbc !important;
        color: inherit !important
    }

.hidden {
    display: none
}

.list-bankcode-item:not(.more).select, .list-bankcode-item:not(.more):hover {
    opacity: .75 !important
}

.list-bankcode-item.select, .list-bankcode-item:hover {
    opacity: .75
}

.btn-default {
    width: 180px !important;
    margin: 5px !important;
    background-color: unset !important;
    border: solid !important;
    border-color: red !important;
    color: red !important
}

.active {
    background-color: red !important;
    color: #fff !important
}

.list-bankcode-item {
    width: calc((100%)/ 5);
    margin-bottom: 6px;
    height: 130px;
    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;
    background: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.48);
    box-shadow: 0 0 3px rgba(0,0,0,.48);
    padding: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid transparent;
    cursor: pointer;
    position: relative
}

@media screen and (max-width:767px) {
    .box-credit-pay-item {
        width: calc((100% - 40px)/ 3)
    }

        .box-credit-pay-item:nth-child(4n+1) {
            margin-left: 20px
        }

        .box-credit-pay-item:nth-child(3n+1) {
            margin-left: 0
        }
}
