html {
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

header,
main,
section {
    display: block
}

canvas {
    display: inline-block
}

[hidden] {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline-width: 0
}

b {
    font-family: 'AIAEverest-Bold';
}

img {
    border-style: none
}

code {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
select {
    font: inherit;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

[type=checkbox],
[type=radio] {
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

body,
html {
    font-family: Verdana, sans-serif;
    font-size: 15px;
    line-height: 1.5
}

html {
    overflow-x: hidden
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'AIAEverest-Bold', sans-serif;

    margin: 10px 0
}

.w3-image {
    max-width: 100%;
    height: auto
}

img {
    vertical-align: middle
}

a {
    color: inherit
}

.w3-btn,
.w3-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap
}

.w3-btn:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.w3-btn,
.w3-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.w3-btn:disabled,
.w3-button:disabled {
    cursor: not-allowed;
    opacity: .3
}

:disabled * {
    pointer-events: none
}

.w3-btn:disabled:hover {
    box-shadow: none
}

.w3-display-container {
    position: relative
}

.w3-input {
    padding: 8px;
    display: block;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%
}

.w3-select {
    padding: 9px 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc
}

.w3-check {
    width: 24px;
    height: 24px;
    position: relative;
    top: 6px
}

#main,
.w3-main {
    transition: margin-left .4s
}

.w3-modal {
    z-index: 3;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .4)
}

.w3-modal-content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    width: 600px
}

.w3-bar {
    width: 100%;
    overflow: hidden
}

.w3-center .w3-bar {
    display: inline-block;
    width: auto
}

.w3-bar .w3-bar-item {
    padding: 8px 16px;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0
}

.w3-bar .w3-button {
    white-space: normal
}

.w3-bar:after,
.w3-bar:before,
.w3-container:after,
.w3-container:before,
.w3-row-padding:after,
.w3-row-padding:before,
.w3-row:after,
.w3-row:before {
    content: "";
    display: table;
    clear: both
}

.w3-auto,
.w3-content {
    margin-left: auto;
    margin-right: auto
}

.w3-content {
    max-width: 980px
}

.w3-auto {
    max-width: 1140px
}

.w-form-group select{
    height: 40px;
    border-radius: 4px;
    padding: 10px;
}

#form-submit-info{
    width: 80%;
}

#form-submit-info h3{
    border-bottom: 1px #2E2D4A solid;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.input-captcha{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.w-captcha{
    width: 55% !important;
}


.screen-bg-img{
    background-image: url(../images/img-bg.jpg) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

@media (max-width:1205px) {
    .w3-auto {
        max-width: 95%
    }
}

@media (max-width:600px) {
    .w3-modal-content {
        margin: 0 10px;
        width: auto !important
    }

    .w3-modal {
        padding-top: 30px
    }
}

@media (max-width:768px) {
    .w3-modal-content {
        width: 500px
    }

    .w3-modal {
        padding-top: 50px
    }
}

@media (min-width:993px) {
    .w3-modal-content {
        width: 900px
    }
}

@media (max-width:992px) {
    .w3-main {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .w3-auto {
        max-width: 100%
    }
}

.w3-bottom,
.w3-top {
    position: fixed;
    width: 100%;
    z-index: 1
}

.w3-top {
    top: 0
}

.w3-bottom {
    bottom: 0
}

.w3-display-left {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%)
}

.w3-display-right {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%)
}

.w3-display-position {
    position: absolute
}

.w3-round {
    border-radius: 4px
}

.w3-round-large {
    border-radius: 8px
}

.w3-round-xlarge {
    border-radius: 50px;
}

.w3-row-padding {
    padding: 0 8px
}

.w3-container {
    padding: .01em 16px
}

.w3-code {
    font-family: Consolas, "courier new";
    font-size: 16px
}

.w3-code {
    width: auto;
    background-color: #fff;
    padding: 8px 12px;
    border-left: 4px solid #4caf50;
    word-wrap: break-word
}

.w3-card,
.w3-card-2 {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

.w3-card-4 {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .19)
}

@keyframes w3-spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(359deg)
    }
}

@keyframes fading {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes opac {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0
    }

    to {
        left: 0;
        opacity: 1
    }
}

