/*! 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 !important;
    font-family: utm !important;
    background: url(../images/bg.jpg) top center no-repeat fixed !important;
    background-size: cover !important;
    background-color: #0b0402 !important;
    min-height: 100vh !important;
    color: #ffe49e !important;
    display: flex !important;
    flex-direction: column !important;
    font-size: 14px !important;
    overflow-x: hidden !important;
    position: relative !important;
    z-index: 1 !important;
}

#content {
    width: 100%;
    padding: 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
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

*,:after,:before {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    height: 100% !important;
    width: 100% !important;
    background-color: #0b0402 !important;
}

@font-face {
    font-family: utm;
    src: url(../fonts/UTM.ttf)
}

@font-face {
    font-family: utm;
    font-weight: 700;
    src: url(../fonts/UTMBold.ttf)
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

dd,dl,dt,figure,li,ol,ul {
    margin: 0;
    padding: 0
}

/* ol,ul {
    list-style: none
} */

dl,li,p,table {
    line-break: strict;
    word-wrap: break-word
}

img {
    border: 0;
    height: auto;
    line-height: 1;
    max-width: 100%;
    vertical-align: middle
}

a,button,input,textarea {
    outline: 0
}

a {
    color: #ffe49e;
    text-decoration: underline;
    font-weight: 700
}

article {
    position: relative;
    width: 100%;
    z-index: 9
}

main {
    min-height: 100vh !important;
    width: 100% !important;
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    z-index: 10 !important;
}

#main, #wrapper {
    background: none !important;
}

.container {
    margin: 0 auto !important;
    padding: 0 20px !important;
    max-width: 555px !important;
    width: 100% !important;
    display: block !important;
    position: relative !important;
    z-index: 11 !important;
}

.logo {
    display: block !important;
    margin: 1rem auto 0 !important;
    width: 30% !important;
    position: relative !important;
    z-index: 12 !important;
}

.hddes {
    margin-top: .3rem !important;
    text-align: center !important;
    font-size: 16px !important;
    position: relative !important;
    z-index: 12 !important;
}

.hddes a {
    display: inline-block;
    line-height: 1.6;
    vertical-align: middle
}

.tabnav {
    display: flex !important;
    justify-content: center !important;
    margin: 0 auto !important;
    padding: 1.3rem 0 2rem !important;
    width: 33% !important;
    position: relative !important;
    z-index: 12 !important;
}

.tabnav li {
    width: 100%
}

.tabnav li a img {
    display: block;
    width: 100%
}

.tabcontent_form {
    background: url(../images/bg-form.png?v=6.0.1) top center no-repeat !important;
    background-size: 100% 100% !important;
    margin-top: 3% !important;
    padding: 0 0 2rem !important;
}

.logintab.active,.registertab.active {
    display: block
}

.tabcontent_form form {
    width: 75%;
    margin: 0 auto
}

.form-group {
    margin-bottom: 1.4rem !important;
    position: relative !important;
}

.error.errors {
    width: 100%;
    font-size: 12px;
    color: #f20000;
    text-align: center;
    margin-bottom: -1rem;
    padding-top: 2px
}

.form_field {
    background: url(../images/bg-input.png) top left no-repeat !important;
    background-size: 100% 100% !important;
    border: none !important;
    color: #fff !important;
    flex: 1 !important;
    font-size: 16px !important;
    height: 50px !important;
    padding: 0 55px !important;
    text-align: center !important;
    width: 100% !important;
}

.form_field::-webkit-input-placeholder {
    color: #3e3e3e!important
}

.btnsubmit button {
    background: 0 0 !important;
    border: none !important;
    display: block !important;
    margin: 0 auto !important;
    padding: 0 !important;
    width: 60% !important;
}

.btnsubmit button img {
    width: 100%
}

