html,
body,
.w-main-wrapper {
    height: 100%;
    width: 100%;
}

body {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    margin: 0;
    /* line-height: 0; */
}

.w-reward-img {
    text-align: center;
}

.text-noti {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.w-qua-cau {
    position: relative;
    width: 100%;
    height: 75%;
    /* background-image: url(/assets/images/qua-cau.png); */
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position-y: 20%;
    top: 10%;
}

.w-shake-game .w-qua-cau {
    top: 0;
    height: 100%;
}

.w-shake-game#woay-game {
    height: 100%;
}

.w-disable {
    pointer-events: none;
    opacity: 0.7;
}

#w-item {
    height: 80%;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-60%);
    transform: translate(-50%, -62%);
}

.w-btn-shake {
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translate(-50%, 0px);
}

.w-btn-shake span {
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    background-color: #C8192E;
    padding: 10px 100px;
    border-radius: 5px;
}

#w-item .ball {
    position: absolute;
    width: 6rem;
    height: 6rem;
    background-size: auto 100% !important;
}

#w-item .item0 {

    top: 40%;
    left: 53%;
    animation: motion-3 1.4s ease infinite;
}

#w-item .item0.shake {
    -webkit-animation: anim_1 0.6s linear infinite !important;
    animation: anim_1 0.6s linear infinite !important;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#w-item .item1 {
    animation: motion-3 1.5s ease infinite;
    top: 52%;
    left: 49%;
}

#w-item .item1.shake {
    -webkit-animation: anim_1 0.8s linear infinite !important;
    animation: anim_1 0.8s linear infinite !important;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#w-item .item2 {
    animation: motion-1 2s ease infinite;
    top: 42%;
    left: 27%;
}


#w-item .item2.shake {
    -webkit-animation: anim_1 0.5s linear infinite !important;
    animation: anim_1 0.5s linear infinite !important;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#w-item .item3 {
    animation: motion-2 1.2s ease infinite;
    top: 37%;
    right: 16%;
}

#w-item .item3.shake {
    -webkit-animation: anim_2 0.6s linear infinite !important;
    animation: anim_2 0.6s linear infinite !important;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#w-item .item4 {

    top: 28%;
    right: 20%;
    animation: motion-3 2s ease infinite;
}

#w-item .item4.shake {
    -webkit-animation: anim_2 0.8s linear infinite !important;
    animation: anim_2 0.8s linear infinite !important;
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
}

#w-item .item5 {

    top: 33%;
    right: 62%;
    animation: motion-4 2s ease infinite;
}

#w-item .item5.shake {
    -webkit-animation: anim_2 0.5s linear infinite !important;
    animation: anim_2 0.5s linear infinite !important;
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
}

#w-item .item6 {

    top: 42%;
    right: 40%;
    animation: motion-2 2s ease infinite;
}

#w-item .item6.shake {
    -webkit-animation: anim_3 0.8s linear infinite !important;
    animation: anim_3 0.8s linear infinite !important;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#w-item .item7 {

    top: 30%;
    right: 40%;
    animation: motion-2 2s ease infinite;
}

#w-item .item7.shake {
    -webkit-animation: anim_3 0.6s linear infinite !important;
    animation: anim_3 0.6s linear infinite !important;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#w-item .item8 {

    top: 47%;
    right: 17%;
    animation: motion-3 2s ease infinite;
}

#w-item .item8.shake {
    -webkit-animation: anim_3 0.5s linear infinite !important;
    animation: anim_3 0.5s linear infinite !important;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#w-item .item9 {

    top: 45%;
    right: 67%;
    animation: motion-1 2s ease infinite;
}

#w-item .item9.shake {
    -webkit-animation: anim_2 0.4s linear infinite !important;
    animation: anim_2 0.4s linear infinite !important;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}


#w-item .item10 {
    top: 57%;
    left: 18%;
    animation: motion-2 1s ease infinite;
}

#w-item .item11 {
    top: 58%;
    left: 26%;
    animation: motion-3 1.2s ease infinite;
}

#w-item .item12 {
    top: 60%;
    left: 30%;
    animation: motion-1 1.4s ease infinite;
}

#w-item .item13 {
    top: 57%;
    left: 38%;
    animation: motion-2 1.5s ease infinite;
}

#w-item .item14 {
    top: 55%;
    left: 45%;
    animation: motion-3 1.6s ease infinite;
}

#w-item .item15 {
    top: 50%;
    left: 65%;
    animation: motion-1 1.7s ease infinite;
}


#w-item .item10.shake {
    -webkit-animation: anim_1 0.5s linear infinite !important;
    animation: anim_1 0.5s linear infinite !important;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#w-item .item11.shake {
    -webkit-animation: anim_2 0.3s linear infinite !important;
    animation: anim_2 0.3s linear infinite !important;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#w-item .item12.shake {
    -webkit-animation: anim_3 0.4s linear infinite !important;
    animation: anim_2 0.4s linear infinite !important;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#w-item .item13.shake {
    -webkit-animation: anim_1 0.4s linear infinite !important;
    animation: anim_1 0.4s linear infinite !important;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#w-item .item14.shake {
    -webkit-animation: anim_2 0.5s linear infinite !important;
    animation: anim_2 0.5s linear infinite !important;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#w-item .item15.shake {
    -webkit-animation: anim_3 0.5s linear infinite !important;
    animation: anim_3 0.5s linear infinite !important;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.w-box-game.w-shake-game {
    width: 60vh;
    height: 100vh !important;
    left: 50%;
    transform: translate(-50%, 0);
}

.w-box-game #game-gap-thu {
    width: 400px;
    position: relative;
    margin: auto;
    height: 100%;
    top: 30px;
}

.w-box-game #game-gap-thu #woay-game {
    height: 100%;
    text-align: center;
    top: 157px;
}

.w-box-game #game-gap-thu #woay-game canvas {
    width: 80%;
}

.w-box-game #game-gap-thu #woay-crane-btn {
    top: 126%;
}

