/* style.css */

/* Đảm bảo rằng các phần tử có lớp 'div-horizontal' hiển thị inline-block */
.div-horizontal {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}
.btn-viewmore {
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 0px;
}
.bg-viewmore {
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    border: solid 1px #e0e0e0;
}
/* Style cho các giải thưởng đặc biệt */
.special-prize-lg {
    font-size: 1.2em;
    font-weight: bold;
    color: #FF0000;
}

/* Style cho số đen đậm */
.kn-number {
    font-weight: bold;
    color: #000;
    padding: 10px;
    border-radius: 50%;
    background-color: #f0f0f0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin: 2px;
}

/* Style cho tiêu đề kết quả jackpot */
.title-result-jackpot {
    font-size: 1.5em;
    color: #0000FF;
}

/* Style cho các link điều hướng */
.class-title-list-link a.u-line {
    color: #000;
    text-decoration: none;
}

.class-title-list-link a.u-line:hover {
    text-decoration: underline;
}

/* Style cho nút "Xem Thêm" */
.btn-viewmore a {
    font-weight: bold;
    cursor: pointer;
    color: #0073aa;
}

.btn-viewmore a:hover {
    color: #005177;
    text-decoration: underline;
}

/* Style cho bảng */
.table {
    width: 100%;
    border-collapse: collapse;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #ddd;
}

.table-bordered td, .table-bordered th {
    padding: 8px;
    text-align: center;
    vertical-align: middle;
}

.bg-viewmore {
    text-align: center;
    margin-top: 20px;
}

.loadmoreimg {
    display: none;
    width: 30px;
    height: 30px;
}

