body.layout {
    background: #000 url('/static/image/bg.jpg') no-repeat center top
}

#banner {
    height: 600px;
    text-align: center;
    background: none
}

#content {
    background-image: none
}

#slide-banner {
    position: relative;
    height: 600px;
    overflow: hidden
}

#slide-banner .slide {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px
}

#slide-banner .slide a {
    display: inline-block;
    width: 1920px;
    height: 600px
}

#slide-banner .slide-pager {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center
}

#slide-banner .slide-pager li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 6px;
    font-size: 0;
    background-color: #e4e4e4;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer
}

#slide-banner .slide-pager li.on {
    background-color: #fff
}

#slide-banner .slide-click {
    position: absolute;
    top: 150px;
    left: 50%;
    width: 40px;
    height: 40px;
    color: gray;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    border: 2px solid gray;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer
}

#slide-banner .slide-click:hover {
    color: #b6b6b6;
    border-color: #b6b6b6
}

#slide-banner .slide-click.prev {
    margin-left: -519px
}

#slide-banner .slide-click.next {
    margin-left: 515px
}

#home-sponsor {
    display: flex;
    justify-content: space-between
}

#home-sponsor div {
    width: 400px;
    height: 176px;
    background-repeat: no-repeat;
    background-size: 100%
}

#home-sponsor div.sponsor1 {
    background-image: url('/static/image/con01.png')
}

#home-sponsor div.sponsor2 {
    background-image: url('/static/image/con02.png')
}

#home-sponsor div.sponsor3 {
    background-image: url('/static/image/con03.png')
}

#hot-game {
    margin: 30px 0
}

#hot-game .title {
    width: 100%;
    height: 92px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url('/static/image/title_01.png')
}

#hot-game .hotContent {
    width: 100%;
    height: 456px;
    display: flex;
    margin-top: 30px
}

#hot-game .hotContent .left {
    color: #fff;
    font-size: 14px;
    width: 305px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 30px
}

#hot-game .hotContent .left:before {
    content: '';
    display: block;
    width: inherit;
    height: 121px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: 20px
}

#hot-game .hotContent.sport .left:before {
    background-image: url('/static/image/title_sport.png')
}

#hot-game .hotContent.slot .left:before {
    background-image: url('/static/image/title_slot.png')
}

#hot-game .hotContent.board .left:before {
    background-image: url('/static/image/title_poker.png')
}

#hot-game .hotContent.fish .left:before {
    background-image: url('/static/image/title_fish.png')
}

#hot-game .hotContent.live .left:before {
    background-image: url('/static/image/title_live.png')
}

#hot-game .hotContent.lottery .left:before {
    background-image: url('/static/image/title_lottery.png')
}

#hot-game .hotContent .center {
    width: 660px;
    height: inherit;
    background-size: 100%;
    background-repeat: no-repeat
}

#hot-game .hotContent.sport .center {
    background-image: url('/static/image/sport.png')
}

#hot-game .hotContent.slot .center {
    background-image: url('/static/image/slot.png')
}

#hot-game .hotContent.board .center {
    background-image: url('/static/image/poker.png')
}

#hot-game .hotContent.fish .center {
    background-image: url('/static/image/fish.png')
}

#hot-game .hotContent.live .center {
    background-image: url('/static/image/live.png')
}

#hot-game .hotContent.lottery .center {
    background-image: url('/static/image/lottery.png')
}

#hot-game .hotContent .right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

#hot-game .hotContent .right div {
    width: 222px;
    height: 102px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: 20px
}

#hot-game .hotContent .right div a {
    display: block;
    width: 100%;
    height: 100%
}

#hot-game .hotContent.sport .right div.cr {
    background-image: url('/static/image/sport_cr.png')
}

#hot-game .hotContent.sport .right div.cr:hover {
    background-image: url('/static/image/sport_cr_h.png')
}

#hot-game .hotContent.sport .right div.saba {
    background-image: url('/static/image/sport_saba.png')
}

#hot-game .hotContent.sport .right div.saba:hover {
    background-image: url('/static/image/sport_saba_h.png')
}

#hot-game .hotContent.slot .right div.pg {
    background-image: url('/static/image/slot_pg.png')
}

#hot-game .hotContent.slot .right div.pg:hover {
    background-image: url('/static/image/slot_pg_h.png')
}

#hot-game .hotContent.slot .right div.jdb {
    background-image: url('/static/image/slot_jdb.png')
}

#hot-game .hotContent.slot .right div.jdb:hover {
    background-image: url('/static/image/slot_jdb_h.png')
}

#hot-game .hotContent.slot .right div.more {
    background-image: url('/static/image/slot_more.png')
}

#hot-game .hotContent.slot .right div.more:hover {
    background-image: url('/static/image/slot_more_h.png')
}

#hot-game .hotContent.board .right div.ty {
    background-image: url('/static/image/poker_ky.png')
}