@keyframes animateright {
    from {
        right: -300px;
        opacity: 0
    }

    to {
        right: 0;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.w3-opacity {
    opacity: .6
}

.w3-opacity-off {
    opacity: 1
}

.w3-opacity-max {
    opacity: .25
}

.w3-opacity-min {
    opacity: .75
}

.w3-large {
    font-size: 18px !important
}

.w3-xlarge {
    font-size: 24px !important
}

.w3-left-align {
    text-align: left !important
}

.w3-right-align {
    text-align: right !important
}

.w3-center {
    text-align: center !important
}

.w3-border-0 {
    border: 0 !important
}

.w3-border {
    border: 1px solid #ccc !important
}

.w3-border-top {
    border-top: 1px solid #ccc !important
}

.w3-border-bottom {
    border-bottom: 1px solid #ccc !important
}

.w3-border-left {
    border-left: 1px solid #ccc !important
}

.w3-border-right {
    border-right: 1px solid #ccc !important
}

.w3-code,
.w3-section {
    margin-top: 16px !important;
    margin-bottom: 16px !important
}

.w3-margin {
    margin: 16px !important
}

.w3-margin-top {
    margin-top: 16px !important
}

.w3-margin-bottom {
    margin-bottom: 16px !important
}

.w3-margin-left {
    margin-left: 16px !important
}

.w3-margin-right {
    margin-right: 16px !important
}

.w3-padding {
    padding: 8px 16px !important
}

.w3-padding-large {
    padding: 12px 24px !important
}

.w3-padding-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important
}

.w3-padding-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important
}

.w3-padding-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important
}

.w3-padding-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important
}

.w3-padding-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important
}

.w3-padding-top-64 {
    padding-top: 64px !important
}

.w3-padding-top-48 {
    padding-top: 48px !important
}

.w3-padding-top-32 {
    padding-top: 32px !important
}

.w3-padding-top-24 {
    padding-top: 24px !important
}

.w3-left {
    float: left !important
}

.w3-right {
    float: right !important
}

.w3-button:hover {
    color: #000 !important;
    background-color: #ccc !important
}

.w3-blue {
    color: #fff !important;
    background-color: #2196f3 !important
}

.w3-light-blue {
    color: #000 !important;
    background-color: #87ceeb !important
}

.w3-blue-grey {
    color: #fff !important;
    background-color: #607d8b !important
}

.w3-grey {
    color: #000 !important;
    background-color: #9e9e9e !important
}

.w3-light-grey {
    color: #000;
    height: 50px;
    background-color: #f1f1f1 !important;
    display: flex;
    padding: 8px;

}

.w3-text-blue {
    color: #2196f3 !important
}

.w3-text-light-blue {
    color: #87ceeb !important
}

.w3-text-blue-grey {
    color: #607d8b !important
}

.w3-text-grey {
    color: #757575 !important
}

.w3-text-light-grey {
    color: #f1f1f1 !important
}

.w3-border-blue {
    border-color: #2196f3 !important
}

.w3-border-light-blue {
    border-color: #87ceeb !important
}

.w3-border-blue-grey {
    border-color: #607d8b !important
}

.w3-border-grey {
    border-color: #9e9e9e !important
}

.w3-border-light-grey {
    border-color: #f1f1f1 !important
}

.bg-main,
.main-wrapper,
body,
html {
    height: 100%;
    width: 100%
}

body {
    display: block;
    font-family: 'AIAEverest-Regular', sans-serif;
    font-size: 15px;
    line-height: .4;
    margin: 0
}

.bg-main .left-image {
    float: left
}

.bg-main .right-image {
    float: right
}

.bg-main .left-image,
.bg-main .right-image {
    width: calc((100% - 66vh)/ 2);
    height: 100%;
    background-color: #000
}

.bg-main .left-image img,
.bg-main .right-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.main-wrapper {
    overflow: hidden;
    position: relative;
    margin: auto;
    height: 100%;
    width: 66vh;
    display: inline-block;
    line-height: 1.4
}

.screen {
    display: none;
    width: 100%;
    position: relative;
    z-index: 10
}

.screen.active {
    display: block;
    height: 100%;
    margin: 0 auto
}

.w-modal {
    display: none !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(41, 40, 69, .95)
}

.screen>.screen-container {
    align-items: center;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 50
}

.screen-container .screen-body {
    height: 100%;
    width: 100%;
    overflow: auto
}

