#main {
    min-width: 1600px;
    background-image: url("/asset/image/background.webp");
    background-position: center 44px;
    background-size: 300% 100%
}

#main button[styled] {
    cursor: pointer;
    background-size: 100% 110%;
    width: 160px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    gap: 10px;
    color: #fff;
    position: relative;
    gap: 0px;
    z-index: 1;
    background-size: cover
}

#main button[styled]::before {
    content: "";
    z-index: -1;
    top: 0;
    display: block;
    width: 170px;
    aspect-ratio: 324/104;
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    transition: all .2s;
    background-image: url("/asset/image/icon/Webp/Components/button2.webp");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

#main button[styled]:not([enabled],
#main button[styled]:hover) {
    background-image: url("/asset/image/icon/Webp/Components/button1.webp")
}

#main button[styled]:not([enabled],
#main button[styled]:hover)::before {
    content: unset;
    z-index: -1
}

#main button[styled]:not([enabled],
#main button[styled]:hover) {
    color: var(--Color-Text-secondary)
}

#main button[styled]:not([enabled],
#main button[styled]:hover)[data-rel=_1] .badge {
    background-size: auto 40px;
    z-index: 1
}

#main button[styled]:not([enabled],
#main button[styled]:hover)[data-rel=_1] .badge {
    background-image: url("/asset/image/game/casino/Logo/primary/Evolution.svg")
}

#main button[styled]:not([enabled],
#main button[styled]:hover)[data-rel=_1][data-action="2"] .badge {
    background-image: url("/asset/image/game/casino/Logo/primary/Pragmatic.svg")
}

#main button[styled]:not([enabled],
#main button[styled]:hover)[data-rel=_1][data-action="3"] .badge {
    background-image: url("/asset/image/game/casino/Logo/primary/MG_DASHUR_TC.svg")
}

#main button[styled]:not([enabled],
#main button[styled]:hover) .badge {
    background-size: 252px 35px
}

#main button[styled]:not([enabled],
#main button[styled]:hover)[data-rel=_3] .badge {
    position: relative;
    display: inline-block;
    background-image: url("/asset/image/icon/Webp/Graphic/Gray/Casino.webp");
    background-size: 100% 100%;
    width: 44px;
    height: 44px
}

#main button[styled]:not([enabled],
#main button[styled]:hover)[data-rel=_3][data-action="2"] .badge {
    background-image: url("/asset/image/icon/Webp/Graphic/Gray/Slot.webp")
}

#main button[styled]:not([enabled],
#main button[styled]:hover)[data-rel=_3][data-action="3"] .badge {
    background-image: url("/asset/image/icon/Webp/Graphic/Gray/Casino.webp")
}

#main button[styled]:not([enabled],
#main button[styled]:hover)[data-rel=_3][data-action="4"] .badge {
    background-image: url("/asset/image/icon/Webp/Graphic/Gray/Sports.webp")
}

#main button[styled]:not([enabled],
#main button[styled]:hover)[data-rel=_3][data-action="5"] .badge {
    background-image: url("/asset/image/icon/Webp/Graphic/Gray/Holdem.webp")
}

#main button[styled][data-rel=_1] .badge {
    background-image: url("/asset/image/game/casino/Logo/white/Evolution.svg");
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-size: auto 40px
}

#main button[styled][data-rel=_1][data-action="2"] .badge {
    background-image: url("/asset/image/game/casino/Logo/white/Pragmatic.svg")
}

#main button[styled][data-rel=_1][data-action="3"] .badge {
    background-image: url("/asset/image/game/casino/Logo/white/MG_DASHUR_TC.svg")
}

#main button[styled][data-rel=_3] .badge {
    position: relative;
    display: inline-block;
    background-image: url("/asset/image/icon/Webp/Graphic/Sky/Casino.webp");
    background-size: 100% 100%;
    width: 44px;
    height: 44px
}

#main button[styled][data-rel=_3][data-action="2"] .badge {
    background-image: url("/asset/image/icon/Webp/Graphic/Sky/Slot.webp")
}

#main button[styled][data-rel=_3][data-action="3"] .badge {
    background-image: url("/asset/image/icon/Webp/Graphic/Sky/Casino.webp")
}

