@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/*==================== BASE ====================*/
:focus {
    outline: none;
}
.form-control:focus {
    box-shadow: none;
}
ol,
ul,
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4 {
    color: hsl(255, 8%, 15%);
    font-weight: 600;
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
button {
    outline: none;
    border: none;
}
dl,
ol,
ul {
    margin-bottom: 0;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
    font-family: 'Roboto', serif;
    background: #000000;
}
ul {
    list-style: none;
}
a {
    cursor: pointer;
}
/*==================== LOADING PAGE ====================*/
.loading-page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.loading-page video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.wrapper-main {
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    position: relative;
    width: auto;
    height: 4096px;
    background-color: #000000;
    background: url(../images/bg-3.jpg) top center no-repeat;
    padding: 0;
    /* animation: fadeIn 0.6s ease-in; */
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.logo-mobile {
    display: none;
    width: 244px;
    height: 245px;
    background: url(../images/logo.png) no-repeat;
    background-size: 100%;
}
#toTop {
    position: fixed;
    bottom: 85px;
    right: 20px;
    cursor: pointer;
    display: none;
    z-index: 10;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #d66f2a;
}
/* Thêm mũi tên vào đây */
#toTop::after {
    content: "";
    position: absolute;
    top: 55%;
    /* Đẩy xuống một chút để mũi tên cân đối trong vòng tròn */
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    /* Xoay góc để tạo mũi tên chỉ lên */
    width: 12px;
    height: 12px;
    border-top: 3px solid #ffffff;
    /* Độ dày và màu sắc cạnh mũi tên */
    border-right: 3px solid #ffffff;
}
/*==================== RIGHT MENU ====================*/
#right-menu {
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 211px;
    height: 543px;
    background: url(../images/bg-right-menu.png) no-repeat 0 0 / 100%;
    z-index: 9999;
    padding: 0;
    transition: transform 0.35s ease;
    will-change: transform;
}
#right-menu.hide {
    transform: translate(180px, -50%);
}
#right-menu .wrap-content {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -44px;
}
#right-menu .wrap-content .download {
    width: 233px;
    height: 215px;
    background: url(../images/btn-right-menu-1.png) no-repeat top center;
}
#right-menu .wrap-content .download:hover {
    filter: brightness(1.1);
    cursor: pointer;
}
#right-menu .wrap-content .action {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    gap: 5px;
}
#right-menu .wrap-content .action li {
    width: 233px;
    height: 47px;
    background: url(../images/btn-right-menu-1.png) no-repeat;
}
#right-menu .wrap-content .action li:nth-child(1) {
    background-position: 0 -214px;
}
#right-menu .wrap-content .action li:nth-child(2) {
    background-position: 0 -267px;
}
#right-menu .wrap-content .action li:nth-child(3) {
    background-position: 0 -318px;
}
#right-menu .wrap-content .action li:nth-child(4) {
    background-position: 0 -370px;
}
#right-menu .wrap-content .action li:hover,
#right-menu .wrap-content .action li:hover::before {
    filter: brightness(1.1);
}
#right-menu .wrap-content .action-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;
    gap: 5px;
    justify-content: center;
}
#right-menu .wrap-content .action-social li {
    width: 51px;
    height: 47px;
    max-width: 171px;
    justify-content: center;
}
#right-menu .wrap-content .action-social li:nth-child(1) {
    background: url(../images/social/1.png)
}
#right-menu .wrap-content .action-social li:nth-child(2) {
    background: url(../images/social/2.png)
}
#right-menu .wrap-content .action-social li:nth-child(3) {
    background: url(../images/social/3.png)
}
#right-menu .wrap-content .action-social li:nth-child(4) {
    background: url(../images/social/4.png)
}
#right-menu .wrap-content .action-social li:nth-child(5) {
    background: url(../images/social/5.png)
}
#right-menu .wrap-content .action-social li:hover,
#right-menu .wrap-content .action-social li:hover::before {
    filter: brightness(1.1);
}
/*==================== SECTION-01 ====================*/
.logo {
    display: block;
    width: 220px;
    height: 186px;
    background: url(../images/logo.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 73px;
}
.bottom-content {
    z-index: 2;
    position: unset;
    top: -38px;
    left: 541px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.text-primary {
    display: flex;
    position: relative;
    margin-bottom: -21px;
}
.btn-playvideo {
    width: 80px;
    height: 81px;
    background: url(../images/btn-playvideo.png) no-repeat;
    background-size: 100%;
    top: 147px;
    position: absolute;
    left: 479px;
}
.text-01 {
    width: 775px;
    height: 274px;
    background: url(../images/text-primary.png) no-repeat;
    background-size: 100%;
    background: unset;
}
.text-02 {
    width: 547px;
    height: 231px;
    background: url(../images/datetime-open-2.png) no-repeat;
    background-size: 100%;
    margin-bottom: -107px;
    font-size: 25px;
    text-transform: uppercase;
    padding: 55px 0 0 228px;
    font-weight: 800;
    color: #4f5788;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.text-02 span {
    color: #ff4800;
    font-size: 35px;
}
.cta-btn {
    position: relative;
    background: url(../images/btn-cta.png) no-repeat;
    background-size: 100%;
    background-position: 0 -26px;
    width: 465px;
    height: 291px;
    text-indent: -9999px;
    margin-bottom: -127px;
    cursor: pointer;
}
.cta-btn:hover {
    background: url(../images/btn-cta-hover.png) no-repeat;
    background-size: 100%;
    background-position: 0 -26px;
}
#section-01 {
    /* background: url(../images/bg-2.jpg) top center no-repeat; */
    height: 835px;
}
.char-pc {
    width: 1081px;
    height: 1288px;
    background: url(../images/char-pc.png) no-repeat;
    position: absolute;
    z-index: 1;
    top: 8px;
    left: 790px;
    background-size: 100%;
}
.process-register-group {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.process-register-group .list-process-box {
    gap: 44px;
    z-index: 3;
}
.process-register-group .list-process-box li {
    text-indent: -9999px;
}
/* box disabled */
.process-register-group .list-process-box li:nth-child(1) {
    background: url(../images/sec1-box.png) no-repeat top left;
    width: 120px;
    height: 125px;
}
.process-register-group .list-process-box li:nth-child(2) {
    background: url(../images/sec1-box.png) no-repeat top left;
    width: 134px;
    height: 125px;
    background-position: -158px 0;
}
.process-register-group .list-process-box li:nth-child(3) {
    background: url(../images/sec1-box.png) no-repeat top left;
    width: 122px;
    height: 125px;
    background-position: -339px 0;
}
.process-register-group .list-process-box li:nth-child(4) {
    background: url(../images/sec1-box.png) no-repeat top left;
    width: 132px;
    height: 125px;
    background-position: -499px 0;
}
.process-register-group .list-process-box li:nth-child(5) {
    background: url(../images/sec1-box.png) no-repeat top left;
    width: 156px;
    height: 125px;
    background-position: -672px 6px;
}
/* box enabled */
.process-register-group .list-process-box li:nth-child(1).active {
    background: url(../images/sec1-box.png) no-repeat center left;
    width: 120px;
    height: 125px;
}
.process-register-group .list-process-box li:nth-child(2).active {
    background: url(../images/sec1-box.png) no-repeat center left;
    width: 134px;
    height: 125px;
    background-position: -158px center;
}
.process-register-group .list-process-box li:nth-child(3).active {
    background: url(../images/sec1-box.png) no-repeat center left;
    width: 122px;
    height: 125px;
    background-position: -339px center;
}
.process-register-group .list-process-box li:nth-child(4).active {
    background: url(../images/sec1-box.png) no-repeat center left;
    width: 132px;
    height: 125px;
    background-position: -499px center;
}
.process-register-group .list-process-box li:nth-child(5).active {
    background: url(../images/sec1-box.png) no-repeat center left;
    width: 156px;
    height: 125px;
    background-position: -672px center;
}

.box-image-gift-1{
    background: url(../images/box/1.png) no-repeat;
    width: 390px;
    height: 429px;
    background-size: 100%;
}
.box-image-gift-2{
    background: url(../images/box/2.png) no-repeat;
    width: 390px;
    height: 429px;
    background-size: 100%;
}
.box-image-gift-3{
    background: url(../images/box/3.png) no-repeat;
    width: 390px;
    height: 429px;
    background-size: 100%;
}
.box-image-gift-4{
    background: url(../images/box/4.png) no-repeat;
    width: 390px;
    height: 429px;
    background-size: 100%;
}
.box-image-gift-5{
    background: url(../images/box/5.png) no-repeat;
    width: 390px;
    height: 429px;
    background-size: 100%;
}
.popup-box-gift .box-input-code {
    padding-top: 300px;
    justify-content: center;
}
.popup-box-gift .box-input-code input {
    height: 79px;
    margin-right: 3px;
    border: 1px solid #c47a59;
    color: darkred;
    font-weight: 800;
    text-align: center;
    font-size: 20px;
}
.popup-box-gift .box-input-code a {
    background: url(../images/box/btn-copy-code.png) no-repeat;
    background-size: 100%;
    width: 86px;
    height: 79px;
    text-indent: -9999px;
}


.process-counter {
    width: 1048px;
    height: 279px;
    background: url(../images/counter-2.png) no-repeat;
    background-size: 100%;
    margin-left: 11px;
    position: absolute;
    top: -2px;
    left: -130px;
    z-index: 2;
    text-indent: -9999px;
}
.list-icon-lock {
    gap: 93px;
    top: 26px;
    left: -14px;
    z-index: 2;
}
.list-icon-lock li {
    width: 79px;
    height: 98px;
    background: url(../images/lock-dot.png) no-repeat;
}
.list-icon-lock li.active {
    background: unset;
}
.process-bar {
    width: 1512px;
    height: 380px;
    background: url(../images/process-bar.png) no-repeat;
    background-size: 100%;
    margin-left: 0;
    position: absolute;
    background-position: 61px 21px;
    z-index: 1;
}
.btn-his-code {
    background: url(../images/btn-his-code.png) no-repeat;
    background-size: 100%;
    width: 225px;
    height: 50px;
    text-indent: -9999px;
    display: block;
    z-index: 2;
    margin-top: 30px;
    margin-left: -28px;
}
.btn-his-code:hover {
    filter: brightness(1.1);
}
#mouse-icon {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    animation: bounce 1.5s infinite;
    cursor: pointer;
    z-index: 1000;
}
.mouse {
    width: 20px;
    height: 35px;
    border: 2px solid #ffffff;
    border-radius: 15px;
    position: relative;
}
.mouse::after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    animation: scroll-indicator 0.8s infinite;
}
/* Hiệu ứng nhấp nháy */
@keyframes scroll-indicator {
    0%,
    100% {
        opacity: 1;
        transform: translateY(0);
    }
    50% {
        opacity: 0;
        transform: translateY(10px);
    }
}
/* Hiệu ứng nhấp nháy con chuột */
@keyframes bounce {
    0%,
    100% {
        transform: translate(-50%, 0);
    }
    50% {
        transform: translate(-50%, 10px);
    }
}
/*==================== SECTION-02 ====================*/
#section-02 {
    position: relative;
    height: 900px;
    padding-top: 289px;
    margin-bottom: 83px;
}
#section-02 .title {
    width: 1160px;
    height: 380px;
    background: url(../images/sec2-title.png) no-repeat;
    background-size: 100%;
    display: none;
}
.wrapper-section-02 {
    /* width: 100%; */
    /* background: url(../images/bg-2.jpg) -9px -980px no-repeat; */
    /* align-items: center; */
    /* padding-top: 0; */
    /* gap: 15px; */
    /* width: 1047px; */
    /* height: 635px; */
    position: relative;
    /* padding-left: 211px; */
}
.btn-history-spin {
    background: url(../images/btn-history-spin.png) no-repeat;
    background-size: 100%;
    width: 335px;
    height: 135px;
    text-indent: -9999px;
    display: block;
    z-index: 2;
    /* margin-top: 30px; */
    /* margin-left: -28px; */
    position: relative;
    bottom: -171px;
    left: 412px;
}
.btn-history-spin:hover {
    filter: brightness(1.1);
}
.left-mission {
    background: url(../images/bg-list-mission.png) no-repeat;
    background-size: 100%;
    width: 385px;
    height: 560px;
    gap: 26px;
    /* margin-top: -28px; */
    padding-left: 216px;
    padding-top: 123px;
    /* margin-left: -275px; */
    position: absolute;
    z-index: 2;
    left: 39px;
    top: 36px;
}
.left-mission .list-mission {
    flex-direction: column;
    gap: 26px;
    margin-top: -28px;
}
.left-mission .spin-counter-wrapper {
    position: absolute;
    bottom: 10px;
    color: #903c26;
    font-weight: bold;
    font-size: 16px;
    z-index: 10;
    width: 255px;
    height: 41px;
    display: flex;
    align-items: center;
    background: url(../images/spin-counter.png) no-repeat;
    left: 62px;
    padding-left: 15px;
}
.left-mission .remaining-spins {
    color: #ff4800;
    font-size: 20px;
    font-weight: bold;
    margin-left: 4px;
}
.btn-mission a {
    display: block;
}
.btn-mission.disabled {
    background: url(../images/btn-get-mission.png) no-repeat;
    background-size: 100%;
    width: 111px;
    height: 34px;
}
.btn-mission.disabled:hover {
    background: url(../images/btn-get-mission.png) no-repeat;
    background-size: 100%;
    filter: grayscale(100%);
}
.btn-mission,
.btn-mission.active {
    background: url(../images/btn-get-mission.png) no-repeat bottom;
    background-size: 100%;
    width: 111px;
    height: 34px;
}
.btn-mission:hover {
    background: url(../images/btn-get-mission.png) no-repeat center;
    background-size: 100%;
    width: 111px;
    height: 34px;
}
.content-mission {
    position: relative;
    width: 789px;
    height: 635px;
    background: url(../images/bg-spin.png) no-repeat;
    background-size: 100%;
    padding-top: 340px;
    margin-left: 319px;
    padding-left: 70px;
}
.list-gift-content {
    flex-direction: column;
    z-index: 2;
}
.list-gift-content li {
    background: url(../images/gift-circle.png) no-repeat;
    background-size: 100%;
    width: 183px;
    height: 182px;
}
.list-gift-content li:nth-child(1) {
    position: absolute;
    top: -344px;
    left: 103px;
    background: url(../images/gifts/1.png) no-repeat;
}
.list-gift-content li:nth-child(2) {
    position: absolute;
    top: -183px;
    left: 20px;
    background: url(../images/gifts/2.png) no-repeat;
}
.list-gift-content li:nth-child(3) {
    position: absolute;
    top: 27px;
    left: 52px;
    background: url(../images/gifts/3.png) no-repeat;
}
.list-gift-content li:nth-child(4) {
    position: absolute;
    top: 114px;
    left: 234px;
    background: url(../images/gifts/4.png?v=1.1) no-repeat;
}
.list-gift-content li:nth-child(5) {
    position: absolute;
    top: 27px;
    left: 458px;
    background: url(../images/gifts/5.png?v=1.1) no-repeat;
}
.list-gift-content li:nth-child(6) {
    position: absolute;
    top: -156px;
    left: 543px;
    background: url(../images/gifts/6.png?v=1.1) no-repeat;
}
.list-gift-content li:nth-child(7) {
    position: absolute;
    top: -325px;
    left: 473px;
    background: url(../images/gifts/7.png?v=1.1) no-repeat;
}
.list-gift-content li.active {
    filter: brightness(1.1);
}
.btn-spin {
    background: url(../images/btn-spin.png) no-repeat;
    background-size: 100%;
    width: 275px;
    height: 327px;
    top: 135px;
    left: 306px;
}
.btn-spin:hover {
    filter: brightness(1.1);
}
.btn-spin.disabled {
    filter: grayscale(100%);
}
.text-03 {
    width: 750px;
    height: 94px;
    background: url(../images/text-03.png) no-repeat;
    background-size: 100%;
}
.process-bar {
    /* width: 1000px; */
    /* height: 54px; */
    /* background: url(../images/process-bar.png) no-repeat; */
    /* background-size: 100%; */
}
#progress-bar {
    width: 0%;
    background-color: #d52800;
    height: 49px;
    border-radius: 10px / 19%;
    margin-top: 2px;
    margin-left: 2px;
}
.user-counter {
    width: 432px;
    height: 24px;
    background: url(../images/bg-counter.png) no-repeat;
    background-size: 100%;
    color: #ff4800;
    display: flex;
    justify-content: center;
    font-style: italic;
}
.btn-join-game {
    width: 328px;
    height: 98px;
    background: url(../images/btn-join-game.png) no-repeat;
    background-size: 100%;
    text-indent: -9999px;
}
.btn-join-game:hover {
    background: url(../images/btn-join-game-hover.png) no-repeat;
    background-size: 100%;
}
.btn-joined {
    width: 328px;
    height: 98px;
    background: url(../images/btn-joined.png) no-repeat;
    background-size: 100%;
    text-indent: -9999px;
}
.btn-joined:hover {
    background: url(../images/btn-joined.png) no-repeat;
    background-size: 100%;
}
.btn-retrieve-code {
    width: 328px;
    height: 98px;
    background: url(../images/btn-retrieve-code.png) no-repeat;
    background-size: 100%;
    text-indent: -9999px;
}
.btn-retrieve-code:hover {
    background: url(../images/btn-retrieve-code-hover.png) no-repeat;
    background-size: 100%;
}
/*==================== SECTION-03 ====================*/
#section-03 {
    position: relative;
    height: 980px;
}
.wrapper-section-03 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    /* position: absolute; */
    background: url(../images/bg-item-section-3.png) no-repeat;
    background-size: 100%;
    width: 557px;
    height: 931px;
    padding-top: 82px;
    padding-left: 0;
}
#playIframe {
    margin-left: -4px;
    width: 433px;
    height: 770px;
}
.wrapper-slide-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 70px;
}
.wrapper-slide-bottom .content-slide-bottom {
    display: flex;
    justify-content: center;
    width: 1010px;
    height: 589px;
    background: url(../images/bg-slide-bottom.png) center no-repeat;
    background-size: 100%;
}
.wrapper-slide-bottom h1 {
    width: 670px;
    height: 106px;
    background: url(../images/title-slide-bottom.png) no-repeat;
    margin-bottom: 15px;
    background-size: 100%;
}
.wrapper-slide-bottom .slide-bottom {
    flex: 0 0 877px;
    max-width: 877px;
    margin-right: 0px;
    margin-top: 53px;
}
.wrapper-slide-bottom .slide-bottom li {
    width: 877px;
    max-height: 588px;
    background: #fff;
}
.wrapper-slide-bottom .slide-bottom li a img {
    width: 100% !important;
}
.wrapper-slide-bottom .slide-bottom .owl-carousel .nav-btn {
    width: 80px;
    height: 81px;
    position: absolute;
    cursor: pointer;
}
.wrapper-slide-bottom .slide-bottom .owl-carousel .nav-btn.prev-slide {
    width: 81px;
    top: 250px;
    left: -167px;
    background: url(../images/prev-slide.png) top no-repeat;
}
.wrapper-slide-bottom .slide-bottom .owl-carousel .nav-btn.prev-slide:hover {
    background: url(../images/prev-slide.png) bottom no-repeat;
}
.wrapper-slide-bottom .slide-bottom .owl-carousel .nav-btn.next-slide {
    top: 250px !important;
    right: -166px;
    background: url(../images/next-slide.png) top no-repeat;
}
.wrapper-slide-bottom .slide-bottom .owl-carousel .nav-btn.next-slide:hover {
    background: url(../images/next-slide.png) bottom no-repeat;
}
.wrapper-support {
    margin-bottom: 105px;
}
.wrapper-support {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.wrapper-support li a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    background-size: 100%;
}
.wrapper-support li:nth-child(1) {
    width: 296px;
    height: 267px;
}
.wrapper-support li:nth-child(2) {
    width: 296px;
    height: 267px;
}
.wrapper-support li:nth-child(3) {
    width: 296px;
    height: 267px;
}
.wrapper-support li:nth-child(4) {
    width: 296px;
    height: 267px;
}
.wrapper-support li:nth-child(1) a {
    background: url(../images/fb.png) bottom no-repeat;
}
.wrapper-support li:nth-child(1) a:hover {
    background: url(../images/fb-hover.png) bottom no-repeat;
}
.wrapper-support li:nth-child(2) a {
    background: url(../images/group.png) bottom no-repeat;
}
.wrapper-support li:nth-child(2) a:hover {
    background: url(../images/group-hover.png) bottom no-repeat;
}
.wrapper-support li:nth-child(3) a {
    background: url(../images/tiktok.png) bottom no-repeat;
}
.wrapper-support li:nth-child(3) a:hover {
    background: url(../images/tiktok-hover.png) bottom no-repeat;
}
.wrapper-support li:nth-child(4) a {
    background: url(../images/youtube.png) bottom no-repeat;
}
.wrapper-support li:nth-child(4) a:hover {
    background: url(../images/youtube-hover.png) bottom no-repeat;
}
/*==================== SECTION-05 ====================*/
#section-05 {
    background-size: 100%;
    height: 0;
    flex-direction: column;
    align-items: center;
    position: relative;
    justify-content: center;
}
#section-05 .gift-group {
    background: url(../images/sec5-gift-3.png) center center no-repeat;
    width: 0;
    height: 695px;
    background-position: -61px -4px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