.w-box-game #game-gap-thu .woay-bg-crane {
    position: absolute;
    top: 41.5%;
    left: 50%;
    width: 74%;
    transform: translateX(-50%);
}

@media (max-width:480px) {

    .w-box-game #game-gap-thu {
        width: 100%;
    }

    #w-item .ball {
        width: 5rem;
        height: 5rem;
    }

    .w-box-game.w-shake-game {
        height: calc(100vh - 77px) !important;
    }

    .w-shake-game#woay-game {
        height: 100%;
    }

    #w-item {
        top: 46%;
    }
}

@media (max-width: 320px) {
    #w-item .ball {
        width: 4rem;
        height: 4rem;
    }
}

/* @media (max-width:375px) {
    #w-item{
        -webkit-transform: translateY(-64%);
        transform: translateY(-64%);
    } */
/* } */
@keyframes anim_1 {

    100%,
    from {
        top: 50%;
        left: 50%;
    }

    25% {
        top: 10%;
        left: 25%;
    }

    50% {
        top: 40%;
        left: 10%;
    }

    75% {
        top: 25%;
        left: 75%;
    }

    85% {
        top: 20%;
        right: 20%;
    }
}

@keyframes anim_2 {

    100%,
    from {
        top: 50%;
        right: 20%;
    }

    25% {
        top: 10%;
        right: 35%;
    }

    50% {
        top: 45%;
        right: 25%;
    }

    75% {
        top: 25%;
        right: 75%;
    }

    85% {
        top: 10%;
        right: 15%;
    }
}

@keyframes anim_3 {

    100%,
    from {
        top: 50%;
        right: 50%;
    }

    25% {
        top: 19%;
        right: 26%;
    }

    50% {
        top: 46%;
        right: 20%;
    }

    65% {
        top: 24%;
        right: 75%;
    }

    75% {
        top: 10%;
        right: 15%;
    }

    95% {
        top: 20%;
        right: 15%;
    }
}

@keyframes motion-1 {

    0%,
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0.15rem, -0.3125rem);
        transform: translate(0.15rem, -0.3125rem);
    }
}

@keyframes motion-2 {

    0%,
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(-0.05rem, -0.2rem);
        transform: translate(-0.05rem, -0.2rem);
    }
}

@keyframes motion-3 {

    0%,
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0.15rem, 0.3125rem);
        transform: translate(0.15rem, 0.3125rem);
    }
}

@keyframes motion-4 {

    0%,
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(-0.15rem, 0.15rem);
        transform: translate(-0.15rem, 0.15rem);
    }
}

@media (max-width: 991px) {
    .w-r-times {
        font-size: 18px;
    }
}

.w-r-times {
    color: #FAC53B;
    font-size: 26px;
    text-shadow: -1px -1px 0px #3c4915, 1px -1px 0px #3c4915, -1px 1px 0px #3c4915, 1px 1px 0px #3c4915;
}

.w-section-mission .btn-challenge a img {
    height: 48px;
}



.w-bg-main .left-image,
.w-bg-main .w-main-wrapper,
.w-bg-main .right-image {
    display: inline-block;
}

.w-bg-main .left-image {
    float: left;
}

.w-bg-main .right-image {
    float: right;
}

.w-bg-main .left-image,
.w-bg-main .right-image {
    width: calc((100% - 60vh) / 2);
    height: 100%;
}

.w-bg-main .w-main-wrapper,
.w-warning-is-test-mode {
    line-height: 1.4;
}

.w-modal {
    line-height: 1.4;
}

.w-bg-main .left-image img,
.w-bg-main .right-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.w-spinner {
    margin: 10px auto 0;
    width: 70px;
    text-align: center;
}

.w-spinner>div {
    width: 18px;
    height: 18px;
    background-color: #fff;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both !important;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both !important;
}

.w-spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.w-spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.w-logo {
    max-width: 200px;
    max-height: 80px;
    animation: bounce 1s ease-in-out infinite;
    animation-fill-mode: both;
    animation-direction: alternate;
    position: relative;
}

#w-mission-list .m-challenge .w-flex-box {
    width: 100%;
}

@keyframes bounce {
    from {
        top: 0;
        transform: scaleX(80%) scaleY(80%);
    }

    to {
        top: -100px;
    }
}

*,
::after,
::before {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

a :hover {
    text-decoration: none;
}

ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
}