.btnsocial:hover,.btnsubmit button:hover {
    filter: drop-shadow(2px 2px 8px #f6ce75) brightness(1.3)!important
}

.icon_field {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    display: inline-block !important;
    height: 50px !important;
    left: 24px !important;
    position: absolute !important;
    top: 0 !important;
    width: 20px !important;
}

.icon_user {
    background-image: url(../images/icon-user.png)
}

.icon_lock {
    background-image: url(../images/icon-lock.png)
}

.icon_eye {
    background-image: url(../images/icon-eye.png);
    left: auto;
    right: 22px
}

.icon_eye.active {
    background-image: url(../images/icon-eye-active.png)
}

.btnplayweb {
    text-align: center !important;
}

.btnplayweb_btn {
    cursor: pointer !important;
    margin: 0 auto !important;
    width: 70% !important;
    position: relative !important;
}

.btnplayweb .btnplayweb_btn:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 140%;
    height: 80%;
    background: url(../images/shadow.png);
    z-index: -1;
    transform: translateX(-50%) translateY(-50%);
    background-size: 100% 100%
}

.btnplayweb_des {
    padding: 1% 0 0;
    line-height: 1.6;
    text-align: center;
    font-size: 16px
}

.line {
    width: 80%;
    margin: 24px 0;
    opacity: .3
}

.banner_left {
    left: 0 !important;
    padding: 0 10px !important;
    position: fixed !important;
    top: 41% !important;
    transform: translateY(-50%) !important;
    width: calc(50% - (600px / 2) + 15px) !important;
    z-index: 9 !important;
}

.banner_left_item,.banner_right_item {
    margin: 0 auto;
    max-width: 255px;
    width: 100%
}

.banner_right {
    right: 0 !important;
    padding: 0 10px !important;
    position: fixed !important;
    top: 41% !important;
    transform: translateY(-50%) !important;
    width: calc(50% - (600px / 2) + 15px) !important;
    z-index: 9 !important;
}

.btnsocial {
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
    margin-top: 10% !important;
    display: block !important;
    width: 100% !important;
    height: 53px !important;
    cursor: pointer !important;
    -webkit-tap-highlight-color: transparent !important;
}

a.icon-livechat {
    display: none;
    cursor: pointer
}

.btnfb {
    background-image: url(../images/icon-fb.png)
}

.btntele {
    background-image: url(../images/icon-tele.png)
}

.btnchat {
    background-image: url(../images/icon-livechat.png)
}

.maindlapp.active {
    display: block
}

.maindlapp .container {
    padding-left: 0;
    padding-right: 0
}

.btnapp {
    display: block;
    margin: 5% auto
}

.note-noapp-img {
    margin: 0 auto .5rem;
    width: 32%
}

.note-noapp {
    text-align: center;
    line-height: 1.4;
    padding: 0
}

.btnweb {
    text-align: center
}

.btnstore,.btnstore-bottom {
    display: block;
    margin: 0 auto;
    width: 85%
}

.btnapk {
    display: block;
    margin: 4% auto 0;
    width: 65%
}

.btnplay,.btnplay-top {
    display: block;
    margin: 0 auto;
    width: 72%
}

.notemore {
    font-size: 13px;
    line-height: 1;
    padding-bottom: 8px;
    text-align: center
}

.notemore.notemore_color {
    color: #ffe49e
}

.btnplayweb_des span,.hddes span,.notebtn span,.notemore span {
    text-decoration: underline;
    font-weight: 700;
    text-underline-offset: 2px
}

.max-13 {
    max-width: 13px;
    margin-top: -2%
}

.max-36 {
    max-width: 36px
}

.text_uppercase {
    text-transform: uppercase
}

.notemore a {
    color: #fff;
    display: inline-block
}

.notemore img {
    height: auto;
    margin-top: -1%
}

.notebtn {
    padding-top: 3%;
    text-align: center;
    line-height: 1.6
}

.notebtn img {
    width: 9%
}

.notemore.noteipa {
    color: #cecece;
    line-height: 1.4;
    padding-top: 14px;
    padding-bottom: 0
}

.notemore.noteipa img {
    max-width: 16px;
    margin-right: 2px
}

.notemore.noteipa a {
    font-weight: 400;
    color: #d7bf82
}

.noteapk {
    color: #cecece;
    font-size: 10px;
    text-align: center;
    padding-top: 2%
}

.noteapk a {
    text-decoration: underline;
    color: #d7bf82;
    font-size: 10px;
    text-transform: none;
    font-weight: 400
}

.noteapk img {
    margin-top: -1%;
    max-width: 11px;
    width: 3%
}

#huongdan {
    display: none;
    padding-top: 1rem
}