#section-05 .gift-group .gift-hover-img {
    background: url(../images/gift-hover.png) no-repeat;
    background-position: 122px 443px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    transition: height 0.5s ease, opacity 0.3s ease;
}

/* Hiệu ứng khi hover chuột vào .gift-group */
#section-05 .gift-group:hover .gift-hover-img {
    height: 100%;       /* Trượt dài xuống phủ kín toàn bộ */
    opacity: 1;         /* Hiện rõ lên */
}
#section-05 .btn-rules {
    background: url(../images/btn-thele.png) no-repeat top;
    background-size: 100%;
    width: 0;
    height: 110px;
    position: relative;
    bottom: 105px;
    left: 5px;
}
#section-05 .btn-rules:hover {
    filter: brightness(1.1);
}
#section-05 .title {
    width: 787px;
    height: 230px;
    background: url(../images/sec4-title.png) no-repeat;
    background-size: 100%;
    display: none;
}
/*==================== SECTION-06 ====================*/
#section-06 {
    width: 100%;
    height: 980px;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    padding-left: 104px;
    padding-top: -139px;
    margin-top: -87px;
    position: relative;
}
#section-06 .title {
    width: 717px;
    height: 151px;
    background: url(../images/sec5-title.png) no-repeat;
    background-size: 100%;
    display: none;
}
.slide-wrapper {
    position: relative;
}
#section-06 .page-4-carousel {
    width: 818px;
    justify-content: center;
    align-items: center;
}
#section-06 .page-4-carousel .card-item {
    width: 916px;
    height: 557px;
    left: 105%;
    top: -49px;
    transform-origin: center center;
    transition:
        transform 0.45s cubic-bezier(.22, .61, .36, 1),
        filter 0.35s ease,
        opacity 0.35s ease;
    */ will-change: transform;
}
.card-item-3 {
    transform: translate(-72%, -45%) scale(.7);
    z-index: 2;
}
.card-item-2 {
    transform: translate(-100%, -47%) scale(1);
    z-index: 3;
}
.card-item-1 {
    transform: translate(-130%, -45%) scale(0.7);
    z-index: 1;
}
.card-item-4 {
    transform: translate(0, -50%) scale(0.9);
    z-index: 2;
}
.card-item-5 {
    transform: translate(50%, -50%) scale(0.8);
    z-index: 1;
}
.card-item-6 {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.1);
    z-index: 1;
}
#section-06 .page-4-carousel .card-item:not(.center) {
    filter: brightness(0.45) contrast(1.05);
    cursor: pointer;
}
#section-06 .btn-nav.prev {
    left: 0;
    background: url(../images/arrow-left.png) no-repeat;
    background-size: 100%;
    width: 160px;
    height: 160px;
    z-index: 4;
    top: -102px;
    left: -183px
}
#section-06 .btn-nav.pre:hover,
#section-06 .btn-nav.next:hover {
    filter: brightness(1.1);
}
#section-06 .btn-nav.next {
    background: url(../images/arrow-right.png) no-repeat;
    background-size: 100%;
    width: 160px;
    height: 186px;
    right: 321px;
    z-index: 4;
    top: -102px;
    left: 829px;
}
#section-06 .btn-nav:hover {
    filter: brightness(1.1);
}
#section-06 .carousel-button {
    gap: 19px;
    background: url(../images/bg-slide-dot.png) no-repeat;
    width: 369px;
    height: 60px;
    top: 253px;
    left: 201px;
}
#section-06 .carousel-button li {
    width: 39px;
    height: 39px;
    background: url(../images/slide-dot.png) no-repeat;
    border: none !important;
    outline: none !important;
    position: relative;
    padding: 0;
}
#section-06 .carousel-button li:hover,
#section-06 .carousel-button li.active {
    background: url(../images/slide-dot-active.png) no-repeat;
}
#section-06 .carousel-button li:focus {
    outline: none;
}
#section-06 .carousel-button li:not(:last-child)::before {
    content: "";
    position: absolute;
    right: -7px;
    top: 50%;
    transform: translate(100%, -50%);
    width: 7px;
    height: 7px;
    background-color: #fff;
    border-radius: 50%;
}
/*==================== FOOTER ====================*/
.wrapper-footer {
    position: relative;
    display: flex;
    color: #959595;
    align-items: center;
    flex-direction: column;
    padding-top: 0;
    font-size: 20px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}