#main button[styled][data-rel=_3][data-action="4"] .badge {
    background-image: url("/asset/image/icon/Webp/Graphic/Sky/Sports.webp")
}

#main button[styled][data-rel=_3][data-action="5"] .badge {
    background-image: url("/asset/image/icon/Webp/Graphic/Sky/Holdem.webp")
}

#main #_1 {
    margin: 0 auto;
    aspect-ratio: 3840/1200;
    overflow: hidden;
    width: 100%;
    height: 600px
}

[title] {
    display: flex;
    flex-direction: column;
    align-items: center
}

[title] .en {
    position: relative;
    top: -10px;
    width: 240px;
    height: 28px
}

[title] .big {
    display: flex;
    font-size: 40px;
    color: #6a7391;
    width: 100%;
    align-items: center;
    justify-content: space-between
}

[title] .big::before,
[title] .big::after {
    content: "";
    height: 21px;
    max-width: 480px;
    top: 40px;
    background-size: cover;
    flex-grow: 1;
    background-image: url("../asset/image/main/line_left.webp");
    background-repeat: no-repeat;
    background-position: 100%
}

[title] .big::after {
    background-image: url("../asset/image/main/line_right.webp");
    background-position: 0
}

[title] .small {
    margin-top: 10px;
    color: #6a7391;
    font-size: 14px
}

#_1 img {
    max-width: 100%;
    height: 600px;
    -o-object-fit: fill;
    object-fit: fill
}

#_1 .slick-slide {
    height: unset;
    cursor: pointer;
    display: flex;
    justify-content: center;
    overflow: hidden
}

#_1 .slick-slide[tabindex="-1"] {
    transition: 0s all !important;
    transform: scale(0.8) !important
}

#_1 .slick-slide.slick-active {
    transition: 1s all !important;
    transform: scale(1) !important
}

#_1 .slick-slide:not(.slick-active):not([tabindex="-1"]) {
    transition: 1s all !important;
    transform: scale(1.5) !important
}

#_1:hover .slick-arrow {
    display: inline-block !important;
    cursor: pointer
}

#_1 .slick-list {
    max-height: 100%
}

#_1 .slick-arrow {
    display: none !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 39px;
    height: 80px;
    opacity: .5;
    background-color: #596077;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    text-indent: -9999px
}

#_1 .slick-arrow.slick-prev {
    left: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAADIBAMAAAD/xRkGAAAAMFBMVEWJiYkAAAD8/Pz19fWtra2Pj4+GhoaPj4+fn5/5+fno6Oj+/v79/f3x8fHm5ub////HgfL/AAAAD3RSTlMaAMWTIgsTEAizWfPYg11YKk3WAAAA00lEQVRo3u3aPRIBURBF4auMnxJ5gbKMEQtlMhKxRM4OLMEOBHZIiGmmrKBPYoL75a+OMkkHV+Vrp4RD+6J9dlTK6PfsrKRx+2ymtG1RG8vnVAQUzQWcNBXQ00bAQHsBQ5mZmZmZmVmn3JYC1hEXpVV1xFtpq4h4oVg8USzuKBYNisUCxR6OOeZYKpZ0RbEJi/VBDDzDP5L/JfwDVLVzzjn3n1wDjyd4qsHDEJ6h8OiFJ7aZmZmZmZl1Apu4wUEdnO/RsWARAIeQcHbJRp54UgoHrB/sGBG2XXNafQAAAABJRU5ErkJggg==)
}

#_1 .slick-arrow.slick-next {
    right: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAADICAMAAAA6NfQHAAAAM1BMVEWJiYkAAAD19fWtra37+/uPj4+fn5/5+fno6OiGhoaPj4/+/v79/f39/f3x8fHm5ub///9PQzy4AAAAEHRSTlMaAJMixAsIs1kTEPPYzINdOr41PgAAAVlJREFUeNrt3F1qAkEQReHOmPkzMen9rzZB0TtNgS9SFyzO2cCHQ6vT9VDt49G8t6T2+SY8sHNL7XzAlpbecsfmZmi+YUuztFyx5ir3bESs2bKcDmF7s/XsKYKBgYGBxcDAwMDAYmBgYGBgMTAwMDCwGBgYGBhYDCwJ26Zpc2Fr/289WbCffu3z5MC+u7R07KtLS8cuXVo69tuDloe16QVNmEETZtCEGTRhBk2YQRNm0IQZNGEGTZhBE2bQhBk0YQZNmEETZtCEGTRhDk3Y69qaiEVty8OiNtXCjo+x0gEZjn6hL/VgFfohHqxCf56DVeiFZ7AKvaQOVqGLxWAVugwOVqEL/GBVGrpcDlatQZlGgNWGm/exbcGBdOG5PhjYITAwMDCwGBgYGBhYDAwMDAwsBgYGBgYWAwMDe8uFaHN72hsvsXOu5zN+NOtKReeySOcaTPOCT+vq0j8IXCOHqhsmFAAAAABJRU5ErkJggg==)
}