@media (max-width: 768px) {
    .table {
        font-size: 12px;
    }

    .kn-number {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}
.row-group {
                padding: 0 16px;
                margin-bottom: 16px
            }

            .table.table-keno td {
                border: solid 1px #1e5938;
                vertical-align: top
            }

            .section-header.mgb-16 {
                margin-bottom: 16px
            }

            .text-kn1 {
                color: #1e5938;
                font-size: 18px
            }

            .text-kn2 {
                color: #1e5938;
                font-size: 26px;
                font-weight: bold
            }

            .text-kn3 {
                color: #1e5938;
                font-size: 18px
            }

            .text-kn4 {
                font-size: 24px;
                font-weight: bold
            }

            .keno-kq {
                width: 100%;
                display: grid;
                grid-column-gap: 8px;
                grid-row-gap: 8px;
                grid-template-columns: repeat(10,1fr)
            }

            .keno-number-kq {
                display: inline-block;
                height: 36px;
                color: #D50000;
                width: 36px;
                text-align: center;
                line-height: 36px;
                border-radius: 100%;
                font-size: 18px;
                font-weight: bold;
                box-shadow: 2px 0 5px 0 rgba(0,0,0,0.16),5px 0 10px 0 rgba(0,0,0,0.12);
                -webkit-box-shadow: 2px 0 5px 0 rgba(0,0,0,0.16),5px 0 10px 0 rgba(0,0,0,0.12);
                -moz-box-shadow: 2px 0 5px 0 rgba(0,0,0,0.16),5px 0 10px 0 rgba(0,0,0,0.12)
            }

            .row-content {
                width: 100%;
                float: left;
                position: relative;
                padding: 0 16px;
                margin-bottom: 16px
            }

            .row-more {
                float: left;
                width: 100%;
                text-align: center;
                padding: 0 16px;
                margin-bottom: 16px
            }

            .td-giai {
                width: 20%
            }

            .td-giai-kq {
                width: 50%
            }

            .td-giai-sl {
                width: 15%
            }

            .td-giai-vnd {
                width: 15%
            }

            .table-content td,.table-content th {
                border: solid 1px #e0e0e0;
                padding: 6px 8px
            }

            .table-content {
                border: solid 1px #e0e0e0;
                margin: 12px 0
            }

            .th-col3 {
                width: 33.33%
            }

            .th-col2 {
                width: 50%
            }

            .th-col4 {
                width: 25%
            }

            .th-col-50 {
                width: 50%
            }

            .th-col-25 {
                width: 25%
            }

            .page-content-keno {
                padding: 16px;
                width: 100%;
                float: left
            }

            .keno-layout2 {
                display: grid;
                width: 100%;
                grid-column-gap: 24px;
                grid-row-gap: 24px;
                margin-bottom: 16px;
                grid-template-columns: repeat(2,1fr)
            }

            .table-keno123 {
                font-size: 31px;
                border: solid 1px #1e5938;
                font-weight: bold;
                text-align: center
            }

            .table-keno123 td {
                border: solid 1px #1e5938;
                box-shadow: 2px 0 5px 0 rgba(4,67,217,0.16),5px 0 10px 0 rgba(0,0,0,0.12);
                -webkit-box-shadow: 2px 0 5px 0 rgba(4,67,217,0.16),5px 0 10px 0 rgba(0,0,0,0.12);
                -moz-box-shadow: 2px 0 5px 0 rgba(4,67,217,0.16),5px 0 10px 0 rgba(0,0,0,0.12)
            }

            .hrline {
                border-bottom: solid 1px #1e5938;
                margin-bottom: 16px;
                height: 0;
                width: 100%;
                float: left
            }

            .keno-kq10 {
                width: 100%;
                display: grid;
                grid-column-gap: 8px;
                grid-row-gap: 8px;
                grid-template-columns: repeat(10,1fr)
            }

            .ky-kn {
                font-size: 18px
            }

            .xskeno-number {
                display: inline-block;
                border: solid 1px #1e5938;
                height: 40px;
                width: 40px;
                text-align: center;
                line-height: 40px;
                font-size: 24px;
                font-weight: bold
            }

            .time-on {
    display: inline-block;
    border: solid 1px #1e5938;
    border-radius: 6px;
    position: relative;
    right: 0;
    font-size: 14px;
    padding: 2px 6px;
    margin-bottom: 10px;
}

            .time-on img {
                position: relative;
                margin-right: 6px;
                top: 2px
            }

            .ul-layou3 {
                width: 100%;
                margin: 0;
                padding: 0;
                display: grid;
                grid-column-gap: 8px;
                grid-row-gap: 8px;
                grid-template-columns: repeat(3,1fr)
            }

            .li-ins {
                list-style: none;
                background: #F1F1F1;
                padding: 8px;
                font-size: 18px;
                text-align: center
            }

            .item-group {
                display: inline-block;
                margin-right: 16px;
                position: relative
            }

            .wtd-5 {
                width: 5%
            }

            .wtd-10 {
                width: 10%
            }

            .wtd-15 {
                width: 15%
            }

            .wtd-20 {
                width: 20%
            }

            .wtd-25 {
                width: 25%
            }

            .wtd-30 {
                width: 30%
            }

            .wtd-35 {
                width: 35%
            }

            .wtd-40 {
                width: 40%
            }

            .wtd-45 {
                width: 45%
            }

            .wtd-50 {
                width: 50%
            }

            .wtd-55 {
                width: 55%
            }

            .wtd-60 {
                width: 60%
            }

            .wtd-65 {
                width: 65%
            }

            .wtd-70 {
                width: 70%
            }

            .wtd-75 {
                width: 75%
            }

            .wtd-80 {
                width: 80%
            }

            .wtd-85 {
                width: 85%
            }

            .wtd-90 {
                width: 90%
            }

            .wtd-95 {
                width: 95%
            }

            .text-18 {
                font-size: 18px
            }

            .text-24 {
                font-size: 24px
            }

            .color-red {
                color: #D50000
            }

            .bg-thongke {
                display: inline-block;
                background: #1e5938;
                height: 20px
            }

            .form-block {
                width: 100%;
                float: left;
                margin-bottom: 16px
            }

            .ic-date {
                background-position: right 8px top 50%;
                background-size: 14px
            }

            .color-blue {
                color: #1e5938
            }

            .td-hover {
                position: relative
            }

            .block-hover {
                position: absolute;
                max-width: 560px;
                display: none;
                background: #fff;
                padding: 16px;
                z-index: 9;
                text-align: left;
                box-shadow: 2px 0 5px 0 rgba(4,67,217,0.16),5px 0 10px 0 rgba(0,0,0,0.12);
                -webkit-box-shadow: 2px 0 5px 0 rgba(4,67,217,0.16),5px 0 10px 0 rgba(0,0,0,0.12);
                -moz-box-shadow: 2px 0 5px 0 rgba(4,67,217,0.16),5px 0 10px 0 rgba(0,0,0,0.12)
            }

            .td-hover:hover .block-hover {
                display: block
            }

            .section.section-initial {
                overflow: initial
            }

            .keno-kq-item {
                text-align: center
            }

            .close-block-hover {
                position: absolute;
                right: 0;
                top: 0;
                height: 30px;
                width: 30px;
                font-size: 24px;
                line-height: 30px;
                cursor: pointer;
                text-align: center
            }

            .xs-item1 {
                width: 100%;
                float: left
            }

            .xs-item2 {
                width: 50%;
                float: left
            }

            .table-kqxs {
                text-align: center
            }

            .table-kqxs td,.table-kqxs th {
                padding: 0
            }

            .td-prize {
                width: 15%;
                font-weight: bold
            }

            .td-kqxs {
                width: 85%
            }

            .colum-1 {
                width: 54%;
                float: left
            }

            .colum-2 {
                border-left: solid 1px #D50000;
                width: 46%;
                float: left
            }

            .table-kqxs .xs-DB {
                font-size: 34px;
                color: #D50000
            }

            .link-cat {
                margin: 0;
                padding: 0;
                width: 100%;
                float: left;
                border: solid 1px #e0e0e0;
                background: #f1f1f1
            }

            .link-cat li {
                width: 33.33%;
                float: left;
                list-style: none;
                padding: 6px;
                text-align: center;
                font-size: 15px;
                border-bottom: solid 1px #e0e0e0;
                border-left: solid 1px #e0e0e0
            }

            .link-cat2 {
                margin: 0;
                padding: 0;
                width: 100%;
                float: left;
                border: solid 1px #e0e0e0;
                background: #f1f1f1
            }

            .link-cat2 li {
                width: 50%;
                float: left;
                list-style: none;
                padding: 6px;
                text-align: center;
                font-size: 15px;
                border-bottom: solid 1px #e0e0e0;
                border-left: solid 1px #e0e0e0
            }

            .block {
                width: 100%;
                float: left;
                margin-bottom: 16px
            }

            .alink-ttp {
                display: block;
                text-decoration: underline;
                color: #1e5938;
                padding: 8px 0;
                font-weight: bold
            }

            .popUpBannerBox {
                background: rgba(0,0,0,0.6);
                position: fixed;
                display: none;
                z-index: 9999;
                height: 100%;
                width: 100%;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0
            }

            .popUpBannerInner {
                position: relative;
                margin: auto;
                max-width: 480px;
                top: 20%
            }

            .close-popup-banner {
                position: absolute;
                right: 5px;
                z-index: 999;
                width: 36px;
                height: 36px;
                text-align: center;
                line-height: 36px;
                cursor: pointer;
                top: 8px;
                border-radius: 100%;
                font-size: 36px
            }

            .popUpBanner-body {
                background: url("../images/popUp_1.png") no-repeat;
                background-position: center;
                background-size: 100%;
                float: left;
                padding: 24px;
                width: 100%;
                background-color: #fff;
                box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)
            }

            .row-popup1.fixfont-1 {
                font-size: 18px
            }

            .row-popup1.fixfont-2 {
                font-size: 24px;
                font-weight: bold;
                color: #c30000
            }

            .row-popup2 {
                margin-bottom: 12px
            }

            .row-popup2:last-child {
                margin-bottom: 0
            }

            .fix-number {
                display: inline-block;
                position: relative;
                width: 222px;
                height: 215px
            }

            .fix-number img {
                display: inline-block;
                width: 222px;
                height: 215px
            }

            .fix-text-number {
                position: absolute;
                width: 222px;
                height: 215px;
                line-height: 215px;
                font-size: 70px;
                z-index: 9;
                font-weight: bold;
                left: 0;
                color: #325da4;
                top: 0;
                text-align: center
            }

            .ullist12 {
                margin: 0;
                padding: 0;
                width: 100%;
                float: left;
                text-align: center;
                background: #f9f9f9;
                font-size: 15px;
                font-weight: bold
            }

            .ullist12 li {
                padding: 8px;
                list-style: none;
                border: solid 1px #e0e0e0;
                width: 16.66%;
                float: left
            }

            .row-head {
                width: 100%;
                float: left;
                padding: 8px
            }

            .head-left {
                float: left
            }

            .head-right-pc {
                float: right
            }

            .head-title {
                color: #D50000
            }

            .row-kq-m {
                display: none;
                width: 100%;
                float: left;
                padding: 8px;
                text-align: center
            }

            @media only screen and (max-width: 800px) {
                .ullist12 li {
                    width:50%
                }

                .head-right-pc {
                    display: none
                }

                .row-kq-m {
                    display: block
                }

                .fix-number {
                    width: 160px;
                    height: 155px
                }

                .fix-number img {
                    width: 160px;
                    height: 155px
                }

                .fix-text-number {
                    width: 160px;
                    height: 155px;
                    line-height: 155px;
                    font-size: 48px
                }

                .popUpBannerInner {
                    width: 90%
                }
            }

            .dot.active,.dot.active1 {
                color: #fff;
                background: #D50000
            }

            @media only screen and (max-width: 960px) {
                .block {
                    margin-bottom:12px
                }

                .link-cat li {
                    font-size: 13px
                }

                .link-cat2 li {
                    font-size: 13px
                }

                .table-kqxs .xs-number {
                    font-size: 24px
                }

                .table-kqxs .xs-DB {
                    font-size: 25px
                }

                .nav-item a.active,.dot.active,.dot.active1 {
                    color: #fff;
                    background: #D50000
                }

                .nav-item {
                    background: #fff
                }

                .nav-item li {
                    width: 33.33%;
                    font-weight: bold;
                    font-size: 13px;
                    float: left
                }

                .keno-number-kq {
                    height: 26px;
                    width: 26px;
                    line-height: 26px;
                    font-size: 16px
                }

                .text-kn4 {
                    font-size: 16px
                }

                .text-kn3 {
                    font-size: 14px
                }

                .text-kn1 {
                    font-size: 14px
                }

                .text-kn2 {
                    font-size: 16px
                }

                .keno-kq {
                    grid-column-gap: 6px;
                    grid-row-gap: 6px
                }

                .m-pad0 {
                    padding: 0
                }

                .table-keno123 {
                    font-size: 14px
                }

                .keno-layout2 {
                    grid-template-columns: repeat(1,1fr);
                    grid-row-gap: 0
                }

                .xskeno-number {
                    height: 29px;
                    width: 29px;
                    line-height: 29px;
                    font-size: 18px
                }

                .keno-kq10 {
                    grid-column-gap: 4px;
                    grid-row-gap: 4px;
                    margin-bottom: 8px
                }

                .li-ins {
                    padding: 5px 3px;
                    font-size: 13px
                }

                .keno-1 {
                    margin-bottom: 16px
                }

                .ul-layou3 {
                    grid-column-gap: 1px;
                    grid-row-gap: 1px
                }

                .text-18 {
                    font-size: 14px
                }

                .text-24 {
                    font-size: 14px
                }

                .m-table td,.m-table th {
                    padding: 4px
                }

                .m-block {
                    display: block;
                    margin-right: 0;
                    margin-bottom: 16px
                }

                .m-block:last-child {
                    margin-bottom: 0
                }

                .td-hover {
                    position: inherit
                }

                .block-hover {
                    position: absolute;
                    width: 100%;
                    padding: 12px;
                    left: 0
                }

                .m-scrol-x {
                    width: 330px;
                    float: left;
                    overflow-x: auto;
                    -webkit-overflow-scrolling: touch
                }

                .table-content td,.table-content th {
                    padding: 4px
                }
            }

            .font-16 {
                font-size: 16px
            }

            .table > thead td,table > thead th {
                background: #f9f9f9
            }

            .main-title {
                padding: 8px 16px;
                font-weight: bold;
                background: #d50000;
                color: #fff
            }

            .lottery-item {
                width: 100%;
                display: table;
                background: #f1f1f1
            }

            .lottery-item a {
                display: table-cell;
                text-align: center;
                border-right: solid 1px #ddd;
                border-bottom: solid 1px #ddd;
                padding: 8px 3px
            }

            .lottery-item a.active {
                font-weight: bold;
                color: #1e5938
            }

            .table-boder {
                border: solid 1px #e0e0e0
            }

            .section-info {
                float: left;
                width: 100%;
                padding: 12px 16px;
                line-height: 1.6
            }

            .bgheading {
                background: #fdf0f0;
                padding: 10px 16px;
                width: 100%;
                float: left;
                color: #1e5938;
                font-weight: normal
            }

            .textwhite {
                color: white
            }

            .xem-them {
                float: left;
                width: 100%;
                text-align: center;
                padding: 10px 0
            }

            .item-popup1 {
                float: left;
                margin-right: 10px
            }

            .popup-body {
                background: #fff;
                padding: 16px
            }

            .popup-bg {
                background: rgba(0,0,0,0.6);
                position: fixed;
                display: none;
                z-index: 9999;
                height: 100%;
                width: 100%;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                overflow-y: auto;
                overflow-x: hidden;
                align-items: flex-start;
                justify-content: center
            }

            .popup-wrapper {
                max-width: 530px;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translateX(-50%) translateY(-50%);
                -webkit-transform: translateX(-50%) translateY(-50%);
                -ms-transform: translateX(-50%) translateY(-50%)
            }

            .close-popup {
                position: absolute;
                right: 5px;
                top: 5px;
                z-index: 999;
                width: 36px;
                height: 36px;
                line-height: 36px;
                text-align: center;
                cursor: pointer;
                border-radius: 100%
            }

            .target-hidden {
                display: none !important
            }

            .target-expanded {
                display: block !important
            }

            .overflow-hidden {
                overflow: hidden
            }

            .ul-menu-tk li {
                display: inline-block;
                list-style: none;
                text-align: center
            }

            .ul-menu-tk li a {
                display: block;
                padding: 8px 10px
            }

            .ul-menu-tk li a.active {
                color: #D50002;
                font-weight: bold;
                background: #EAEAEA
            }

            .ul-menu-tk li a:hover {
                color: #D50002;
                background: #EAEAEA
            }

            @media only screen and (max-width: 960px) {
                .ul-menu-tk {
                    overflow-y:hidden;
                    -webkit-overflow-scrolling: touch;
                    overflow-x: scroll;
                    overflow-x: auto;
                    white-space: nowrap;
                    display: flex
                }

                .page-header {
                    border-radius: unset!important
                }
            }

            @media only screen and (max-width: 800px) {
                .popup-wrapper {
                    width:90%
                }
            }

            @media only screen and (max-width: 320px) {
                .xskeno-number {
                    width:25px
                }

                .popup-body {
                    padding: 7px
                }

                .table td,.table th {
                    padding: 6px 4px
                }

                .keno-number-kq {
                    width: 22px
                }

                .li-ins {
                    padding: 5px 2px
                }

                .font-16 {
                    font-size: 15px
                }
            }

            @media only screen and (max-width: 360px) {
                .text-18 {
                    font-size:12px
                }
            }

            .ul-text a {
                color: #0025fe;
                text-decoration: underline
            }

            .bgnew {
                display: inline-block;
                background: #ff0;
                color: #f00;
                font-size: 12px;
                padding: 0 5px;
                height: 16px;
                line-height: 16px;
                border-radius: 4px
            }

            .nav-bar {
                width: 100%;
                float: left;
                margin-bottom: 12px
            }

            .ul-menu-tk {
                float: left;
                width: 100%;
                padding: 0;
                margin: 0
            }

            .ul-menu-tk li {
                display: inline-block;
                list-style: none;
                text-align: center
            }

            .ul-menu-tk li a {
                display: block;
                padding: 8px 10px
            }

            .mgb-0 {
                margin-bottom: 0!important
            }
 .color_red {
                color: #D50000
            }

            .color_blue {
                color: #1e5938
            }

            .color_brown {
                color: #D50000
            }

            .cbrown {
                color: #D50000
            }

            .pad16 {
                padding: 8px 16px
            }