.section-login {
    width: 100%;
    height: 100%;
    padding-top: 50px;
    overflow-y: auto
}

#section-loading .header-image {
    position: relative
}

#section-loading {
    text-align: center;
    background-image: url('../images/background.jpg');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom
}

.slogan {
    width: 50%;

    height: auto !important
}

.section-login .wrapper-form-login {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    margin: auto;
    margin-top: 0
}

form {
    width: 96%;
    height: 100%;
    border-radius: 4px;
    transition: all .3s ease
}

.row {
    position: relative
}

.btn-submit-info {
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    background-color: #d31145;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    width: 90%;
    margin: auto;
    margin-top: 15px;
    transition: background .2s ease-out;
    text-align: center
}

.row label {
    color: #fff;
    font-family: "AIAEverest-Bold", sans-serif;

    margin-bottom: 10px;
    display: flex
}

.row input {
    width: 100%;
    padding: 5px;
    border: 1px solid #d6d8e6;
    border-radius: 4px;
    font-size: 16px;
    height: 40px;
    transition: all .2s ease-out
}

.w-error-log {
    position: relative !important;
    bottom: 0 !important
}

.row input:focus {
    outline: 0;
    box-shadow: inset 2px 2px 5px 0 rgba(42, 45, 48, .12)
}

.row input::placeholder {
    color: #c8cddf
}

button {
    width: 100%;
    padding: 12px;
    font-size: 18px;
    color: #fff;
    background-color: #d31145;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    margin-top: 15px;
    transition: background .2s ease-out
}

.screen {
    text-align: center
}

#section-home {
    width: 100%;
    background-color: #f0f0f0;
    text-align: center
}

.w3-container {
    position: relative;
    background-color: #d31145 !important;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}

.process-bar {
    position: absolute;
    bottom: 25px;
    left: 50%;
    width: 90%;
    transform: translateX(-50%);
}

.btn-back {
    cursor: pointer
}

.image-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px !important;
    transform: translate(-50%, -50%);
    max-width: 80px;
    height: auto !important
}

.navigation-button {
    width: 100%;
    position: absolute;
    display: flex;
    bottom: 0;
    padding: 5px;
    justify-content: center;
    background-color: #fff
}

.navigation-button div {
    width: 25%;
    cursor: pointer
}

.content button {
    border-radius: 6px !important;
    max-width: 300px
}

.content {
    margin-top: 0;
    width: 300px;
    margin: auto;
    text-align: center
}

#section-account,
#section-campaign_reward,
#section-more_turn,
#section-rules,
#section-tutorial {
    width: 100%;
    background-color: #f0f0f0
}


.icon.btn-back {
    width: 24px;
}

.icon.btn-home{
    width: 24px;
    cursor: pointer;
}

.card-body-content{
    background: #fff;
    width: 90%;
    margin: auto;
    padding: 15px;
    margin-top: 20px;
    border-radius: 6px 6px 0 0;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

.infomation {
    margin: auto;
    width: 90%;
    height: 120px;
    border-radius: 6px;
    display: flex;
    align-items: center
}

.infomation span {
    font-family: 'AIAEverest-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .2px;
    color: #1f78ad
}

.infomation label {
    font-family: 'AIAEverest-Regular';
    line-height: 24px;
    letter-spacing: .2px;
    color: #292845;
    margin-right: 10px;
}

.infomation img {
    width: 120px;
    height: 120px;
    margin-right: 20px;
}

.infomation span {
    padding-right: 2px
}

.infomation-form div {
    margin-bottom: 5px !important
}


.reward {
    display: flex;
    margin: auto;
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
    border-radius: 8px;
    height: 55%;
    color: #292845;
    max-width: 90%;
}

.reward-content {
    width: 100%;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
    padding: 10px 0;
}

.code {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.code-voucher {
    font-family: 'AIAEverest-Medium';
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .2px;
    color: #333d47
}

.code-sku {
    font-family: 'AIAEverest-Medium';
    line-height: 26px;
    letter-spacing: .2px;
    color: #1f78ad
}

.time {
    font-family: 'AIAEverest-Regular';
    line-height: 16px;
    letter-spacing: .2px;
    color: #828486;
    text-align: initial !important
}

.section-popup_reward {
    width: 100%;
    height: 100%
}

.section-popup_reward_content {
    margin: auto;
    width: 70%;
    height: 100%;
    text-align: center;
    padding-top: 20px;
    color: #fff
}

.w-modal {
    width: 100%;
    height: 100%;
    background-color: rgba(41, 40, 69, .95)
}

.title-prize {
    margin: auto;
    height: 48px;
    font-size: 24px;
    line-height: 48px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    font-family: 'AIAEverest-Medium';
    font-style: normal;
    font-weight: 600;
    color: #fff;
    text-align: center !important;
    letter-spacing: .2px;
    margin: 0
}

.section-popup_reward_content .image-voucher {
    width: 100%
}

.section-popup_reward_content .text {
    font-family: 'AIAEverest-Medium';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .2px;
    color: #fff
}

.voucher-text {
    font-family: 'AIAEverest-Medium';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    margin: 10px 0
}

.text-2 {
    font-family: 'AIAEverest-Medium';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .2px;
    color: #fff
}

#section-game {
    width: 100%;
    height: 100%
}

#section-loading .header-image {
    position: relative
}