#_1 .slick-arrow img {
    max-height: 100%
}

#_1 .slick-dots {
    position: absolute;
    display: flex;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    gap: 30px
}

#_1 .slick-dots .slick-active [role=tab],
#_1 .slick-dots [role=tab]:hover {
    background-image: url("/asset/image/icon/Svg/Icon/Sky/Dot.svg")
}

#_1 .slick-dots [role=presentation] {
    position: relative
}

#_1 .slick-dots [role=tab] {
    width: 20px;
    height: 20px;
    background-image: url("/asset/image/icon/Svg/Icon/Gray/Dot.svg");
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    background-size: 100% 100%;
    transition: .2s;
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    cursor: pointer;
    text-indent: -9999px
}

#_1 .slick-dots [role=tab]+img {
    position: absolute;
    z-index: 11;
    max-width: unset;
    height: 100px;
    bottom: 25px;
    left: 15px;
    transform: translateX(-50%);
    border-radius: 6px;
    box-shadow: var(--shadow-primary)
}

#_2 {
    max-width: 1200px;
    margin: auto
}

#_2 [title] {
    margin-top: 50px
}

#_2 nav {
    display: flex;
    margin-top: 26px;
    justify-content: flex-end;
    gap: 12px
}

#_2 nav button[styled] {
    padding-right: 8px
}

#_2 [content] {
    margin: 33px 0 6px;
    border-radius: 62px;
    border: 6px solid #fff;
    box-shadow: 0 8px 12px 0 rgba(59, 130, 246, .5);
    background-image: linear-gradient(180deg, #fff 3%, #f4f5ff);
    position: relative;
    width: 100%;
    height: 626px
}

#_2 [content]>img {
    position: absolute;
    width: 160px;
    height: 149px
}

#_2 [content] [data-target]:not([hidden]) {
    display: flex;
    justify-content: space-around;
    height: 100%;
    padding: 0 110px
}

#_2 [content] .live_top_left {
    left: -6px;
    top: -6px
}

#_2 [content] .live_top_right {
    right: -6px;
    top: -6px
}

#_2 [content] .live_bottom_left {
    left: -6px;
    bottom: -6px
}

#_2 [content] .live_bottom_right {
    right: -6px;
    bottom: -6px
}

#_3 {
    max-width: 1200px;
    margin: auto;
    margin-top: 50px
}

#_3 nav {
    display: flex;
    margin-top: 26px;
    justify-content: center;
    gap: 12px
}

#_3 nav button {
    padding-right: 8px
}

#_3 [content] {
    margin-top: 18px
}

#_3 [content]>div:not([hidden]) {
    display: flex;
    align-items: center
}

#_3 [content] .left {
    flex: 100%
}

#_3 [content] .left .left_text img {
    aspect-ratio: 1200/992;
    height: 496px
}

#_3 [content] .right {
    display: flex;
    align-items: center;
    width: unset;
    color: #6a7391
}

#_3 [content] .right .right_text .title {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

#_3 [content] .right .right_text .title .text strong {
    font-weight: 700
}

#_3 [content] .right .right_text .title .text {
    font-size: 70px;
    white-space: nowrap
}

#_3 [content] .right .right_text .title .high {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 15px
}

#_3 [content] .right .right_text .title .high .fh {
    display: inline-block;
    width: 88px;
    text-align: center;
    border-radius: 11px;
    padding: 3px 0;
    background-color: var(--primary);
    font-size: 16px;
    color: #fff
}

#_3 [content] .right .right_text .title .high .nm {
    font-size: 24px;
    color: var(--font-primary);
    margin-top: 6px
}

