/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

p#captcha_note {
    color: #1bfb33;
    font-size: 20px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button,
input,
select,
textarea {
    font: inherit
}

optgroup {
    font-weight: 700
}

button,
input,
select {
    overflow: visible
}

button,
input,
select,
textarea {
    margin: 0
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    cursor: pointer
}

[disabled] {
    cursor: default
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

.nano {
    position: relative;
    width: 100%;
    overflow: hidden
}

.nano>.nano-content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%
}

/* .game-mb {
    display: none;
} */

.game-pc {
    display: block;
}

.nano>.nano-content:focus {
    outline: thin dotted
}

div#banners-mobile {
    display: none;
}

.nano>.nano-content::-webkit-scrollbar {
    display: none
}

.has-scrollbar>.nano-content::-webkit-scrollbar {
    display: block
}

.nano>.nano-pane {
    background: rgba(0, 0, 0, .25);
    position: absolute;
    width: 5px;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .01;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -moz-border-radius: 2.5px;
    -webkit-border-radius: 2.5px;
    border-radius: 2.5px
}

.nano>.nano-pane>.nano-slider {
    background: #444;
    background: rgba(255, 255, 0, .5);
    position: relative;
    margin: 0 1px;
    -moz-border-radius: 1.5px;
    -webkit-border-radius: 1.5px;
    border-radius: 1.5px
}

.nano-pane.active,
.nano-pane.flashed,
.nano:hover>.nano-pane {
    opacity: .99
}

.nano>.nano-content::-webkit-scrollbar {
    width: 0
}

@font-face {
    font-family: UTM Alexander;
    src: url(../fonts/UTMAlexander.ttf)
}

@font-face {
    font-family: Helvetica;
    src: url(../fonts/SFUHelveticaCondensedBlack.ttf)
}

body,
html {
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit
}

html {
    height: 100%;
    width: 100%
}

body {
    background: url(../images/bg.png)top center no-repeat fixed;
    background-size: cover;
}


.form_style .tab-background {
    background: url(../images/bg-dangky.png) top center/100% 100% no-repeat;
    padding-bottom: 20px;
    margin: 0 auto;
    position: relative;
    width: 45%;
    z-index: 2;
}
@media only screen and (min-width:1366px) {
    .form_style .tab-background {
        min-height: 437px;
    }
  }
.form_style .tab-background.bg-login {
    background: url(../images/bg-dangnhap.png) top center/100% 100% no-repeat;
}
.form_style .tab-background.bg-register {
    background: url(../images/bg-dangky.png) top center/100% 100% no-repeat;
}

.ma-capcha {
    padding: 0px 16px;
    border-radius: 0px 10px 10px 0px;
}

.nhap-capcha {
    padding-right: 0px;
}

/* input#captcha {
    border-radius: 16px 0px 0px 16px;
} */

p {
    line-height: 1.2
}

a {
    color: #f89e22
}

a:hover {
    color: #f89e22
}

.text-primary {
    color: #fed136 !important
}

h1,
h2,
h3 {
    font-weight: 700;
    font-family: Montserrat-Bold;
    font-size: 22px;
    text-transform: uppercase;
    width: 100%
}

h1 {
    display: none
}

.container {
    margin: 0 auto
}

img.logo-main {
    margin: 0 auto;
    margin-left: 0;
    position: relative;
    z-index: 1;
}

.logo {
    width: 100%;
    margin: 0 auto 20px;
}

.logo > div {
    max-width: 800px;
    margin: 0 auto;
}

.slogan {
    margin: 0 auto -.7rem;
    width: 100%
}

.logo-bai>img,
.logo>img,
.slogan>img {
    max-width: 400px;
}

#form .container .row {
    position: relative
}

.banner-mb {
    display: none;
}

#form .nav-tabs {
    width: 100%;
    height: 60px;
    border: none !important;
    margin: 0 auto .2rem;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap
}

#form .nav-tabs>li {
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1
}

#form .nav-tabs>li:first-child {
    margin-right: -.6%
}

#form .nav-tabs>li:last-child {
    margin-left: -.6%
}