.section-game_text {
    border-radius: 2px;
    max-width: 70%;
    margin: auto;
    font-size: 18px;
    letter-spacing: .2px;
    color: #fff;
    border-radius: 2px;
    padding: 10px 0;
    font-family: "AIAEverest-Bold";
}

.section-game_text_1{
    margin: 0;
    font-size: 18px;
    color: #fff;
}

.section-game_text .w-r-times {
    color: #D31145;
    font-family: 'AIAEverest-Bold';
}

.btn-hetluot {
    position: fixed;
    max-width: 300px;
    width: 300px;
    bottom: 24px;
    left: 50%;
    transform: translate(-50%)
}

.btn-view-result-quiz {
    position: fixed;
    max-width: 300px;
    width: 300px;
    bottom: 80px;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    color: #d31145;
    background-color: #fff !important;
    font-weight: 700;
    font-family: 'AIAEverest-Medium'
}

.btn-back-result-quiz {
    position: fixed;
    max-width: 300px;
    width: 300px;
    bottom: 80px;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-family: 'AIAEverest-Medium'
}


#w-modal_result-quiz .wrapper-result {
    width: 70%;
    margin: auto;
    padding-top: 140px
}

#w-modal_result-quiz .result-title {
    letter-spacing: .2px;
    color: #d31145;
    font-family: 'AIAEverest-Medium';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    background: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-background-clip: text;
    -webkit-text-stroke: 4px transparent;
    margin-bottom: 15px
}

#w-modal_result-quiz .result-desc {

    font-size: 16px;
    color: #fff
}

#w-modal_result-quiz .result-desc div{
    margin-bottom: 10px;
}

#w-modal_result-quiz .result-desc ul{
    padding-left: 0;
    list-style: none;
}
#w-modal_result-quiz .result-desc li {
    margin-bottom: 15px;
}

.btn-share-in-modal {
    position: fixed;
    max-width: 300px;
    width: 300px;
    text-align: center;
    color: #fff;
    bottom: 24px;
    left: 50%;
    transform: translate(-50%)
}

.btn-open-gift {
    position: fixed;
    max-width: 300px;
    width: 300px;
    text-align: center;
    color: #fff;
    bottom: 24px;
    left: 50%;
    transform: translate(-50%)
}

.infomation-form {
    text-align: left
}

.section-popup_more_turn {
    width: 100%;
    height: 100%
}

.section-popup_more_turn_content {
    margin: auto;
    width: 70%;
    height: 100%;
    text-align: center;
    padding-top: 100px;
    color: #fff
}

.section-popup_more_turn_content .image-emoji {
    width: 58%
}

.section-popup_more_turn .text {
    font-family: 'AIAEverest-Medium';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .2px;
    color: #fff
}

.more-turn_text {
    font-family: 'AIAEverest-Medium';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #1f78ad;
    text-shadow: 1.5px 1.5px #fff;
    letter-spacing: 2px;
    margin: 10px 0
}

.more-turn_prize {
    margin-bottom: 20px
}

#section-more-turn {
    width: 100%;
    background-color: #f0f0f0
}

.reward-title {
    font-family: 'AIAEverest-Medium';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .2px;
    color: #3c5898;
    margin-bottom: 30px
}

.reward-text {
    font-family: 'AIAEverest-Medium';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .2px;
    margin-bottom: 30px;
    color: #292845
}