.wrapper-footer .footer-menu-social {
    gap: 20px;
    margin-bottom: 4px;
    justify-content: center;
}
.wrapper-footer .footer-menu-social li:hover {
    filter: brightness(1.1);
}
.wrapper-footer .footer-menu-social li {
    width: 170px;
    height: 170px;
    background-size: 100%;
}
.wrapper-footer .footer-menu-social li:nth-child(1) {
    background: url(../images/footer/1.png) no-repeat;
}
.wrapper-footer .footer-menu-social li:nth-child(2) {
    background: url(../images/footer/2.png) no-repeat;
}
.wrapper-footer .footer-menu-social li:nth-child(3) {
    background: url(../images/footer/3.png) no-repeat;
}
.wrapper-footer .footer-menu-social li:nth-child(4) {
    background: url(../images/footer/4.png) no-repeat;
}
.wrapper-footer .content {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-left: -170px; */
    color: #751a1a;
    flex-direction: column;
}
.footer-list-logo {
    gap: 10px;
}
.wrapper-footer .content address {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-style: normal;
    justify-content: center;
    align-items: center;
    margin-bottom: 7px;
}
.verify-text p {
    margin-bottom: 5px;
    font-size: 17px;
}
.wrapper-footer .content h4 {
    color: #751a1a;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 32px;
    margin-bottom: 0;
}
.wrapper-footer .content .logo-footer {
    margin-right: 25px;
}
.wrapper-footer .policy {
    display: flex;
    gap: 35px;
    position: relative;
    list-style: none;
    margin-bottom: 8px;
}
.wrapper-footer .policy li a {
    color: #ce5f4e;
    text-decoration: none;
}
.wrapper-footer .policy li:not(:last-child)::after {
    content: ' |';
    position: absolute;
    margin-left: 15px;
    color: #ce5f4e;
}
.wrapper-footer .company {
    display: none;
}
/*==================== EFFECT ====================*/
/* shine effect */
.process-register-group .shine-effect {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 999;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-image: url(../images/process-bar.png);
    mask-image: url(../images/process-bar.png)
}
.process-register-group .shine-effect:before {
    content: "";
    z-index: 10;
    position: absolute;
    height: 100%;
    width: 200%;
    background: linear-gradient(90deg,
            transparent 0%,
            rgba(255, 255, 255, 0.1) 45%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0.1) 55%,
            transparent 100%);
    transition: all 2s;
    animation: shine 4s infinite forwards;
}
@keyframes shine {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}
/* background change effect */
.dl-change-bg {
    animation: 0.8s linear 0.8s infinite dl-change-bg;
    -webkit-animation: 0.8s linear infinite alternate dl-change-bg;
}
@keyframes dl-change-bg {
    0%,
    100% {
        background: url(../images/btn-cta.png);
        background-position: 0 -26px;
    }
    33%,
    66% {
        background: url(../images/btn-cta-hover.png);
        background-position: 0 -26px;
    }
}
@-webkit-keyframes dl-change-bg {
    0%,
    100% {
        background-image: url(../images/btn-cta.png);
        background-position: 0 -26px;
    }
    33%,
    66% {
        background-image: url(../images/btn-cta-hover.png);
        background-position: 0 -26px;
    }
}
.effect-active-spin {
    animation: 0.4s linear 0s infinite alternate active-blink;
    -webkit-animation: 0.4s linear 0s infinite alternate active-blink;
}
@keyframes active-blink {
    0%,
    100% {
        filter: brightness(1);
    }
    50% {
        filter: brightness(1.2);
    }
}
@-webkit-keyframes active-blink {
    0%,
    100% {
        filter: brightness(1);
    }
    50% {
        filter: brightness(1.2);
    }
}