.w-bg-main {
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.w-y-text-editor * {
    max-width: 100%;
}

.w-y-text-editor blockquote {
    margin: 0 0 1.25em;
    padding: 0 1.25em 0 1.875em;
    border-left: 2px solid #111;
    font-style: italic;
}

.w-y-text-editor h1 {
    font-size: 30px;
}

.w-y-text-editor h2 {
    font-size: 28px;
}

.w-y-text-editor h3 {
    font-size: 24px;
}

.w-y-text-editor h4 {
    font-size: 20px;
}

.w-y-text-editor h5 {
    font-size: 18px;
}

.w-y-text-editor h5 {
    font-size: 16px;
}

.w-y-text-editor p {
    margin-bottom: 10px;
}

.w-y-text-editor img {
    max-width: 100%;
    height: auto !important;
    display: initial;
}

.w-y-text-editor iframe {
    max-width: 100%;
}

.w-y-text-editor table {
    width: 100%;
}

.w-y-text-editor i {
    font-style: italic;
}

.w-y-text-editor u {
    text-decoration: underline;
}

.w-y-text-editor a {
    text-decoration: underline;
}

.w-y-text-editor b,
.w-y-text-editor strong {
    font-weight: bold;
}

.w-y-text-editor ul {
    padding-left: 30px;
    list-style-type: disc;
}

.w-y-text-editor ul li {
    display: list-item;
    list-style-type: disc;
}

.w-y-text-editor ol {
    padding-left: 30px;
    list-style-type: decimal;
}

.w-y-text-editor ol li {
    display: list-item;
    list-style-type: decimal;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.text-center {
    text-align: center;
}

.hidden {
    display: none;
}

.w-banner-bottom {
    margin-bottom: 40px;
}

.d-lg-none {
    display: none;
}

.w-mobile-hidden {
    display: block;
}

.m-menu-btn {
    position: absolute;
    right: 0;
    top: 10px;
    background-color: transparent;
    border: none;
    z-index: 6;
}

.m-menu-btn i {
    color: white;
    font-size: 30px;
    cursor: pointer;
}

.m-menu-wrapper {
    background-color: #f3f3f3;
    width: 75%;
    height: 100%;
    position: absolute;
    z-index: 10;
    transition: .2s;
    overflow-y: auto;
    top: 0;
    bottom: 0;
    right: -100%;
}

.m-menu-overlay {
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .5s;
    z-index: 5;
}

.m-menu-header {
    text-align: center;
    padding: 11px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.5);
    font-weight: bold;
    font-size: 15px;
}

.m-menu-header i {
    position: absolute;
    top: 12px;
    right: 10px;
    font-size: 17px;
    cursor: pointer;
}

.m-menu {
    padding-left: 20px;
    list-style-type: none;
}

.m-menu li {
    padding: 11px 10px 11px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.m-menu li a {
    cursor: pointer;
    color: black;
}

.m-menu li:hover a,
.m-menu li:focus a {
    color: rgba(0, 0, 0, 0.6);
    text-decoration: none;
}

.m-main-content {
    color: #111;
    display: none;
    width: 100%;
    transition: .5s;
    z-index: 4;
}

.m-main-content .logo {
    padding: 20px 0;
}

.m-content-wrapper {
    background-color: white;
    padding: 20px 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    word-break: break-word;
}

.w-tab-ctn {
    position: relative;
    margin-bottom: 40px;
    border: 1px solid #000;
}

.w-desktop-screen {
    display: none;
    min-height: 100%;
}

#wTab .nav-link {
    display: inline-block;
    color: #000;
    font-weight: bold;
    margin-right: 2px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#wTabContent {
    background-color: white;
}

@media (max-width: 991px) {
    .d-lg-none {
        display: block;
    }

    .w-mobile-hidden {
        display: none;
    }
}

/* =========================================================== */


.w-box-noti-fixed {
    position: fixed;
    top: 80px;
    left: 0;
    width: 300px;
    height: 280px;
    overflow: hidden;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    font-size: 14px;
    display: none;
}

.w-box-noti-fixed.show {
    opacity: 1;
    visibility: visible;
}

.w-box-noti-fixed .close-noti {
    position: absolute;
    top: -100px;
    right: 5px;
    color: #000;
    font-size: 16px;
    width: 24px;
    height: 24px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.7s;
    z-index: 2;
}

.w-box-noti-fixed .close-noti.active {
    top: 5px;
    opacity: 1;
    visibility: visible;
}

.w-box-noti-fixed .close-noti.text-1 {
    top: 20px;
}

.w-noti-reward-fixed .item {
    position: absolute;
    top: -100px;
    width: 100%;
    height: 0;
}

.w-noti-reward-fixed .item:first-child {
    transition: all 0.6s;
}

.w-noti-reward-fixed .item.ehidden {
    top: 100%;
    display: none;
}

.w-noti-reward-fixed .item .content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 15px 8px 15px 8px;
    max-width: 100%;
    margin-bottom: 6px;
}

.w-noti-reward-fixed .item.active,
.w-noti-reward-fixed .item-1,
.w-noti-reward-fixed .item-2,
.w-noti-reward-fixed .item-3 {
    /*opacity: 1;
      visibility: visible;*/
    height: auto;
}

.w-noti-reward-fixed .item.active {
    top: 0;
    animation: show-item-1 .6s ease;
}

@keyframes show-item-1 {
    0% {
        top: -100px;
    }

    100% {
        top: 0;
    }
}

.w-noti-reward-fixed .item.text-1 {
    top: 18px;
    animation: show-item-0 .6s ease;
}

@keyframes show-item-0 {
    0% {
        top: -100px;
    }

    100% {
        top: 18px;
    }
}

.w-noti-reward-fixed .item.item-1 {
    top: 0;
    z-index: 3;
}

.w-noti-reward-fixed .item.item-2 {
    top: 96px;
    z-index: 2;
    animation: show-item-2 .6s ease;
}

@keyframes show-item-2 {
    0% {
        top: 0;
    }

    100% {
        top: 96px;
    }
}

.w-noti-reward-fixed .item.item-3 {
    top: 184px;
    z-index: 1;
    animation: show-item-3 .6s ease;
}

@keyframes show-item-3 {
    0% {
        top: 96px;
    }

    100% {
        top: 184px;
    }
}

.w-noti-reward-fixed .item:nth-child(n + 4) {
    display: none !important;
}

.w-noti-reward-fixed .item-1 .content,
.w-noti-reward-fixed .item-2 .content,
.w-noti-reward-fixed .item-3 .content {
    transition: opacity .7s;
}

.w-noti-reward-fixed .item.item-1 .content,
.w-noti-reward-fixed .item.active .content {
    width: 300px;
}

.w-noti-reward-fixed .item-2 .content {
    opacity: 0.5;
    width: 240px;
}

.w-noti-reward-fixed .item-3 .content {
    opacity: 0.3;
    width: 188px;
}