.hdtitle {
    background: #784e03;
    color: #fff;
    padding: 15px;
    text-align: center;
    text-transform: uppercase
}

.huongdan_box {
    padding: 15px
}

.huongdan_step {
    color: #e8c04b;
    font-weight: 700;
    padding-bottom: 10px;
    text-transform: uppercase
}

.huongdan_content {
    font-size: 13px;
    line-height: 1.6;
    list-style: disc;
    margin-left: 1.2rem;
    padding-bottom: 1rem
}

.ipadpro,.logintab,.maindlapp,.registertab {
    display: none
}

.wrap-content {
    margin: 1rem auto !important;
    max-width: 750px !important;
    padding: 0 20px !important;
    display: block !important;
    position: relative !important;
    z-index: 11 !important;
}

.wrap-content p {
    margin-bottom: 1rem
}

.wrap-content ul {
    list-style: unset;
    margin-bottom: 1rem;
    padding-left: 1rem
}

p.center * {
    width: auto!important;
    height: auto!important
}

.wrap-content a {
    color: #f89e22;
    text-decoration: none;
    font-weight: 500
}

.content-center {
    max-height: 500px !important;
    overflow: hidden !important;
    color: silver !important;
    padding-top: .4rem !important;
    line-height: 1.4 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
}

.content-center b {
    font-weight: 700
}

.content-center h1 {
    display: block !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
    color: #fff60d !important;
    font-weight: 600 !important;
    text-align: center !important;
}

.content-center h2 {
    font-size: 16.8px !important;
    text-transform: uppercase !important;
    color: #fff !important;
    font-weight: 600 !important;
}

.content-center h3 {
    font-size: 14.8px !important;
    text-transform: uppercase !important;
    color: #fff !important;
    font-weight: 600 !important;
}

.content-center h4 {
    color: #fff !important;
    font-weight: 600 !important;
}

.content-center::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border-radius: 4px;
    background-color: #000
}

.content-center::-webkit-scrollbar {
    width: 12px;
    background-color: #000
}

.content-center::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #d62929;
    height: 10%
}

.title-content-center-y {
    color: #fff60d;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center
}

.per {
    color: #fff60d;
    font-weight: 400
}

.title-content-center-w {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    line-height: 0
}

.text-content-center {
    color: silver !important;
    padding-top: .4rem !important;
    line-height: 1.4 !important;
    margin-bottom: 0 !important;
}

.img-banner-bottom {
    text-align: center;
    max-width: 100%
}

.view-more {
    text-align: end !important;
    margin-top: 1rem !important;
}

.view-more a {
    color: #853805;
    font-style: italic;
    text-decoration: none;
    font-weight: 500
}

#alertmodal {
    align-items: center;
    bottom: 0;
    display: none;
    flex-direction: column;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    padding: 0 15px
}

#alertmodal.active {
    display: flex
}

.modal_box {
    margin: 0 auto;
    max-width: 544px;
    width: 100%;
    position: relative;
    z-index: 9
}

.modal_tabcontent {
    position: relative
}

.closemodal {
    cursor: pointer;
    height: 48px;
    position: absolute;
    right: -10px;
    top: 15px;
    width: 48px;
    z-index: 9
}

#alertmodal .alertmodal_box {
    background: url(../images/bg-modal.png) top center no-repeat;
    background-size: 100% 100%;
    border: none;
    padding: 2rem 0 0;
    max-width: 480px;
    min-height: 272px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 7
}

.alertmodal_body {
    text-align: center
}

.alertmodal_des {
    color: #dc3545;
    font-size: 18px
}

#alertmodal .alertmodal_box .closealert {
    cursor: pointer;
    height: 35px;
    position: absolute;
    right: 0;
    top: -8px;
    width: 35px;
    z-index: 9
}

