.wp-content {
    background-color: #eff7fa;
    width: 100%;
    height: auto;
    /*background-image: url('./../images/water-texture-background-pastel-blue-design.jpg');*/
    background-image: url('https://sands999.win/images/water-texture-background-pastel-blue-design.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.layer_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.8;
    z-index: 2;
}

main {
    display: flex;
    justify-content: center;
    padding: 15px 0px 30px 0px;
    position: relative;
    z-index: 9;
}

.main-content {

    border-radius: 40px;
    padding: 15px 32px 15px;
}

.main-content .title_tt {
    color: #000000;
    font-family: Roboto-bold;
    font-size: 43.277px;
    font-weight: 900;
    line-height: normal;
    width: 100%;
    border-radius: 16.928px;
    border-bottom: 6px solid #d7a500;
    border-top: 2px solid #d7a500;
    background: linear-gradient(360deg, #DEDEDE 0%, #E3E3E3 24.31%, #FEFEFE 63.89%, #F3F3F3 100%);
    box-shadow: 5px 5px 6.5107197761535645px 5px rgba(255, 255, 255, 0.69) inset, 0px 4px 4px 0px rgba(0, 0, 0, 0.40);
    text-align: center;
    margin-top: 5px;
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center;
    padding: 10px 0px;
    margin: 20px 0px 35px;
}

.main-content .title02 {
    margin-top: 65px;
}

/* Text run */
.link-icon {
    display: flex;
    align-items: center;
    width: 68%;
}
.ng-scope {
    width: 170px;
    font-size: 14px;
    padding: 2px 5px;
    color: #fff;
    flex-shrink: 0;
}

.ng-scope::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    background: url(../image/vollum-icon.png) no-repeat center;
    color: #fff;
}

marquee {
    font-size: 12px;
    color: #fff !important;
}

marquee div {
    color: #fff;
}
/* End Text run */

/* Slider */

.banner_slider {
    width: 100%;
    height: auto;
}

.banner-sm {
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    /*height: 450px !important;*/
}

.slick-slider {
    margin-bottom: 0px;
}

/* End slider */

/* Redirect link */
.redirect-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 3%;
    row-gap: 27px;
}
.redirect-item {
    border-radius: 52.312px;
    border: 2px solid #ffa700;
    background: #FFF;
    width: 31.3%;
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: space-between;
}

.redirect-item:hover > .btn-access {
    background: #F8E64F;
}

.redirect-item .number {
    width: 46px;
    height: 46px;
    background: #ff8f00;
    stroke-width: 2px;
    stroke: #ff8f00;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    border: 2px solid #ff8f00;
}