.w-noti-reward-fixed .item .circle {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.w-noti-reward-fixed .item.item-2 .circle {
    width: 32px;
    height: 32px;
}

.w-noti-reward-fixed .item.item-3 .circle {
    width: 24px;
    height: 24px;
}

.w-noti-reward-fixed .item .circle:before {
    position: absolute;
    content: "";
    width: 60%;
    height: 60%;
    background: #F2994A;
    border-radius: 50%;
}

.w-noti-reward-fixed .item .circle span {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #F2994A;
    border-radius: 50%;
}

.w-noti-reward-fixed .item .info-noti {
    padding-left: 8px;
    width: calc(100% - 40px);
}

.w-noti-reward-fixed .item.item-2 .info-noti {
    width: calc(100% - 32px);
    font-size: 12px;
}

.w-noti-reward-fixed .item.item-3 .info-noti {
    width: calc(100% - 24px);
    font-size: 10px;
}

.w-noti-reward-fixed .item .info-noti .time {
    font-size: 12px;
}

.w-noti-reward-fixed .item.item-2 .info-noti .time {
    font-size: 10px;
}

.w-noti-reward-fixed .item.item-3 .info-noti .time {
    font-size: 8px;
}

.w-noti-reward-fixed .item .info-noti .desc {
    display: -webkit-box;
    height: 40px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.w-noti-reward-fixed .item.text-1 .info-noti .desc {
    height: auto;
    -webkit-line-clamp: initial;
}

.w-noti-reward-fixed .item-2 .info-noti .desc {
    height: 33px;
}

.w-noti-reward-fixed .item-2.text-1 .info-noti .desc {
    height: auto;
    -webkit-line-clamp: initial;
}

.w-noti-reward-fixed .item-2.text-1+.item-3 {
    top: 167px;
    animation: show-item-32 .6s ease;
}

@keyframes show-item-32 {
    0% {
        top: 96px;
    }

    100% {
        top: 167px;
    }
}

.w-noti-reward-fixed .item.item-3 .info-noti .desc {
    height: auto;
    max-height: 28px;
    -webkit-line-clamp: initial;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .w-box-noti-fixed {
        top: 0;
    }

    .w-box-noti-fixed .close-noti {
        top: 5px;
        right: 5px;
        color: #000;
    }

    .w-noti-reward-fixed .item {
        top: -100px;
        width: 100%;
    }

    .w-noti-reward-fixed .item .content {
        margin-bottom: 0;
    }

    .w-noti-reward-fixed .item.active {
        top: 0;
        opacity: 1;
    }

    .w-noti-reward-fixed .item .info-noti .desc {
        height: auto;
        -webkit-line-clamp: initial;
    }
}

@media (max-width: 575px) {

    .w-box-noti-fixed {
        top: 0;
        width: 100%;
        height: 70px;
    }

    .w-noti-reward-fixed .item .content {
        padding: 8px 10px;
        width: 100% !important;
    }
}

.w-nav-tabs-main {
    background-color: #f8f8f8;
    display: flex;
    justify-content: center;
    border-bottom: 0 !important;
}

.w-nav-tabs-main .nav-item {
    padding: 10px 15px 0;
}

.w-nav-tabs-main .nav-item a {
    padding: 10px 0 8px;
    border: 0;
    background-color: #f8f8f8;
}

.w-nav-tabs-main .nav-item a:hover {
    background-color: initial;
}

.w-nav-tabs-main .nav-item.active a {
    color: #FF8144 !important;
    border: 0;
    border-bottom: 2px solid #FF8144;
    background-color: #f8f8f8;
}

.w-nav-tabs-main .nav-item.active a:hover,
.w-nav-tabs-main .nav-item.active a:focus {
    border: 0;
    border-bottom: 2px solid #FF8144;
    background-color: initial;
}

.w-tab-content-main {
    padding: 30px 40px 50px;
}

.w-box-img img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

.w-footer__item {
    width: 100%;
    position: relative;
    background: #000;
    text-align: center;
}

.w-footer__item img {
    position: fixed;
    opacity: 0.7;
    width: 50px;
    height: 50px;
    left: 10px;
    bottom: 10px;
}

.w-footer__content {
    padding: 10px;
    color: #fff;
}

.w-footer__content a {
    color: #bc936d;
    font-weight: bold;
}

@media(max-width: 475px) {
    .w-footer__content {
        font-size: 12px;
    }
}

a,
button,
.btn,
[class*="btn-"],
[class*="-btn"] {
    cursor: pointer;
}

/* .reward-list {
        text-align: center;
    } */

.w-reward-list .w-item-reward {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#woay-wheel {
    height: auto !important;
    transform: none !important;
}

#woay-game {
    width: 100%;
    height: 70vh;
    margin: auto;
    position: relative;
    overflow: hidden;
}

#woay-game.multiple_choice {
    height: 85vh;
}



#woay-game.crane_game {
    position: absolute;
    top: 24.5%;
    left: 10%;
    width: 80%;
    height: 44%;
}

.w-the-cao {
    border-radius: 10px;
    overflow: hidden !important;
    position: relative !important;
    width: 375px !important;
    height: 100px !important;
    margin: auto !important;
    -webkit-user-select: none !important;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin-bottom: 10px;

}

.w-the-cao .canvas {
    z-index: 2;
}

.w-the-cao .canvas,
.w-the-cao .crop {
    width: 100%;
    top: 0 !important;
    left: 0 !important;
    height: 100% !important;
    position: absolute !important;
    transform: translateX(0px) !important;
}

.w-back-wrapper {
    height: 100%;
    background: #fff;
}

#w-screen-countdown {
    background: transparent;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    display: none;
}

#w-screen-countdown .text-ready,
#w-count-down {
    z-index: 999999;
}

#w-screen-countdown .text-ready {
    text-align: center;
    font-size: 25px;
    color: #00115B;
    position: relative;
    top: 45%;
    transform: translateY(-50%);
    left: 0;
}

#w-count-down {
    font-size: 60px;
    text-align: center;
    color: #00115B;
    position: relative;
    top: 48%;
    transform: translateY(-50%);
    left: 0;
}

#w-screen-countdown .backdrop {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #90DEF3;
    opacity: 1;
    top: 0;
}

.w-box-game {
    position: relative;
}

.w-preLoad {
    position: absolute;
    top: 0;
    left: 0;
    background-color: hsl(180deg 53% 85%);
    width: 100%;
    height: 100%;
}

.w-text-preLoad {
    font-size: 30px;
    color: #000;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.woay-bg-crane {
    position: absolute;
    top: 24.5%;
    left: 50%;
    width: 74%;
    transform: translateX(-50%);
}