.modal_backdrop {
    background: rgba(0,0,0,.8);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

footer {
    position: relative !important;
    margin-top: 1.7rem !important;
    padding: .05rem 0 2rem 0 !important;
    background: url(../images/bg-footer.jpg) bottom center no-repeat !important;
    background-size: cover !important;
    display: block !important;
    z-index: 10 !important;
}

.logo-footer {
    width: 130px !important;
    margin: 1rem auto .5rem !important;
    position: relative !important;
    z-index: 2 !important;
}

.text-content-center {
    color: silver !important;
    padding-top: .4rem !important;
    line-height: 1.4 !important;
    margin-bottom: 0 !important;
}

.footer-center {
    margin: 0 auto !important;
    max-width: 750px !important;
}

.img-chungnhan {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    max-width: 150px !important;
}

.img-chungnhan p {
    font-weight: 500;
    color: #dfdfdf;
    text-transform: uppercase;
    letter-spacing: .9px;
    margin-bottom: .8rem;
    line-height: 0
}

.img-chungnhan img {
    max-width: 80%
}

.content-footer,.content-footer-mb-bottom {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: .5rem !important;
}

.content-fmb,.content-footer-mb {
    display: none !important;
}

.content-footer-center {
    max-width: 420px !important;
    text-align: center !important;
    margin-top: -12px !important;
}

.content-footer-center>p:first-child {
    color: #b7b7b7;
    line-height: 1.6;
    margin-bottom: .5rem
}

.content-footer-center>p:last-child {
    font-size: 11.5px;
    color: #737371;
    font-style: italic
}

.content-footer-end {
    max-width: 160px !important;
}

.content-footer-end p {
    font-weight: 500;
    color: #fff;
    margin-bottom: .5rem
}

.img-layer-footer-left {
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    max-width: 24% !important;
}

.img-layer-footer-right {
    position: absolute !important;
    bottom: 0 !important;
    right: 0 !important;
    max-width: 24% !important;
}

a.icon-tele {
    display: block;
    background-image: url(../images/icon-tele-ft.png);
    background-size: 100% 100%
}

a.icon-fb {
    display: block;
    background-image: url(../images/icon-fb-ft.png);
    background-size: 100% 100%
}

.icon-fb,.icon-tele {
    width: 45px;
    height: 45px
}

.icons-info {
    display: flex;
    gap: .8rem;
    justify-content: center;
    align-items: center
}

#huongdan {
    color: #fff;
    padding-top: 1.5rem;
    display: none
}

#huongdan h3 {
    text-align: center;
    text-transform: uppercase;
    line-height: 2.5;
    background: #690b1a;
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px;
    width: 100%
}

.huongdan_step {
    text-transform: uppercase;
    color: #ffdc53;
    height: 36px;
    font-weight: 700;
    line-height: 36px;
    font-size: 18px;
    padding-left: 15px;
    margin-bottom: .5rem
}

#huongdan p,#huongdan ul {
    width: 100%
}

.thankform {
    display: none;
    margin-bottom: 10px;
    position: relative !important;
    z-index: 12 !important;
}

.thankform .container {
    padding: 0
}

.thankinfo {
    position: relative;
    margin: 1.5rem auto 0;
    width: 100%
}

.thankinfo_pass,.thankinfo_pass span,.thankinfo_user,.thankinfo_user span {
    color: #e4d0a3;
    font-size: 14px;
    margin-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-line-clamp: 1;
    font-weight: 500
}

.thankinfo_pass,.thankinfo_user {
    color: #fff
}

.thankinfo_sttl {
    margin: 0 auto .2rem
}

.thankinfo_sttl img {
    max-width: 100%
}

.info-user {
    position: absolute;
    bottom: 21%;
    right: 14%;
    text-align: center
}

#chat-widget-minimized {
    visibility: hidden
}

.showtext-mb {
    display: none
}

.showtext-pc {
    display: block
}

.content-footer {
    padding-bottom: 20px;
}

/* Làm section đầu tiên (form đăng ký) full màn hình */
.section-top {
    height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    margin: 0 !important;
}


@media (max-width: 1500px) {
    .banner_left {
        width:calc(50% - (760px / 2) + 15px);
        top: 42%;
        z-index: 9 !important;
    }

    .banner_right {
        width: calc(50% - (760px / 2) + 15px);
        top: 35%;
        z-index: 9 !important;
    }
}