#form .nav-tabs>li.active:first-child {
    z-index: 2
}

#form .nav-tabs>li.active:last-child {
    z-index: 2
}

#form .nav-tabs>li>a>img:nth-child(2) {
    display: none
}

#form .nav-tabs>li.active>a>img:first-child {
    display: none
}

#form .nav-tabs>li.active>a>img:nth-child(2) {
    display: block
}

#form .nav-tabs>li>a>img {
    max-width: 100%
}

#form .nav-tabs>li>a {
    position: relative;
    text-decoration: none;
    height: 55px;
    width: 190px;
    display: block;
    color: #f7dca9;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 8px;
}

.tabs-active #choinhanhtab img,
.tabsweb {
    display: none !important
}

.tabs-active #choinhanhtab img.tabsweb {
    display: block !important
}

#form .tab-content {
    margin: 40px auto;
    padding: 0;
    width: 73%;
    z-index: 2
}

form {
    width: 100%;
    margin: 0 auto
}

.form-group {
    position: relative;
    margin-bottom: 27px;
}

.form-group>i {
    position: absolute;
    right: 18px;
    top: -3px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 100%;
    width: 40px;
    height: 55px;
    text-align: center;
    font-size: 18px;
    color: #cce4e6
}

.nhap-capcha i {
    padding-left: 25px;
}


.recaptcha-input .recaptcha-bg {
    background-size: 100%;
    background-position: center;
    border-radius: 0 60px 60px 0;
    height: 50px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 7rem !important;
}

.form-group>i.icon-prepend {
    left: 12px
}

.form-group.btn-form.mb-0 {
    width: 60%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -120px;
}

.form-control {
    height: 50px;
    border: none !important;
    outline: 0 !important;
    margin: 0 auto 0.7rem;
    padding: 0 4rem 0 3.1rem;
    font-size: 16px;
    color: #275668;
    border-radius: 60px;
    background: #002e3f;
    border: 1px solid #cce4e6 !important;
}

.form-dangky {
    margin-top: 12px;
    min-height: 190px;
}

.form-dangnhap {
    min-height: 190px;
    margin-top: 20px;
}

.game-left {
    position: absolute;
    left: 0;
    bottom: 0px;
    margin: auto;
    text-align: center;
}
.wrap-download {
    padding: 0px 20px;
}
.wrap-download img {
    max-width: 140px;
    display: inline-block;
    margin: 0 10px;
}

.game-right {
    position: absolute;
    right: 5%;
    bottom: 2.5%;
    text-align: center;
}

.wrap-download a {
    text-align: left;
}

input::-webkit-input-placeholder {
    color: rgba(255, 255, 255) !important;
    text-transform: uppercase !important;
}

input:-moz-placeholder {
    color: rgba(255, 255, 255) !important;
    text-transform: uppercase !important;
}

input::-moz-placeholder {
    color: rgba(255, 255, 255) !important;
    text-transform: uppercase !important;
}

input:-ms-input-placeholder {
    color: rgba(255, 255, 255) !important;
    text-transform: uppercase !important;
}

[contenteditable].form-control:focus,
[type=email].form-control:focus,
[type=password].form-control:focus,
[type=tel].form-control:focus,
[type=text].form-control:focus,
a,
button,
input.form-control:focus,
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=text]:focus,
textarea.form-control:focus,
textarea:focus {
    box-shadow: inset 0 -1px 0 transparent !important;
    -webkit-box-shadow: 0 -1px 0 transparent !important;
    outline: 0 !important
}

@-webkit-keyframes autofill {

    0%,
    100% {
        box-shadow: inset 0 -1px 0 transparent !important;
        -webkit-box-shadow: 0 -1px 0 transparent !important;
        outline: 0 !important;
        color: #ffcc7e !important;
        background: url(../images/bg-input.png?v=6) top left/100% 100% no-repeat !important
    }
}

