/*! 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;
}
*,
:after,
:before {
    box-sizing: inherit;
}
html {
    height: 100%;
    width: 100%;
}
body {
    min-height: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Montserrat;
    color: #dab777;
    font-size: 14px;
    z-index: -1;
    font-weight: 300;
    overflow: hidden;
    background: url(../img/bg.webp?v=1.0.0)  center no-repeat;
    background-size: cover;
    background-color: #000310;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
main {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    position: relative;
    justify-content: flex-start;
    width: 100%;
    z-index: 5;
    height: 100dvh !important;
}
.pchide {
    display: none;
}
p {
    line-height: 1.2;
}
a {
    color: #ffc539;
}
a:hover {
    color: #f89e22;
}
.text-primary {
    color: #fed136 !important;
}
h1,
h2,
h3 {
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    width: 100%;
}
h1 {
    display: none;
}
.show1024 {
    display: none;
}
.bg-video {
    width: 100%;
    z-index: 1;
    position: relative;
    height: 100%;
}
.bg-video video {
    width: 100%;
    height: auto;
}
header .container {
    width: 100%;
    margin: 0 auto 0;
}
header {
    padding-top: 0;
}
.logo {
    width: 30%;
    margin: 0 auto 0;
    position: relative;
    z-index: 1;
}
.slogan {
    margin: 0 auto;
    width: 95%;
}
.lucky-container {
    position: relative;
    width: 68%;
    margin: 0 auto 0;
}
#lucky_machine {
    width: 65%;
    position: relative;
    margin: 0 auto;
}
#lucky_box {
    position: absolute;
    top: 35%;
    left: 52%;
    width: 60%;
    height: 18.2vw;
    transform: translateX(-50%);
}
.lucky_ball {
    position: absolute;
}
.btn-dk {
    position: absolute;
    top: 95%;
    left: 40%;
    width: 22%;
    margin: 0 auto 0;
    animation: btnAnimation1 0.8s linear infinite;
}
.banner-l {
    position: absolute;
    width: 28%;
    bottom: 15%;
    left: 1%;
}
.banner-r {
    position: absolute;
    width: 28%;
    bottom: 14%;
    right: 1%;
}
#formmodal .modal-dialog {
    max-width: 66%;
}
#formmodal .tab-content {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
#formmodal .tab-content::before {
	content: "";
    width: 100%;
    padding-top: 77%;
    background: url(../img/bg-forme209.webp?v=1.0.0) top center no-repeat;
    background-size: 100% 100%;
    display: block;
}
#formmodal .tab-content .tab-pane {
	width: 45%;
    position: absolute;
    top: 61%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#formmodal .nav-tabs {
    width: 88%;
    border: none !important;
    margin: -1rem auto 1rem;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    flex-wrap: nowrap;
    z-index: 1;
}
#formmodal .nav-tabs > li {
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-weight: 900;
}
#formmodal .nav-tabs > li > a {
    font-weight: 900;
    position: relative;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    z-index: 1;
}
#formmodal .nav-tabs > li > a.active {
    color: #000;
}
#formmodal .nav-tabs > li > a > img:last-child {
    display: none;
}
#formmodal .nav-tabs > li.active > a > img:first-child {
    display: none;
}
#formmodal .nav-tabs > li.active > a > img:last-child {
    display: block;
}
#formmodal .nav-tabs > li > a > img {
    max-width: 100%;
    width: 100%;
}
form {
    width: 100%;
    margin: 0 auto;
    z-index: 1;
}
.form-group {
    position: relative;
    margin-bottom: 1.2rem;
}
.error,
.errors {
    color: #000;
    font-size: 12px;
    text-align: center;
    margin-bottom: -1.1rem;
    position: absolute;
    left: 50%;
    top: 90%;
    transform: translate(-50%, 0);
    white-space: nowrap;
    height: 40% !important;
    display: flex;
    align-items: center;
}
.form-group > i {
    position: absolute;
    right: 15px;
    top: 50%;
    cursor: pointer;
    height: 100%;
    height: 60px;
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    color: #FFD6A7;
    transform: translate(0%, -50%);
    font-size: 100% !important;
}
.form-group > i.icon-prepend {
    left: 15px;
}
.form-group {
    position: relative;
    width: 100%;
    padding-top: 16.63%;
    margin-bottom: 4.5%;
    font-size: 130%;
}
.form-group::before {
    content: "";
    background-image: url(../img/bg-inpute209.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.form-group .form-control {
    background-color: transparent !important;
    border: none;
    box-shadow: none;
    height: 100%;
    width: 70%;
    color: #fff;
    margin-bottom: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1em;
    padding: 0 !important;
}
.form-btn {
	position: absolute;
    top: 86%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.btnsubmit {
    width: 50%;
    background: 0 0;
    border: none;
    outline: 0;
    padding: 0;
    margin: 0 auto;
    display: block;
    animation: btnAnimation 0.6s linear infinite;
}
.swal2-popup.swal2-modal.swal2-show {
    background: 0 0;
    width: 80% !important;
}
.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation,
.modal-open .modal {
    background: #001235E5 !important;
    backdrop-filter: blur(7px);
}
.confirm-button-class {
    background: url(../img/btn-playagaine209.webp?v=1.0.0) center no-repeat !important;
    background-size: 100% !important;
    width: 120px;
    height: 80px;
}
.confirm-button-class-2 {
    background: url(../img/btn-nhanthuonge209.webp?v=1.0.0) center no-repeat !important;
    background-size: 100% !important;
    width: 220px;
    height: 220px;
}
.alert_ball {
    width: 15%;
    margin: 0 auto 1rem;
    display: none;
}
.alert_body {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5;
}
.alert_body div {
    display: flex;
    align-items: baseline;
    justify-content: center;
}
.alert_body div span {
    font-weight: 600;
    padding-right: 6px;
}
.alert_body img {
    width: 7%;
    margin: 0 3px;
}
@-webkit-keyframes autofill {
    0%,
    100% {
        background: #fff !important;
        color: #000 !important;
    }
}
input:-webkit-autofill {
    -webkit-animation-delay: 1s;
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}
input::-webkit-input-placeholder {
    color: #FFD6A7 !important;
}
input:-moz-placeholder {
    color: #FFD6A7 !important;
}
input::-moz-placeholder {
    color: #FFD6A7 !important;
}
input:-ms-input-placeholder {
    color: #FFD6A7 !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,
button,
input.form-control:focus,
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;
    outline: 0 !important;
    background-color: transparent;
}
img {
    margin: 0 auto;
    max-width: 100%;
}
@-webkit-keyframes btnAnimation {
    0% {
        transform: scale(1.1);
        -webkit-filter: drop-shadow(2px 2px 10px #ffee31) brightness(1.3);
        filter: drop-shadow(2px 2px 10px #ffee31) brightness(1.3);
    }
    50% {
        transform: scale(1);
        -webkit-filter: brightness(1);
        filter: brightness(1);
    }
    100% {
        transform: scale(1.1);
        -webkit-filter: drop-shadow(2px 2px 10px #ffee31) brightness(1.3);
        filter: drop-shadow(2px 2px 10px #ffee31) brightness(1.2);
    }
}
@-webkit-keyframes btnAnimation1 {
    0% {
        -webkit-filter: drop-shadow(2px 2px 10px #ffee31) brightness(1.3);
        filter: drop-shadow(2px 2px 10px #ffee31) brightness(1.3);
    }
    50% {
        -webkit-filter: brightness(1);
        filter: brightness(1);
    }
    100% {
        -webkit-filter: drop-shadow(2px 2px 10px #ffee31) brightness(1.3);
        filter: drop-shadow(2px 2px 10px #ffee31) brightness(1.2);
    }
}
.loading {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    z-index: 99999;
}
.loading > img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.modal-dialog {
    -webkit-transform: translate(0, -50%) !important;
    -o-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important;
    top: 50%;
    margin: 0 auto;
}
#formmodal .modal-dialog {
    -webkit-transform: translate(0, -50%) !important;
    -o-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important;
    top: 50%;
    margin: 0 auto;
}
.modal-backdrop.show {
    opacity: 0.96;
}
.modal .modal-dialog {
    padding: 0 10px;
}
.modal .modal-dialog .modal-content {
    padding: 0;
    background: 0 0;
    border: none;
}
.modal .modal-dialog .modal-content .close {
    opacity: 1 !important;
    width: 50px;
    position: absolute;
    right: 24%;
    bottom: 59%;
    z-index: 2;
    /*display: none;/**/
}
#alertModal .modal-dialog .modal-content .close {
    position: absolute;
    right: -4%;
    bottom: 104%;
    z-index: 2;
    color: #fff;
    font-weight: 400;
}
#alertModal .modal-dialog .modal-content {
    padding: 20px 15px;
    background-color: #0d0e1e;
    border: 2px solid #fff;
}
#alertModal .modal-dialog .modal-content .modal-title {
    width: 100%;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}