.woay-fg-crane {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.conveyor {
    position: absolute;
    top: 58%;
    left: 10%;
}

#woay-crane-btn {
    border: none;
    background: transparent;
    position: absolute;
    top: 57%;
    width: 34%;
    left: 50%;
    transform: translate(-50%, 0px);
}

#woay-crane-btn img {
    width: 100%;
}

#woay-crane-btn:focus {
    outline: none;
}

.w-crane-game {
    height: 100%;
}

#multiple-choice {
    width: 95%;
    text-align: center;
    margin: auto;
    position: relative;
    top: 10px;
}

.w-progress--circle {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 40px;
    border-radius: 8px;
    background-color: #91BB15;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    margin: auto;
}

.w-progress__number {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    line-height: 1;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.w-answers {
    display: block;
}

.w-item-answer.green-answer {
    background: green;
}

.w-item-answer:hover.green-answer {
    background: green;
}

.w-item-answer.red-answer {
    background: red;
}

.w-item-answer:hover.red-answer {
    background: red;
}

/* Mission css */
.w-section-mission {
    margin: 30px auto;
}

.w-section-mission ul {
    width: 100%;
    display: block;
    max-width: 900px;
    margin: 30px auto;
}

.w-section-mission .box-point .point {
    background: #008ed6;
    color: #fff;
    padding: 5px 40px;
    border-radius: 50px;
    font-size: 12px;
    text-align: center;
}

.w-section-mission .btn-challenge a {
    color: #fcb972;
    background: #fff;
    border: 2px solid #fcbc78;
    padding: 5px 40px;
    border-radius: 50px;
    font-size: 12px;
}

.w-section-mission ul li .w-box-img {
    text-align: center;
    width: 30%;
}

.w-section-mission ul li .box-info {
    flex: 1;
    text-align: left;
}

.w-box-img {
    display: block;
    overflow: hidden;
}

.btn-challenge a.deactive {
    background: transparent !important;
    /* border: 1px solid #000 !important; */
    color: #656565 !important;
    pointer-events: none;
}

.w-section-mission ul li .box-info p {
    font-size: 16px;
    line-height: unset;
    margin: 0;
    padding-bottom: 5px;
}

.w-section-mission ul li .box-info h5 {
    font-size: 21px;
    font-weight: 700;
    margin: 0 !important;
}

.w-section-mission ul li .box-point {
    width: 23.25%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.w-section-mission ul li .box-point .point {
    background: #008ed6;
    color: #fff;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 50px;
    font-size: 12px;
    width: 200px;
    text-align: center;
}

#w-text-share-url {
    width: 100%;
    padding: 19px;
    border-radius: 10px;
}

input:focus {
    outline: none;
}

.w-box-right {
    text-align: left;
    width: 70%;
    padding: 0 10px;
}

.w-game-layer {
    position: relative;
    width: 100%;
    z-index: 11;
    text-align: center;
    margin-top: 10vh;
}

.w-game-layer img {
    position: relative;
    z-index: 11;
    max-width: 50vh;
}

#woay-game-btn img {
    max-width: 130px;
}

#woay-game.slot_machine {
    position: absolute;
    left: 50%;
    top: 30%;
    z-index: 10;
    max-width: 30vh;
    height: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

#w-section-game .w-btn-back {
    background-color: #fff;
    padding: 5px;
    border-radius: 8px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    bottom: 18%;
}

.hide {
    display: none !important;
}

#w-section-game .w-btn-game.w-btn-back {
    background: transparent;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    bottom: 0;
    transform: none;
    width: 50px;
    height: 50px;
    margin: unset;
}

.w-my-btn {
    position: absolute;
    z-index: 12;
    top: 71%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: unset;
}

@media (min-width: 768px) {
    .w-section-mission ul li .btn-challenge a {
        width: 166px;
        text-align: center;
    }
}

/* css mission mobile */
.w-flex-box {
    display: flex;
    justify-content: center;
}

.w-flex-box .box-point {
    width: 50%;
    display: flex;
    justify-content: flex-start
}

.w-flex-box .btn-challenge {
    width: 50%;
    display: flex;
    justify-content: flex-end
}

.w-section-mission .slider-owl-3 .m-challenge {
    border: 1px solid #cfa551;
    border-radius: 10px;
    position: relative;
    padding: 10px;
    min-height: 345px
}

@media (max-width: 991px) {
    .w-section-mission ul li {
        display: block;
    }

    .w-flex-box .box-point,
    .w-flex-box .btn-challenge {
        justify-content: center;
    }

    .w-flex-box .box-point .point {
        padding: 5px 10px;
    }

    .w-flex-box .btn-challenge a {
        padding: 5px;
        text-align: center;
        width: 100%;
    }

    .w-section-mission ul li .box-info {
        padding: 0 15px;
        margin-right: 0;
        width: 100%;
    }

    .w-section-mission ul li {
        padding: 15px;
    }

    .w-section-mission ul li .w-box-img {
        width: unset !important;
    }

    .w-section-mission .meta {
        width: 100%;
    }

    .w-section-mission ul li .box-info h5 {
        font-size: 18px;
    }

    .w-section-mission ul li .btn-challenge {
        width: 100%;
    }
}

/* css mission quiz */
.w-title-question {
    font-weight: bold;
}

#w-box-question .w-list-question {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#w-box-question.w-disable {
    pointer-events: none;
}

.w-list-question .w-item-question {
    flex-basis: calc(50% - 10px);
    position: relative;
    text-align: center;
    background-color: #dedede;
    padding: 15px;
    margin: 5px;
}