.zoomInOut {
    -webkit-animation: zoomInOut 1s linear infinite;
    animation: zoomInOut 1s linear infinite
}
@keyframes zoomInOut {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95)
    }

    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    to {
        -webkit-transform: scale(0.95);
        transform: scale(0.95)
    }
}
/*==================== end effect ====================*/

#particles-js {
    position: absolute;
    height: 100%;
    z-index: 1;
}

.display-username {
    color: #1c1a1a;
    position: absolute;
    top: 20px;
    right: 57px;
    font-size: 20px;
    z-index: 2;
}
.display-username span {
    margin-right: 10px;
    color: #ff9000;
}
.display-username a {
    color: #3affce;
    text-decoration: underline;
}
.btn-login {
    width: 236px;
    height: 60px;
    background: url(../images/btn-login.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 20px;
    right: 44px;
    display: block;
    text-indent: -99999px;
    z-index: 2;
}
.btn-login:hover {
    filter: brightness(1.1);
}
.logo18 {
    width: 175px;
    height: 68px;
    background: url(../images/logo18.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 2;
}
.logo-verify {
    background: url(../images/logo-verify.png) no-repeat;
    width: 204px;
    height: 70px;
}
.logo-verify:hover {
    filter: brightness(1.1);
}
@media screen and (max-width: 1224px) {
    html,
    body {
        overflow-x: hidden;
    }
    .wrapper-main {
        background: url(../images/bg-mobile-3.jpg) top center no-repeat;
    }
    #right-menu {
        display: none;
    }
    #section-01 {
        width: 100%;
        height: 1272px;
        background-size: 100%;
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
        max-width: 820px;
        margin: 0 auto;
        position: relative;
    }
    .btn-login {
        width: 168px;
        height: 43px;
    }
    .char-pc {
        display: none;
    }
    .logo {
        width: 180px;
        height: 152px;
        top: 211px;
        left: 290px;
    }
    .text-01 {
        width: 621px;
        height: 298px;
        background: url(../images/text-primary.png) no-repeat;
    }
    .bottom-content {
        position: relative;
        justify-content: center;
        left: 0;
        top: 235px;
        z-index: 1;
    }
    .text-primary {
        justify-content: center;
    }
    .btn-playvideo {
        left: 460px;
    }
    .text-02 {
        margin-top: -12px;
        margin-bottom: -113px;
        padding: 58px 0 0 229px;
        font-size: 25px;
    }
    .cta-btn {
        margin-bottom: -110px;
    }
    .process-register-group .list-process-box {
        position: relative;
        margin-bottom: 96px;
        width: 100%;
    }
    /* box disabled */
    .process-register-group .list-process-box li {
        position: absolute;
    }
    .process-register-group .list-process-box li:nth-child(1) {
        background: url(../images/gift-box.png) no-repeat;
        width: 80px;
        height: 98px;
        background-size: 100%;
        left: -53px;
        background-position: 0px 32px;
    }
    .process-register-group .list-process-box li:nth-child(2) {
        background: url(../images/gift-box.png) no-repeat;
        width: 90px;
        height: 98px;
        background-size: 100%;
        left: 66px;
        background-position: 0 24px;
    }
    .process-register-group .list-process-box li:nth-child(3) {
        background: url(../images/gift-box.png) no-repeat;
        width: 100px;
        height: 98px;
        background-size: 100%;
        left: 189px;
        background-position: 0 16px;
    }
    .process-register-group .list-process-box li:nth-child(4) {
        background: url(../images/gift-box.png) no-repeat;
        width: 110px;
        height: 98px;
        background-size: 100%;
        left: 309px;
        background-position: 0 8px;
    }
    .process-register-group .list-process-box li:nth-child(5) {
        background: url(../images/gift-box.png) no-repeat;
        width: 120px;
        height: 98px;
        background-size: 100%;
        left: 439px;
    }
    /* box enabled */
    .process-register-group .list-process-box li:nth-child(1).active {
        background: url(../images/gift-box-active.png) no-repeat bottom;
        width: 80px;
        height: 98px;
        background-size: 100%;
        position: absolute;
        left: -48px;
    }
    .process-register-group .list-process-box li:nth-child(2).active {
        background: url(../images/gift-box-active.png) no-repeat bottom;
        width: 90px;
        height: 98px;
        background-size: 100%;
        left: 72px;
    }
    .process-register-group .list-process-box li:nth-child(3).active {
        background: url(../images/gift-box-active.png) no-repeat bottom;
        width: 100px;
        height: 98px;
        background-size: 100%;
        left: 191px;
    }
    .process-register-group .list-process-box li:nth-child(4).active {
        background: url(../images/gift-box-active.png) no-repeat bottom;
        width: 110px;
        height: 98px;
        background-size: 100%;
        left: 312px;
    }
    .process-register-group .list-process-box li:nth-child(5).active {
        background: url(../images/gift-box-active.png) no-repeat bottom;
        width: 120px;
        height: 98px;
        background-size: 100%;
        left: 441px;
    }
    .process-counter {
        top: 102px;
        left: -39px;
        background: unset;
        display: flex;
        gap: 49px;
        height: auto;
    }
    .process-counter li {
        background: #fff;
        border: 1px solid #3d467c;
        border-radius: 12px;
        padding: 0 8px;
        font-weight: 500;
        text-indent: 0;
    }
    .process-counter li a {
        color: #3d467c
    }
    .process-counter li:nth-child(1) {
        position: absolute;
        left: -15px;
    }
    .process-counter li:nth-child(2) {
        margin-left: 108px;
    }
    .process-counter li:nth-child(3) {
        margin-left: 6px;
    }
    .process-counter li:nth-child(4) {
        margin-left: 9px;
    }
    .process-counter li:last-child {
        margin-left: 12px;
    }
    .list-icon-lock {
        gap: 69px;
        top: 28px;
        left: -38px;
        z-index: 2;
    }
    .list-icon-lock li {
        width: 55px;
        height: 68px;
        background-size: 100%;
    }
    .list-icon-lock li.active {
        background: unset;
    }
    .btn-his-code {
        margin-top: 60px;
    }
    .btn-playnow {
        display: none;
    }
    .download-game {
        max-width: 384px;
    }
    .display-username {
        font-size: 15px;
    }
    .logo18 {
        display: none;
    }
    .logo-mobile {
        position: relative;
        display: block;
        top: 20px;
    }
    .qr-code {
        width: 125px;
        height: 125px;
    }
    .download-game li {
        width: 187px;
        height: 60px;
    }
    .character {
        width: 100%;
        height: 876px;
        background: url(../images/character.png) center no-repeat;
        background-size: 100%;
    }
    #section-02 {
        position: relative;
        z-index: 2;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 0;
        margin-bottom: 200px;
        height: auto;
    }
    #section-02 .title {
        width: 719px;
        height: 224px;
        background-size: 100%;
        display: flex;
    }
    .wrapper-section-02 {
        position: relative;
        flex-direction: column;
        align-items: center;
    }
    .wrapper-section-02 .left-mission {
        order: 2;
        position: relative;
    }
    .wrapper-section-02 .content-mission {
        order: 1;
        margin-left: 37px;
        padding-left: 0;
        background-position: -63px 0;
    }
    .left-mission .spin-counter-wrapper {
        top: 0;
    }
    .btn-spin {
        left: 243px;
    }
    .left-mission {
        left: 0;
        top: 0;
    }
    .text-03 {
        width: 480px;
        height: 43px;
    }
    .process-bar {
        width: 1080px;
        background-position: 16px 30px;
    }
    #progress-bar {
        height: 29px;
        border-radius: 5px / 20%;
        margin-left: 1.9px;
    }
    #section-03 {
        background: url(../images/bg-mobile-3.jpg) center -3112px no-repeat;
        height: 1400px;
        padding-top: 394px;
        /* margin-bottom: 110px; */
    }
    #section-05 {
        background: url(../images/bg-mobile-3.jpg) center -4510px no-repeat;
        height: 0;
        padding-top: 0;
        margin: 0 auto;
    }
    #section-05 .btn-rules {
        left: unset;
        bottom: 45px;
    }
    #section-05 .title {
        width: 680px;
        height: 195px;
        display: flex;
        margin-top: -21px;
        margin-bottom: 234px;
        position: relative;
    }
    #section-05 .gift-group {
        background: url(../images/sec5-gift-mb.png) center center no-repeat;
        width: 0;
        height: 546px;
        background-position: center center;
    }
    #section-05 .gift-group .gift-hover-img {
        background:unset;
    }
    #section-06 .title {
        width: 680px;
        height: 600px;
        display: flex;
        margin-bottom: 113px;
        margin-top: 215px;
    }
       #section-06 {
        background: url(../images/bg-mobile-3.jpg) center -4511px no-repeat;
        height: 1214px;
        padding-left: 0;
        padding-top: 0;
        max-width: 820px;
        margin: 0 auto;
        flex-direction: column;
        justify-content: unset;
        margin-bottom: -104px;
        z-index: 2;
    }
    #section-06 .page-4-carousel .card-item {
        width: 520px
    }
    #section-06 .page-4-carousel {
        width: 520px;
    }
    #section-06 .btn-nav.next {
        width: 110px;
        height: 110px;
        right: 262px;
        top: -202px;
        left: 519px;
    }
    #section-06 .btn-nav.prev {
        left: 0;
        background: url(../images/arrow-left.png) no-repeat;
        background-size: 100%;
        width: 110px;
        height: 110px;
        top: -202px;
        left: -61px;
    }
    #section-06 .card-item-1 {
        transform: translate(-130%, -54%) scale(0.7);
    }
    #section-06 .card-item-3 {
        transform: translate(-72%, -54%) scale(.7);
    }
    #section-06 .carousel-button {
        top: 28px;
        left: 74px;
    }
    .wrapper-slide-bottom h1 {
        width: 510px;
        background-size: 100%;
        margin-bottom: -30px;
    }
    .wrapper-slide-bottom .content-slide-bottom {
        max-width: 720px;
        height: auto;
        background: url(../images/bg-slide-bottom-tablet.png) center no-repeat;
    }
    .wrapper-slide-bottom .slide-bottom {
        flex: 0 0 580px;
        max-width: 580px;
        margin-right: 0px;
        margin-top: 40px;
    }
    .wrapper-slide-bottom .slide-bottom li {
        width: 580px;
        max-height: 588px;
        background: #fff;
    }
    .wrapper-slide-bottom .slide-bottom .owl-carousel .nav-btn {
        width: 50px !important;
        height: 51px;
    }
    .wrapper-slide-bottom .slide-bottom .owl-carousel .nav-btn.next-slide {
        top: 130px !important;
        right: -100px;
        background-size: 100%;
    }
    .wrapper-slide-bottom .slide-bottom .owl-carousel .nav-btn.prev-slide {
        top: 130px;
        left: -95px;
        background-size: 100%;
    }
    .wrapper-slide-bottom .slide-bottom .owl-carousel .nav-btn.next-slide:hover,
    .wrapper-slide-bottom .slide-bottom .owl-carousel .nav-btn.prev-slide:hover {
        background-size: 100%;
    }
    .wrapper-support {
        margin-bottom: 55px;
        gap: 8px;
    }
    .wrapper-support li a {
        background-size: 100% !important;
    }
    .wrapper-support li:nth-child(1) {
        width: 150px;
        height: 150px;
    }
    .wrapper-support li:nth-child(2) {
        width: 150px;
        height: 150px;
    }
    .wrapper-support li:nth-child(3) {
        width: 150px;
        height: 150px;
    }
    .wrapper-support li:nth-child(4) {
        width: 150px;
        height: 150px;
    }
    .wrapper-footer {
        height: 354px;
        background: url(../images/bg-mobile-3.jpg) center -5522px no-repeat;
        padding-top: 104px;
        max-width: 820px;
    }
    .wrapper-footer .footer-menu-social li {
        width: 95px;
        height: 95px;
        background-size: 100% !important;
    }
    .wrapper-footer .footer-menu-social {
        z-index: 3;
        position: absolute;
        top: 7px;
        left: 190px;
    }
    footer .policy {
        margin-bottom: 10px;
    }
    footer .content {
        margin: 0 25px;
    }
    footer .content .logo-footer {
        margin-right: 10px;
    }
    footer .content .logo-footer img {
        width: 90px;
    }
    footer .content address {
        text-align: center;
    }
    .trans-y-effect {
        -webkit-animation: unset !important;
        animation: unset !important;
    }
    #toTop {
        display: none !important;
    }
    #mouse-icon {
        display: none !important;
    }
}
@media screen and (max-width: 600px) {
    #section-01 {
        height: auto;
        height: 684px;
    }
    .wrapper-main {
        background-size: 100%;
        height: 1100px;
    }
    .text-01 {
        width: 330px;
        height: 114px;
        background: url(../images/text-primary.png) no-repeat;
        background-size: 100% !important;
    }
    .text-02 {
        margin-bottom: -51px;
        padding: 34px 0 0 164px;
        font-size: 16px;
        width: 380px;
        height: 144px;
    }
    .text-primary {
        /* width: 220px; */
        /* height: 121px; */
        margin-bottom: 8px;
    }
    .cta-btn {
        background-position: 0 -26px;
        width: 365px;
        height: 155px;
        margin-bottom: -25px;
        cursor: pointer;
        background-size: 100% !important;
    }
    /* .text-02 {
        width: 224px;
        height: 22px;
        margin-bottom: 5px;
    } */
    .btn-login {
        width: 135px;
        height: 35px;
        right: 20px;
    }
    .display-username {
        top: 10px;
        left: 10px;
        font-size: 11px;
    }
    .display-username a {
        display: block;
    }
    .logo {
        width: 110px;
        height: 95px;
        top: 99px;
        left: 137px;
    }
    /**************************/
    .process-register-group .list-process-box {
        margin: auto 0;
        justify-content: center;
        align-items: center;
        gap: 14px;
    }
    .process-register-group .list-process-box li {
        position: unset;
    }
    .process-register-group .list-process-box li:nth-child(1) {
        background: url(../images/gift-box.png) no-repeat;
        width: 45px;
        height: 60px;
        background-size: 100%;
        left: 0;
        background-position: 0px bottom;
        position: absolute;
        left: -11px;
    }
    .process-register-group .list-process-box li:nth-child(2) {
        background: url(../images/gift-box.png) no-repeat;
        width: 50px;
        height: 60px;
        background-size: 100%;
        left: 83px;
        background-position: 0 bottom;
        margin-left: 48px;
    }
    .process-register-group .list-process-box li:nth-child(3) {
        background: url(../images/gift-box.png) no-repeat;
        width: 55px;
        height: 60px;
        background-size: 100%;
        left: 201px;
        background-position: 0 bottom;
        margin-left: 5px;
    }
    .process-register-group .list-process-box li:nth-child(4) {
        background: url(../images/gift-box.png) no-repeat;
        width: 65px;
        height: 60px;
        background-size: 100%;
        left: 320px;
        background-position: 0 bottom;
    }
    .process-register-group .list-process-box li:nth-child(5) {
        background: url(../images/gift-box.png) no-repeat;
        width: 75px;
        height: 60px;
        background-size: 100%;
        left: 441px;
    }
    /* box enabled */
    .process-register-group .list-process-box li:nth-child(1).active {
        background: url(../images/gift-box-active.png) no-repeat bottom;
        width: 45px;
        height: 60px;
        background-size: 100%;
        position: absolute;
        left: -12px;
    }
    .process-register-group .list-process-box li:nth-child(2).active {
        background: url(../images/gift-box-active.png) no-repeat bottom;
        width: 50px;
        height: 60px;
        background-size: 100%;
        left: 83px;
    }
    .process-register-group .list-process-box li:nth-child(3).active {
        background: url(../images/gift-box-active.png) no-repeat bottom;
        width: 55px;
        height: 60px;
        background-size: 100%;
        left: 201px;
    }
    .process-register-group .list-process-box li:nth-child(4).active {
        background: url(../images/gift-box-active.png) no-repeat bottom;
        width: 65px;
        height: 60px;
        background-size: 100%;
        left: 320px;
    }
    .process-register-group .list-process-box li:nth-child(5).active {
        background: url(../images/gift-box-active.png) no-repeat bottom;
        width: 75px;
        height: 60px;
        background-size: 100%;
        left: 441px;
    }
    .list-icon-lock {
        gap: 35px;
        top: 21px;
        left: -18px;
    }
    .process-counter li {
        font-size: 12px;
    }
    .process-counter li:nth-child(2) {
        margin-left: 46px;
    }
    .process-counter {
        left: -10px;
        gap: 11px;
        top: 64px;
    }
    #section-02 .title {
        width: 420px;
        height: 115px;
    }
    .btn-his-code {
        margin-top: 29px;
        width: 155px;
        height: 35px;
        margin-left: 0;
    }
    .list-icon-lock li {
        width: 37px;
        height: 47px;
    }
    .wrapper-section-02 .content-mission {
        margin-left: 0;
        width: 420px;
        margin: auto 0;
        background-position: -20px 0;
        height: 6px;
    }
    .list-gift-content li:nth-child(1) {
        top: -362px;
        left: 73px;
        background-size: 100%;
        width: 120px;
    }
    .list-gift-content li:nth-child(2) {
        position: absolute;
        top: -265px;
        left: 27px;
        background-size: 100%;
        width: 120px;
    }
    .list-gift-content li:nth-child(3) {
        position: absolute;
        top: -158px;
        left: 52px;
        background-size: 100%;
        width: 120px;
    }
    .list-gift-content li:nth-child(4) {
        position: absolute;
        top: -102px;
        left: 166px;
        background-size: 100%;
        width: 120px;
    }
    .list-gift-content li:nth-child(5) {
        position: absolute;
        top: -159px;
        left: 277px;
        background-size: 100%;
        width: 120px;
    }
    .list-gift-content li:nth-child(6) {
        position: absolute;
        top: -274px;
        left: 303px;
        background-size: 100%;
        width: 120px;
    }
    .list-gift-content li:nth-child(7) {
        position: absolute;
        top: -356px;
        left: 262px;
        background-size: 100%;
        width: 120px;
    }
    .btn-spin {
        left: 143px;
        width: 148px;
        height: 327px;
        top: 73px;
    }
    .left-mission .spin-counter-wrapper {
        font-size: 14px;
        width: 208px;
        height: 34px;
        left: 25px;
        padding-left: 12px;
        background-size: 100%;
    }
    .btn-history-spin {
        width: 131px;
        height: 42px;
        z-index: 3;
        position: relative;
        /* bottom: -171px; */
        left: 242px;
        top: -8px;
    }
    .wrapper-section-03 iframe {
        width: 300px;
        height: 543px;
    }
    #section-05 .gift-group {
        background: url(../images/sec5-gift-mb.png) center center no-repeat;
        width: 0;
        height: 273px;
        background-size: 100%;
    }
    #section-05 .gift-group .gift-hover-img{
        display: none;
    }
    #section-05 .btn-rules {
        width: 0;
        height: 82px;
        top: -16px;
    }
    .wrapper-section-03 {
        width: 388px;
        height: 845px;
        padding-top: 59px;
    }
    #playIframe {
        margin-left: -4px;
        width: 302px;
        height: 535px;
    }
    .top-menu {
        top: 10px;
        right: 10px;
    }
    .top-menu li {
        width: 45px;
        height: 46px;
    }
    .bottom-content {
        top: 134px;
    }
    .logo-mobile {
        top: 40px;
        width: 145px;
    }
    #section-02 {
        background: url(../images/bg-mobile-3.jpg) center center no-repeat;
        height: 1021px;
        background-position: center -1314px;
        margin: auto 0;
    }
    .text-03 {
        width: 320px;
        height: 29px;
    }
    .process-bar {
        width: 626px;
        height: 150px;
    }
    #progress-bar {
        height: 15px;
        margin-top: 1px;
    }
    .user-counter {
        width: 320px;
        font-size: 13px;
        height: 18px;
    }
    .btn-joined,
    .btn-retrieve-code,
    .btn-join-game {
        width: 220px;
        height: 66px;
    }
    #section-03 {
        background: url(../images/bg-mobile-3.jpg) center center no-repeat;
        background-position: center -3112px;
        padding-top: 356px;
        height: 1068px;
        margin-bottom: 0;
        border: unset;
    }
    #section-05 {
        background: url(../images/bg-mobile-3.jpg) center center no-repeat;
        background-position: center -4766px;
        height: 923px;
        padding-top: 81px;
        margin: 0 auto;
        justify-content: unset;
    }
    #section-05 .title {
        width: 360px;
        height: 195px;
        margin-top: -21px;
        margin-bottom: 240px;
    }
    #section-06 {
        background: url(../images/bg-mobile-3.jpg) center -4682px no-repeat;
        height: 942px;
        padding-left: 0;
        padding-top: 0;
        max-width: 820px;
        margin: 0 auto;
    }
    #section-06 .title {
        width: 360px;
        height: 74px;
        margin-bottom: 412px;
        margin-top: 87px;
    }
    #section-06 .page-4-carousel .card-item {
        width: 320px;
        height: 191px;
        left: 100%;
    }
    #section-06 .page-4-carousel {
        width: 320px;
    }
    #section-06 .btn-nav.next {
        width: 74px;
        height: 68px;
        right: 262px;
        top: -73px;
        left: 304px;
    }
    #section-06 .btn-nav.prev {
        left: 0;
        width: 74px;
        height: 68px;
        top: -73px;
        left: -53px;
    }
    #section-06 .carousel-button {
        top: 0;
    }
    #section-06 .carousel-button {
        /* bottom: 97px; */
        gap: 19px;
        background: url(../images/bg-slide-dot.png) no-repeat;
        width: 234px;
        height: 39px;
        bottom: 0;
        background-size: 100%;
        top: 71px;
        left: 39px;
    }
    #section-06 .carousel-button li {
        width: 30px;
        height: 31px;
        background-size: 100%;
    }
    #section-06 .carousel-button li:hover,
    #section-06 .carousel-button li.active {
        background-size: 100%;
    }
    .wrapper-footer .footer-menu-social {
        gap: 10px;
        position: initial;
    }
    #section-06 .card-item-1 {
        transform: translate(-130%, -47%) scale(0.7);
    }
    #section-06 .card-item-3 {
        transform: translate(-72%, -47%) scale(.7);
    }
    .wrapper-footer .footer-menu-social li {
        width: 50px;
        height: 50px;
    }
    .wrapper-slide-bottom {
        margin-bottom: 20px;
    }
    .wrapper-slide-bottom h1 {
        width: 260px;
        height: 44px;
        margin-bottom: 10px;
    }
    .wrapper-slide-bottom .content-slide-bottom {
        max-width: 360px;
        height: 203px;
        background: url(../images/bg-slide-bottom-mobile.png) center no-repeat;
    }
    .wrapper-slide-bottom .slide-bottom {
        flex: 0 0 313px;
        max-width: 313px;
        margin-right: 0px;
        margin-top: 16px;
    }
    .wrapper-slide-bottom .slide-bottom li {
        width: 313px;
        max-height: 588px;
        background: #fff;
    }
    .wrapper-slide-bottom .slide-bottom .owl-carousel .nav-btn {
        width: 30px !important;
        height: 30px !important;
    }
    .wrapper-slide-bottom .slide-bottom .owl-carousel .nav-btn.next-slide {
        top: 65px !important;
        right: -36px;
        background-size: 100%;
    }
    .wrapper-slide-bottom .slide-bottom .owl-carousel .nav-btn.prev-slide {
        top: 65px;
        left: -37px;
        background-size: 100%;
    }
    .wrapper-support {
        margin-bottom: 0;
        display: flex;
        justify-content: center;
    }
    .wrapper-support {
        gap: 8px;
        flex-wrap: wrap;
        max-width: 420px;
    }
    .wrapper-support li {
        background-size: 100% !important;
    }
    .wrapper-support li:nth-child(1) {
        width: 160px;
        height: 146px;
    }
    .wrapper-support li:nth-child(2) {
        width: 160px;
        height: 146px;
    }
    .wrapper-support li:nth-child(3) {
        width: 160px;
        height: 146px;
    }
    .wrapper-support li:nth-child(4) {
        width: 160px;
        height: 146px;
    }
    .wrapper-footer {
        height: 252px;
        background: url(../images/bg-mobile-3.jpg) center bottom no-repeat;
        padding-top: 15px;
    }
    .wrapper-footer .content address {
        text-align: left;
    }
    .wrapper-footer .content {
        margin: 0;
    }
    .wrapper-footer .content address p {
        margin-bottom: 0;
    }
    footer {
        font-size: 15px;
        height: 305px;
    }
    footer .policy {
        gap: 10px;
        font-size: 13px;
    }
    footer .policy li:not(:last-child)::after {
        margin-left: 3px;
    }
    footer .company {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
        line-height: normal;
    }
    .company-name {
        font-size: 12px !important;
    }
    .wrapper-footer .content .logo-footer {
        margin-right: 4px;
    }
    footer .company .name-mb {
        display: block;
        padding: 0;
        margin: 0;
        margin-left: 5px;
        font-size: 15px;
    }
    footer .company .company-logo img {
        width: 75px;
        height: 74px;
    }

    .logo-verify {
    width: 120px;
    height: 42px;
    background-size: 100%;
}
.verify-text p {
    font-size: 10px;
}
}
@media screen and (max-width: 390px) {
    /* #section-01 {
        height: 722px;
        margin-bottom: -85px;
    } */
}
@keyframes zoomIn {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoomOut {
    0% {
        transform: scale(1.05);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.05);
    }
}
.trans-y-effect {
    -webkit-animation: mover_1 1.5s infinite alternate;
    animation: mover_1 1.5s infinite alternate;
}
@-webkit-keyframes mover_1 {
    0% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes mover_1 {
    0% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}
.trans-y {
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.trans-y:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}
.playvideo-effect {
    animation: 0.5s linear 0.5s infinite playvideo-effect;
    -webkit-animation: 0.5s linear infinite alternate playvideo-effect;
}
@keyframes playvideo-effect {
    0%,
    100% {
        background-image: url("../images/btn-playvideo.png");
    }
    33%,
    66% {
        background-image: url("../images/btn-playvideo-hover.png");
    }
}
@-webkit-keyframes playvideo-effect {
    0%,
    100% {
        background-image: url("../images/btn-playvideo.png");
    }
    33%,
    66% {
        background-image: url("../images/btn-playvideo-hover.png");
    }
}
.modal-content {
    background: url(../images/bg-popup.png) no-repeat;
    border: inherit;
    border-radius: inherit;
    max-width: 100%;
    height: 474px;
    background-size: 100%;
    color: #ffff;
    text-align: center;
}
.modal-header {
    border: inherit;
}
.modal-header .close {
    background: url(../images/btn-close.png) no-repeat;
    background-size: 100%;
    width: 30px;
    text-indent: -9999px;
    opacity: inherit;
}
.modal-header .close {
    padding: 1rem;
    margin: -28px -25px -1rem auto;
}
.modal-body {
    line-height: 28px;
}
.modal-notify .modal-body {
    padding: 0;
}
.giftcode {
    font-size: 28px;
    color: #ffea40;
}
/*popup large*/
.popup {
    z-index: 1001;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}
.popup.popup-large {
    z-index: 1001;
}
.popup.popup-large .wrap {
    position: absolute;
    width: 800px;
    height: 436px;
    margin: 0 auto;
    top: 43%;
    transform: translateY(-50%);
}
.popup.popup-large .wrap .content {
    width: 100%;
    height: 100%;
    padding: 56px 0 0;
    background: url('../images/bg-popup-large.png') no-repeat;
    background-size: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.popup.popup-large .wrap .closex {
    position: absolute;
    width: 82px;
    height: 100px;
    top: -2px;
    right: 0;
    text-indent: -9999px;
}
/* the le */
.popup.popup-thele {
    z-index: 1001;
}
.popup.popup-thele .wrap {
    position: absolute;
    width: 800px;
    height: 436px;
    margin: 0 auto;
    top: 43%;
    transform: translateY(-50%);
}
.popup.popup-thele .wrap .content {
    width: 100%;
    height: 100%;
    padding: 56px 0 0;
    background: url('../images/bg-popup-large.png') no-repeat;
    background-size: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.popup.popup-thele .wrap .closex {
    position: absolute;
    width: 82px;
    height: 100px;
    top: -2px;
    right: 0;
    text-indent: -9999px;
}
.popup.popup-thele .popup-content {
    height: 263px;
    max-height: 263px;
}
/*popup small*/
.popup.popup-small {
    z-index: 1001;
}
.popup.popup-small .wrap {
    position: absolute;
    width: 500px;
    height: 491px;
    margin: 0 auto;
    top: 43%;
    transform: translateY(-50%);
}
.popup.popup-small .wrap .content {
    width: 100%;
    height: 100%;
    padding: 0 0 0 0;
    background: url('../images/bg-popup-small.png') no-repeat;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 184px;
}
.popup.popup-small .wrap .closex {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 8px;
    right: 0;
    text-indent: -9999px;
}
/*popup notify*/
.popup.popup-notify {
    z-index: 1001;
}
.popup.popup-notify .wrap {
    position: absolute;
    width: 500px;
    height: 491px;
    margin: 0 auto;
    top: 43%;
    transform: translateY(-50%);
}
.popup.popup-notify .wrap .content {
    width: 100%;
    height: 100%;
    padding: 0 0 0 0;
    background: url('../images/bg-popup-notify.png') no-repeat;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 75px;
}
.popup.popup-notify .wrap .closex {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 8px;
    right: 0;
    text-indent: -9999px;
}
.popup.popup-notify .popup-content {
    padding: 20px 55px;
    font-size: 20px;
    font-weight: 500;
    color: #752e21;
    text-align: center;
}
/*popup box-gift*/
.popup.popup-box-gift {
    z-index: 1001;
}
.popup.popup-box-gift .wrap {
    position: absolute;
    width: 500px;
    height: 491px;
    margin: 0 auto;
    top: 43%;
    transform: translateY(-50%);
}
.popup.popup-box-gift .wrap .content {
    width: 100%;
    height: 100%;
    padding: 0 0 0 0;
    background: url('../images/bg-popup-notify.png') no-repeat;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
}
.popup.popup-box-gift .wrap .closex {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 8px;
    right: 0;
    text-indent: -9999px;
}
.popup.popup-box-gift .popup-content {
    padding: 0 55px;
    font-size: 20px;
    font-weight: 500;
    color: #752e21;
    text-align: center;
}
/* popup-title */
.popup-title.history-spin {
    width: 250px;
    height: 64px;
    background: url('../images/popup-title-spin.png') no-repeat;
    background-size: 100%;
}
.popup-title.history-code {
    width: 250px;
    height: 64px;
    background: url('../images/popup-title-code.png') no-repeat;
    background-size: 100%;
}
.popup-title.rules {
    width: 110px;
    height: 64px;
    background: url('../images/popup-title-rules.png') no-repeat;
    background-size: 100%;
}
.popup-notify .popup-title {
    width: 206px;
    height: 53px;
    background: url(../images/popup-title-notify.png) no-repeat;
    background-size: 100%;
}

.verify-text-wrapper {
    max-width: 900px;
}