#hot-game .hotContent.board .right div.ty:hover {
    background-image: url('/static/image/poker_ky_h.png')
}

#hot-game .hotContent.board .right div.bsp {
    background-image: url('/static/image/poker_bsp.png')
}

#hot-game .hotContent.board .right div.bsp:hover {
    background-image: url('/static/image/poker_bsp_h.png')
}

#hot-game .hotContent.board .right div.more {
    background-image: url('/static/image/poker_more.png')
}

#hot-game .hotContent.board .right div.more:hover {
    background-image: url('/static/image/poker_more_h.png')
}

#hot-game .hotContent.fish .right div.jdb {
    background-image: url('/static/image/fish_jdb.png')
}

#hot-game .hotContent.fish .right div.jdb:hover {
    background-image: url('/static/image/fish_jdb_h.png')
}

#hot-game .hotContent.fish .right div.cq9 {
    background-image: url('/static/image/fish_cq9.png')
}

#hot-game .hotContent.fish .right div.cq9:hover {
    background-image: url('/static/image/fish_cq9_h.png')
}

#hot-game .hotContent.fish .right div.more {
    background-image: url('/static/image/fish_more.png')
}

#hot-game .hotContent.fish .right div.more:hover {
    background-image: url('/static/image/fish_more_h.png')
}

#hot-game .hotContent.live .right div.ag {
    background-image: url('/static/image/live_ag.png')
}

#hot-game .hotContent.live .right div.ag:hover {
    background-image: url('/static/image/live_ag_h.png')
}

#hot-game .hotContent.live .right div.bb {
    background-image: url('/static/image/live_bb.png')
}

#hot-game .hotContent.live .right div.bb:hover {
    background-image: url('/static/image/live_bb_h.png')
}

#hot-game .hotContent.live .right div.more {
    background-image: url('/static/image/live_more.png')
}

#hot-game .hotContent.live .right div.more:hover {
    background-image: url('/static/image/live_more_h.png')
}

#hot-game .hotContent.lottery .right div.lottery1 {
    background-image: url('/static/image/lottery_01.png')
}

#hot-game .hotContent.lottery .right div.lottery1:hover {
    background-image: url('/static/image/lottery_01_h.png')
}

#hot-game .hotContent.lottery .right div.lottery2 {
    background-image: url('/static/image/lottery_02.png')
}

#hot-game .hotContent.lottery .right div.lottery2:hover {
    background-image: url('/static/image/lottery_02_h.png')
}

#hot-game .hotContent.lottery .right div.more {
    background-image: url('/static/image/lottery_more.png')
}

#hot-game .hotContent.lottery .right div.more:hover {
    background-image: url('/static/image/lottery_more_h.png')
}

#hot-game .hotMenu {
    width: 1004px;
    height: 72px;
    margin: 30px auto 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url('/static/image/game-list-bg.png')
}

#hot-game .hotMenu ul {
    list-style: none;
    padding: unset;
    display: flex;
    align-items: center;
    padding: 0 10px;
    height: inherit
}

#hot-game .hotMenu ul li {
    width: 165px;
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #000;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center
}

#hot-game .hotMenu ul li:hover,
#hot-game .hotMenu ul li.active {
    background-image: url('/static/image/bt.png');
    color: #fff
}

#home-app {
    margin-top: 50px
}

#home-app .title {
    width: 100%;
    height: 92px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url('/static/image/title_02.png')
}

#home-app .appContent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 554px;
    width: 100%
}

#home-app .appContent .left {
    width: 400px;
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center
}

#home-app .appContent .left .app-text {
    margin: 30px 0;
    font-size: 16px;
    color: #fff;
    line-height: 30px
}

#home-app .appContent .left .app-header {
    display: flex;
    align-items: center;
    font-size: 40px;
    margin: unset;
    color: #fff
}

#home-app .appContent .left p.app-header:before {
    content: '';
    width: 70px;
    height: 70px;
    display: flex;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url('/static/image/app_icon.png?version=20220118')
}

#home-app .appContent .left .qrcodeContent {
    width: inherit;
    display: flex;
    justify-content: space-between;
    padding: 0 20px
}

#home-app .appContent .left .qrcodeContent div {
    width: 155px;
    height: 161px;
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

#home-app .appContent .left .qrcodeContent .qrcode1 {
    background-image: url('/static/image/app_frame.png')
}

#home-app .appContent .left .qrcodeContent .qrcode1:before {
    content: '';
    width: 90px;
    min-height: 90px;
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url('/static/image/app_qr.png');
    margin-top: 35px
}

#home-app .appContent .left .qrcodeContent p {
    margin: 45px 0 0;
    font-size: 15px;
    font-weight: bold;
    color: #fecc01
}

#home-app .appContent .left .qrcodeContent .qrcode2 {
    background-image: url('/static/image/app_frame02.png')
}

#home-app .appContent .left .qrcodeContent .qrcode2 p {
    margin: 170px 0 0
}