.reward-text_turn {
    font-family: 'AIAEverest-Medium';
    font-size: 24px;
    color: #d31145;
}

.btn-facebook {
    width: 80%;
    height: 50px;
    background: #3c5898;
    border-radius: 4px;
    font-family: 'AIAEverest-Medium';
    font-size: 18px;
    letter-spacing: .2px;
    color: #fff
}
.btn-facebook img {
    display: inline-block;
}
.btn-facebook .btn-share-facebook_text {
    display: inline-block;
}

.more-turn_slogan {
    margin-bottom: 0 !important
}

.header-text {
    color: #292845;
    font-size: 18px;
    font-family: 'AIAEverest-Bold';
    margin: 0;
}

.campaign-icon {
    width: 24px;
    position: absolute;
    left: 10%;
    top: 29%;
    transform: translate(-45%, -10%)
}

.section-campaign_reward_text {
    display: flex;
    flex-direction: column;
    padding: 24px 16px;
    justify-content: center;
    margin: auto;
    max-width: 80%;
}

.section-campaign_reward_text_award {
    font-family: 'AIAEverest-Medium';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    letter-spacing: .2px;
    color: #1f78ad
}

#section-tutorial .card-body-content{
    border-radius: 6px;
}

.tutorial-img{
    width: 80%;
    margin: auto;
}

.tutorial-img img{
    width: 100%;
}

.tutorial-des{
    width: 90%;
    margin: auto;
    margin-top: 20px;
}

.value-reward {
    font-size: 24px;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
}

.title {
    font-family: 'AIAEverest-Medium';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: .2px;
    color: #d31145;
    margin-bottom: 30px
}

.btn-play-continue{
    width: 70%;
    margin: auto;
    color: #fff;
    text-align: center;
    display: block !important;
}

.text-reward {
    font-family: 'AIAEverest-Medium';
    font-size: 24px;
    line-height: 30px;
    color: #333d47;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
}

.section-campaign_reward_text_grey {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: .2px;
    color: #292845
}

.btn-campaign {
    min-width: 276px;
    background: #d31145;
    font-family: 'AIAEverest-Medium';
    letter-spacing: .2px;
    margin: auto;
    width: 65%;
    color: #fcfcfc;
    text-align: center;
}

.container-tutorial_content {
    position: relative;
    top: 0;
    margin: auto;
    max-width: 390px;
    height: 70%;
    min-width: 300px;
    border-radius: 6px
}

.section-tutorial_slide {
    position: relative;
    margin: auto;
    height: 70%;
    width: 100%;
    border-radius: 6px
}

.slideshow-container {
    position: relative;
    margin: auto;
    width: 100%;
    height: 280px;
    border-radius: 4px
}

.mySlides {
    display: none
}

.mySlides.fade {
    opacity: 1
}

.next,
.prev {
    cursor: pointer;
    position: absolute;
    top: 100px;
    padding: 16px;
    color: #000 !important;
    font-weight: 700;
    font-size: 18px;
    transition: .6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none
}

.next {
    right: 0
}

.prev {
    left: 0
}

.text-content {
    position: absolute;
    width: 100%;
    font-family: 'AIAEverest-Medium';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .2px;
    bottom: 0;
    color: #292845
}

.text-title {
    position: absolute;
    width: 100%;
    text-align: center;
    font-family: 'AIAEverest-Medium';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 35px;
    letter-spacing: .2px;
    color: #1f78ad
}

.dot {
    cursor: pointer;
    height: 11px;
    width: 11px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color .6s ease
}

.dot.active {
    background-color: #d31145
}

.container-dot {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    margin-top: 30px
}

.btn-tutorial {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%)
}

.style-1::-webkit-scrollbar {
    width: 4px
}

.wrapper-user-reward {
    overflow: auto;
    width: 120%;
    height: 300px;
    padding: 0 16px
}

.style-1::-webkit-scrollbar-button {
    display: block;
    width: 4px;
    height: 4px;
    background: #df3241;
    border: 2px solid #df3241;
    border-radius: 50%;
    display: none
}

.style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #414042
}

.style-1::-webkit-scrollbar-track {
    border-radius: 30px;
    background: #8c8e90;
    border: 1px solid #fff
}

.card-large {
    height: 80%;
    overflow: auto;
    border-radius: 8px 8px 0 0;
    margin: auto;
    width: 100%;
    border-radius: 10px
}