input:-webkit-autofill {
    -webkit-animation-delay: .2s;
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
    animation-iteration-count: infinite
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-5 {
    margin-bottom: 5px !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-2rem {
    margin-top: 1rem !important
}

#main {
    margin-top: 0;
    position: relative;
    z-index: 11
}

img {
    margin: 0 auto
}

.btn-download {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    padding: 0 15px
}

a.server {
    display: inline-block;
    margin-right: 10px
}

a.store {
    display: inline-block;
    margin: 0 auto
}

.playweb {
    width: 49%
}

.btn-store {
    width: 79%
}

a.icon-livechat,
a.icon-phone {
    display: none;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top center;
    background-size: 100%
}

a.icon-phone {
    display: inline-block;
    width: 35%;
    height: 116px;
    background-image: url(../images/btn-hotline.png?v=12);
    margin-bottom: 10px;
    position: unset;
}

a.icon-phone.icon-phone2 {
    background-image: url(../images/btn-hotline2.png?v=12)
}

.btn-hotline {
    display: block;
    position: fixed;
    width: 268px;
    right: 2%;
    top: 2%
}

a.icon-livechat {
    position: absolute;
    right: -10px;
    bottom: 30px;
    width: 90px !important;
    width: 186px;
    height: 97px;
    background-image: url(../images/bg-livechat.png?v=6);
}

a.icon-livechat img {
    width: 90%
}

.icon-livechat.active {
    bottom: 0 !important
}

.adv {
    display: none;
    margin: -3% auto 0;
    position: relative;
    width: 58%;
    padding-top: .5rem
}

.adv>div {
    margin: 0 auto
}

.btnsubmit {
    border: 0;
    padding: 0;
    background: 0 0;
    outline: 0;
    margin: 0 auto
}

a#facebook {
    margin: 0 0 0 1%;
    float: right
}

.btn-form {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center
}

#android,
#ios,
#ios-instal,
#playonweb,
.hoac {
    display: none;
    position: relative;
    z-index: 1
}

.hoac {
    display: none;
    padding-top: .5rem;
    margin-bottom: 0
}

