/*! 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
}

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%
}

.nano>.nano-content:focus {
    outline: thin dotted
}

.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)
}

#info img {
    max-width: 100%
}

body,html {
    box-sizing: border-box
}

*,:after,:before {
    box-sizing: inherit
}

html {
    height: 100%;
    width: 100%
}

body {
    min-height: 100%;
    margin: 0;
    font-family: Montserrat;
    color: #dab777;
    font-size: 14px;
    z-index: -1;
    background: #000 url(../images/bg.jpeg?v=6) top center no-repeat;
    background-size: cover;
    overflow-x: hidden
}

#form .container,header .container {
    max-width: 640px
}

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
}

header {
    padding-bottom: 15px
}

.logo {
    width: 35%;
    margin: 0 auto -1.8rem
}

.slogan {
    margin: 0 auto -.7rem;
    width: 100%
}

.logo-bai>img,.logo>img,.slogan>img {
    max-width: 100%
}

#form .container .row {
    position: relative
}

#form .nav-tabs {
    width: 80%;
    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 {
    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;
    width: 100%;
    height: 100%;
    color: #f7dca9;
    display: flex;
    align-items: center;
    justify-content: center
}

.tabs-active #choinhanhtab img,.tabsweb {
    display: none!important
}

.tabs-active #choinhanhtab img.tabsweb {
    display: block!important
}

#form .tab-content {
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 81%;
    z-index: 2
}

form {
    width: 100%;
    margin: 0 auto
}

.form-group {
    position: relative;
    margin-bottom: 0
}

.form-group>i {
    position: absolute;
    right: 18px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 100%;
    width: 40px;
    height: 65px;
    text-align: center;
    font-size: 18px;
    color: #e5af71
}

.form-group>i.icon-prepend {
    left: 12px
}

.form-control {
    height: 65px;
    background: url(../images/bg-input.png?v=6) top left/100% 100% no-repeat!important;
    border: none!important;
    outline: 0!important;
    margin: 0 auto;
    padding-right: 50px;
    padding-left: 50px;
    font-size: 18px;
    color: #ffcc7e!important;
    border-radius: .25rem
}

input::-webkit-input-placeholder {
    color: rgba(255,255,255,.5)!important
}

input:-moz-placeholder {
    color: rgba(255,255,255,.5)!important
}

input::-moz-placeholder {
    color: rgba(255,255,255,.5)!important
}

input:-ms-input-placeholder {
    color: rgba(255,255,255,.5)!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: block;
    width: 100%;
    height: 82px;
    background-image: url(../images/btn-hotline3.png?v=12);
    margin-bottom: 10px;
    position: unset
}

a.icon-phone.icon-phone2 {
    background-image: url(../images/btn-hotline2.png?v=12)
}

a.btn-hotline {
    display: block;
    position: fixed;
    width: 268px;
    right: 1%;
    top: 2%
}

a.icon-livechat {
    position: fixed;
    right: 1%;
    bottom: 1px;
    width: 268px;
    height: 48px;
    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=6) top center/100% 100% no-repeat;
    height: 314px;
    width: 400px;
    padding: 100px 65px 105px 60px;
    margin: 0 auto
}

.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 .recaptcha-bg {
    background-size: 100%;
    background-position: center;
    border-radius: 0 10px 10px 0;
    height: 49px;
    overflow: hidden;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 10rem
}

.recaptcha-input input {
    padding-right: 10rem
}

.onlyregister #choinhanhtab,.onlyregister #tabregister img,.tabdangkyngay {
    display: none!important
}

.onlyregister #tabregister .tabdangkyngay {
    display: block!important
}

.formstyle .btnsubmit {
    width: 60%;
    margin: 0 auto
}

.dctkstyle {
    margin-bottom: -.5rem
}

@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: 0.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;
    text-align: justify;
}

#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%
}

.icon-fb,.icon-tele {
    position: fixed;
    z-index: 22
}

.icon-fb img,.icon-tele img {
    width: 80px
}

.icon-tele {
    right: 10px;
    top: 10px
}

.icon-fb {
    right: 90px;
    top: 10px
}

@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) {
    .icon-fb {
        left:1%;
        right: auto
    }

    .icon-tele {
        left: calc(1% + 80px);
        right: auto
    }

    #banners,#games,.livechat,.notifications,.sticky-qrcode {
        display: none!important
    }

    #form {
        border: none
    }

    #playonweb {
        margin-top: 0
    }

    #form {
        margin-top: 0
    }

    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
    }

    a.btn-hotline {
        top: 1%;
        left: 1%;
        width: auto;
        display: inline-block;
        right: auto
    }
}

@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:25%;
        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) {
    a.icon-livechat,a.icon-phone {
        width:70px;
        height: 70px
    }

    a.icon-fb img,a.icon-tele img {
        width: 60px;
        height: 60px
    }

    .icon-livechat.active {
        top: -3px
    }

    .icon-fb {
        top: 3px
    }

    .icon-tele {
        left: 1%;
        right: auto;
        top: 62px
    }

    body {
        background: #000 url(../images/bg-mobile.jpeg?v=6) top center no-repeat;
        background-size: cover;
        padding-top: 0;
        padding-bottom: 0
    }

    header {
        padding-bottom: 0
    }

    .logo {
        width: 46%;
        margin-bottom: 0
    }

    .slogan {
        margin-top: -4.5%;
        margin-bottom: 0
    }

    #main {
        padding: 0 15px;
        margin-top: 0
    }

    #form .nav-tabs,#form .tab-content {
        width: 93%;
        margin: 0 auto
    }

    .form-control,.form-group i {
        height: 55px
    }

    .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: 41px;
        right: 8px;
        top: 7px;
        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
    }

    footer {
        display: block
    }

    .modal-content {
        background: url(../images/bg-error.png?v=6) top center/100% 100% no-repeat;
        height: 201px;
        width: 256px;
        padding: 64px 42px 64px 38px
    }

    .close {
        right: -10px
    }

    .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:35%
    }

    .playweb {
        width: 69%
    }

    .btn-store {
        width: 100%!important
    }

    .adv {
        width: 70%
    }

    .adv.advstyle,.adv.advweb {
        width: 60%
    }

    .recaptcha-input .recaptcha-bg {
        height: 41px;
        right: 6px;
        top: 7px;
        width: 100px;
        border-radius: 0 6px 6px 0
    }

    .nano {
        height: 9rem
    }

    #seoInfo h1 {
        font-size: 14px
    }
}

@media (max-width: 360px) {
    .logo {
        width:38%
    }

    .adv.advstyle,.adv.advweb {
        width: 55%
    }

    .form-control,.form-group i {
        height: 45px
    }

    .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
    }
}