.w-item-question input {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.w-item-question .checkmark {
    position: absolute;
    display: none;
    top: -10px;
    right: -10px;
    max-width: 50px;
}

.w-list-question .w-item-question.correct {
    background-color: #93F049;
    color: #fff;
}

.w-list-question .w-item-question.wrong {
    background-color: #FA9494;
    color: #fff;
}

.w-text-qrcode {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

@media (max-width: 991px) {
    .w-list-question .w-item-question {
        flex-basis: 100%;
    }
}

/* báº£ng xáº¿p háº¡ng */
.w-box-900 {
    max-width: 900px;
    margin: 10px auto
}

.w-title-main {
    padding: 0;
    margin: 0 !important
}

.w-wrap-item-button {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.w-wrap-item-button .item-button {
    border: 1px solid #000;
    margin-right: 15px;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 15px;
    background-color: #fff;
}

.w-wrap-item-button .active {
    background-color: #ee1d23;
}

.w-wrap-item-button .active a {
    color: #fff;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    border: 1px solid;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) td {
    background-color: #dddddd;
}

.w-sub-title {
    font-size: 14px;
    color: #ee1d23;
    display: block;
    text-align: center;
    font-weight: 700;
    padding: 10px 0;
    margin: 0
}

.w-tabs .w-tab-links {
    padding-top: 20px
}

.w-tabs .w-tab-links {
    display: flex
}

.w-tabs .w-tab-links li {
    text-align: center;
    justify-content: space-between;
}

.w-tabs .w-tab-links li.active-bxh span {
    color: #ee1d23
}

.w-tabs .w-tab-links li span {
    font-size: 14px;
    color: #000
}

.w-tabs .w-tab-links li a {
    color: #242628;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    padding: 10px 20px;
}

.w-tabs .w-tab-links li a.active {
    color: #fff
}

li.w-off-click {
    pointer-events: none;
}

li.w-off-click a {
    opacity: 0.5 !important;
}

.w-tab-content .tab.active-bxh {
    display: block
}

.w-tab-content .tab {
    display: none
}

.w-rank-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background: #fff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15)
}

.w-rank-item .item-name {
    text-align: center;
    flex: 1;
    padding-left: 10px;
    font-size: 14px;
}

.w-rank-item .item-point {
    text-align: center;
    width: 20%;
}

.w-rank-item .item-time {
    width: 20%;
    text-align: right;
}

.w-rank-item.active {
    background-color: #87cefa
}

.w-high-score-progress {
    flex-basis: 50%;
    margin-bottom: 0 !important;
    max-height: 10px;
    max-width: 300px
}

.w-high-score-progress .progress-bar {
    background-color: #ee1d23
}

.ml-3 {
    margin-left: 15px
}

.w-rank-item-uinfo {
    display: flex;
    flex-basis: 45%;
    align-items: center
}

.w-wrap-item-button {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.w-tabs .w-tab-links {
    padding-top: 20px;
}

.w-wrap-item-button .active {
    background-color: #ee1d23;
}

.w-tabcontent {
    display: none;
}

.w-tabcontent.active {
    display: block;
}

.w-title-rank {
    font-weight: bold;
    text-align: center;
    padding: 8px;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    border-bottom: unset;
    background-color: #000;
    text-transform: uppercase;
    font-size: 20px;
}

/* kho phần thưởng */
.w-list-reward {
    border: 1px solid #000;
    width: 100%;
    background-color: #fff;
}

.w-title-reward {
    padding: 15px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    background-color: #000;
    color: #fff;
}

.w-bg-white {
    background-color: #fff;
}

.w-item-reward {
    display: flex;
    align-items: center;
    padding: 15px;
}

.w-item-reward .item-name {
    width: 30%
}

.w-item-reward .item-time {
    width: 30%;
}

.w-item-reward .sku {
    flex: 1;
    text-align: right;
}

@media (max-width: 991px) {
    .w-list-reward {
        width: 100%;
    }
}

/* lá»‹ch sá»­ Ä‘iá»ƒm */
.w-list-point {
    border: 1px solid #000;
    width: 100%;
}

.w-total-point {
    opacity: 0;
    font-weight: 900;
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
    text-shadow: -1px -1px 0px #3c4915, 1px -1px 0px #3c4915, -1px 1px 0px #3c4915, 1px 1px 0px #3c4915;
    color: #fff;
    text-align: center;
}

.w-your-point {
    color: #FAC53B;
    font-size: 26px;
    text-shadow: -1px -1px 0px #3c4915, 1px -1px 0px #3c4915, -1px 1px 0px #3c4915, 1px 1px 0px #3c4915;
}

.w-item-score {
    display: flex;
    align-items: center;
    padding: 15px;
}

.w-item-score .item-point {
    width: 30%;
}

.w-item-score .item-time {
    width: 30%;
}

.w-item-score .item-type {
    flex: 1;
    text-align: right;
}

.w-info-more-vongquay .box-action .box-btn {
    margin-bottom: 10px !important;
}

.w-text-editor {
    width: 100%;
    text-align: justify;
    padding: 15px;
}

.w-sound-wrapper {
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: #fff;
    z-index: 9999
}

#w-popup-section #woay-game.multiple_choice {
    width: 50%;
}

@media (max-width: 991px) {
    .w-total-point {
        font-size: 16px;
    }

    .w-your-point {
        font-size: 18px;
    }
}

@media (max-width: 540px) {
    #w-popup-section #woay-game.multiple_choice {
        width: 80%;
    }

    #w-popup-section .w-shake-game .w-qua-cau {
        background-size: auto 100%;
        background-position: center;
    }

    #w-popup-section .w-shake-game #woay-game {
        height: 70vh !important;
    }

    /* new fix */
    .w-modal .btn-popup {
        flex: unset !important;
    }

    .w-info-more-vongquay .box-action .box-btn {
        display: block !important;
    }

    .w-info-more-vongquay .box-action a {
        margin: 5px auto;
    }

    #multiple-choice .item-answer {
        font-size: 12px;
    }
}

@media (max-width: 320px) {
    .w-item-score .item-time {
        width: 45%;
    }
}

.w-btn-zalo {
    background-color: #0573ff;
}

.w-btn-google {
    background-color: #d93025;
}

.w-btn-facebook {
    background: #3A5897;
}

.w-tab-pane {
    display: none;
}

.w-tab-pane.active {
    display: block;
}

.w-box-rank.w-tabs,
.w-list-point,
.w-list-reward {
    display: none;
}