div#login h3,
div#register h3 {
    display: none;
    font-size: 18px;
    text-align: center;
    background: linear-gradient(#ecaf04 0, #efd32f 30%, #f0e141 70%, #edb50b 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

small {
    color: #c9982f;
    margin: 0 auto;
    display: block;
    font-family: Montserrat;
    margin-top: 5px;
    font-size: 10px;
    width: 100%
}

.modal {
    z-index: 99999999999
}

.modal-content {
    background: url(../images/bg-error.png?v=8) top center/100% 100% no-repeat;
    height: auto;
    width: 600px;
    padding: 25px 150px 205px 150px;
    margin: 0 auto
}

.modal-content > img {
    margin-bottom: 60px;
}

.close {
    top: -10px;
    opacity: 1 !important;
    right: 0;
    position: absolute;
    width: 35px;
    z-index: 1
}

.close img {
    max-width: 100%
}

.modal-header {
    text-align: center;
    color: #e7b874;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    padding: 0;
    justify-content: center
}

.modal-title {
    display: block;
    padding: 0;
    font-weight: 700;
    font-size: 30px
}

.modal-title.success {
    color: #e7b874
}

.modal-body {
    color: #e7b874;
    padding: 0;
    font-size: 12px;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    display: flex
}

.modal-footer {
    display: inline-block;
    text-align: center
}

h5 {
    font-size: 26px
}

.loading {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    text-align: center;
    z-index: 99
}

.loading>img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.livechat {
    position: fixed;
    right: 1%;
    cursor: pointer;
    z-index: 9999999
}

@-webkit-keyframes textAnimation {
    0% {
        opacity: .8;
        -webkit-animation-timing-function: ease-in
    }

    17% {
        opacity: 1;
        -webkit-animation-timing-function: ease-out
    }

    50% {
        opacity: 0
    }

    60% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes textAnimation {
    0% {
        opacity: .8;
        -webkit-animation-timing-function: ease-in
    }

    17% {
        opacity: 1;
        -webkit-animation-timing-function: ease-out
    }

    50% {
        opacity: 0
    }

    60% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-o-keyframes textAnimation {
    0% {
        opacity: .8;
        -webkit-animation-timing-function: ease-in
    }

    17% {
        opacity: 1;
        -webkit-animation-timing-function: ease-out
    }

    50% {
        opacity: 0
    }

    60% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

#livechat-eye-catcher-img {
    display: none !important
}

.sticky_btn {
    display: block;
    position: fixed;
    right: 0;
    top: 240px;
    width: 46px;
    white-space: nowrap;
    align-items: flex-start
}

@-webkit-keyframes btnAnimation {
    0% {
        -webkit-filter: drop-shadow(2px 4px 7px #f6ce75) brightness(1.3);
        filter: drop-shadow(2px 4px 7px #f6ce75) brightness(1.3)
    }

    50% {
        -webkit-filter: none;
        filter: none
    }

    100% {
        -webkit-filter: drop-shadow(2px 4px 7px #f6ce75) brightness(1.3);
        filter: drop-shadow(2px 4px 7px #f6ce75) brightness(1.3)
    }
}

@keyframes btnAnimation {
    0% {
        -webkit-filter: drop-shadow(2px 4px 7px #f6ce75) brightness(1.3);
        filter: drop-shadow(2px 4px 7px #f6ce75) brightness(1.3)
    }

    50% {
        -webkit-filter: none;
        filter: none
    }

    100% {
        -webkit-filter: drop-shadow(2px 4px 7px #f6ce75) brightness(1.3);
        filter: drop-shadow(2px 4px 7px #f6ce75) brightness(1.3)
    }
}

.thankyou {
    display: none;
    width: 60%;
    text-align: center;
    margin: 0 auto
}

.sticky-qrcode {
    position: fixed;
    right: 1%;
    top: 10%;
    width: 220px;
    display: inline-block;
    white-space: nowrap;
    align-items: flex-start;
    z-index: 12
}

.sticky-qrcode>img {
    width: 100%;
    margin: .5rem 0;
    text-align: center;
    transition: all .35s ease-in-out;
    float: left;
    clear: both
}

.modal-dialog {
    -webkit-transform: translate(0, -50%) !important;
    -o-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important;
    top: 50%;
    margin: 0 auto
}

#banners {
    top: 4%;
    max-width: 200px;
    position: fixed;
    left: 2%
}

.dacotaikhoan {
    margin-bottom: 0;
    display: none;
    text-align: center
}

.dacotaikhoan img {
    max-width: 100%
}

.btnsubmit:hover,
.sticky-qrcode>a:hover>img,
.sticky_btn:hover,
.store:hover {
    -webkit-filter: drop-shadow(2px 2px 8px #f6ce75) brightness(1.3) !important;
    filter: drop-shadow(2px 2px 8px #f6ce75) brightness(1.3) !important
}

.hoac {
    margin-bottom: 0
}

.hoac>img {
    max-width: 100px
}

#games {
    padding-top: 20px
}

.logo-bai-mobile {
    display: none
}

.txt-husapno {
    padding-bottom: 0;
    overflow: hidden;
    margin: 0
}

.lbl_husapno {
    position: relative;
    margin: 0;
    display: inline-block;
    text-align: center
}

.lbl_husapno img {
    max-width: 100%
}

.text-jackpot {
    position: absolute;
    font-size: 2.2vw;
    text-transform: uppercase;
    color: #f5cb23;
    margin: 0;
    padding: 0;
    line-height: 1;
    letter-spacing: .1rem;
    width: 100%;
    text-align: center;
    top: 20%;
    left: 10px;
    right: 10px;
    bottom: 0;
    display: flex;
    justify-content: center;
    font-family: Helvetica;
    text-shadow: 3px 3px 0 #411416, 3px -3px 0 #411416, -3px 3px 0 #411416, -3px -3px 0 #411416, 3px 0 0 #411416, 0 3px 0 #411416, -3px 0 0 #411416, 0 -3px 0 #411416
}

#total-jackpot {
    padding-left: 10px
}

.recaptcha-input {
    position: relative
}

.recaptcha-input input {
    padding-right: 10rem
}

@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio: 0) {
    @media {
        .text-jackpot {
            -webkit-text-fill-color: #dda250
        }
    }
}

@media not all and (min-resolution: .001dpcm) {
    @media {
        .text-jackpot {
            -webkit-text-fill-color: #dda250
        }
    }
}

#jackpot {
    position: relative;
    display: inline-block;
    margin: 0 1.5rem;
    min-width: 300px
}

#jackpot>div {
    position: relative
}

#jackpot img {
    width: 100%;
    margin: 0 auto
}

.banner_game {
    flex-wrap: nowrap;
    display: flex;
    align-items: flex-start
}

.banner_game>p {
    margin: 0 .2rem
}

.banner_game p img {
    max-width: 100%
}

.error,
.errors {
    color: #f20000;
    text-align: center;
    margin-bottom: 0
}

#huongdan {
    color: #fff;
    padding-top: 1.5rem;
    display: none;
    position: relative;
    z-index: 1
}

#huongdan h3 {
    text-align: center;
    text-transform: uppercase;
    line-height: 2.5;
    background: #f8c352;
    color: #a00000;
    margin-bottom: 20px;
    font-size: 18px
}

.huongdan_step {
    text-transform: uppercase;
    color: #f8c352;
    height: 36px;
    font-weight: 700;
    line-height: 36px;
    font-size: 18px;
    padding-left: 15px;
    margin-bottom: .5rem
}

#huongdan p,
#huongdan ul {
    width: 100%
}

.thankpage {
    background-image: url(../images/bg-mobile-v2.jpeg?v=6)
}

.thankform {
    display: none
}

.thankinfo {
    margin: 1rem auto;
    width: 100%
}

.thankinfo_lbl {
    margin-bottom: .3rem
}

.thankinfo_lbl img {
    max-width: 80%
}

.thankinfo_pass,
.thankinfo_user {
    color: #fff;
    font-size: 14px;
    margin-bottom: 3px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-line-clamp: 1;
    font-weight: 500;
    text-align: center
}

.imgline {
    text-align: center
}

.imgline img {
    width: 100%
}

#taiios.linkduphong {
    margin-top: 10px;
    font-size: 20px;
    margin-bottom: 10px
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 5px;
    z-index: 99;
    width: 30px
}

.pagetop img {
    max-width: 100%
}

.vuottuonglua {
    margin: 0 auto
}

.vuottuonglua img {
    max-width: 200px
}

.btn1111 {
    padding-top: .5rem
}

.btn1111>a {
    margin-bottom: 0
}

.btn1111>small {
    display: block;
    width: 100%;
    font-weight: 400;
    font-style: italic;
    margin-top: 0
}

#seoInfo {
    font-size: 15px;
    color: #fff;
    padding-bottom: 2rem
}

#seoInfo .nano>.nano-content {
    position: unset
}

