/*! 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: 0.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: -0.25em;
}
sup {
    top: -0.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: 0.35em 0.625em 0.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;
}
body,
html {
    box-sizing: border-box;
    overflow-x: hidden !important;
}
@font-face {
    font-family: conthrax;
    src: url(../fonts/conthrax-sb.ttf);
}
@font-face {
    font-family: svn;
    src: url(../fonts/SVNBOLD.ttf);
    font-weight: 400;
}
*,
:after,
:before {
    box-sizing: inherit;
}
html {
    height: 100%;
    width: 100%;
}
body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    color: #dab777;
    font-size: 14px;
    overflow-x: hidden;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    background-color: #000 !important;
    background: url(../images/bg.jpg?v=50.0.4) top center no-repeat;
    background-size: 100% auto;
}
#main .container {
    max-width: 1000px;
}
p {
    line-height: 1.2;
}
a {
    color: #f89e22;
}
a:hover {
    color: #f89e22;
}
h2,
h3 {
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    width: 100%;
}
.logo {
    margin: 0 auto 0 auto; /* Căn giữa theo chiều ngang */
    position: relative;
    z-index: 2;
    width: 25%;
}
.logo img {
    max-width: 100% !important;
    /* margin-top: 5px; */
    margin-right: 0;
    width: 300px;
}
.slogan {
    position: relative;
    z-index: 1;
    margin: 0 auto 0;
    width: 38%;
}
.form_style .nav-tabs > li:focus-visible {
    outline: 0;
    border: none;
    background: 0 0;
}
.logo > img,
.slogan > img {
    max-width: 100%;
}
.logo,
.slogan {
    pointer-events: none;
}
.form_style .nav-tabs {
    width: 100%;
    border: none !important;
    margin: 1.5% auto 3%;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: nowrap;
    z-index: 3;
    background-size: 100% 100%;
    padding: 5px 9px 9px 10px;
}
.form_style .nav-tabs > li {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}
.form_style .nav-tabs > li.active:first-child {
    z-index: 2;
}
.form_style .nav-tabs > li.active:last-child {
    z-index: 2;
}
.form_style .tab-content {
    background: url(../images/bg-form1.png?v=50.0.4) top center/100% 100% no-repeat;
    margin: 0 auto 0;
    padding: 2rem 1rem 1rem;
    position: relative;
    width: 100%;
    z-index: 2;
    max-width: 780px;
}
.banner-left {
    z-index: 2;
}
.banner-left img {
    max-height: 100vh;
    width: 100%;
}
.banner-left {
    position: absolute;
    left: 5%;
    top: 38%;
    transform: translateY(-50%);
    max-width: 18%;
}
form {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
}
.form-box {
    width: 73%;
    margin: auto;
}
.form-group {
    position: relative;
    margin-bottom: 0;
}
.form-group > i {
    position: absolute;
    right: 25px;
    top: 2px;
    display: flex;
    cursor: pointer;
    height: 58px;
    width: 25px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #4d5a69 !important;
}
#dangkynhanh {
    display: flex;
    width: 73%;
}
.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 67%);
    z-index: 22;
    display: none;
}
.btnsubmit:hover {
    filter: brightness(130%);
    -webkit-filter: brightness(130%);
    -moz-filter: brightness(130%);
    -o-filter: brightness(130%);
    -ms-filter: brightness(130%);
    -webkit-transition: all 0.5s;
}
#dangkynhanh > div > img {
    cursor: pointer;
}
#dangkynhanh > div {
    display: block;
    width: 100%;
    margin-right: 5px;
}
.form-group > img {
    position: absolute;
    right: 30px;
    top: 2px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #4d5a69 !important;
    max-height: 35px;
}
.form-group > img.icon-prepend {
    right: auto;
    left: 4%;
    background: 0 0;
    color: #dbf5ff !important;
    top: 22%;
}
.form-box .form-group:first-child > img {
    left: 4%;
}
.form-control {
    height: 60px;
    background: url(../images/bg-input.png?v=50.0.4) no-repeat;
    background-size: 100% 100%;
    outline: 0 !important;
    margin: 0 auto;
    padding: 0 60px 0 80px;
    font-size: 18px;
    color: #dbf5ff !important;
    border-radius: 50px;
    border: none;
}
.error,
.errors {
    font-size: 13px;
    text-align: center;
    margin-top: -0.2rem;
    margin-bottom: -0.3rem;
}
input:-webkit-autofill {
    -webkit-animation-delay: 1s;
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}
input::-webkit-input-placeholder {
    color: #a5a5a4 !important;
}
input:-moz-placeholder {
    color: #a5a5a4 !important;
}
input::-moz-placeholder {
    color: #a5a5a4 !important;
}
input:-ms-input-placeholder {
    color: #a5a5a4 !important;
}
[type="password"].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="password"]:focus,
input[type="text"]:focus {
    box-shadow: inset 0 -1px 0 transparent !important;
    -webkit-box-shadow: 0 -1px 0 transparent !important;
    outline: 0 !important;
}
input.form-control:focus {
    background: url(../images/bg-input.png?v=50.0.4) no-repeat;
    background-size: 100% 100%;
}
input:-webkit-autofill {
    -webkit-animation-delay: 0.2s;
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
    animation-iteration-count: infinite;
}
.form_style .nav-tabs {
    margin-top: -11px;
    margin-bottom: 1rem;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mt-0 {
    margin-top: 0 !important;
}
#main {
    position: relative;
    z-index: 11;
    margin-top: -10px;
    max-width: 76%;
    margin-left: auto;
    margin-right: auto;
}
img {
    margin: 0 auto;
    max-width: 100%;
}
a.store {
    display: block;
    margin: 0 auto;
}
.btn-store img,
.playweb img,
a.store img {
    max-width: 100%;
    width: 100%;
}
.playweb {
    width: 50%;
}
.btn-store {
    width: 70%;
}
.btn_form {
    justify-content: center;
    align-items: flex-end;
    display: flex;
    flex-wrap: nowrap;
    left: 0;
    right: 0;
    width: 100%;
}
.custom-btn .btn_form {
    width: 65%;
    margin: auto;
}
.btnsubmit {
    background: 0 0;
    outline: 0;
    border: none;
    padding: 0;
    width: initial !important;
}
#android,
#ios,
#playonweb {
    display: none;
}
.ipa,
.ipa_no_android,
.ipa_no_web {
    margin-top: 1.5rem;
}
small {
    color: #fff;
    margin: 0 auto;
    margin-top: 4px;
    font-size: 0.76vw;
}
small a {
    color: #fbe60c;
    font-weight: 500;
    text-decoration: underline;
}
.wrap-button {
    text-align: center;
    margin: 0 auto;
    width: 65%;
    padding: 0;
}
#android > small,
#ios > small {
    display: block;
}
.text-danger {
    color: #ff7a00 !important;
}
#alertModal .modal-header .close img {
    max-width: 35px;
}
#alertModal .modal-header .close {
    opacity: 1;
    right: 0;
    top: 0;
}
a.store img {
    max-width: 100% !important;
}
.modal-header {
    padding: 0.5rem 1rem;
}
.close {
    position: absolute;
    right: 10px;
    z-index: 1;
}
.loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    z-index: 1060;
}
.loading > img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.wrap-form-center {
    min-height: calc(100vh - 65px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.icon-livechat {
    cursor: pointer;
	display: block;
	z-index: 9999 !important;
}
.modal-dialog {
    -webkit-transform: translate(0, -50%) !important;
    -o-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important;
    top: 50%;
    margin: 0 auto;
}
#main {
    display: none;
    margin-bottom: 0.5rem;
}
#huongdan {
    color: #fff;
    padding-top: 0;
    display: none;
    margin-top: 1rem;
}
#huongdan h3 {
    text-align: center;
    text-transform: uppercase;
    line-height: 2.5;
    background-size: 125% 100%;
    color: #fff;
    margin-bottom: 10px;
    font-size: 15px;
    margin-top: -5px;
    background: -webkit-linear-gradient(90deg, #fff, #f7f795, #ff0 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.no_web #btn1111 {
    margin-top: 0;
}
.huongdan_step {
    text-transform: uppercase;
    color: #ff4e00;
    height: 36px;
    font-weight: 400;
    line-height: 36px;
    font-size: 18px;
    padding-left: 15px;
    margin-bottom: 0.5rem;
}
.huongdan_content_android {
    color: #fff;
}
.huongdan_content_ios {
    color: #fff;
}
#huongdan p,
#huongdan ul {
    width: 100%;
	font-size: 15px;
}
.nohu_ttl img {
    max-width: 80%;
}
.listgame {
    list-style: none;
    padding: 0;
}
.listgame li {
    text-align: center;
}
.listgame li img {
    max-width: 100%;
}
.nohubox1 .listgame li {
    margin: 0 0.25rem;
    position: relative;
    width: calc(100% / 3);
    max-width: 120px;
    white-space: nowrap;
}
.nohubox1 .listgame li::after {
    content: "";
    background: url(../images/bg-nohu-game.png?v=50.0.4) center center/containno-repeat;
    position: absolute;
    width: 150px;
    height: 125px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: -1;
}
.nohubox1 .listgame li img {
    height: 70px;
}
.nohubox2 .listgame li {
    margin: 0 0.25rem;
    width: calc(100% / 3);
    max-width: 120px;
    white-space: nowrap;
}
.nohubox2 .listgame li img {
    height: 60px;
}
.listgame_number {
    background: linear-gradient(to right, rgba(203, 6, 2, 0) 0, rgba(203, 6, 2, 0.8) 40%, rgba(203, 6, 2, 0.9) 50%, rgba(203, 6, 2, 0.8) 60%, rgba(231, 56, 39, 0) 100%);
    color: #ffbc00;
    letter-spacing: 1px;
    font-size: 10px;
    font-family: "Roboto Mono";
    font-weight: 700;
}
.listgame_number span {
    font-size: 10px;
}
.nano-content img,
.nano-content span {
    max-width: 100% !important;
    height: auto !important;
    width: auto !important;
}
#btn1111 {
    justify-content: center;
    display: none;
}
#btn1111 small {
    display: block;
}
#btn1111 small {
    display: block;
    margin: 5px 0;
    text-shadow: 1px 1px 1px #000;
}
.nano {
    overflow: hidden;
}
#alertModal .modal-content {
    background: url(../images/bg-form.png?v=50.0.4);
    background-size: 100% 100%;
    min-height: 350px;
    font-family: conthrax;
    text-align: center;
}
#alertModal .modal-body span:first-child {
    font-size: 24px;
    position: absolute;
    top: 8%;
}
#alertModal .modal-body span {
    text-shadow: 1px 1px 1px red;
}
#alertModal .modal-header {
    text-align: center;
    margin: auto;
    color: #fff !important;
    border: none;
}
#alertModal .modal-body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 16%;
}
#alertModal .modal-body span {
    color: #fff;
}
.player {
    position: relative;
    z-index: 1;
    padding: 0 10px;
    width: 42%;
}
.btnsubmit {
    -webkit-animation: zoomout 0.5s linear infinite;
    animation: zoomout 0.5s linear infinite;
    will-change: filter;
}
@keyframes zoomout {
    0% {
        transform: scale(1.01);
        -webkit-filter: drop-shadow(2px 2px 2px #f6ce75) brightness(1.1);
        filter: drop-shadow(2px 2px 2px #f6ce75) brightness(1.1);
    }
    50% {
        transform: scale(1.02);
        -webkit-filter: none;
        filter: none;
    }
    100% {
        transform: scale(1.01);
        -webkit-filter: drop-shadow(2px 2px 2px #f6ce75) brightness(1.1);
        filter: drop-shadow(2px 2px 2px #f6ce75) brightness(1.1);
    }
}
.social.socials-top {
    position: absolute;
    right: 5%;
    top: 34%;
    transform: translateY(-50%);
    max-width: 14%;
}
.social.socials-top a {
    display: inline-block;
    margin: 5px 0;
}
.social.socials-top a.icon-livechat {
    /* display: none; */
}
.social-modal a:first-child {
    margin-right: 10px;
}
.social-modal a {
    color: #ff0 !important;
}
p.social-modal {
    display: flex;
    flex-wrap: wrap;
}
header {
    display: flex;
    align-items: center;
    height: 65px;
    background: url(../images/bg-header.png?v=50.0.4) top 0 center no-repeat;
    background-size: 100% 100%;
}
.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
button {
    border: none;
    background-color: transparent;
}
.menu li {
    margin: 0 15px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
}
.menu li button {
    color: #5e5d5d;
    text-decoration: none;
    position: relative;
    font-weight: 500;
    font-size: 1vw;
    text-transform: uppercase;
}
.menu li button:hover {
    color: #ffe612;
    position: relative;
}
.menu li button:hover:after {
    content: "";
    position: absolute;
    left: 0;
    height: 5px;
    width: 100%;
    bottom: -12px;
    background: #ffe612;
}
header .container .row {
    flex-wrap: initial;
    align-items: baseline;
    justify-content: center;
}
.choinhanhPC {
    margin-top: 2rem;
    text-align: center;
}
.tlchMB {
    position: absolute;
    top: 19%;
    left: 22%;
    font-size: 1.5vw;
    font-weight: 700;
    opacity: 0;
    width: 25%;
    height: 15%;
}
.tlchPMB {
    position: absolute;
    top: 19%;
    left: 72.6%;
    font-size: 1.5vw;
    font-weight: 700;
    opacity: 0;
    width: 22%;
    height: 15%;
}
.tlchMB3 {
    position: absolute;
    top: 83%;
    left: 54%;
    font-size: 1.5vw;
    font-weight: 700;
    opacity: 0;
    width: 15%;
    height: 12%;
}
.show12002 {
    display: none !important;
}
div#btn1111 .playweb {
    width: 25% !important;
}
.content-mb {
    display: none;
}
.icon-menu-mobile {
    top: 8px;
    left: 8px;
    display: flex;
    justify-content: space-between;
    z-index: 9999 !important;
    max-height: 95px;
    position: absolute;
    max-width: 70px;
    display: none;
}
.menu-mb {
    width: 250px;
    position: fixed;
    min-height: 400px;
    z-index: 999;
    top: 0;
    left: -250px;
    background-color: rgba(0, 0, 0, 0.8);
    overflow-x: hidden;
    transition: 0.5s;
    padding-right: 6px;
    padding-top: 0;
}
.menu-sub li.active {
    margin-top: 1rem;
}
.menu-sub li {
    margin-top: 2.5rem;
}
.menu-sub {
    list-style: none;
    padding-left: 0.5rem;
}
.close-menu img {
    max-width: 70px;
    margin: 10px;
}
.contentModal .modal-dialog > img {
    margin-bottom: 20px;
}
.icon-fb-mb {
    display: none;
}
.icon-tele-mb {
    display: none !important;
}
.banner-bottom {
    display: none;
}
.banner-bottom {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    background-position: top 32px center !important;
    z-index: 22;
    width: 100%;
    text-align: center;
    padding-top: 15px;
}
.banner-bottom > .relative {
    margin: auto;
    position: relative;
}
#btn1111 {
    display: none !important;
}
.showmb {
    display: none;
}
small.font9 {
    font-size: 9px;
    margin-top: 1px;
}
#main small {
    display: none;
}
#btn1111 small {
    display: block;
}
.footer-bottom {
    display: none;
}
footer {
    background: url(../images/bg-footer.png);
    background-size: cover;
}
.header-left {
    display: flex;
    width: 100%;
    justify-content: flex-start;
}
.flex-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90px;
}
.navx {
    height: 30px;
    width: 450px;
    background: url(../images/bg-hotmatch.png?v=50.0.4);
    background-size: 100% 100%;
    position: relative;
    background-position: top left 2rem;
    margin-left: 10px;
}
.jackpot {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/loa.png?v=50.0.4);
    background-repeat: no-repeat;
    background-position: center left 1rem;
    background-size: 25px auto;
    padding-left: 1rem;
}
.jackpot_txt {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-line-clamp: 1;
    font-weight: 400;
    text-align: center;
    font-size: 18px;
    color: #fff;
    padding: 0 1rem;
    position: relative;
    width: 100%;
    font-weight: 700;
    height: 100%;
    -webkit-mask-image: linear-gradient(to right, transparent, #fff 20%, #fff 95%, transparent);
}
.jackpot_txt ul {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    margin-bottom: 0;
}
.jackpot_txt ul li {
    display: inline-block;
    white-space: nowrap;
    padding: 0 30px;
    color: #aaa;
    font-style: italic;
    font-size: 11pt;
    font-weight: 400;
}
.jackpot_txt ul li i {
    color: #fee466;
    margin-right: 7px;
}
.jackpot_txt span.jackpot_name {
    display: inline-block;
    padding: 0 2px;
}
span.jackpot_name.jackpot_game_game {
    color: #f4d43e;
}
.jackpot_win {
    color: #f4d43e !important;
}
.slick-wrapper {
    width: 80%;
    background-color: #0ff;
}
.slide-item {
    background-color: #663399;
    color: #0ff;
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 200px;
    border: 1px solid #fff;
}
.slick-game-mobile {
    display: none;
}
.contentModal .modal-content {
    padding: 1rem 1em 1rem;
}
.nano::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: transparent;
}
.nano::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}
.nano::-webkit-scrollbar-thumb {
    background-color: #fff000;
}
#info a {
    color: #fff;
}
#info {
    color: #fff;
    text-align: left;
    font-weight: 300;
}
div#info button {
    color: #fef100;
}
.contentModal button.close {
    left: 100%;
    top: -2rem;
    opacity: 1 !important;
    font-weight: 400;
    color: #fff;
    font-size: 30px;
    width: 40px;
}
#info h2,
#info h3,
h2.c1 {
    text-transform: uppercase;
    color: #fff000;
    font-weight: 600;
    font-size: 14px;
}
.contentModal .nano {
    max-height: 400px;
    overflow-y: scroll;
}
.contentModal .modal-dialog {
    max-width: 600px;
}
.contentModal .modal-content {
    background: url(../images/bg-more-content.png?v=50.0.4) center center no-repeat;
    background-size: 100% 100%;
}
.nano {
    overflow: hidden;
}
.girl {
    position: absolute;
    top: -2rem;
    right: 0;
    max-width: 25%;
}
.social {
    flex-direction: column;
}
.social ~ .social {
    flex-direction: column;
    align-items: flex-start;
}
.social ~ .social ul {
    flex-direction: row !important;
}
#info h2 {
    font-size: 16px;
}
#info h3 {
    font-size: 14px;
}
footer {
    padding: 1rem 0 1rem;
    margin-top: 0;
}
.footer-top .social span {
    font-size: 0.88vw;
}
.container-footer {
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 35%;
}
.footer-top {
    display: flex;
    justify-content: space-between;
    margin: auto;
    align-items: flex-start;
    position: relative;
}
.footer-top:after {
    content: "";
    background: #ff0;
    height: 100%;
    width: 1px;
    left: 26.5%;
    top: -10%;
    position: absolute;
    background: linear-gradient(50deg, rgba(217, 217, 217, 0), #ffd000, rgba(217, 217, 217, 0));
}
.footer-top::before {
    content: "";
    background: #ff0;
    height: 100%;
    width: 1px;
    left: 64.5%;
    top: -10%;
    position: absolute;
    background: linear-gradient(50deg, rgba(217, 217, 217, 0), #ffd000, rgba(217, 217, 217, 0));
}
.footer-top .social ul {
    flex-direction: column;
    margin-left: -5px;
    align-items: center;
    text-align: center;
}
.footer-top img + .social img {
    margin-left: 1vw;
}
.footer-top > img {
    margin: 0;
    max-width: 18%;
}
.logo-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}
p.coppy-right {
    font-size: 0.7vw;
    text-align: center;
    color: #e1c725;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 500;
}
.footer-content .content {
    color: #fff;
    font-size: 0.8vw;
    margin: 0.5rem 0 0.5rem;
}
.footer-content:after {
    content: "";
    background: red;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(56deg, rgba(217, 217, 217, 0), #ffe06d, rgba(217, 217, 217, 0));
}
.footer-content .content b {
    color: #fbe60c;
}
.social ul img {
    max-width: 66%;
}
.social ul a img {
    max-width: 2.6vw;
}
.social ul {
    padding: 0;
    list-style: none;
    display: flex;
    margin: 0;
    align-items: flex-start;
}
.social {
    display: flex;
    color: #fff;
    align-items: center;
    font-weight: 500;
    max-width: 30%;
	z-index: 9999 !important;
}
#chat-widget-minimized {
    visibility: hidden;
}
.thankform {
    display: none;
    margin: 5rem auto 0;
    width: 100%;
    background: url(../images/bg-thankpage.png?v=50.0.4) bottom center no-repeat;
    background-size: 100% 100%;
}
.thankinfo {
    width: 52%;
    padding: 2rem 0 3rem;
    margin: 0 2.5rem 0 auto;
    text-align: center;
    color: #fefefe;
}
.thankinfo_body {
    padding: 0.8rem 0;
    margin: 0.5rem 0 0;
    background: url(../images/line-phising.png?v=50.0.4) top no-repeat, url(../images/line-phising.png?v=50.0.4) bottom no-repeat;
    background-size: 100%, 100%;
}
.info_title {
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    color: #e4d0a3;
}
.info_title p {
    color: #fff;
}
.thankinfo_ft {
    width: 80%;
    margin: 0.5rem auto 0;
}
.thankinfo_pass,
.thankinfo_user {
    max-width: 50%;
    font-size: 13px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-line-clamp: 1;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.check-after {
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    font-weight: 700;
    margin-right: 16px;
}
.check-after::after {
    content: "";
    position: absolute;
    right: -16%;
    top: 5%;
    width: 12px;
    height: 12px;
    background: url(../images/icon-tick.png?v=50.0.4) center no-repeat;
    background-size: contain;
}
.unlink-decoration {
    text-transform: uppercase;
    text-decoration: underline !important;
    text-underline-offset: 2px;
    font-weight: 700;
}
.textphising {
    text-align: center;
    font-size: 18px;
    color: #e4d0a3;
    font-weight: 400;
}
.textphising-top {
    margin: 1rem auto 0;
    padding: 0;
}
.textphising-bottom {
    margin: 1rem auto 2rem;
    padding: 0;
}
.textphising-form {
    margin-top: 1rem;
}
.textphisingbt-mb {
    margin-top: 1rem;
}
.btn-app {
    margin: 0;
    padding: 0;
}
.btn-playweb {
    margin: 0;
    padding: 2.3rem 0 0;
    background: url(../images/line-phising.png?v=50.0.4) top center no-repeat;
    background-size: 100%;
}
.textphising-form-noapp {
    margin-top: 1rem;
}
.btn-playweb-noapp {
    margin: 0;
    padding: 1rem 0 0;
}
.textphisingbt-noapp {
    margin-top: 1rem;
}
.navigate-text {
    margin-top: 1rem;
}
.navigate-text > img {
    width: 30%;
}
.text-noapp {
    margin-top: 1rem;
}
.text-noapp p {
    margin-top: 1rem;
    margin-bottom: 0;
}
.icon-navigate {
    width: 12% !important;
}
.textphisingbt-icon {
    width: 9% !important;
    vertical-align: unset;
}
.textphisingbt-mb-icon {
    width: 12% !important;
    vertical-align: unset;
}
.textphisingtop-onlyweb {
    margin: 1.5rem auto 1rem;
}
.textphising-form-onlyweb {
    margin-top: 2rem;
}
.btn-playweb-onlyweb {
    margin-top: 1.5rem;
}
.textphisingbt-mb-onlyweb {
    margin-top: 1.5rem;
}
@media (min-width: 1360px) {
    header .container {
        width: 74%;
    }
}
@media screen and (max-width: 2200px) {
    .player {
        width: 42%;
    }
    .banner-left {
        max-width: 16%;
        top: 38%;
    }
}
@media screen and (max-width: 1700px) {
    .banner-left {
        top: 38%;
    }
    .social.socials-top {
        top: 35%;
    }
}
@media (max-height: 730px) {
    .slogan {
        width: 34%;
    }
    .choinhanhPC {
        margin-top: 1rem;
    }
    .textphising-bottom {
        margin: 1rem auto 0;
    }
}
@media screen and (max-width: 1024px) {
    #huongdan,
    #main #android,
    #main #ios,
    #main #playonweb {
        display: block;
    }
    .xx {
        min-height: 100vh;
    }
    .banner-bottom {
        display: none;
    }
    .footer-top::after,
    .footer-top::before {
        display: none;
    }
    section#huongdan h3 span {
        font-size: 90% !important;
    }
    section#huongdan h3 span img {
        width: 6vw;
        margin-right: 2px;
    }
    #huongdan {
        margin-top: 2rem;
    }
    .menu li button {
        font-size: 1.8vw;
    }
    .wrap-form-center {
        min-height: auto;
    }
    .social.socials-top a:nth-child(1),
    .social.socials-top a:nth-child(2) {
        display: none;
    }
    .social.socials-top a {
        margin: 0 !important;
    }
    .social.socials-top img {
        max-width: 70px;
    }
    .social.socials-top {
        top: 8px;
        right: 8px;
        transform: translate(0);
    }
    .icon-tele-mb {
        display: block !important;
    }
    .dmca {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .icon-fb-mb {
        display: block;
    }
    .menu li button {
        color: #fff;
    }
    .icon-livechat img {
        max-width: 70px;
    }
    .wrap-form-center.over {
        overflow: initial !important;
    }
    .seoInfo {
        max-height: 360px;
        overflow: hidden;
    }
    .icon-menu-mobile {
        display: block;
    }
    .form-control {
        padding: 0 60px 0 90px;
    }
    .player {
        margin-top: 0;
        width: 100%;
    }
    .form-box {
        width: 73%;
        margin: auto;
    }
    .player .form_style {
        background: 0 0;
    }
    .slogan {
        display: none;
    }
    .content-mb {
        display: block;
    }
    .wrap-form-center {
        flex: inherit;
    }
    .modal-dialog {
        max-width: 600px;
    }
    div#btn1111 .playweb {
        width: 43% !important;
        margin-top: 0.5rem;
    }
    #btn1111 {
        margin-top: 1rem;
    }
    .banner-left {
        display: none;
    }
    .navx {
        top: 16.9rem !important;
    }
    .menu {
        width: 250px;
        position: fixed;
        z-index: 999;
        top: 0;
        left: -250px;
        background-color: rgba(0, 0, 0, 0.8);
        overflow-x: hidden;
        transition: 0.5s;
        box-shadow: inset -2px 0 0 0 #d70000, inset -2px 0 0 0 #d70000;
        padding-right: 6px;
        display: block;
        border-radius: 8px;
    }
    .show12002 {
        display: flex !important;
    }
    header .logo {
        display: block;
        margin-top: 0.5rem;
    }
    .logo {
        position: relative;
        left: auto;
        right: auto;
    }
    .footer-top .social {
        display: none;
    }
    .footer-content .content {
        text-align: center;
        max-width: 600px;
        margin: auto;
    }
    .container-footer {
        padding: 0 !important;
    }
    .footer-content:after {
        display: none;
    }
    .dmca {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem;
    }
    .container-footer {
        max-width: 80% !important;
		/* padding: 20px 15px 0 15px !important; */
    }
    .footer-top > img {
        margin: 0 !important;
        max-width: 28% !important;
        /* margin-top: -5.5rem !important; */
    }
    .footer-content {
        width: 100%;
        padding: 1rem 0 !important;
    }
    .footer-top {
        justify-content: center !important;
    }
    .logo-footer {
        flex-direction: column;
        position: relative;
        z-index: 2;
    }
    footer:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: linear-gradient(51deg, rgba(217, 217, 217, 0), #ffd000, rgba(217, 217, 217, 0));
        z-index: 0;
    }
    footer {
        position: relative;
    }
    .footer-content .content {
        font-size: 1.8vw !important;
        margin: 1rem 0 0.5rem;
        max-width: 100% !important;
        text-align: left !important;
    }
    .footer-bottom .social:first-child ul img {
        max-width: 50%;
    }
    .footer-bottom .social span {
        font-size: 1.8vw;
    }
    .footer-bottom .social ul a img {
        max-width: 5vw;
    }
    p.coppy-right {
        font-size: 1.5vw !important;
        margin-top: 1rem;
    }
    .footer-bottom .social {
        display: flex;
        font-weight: 500;
        max-width: 50%;
    }
    .footer-bottom .social ul {
        flex-direction: column;
    }
    .footer-bottom {
        display: flex;
        justify-content: space-between;
    }
    footer {
        margin-top: 5rem !important;
    }
    small {
        font-size: 1.6vw;
    }
    .btn-store {
        width: 90%;
    }
    .playweb {
        width: 80%;
    }
    .icon-menu-mobile {
        flex-direction: column;
    }
    .form-box .form-group:first-child > img,
    .form-group > img.icon-prepend {
        left: 4%;
    }
    #btn1111 {
        max-width: 76%;
        margin-left: auto;
        margin-right: auto;
    }
    div#btn1111 .playweb {
        width: 62% !important;
    }
    .player .form_style {
        margin: 0;
    }
    .wrap-form-center,
    header {
        background: 0 0;
    }
    .wrap-button {
        width: 52%;
    }
    body {
        background: url(../images/bg-mobile.jpg?v=50.0.4) top center no-repeat;
        background-size: cover;
    }
    header {
        position: absolute;
        right: 0;
        width: 82px;
    }
    header .header-left {
        display: none;
    }
    .content-mb {
        text-align: center;
        margin-top: 2rem;
    }
    .textphising {
        font-size: 20px;
    }
}
@media (max-width: 992px) {
    .banner-bottom > .relative {
        width: 50%;
    }
    .content-mb {
        max-width: 45%;
        margin-left: auto;
        margin-right: auto;
    }
    .xx {
        max-width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    #main {
        max-width: 100%;
    }
    .player .container {
        width: 100%;
        max-width: 100%;
    }
    .form-box .form-group:first-child > img,
    .form-group > img.icon-prepend {
        left: 3.5%;
    }
    .textphising {
        font-size: 20px;
    }
    .check-after {
        margin-right: 20px;
    }
    .check-after::after {
        width: 18px;
        height: 18px;
        right: -19%;
    }
}
@media (max-width: 640px) {
    .banner-bottom > .relative {
        width: 100%;
    }
    .banner-bottom {
        padding-top: 0;
    }
    #main {
        margin-bottom: 0;
    }
    .menu li button {
        font-size: 4vw;
    }
    .footer-content .content {
        font-size: 3vw !important;
    }
    .footer-bottom .social span {
        font-size: 3vw;
    }
    .footer-content {
        padding-bottom: 0 !important;
    }
    .footer-top > img {
        max-width: 32% !important;
    }
    .container-footer {
        margin-top: -4rem;
    }
    .social.socials-top {
        margin-top: 0 !important;
    }
    .container-footer {
        max-width: 100% !important;
        padding: 20px 15px 0 15px !important;
    }
    .social {
        margin-top: 0.5rem !important;
    }
    .footer-top > img {
        margin-top: 0 !important; 
    }
    footer {
        margin-top: 2.8rem !important;
    }
    footer {
        background: linear-gradient(180deg, #2f0202 47%, #1c0302 100%);
    }
    p.coppy-right {
        font-size: 2.4vw !important;
    }
    .social ul img.dmca {
        max-width: 54% !important;
        margin-left: auto;
        margin-right: auto;
        margin-top: 2px !important;
    }
    .social ~ .social li {
        text-align: center;
    }
    .social ul img {
        max-width: 10vw !important;
    }
    #btn1111 {
        margin-top: 0.6rem;
    }
    .seoInfo #info {
        max-height: 250px;
    }
    .girl {
        position: absolute;
        top: -4%;
        right: -1%;
        max-width: 25%;
    }
    .contentModal button.close {
        top: 0;
    }
    .contentModal button.close {
        right: 0 !important;
    }
    .seoInfo {
        max-height: 250px;
        overflow: hidden;
    }
    .form_style .tab-content {
        width: 110%;
        transform: translateX(-5%);
        margin: 0 auto;
        padding: 3rem 1rem 16%;
    }
    .contentModal .modal-content {
        padding: 0;
    }
    .contentModal button.close {
        right: 0;
        top: -2.5rem;
    }
    .contentModal .modal-content {
        padding: 0 !important;
        max-width: 95%;
        margin: auto;
    }
    p.coppy-right {
        font-size: 2.8vw !important;
        margin-top: 0.5rem !important;
    }
    .wrap-form-center .player {
        width: 100%;
    }
    .close-menu img {
        max-width: 55px;
        margin: 10px;
    }
    .social.socials-top img {
        max-width: 55px;
    }
    .icon-fb-mb,
    .icon-livechat img,
    .icon-tele-mb,
    a.icon-menu {
        max-width: 55px !important;
    }
    .form_style .nav-tabs {
        width: 100%;
    }
    .form-box {
        width: 78%;
    }
    header .logo {
        width: 56.4%;
    }
    .form_style {
        padding-bottom: 0;
        margin-top: 0;
    }
    .logo {
        width: 32%;
        margin: 2% auto 0;
    }
    .slogan {
        width: 100%;
        margin: 0 auto 0;
    }
    .form-control {
        font-size: 14px;
        padding: 0 60px 0 60px;
        height: 50px;
    }
    .form_style .tab-content {
        margin: 0 auto;
        padding: 8% 1rem 3%;
    }
    .form_style .nav-tabs {
        margin-bottom: 0.5rem;
    }
    .form-group > i {
        height: 50px;
        font-size: 18px;
        right: 20px;
        top: 1px;
    }
    .error,
    .errors {
        font-size: 11px;
        margin-top: -0.3rem;
    }
    .btn_form {
        top: calc(100% + -7%) !important;
    }
    .btn-store {
        width: 92% !important;
    }
    .xx {
        max-width: 100% !important;
        min-height: 100svh;
    }
    .contentModal .modal-dialog > img {
        margin-bottom: 10px;
    }
    .contentModal button.close {
        top: 100% !important;
        left: 50%;
        transform: translateX(-50%);
    }
    div#btn1111 .playweb {
        width: 64% !important;
    }
    small {
        font-size: 3vw;
    }
    body {
        height: auto !important;
    }
    .content-mb img {
        max-width: 90%;
    }
    #btn1111 {
        max-width: 100%;
    }
    .playweb {
        width: 78%;
    }
    .content-mb {
        max-width: 50%;
        margin-top: 1rem;
    }
    body {
        background: url(../images/bg-mobile.jpg?v=50.0.4) top center no-repeat;
        background-size: cover;
    }
    .form-box .form-group:first-child > img,
    .form-group > img.icon-prepend {
        left: 4%;
        max-width: 8%;
        top: 14px;
    }
    .custom-btn .btn_form {
        margin: -0.5rem auto 0;
        width: 70%;
    }
    .check-after {
        margin-right: 14px;
    }
    .check-after::after {
        width: 13px;
        height: 13px;
        right: -19%;
        top: 9%;
    }
    .textphising {
        font-size: 15px;
    }
    .textphising-form {
        margin-top: 1rem;
    }
    .btn-playweb {
        padding-top: 1.8rem;
    }
    .textphising-form-noapp {
        margin-top: 0;
    }
    .btn-playweb-noapp {
        margin: 0;
        padding: 0.8rem 0 0;
    }
    .textphisingbt-noapp {
        margin-top: 0.8rem;
    }
    .navigate-text {
        margin-top: 0.5rem;
    }
    .navigate-text > img {
        width: 26%;
    }
    .text-noapp {
        margin-top: 0.5rem;
        font-size: 13px;
    }
    .text-noapp p {
        margin-top: 0.8rem;
        margin-bottom: 0;
    }
}
@media (max-width: 405px) {
    .content-mb {
        max-width: 48%;
    }
    .form_style .tab-content {
        margin-top: -0.2rem;
    }
    small {
        font-size: 2.8vw !important;
    }
    .icon-livechat img,
    a.icon-menu {
        max-width: 50px;
    }
    .icon-fb-mb,
    .icon-livechat img,
    .icon-tele-mb,
    a.icon-menu {
        max-width: 50px !important;
    }
    .social.socials-top img {
        max-width: 50px;
    }
    .close-menu img {
        max-width: 50px;
    }
    .thankinfo_body {
        padding: 0.5rem 0;
    }
    .check-after::after {
        width: 12px;
        height: 12px;
        right: -21%;
        top: 3%;
    }
    .textphising {
        font-size: 13px;
    }
    .textphising-top {
        margin-top: 0.8rem;
    }
    .textphising-form {
        margin-top: 0;
    }
    .btn-playweb {
        padding-top: 1.5rem;
    }
    .textphisingbt-mb {
        margin-top: 0.5rem;
    }
    .btn-playweb-noapp {
        padding: 0.5rem 0 0;
    }
    .textphisingbt-noapp {
        margin-top: 0.5rem;
    }
    .text-noapp {
        font-size: 12px;
    }
}
@media (max-width: 360px) {
    .nohubox1 .listgame li,
    .nohubox2 .listgame li {
        margin: 0 0.5rem;
    }
    .nohubox1 .listgame li::after {
        width: 125px;
        height: 110px;
    }
    .nohubox1 .listgame li img {
        height: 60px;
    }
    .nohubox2 .listgame li img {
        height: 40px;
    }
    .listgame_number,
    .listgame_number span {
        font-size: 8px;
    }
    .nohubox2 .listgame {
        margin-bottom: 0;
    }
    .nohu.pt-2 {
        padding-top: 0 !important;
    }
    .thankinfo {
        padding: 1.5rem 0 2.5rem;
    }
    .textphising {
        font-size: 12px;
    }
}
@media (max-width: 320px) {
    h2,
    h3 {
        font-size: 16px;
    }
    small {
        font-size: 70%;
    }
    .slogan {
        width: 90%;
    }
    #huongdan {
        padding-top: 0.5rem;
    }
}
@media screen and (min-aspect-ratio: 13/9) and (max-height: 480px) and (orientation: landscape) {
    .xx {
        max-width: 50%;
    }
    .content-mb {
        max-width: 30%;
        margin-top: 0.5rem;
    }
    .form_style .tab-content {
        padding: 1.5rem 1rem 1rem;
    }
    .form_style .nav-tabs {
        margin-bottom: 0;
    }
    .form-group > img {
        max-height: 25px;
    }
    .form-group > i {
        height: 45px;
    }
    .form-control {
        height: 45px;
        padding: 0 50px 0 50px;
        font-size: 14px;
    }
    .check-after {
        margin-right: 15px;
    }
    .check-after::after {
        width: 12px;
        height: 12px;
        right: -21%;
    }
    .textphising {
        font-size: 13px;
    }
    .textphising-top {
        margin: 0.5rem auto -0.2rem;
    }
    .textphising-form {
        margin-top: 1rem;
    }
    .btn-playweb {
        padding-top: 2rem;
    }
    .textphisingbt-mb {
        margin-top: 1rem;
    }
}