#_3 [content] .right .right_text .desc1 {
    font-size: 70px;
    color: var(--primary);
    font-weight: 500;
    white-space: nowrap;
    line-height: unset;
    opacity: .5
}

#_3 [content] .right .right_text .desc_sml {
    line-height: 1.6;
    margin-top: 15px;
    font-size: 14px;
    color: var(--text-03);
    letter-spacing: -0.47px
}

#_3 [content] .right .right_text .listBtns {
    display: flex;
    width: 100%;
    margin-top: 30px;
    gap: 20px
}

#_3 [content] .right .right_text .listBtns .btn-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 10px
}

#_3 [content] .right .right_text .listBtns .btn-icon.hover {
    display: none
}

#_3 [content] .right .right_text .listBtns li {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 6px;
    width: 82px;
    cursor: pointer
}

#_3 [content] .right .right_text .listBtns li .img_box {
    width: 100%;
    height: 92px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3
}

#_3 [content] .right .right_text .listBtns li .img_box:before {
    content: "";
    z-index: -1;
    top: 0;
    display: block;
    width: 82px;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    background-image: url("/asset/image/icon/Webp/Components/logo_bg.webp");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

#_3 [content] .right .right_text .listBtns li .name {
    position: relative;
    font-size: 16px;
    color: var(--text-03);
    text-align: center;
    word-break: keep-all
}

@keyframes pc_Kk {
    0% {
        transform: scale(1.1)
    }
    to {
        transform: scale(1)
    }
}

#_3 [content] .right .right_text .listBtns li:hover .name {
    color: var(--text-01)
}

#_3 [content] .right .right_text .listBtns li:hover .img_box {
    animation: pc_Kk .5s ease forwards
}

#_3 [content] .right .right_text .listBtns li:hover .img_box:before {
    background-image: url("/asset/image/icon/Webp/Components/logo_bg_on.webp")
}

#_3 [content] .right .right_text .listBtns li:hover .img_box .btn-icon {
    display: none;
    background-position: -251px -4px
}

#_3 [content] .right .right_text .listBtns li:hover .img_box .btn-icon.hover {
    display: block
}

#_4 {
    width: 1200px;
    margin: auto;
    margin-top: 35px
}

#_4 .quailty_content {
    width: 100%;
    padding: 50px 0 83px
}

#_4 .quailty_content .circle_wrapper .animationWrap {
    display: flex;
    align-items: center;
    justify-content: space-around
}

#_4 .quailty_content .circle_wrapper .animationWrap li .animationItem {
    position: relative;
    width: 130px;
    height: 130px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: var(--primary);
    background: url("../asset/image/main/content/_4/image-table.webp") no-repeat 50%;
    background-size: contain
}

#_4 .quailty_content .circle_wrapper .animationWrap li .animationItem .title {
    position: relative;
    height: 100%;
    line-height: 130px
}

#_4 .quailty_content .circle_wrapper .animationWrap li .animationItem .title>span {
    font-size: 30px
}

#_4 .quailty_content .circle_wrapper .animationWrap li .animationItem .circle {
    width: 90px;
    height: 90px;
    position: absolute;
    left: 20px;
    top: 20px;
    background-image: url("../asset/image/main/content/_4/loading_bar.webp");
    background-size: contain
}

#_4 .quailty_content .circle_wrapper .animationWrap li .animationItem .circle .default {
    width: 45px;
    height: 90px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../asset/image/main/content/_4/loading_bar_ gauge.webp") no-repeat 0;
    background-size: cover
}

#_4 .quailty_content .circle_wrapper .animationWrap li .animationItem .circle .cover {
    z-index: 2;
    width: 45px;
    height: 90px;
    position: absolute;
    top: 0;
    right: 0;
    background: url("../asset/image/main/content/_4/loading_bar_ gauge.webp") no-repeat 100%;
    background-size: cover;
    transform-origin: left center
}

#_4 .quailty_content .circle_wrapper .animationWrap li {
    text-align: center;
    text-transform: uppercase
}

#_4 .quailty_content .circle_wrapper .animationWrap li .cnname {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #424a66
}

#_4 .quailty_content .circle_wrapper .animationWrap li .enname {
    width: 124px;
    line-height: 1.4;
    margin: 10px auto;
    font-size: 12px;
    color: #67718f
}