#seoInfo b {
    font-weight: 700
}

#seoInfo h1 {
    display: block;
    font-size: 18px
}

#seoInfo h2 {
    font-size: 16px
}

#seoInfo h3 {
    font-size: 14px
}

#seoInfo .container {
    max-width: 700px
}

#seoInfo a {
    color: #fff;
    text-shadow: 1px 1px 0 #c02e05, 1px -1px 0 #c02e05, -1px 1px 0 #c02e05, -1px -1px 0 #c02e05, 1px 0 0 #c02e05, 0 1px 0 #c02e05, -1px 0 0 #c02e05, 0 -1px 0 #c02e05
}

#seoInfo .nano {
    overflow: hidden;
    height: auto
}

#seoInfo #info {
    max-height: 300px;
    overflow-y: scroll;
    outline: 0
}

.d-none {
    display: none !important
}

.float-right {
    float: right !important
}

.text-center {
    text-align: center !important
}

#seoInfo #info figure {
    padding: 10px 0;
    width: 100%;
    margin: 0 auto
}

#seoInfo #info figure figcaption {
    padding-top: 5px
}

#seoInfo #info figure img {
    max-width: 100%
}

@media (min-width: 1100px) and (max-height: 750px) {
    body .notifications {
        top: 28%
    }

    #form,
    header {
        transform: scale(.85)
    }

    .logo {
        margin-top: -1rem
    }

    #form {
        margin-top: -2rem
    }

    #games {
        transform: scale(.6);
        padding-top: 0;
        margin-top: -1.2rem
    }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
    .slogan {
        width: 85%
    }

    .sticky-qrcode,
    a.icon-phone {
        width: 230px
    }

    #banners {
        width: 180px
    }
}