.w-box-rank ul {
    overflow: auto;
    padding: 0 10px;
}

.w-main-wrapper {
    overflow: hidden;
    position: relative;
    margin: auto;
    height: 100%;
    max-width: 60vh;
}



.w-screen {
    display: none;
    width: 100%;
    position: relative;
    z-index: 10;
    padding: 0 15px;
}

.w-screen.active {
    display: block;
    height: 100%;
    margin: 0 auto;
}

.w-screen>.w-screen-container {
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 50;
}

.w-screen-container .w-screen-body {
    height: 100%;
    width: 100%;
    overflow: auto;
}

#w-section-game {
    /* display: block !important; */
    opacity: 0;
    position: relative;
    z-index: 2;
}

#w-section-game.active {
    opacity: 1;
}

#w-section-game canvas {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 60vh;
    height: 100%;
    margin: auto;
}

#w-section-game canvas.matching {
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);

}

#w-section-game .li_xi canvas {
    top: 4%;
    height: 75%;
}

.w-box-game #w-section-game canvas {
    height: calc(100% - 109px);
    top: 32px;
    max-width: 55vh;
}

.w-box-game.w-game-mutipage-popup #w-section-game canvas{
    height: auto;
}

#w-section-game .crane_game canvas {
    position: unset;
    width: 100%;
    transform: translateX(0);
}

#w-section-game canvas.flipcard {
    position: absolute;
    height: auto;
    left: 0;
    transform: unset;
    top: 50%;
    transform: translate(0, -50%);
}

#w-section-mission,
#w-section-guide,
#w-section-rank {
    position: absolute;
    top: 0;
    z-index: 10;
}

.w-list-btn .w-btn-main {
    margin: 8px auto;
    max-width: 200px;
    height: 61px;
}

.w-section-mission {
    margin: 30px auto;
}

.w-section-mission ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: transparent !important;
    margin: 8px 0;
    padding: 5px 0px;
}

.w-section-mission .box-point .point {
    background: #008ed6;
    color: #fff;
    padding: 5px 40px;
    border-radius: 50px;
    font-size: 12px;
    text-align: center;
}

.w-section-mission ul li .btn-challenge {
    margin-right: 0 !important;
    width: 100% !important;
    flex: 1;
}

.w-box-img {
    display: block;
    overflow: hidden;
}

.w-section-mission .w-box-img img {
    max-width: 100px !important;
    height: auto;
}

.w-section-mission ul {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.w-section-mission ul li {
    border-radius: unset !important;
    background-color: #fff;
    margin-bottom: 25px;
}

#w-popup-section .w-section-mission ul li {
    border-radius: 60px !important;
    background-color: #fff !important;
}

#w-popup-section .w-shake-game #woay-game {
    height: 96vh;
}

.w-section-mission ul li .box-point {
    width: 23.25%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.w-section-mission ul li .box-point .point {
    background: #008ed6;
    color: #fff;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 50px;
    font-size: 12px;
    width: 200px;
    text-align: center;
}

.w-section-mission ul li .btn-challenge a {
    color: #fff;
    border: unset;
    font-weight: 700;
    border-radius: 8px;
    font-size: 16px;
    width: 100% !important;
    margin: auto;
}

.w-key-visual img {
    max-width: 70%;
    margin: auto;
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}

.w-bg-section {
    background: #fff;
    border: 3px solid #016BED;
    padding: 10px;
    border-radius: 12px;
    margin-top: 50px;
}

.w-bg-section .title-section {
    width: 80%;
    margin: -30px auto 30px;
}

.w-bg-wrapper {
    height: 50vh;
    overflow: auto;
}

.w-style-1::-webkit-scrollbar-button {
    display: block;
    width: 4px;
    height: 4px;
    background: #df3241;
    border: 2px solid #df3241;
    border-radius: 50%;
    display: none;
}

.w-style-1::-webkit-scrollbar-button:decrement:end,
.w-style-1::-webkit-scrollbar-button:increment:start {
    display: none
}

.w-style-1::-webkit-scrollbar-track {
    border-radius: 30px;
    background: #8C8E90;
    border: 1px solid #fff;
}

.w-style-1::-webkit-scrollbar {
    width: 4px
}

.w-style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #414042;
}

.w-list-question .w-item-question {
    flex-basis: calc(50% - 10px);
    position: relative;
    text-align: center;
    background-color: #dedede;
    padding: 15px;
    margin: 5px;
}