.textwhite {
    color: #000;
}
.block-xsmega {
                padding: 12px;
                float: left;
                width: 100%;
                border-top: solid 1px #eaeaea
            }

            .jackpot-mega {
                font-size: 18px;
                padding-bottom: 12px
            }

            .jackpot-money {
                text-align: center;
                padding-bottom: 12px;
                color: #D50000;
                font-size: 48px;
                font-weight: bold
            }

            .jackpot-money.color_blue {
                color: #1e5938
            }

            .jackpot-spin {
                text-align: center;
                font-size: 16px;
                padding-bottom: 12px
            }

            .jackpot-row {
                font-size: 16px;
                border-top: solid 1px #eaeaea;
                padding: 16px 0
            }

            .jackpot-number {
                text-align: center
            }

            .jackpot-number span {
                display: inline-block;
                border: solid 1px #eaeaea;
                font-size: 36px;
                font-weight: bold;
                border-radius: 100%;
                height: 56px;
                width: 56px;
                text-align: center;
                line-height: 56px;
                margin: 0 2px
            }

            .jackpot-number.color_red span {
                color: #D50000
            }

            .icon-power {
                background: #D50000;
                color: #fff !important;
                border: 0 !important
            }

            .table-info {
                font-size: 13px;
                display: table;
                width: 100%;
                text-align: center;
                border-bottom: solid 1px #eaeaea
            }

            .row-info {
                display: table-row
            }

            .info-head {
                background: #f0f4fa
            }

            .info-item {
                display: table-cell;
                border-top: solid 1px #eaeaea;
                padding: 3px 6px;
                border-left: solid 1px #eaeaea
            }

            .info-item:first-child {
                border-left: 0
            }

            .sdot {
                display: inline-block;
                background: #666;
                height: 12px;
                width: 12px;
                border-radius: 100%
            }

            .table-mega td {
                text-align: right;
                font-size: 16px;
                background: #F2F2F2;
                border: solid 1px #fff
            }

            .table-mega td:first-child {
                text-align: center
            }

            .table-mega th {
                background: #D7CCC8
            }

            .sdot.bgreb {
                background: #d50000
            }

            .block-xsmega2 {
                padding: 12px;
                float: left;
                width: 100%
            }

            .color_black span {
                color: #424242
            }

            .xem-them {
                float: left;
                width: 100%;
                text-align: center;
                padding: 10px 0
            }

            @media only screen and (max-width: 800px) {
                .jackpot-money {
                    font-size:30px
                }

                .jackpot-number span {
                    font-size: 22px;
                    height: 40px;
                    margin: 1px;
                    width: 40px;
                    line-height: 40px
                }
            }

            .table-result-max3d {
                display: table;
                width: 100%;
                text-align: center;
                position: relative;
                border-top: solid 1px #eaeaea
            }

            .table-result-max3d div {
                display: table-row;
                border-bottom: solid 1px #fff
            }

            .table-result-max3d > div:nth-of-type(1n) {
                background-color: #f1f1f1
            }

            .table-result-max3d > div:nth-of-type(2n) {
                background-color: #F8F6F5
            }

            .table-result-max3d .prize {
                width: 15%;
                display: table-cell;
                vertical-align: middle;
                font-weight: bold
            }

            .table-result-max3d .number {
                width: 85%;
                border-left: solid 1px #fff;
                display: table-cell;
                font-size: 26px;
                font-weight: bold
            }

            .table-result-max3d .code {
                padding: 3px 0;
                width: 85%;
                border-left: dashed 1px #eaeaea;
                display: table-cell;
                font-size: 18px;
                word-spacing: 16px;
                color: #d50000
            }

            .table-result-max3d .number span {
                display: inline-block
            }

            .table-result-max3d .prize-special span {
                width: 100%;
                font-size: 36px;
                color: #d50000
            }

            .table-result-max3d .prize-one span {
                width: 50%;
                color: #d50000;
                font-size: 32px
            }

            .table-result-max3d .prize-two span {
                width: 25%
            }

            .table-result-max3d .prize-three span {
                width: 33.33%
            }

            .table-result-max3d .prize-promotion span {
                width: 25%
            }

            .kyhieu-bs {
                font-weight: bold;
                padding: 4px 12px
            }

            .rowxs3d {
                width: 100%;
                float: left;
                background: #D7CCC8;
                color: #1e5938;
                padding: 8px 16px;
                font-weight: bold;
                font-size: 16px
            }

            .infoxs3d {
                width: 100%;
                float: left
            }

            .table-info3d th {
                background: #F2F2F2;
                border: solid 1px #fff
            }

            .table-info3d td {
                text-align: right;
                background: #F8F6F5;
                border: solid 1px #fff
            }

            .table-info3d td:first-child {
                text-align: center
            }

            .table-info3dc td {
                text-align: right;
                background: #F8F6F5;
                border: solid 1px #fff
            }

            .table-info3dc td:first-child {
                text-align: center
            }

            .table-info3dc td:nth-child(2n+2) {
                text-align: left
            }

            .table-info3dc td:last-child {
                text-align: right
            }

            @media only screen and (max-width: 800px) {
                .table-result-max3d .prize {
                    font-size:13px
                }
            }