@media (max-width: 1024px) {

    #banners,
    #games,
    .livechat,
    .notifications,
    .sticky-qrcode {
        display: none !important
    }

    #form {
        border: none
    }

    #playonweb {
        margin-top: 0
    }

    #form {
        margin-top: 0
    }

    .btn-hotline {
        top: 1%;
        left: 1%;
        width: auto;
        display: inline-block;
        right: auto
    }

    a.icon-phone {
        width: 90px;
        height: 90px;
        background: url(../images/icon-phones.png?v=6) no-repeat;
        background-size: 100%;
        margin-bottom: 0
    }

    a.icon-phone.icon-phone2 {
        display: none
    }

    a.icon-livechat {
        width: 90px;
        height: 90px;
        background: url(../images/icon-livechat.png?v=6) no-repeat;
        background-size: 100%;
        top: 1%;
        right: 1%
    }

    a.icon-livechat img {
        display: none
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: portrait) {
    .btn-store {
        width: 69%
    }

    .adv {
        margin-top: 0;
        width: 47%
    }

    .adv.advstyle,
    .adv.advweb {
        width: 48%
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: landscape) {
    .logo {
        width: 100%;
        margin-bottom: -1.4rem
    }

    .slogan {
        width: 65%
    }

    #main {
        margin-top: -1rem
    }

    .playweb {
        width: 29%
    }

    .btn-store {
        width: 45%
    }

    .adv {
        width: 23%
    }

    .adv.advstyle,
    .adv.advweb {
        width: 24%
    }
}