#home-app .appContent .left .qrcodeContent .url {
    margin: unset;
    font-size: 14px;
    color: #fff
}

#home-app .appContent .left .qrcodeContent .qrcode2 .url {
    margin: unset
}

#home-app .appContent .right {
    width: 618px;
    height: 554px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url('/static/image/app.png')
}

#home-service {
    margin-top: 30px
}

#home-service .title {
    width: 100%;
    height: 92px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url('/static/image/title_03.png')
}

#home-service ul {
    list-style: none;
    padding: unset;
    margin: 50px 0
}

#home-service ul li {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    width: 30%;
    margin-right: 1%;
    margin-bottom: 40px
}

#home-service ul li:before {
    content: "";
    height: 36px;
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-bottom: 20px
}

#home-service ul li.service01:before {
    width: 169px;
    background-image: url('/static/image/info_01.png')
}

#home-service ul li.service02:before {
    width: 180px;
    background-image: url('/static/image/info_02.png')
}

#home-service ul li.service03:before {
    width: 261px;
    background-image: url('/static/image/info_03.png')
}

#home-service ul li.service04:before {
    width: 165px;
    background-image: url('/static/image/info_04.png')
}

#home-service ul li.service05:before {
    width: 190px;
    background-image: url('/static/image/info_05.png')
}

#home-service ul li.service06:before {
    width: 192px;
    background-image: url('/static/image/info_06.png')
}
/* PHASE 1 light theme overrides */
body,
#home,
#home-app,
#home-service,
.home-banner,
.home-platform,
.home-section,
.section,
.platform-swiper,
.swiper-slide {
    background-color: #fff !important;
    color: #222 !important;
}

#home,
#home-app,
.home-section {
    background: linear-gradient(#fff, #fafafa) !important;
}

#home-service ul li,
.home-platform .platform-swiper .swiper-slide {
    border-color: #e5e7eb !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .06) !important;
}

/* PHASE 4 PC lobby/card grid and nav */
body,
.layout,
#app,
#lobby,
.mod-games,
.mod-sportslist,
#home,
#home-app,
#home-service,
.home-platform,
.home-section {
    background: var(--csm88-page-bg) !important;
}

.card-grid-csm88,
#lobby > ul.game-list,
.mod-games ul.game-list,
.mod-sportslist ul.game-list,
#home-service ul,
.home-platform .platform-swiper,
.home-banner .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)) !important;
    gap: 22px !important;
    width: min(1200px, calc(100% - 32px)) !important;
    margin: 24px auto !important;
    padding: 0 !important;
    align-items: stretch !important;
}

#lobby > ul.game-list > li,
.mod-games ul.game-list > li,
.mod-sportslist ul.game-list > li,
#home-service ul li,
.home-platform .platform-swiper .swiper-slide {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    width: auto !important;
    min-height: 220px !important;
    margin: 0 !important;
    padding: 18px !important;
    background-size: cover !important;
    background-position: center top !important;
}

#lobby > ul.game-list > li > div,
.mod-games ul.game-list > li > div,
.mod-sportslist ul.game-list > li div {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin-top: auto !important;
    padding: 12px 14px !important;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, .92) !important;
    color: var(--csm88-title) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    text-align: left !important;
}

#lobby > ul.game-list > li > div::after,
.mod-games ul.game-list > li > div::after,
.mod-sportslist ul.game-list > li div::after {
    content: 'V\00e0o ch\01a1i';
    float: right;
    min-width: 84px;
    height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: var(--csm88-blue);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 34px;
    text-align: center;
}

#lobby > ul.game-list > li:hover > div::after,
.mod-games ul.game-list > li:hover > div::after,
.mod-sportslist ul.game-list > li:hover div::after {
    background: var(--csm88-blue-hover);
}

#nav,
#menu,
.subnav,
.header,
#header,
.navbar,
.topbar {
    background: #fff !important;
    border-bottom: 1px solid var(--csm88-card-border) !important;
    box-shadow: 0 2px 12px rgba(15, 23, 42, .04) !important;
}

#nav a,
#menu a,
.subnav a,
#nav > ul > li,
#menu li {
    color: var(--csm88-body) !important;
}

#nav > ul > li:hover,
#nav > ul > li.active,
#menu li:hover,
#menu li.active,
.subnav a:hover,
.subnav .active {
    background: var(--csm88-blue-soft) !important;
    color: var(--csm88-blue-hover) !important;
    border-color: var(--csm88-blue) !important;
}

/* PHASE 4 PC blue variables fallback */
:root {
    --csm88-blue: #0ea5e9;
    --csm88-blue-hover: #0284c7;
    --csm88-blue-soft: #e0f2fe;
    --csm88-page-bg: #f3f4f6;
    --csm88-card-bg: #ffffff;
    --csm88-card-border: #e5e7eb;
    --csm88-title: #111827;
    --csm88-body: #374151;
    --csm88-shadow: 0 10px 30px rgba(15, 23, 42, .08);
}