@media (max-width: 1024px) {
    body {
        background: url(../images/bg-mobile.jpg) top center no-repeat fixed !important;
        background-size: cover !important;
        background-color: #1e0f08 !important;
        z-index: 1 !important;
    }

    .logo {
        width: 35% !important;
        margin: .8rem auto 0 !important;
        z-index: 12 !important;
    }

    .content-center {
        max-height: 645px !important;
    }

    .img-chungnhan {
        align-items: flex-start
    }

    .note-noapp {
        padding-top: 12px
    }

    .notebtn {
        padding-top: 8px
    }

    .notemore {
        font-size: 14px;
        padding-bottom: 12px
    }

    .notemore-web {
        margin-top: 5%
    }

    .btnstore {
        width: 80%
    }

    .btnstore-bottom {
        width: 65%
    }

    .btnplay {
        width: 65%
    }

    .btnplay-top {
        width: 80%
    }

    .btnsubmit button {
        width: 65%
    }

    a.icon-livechat-load {
        position: fixed;
        top: 1%;
        right: 1.5%;
        left: unset;
        margin-top: 0
    }

    .banner_left,.banners_games,.content-footer-pc {
        display: none !important;
    }

    .banner_right {
        position: unset !important;
        transform: none !important;
        width: auto !important;
        z-index: unset !important;
    }

    .banner_right_item {
        max-width: none !important;
    }

    .btnsocial {
        position: fixed !important;
        width: 60px !important;
        height: 60px !important;
        margin: 0 !important;
        top: 1% !important;
        left: 1.5% !important;
        z-index: 99 !important;
    }

    .btnfb {
        background-image: url(../images/icon-fb-mb.png) !important;
        top: calc(1% + 70px) !important;
    }

    .btntele {
        background-image: url(../images/icon-tele-mb.png) !important;
    }

    .btnchat {
        background-image: url(../images/icon-livechat-mb.png) !important;
        right: 1.5% !important;
        left: auto !important;
    }

    .notemore img {
        margin-top: -2%
    }

    .wrap-content {
        max-width: 550px !important;
        display: block !important;
        position: relative !important;
        z-index: 11 !important;
    }

    .content-fmb,.content-footer-mb {
        display: block !important;
        text-align: center !important;
    }

    .footer-center {
        max-width: 700px !important;
    }

    .content-footer-center {
        margin: 0 auto
    }

    .max-13 {
        margin-top: -3%
    }

    .tabcontent_form {
        padding: 0 0 1.5rem;
        margin-top: 22px
    }

    .btnapp,.btnweb-top {
        margin: 24px auto 0;
        text-align: center
    }

    .btnweb-top-noapp {
        margin: 0;
        text-align: center
    }

    .btnapp-only {
        margin: 6% auto 0
    }

    .btnweb-only {
        margin: 0 auto;
        text-align: center
    }

    .line {
        width: 65%;
        margin: 24px auto;
        opacity: .3
    }

    .showtext-mb {
        display: block !important;
    }

    .showtext-pc {
        display: none !important;
    }
}

@media (max-width: 991px) {
    body {
        background:url(../images/bg-mobile.jpg) top center no-repeat fixed;
        background-size: cover;
        background-color: #1e0f08;
        z-index: 1 !important;
    }
}

@media (max-width: 640px) {
    .form_field,.form_field::-webkit-input-placeholder {
        font-size:13px !important;
    }

    .alertmodal_des {
        font-size: 16px !important;
    }

    #alertmodal .alertmodal_box {
        min-height: 240px !important;
    }

    .note-noapp,.notebtn,.notemore {
        font-size: 13px
    }

    .hddes {
        font-size: 12px !important;
        margin-top: .1rem !important;
    }

    .btnsocial {
        width: 45px !important;
        height: 45px !important;
    }

    .btnfb {
        background-image: url(../images/icon-fb-mb.png) !important;
        top: calc(1% + 58px) !important;
    }

    .form_field,.icon_field {
        height: 42px !important;
    }

    .footer-center,.wrap-content {
        max-width: 93vw !important;
        z-index: 11 !important;
        padding-bottom: 20px;
    }

    .logo-footer {
        width: 25% !important;
        margin: .5rem auto !important;
        z-index: 12 !important;
    }

    .content-footer-end {
        max-width: 180px
    }

    .content-footer-mb-bottom {
        margin: .5rem auto
    }

    .content-fmb,.content-footer-mb {
        font-size: 12px !important;
    }

    .content-footer-center>p:last-child {
        font-size: 10px !important;
    }

    .img-chungnhan img {
        max-width: 70% !important;
    }

    .icon-fb,.icon-tele {
        width: 40px !important;
        height: 40px !important;
    }

    .line {
        margin: 32px auto
    }

    .thankinfo_pass,.thankinfo_pass span,.thankinfo_user,.thankinfo_user span {
        font-size: 12px !important
    }

    .info-user {
        position: absolute;
        bottom: 20%;
        right: 11%
    }

    .container .section, .row .section {
        padding-left: 0px;
        padding-right: 0;
    }

    .btnplayweb_des {
        font-size: 13px;
    }

    .mainform {
        padding-bottom: 20px;
    }
}