@media (max-width: 640px) {
    .tab-background  {
        min-height: 349px;
    }
    .form-dangky {
        margin-top: 25px;
    }
    .form-group {
        position: relative;
        margin-bottom: 15px;
    }
    .form-group.btn-form.mb-0 {
        bottom: -90px;
        width: 45%;
    }
    .game-left {
        position: relative;
        margin: 90px auto 20px auto;
        text-align: center;
        width: 100%;
    }

    .wrap-download a {
        text-align: center;
    }


    div#banners-mobile {
        display: block;
    }

    .game-mb .container span {
        display: block;
        margin: 0 10px;
    }

    .game-mb .container span img {
        max-width: 100%;
    }

    .game-mb {
        display: block;
        margin-top: 20%;
    }

    /* .game-pc {
        display: none;
    } */

    .game-mb .container {
        display: flex;
    }

    a#taiios img {
        width: 75%;
    }

    a#taiggplay img {
        width: 75%;
    }

    .banner-mb img {
        width: 100%;
    }

    .logo-main {
        margin-top: 20px !important;
        width: 57%;
    }

    body {
        /* background: #000000; */
        background-size: cover;
        padding-top: 0;
        padding-bottom: 0
    }

    header {
        padding-bottom: 0
    }

    .logo {
        width: 100%;
        margin-bottom: 0px
    }

    .slogan {
        margin-top: -10px;
        margin-bottom: 0
    }

    #main {
        padding: 0 15px;
        margin-top: 0
    }

    .form_style {
        display: block !important;
    }

    /* section#form {
        display: none !important;
    } */

    .form_style .tab-background {
        margin: 0 auto;
        padding: 0% 10% 20px 10%;
        position: relative;
        width: 100%;
        z-index: 2;
    }

    .btn-hotline {
        top: 1%;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        z-index: 1;
        max-height: 95px;
        z-index: 99999999999;
    }

    a.icon-phone {
        background-image: url(../images/btn-hotline.png?v=12);
    }

    a.icon-livechat {
        width: 70px !important;
        background-image: url(../images/bg-livechat.png?v=6);
    }

    #form .nav-tabs,
    #form .tab-content {
        width: 93%;
        margin: 0 auto
    }

    .form-control,
    .form-group i {
        height: 46px
    }

    .form-group i {
        font-size: 18px;
        right: 18px;
        width: 18px
    }

    .form-group>i.icon-prepend {
        left: 18px
    }

    .form-control {
        font-size: 14px;
        font-weight: 400;
        padding-right: 40px;
        padding-left: 45px
    }

    .recaptcha-input .recaptcha-bg {
        height: 42px;
        right: 0px;
        top: 0px;
        width: 100px;
        border-radius: 0 6px 6px 0
    }

    .recaptcha-input input {
        padding-right: 110px
    }

    a>img {
        width: 100%
    }

    .space-line {
        width: 90%;
        margin: 0 auto
    }

    .playweb {
        width: 50%
    }

    .btn-store {
        width: 85% !important
    }

    .adv {
        width: 58%
    }

    .adv.advstyle,
    .adv.advweb {
        width: 65%
    }

    .text_effect {
        font-size: 30px;
        letter-spacing: .2rem
    }

    #form .tab-content {
        padding: 0
    }

    .adv>div {
        width: 100%;
        text-align: center
    }

    .logo-bai {
        display: none
    }

    .logo-bai-mobile {
        display: block;
        width: 100%
    }

    .logo-bai-mobile img {
        width: 38%
    }

    .error,
    .errors {
        font-size: 12px;
        font-weight: 400
    }

    a.icon-livechat,
    a.icon-phone {
        width: 90px;
        height: 90px
    }

    footer {
        display: block
    }

    .modal-content {
        background: url(../images/bg-error.png?v=8) top center/100% 100% no-repeat;
        height: auto;
        width: 100%;
        padding: 8px 120px 130px 120px
    }
    .modal-content > img {
        margin-bottom: 35px;
    }

    .close {
        right: 0px
    }

    .close img {
        width: 23px
    }

    .modal-title {
        font-size: 17px
    }

    .modal-body {
        font-size: 9px
    }

    #taiios.linkduphong {
        display: block;
        font-size: 18px;
        width: 100% !important
    }

    .pagetop {
        display: block
    }
}

@media (max-width: 480px) {
    .logo {
        width: 100%
    }

    a.icon-livechat,
    a.icon-phone {
        width: 70px;
        height: 70px
    }

    .playweb {
        width: 85%;
    }

    .btn-store {
        width: 100% !important
    }

    .adv {
        width: 70%
    }

    .adv.advstyle,
    .adv.advweb {
        width: 60%
    }

    .recaptcha-input .recaptcha-bg {
        height: 38px;
        right: 0px;
        top: 0px;
        width: 100px;
        border-radius: 0 60px 60px 0
    }

    .nano {
        height: 9rem
    }

    #seoInfo h1 {
        font-size: 14px
    }
}

@media (max-width: 360px) {
    .logo {
        width: 100%
    }

    .adv.advstyle,
    .adv.advweb {
        width: 55%
    }

    .form-control,
    .form-group i {
        height: 38px
    }

    .form-control {
        padding-right: 35px;
        padding-left: 35px
    }

    .form-group i {
        font-size: 14px;
        right: 12px
    }

    .form-group>i.icon-prepend {
        left: 12px
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 1366px) and (orientation: landscape) {
    body {
        background-image: url(../images/bg-tablet.jpeg?v=6)
    }

    #main {
        padding-bottom: 2rem
    }
}

.notifications {
    position: fixed;
    top: 26%;
    right: 1%;
    display: none
}

.notifications.ready {
    display: block
}

.notification_box {
    position: relative;
    display: block;
    height: 56vh;
    max-height: 392px;
    overflow-x: hidden
}

.notifications .notification {
    display: block;
    position: relative;
    height: 0;
    transform: translateX(calc(100% + 40px));
    transition: height 550ms cubic-bezier(.23, 1, .32, 1), transform 550ms cubic-bezier(.23, 1, .32, 1) 250ms, opacity 750ms cubic-bezier(.23, 1, .32, 1)
}