.redirect-item .number span {
    color: #FFF;
    font-family: SF Pro Display;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.redirect-item .text {
    color: #000;
    font-family: SF Pro Display;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.redirect-item .btn-access {
    border-radius: 523.122px;
    border: 2px solid #d7a500;
    background: var(--Linear, linear-gradient(226deg, #FFF 10.23%, #E6E6E6 72.2%));
    box-shadow: 0px 3.99912px 3.99912px 0px rgba(0, 0, 0, 0.25);
    color: #002704;
    font-family: SF Pro Display;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 10.974px 40.735px 11.969px 39.757px;
    display: block;
}

/* Redirect Page */
.redirect-page {
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 0px;
}

.redirect-page .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
    row-gap: 28px;
}

.bg-show--pc {
    width: 23%;
    border-radius: 20px;
    background: var(--Linear, linear-gradient(226deg, #FFF 10.23%, #E6E6E6 72.2%));
    border: 1px solid #000;
    box-shadow: 0px 4px 4px 0px #FFF inset, 0px -6px 10px 0px #a7a7a9 inset, 0px 10px 4px 0px rgba(255, 255, 255, 0.90) inset;
    filter: drop-shadow(0px 1px 0px #a7a7a9);
    display: flex;
    align-items: center;
    padding: 14px 24px;
    gap: 10px;
}

.bg-show--pc:hover {
    opacity: 0.8;
}

.bg-show--pc .thumbnail {
    width: 47px;
    height: 47px;
    flex-shrink: 0;
}

.bg-show--pc h2 {
    width: 100%;
    text-align: center;
    color: #000000;
    font-family: Roboto-bold;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;

}
/* End Redirect Page */

/* Download app */

.download-app {
    padding-left: 27px;
    padding-right: 27px;
    position: relative;
    padding-top: 40px;
    position: relative;
}

.download-app .title {
    text-align: left;
    color: #0053e0;
    font-family: SF Pro Display;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.download-app .title span {
    border-radius: 50%;
    background: #0053e0;;
    width: 22.937px;
    height: 22.937px;
    flex-shrink: 0;
    display: block;
    margin-right: 20px;
}

.download-app .text {
    color: #FFF;
    font-family: SF Pro Display;
    font-size: 22.937px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.scan-qrcode {
    display: flex;
    justify-content: space-between;
    gap: 33px;
    padding-top: 0px;
    padding-bottom: 15px;
    width: 100% !important;
}

.bg-image-mb {
    width: 50%;
    height: auto;
}

.bg-image-mb img {
    width: 100%;
    height: auto;
}

.wp_qr-code-app {
    width: 50%;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.wp_qr-code-app .text-desk {
    color: #fff;
    padding: 20px;
    font-size: 20px;
    font-family: Roboto;
    font-weight: 400;
}

.qr-code-app {
    width: 100%;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

.scan-qrcode .thumbnail {
    max-width: 184.17px;
    width: 100%;
    height:auto;
    margin: auto;
    margin-bottom: 10px;
}

.scan-qrcode .thumbnail img {
    width: 100%;
    height: auto;
}

.qr-download {
    max-width: 260px;
    width: 100%;
}

.link-download {
    padding: 12px 15px 12px 15px;
    height: auto;
    display: flex;
    align-items: center;
    border-radius: 14px;
    background: #c78200;
    gap: 12px;
    justify-content: space-evenly;
}

.link-download:hover {
    opacity: 0.8;
    cursor: pointer;
}

.link-download .icon-download {
    max-width: 60px;
    max-height: 60px;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
}

.link-download .text-small {
    color: #fff;
    text-align: center;
    font-family: SF Pro Display;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}

.link-download .text-biger {
    color: #fff;
    text-align: center;
    font-family: SF Pro Display;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.text-biger__ios {
    text-align: center;
}

.download-content .title.dp-pc {
    display: flex;
}

.download-content .title.dp-sm {
    display: none;
}


@media screen and (max-width: 1270px) {
    .pd-rp {
        padding-left: 10px;
        padding-right: 10px;
    }

    .redirect-list {
        gap: 2.6%;
        row-gap: 27px;
    }

    .banner-sm {
        height: 30vw !important;;
    }
}

@media screen and (max-width: 1200px) {
    .banner {
        height: 25vw;
    }

    .main-content .title,
    .main-content .title_tt {
        font-size: 35px;
    }

    .redirect-item .text {
        font-size: 20px;
    }

    .redirect-item .number span {
        font-size: 12px;
    }

    .redirect-item .number {
        width: 45px;
        height: 45px;
    }

    .redirect-item .btn-access {
        font-size: 18px;
        padding: 12.48px 20px 11.545px 20px;
    }

    .bg-show--pc {
        width: 22%;
    }

    .bg-show--pc h2 {
        font-size: 18px;
    }

    .download-app {
        padding-top: 2%;
    }

    .main-content .title,
    .main-content .title_tt {
        font-size: 25px;
    }

    .main-content .title02 {
        margin-top: 40px !important;
    }

    .main-content .title03 {
        margin: 0px !important;
    }
    
    .download-app .text {
        font-size: 18px;
    }

    .link-download .text-small {
        font-size: 15px;
    }

    .link-download .text-biger {
        font-size: 22px;
    }

    .scan-qrcode {
        gap: 10px;
    }

    .download-content .title {
        padding-bottom: 15px;
    }

    .qr-download {
        width: 20vw;
    }

    .link-download {
        gap: 8px;
    }

    .link-download .icon-download,
    .link-download .icon-download img  {
        width: 3.5vw;
    }
}

@media screen and (max-width: 1024px) {
    .redirect-page .item {
        column-gap: 28px;
    }

    .bg-show--pc {
        width: 23%;
    }

    .bg-show--pc h2 {
        font-size: 14px;
    }

    .redirect-page .item {
        column-gap: 15px;
    }

    .bg-show--pc .thumbnail {
        width: 40px;
        height: 40px;
    }

    .bg-image-mb img {
        width: 50vw;
    }

    .link-download .text-small {
        font-size: 12px;
    }

    .link-icon {
        width: 100%;
    }
}

@media screen and (max-width: 900px) {
    main {
        padding: 15px 0px 40px;
    }

    .main-content {
        padding: 15px;
    }

    .bg-image-mb {
        width: 50vw;
    }

    .redirect-item .btn-access {
        font-size: 15px;
        padding: 12.48px 15px 11.545px 15px;
    }

    .redirect-item {
        padding: 7px;
    }

    .redirect-item .text {
        font-size: 15px;
    }

    .bg-show--pc h2 {
        font-size: 15px;
    }
}

@media screen and (max-width: 767px) {
    .main {
        padding-top: 0px;
    }
    .redirect-item {
        border-radius: 26.162px;
        border: 0.523px solid #C2C2C2;
        background: #FFF;
        width: 48.3%;
    }

    .wp-content {
        background-size: cover;
    }

    .main-content {
        padding: 0px;
    }

    .redirect-item .btn-access {
        padding: 10.279px 21.788px 10.697px 21.976px;
    }

    .redirect-list {
        row-gap: 15px;
    }

    .main-content .title,
    .main-content .title_tt {
        font-size: 4.4vw;
        margin: 20px 0px 25px;
    }

    .banner_slider,
    .banner-sm {
        height: auto !important;
    }

    /* Text run */
    .ng-scope {
        width:90px;
        font-size: 10px;
    }

    marquee {
        font-size: 10px;
    }

    /* End Text run */

    /* Redirect Page */
    .redirect-page {
        width: 100%;
        height: auto;
    }

    .redirect-page .item {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        row-gap: 10px;
    }

    .bg-show--pc {
        border-radius: unset;
        background: unset;
        border: unset;
        box-shadow: unset;
    }

    .link-page--left {
        background-image: url('../image/bg-link-left-new.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding: 20px 60px 20px 25px;
        width: 47%;
        height: 12vw;
        margin-right: -20px;
    }

    .link-page--right {
        background-image: url('../image/bg-link-right-new.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 47%;
        height: 12vw;
        margin-left: 0px;
        text-align: center;
        padding: 10px 54px;
        font-size: 4;
    }

    .bg-show--pc h2 {
        font-size: 3.2vw;
        font-style: italic;
    }

    .bg-show--pc .thumbnail {
        width: 8vw;
        height: auto;
    }

    /* End Redirect Page */
    .download-app {
        padding-top: 23px;
    }

    .download-app .title {
        display: none;
    }

    .download-content .title.dp-pc {
        display: none;
    }
    
    .download-content .title.dp-sm {
        display: block;
    }

    .scan-qrcode {
        padding-top: 4%;
    }
    
    .download-app .title.dp-sm {
        display: block;
        background: #ffffff;
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-family: SF Pro Display;
        font-size: 5vw;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
        text-align: center;
        padding-top: 5px;
    }

    .download-app .text {
        color: #ffffff !important;
        text-align: center;
    }

    .download-content {
        width: 100%;
    }

    .scan-qrcode {
        width: 50%;
        align-items: center;
    }

    .qr-download {
        width: 140px;
    }

    .qr-code-app {
        flex-direction: column;
        align-items: normal;
        padding: 20px 20px 20px 0px;
    }

    .bg-image-mb {
        display: flex;
        justify-content: flex-end;
    }

    .bg-image-mb img {
        width: 40vw;
    }

    .download-app .text {
        color: #016730;
        text-align: center;
        font-family: SF Pro Display;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .link-download .icon-download, .link-download .icon-download img {
        width: 10vw;
        height: auto;
    }

    .link-download {
        justify-content: unset;
        background: #0053e0;
        border-radius: 8px;
        gap: 30px;
        width: 40vw;
        padding: 10px 13px 10px 13px;
    }

    .link-download .text-small {
        color: #fff;
        text-align: center;
        font-family: SF Pro Display;
        font-size: 2.5vw;
    }
}

@media screen and (max-width: 600px) {
    .download-app::before {
        right: 0px;
        width: 60%;
        height: 72%;
        top: 79px;
    }

    .link-download {
        gap: 13px;
    }

    .link-page--left {
        padding: 10px 54px 10px 15px;
    }

    .link-page--right {
        padding: 8px 30px;
    }
}

@media screen and (max-width: 500px) {
    
    .redirect-item .btn-access {
        font-size: 12px;
    }

    .redirect-item .text {
        font-size: 12px;
    }

    .redirect-item .number {
        width: 34px;
        height: 34px;
    }
}

@media screen and (max-width: 425px) {
    .link-page--left {
        padding: 10px 35px 10px 15px;
    }

    .redirect-item .btn-access {
        font-size: 10px;
    }

    .redirect-item .text {
        font-size: 10px;
    }

    .redirect-item .number {
        width: 34px;
        height: 34px;
    }

    .redirect-item .number span {
        font-size: 12px;
    }

    .redirect-item .btn-access {
        padding: 8px 15px 8px 15px;
    }

    .redirect-item .number {
        width: 30px;
        height: 30px;
    }
}

@media screen and (max-width: 374px) {
    .redirect-item .btn-access {
        padding: 8px 5px 8px 5px;
    }

    .link-page--right {
        padding: 8px 25px;
    }
}