.container-card_large {
    height: 80%;
    overflow: auto;
    border-radius: 8px 8px 0 0;
    position: relative;
    top: 0;
    margin: auto;
    background-color: #fff;
    max-width: 90%;
    min-width: 300px;
    border-radius: 10px;
    padding: 15px;
    box-shadow: rgb(50 50 93 / 25%) 0px 30px 60px -12px, rgb(0 0 0 / 30%) 0px 18px 36px -18px;
}

.card-large_content {
    padding: 10px
}

.card-large_title {
    text-align: left;
    margin-bottom: 10px;
    font-family: 'AIAEverest-Medium';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .2px;
    color: #1f78ad
}

.card-large_text {
    text-align: left !important;
    font-family: 'AIAEverest-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #292845
}

.btn-understand {
    max-width: 276px;
    min-width: 276px;
    background: #d31145;
    margin: auto;
    margin-top: 50px !important;
    font-family: 'AIAEverest-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .2px;
    color: #fff
}

.navigation-img {
    width: 30px
}

.btn-home {
    font-family: 'AIAEverest-Medium';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .2px;
    text-transform: uppercase;
    color: #fff
}

.navigation-text {
    padding: 0;
    margin: 0;
    font-family: 'AIAEverest-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin-top: 6px
}

.section-popup_reward_content p {
    font-family: 'AIAEverest-Medium'
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.container-game {
    width: calc(100% - 30px);
    margin: auto;
    position: relative
}
.container-game canvas {
    width: 100%;
}

#vongquaymayman {
    width: 100%;
    margin-top: 5%
}

.btn-play {
    display: block !important;
    width: 35%;
    line-height: 10%;
    height: 10%;
    padding: 0;
    position: absolute;
    font-family: 'AIAEverest-Medium';
    font-style: normal;
    font-weight: 600;
    left: 50%;
    top: 90%;
    transform: translate(-50%, -90%);
    font-size: 12px
}

.slogan-game {
    width: 50% !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%)
}

.woay-box-wheel {
    margin: 0 !important
}

#w-modal_login .refresh-captcha {
    cursor: pointer;
    color: #8086a9;
    margin-bottom: 10px;
    display: block;
    text-align: right;
    height: 40px;
    margin-bottom: 0px;
    width: 45%;
}

.refresh-captcha-button svg{
    fill: #4C4794;
}

#w-modal_login .refresh-captcha img {
    width: 64%;
    height: 100%;
    vertical-align: top;
    margin: 0 5px
}

#w-modal_login .refresh-captcha-button {
    width: 40px;
    border-radius: 0;
    background-color: #fff;
    color: #000;
    height: 100%;
    line-height: 1;
    margin-top: 0
}

@media only screen and (max-width:425px) {
    .w-modal_popup_hetluot_mission{
        font-size: 18px;
        line-height: 22px;
    }
    .w-captcha{
        width: 50% !important;
    }
    #w-modal_login .refresh-captcha{
        width: 50%;
    }
    .w3-light-grey{
        height: 45px;
        padding: 6px;
    }

    #vongquaymayman {
        margin-top: 10%
    }
}

@media only screen and (max-width:375px) {
    .image-logo {
        max-width: 60px
    }
}

@media (max-width:360px) {
    .slogan {
        width: 160px !important
    }

    .slideshow-container {
        height: 260px !important
    }
}

@media only screen and (max-width:320px) {
    #w-modal_result-quiz .wrapper-result{
        padding-top: 5%;
    }

    .slogan-game {
        top: 55%
    }

    .section-login {
        padding-top: 20px
    }

    .w-form-group {
        margin-bottom: 5px
    }

    .text-content {
        line-height: 20px
    }

    .infomation {
        max-width: 270px
    }

    .reward {
        max-width: 300px
    }

    .infomation label {
        margin-right: 6px
    }

    .infomation span {
        padding-right: 2px
    }

    .voucher-text {
        font-size: 25px
    }

    .text-2 {
        font-size: 14px
    }
}

@media only screen and (min-width:324px) and (max-width:739px) {
    .infomation {
        max-width: 292px
    }

    .reward {
        max-width: 300px
    }

    .infomation label {
        margin-right: 6px
    }

    .infomation span {
        padding-right: 2px
    }
}