.notifications .notification.loaded {
    height: 80px;
    transform: translateX(0)
}

.notifications .notification:nth-child(n+5) {
    transition: opacity 550ms cubic-bezier(.23, 1, .32, 1) 150ms
}

.notifications .notification:nth-child(2) {
    opacity: .75
}

.notifications .notification:nth-child(3) {
    opacity: .6
}

.notifications .notification:nth-child(4) {
    opacity: .45
}

.notifications .notification:nth-child(5) {
    opacity: .2
}

.notifications .notification.closed {
    transform: translateX(calc(100% + 40px));
    transition: height 550ms cubic-bezier(.23, 1, .32, 1) 250ms, transform 550ms cubic-bezier(.23, 1, .32, 1);
    height: 0
}

.notifications .notification-inner {
    overflow: initial;
    width: 268px;
    position: relative;
    border-radius: 0;
    position: relative;
    margin-bottom: 15px;
    align-items: center;
    display: flex
}

.notifications .notification-inner:after,
.notifications .notification-inner:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    right: 0;
    bottom: 0
}

.notifications .notification-inner:after {
    background: 0 0
}

.notifications .notification-inner>* {
    position: relative;
    z-index: 1
}

.notifications .notification.has-actions .notification-body,
.notifications .notification.has-image .notification-body {
    padding-right: 100px
}

.notifications .notification-icon {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    padding: 3px;
    background: url(../images/bg-avatar.png?v=6) center/100% 100% no-repeat
}

.notifications .notification-icon>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.notifications .notification-icon+.notification-body {
    padding-right: 10px
}

.notifications .notification-body {
    height: 100%;
    color: #fff;
    width: calc(100% - 60px);
    padding-left: 10px
}

.notifications .notification-body-header {
    font: 600 13.5px/1em "San Francisco";
    letter-spacing: .45px;
    overflow: hidden
}

.notifications .notification-body-content {
    font: 400 11.25px/1em "San Francisco";
    letter-spacing: .38px;
    overflow: hidden;
    padding-top: 6px
}

.notifications .notification-actions {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    letter-spacing: .23px;
    border-left: 1px solid rgba(0, 0, 0, .1);
    z-index: 2;
    min-width: 80px
}

.notifications .notification-actions>* {
    pointer-events: all;
    height: 50%;
    text-align: center;
    padding: 0 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    -webkit-transition: all 250ms cubic-bezier(.23, 1, .32, 1);
    -moz-transition: all 250ms cubic-bezier(.23, 1, .32, 1);
    -o-transition: all 250ms cubic-bezier(.23, 1, .32, 1);
    transition: all 250ms cubic-bezier(.23, 1, .32, 1);
    cursor: pointer
}

.notifications .notification-actions> :hover {
    background: rgba(0, 0, 0, .05)
}

.notifications .notification-image {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 70px;
    z-index: 3;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

@media (max-width: 1200px) {
    .notifications .notification-inner {
        width: 230px !important
    }

    .notification_box {
        max-height: 320px
    }

    .notifications .notification-icon {
        min-width: 50px;
        height: 50px !important;
        width: 50px !important
    }

    .notifications .notification.loaded {
        height: 65px !important
    }

    .notifications .notification-inner {
        margin-bottom: 10px !important
    }

    .notifications .notification-body {
        width: calc(100% - 50px)
    }

    .notification_box::before {
        width: calc(250px + 1rem)
    }
}

@media screen and (max-width: 1024px) {
    .notifications {
        display: none !important
    }
}

#info p{
	font-size: 15px;
    margin-bottom: 26px;
    line-height: 20px;
	font-weight:bold;
}
#info h1{
	text-transform:none;
}
#info h2{
	text-transform:none;
}
.sessionInfoExtra{
    margin-top:24vh;
}
@media only screen and (max-width: 600px) {
    .sessionInfoExtra{
        margin-top:15px;
    }
}

.entry-title{
font-size: 30px;
color: rgb(254, 252, 88);
display: inline;
line-height: 54px;
margin-bottom: 5px;
}