#_4 .quailty_content .service {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap
}

#_4 .quailty_content .service li {
    position: relative;
    display: flex;
    align-items: center;
    width: 540px;
    margin-bottom: 30px;
    gap: 20px
}

#_4 .quailty_content .service li .qua_img_box img {
    width: 107px;
    height: 107px
}

#_4 .quailty_content .service li .text_box {
    position: relative;
    margin-left: 10px;
    flex: 1
}

#_4 .quailty_content .service li .text_box .text1 {
    font-weight: 700;
    font-size: 16px;
    color: #414755
}

#_4 .quailty_content .service li .text_box .text2 {
    line-height: 1.6;
    margin-top: 10px;
    font-size: 14px;
    color: #6a7391
}

#_4 .quailty_content .service li:nth-child(odd) {
    margin-right: 120px
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100px, 0, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes cf_cv {
    0% {
        transform: translateZ(0)
    }
    50% {
        transform: translate3D(-10px, 10px, 0)
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes cf_c5 {
    0% {
        transform: translateX(0)
    }
    50% {
        transform: translateX(-10px)
    }
    to {
        transform: translateX(0)
    }
}

@keyframes cf_cr {
    0% {
        transform: translateZ(0)
    }
    50% {
        transform: translate3D(10px, -10px, 0)
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes cf_cp {
    0% {
        transform: translateX(0)
    }
    50% {
        transform: translateY(-10px)
    }
    to {
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100px, 0, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

[animated].left {
    animation: fadeInLeft .7s ease-in forwards;
    width: 470px;
    height: 100%
}

[animated].left .left_text {
    display: flex;
    align-items: center;
    height: 100%
}

[animated].left .left_text .small_icon {
    width: 35px;
    position: absolute;
    top: 32px;
    right: 80px;
    z-index: 1;
    animation: cf_cv 5s infinite
}

[animated].left .left_text .big_icon {
    width: 71px;
    position: absolute;
    top: 90px;
    right: -10px;
    z-index: 1;
    animation: cf_c5 5s infinite
}

[animated].left .left_text .dice {
    position: absolute;
    top: 405px;
    left: -10px;
    z-index: 1;
    width: 66px;
    animation: 5000ms ease 0ms infinite normal none running cf_cr
}

[animated].left .left_text .triangle {
    width: 121px;
    animation: cf_cp 5s infinite;
    position: absolute;
    top: 230px;
    left: -60px;
    z-index: 1
}

[animated].left .left_text .beauty {
    width: 410px;
    max-height: 100%;
    position: absolute;
    bottom: 0
}

[animated].right {
    animation: fadeInRight .7s ease-in forwards;
    width: 383px;
    height: 100%;
    display: flex;
    align-items: center
}

[animated].right .right_text .game_logo {
    display: flex;
    flex-flow: column;
    color: var(--primary)
}

[animated].right .right_text .game_logo .game-name {
    font-weight: 700;
    font-size: 4em;
    line-height: 80%;
    background: var(--k-play-gradient, linear-gradient(158deg, #A5CBFF -27.83%, #61A2FE 39.97%, #5C99FE 100%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    font-family: fantasy;
    letter-spacing: 2px;
    white-space: nowrap
}

[animated].right .right_text .game_logo .game-type {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%
}

[animated].right .right_text .name_box {
    line-height: 24px;
    margin-top: 21px;
    margin-bottom: 20px;
    color: #6a7391
}

[animated].right .right_text .items_img {
    height: 40px
}

[animated].right .right_text button {
    margin-top: 21px
}

[marquee] {
    width: 100%;
    height: 40px;
    padding: 0 10px 0 18px;
    margin-top: 15px;
    border-radius: 20px;
    background-image: linear-gradient(180deg, #fff 14%, #ecefff 74%, #fefeff 98%);
    border: 1px solid #d1d5f5;
    display: flex;
    align-items: center
}

[marquee-content] {
    letter-spacing: -0.35px;
    color: #9da5bb;
    cursor: pointer;
    font-size: 14px
}

[marquee] [caret] {
    width: 53px;
    height: 63px;
    position: relative
}

/*# sourceMappingURL=main.min.css.map */