#alertModal .modal-dialog .modal-content .modal-body {
    font-size: 18px;
    color: #fff;
    padding: 0;
    line-height: 1.3;
    padding: 1rem 0;
}
.thumb-logo {
    padding-bottom: 1%;
    margin-top: -2%;
}
footer .container {
    max-width: 760px;
    margin-bottom: 2rem;
}
.show-mb {
	display: none;
}
@media screen and (max-width: 1500px) {
    .bg-video {
        height: unset;
    }
    /*main {
        height: 100%;
        justify-content: space-between;
    }/**/
}
@media screen and (max-width: 1500px) and (max-height: 780px) {
    body {
        justify-content: unset;
    }
    main {
        height: 100vh;
    }
}
@media (max-height: 760px) {
    body {
        justify-content: unset;
    }
    main {
        height: 100vh;
    }
    .lucky-container {
        width: 34%;
    }
}
@media (max-width: 1100px) {
    .pcshow {
        display: none;
    }
    .pchide {
        display: block;
    }
    .lucky-container,
    header .container {
        width: 70%;
    }
    /*.logo {
        width: 80%;
    }/**/
    /*main {
        justify-content: space-between;
        bottom: unset;
        top: 0;
        height: 100vh;
    }/**/
    #lucky_box {
        /*height: 36vw;/**/
    }
    /*.tab-content {
        width: 100%;
        padding: 4.5rem 0 0;
        margin: 2rem auto 0;
        background: url(../img/bg-forme209.webp?v=1.0.0) top center no-repeat;
        background-size: 100% 90%;
        position: relative;
    }/**/
    .lucky-machine {
        display: block;
        width: 60%;
        margin: 2rem auto 0;
    }
    .alert_body img {
        width: 16%;
    }
    /*#formmodal .modal-dialog {
        max-width: 52%;
    }/**/
    #alertModal .modal-dialog .modal-content .close {
        right: -4%;
    }
}
@media (max-width: 991px) {
    #formmodal .modal-dialog {
        max-width: 60%;
    }
}
@media (orientation: portrait) {
    .hide-mb {
        display: none;
    }
    .show-mb {
        display: block;
    }
    .logo {
        width: 55%;
    }
    body {
        background: url(../img/bg-mb.webp?v=1.0.0) bottom center no-repeat;
        background-size: cover;
        background-color: #000310;
        justify-content: flex-start;
        overflow: unset;
    }
    #formmodal .modal-dialog {
        max-width: 	100%;
    }
    .lucky-container, header .container {
        width: 90%;
    }
    #lucky_box {
        height: 25vw;
    }
}
@media (max-width: 480px) {
    body {
        justify-content: center;
    }
    .lucky-container,
    header .container {
        width: 100%;
    }
    main {
        justify-content: flex-start;
    }
    .logo {
        margin-bottom: 2rem;
    }
    .lucky-machine {
        width: 100%;
    }
    .swal2-popup.swal2-modal.swal2-show {
        width: 100% !important;
        margin: 0;
        padding: 0 10px;
    }
    .swal2-content {
        padding: 0 !important;
    }
    .alert_ball {
        width: 40%;
    }
    .alert_body {
        font-size: 17px;
    }
    .alert_body img {
        width: 20%;
    }
    .confirm-button-class-2 {
        width: 150px;
        height: 150px;
    }
    .modal .modal-dialog .modal-content .close {
        bottom: 85%;
        right: 10px;
        width: 35px;
    }
    #formmodal .modal-dialog {
        max-width: 100%;
    }
    #formmodal .tab-content {
        padding: 3rem 0 0;
    }
    #formmodal .tab-content .tab-pane {
        top: 67%;
    }
    .form-control,
    .form-group > i {
        height: 25px;
    }
    .form-btn {
        top: 90%;
    }
    .form-control {
        font-size: 12px;
        padding: 0 30px 0 36px;
    }
    .form-group > i {
        font-size: 14px;
        right: 10px;
    }
    .form-group > i.icon-prepend {
        left: 8px;
    }
    .form-group {
        font-size: 70%;
    }
    .error,
    .errors {
        font-size: 9px;
        margin-bottom: -0.6rem;
    }
    .pt-2 {
        padding-top: 0.3rem !important;
    }
    #alertModal .modal-dialog .modal-content .close {
        right: -3%;
    }
}
@media (max-width: 360px) {
    body {
        justify-content: center;
    }
    .alert_body {
        font-size: 15px;
    }
}
@media only screen and (max-height: 480px) and (orientation: landscape) {
    .lucky-container,
    header .container {
        width: 58%;
    }
    .pcshow {
        display: block;
    }
    .pchide {
        display: none;
    }
    #lucky_box {
        height: 14.5vw;
    }
    #formmodal .modal-dialog {
        max-width: 50%;
    }
    /*#formmodal .tab-content {
        padding: 3rem 0 0;
    }/**/
    .form-group {
    	font-size: 70%;
    }
    .form-control,
    .form-group > i {
        height: 25px;
        font-size: 14px;
        right: 6px;
    }
    .form-control {
        font-size: 12px;
        padding: 0 28px 0 32px;
    }
    .form-group > i.icon-prepend {
        left: 4px;
    }
    .error,
    .errors {
        font-size: 8px;
        margin-bottom: -0.5rem;
    }
    .modal .modal-dialog .modal-content .close {
        width: 20px;
        right: 3%;
        bottom: 88%;
    }
    .pt-2 {
        padding-top: 0.2rem !important;
    }
    #alertModal .modal-dialog .modal-content .close {
        right: -0.5%;
    }
    .confirm-button-class-2 {
        width: 100px;
        height: 100px;
    }
}
@media only screen and (max-height: 330px) and (orientation: landscape) {
    .lucky-container,
    header .container {
        width: 40%;
    }
    #lucky_box {
        height: 10.5vw;
    }
    .banner-l {
        width: 25%;
        bottom: 2%;
        left: 5%;
    }
    .banner-r {
        width: 25%;
        bottom: 2%;
        right: 5%;
    }
    #formmodal .modal-dialog {
        max-width: 45%;
    }
    /*#formmodal .tab-content {
        padding: 2rem 0 0;
    }/**/
    .form-control,
    .form-group > i {
        height: 26px;
    }
    .form-control {
        font-size: 10px;
    }
    .error,
    .errors {
        font-size: 7px;
    }
    .alert_body {
        font-size: 14px;
    }
    .alert_body img {
        width: 10%;
    }
    .alert_ball {
        margin-bottom: 0.5rem;
    }
    .confirm-button-class {
        width: 82px;
        height: 42px;
    }
    .confirm-button-class-2 {
        width: 110px;
        height: 110px;
    }
    .swal2-actions {
        margin-top: 0.25rem !important;
    }
}