.main-wrapper {
    max-width: 100%
}

.section-loading {
    width: 100%;
    position: relative
}

.screen .header-image {
    width: 100%;
    position: relative;
    height: 10%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.screen .header-image img {
    width: 100%;
    height: 100%
}

.sound-wrapper {
    display: none !important
}

.w-form-group.error .w-error-log {
    opacity: 1
}

.w-error-log {
    color: red;
    position: absolute;
    z-index: 1;
    left: 5px !important;
    letter-spacing: 0;
    transition: all .4s;
    opacity: 0;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    bottom: -20px;
    text-align: left;
}

.ref-btn-ctn.info-more-vongquay {
    display: none
}

.sound-control.off {
    opacity: .3
}

.btn {
    background-color: #d31145;
    height: 48px;
    vertical-align: middle;
    line-height: 48px;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    padding: 0 !important
}

.w-modal_popup_hetluot_text {
    font-family: 'AIAEverest-Medium';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .2px;
    color: #fff
}

.img-hetluot {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain
}

.section-popup_more_turn_content .img-hetluot {
    margin: auto;
    width: 70%;
    height: 100%;
    text-align: center;
    color: #fff
}

.img-hetluot img{
    width: 100%;
}

.section-popup_hetluot_content {
    padding-top: 40px
}

.btn-hetluot {
    text-align: center;
    font-family: 'AIAEverest-Medium';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #fcfcfc
}

.w-modal_popup_hetluot_mission {
    font-family: 'AIAEverest-Medium';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: .2px;
    color: #fff
}

#w-modal_popup_hetluot_isDone .w-modal_popup_hetluot_mission{
    height: 30%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.screen {
    background-image: url(../images/bg-no-image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.reward h3 {
    font-weight: 700;
    font-size: 18px
}

.text-name {
    display: block;
    color: #d31145 !important;

    font-size: 18px !important;
}

.btn-vqmm {
    color: #d31145 !important;
    background: #fcfcfc !important;
    border-radius: 4px
}

.card-large_title span {
    color: #000;
    font-size: 16px
}

.primary-border {
    border: 2px solid;
    margin: 0;
    font-size: 18px;
    text-align: center;
    padding: 8px 0;
    font-family: 'AIAEverest-Bold';
}

.subprimary-border {
    border: 2px solid;
    text-align: left;
    padding-left: 5px
}

.text-bold {
    font-weight: 700
}

#text-person {
    font-size: 15px !important
}

#w-modal_login{
    background-color: #292845;
}

@media (max-width:320px) {
    #w-modal_login .refresh-captcha img{
        width: 58%;
    }
    #w-modal_login h3 {
        font-size: 18px;
        margin-top: 0
    }

    #vongquaymayman {
        margin-top: 15px
    }

    .row label {
        margin-bottom: 5px
    }

    .row input {
        padding: 3px
    }

    .btn-submit-info {
        margin-top: 5px
    }
}

.cmp-accpet_cookies .overlay-label p {
    line-height: 1.5 !important;
}

.d-none {
    display: none;
}

.w-modal.is-open {
    display: block !important;
}

.btn-share-facebook img{
    width: 25px;
}

.btn-share-facebook.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.owl-three-banner .item {
    width: 100%;
    display: flex;
    justify-content: center;
}

.owl-three-banner.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.owl-three-banner .item .img-banner {
    position: relative;
    width: 80%;
}

.owl-three-banner .item .img-banner img {
    width: auto !important;
    max-width: 100%;
}

.owl-three-banner .item .img-banner .box-shadow-banner {
    position: absolute;
    height: 30px;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    background: #1F78AD;
    mix-blend-mode: multiply;
    opacity: 0.5;
    filter: blur(24px);
    border-radius: 4px;
    bottom: -10px;
}

.owl-three-banner .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

.owl-three-banner .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    background: #EEF8FF;
    opacity: 0.5;
}

.owl-three-banner .owl-dots .owl-dot:first-child {
    margin-right: 16px;
}

.owl-three-banner .owl-dots .owl-dot:last-child {
    margin-left: 16px;
}

.owl-three-banner .owl-dots .owl-dot.active {
    opacity: 1;
}

@media (max-height: 767px){
    .w-captcha{
        width: 50% !important;
    }
    #w-modal_login .refresh-captcha{
        width: 50%;
    }
}