.w-item-question input {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.w-item-question .checkmark {
    position: absolute;
    display: none;
    top: -10px;
    right: -10px;
    max-width: 50px;
}

.w-list-question .w-item-question.correct {
    background-color: #93F049;
    color: #fff;
}

.w-list-question .w-item-question.wrong {
    background-color: #FA9494;
    color: #fff;
}

.w-wrapper-btn-back {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.w-btn-back {
    color: #0154E1;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 2px solid #0154E1;
    margin: auto;
    display: inline-block;
}

.w-box-shading {
    display: none;
    padding-bottom: 20px;
    padding-top: 20px;
    box-shadow: 0 4px 2px -2px #ebebeb;
}

.w-item-index {
    background-color: transparent !important;
    padding: 0 !important;
    border-radius: unset;
    text-align: center;
    color: #040404;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    max-width: 41px;
}

.w-item-user {
    padding-left: 5px;
    max-width: 45px;
}

@media (min-width: 992px) {
    .w-main-wrapper {
        max-width: 60vh;
    }

}

@media (max-width: 991px) {
    .w-section-mission ul li .btn-challenge a {
        font-size: 12px;
        padding: 12px;
    }

    .w-section-mission ul li .box-info {
        padding: 0 15px;
        margin-right: 0;
        width: 100%;
    }

    .w-section-mission ul li {
        padding: 15px;
    }

    .w-section-mission ul li .box-info h5 {
        font-size: 18px;
    }

    .w-section-mission ul li .btn-challenge {
        width: 100%;
    }

    .w-section-mission ul li {
        padding: 0;
    }



    .w-bg-section .title-section {
        width: 200px;
    }

    .w-section-mission .w-box-img img {
        max-width: 80px !important;
    }

    .w-section-mission ul li .w-box-img {
        width: 35% !important;
    }

    .w-section-mission ul li .btn-challenge {
        flex: unset;
        width: 100% !important;
    }

    .w-box-right {
        width: 100% !important;
        padding-left: 15px !important;
        max-width: 250px;
    }
}

@media (max-width: 375px) {
    .w-section-mission .w-box-img img {
        max-width: 60px !important;
    }
}

.w-key-visual,
.w-logo-img {
    text-align: center;
}

.w-logo-img {
    height: 70px;
    margin: 25px auto;
}

.w-logo-img img{
    height: 100%;
    width: auto;
}

.w-bg-main-screen {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-image: url('https://app.woay.vn/w/83ea5b77-acef-4492-88ed-bf5d1a9825cb/assets/f531be13-1df2-4460-b50e-0336e3a6dc51.png') !important;
}

.w-bg-main-screen.has-full-bg{
	background-image: unset !important;
}

.w-box-game .w-bg-main-screen {
    background-image: unset !important;
}

.w-btn-main,
.title-section {
    margin: 8px auto;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}

.w-btn-main .btn-text,
.title-section .btn-text {
    font-size: 16px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
}


.w-text-editor,
.w-text-editor p,
.w-text-editor li {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.w-test-mode .left-image,
.w-test-mode .right-image,
.w-test-mode .w-main-wrapper {
    height: calc(100% - 36px);
    position: relative;
    top: 36px;
}

.w-test-mode #w-section-game canvas {
    top: 36px;
    height: calc(100% - 36px)
}

#w-section-game canvas.remove-fixed {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    z-index: 11;
}


/* popup-v2 */

.w-modal.v2 .modal__container {
    margin-top: 8%;
}

.w-modal.v2 .logo-popup {
    display: none;
}

.w-modal.v2 .modal__container {
    background-color: transparent;
}

.w-modal.v2 .modal__header {
    display: block;
    padding: 0;
    border-bottom: unset;
    background-image: url(https://working.woay.vn/assets/shake-v2/title-bg.png);
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-position: center;
    height: 95px;
}

.w-modal.v2 .modal__content {
    padding: 0;
    max-height: unset;
    overflow-y: auto;
}

.w-modal.v2 .modal__content p[w-role="description"] {
    margin-bottom: 0;
}

.w-modal.v2 .modal__content div[w-role="custom_html"] {
    background-image: url(https://working.woay.vn/assets/shake-v2/effect-reward-2.png);
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: contain;
}

.w-modal.v2 .modal__overlay {
    background: rgb(0 0 0 / 77%);
}

.w-modal.v2 .box-btn-2 .btn-popup {
    margin: 0px 10px;
}

.w-modal.v2 .box-btn-2 {
    margin: 0;
}

.w-modal.v2 .reward-img {
    padding: 0;
    background-image: url(https://working.woay.vn/assets/shake-v2/content-bg.png);
    background-size: 68% auto;
    background-repeat: no-repeat;
    background-position: center;
    height: 250px;
    display: flex;
    align-items: end;
    justify-content: center;
}

.w-modal.v2 .modal__header .title-popup {
    color: #fff;
    padding: 15px 0;
}

.w-modal.v2 .modal__content .title-popup {
    font-size: 50px;

    /* color: #8B0304; */
    position: relative;
    text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
}

.w-modal.v2 .modal__content .title-popup::after {
    content: attr(data-content);
    background: #EF4123;
    background: linear-gradient(to bottom, #EF4123 0%, #8B0304 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-shadow: initial;
}


.w-modal.v2 .modal__close {
    color: #fff;
}

.w-modal.v2 .btn-popup {
    padding: 0;
    background-color: transparent !important;
}

.w-modal.v2 .btn-popup img {
    width: 100%;
}

.reward-des {
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 0 30px;
}

/* css riêng shake-v2 */
.w-box-game.shake_2nd .box-action .box-btn .btn-play {
    display: none;
}

.w-box-game.shake_2nd .box-action .box-btn .btn-check-reward {
    padding: 0;
    background-color: transparent !important;
}

.w-box-game.shake_2nd .box-action {
    display: block !important;
}

.w-box-game.shake_2nd .w-info-more-vongquay {
    display: flex;
    flex-direction: column;
}

.w-box-game.shake_2nd .w-info-more-vongquay .box-action {
    order: 1;
}

.w-box-game.shake_2nd .w-info-more-vongquay .w-referral-text {
    order: 2;
}

.w-info-more-vongquay .box-action .box-btn {
    width: 60% !important;
}

@media (max-width: 480px) {
    .w-logo-img {
        margin: 20px auto;
    }
    .w-the-cao{
        width: 100% !important;
    }
    .w-modal.v2 .modal__container {
        margin-top: 10%;
    }

    #modal-woay-otp .w-error-log {
        font-size: 12px;
    }

    .w-modal.v2 .reward-img img {
        max-width: 42%;
    }

    .w-modal.v2 .modal__header {
        background-size: 90% auto;
    }

    .w-modal.v2 .box-btn-2 .btn-popup {
        margin: 0px 5px;
    }

    .w-modal.v2 .reward-img {
        height: 200px;
        background-size: 80% auto;
    }

    .w-modal.v2 .modal__content .title-popup {
        font-size: 40px;
    }

    .reward-des {
        padding: 0;
        font-size: 16px;
    }

    .w-modal.v2 .btn-popup {
        width: 45%;
    }

    .w-modal.v2 .modal__header .title-popup {
        font-size: 13px;
        padding-top: 25px;
    }

    .w-box-game.shake_2nd .box-action .box-btn .btn-check-reward img {
        width: 100%;
    }

    .w-box-game.shake_2nd .w-info-more-vongquay {
        width: 68%;
    }
}
.bg-main {
height:100vh;
  background-attachment: scroll !important;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}