@media (max-width: 400px) {
    .content-center h1 {
        font-size:16px !important;
    }

    .content-center h2 {
        font-size: 15px !important;
    }

    .content-center h3 {
        font-size: 14px !important;
    }

    .note-noapp,.notebtn,.notemore {
        font-size: 12px !important
    }

    .hddes {
        font-size: 11px !important;
    }

    .btnsocial {
        width: 40px !important;
        height: 40px !important;
    }

    .btnfb {
        background-image: url(../images/icon-fb-mb.png) !important;
        top: calc(1% + 53px) !important;
    }

    .form_field,.icon_field {
        height: 40px !important;
    }

    .tabcontent_form {
        margin-top: 16px
    }

    .btnapp,.btnweb-top {
        margin: 22px auto 0
    }

    .line {
        margin: 22px auto
    }

    .thankinfo {
        margin: 1rem auto 0
    }

    .thankinfo_pass,.thankinfo_pass span,.thankinfo_user,.thankinfo_user span {
        font-size: 10px !important
    }

    .info-user {
        right: 14%
    }
}

@media (max-height: 480px) {
    .container {
        max-width:300px !important;
    }

    .logo {
        margin: .3rem auto 0 !important;
    }

    .hddes,.note-noapp,.notebtn,.notemore {
        font-size: 9px !important;
    }

    .max-13 {
        margin-top: -1.5% !important;
        max-width: 10px !important;
    }

    .hddes {
        margin-top: .1rem !important;
    }

    .form_field {
        height: 34px !important;
        font-size: 12px !important;
        padding: 0 30px !important;
    }

    .icon_field {
        left: 14px !important;
        width: 14px !important;
        height: 34px !important;
    }

    .icon_eye {
        left: auto !important;
        right: 12px !important;
    }

    .tabnav {
        padding: 1rem 0 1.3rem !important;
    }

    .tabcontent_form {
        padding: 0 0 1rem !important;
        margin-top: 8px !important;
    }

    .form-group {
        margin-bottom: 1.2rem !important;
        position: relative !important;
    }

    .error.errors {
        font-size: 10px !important;
        margin-bottom: -.9rem !important;
        padding-top: 2px !important
    }

    .thankinfo {
        margin: .5rem auto 0 !important;
    }

    .thankinfo_pass,.thankinfo_pass span,.thankinfo_user,.thankinfo_user span {
        font-size: 7px !important
    }

    .info-user {
        bottom: 20%
    }

    #huongdan .container {
        max-width: 555px !important
    }
}

@media (max-height: 360px) {
    .hddes,.note-noapp,.notebtn,.notemore {
        font-size:8.5px !important;
    }

    .max-13 {
        margin-top: -1% !important;
        max-width: 8px !important;
    }
}

.notifications {
    position: fixed;
    top: 20%;
    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: 250px;
    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) 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
}

#header {
    display: none !important;
}

@media (max-width: 1200px) {
    .notifications .notification-inner {
        width:200px!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
    }
}

/* Hide Flatsome elements */
#masthead, #footer-wrapper, #comments, .page-title, .entry-header, .entry-content, .entry-meta, .related-posts, .row.row-collapse, .site-header, .header-wrapper, .absolute-footer {
    display: none !important;
}

#footer {
    padding: 0 !important;
}

.site-main {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.main-page-wrapper {
    margin-bottom: 0 !important;
} 

.view-more {
    text-align: center;
    margin-top: 20px;
}

.section-content.expanded {
    height: initial;
}

.more-content {
    display: none;
}

.more-content.show {
    display: block;
} 