﻿/* Bengin header*/
body {
    margin: 0;
    padding: 0;
    line-height: 1.4;
    color: black;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

a {
    color: black;
    text-decoration: none
}

    a:hover {
        color: #C4161C
    }

img {
    border: none;
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: bold
}

p, figure, figcaption, blockquote, caption, fieldset, embed, object, applet, canvas, caption, iframe, strike, time, video {
    border: 0;
    margin: 0;
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

strong {
    font-weight: bold
}

::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:focus {
    outline: -webkit-focus-ring-color auto 0;
}

.ul {
    margin: 0;
    padding: 0;
}

    .ul li {
        list-style: none
    }

.fa, .fab, .fad, .fal, .far, .fas {
    font-weight: bold;
}
/* End fix*/
/* Bengin header */
.header {
    float: left;
    width: 100%;
    position: relative;
    padding: 8px 0;
}

.header-logo {
    float: left
}

    .header-logo img {
        height: 60px;
        float: left;
    }

.header-time {
    float: left;
    margin-left: 24px;
    position: relative;
    top: 34px;
    font-weight: bold;
}
/* nav-menu */
.nav-menu {
    float: left;
    margin-bottom: 16px;
    width: 100%;
    background: #d21213;
}

.main-menu {
    max-width: 1140px;
    margin: auto;
}

.menu-bar {
    width: 100%;
    display: table
}

    .menu-bar, .menu-bar ul, .menu-bar li {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

        .menu-bar li {
            position: relative;
        }

        .menu-bar > li {
            display: table-cell;
        }

            .menu-bar > li > a {
                display: block;
                padding: 12px;
                color: #fff;
                text-align: center;
                font-weight: bold;
                font-size: 14px;
            }

                .menu-bar > li > a:hover {
                    background: #990303;
                }

                .menu-bar > li > a.active {
                    background: #bd1011;
                }

            .menu-bar > li > ul {
                width: 180px;
                display: none;
                background: #fff;
                position: absolute;
                z-index: 99;
                box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.5);
                border-radius: 6px
            }

            .menu-bar > li:hover > ul {
                display: block;
            }

        .menu-bar ul li > a {
            display: block;
            padding: 8px 12px;
            font-size: 14px;
        }

/* nav-menu-mobi */
.nav-menu-mobi {
    float: left;
    width: 100%;
    background-color: #d21213;
    display: none;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    overflow-x: auto;
    white-space: nowrap;
}

.ul-menubar {
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
}

    .ul-menubar li {
        display: table-cell;
        text-align: center;
        border-left: solid 1px #bd1011;
    }

        .ul-menubar li a {
            display: block;
            padding: 8px;
            font-weight: bold;
            font-size: 14px;
            color: #fff;
        }

/* Bengin sidebar default */
.sidebar-overlay {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: #000;
    z-index: 1034;
    -webkit-transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

    .sidebar-overlay.active {
        opacity: 0.5;
        visibility: visible;
        -webkit-transition-delay: 0;
        -moz-transition-delay: 0;
        transition-delay: 0;
    }

.sidebar-default {
    background-color: #fff;
    width: 0;
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-100%, 0, 0);
    position: relative;
    display: block;
    min-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    border: none;
    -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

    .sidebar-default.open {
        min-width: 100%;
        width: 100%;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.sidebar-fixed-left,
.sidebar-fixed-right,
.sidebar-stacked {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1035;
}

.sidebar-stacked {
    left: 0;
}

.sidebar-fixed-left {
    left: 0;
    box-shadow: 2px 0px 15px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 2px 0px 15px rgba(0, 0, 0, 0.35);
}

.sidebar-fixed-right {
    right: 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.35);
    -webkit-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0);
}

    .sidebar-fixed-right.open {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.btn-pushbar-close {
    height: 40px;
    position: relative;
    z-index: 99;
    cursor: pointer;
    background: #a60d0e;
    width: 100%;
    float: left;
    color: #fff;
    border: 0
}

.icon-bacck {
    float: left;
    width: 40px;
    text-align: center;
    line-height: 40px;
}

.btn-pushbar-3 {
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 8px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 4px;
    display: none;
    padding: 0;
    background: #ff8933;
    color: #fff;
    font-size: 18px;
}
/* End sidebar default */


@media only screen and (max-width:960px) {

    .header {
        padding: 6px 12px;
    }

    .header-logo img {
        height: 40px;
    }

    .header-time {
        float: left;
        margin-left: 10px;
        position: relative;
        top: 20px;
        font-weight: bold;
        font-size: 13px;
    }

    .btn-pushbar-3 {
        display: inline-block
    }

    .nav-menu {
        display: none;
    }

    .nav-menu-mobi {
        display: flex
    }
}
/* End header*/
.nav-m {
    width: 100%;
    float: left;
    background: #fff9ce;
}

    .nav-m > ul {
        margin: 0;
        padding: 12px;
        background: #a60d0e;
    }

    .nav-m ul li {
        list-style: none;
    }

    .nav-m > ul > li {
        overflow: hidden;
        border-radius: 5px;
        margin-bottom: 8px;
    }

.m-item-cat {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    background: #ff8933;
    font-size: 16px;
    padding: 10px;
    text-align: center;
    color: #fff;
}

    .m-item-cat:hover {
        background: #FFC107;
    }

    .m-item-cat.active {
        background: #FFC107;
    }

.nav-m > ul ul {
    margin: 0;
    padding: 0;
}

.nav-m > ul ul {
    margin: 0;
    padding: 0;
    background: #fff;
    border-radius: 0px 0px 5px 5px;
}

    .nav-m > ul ul li {
        border-bottom: 1px solid #ddd;
        padding: 0;
    }

        .nav-m > ul ul li a {
            padding: 12px;
            font-size: 15px;
            display: block
        }

            .nav-m > ul ul li a:hover {
                background: #f2f2f2
            }

            .nav-m > ul ul li a.active {
                background: #f2f2f2
            }
/* Bengin main */
.main {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 16px;
}

.main-header {
    max-width: 1140px;
    margin: auto
}

.main-content {
    max-width: 1140px;
    margin: auto
}

.main-footer {
    max-width: 1140px;
    margin: auto
}

.content-left {
    width: 73%;
    position: relative;
    padding-right: 16px;
    float: left
}

.content-center {
    width: 57%;
    position: relative;
    padding: 0 16px;
    float: left
}

.content-right {
    width: 73%;
    padding-left: 16px;
    position: relative;
    float: right
}

/*Bengin aside */
.sidebar-300 {
    width: 27%;
    position: relative;
    float: right
}

.sidebar-160 {
    width: 16%;
    position: relative;
    float: left
}

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

.sidebar-header {
    float: left;
    width: 100%;
    position: relative;
}

.sidebar-content {
    float: left;
    width: 100%;
    position: relative;
}

@media only screen and (max-width:960px) {
    .main-content {
        padding: 12px 3px
    }

    .content-left {
        float: left;
        width: 100%;
        padding: 0;
    }

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

    .content-right {
        float: left;
        width: 100%;
        padding: 0;
    }

    .sidebar-300 {
        float: left;
        width: 100%;
    }

    .sidebar-160 {
        float: left;
        width: 100%;
        display: none
    }
}
/* End main */


/* Bengin footer*/
.footer {
    float: left;
    width: 100%;
    position: relative;
}

.footer-header {
    float: left;
    width: 100%;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    border-left: solid 3px #d50201;
    padding-left: 8px;
}

.footer-content {
    float: left;
    width: 100%;
}

.footer-category {
    float: left;
    padding: 16px 0;
    width: 100%;
    background: #f1f1f1;
}

.footer-item li {
    padding: 4px 0;
    font-size: 14px;
    font-weight: bold
}

.footer-col4 {
    float: left;
    width: 22.7%;
    margin-right: 3%;
}

    .footer-col4:nth-child(4n+4) {
        margin-right: 0
    }

.footer-copyright {
    background-color: #d50201;
    padding: 16px 0;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
}

@media only screen and (max-width:960px) {
    .footer-col4 {
        width: 48.5%;
        margin-bottom: 15px
    }

        .footer-col4:nth-child(2n+2) {
            margin-right: 0
        }

    .footer-header {
        font-size: 14px;
    }

    .footer-item li {
        font-size: 14px;
    }

    .footer-copyright {
        padding: 0;
        font-size: 12px;
    }
}
/*End footer */
/*Bengen section */
.section {
    float: left;
    width: 100%;
    margin-bottom: 16px;
    position: relative;
}

.section-header {
    float: left;
    width: 100%;
    position: relative;
}

.section-content {
    float: left;
    width: 100%;
    position: relative
}

.section-adv {
    float: left;
    width: 100%;
    position: relative;
    text-align: center
}

    .section-adv img {
        display: inline-block
    }
/* line-clamp */
.line1 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.line2 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.line3 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.line4 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.line5 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.word-break {
    word-break: break-word;
    word-break: keep-all;
    word-break: break-all;
}
/* End*/
/* text color */
.primary-color {
    color: #057AE7
}

.success-color {
    color: #28a745
}

.danger-color {
    color: #d21213
}

.color-red {
    color: #d21213
}

.color-blue {
    color: #1255d7;
}

.color-green {
    color: #28a745
}

.bg-red {
    background: #d21213
}

.bg-blue {
    background: #0054BE
}

.bg-green {
    background: #28a745
}

.underline {
    text-decoration: underline
}

.uppercase {
    text-transform: uppercase;
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.gridcenter {
    display: grid;
    place-items: center;
    align-items: center;
    justify-items: center;
    width: 100%;
    height: 100%;
    position: absolute
}

.bg-light {
    background: #f2f2f2;
}

.blue {
    color: #1255d7;
}
/* End*/
/* post  */
.post {
    float: left;
    width: 100%;
    position: relative;
    padding: 20px 0;
    border-bottom: solid 1px #dddddd
}

    .post:first-child {
        padding-top: 0
    }

    .post:last-child {
        padding-bottom: 0;
        border-bottom: 0
    }

.post-thumb {
    display: block;
    position: relative;
    margin-bottom: 12px
}

.post-image {
    display: block;
    overflow: hidden;
    height: 0;
    position: relative;
    width: 100%;
    background: #f2f2f2;
    padding-bottom: 60%;
}

    .post-image img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-position: center;
        object-position: center;
        -o-object-fit: cover;
        object-fit: cover;
    }

.post-inner.grid {
    display: grid;
}

.entry-header {
    margin-bottom: 12px;
}

.entry-title {
    font-size: 16px;
}

.entry-summary {
    font-size: 16px;
    line-height: 1.6;
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.entry-meta {
    font-size: 14px;
}

.post-date {
    color: #666;
}

.post-time {
    color: #666;
}

.post-author {
    color: #666;
}

.post-comments {
    color: #666;
}

.post-cat {
    color: #666;
}

.post-tags {
    color: #666;
}

.fix-post-grid .post {
    padding: 0;
    border: 0;
}
/* thumbnail */
.thumb-16x9 {
    padding-bottom: 56%
}

.thumb-5x3 {
    padding-bottom: 60%;
}

.thumb-1x1 {
    padding-bottom: 100%;
}

.thumb-l-140 {
    width: 140px;
    margin-right: 16px;
    float: left;
    margin-bottom: 0
}

.thumb-r-140 {
    width: 140px;
    margin-left: 16px;
    float: right;
    margin-bottom: 0
}

.thumb-l-80 {
    width: 80px;
    margin-right: 14px;
    float: left;
    margin-bottom: 0;
}

.thumb-l-240 {
    width: 240px;
    margin-right: 24px;
    float: left;
    margin-bottom: 0
}

.thumb-r-240 {
    width: 240px;
    margin-left: 24px;
    float: right;
    margin-bottom: 0
}

@media (max-width:960px) {
    .thumb-l-240 {
        width: 125px;
        margin-right: 12px;
    }

    .thumb-r-240 {
        width: 125px;
        margin-left: 12px;
    }

    .thumb-l-140 {
        width: 125px;
        margin-right: 12px;
    }

    .thumb-r-140 {
        width: 125px;
        margin-left: 12px;
    }
}
/* End*/
/* listing middle */
.listing-middle {
    display: table;
}

.header-middle {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
/* layout-grid */
.layout-grid-2 {
    display: grid;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: repeat(2, 1fr);
    border: solid 1px #ddd;
    padding: 16px;
}

@media (max-width:960px) {
    .layout-grid-2 {
        display: grid;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-columns: repeat(2, 1fr);
    }
}
/* Bengin social */
.post-social {
    padding: 10px 0;
    float: left;
    width: 100%
}

.icon-social {
    display: inline-block;
    background-color: #f2f2f2;
    font-size: 13px;
    min-width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin-right: 6px;
    margin-bottom: 6px;
    border-radius: 2px;
    cursor: pointer;
}

    .icon-social:last-child {
        margin-right: 0
    }

    .icon-social:hover {
        color: #fff;
        opacity: 0.90
    }

.facebook {
    background: #3B5998;
    color: white
}

.twitter {
    background: #55ACEE;
    color: white
}

.google {
    background: #dd4b39;
    color: white
}

.linkedin {
    background: #007bb5;
    color: white
}

.youtube {
    background: #bb0000;
    color: white
}

.instagram {
    background: #125688;
    color: white
}

.pinterest {
    background: #cb2027;
    color: white
}

.snapchat {
    background: #fffc00;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black
}

.skype {
    background: #00aff0;
    color: white
}

.android {
    background: #a4c639;
    color: white
}

.dribbble {
    background: #ea4c89;
    color: white
}

.vimeo {
    background: #45bbff;
    color: white
}

.tumblr {
    background: #2c4762;
    color: white
}

.vine {
    background: #00b489;
    color: white
}

.foursquare {
    background: #45bbff;
    color: white
}

.stumbleupon {
    background: #eb4924;
    color: white
}

.flickr {
    background: #f40083;
    color: white
}

.yahoo {
    background: #430297;
    color: white
}

.soundcloud {
    background: #ff5500;
    color: white
}

.reddit {
    background: #ff5700;
    color: white
}

.rss {
    background: #ff6600;
    color: white
}
/* my-icon*/
.my-icon li {
    float: left;
    width: 100%;
    margin-bottom: 6px
}

.my-icon-item {
    transition: 0.3s;
    background-color: #3b5998;
    border-radius: 5px;
    width: 40px;
    float: left;
    height: 36px;
    overflow: hidden;
    color: white;
    line-height: 36px;
    text-align: center
}

    .my-icon-item:hover {
        transition: 0.3s;
        width: 100px;
        color: #fff
    }
/* End social */
/* Bengin video */
.video-controls {
    width: 100%;
    position: relative;
    margin: auto;
}

.youtube-reponsive {
    margin: 16px 0;
    position: relative;
    padding-bottom: 55%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

    .youtube-reponsive iframe, .youtube-reponsive object, .youtube-reponsive embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
/* End */
.table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

    .table td, .table th {
        padding: 6px;
        border-top: solid 1px #dddddd;
    }

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

.table-striped tr:nth-of-type(2n+2) {
    background-color: #f9f9f9;
}

.vertical-top tr:nth-of-type(2n+2) {
    vertical-align: top
}

/* End table */
/*Bengin xo so */
.table-result {
    text-align: center;
}

    .table-result td {
        padding: 0
    }

    .table-result th {
        padding: 4px
    }

.col-prize {
    width: 10%;
}

.col-number {
    width: 90%;
}

.number {
    font-size: 30px;
    font-weight: bold;
    display: block
}

    .number:hover {
        background: #ffecb4;
    }

.ma-db {
    font-size: 14px;
    display: inline-block;
    font-weight: bold;
    margin: 0 4px;
    background: #fff;
    padding: 2px 4px;
    border: solid 1px #ddd;
    border-radius: 5px;
}

.font-db {
    font-size: 34px;
    color: #d21213;
}

.font-g7 {
    font-size: 40px;
    color: #d21213;
}

.font-g8 {
    font-size: 40px;
    color: #d21213;
}

.font-city-4 .number {
    font-size: 18px;
}

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

.col-xs-3 {
    float: left;
    width: 33.33%;
}

.col-xs-4 {
    float: left;
    width: 25%;
}

.col-city-2 {
    width: 45%;
}

.col-city-3 {
    width: 30%;
}

.col-city-4 {
    width: 22.5%;
}

.link-city {
    color: #1255d7;
    text-transform: uppercase;
}

.bg-select {
    background: #ffecb4;
}

.bg-loto {
    background: #ff8933;
    color: #fff;
    border-radius: 4px;
}

.bg-loto1 {
    background: #ffecb4;
}

.bg-loto2 {
    background: #ffecb4;
    padding: 3px;
    border-radius: 3px;
}

.table-loto {
    font-size: 16px;
    background: #fff;
}

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

    .table-loto tbody td {
        font-weight: bold
    }

        .table-loto tbody td:hover {
            background: #ffecb4;
        }

.loto-prize {
    width: 10%;
}

.col-loto-2 {
    width: 45%;
}

.col-loto-3 {
    width: 30%;
}

.col-loto-4 {
    width: 22.5%;
}

.col-loto-40 {
    width: 40%;
}

@media only screen and (max-width:960px) {
    .number {
        font-size: 24px;
    }

    .font-db {
        font-size: 30px
    }

    .font-g7 {
        font-size: 30px
    }

    .font-g8 {
        font-size: 30px
    }

    .table-city-4 .number {
        font-size: 20px;
    }

    .table-city-4 .font-g8 {
        font-size: 26px;
    }

    .table-loto {
        font-size: 14px;
    }
}
/*End table */
/*Bengin Form */
.form-group {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 12px;
    display: table;
}

    .form-group:last-child {
        margin-bottom: 0;
    }

.input:-webkit-autofill, .textarea:-webkit-autofill, .select:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset;
}

.input::-ms-clear {
    display: none;
}

.select::-ms-expand {
    display: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.input, .select, .textarea, .button {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: inherit;
    outline: none;
}

.input, .select {
    height: 36px;
    padding: 0 10px;
}

.select {
    background: url(../images/arow.svg) no-repeat;
    background-position: right 8px top 50%;
    padding-right: 24px;
}

.textarea {
    height: 85px;
    padding: 10px;
    resize: vertical;
}

.input, .select, .textarea {
    display: inline-block;
    border: solid 1px #dddddd;
    margin: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    text-overflow: "";
    appearance: none;
    border-radius: 2px;
    webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background-color: white
}

    .input:focus, .select:focus, .textarea:focus {
        border: solid 1px #eaeaea;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, 0.6);
        box-shadow: inset inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, 0.6);
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

.button {
    background: none;
    cursor: pointer;
    border: 0;
    padding: 0;
    margin: 0;
}

    .button:focus {
        outline: 0;
    }

.full {
    width: 100%;
}

.label {
    display: block;
    position: relative
}

.radio {
    height: 14px;
    width: 14px;
    padding: 0;
    margin: 0;
}

.checkbox {
    height: 14px;
    width: 14px;
    padding: 0;
    margin: 0;
}
/* btn-item */
.btn-item {
    margin-right: 8px;
    display: inline-block
}

    .btn-item:last-child {
        margin-right: 0;
    }

.btn {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    text-align: center;
    outline: none;
    background: #dddddd;
    padding: 0 16px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.btn-default {
    background: #0054BE;
    color: #fff;
}

.btn-full {
    width: 100%;
}

.btn-primary {
    background-color: #0054BE;
    color: #fff;
}

.btn-success {
    background-color: #28a745;
    color: #fff;
}

.btn-info {
    background-color: #33b5e5;
    color: #fff;
}

.btn-warning {
    background-color: #ffc107;
}

.btn-danger {
    background-color: #ff3547;
    height: 36px;
    line-height: 36px;
    color: #fff;
}

.btn-secondary {
    background-color: #6c757d;
    color: #fff;
}

.btn-dark {
    background-color: #343a40;
    color: #fff;
}
/* tgl checkbox */
.tgl {
    display: none
}

    .tgl + .tgl-btn {
        outline: 0;
        display: block;
        width: 36px;
        position: relative;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

        .tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
            position: relative;
            display: block;
            content: "";
            width: 16px;
            height: 16px
        }

        .tgl + .tgl-btn:after {
            left: 0
        }

        .tgl + .tgl-btn:before {
            display: none
        }

    .tgl:checked + .tgl-btn:after {
        left: 50%;
        border: 0
    }

.tgl-light + .tgl-btn {
    background: #dddddd;
    border-radius: 24px;
    padding: 2px;
    transition: all .4s ease
}

    .tgl-light + .tgl-btn:after {
        border-radius: 100%;
        background: #fff;
        transition: all .2s ease
    }

.tgl-light:checked + .tgl-btn {
    background: #0054BE
}

.tgl-ios + .tgl-btn {
    background: #fff;
    border-radius: 24px;
    padding: 1px;
    transition: all .4s ease;
    border: solid 1px #dddddd
}

    .tgl-ios + .tgl-btn:after {
        border-radius: 100%;
        background: #fff;
        transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
        border: solid 1px #dddddd
    }

    .tgl-ios + .tgl-btn:hover:after {
        will-change: padding
    }

    .tgl-ios + .tgl-btn:active {
        box-shadow: inset 0 0 0 2em #e8eae9
    }

        .tgl-ios + .tgl-btn:active:after {
            padding-right: .8em
        }

.tgl-ios:checked + .tgl-btn {
    background: #28a745;
    border: solid 1px #28a745
}

    .tgl-ios:checked + .tgl-btn:active {
        box-shadow: none
    }

        .tgl-ios:checked + .tgl-btn:active:after {
            margin-left: -.8em
        }

.on-off {
    color: #fff;
    position: absolute;
    font-size: 10px;
    text-transform: uppercase;
    padding: 1px;
}
/* Form group */
/* pagination */
.pagination {
    float: left;
    width: 100%;
}

.page-numbers {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    text-align: center;
    min-width: 32px;
    cursor: pointer;
    margin-right: 6px;
    margin-bottom: 6px;
    background: #f2f2f2;
    border-radius: 5px;
}

    .page-numbers:hover {
        background-color: #c30000;
        color: #fff;
        border: solid 1px #c30000;
    }

    .page-numbers.active {
        background-color: #c30000;
        color: #fff;
        border: solid 1px #c30000;
    }

.div-viewmore {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 24px;
}

.btn-viewmore {
    display: inline-block;
    border: solid 1px #ddd;
    padding: 6px 24px;
    border-radius: 8px;
    cursor: pointer;
    background: #f2f2f2;
}

    .btn-viewmore:hover {
        border: solid 1px #c30000;
        background: #c30000;
        color: #fff;
    }
/* Bengin Caleandar */
.header-caleandar {
    padding: 8px 10px;
    text-align: center;
    background: #d21213;
}

.prview-month {
    left: 10px;
    position: absolute;
    color: #fff;
    top: 8px;
    cursor: pointer;
    z-index: 1;
}

.selected-month-year {
    display: inline-block;
    color: #fff;
    font-weight: bold;
}

.next-month {
    position: absolute;
    right: 10px;
    color: #fff;
    top: 8px;
    cursor: pointer;
    z-index: 1;
}

.header-caleandar a:hover {
    color: yellow
}

.caleandar-weks {
    background: #f5f5f5;
}

.th-weks {
    text-align: center;
    font-size: 13px;
}

.table.table-month {
    text-align: right
}

    .table.table-month td {
        padding: 0;
        width: 12.5%;
    }

.link-ngay {
    display: block;
    position: relative;
    font-weight: bold;
    padding: 6px;
    color: #004276;
}

    .link-ngay:hover {
        background: #FFE1AB;
    }

    .link-ngay.day_selected {
        background: #FFE1AB;
        color: #C4161C;
    }
/* End Caleandar */
/* breadcrumbs */
.breadcrumb {
    float: left;
    width: 100%;
    color: #666;
    margin-bottom: 12px;
    font-size: 14px;
}

    .breadcrumb a {
        display: contents;
    }

        .breadcrumb a + a:before {
            padding: 0 5px;
            color: #666;
            content: "/\00a0"
        }

        .breadcrumb a + span:before {
            padding: 0 5px;
            color: #666;
            content: "/\00a0"
        }

.crumb {
    font-size: 14px;
}

    .crumb a {
        display: contents;
        color: #0054BE;
    }

        .crumb a + a::before {
            padding: 0 5px;
            color: #666;
            content: "\f105";
            font-family: "Font Awesome 5 Pro";
            font-weight: 300;
        }

        .crumb a + span:before {
            padding: 0 5px;
            color: #666;
            content: "\f105";
            font-family: "Font Awesome 5 Pro";
            font-weight: 300;
        }
/* End*/
/* menu-list */
.menu-list {
    position: relative;
    width: 100%;
    float: left;
}

.menu-content {
    display: none;
    width: 100%;
    float: left;
}

.menu-open .menu-content {
    display: block;
}

.list-item {
    padding: 6px 0;
    float: left;
    width: 100%;
}

.menu-title {
    float: left;
    padding: 10px 36px 10px 0;
    width: 100%;
    border-top: solid 1px #e0e0e0;
    font-weight: 500;
}

.menu-icon {
    background: url(../images/down3.svg) no-repeat center;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 0;
    background-size: 12px;
    width: 36px;
    height: 36px;
    z-index: 9;
    top: 6px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.menu-open .menu-icon {
    background: url(../images/down3.svg) no-repeat center;
    background-size: 12px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out
}

.menu-title2 {
    font-size: 16px;
    float: left;
    padding: 12px 36px 12px 16px;
    width: 100%;
}

.menu-ul2 {
    padding-bottom: 10px;
    float: left;
    width: 100%;
}

.list-item2 {
    padding: 10px 24px 10px 40px;
    float: left;
    width: 100%;
}

.menu-list.boder_top {
    border-top: solid 1px #e0e0e0;
}

    .menu-list.boder_top:first-child {
        border-top: 0;
    }

.ic-m {
    margin-right: 10px;
}
/* End*/
/* block-list */
.block-list {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 16px;
}

    .block-list:last-child {
        margin-bottom: 0;
    }

.block-list-content {
    display: none;
    width: 100%;
    float: left;
}

.block-list-open .block-list-content {
    display: block;
}

.block-list-title {
    float: left;
    width: 100%;
    background: url(../images/down3.svg) no-repeat;
    background-position: right 16px top 50%;
    background-size: 12px;
    cursor: pointer;
}

.block-list-open .block-list-title {
    background: url(../images/down4.svg) no-repeat;
    background-position: right 16px top 50%;
    background-size: 12px;
}
/* End*/
/*End section */
.sidebar-title {
    font-size: 14px;
    padding: 8px 10px;
    color: #fff;
    background: #d21213;
}

.nav-boder {
    border: solid 1px #ddd;
    float: left;
    width: 100%;
}

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

    .ul-menu-xs li {
        list-style: none;
        border-bottom: solid 1px #ddd;
        padding: 6px 10px;
        position: relative
    }

.icon-wait {
    background: url(../images/wait16.gif) right center no-repeat;
    background-size: 14px;
    height: 14px;
    width: 14px;
    position: absolute;
    right: 10px;
    top: 8px;
}

.icon-xsrun {
    background: url(../images/loto.gif) right center no-repeat;
    background-size: 14px;
    height: 14px;
    width: 14px;
    position: absolute;
    right: 10px;
    top: 8px;
}

.icon-finnish {
    background: url("../images/finnish.png") right center no-repeat;
    background-size: 14px;
    height: 14px;
    width: 14px;
    position: absolute;
    right: 10px;
    top: 8px;
}

.ul-menu-xs .fas.fa-caret-right {
    margin-right: 5px;
}

.ul-menu-xs .fas.fa-caret-square-down {
    position: absolute;
    right: 10px;
    top: 8px;
    z-index: 9;
    cursor: pointer;
    color: red;
}

.ul-menu-xs .fas.fa-caret-square-up {
    position: absolute;
    right: 10px;
    top: 8px;
    z-index: 9;
    cursor: pointer;
    color: red;
}

.box-caidat {
    float: left;
    width: 100%;
    padding: 10px;
    background: #1255d7;
}

    .box-caidat .fas.fa-print {
        float: left;
        color: #fff;
        font-size: 36px;
        font-weight: normal;
        margin-right: 10px;
    }

.text-caidat {
    display: grid;
    font-size: 15px;
    color: #fff;
}

    .text-caidat strong {
        color: yellow;
        font-size: 20px;
    }

.ext_menu {
    display: none;
}

.table-lich-xs {
    font-size: 12px;
}

    .table-lich-xs th {
        background: #f2f2f2
    }

.icon-right {
    float: right;
}

    .icon-right img {
        height: 12px;
        width: 12px;
    }

.block-text {
    border: solid 1px #ddd;
    padding: 10px;
    width: 100%;
    float: left;
}

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

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

.pagenav {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    -moz-box-align: center;
    -moz-box-pack: center;
}

    .pagenav li {
        display: inline-block;
        list-style: none;
        text-align: center;
        padding: 0 3px
    }

        .pagenav li:first-child {
            padding-left: 0
        }

        .pagenav li:last-child {
            padding-right: 0
        }

        .pagenav li a {
            display: block;
            padding: 0 3px;
            min-width: 50px;
            height: 36px;
            line-height: 36px;
            background-color: #e1efff;
            color: #222;
            border-radius: 8px;
            border: solid 1px #83adfc;
        }

            .pagenav li a:hover {
                background: #83adfc;
                color: #222;
            }

.input.input-date {
    background: url(../images/calendar-alt2.svg) no-repeat;
    background-position: right 5px center;
    width: 110px;
    background-size: 14px;
    color: #fff;
    border: 1px solid #ff8933;
    background-color: #ff8933;
    border-radius: 6px;
}

.input.input-dvs {
    background: url(../images/calendar-alt.svg) no-repeat;
    background-position: right 5px center;
    background-color: #fff;
    background-size: 14px;
}

.ui-datepicker {
    background: #ffffff;
    border-radius: 8px;
    width: 270px;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.ui-datepicker-header {
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    background: #1255d7;
    margin-bottom: 10px;
}

.ui-datepicker-prev, .ui-datepicker-next {
    width: 20px;
    height: 20px;
    text-indent: 9999px;
    border-radius: 100%;
    cursor: pointer;
    overflow: hidden;
    margin-top: 18px;
}

.ui-datepicker-prev {
    float: left;
    margin-left: 12px;
}

    .ui-datepicker-prev:after {
        transform: rotate(45deg);
        margin: -43px 0px 0px 8px;
    }

.ui-datepicker-next {
    float: right;
    margin-right: 12px;
}

    .ui-datepicker-next:after {
        transform: rotate(-135deg);
        margin: -43px 0px 0px 6px;
    }

    .ui-datepicker-prev:after, .ui-datepicker-next:after {
        content: '';
        position: absolute;
        display: block;
        width: 8px;
        height: 8px;
        border-left: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
    }

    .ui-datepicker-prev:hover, .ui-datepicker-next:hover, .ui-datepicker-prev:hover:after, .ui-datepicker-next:hover:after {
        border-color: #333333;
    }

.ui-datepicker-title {
    text-align: center;
    font-size: 16px;
}

.ui-datepicker-month, .ui-datepicker-year {
    border: solid 1px #fff;
    height: 26px;
    border-radius: 5px;
    display: inline-block;
    margin: 0 4px;
    background-color: #fff
}

.ui-datepicker-calendar {
    width: 100%;
    text-align: center;
}

    .ui-datepicker-calendar thead tr th span {
        display: inline-block;
        color: #1255d7;
        margin-bottom: 5px;
        font-size: 14px;
    }

.ui-state-default {
    display: inline-block;
    text-decoration: none;
    color: #333333;
    line-height: 32px;
    font-size: 14px;
    width: 32px;
    height: 32px;
    border-radius: 100%;
}

    .ui-state-default:hover {
        color: #ffffff;
        background: #1255d7;
        border-radius: 100%;
        transition: all 0.25s cubic-bezier(0.7, -0.12, 0.2, 1.12);
    }

.ui-state-highlight {
    color: #ffffff;
    background-color: #1255d7;
    border-radius: 50px;
}

}

.ui-state-active {
    color: #ffffff;
    background-color: #1255d7;
    border-radius: 50px;
}

.ui-datepicker-unselectable .ui-state-default {
    color: #eee;
    border: 2px solid transparent;
}

.ui-state-default.ui-state-active {
    background: #ff8933;
    border-radius: 100%;
    color: #ffffff;
}

.link-chi-tiet {
    min-width: 50px;
    display: block;
}

.pagetitle {
    text-transform: uppercase;
    font-size: 20px;
}

.statusbar {
    border: 1px solid #FDD34F;
    border-radius: 5px;
    padding: 6px;
    text-align: center;
    font-weight: bold;
}

    .statusbar img {
        height: 14px;
        display: inline-block;
        margin-right: 5px;
        position: relative;
        top: 2px;
    }

.ul-print {
    background: #f2f2f2;
    margin: 0;
    border-radius: 0 0 10px 10px;
    padding: 5px;
    float: left;
    width: 100%;
}

    .ul-print li {
        width: 33.3%;
        float: left;
        list-style: none;
        padding: 5px;
    }

        .ul-print li a {
            display: block;
            line-height: 25px;
            text-align: center;
            background: #fff;
            padding: 0 8px;
            font-size: 13px;
            border-radius: 5px;
            border: solid 1px #ddd;
        }

            .ul-print li a i {
                margin-right: 5px
            }

.tab-panel {
    float: left;
    width: 100%
}

.tab_xstt {
    margin: 0;
    padding: 0;
    display: inline-block;
}

    .tab_xstt li {
        display: inline-block;
        list-style: none;
    }

        .tab_xstt li a {
            font-size: 14px;
            font-weight: bold;
            display: block;
            padding: 8px 12px;
            border-radius: 4px;
            margin: 2px;
            background: #c2c2c2;
        }

            .tab_xstt li a:hover, .tab_xstt li a.active {
                color: #fff;
                background: #d21213;
            }

.box-title {
    float: left;
    width: 100%;
    position: relative
}

.box-result {
    float: left;
    width: 100%;
}

.box-print {
    float: left;
    width: 100%;
    background: #3e3e3e;
    padding-bottom: 6px;
    border-radius: 0 0 10px 10px;
    margin-bottom: 16px;
}

.box-tinh-nang {
    float: left;
    width: 100%;
    margin-bottom: 16px;
    text-align: center
}

.title-head {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: bold;
    padding: 8px;
    text-transform: uppercase;
    color: #fff;
    background: #d21213;
}

    .title-head a {
        color: #fff;
    }

        .title-head a:hover {
            color: yellow;
        }

.text-dtso {
    padding: 4px 70px 4px 10px;
    background: #f2f2f2;
    float: left;
    width: 100%;
    color: red;
}

.ngaykqxs {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1
}

.date-month-year {
    display: block;
    padding: 2px;
    width: 60px;
    text-align: center;
    color: #fff;
    border-radius: 0px 0px 8px 8px;
    background-color: #910D0D;
}

    .date-month-year:hover {
        color: #fff;
    }

.daymonth {
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
    display: block;
}

.year {
    display: block;
    font-weight: bold;
    font-size: 14px;
}

.box-loto {
    float: left;
    width: 100%;
    background: #f9f9f9;
    border: solid 1px #ddd;
}

.font-loto {
    font-size: 16px;
    display: inline-block;
    font-weight: bold;
}

.head-loto {
    width: 100%;
    float: left;
    padding: 6px 10px;
    position: relative;
}

.div-loto {
    width: 100%;
    float: left;
    padding: 5px 8px;
}

.close-loto {
    position: absolute;
    right: 10px;
    background: #C00;
    width: 24px;
    height: 24px;
    top: 4px;
    border-radius: 100%;
    text-align: center;
    line-height: 24px;
    color: #fff;
    z-index: 1;
    cursor: pointer;
}

.btn-share {
    background: #27c100;
    color: #fff;
    font-weight: bold;
    padding: 0 12px;
    font-size: 13px
}

.btn-veso {
    background: #0092c3;
    color: #fff;
    font-weight: bold;
    padding: 0 12px;
    font-size: 13px
}

    .btn-veso:hover {
        color: #fff;
    }

.btn-xemloto {
    background: #de0000;
    color: #fff;
    font-weight: bold;
    padding: 0 12px;
    font-size: 13px
}

.btn-fullsize {
    background: #ffc800;
    color: #fff;
    font-weight: bold;
    padding: 0 12px;
    font-size: 13px
}

.img-ic {
    display: inline-block;
    height: 24px;
    width: 24px;
    position: relative;
    top: 7px;
    margin-right: 5px;
}

.box-sharekqxs {
    border: 1px solid #ddd;
    background: #FFC;
    padding: 5px;
    float: left;
    width: 100%;
    margin-bottom: 16px;
    display: none
}

    .box-sharekqxs.box-show {
        display: block
    }

.text_zm_share {
    float: left;
    font-weight: bold;
    font-size: 13px;
    margin-right: 10px;
    line-height: 24px;
}

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

    .zm_share img {
        float: left;
        height: 24px;
        width: 24px;
    }

.zm_share_sav {
    float: right;
    line-height: 24px;
    font-weight: bold;
    font-size: 13px;
}

    .zm_share_sav img {
        float: left;
        height: 24px;
        width: 24px;
        margin-right: 6px;
    }

.bg-f5f5f5 {
    background: #f5f5f5;
}

.font-ddi {
    font-size: 15px;
    font-weight: bold;
    text-align: right
}

.close-loto2 {
    position: absolute;
    right: 10px;
    background: #666;
    width: 24px;
    height: 24px;
    top: 4px;
    border-radius: 8px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    z-index: 1;
    cursor: pointer;
}

.tdw-5 {
    width: 5%;
}

.tdw-10 {
    width: 10%;
}

.tdw-15 {
    width: 15%;
}

.tdw-20 {
    width: 20%;
}

.tdw-25 {
    width: 25%;
}

.tdw-30 {
    width: 30%;
}

.tdw-35 {
    width: 35%;
}

.tdw-40 {
    width: 40%;
}

.tdw-45 {
    width: 45%;
}

.tdw-50 {
    width: 50%;
}

.tdw-55 {
    width: 55%;
}

.tdw-60 {
    width: 60%;
}

.tdw-65 {
    width: 65%;
}

.tdw-70 {
    width: 70%;
}

.tdw-75 {
    width: 75%;
}

.tdw-80 {
    width: 80%;
}

.tdw-85 {
    width: 85%;
}

.tdw-90 {
    width: 90%;
}

.tdw-95 {
    width: 95%;
}

.color-dau {
    color: #d21213;
}

.color-duoi {
    color: #C4161C;
}

.table-dauduoi {
    text-align: center;
}

    .table-dauduoi td, .table-dauduoi th {
        padding: 4px;
        vertical-align: top
    }

.box-doveso {
    float: left;
    width: 100%;
    padding: 10px;
    background: #c2c2c2;
}

.btn-doveso {
    font-weight: bold;
    cursor: pointer;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    background: #e10404;
}

.color-white {
    color: white;
}

.color-yelow {
    color: yellow
}

.div-tool {
    width: 100%;
    float: left;
    padding: 5px 8px;
}

.div-tabs {
    float: left;
    width: 100%;
    padding: 5px 8px;
}

.ul-item-tabs {
    margin: 0;
    padding: 0;
}

    .ul-item-tabs li {
        list-style: none;
        display: inline-block;
        margin-right: 6px;
        margin-bottom: 5px;
        text-align: center;
    }

        .ul-item-tabs li a {
            display: block;
            border-radius: 5px;
            padding: 6px;
            background: #e1efff;
            border: solid 1px #83adfc;
        }

            .ul-item-tabs li a.active {
                background: #83adfc;
                color: #222;
            }

            .ul-item-tabs li a:hover {
                background: #83adfc;
                color: #222;
            }

.head-loto.bg-white {
    background: white;
}

.block-list-title.btn-dropdown-loto {
    display: inline-block;
    padding: 8px 34px 8px 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    float: none;
    width: auto;
}

.item-daysoloto {
    display: inline-block;
}

    .item-daysoloto span {
        display: inline-block;
        padding: 2px 8px;
        background: #fff;
        border: solid 1px #ddd;
        cursor: pointer;
        font-weight: bold;
        color: #c30000;
        margin-right: 3px;
        border-radius: 5px;
    }

        .item-daysoloto span:hover {
            background: #c30000;
            border: solid 1px #c30000;
            color: #fff;
        }

        .item-daysoloto span.active {
            background: #c30000;
            border: solid 1px #c30000;
            color: #fff;
        }

.color-brown {
    color: #c30000
}

.div-link {
    background: #f2f2f2;
    padding: 6px 10px;
    font-size: 14px;
}

    .div-link a {
        color: #d21213;
        margin-right: 4px;
    }

    .div-link span {
        margin-right: 4px;
    }

.div-background {
    float: left;
    width: 100%;
    background: #3e3e3e;
    padding-bottom: 6px;
    border-radius: 0 0 10px 10px;
}

.content-loto {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

    .content-loto:last-child {
        margin-bottom: 0;
    }

.div-tabsloto {
    width: 100%;
    float: left;
    padding: 5px 8px;
}

.ul-tabsloto {
    margin: 0;
    padding: 0;
}

    .ul-tabsloto li {
        list-style: none;
        display: inline-block;
        margin-right: 10px;
    }

        .ul-tabsloto li a {
            display: inline-block;
            border: solid 1px #ddd;
            padding: 5px 10px;
            border-radius: 5px;
            font-size: 14px;
            background: #fff;
        }

            .ul-tabsloto li a.active {
                background: #1255d7;
                border: solid 1px #1255d7;
                color: #fff;
            }

.div-column-2 {
    width: 100%;
    float: left;
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
}

.link-other {
    display: block;
    position: relative;
    font-weight: normal;
    padding: 6px;
    color: #919191;
}

.text-print {
    color: #fff;
    font-size: 18px;
}

.label-print {
    margin-right: 10px;
    color: #fff;
}

.print_box {
    float: left;
    width: 100%;
    position: relative;
    padding: 10px;
    background: #ff8933;
}

.tkmini {
    width: 100%;
    float: left;
    border: solid 1px #ddd;
    max-height: 430px;
    overflow-y: auto;
    padding: 10px;
}

.tkmini-content {
    float: left;
    width: 100%;
}

.tkmini-item {
    width: 50%;
    float: left;
    margin: 6px 0;
    font-size: 12px;
}

.btn-tkmini {
    display: inline-block;
    background: rgb(62, 161, 198);
    background: radial-gradient(circle, rgba(62, 161, 198, 1) 0%, rgba(0, 70, 94, 1) 100%);
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    font-size: 16px;
    font-weight: bold;
    margin-right: 5px;
    text-shadow: 1px 1px #000;
}

    .btn-tkmini:hover {
        color: #fff;
    }

    .btn-tkmini.bg-gradien-nau {
        background: rgb(199, 166, 152);
        background: radial-gradient(circle, rgba(199, 166, 152, 1) 0%, rgba(60, 50, 34, 1) 100%);
    }

    .btn-tkmini.bg-gradien-blue {
        background: rgb(29, 132, 226);
        background: radial-gradient(circle, rgba(29, 132, 226, 1) 0%, rgba(0, 12, 97, 1) 100%);
    }

    .btn-tkmini.bg-gradien-cyan {
        background: rgb(29, 226, 220);
        background: radial-gradient(circle, rgba(29, 226, 220, 1) 0%, rgba(0, 90, 97, 1) 100%);
    }

    .btn-tkmini.bg-gradien-yelow {
        background: rgb(222, 214, 23);
        background: radial-gradient(circle, rgba(222, 214, 23, 1) 0%, rgba(170, 105, 4, 1) 100%);
    }

    .btn-tkmini.bg-gradien-red {
        background: rgb(226, 48, 55);
        background: radial-gradient(circle, rgba(226, 48, 55, 1) 0%, rgba(97, 0, 0, 1) 100%);
    }

    .btn-tkmini.bg-gradien-green {
        background: rgb(91, 205, 122);
        background: radial-gradient(circle, rgba(91, 205, 122, 1) 0%, rgba(0, 94, 28, 1) 100%);
    }

    .btn-tkmini.bg-gradien-blink {
        background: rgb(163, 23, 222);
        background: radial-gradient(circle, rgba(163, 23, 222, 1) 0%, rgba(23, 0, 33, 1) 100%);
    }

.title-tkmini {
    font-size: 16px;
    margin-bottom: 10px;
}

    .title-tkmini a {
        color: #1255d7;
    }

.sidebar-title2 {
    font-size: 14px;
    padding: 8px 10px;
    color: #fff;
    background: rgb(39, 193, 0);
}

.table.table-xsdt {
    border: solid 1px #ddd;
    text-align: center;
}

.xsdt-num {
    display: inline-block;
    height: 36px;
    width: 36px;
    font-size: 22px;
    line-height: 36px;
    font-weight: bold;
    border-radius: 100%;
    border: solid 1px #d21213;
}

    .xsdt-num:hover {
        background: #d21213;
        color: #fff
    }

.box-boder {
    float: left;
    width: 100%;
    padding: 5px;
    border: solid 1px #ddd;
}

.xsmega-num {
    display: inline-block;
    height: 48px;
    width: 48px;
    color: #fff;
    font-size: 28px;
    line-height: 48px;
    font-weight: bold;
    border-radius: 100%;
    text-align: center;
    background: #d21213;
}

    .xsmega-num img {
        height: 18px;
        width: 18px
    }

.mega-results {
    text-align: center;
    width: 100%;
    float: left;
}

.jackpot-item {
    margin-top: 12px;
    width: 100%;
    float: left;
}

.jackpot-bonus-vnd {
    background: #ff8933;
    border-radius: 5px;
    min-width: 360px;
    color: #fff;
    font-size: 24px;
    padding: 8px 15px;
    display: inline-block;
    font-weight: bold;
}

.icon-circle {
    font-size: 10px;
    color: #ff8933;
    margin-right: 3px
}

.fa-circle.icon-circle.bgj2 {
    color: #666;
}

.table.table-mega td {
    border: 0;
}

.mega-title {
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    background-color: rgba(0, 51, 90, 0.82);
}

.div-ngaythu a {
    color: #ffe500;
    font-weight: bold;
    font-size: 13px;
}

.div-tentinh {
    margin-bottom: 6px;
    font-weight: bold;
    font-size: 16px
}

.text-inve {
    color: #e15118;
    font-size: 16px;
    background: #f2f2f2;
    padding-top: 10px;
}

.tab_thu {
    display: table;
    width: 100%;
    border: solid 1px #ddd;
    background: #f2f2f2;
    font-size: 13px;
}

    .tab_thu li {
        display: table-cell;
        border-left: solid 1px #ddd;
        text-align: center;
    }

        .tab_thu li:first-child {
            border-left: 0
        }

        .tab_thu li a {
            display: block;
            padding: 6px 3px;
        }

.xspower655 {
    padding: 10px;
    float: left;
    width: 100%;
    background: url(../images/result-bg.png) top left no-repeat #e8ca93;
    background-size: 80%;
}

.power-title {
    text-align: center;
    font-size: 16px;
}

.xspower-num {
    display: inline-block;
    height: 48px;
    width: 48px;
    color: #fff;
    font-size: 28px;
    line-height: 48px;
    font-weight: bold;
    border-radius: 100%;
    text-align: center;
    background: #d21213;
}

    .xspower-num img {
        height: 18px;
        width: 18px;
    }

    .xspower-num.bgboso7 {
        color: #fff;
        background: #fba210;
    }

.div-xsmega-num > div {
    display: inline-block;
    margin: 5px;
    vertical-align: top
}

.power-title div {
    padding: 5px 0;
}

.boxjackpot {
    font-size: 16px;
    font-weight: bold;
}

    .boxjackpot .jackpot, .boxjackpot .jackpot2 {
        font-size: 24px;
        font-weight: bold;
        display: inline-block;
        min-width: 300px;
        padding: 4px;
        letter-spacing: 1px;
        border: 2px solid #F90;
        border-radius: 24px;
        background: #FC6;
        margin-bottom: 10px;
    }

.trbg {
    background: rgb(216, 163, 55);
}

.box-loto-city {
    width: 100%;
    float: left;
    margin-bottom: 16px;
}

.btn-invedo {
    background: #de0000;
    color: #fff;
    font-weight: bold;
    padding: 0 12px;
    font-size: 13px;
}

.font-bold {
    font-weight: bold
}

.bkqMax4d {
    width: 100%;
    float: left;
    padding: 10px;
    background: url(../images/result-bg.png) top left no-repeat #ec9cd8;
}

.max4d_num > div {
    width: 80px;
    padding: 0 4px;
    text-align: center;
    font-size: 28px;
    line-height: 40px;
    height: 40px;
    font-weight: bold;
    margin: 2px 3px;
    background-color: #ffc6f3;
    border-radius: 10px;
    border: 1px solid #bd419c;
    display: inline-block;
    cursor: pointer;
    color: #ff0000;
    text-shadow: 2px 2px 2px #ffffff;
    white-space: nowrap;
}

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

.table.table-bordered.table-max4d th {
    background: #bd6ca9;
    color: #fff;
    font-weight: bold;
}

.form-demnguoc {
    text-align: center;
    float: left;
    width: 100%;
    line-height: 1.6;
    border: 1px solid #E0E0E0;
    padding: 12px;
    border-radius: 5px;
    background-color: #FFF5C5;
}

    .form-demnguoc p {
        padding: 4px 0
    }

        .form-demnguoc p a {
            color: blue
        }

.demnguoc {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    font-size: 32px;
    background: yellow;
    width: 48px;
    border-radius: 10px;
    font-weight: bold;
    border: solid 1px #c30000;
    margin: 0 5px;
}

.dot2 {
    display: inline-block;
    font-size: 32px;
}

.fn-20 {
    font-size: 20px
}

.runloto {
    height: 14px;
    width: 14px;
    display: inline-block;
}

.label-item {
    display: inline-block;
    margin-right: 16px;
}

.tkmini-item3 {
    float: left;
    margin: 4px 0px;
    width: 33.33%;
    font-size: 12px;
    white-space: nowrap;
}

    .tkmini-item3.fixm2 {
        min-width: 150px;
    }

.title-head2 {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 16px;
    background: #1255d7;
    padding: 8px;
    color: #fff;
}

    .title-head2 a {
        color: #fff;
    }

.section-content.border {
    padding: 10px;
    border: solid 1px #ddd;
}

.chiso {
    border-radius: 4px;
    float: left;
    background: #aeaeae;
    height: 10px;
}

.nowrap {
    white-space: nowrap;
}

.table-thongkexxdau {
    border: solid 1px #ddd
}

    .table-thongkexxdau td, .table-thongkexxdau th {
        border: 0;
    }

    .table-thongkexxdau th {
        background: #FBE4E4;
    }

    .table-thongkexxdau tr {
        border-bottom: solid 1px #ddd
    }

.tkxxsl {
    width: 70px;
}

.tkxxtg {
    width: 40px;
}

.tkxxso {
    background: #d90f0f;
    width: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.check-loto {
    float: right;
}

.td-tkso {
    background: #d90f0f;
    width: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.bg-FBE4E4 {
    background: #FBE4E4;
}

.loto-dvi {
    font-size: 13px;
    float: left;
    margin-left: 6px;
    line-height: 24px;
}

.circle-num {
    text-align: left;
    white-space: nowrap;
}

    .circle-num i {
        font-style: normal;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border: 1px solid #f4c703;
        display: inline-block;
        margin: 0 5px 0 0;
        background: #fffc8f;
    }

.jackpot_old_val {
    font-size: 18px;
    font-weight: bold;
    color: yellow;
    margin-bottom: 6px;
}

.jackpot_old {
    font-weight: bold;
    color: #FFEB3B;
    margin-bottom: 6px;
}

.jackpot_now {
    font-weight: bold;
    margin-bottom: 6px;
    font-size: 14px;
}

.jackpot_val {
    display: inline-block;
    border-radius: 24px;
    border: 2px solid #e60000;
    background: #FC0;
    color: #d21213;
    font-size: 24px;
    clear: both;
    min-width: 200px;
    padding: 4px 20px;
    font-weight: bold;
}

.tkmini-item4 {
    display: inline-block;
    float: left;
    width: 25%;
    margin: 5px 0;
    font-size: 12px
}

.item-daysotrung {
    width: 140px;
    height: 30px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #bd419c;
    border-radius: 15px;
    background: #ffc6f3;
    font-size: 28px;
    font-weight: bold;
}

.textabc {
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    text-align: center;
    border-right: 1px solid #a82688;
    background: #a82688;
    font-size: 24px;
    color: #fff;
}

.kq-daysotrung {
    width: 105px;
    text-align: center;
    line-height: 30px;
    float: left;
}

.table-sodauduoi {
    text-align: center;
    margin-bottom: 8px;
}

.c-xanh {
    color: #08C;
    font-size: 20px;
    font-weight: bold;
}

.c-do {
    color: #C4161C;
    font-size: 20px;
    font-weight: bold;
}

.table-sodauduoi p {
    font-size: 13px;
}

.table-sodauduoi td:first-child {
    width: 80px;
}

.sodauduoi_mienbac {
    text-align: center;
    font-size: 13px;
}

    .sodauduoi_mienbac td {
        width: 33.33%;
    }

.form-thongke {
    background: #FFF5C5;
    float: left;
    width: 100%;
    padding: 10px;
}

.item-group {
    display: inline-block;
    margin-right: 10px;
}

.label-text {
    display: inline-block;
    margin-right: 10px;
}

.slecttk {
    font-size: 12px;
    padding: 10px;
    background-image: linear-gradient(to bottom, #FFE063 0%, #FFE251 57%);
}

.tabthongkexoso {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center
}

    .tabthongkexoso li {
        display: inline-block;
        list-style: none;
        margin: 0 1px;
    }

        .tabthongkexoso li a {
            background: #FBECA1;
            display: block;
            border-radius: 5px 5px 0 0;
            padding: 6px 12px;
            font-weight: bold;
            color: #d21213;
        }

            .tabthongkexoso li a.active, .tabthongkexoso li a:hover {
                background: #d21213;
                color: #FFF;
            }

.bangthongke a {
    color: #06c;
}

.bangthongke .color-red {
    font-weight: bold
}

.bangthongke td:first-child {
    text-align: center;
    font-size: 12px;
}

.table.caccapsoxuathien {
    font-size: 12px;
}

.title-head3 {
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 10px;
    text-transform: uppercase;
    color: #fff;
    background: #d21213;
}

.table-tktslt {
    border: 5px solid #666;
    background: #999;
    padding: 0px;
    font-size: 14px;
    width: 100%;
}

    .table-tktslt td {
        border: 1px solid #000;
        text-align: center;
        padding: 2px;
    }

    .table-tktslt tr.hover {
        background: #FF9;
    }

    .table-tktslt tr:hover td {
        background: #FF9;
        border-bottom: 1px solid #d21213;
    }

    .table-tktslt td.bg-tong {
        background: #AECEFF;
        font-weight: bold;
    }

    .table-tktslt tr.trheader {
        background: #FC0;
    }

    .table-tktslt td.bg-capso {
        background: #F93;
        font-weight: bold;
    }

    .table-tktslt tr.trheader td {
        line-height: 100%;
        padding: 3px 2px;
    }

.bg-true {
    background: #fff;
}

.nextday {
    background: url(../images/next.png) right center no-repeat;
    display: block;
    float: right;
    width: 32px;
    height: 22px;
    text-indent: -100px;
    margin-left: 10px;
}

.boxseelect {
    background: #710000;
    width: 100%;
    display: block;
    color: #EEE;
    font-weight: bold;
}

.pagebody {
    background: #fff;
    width: 100%;
    float: left
}

.post-listing {
    border: solid 1px #ddd;
    float: left;
    padding: 16px;
    margin-bottom: 20px;
}

.form-lienhe {
    padding: 16px;
    border: solid 1px #ddd;
    float: left;
    width: 100%;
}

.boxnhapveso {
    position: relative;
    border: 1px solid #CCC;
    float: left;
    width: 100%;
    padding: 16px;
    border-radius: 10px;
    background: #FFF7DF;
}

.title_boxdoisotrung {
    background-color: #E64302;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 20px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFF;
    border-radius: 0 0 0 10px;
}

.w33pt {
    width: 31%;
    float: none;
    margin: 0 -5px;
    display: inline-block;
    padding: 0 15px;
}

.label-large {
    display: table-cell;
    width: 110px;
    text-align: right;
    padding-right: 16px
}

.group-large {
    display: table-cell;
}

.txtdayso {
    font-weight: bold;
    color: #d21213;
    font-size: 30px;
    text-align: center;
    letter-spacing: 18px;
}

.txtsodo {
    font-size: 28px;
    text-align: center;
    color: #d21213;
    font-weight: bold;
}

.w40pt {
    width: 39%;
    float: left;
}

.w60pt {
    width: 60%;
    float: right;
}

.trunggiai {
    border: 1px solid #eaeaea;
    background: #FCFCFC;
    border-radius: 5px;
    margin-bottom: 12px;
    text-align: center;
    padding: 10px;
}

.khongtrunggiai {
    border: 1px solid #eaeaea;
    background: #FCFCFC;
    border-radius: 5px;
    margin-bottom: 12px;
    text-align: center;
    padding: 10px;
}

.info-veso {
    line-height: 1.6;
    font-size: 14px;
    border: solid 1px #ddd;
    padding: 16px;
}

    .info-veso h3 {
        margin: 6px 0;
        font-size: 16px;
    }

.col-thu {
    width: 70px;
    min-width: 42px;
}

.col-tentinh {
    width: 90%;
}

.table-2tinh {
    text-align: center;
    font-size: 12px
}

.table-3tinh {
    text-align: center;
    font-size: 12px
}

.table-4tinh {
    text-align: center;
    font-size: 12px
}

    .table-4tinh .col-tentinh {
        width: 20%;
    }

.table-3tinh .col-tentinh {
    width: 25%;
}

.table-2tinh .col-tentinh {
    width: 33.33%;
}

.box_12congiap {
    float: left;
    width: 100%;
    border: 1px solid #ddd;
}

.tabs-main {
    float: left;
    width: 100%;
}

.tabs-nav {
    float: left;
    width: 100%;
}

.js-tab-content {
    float: left;
    width: 100%;
}

.tabs-content {
    display: none;
    float: left;
    width: 100%;
}

.tabs-active {
    display: inline-block;
}

.tabs-item {
    display: inline-block;
    padding: 6px;
    font-weight: bold;
    cursor: pointer
}

    .tabs-item:hover {
        color: #d21213;
    }

    .tabs-item.tabs-active {
        color: #fff;
        background: #d21213;
    }

.content_12congiap {
    max-height: 507px;
    overflow-y: auto;
}

.conso100 {
    background-image: url(../images/100conso.png);
    text-indent: -999px;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    position: static;
    text-align: center;
}

.table.table-12congiap td {
    padding: 3px 5px;
}

.icon_100conso {
    width: 20%;
    float: left;
    text-align: center
}

.conso100.giaima {
    height: 30px;
    background-position: -102px -318px;
    text-indent: -999px;
    overflow: hidden
}

.conso100.conchuot {
    background-position: 0% -21px
}

.conso100.contrau {
    background-position: -52px -21px
}

.conso100.concop {
    background-position: -102px -21px
}

.conso100.conmeonha {
    background-position: -150px -21px
}

.conso100.conmeorung {
    background-position: -202px -21px
}

.conso100.conrongnam {
    background-position: -252px -21px
}

.conso100.conrongbay {
    background-position: -302px -21px
}

.conso100.conran {
    background-position: -300px -71px
}

.conso100.conngua {
    background-position: 0% -71px
}

.conso100.conde {
    background-position: -52px -71px
}

.conso100.conkhi {
    background-position: -102px -71px
}

.conso100.conga {
    background-position: -150px -71px
}

.conso100.concho {
    background-position: -202px -71px
}

.conso100.conheo {
    background-position: -252px -71px
}

.conso100.ongtao {
    background-position: 0% -120px
}

.conso100.ongto {
    background-position: -52px -120px
}

.conso100.tientai {
    background-position: -102px -121px
}

.conso100.bavai {
    background-position: -150px -121px
}

.conso100.ongtroi {
    background-position: -200px -121px
}

.conso100.ongdia {
    background-position: -252px -119px
}

.conso100.thantai {
    background-position: -300px -121px
}

.conso100.trungvit {
    background-position: 0% -171px
}

.conso100.concatrang {
    background-position: -52px -171px;
}

.conso100.conoc {
    background-position: -102px -171px
}

.conso100.convit {
    background-position: -149px -171px
}

.conso100.concong {
    background-position: -200px -171px
}

.conso100.contrung {
    background-position: -252px -171px
}

.conso100.convoi {
    background-position: -302px -171px
}

.conso100.contho {
    background-position: -52px -320px
}

.conso100.conong {
    background-position: 0% -219px
}

.conso100.conhac {
    background-position: -52px -219px
}

.conso100.conbuom {
    background-position: -102px -221px
}

.conso100.conret {
    background-position: -150px -221px
}

.conso100.cogai {
    background-position: -198px -218px
}

.conso100.conbocau {
    background-position: -250px -221px
}

.conso100.conech {
    background-position: -300px -220px
}

.conso100.cono {
    background-position: 0% -274px
}

.conso100.conrua {
    background-position: -52px -277px
}

.conso100.conluon {
    background-position: -153px -270px
}

.conso100.concaden {
    background-position: -198px -274px
}

.conso100.contom {
    background-position: -253px -274px
}

.conso100.connhen {
    background-position: -300px -270px
}

.conso100.connai {
    background-position: 2px -320px
}

.table.table-12congiap {
    font-size: 12px;
}

.bol30 {
    background: #fae2e2;
    height: 32px;
    line-height: 30px;
    font-weight: bold;
    font-size: 16px;
    width: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
}

.sidebar-content.boder {
    border: solid 1px #ddd;
    padding: 10px;
}

.tkcs-title {
    font-size: 16px;
    margin-bottom: 10px;
}

.tkcs-col2 {
    width: 100%;
    float: left;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 8px;
    grid-row-gap: 8px;
}

.table-tkcapso {
    font-size: 16px;
}

    .table-tkcapso td, .table-tkcapso th {
        border: solid 1px #83adfc;
    }

.cs-col1 {
    color: #b3380f;
    font-weight: bold;
    background: #e1efff;
    text-align: center
}

    .cs-col1.width70 {
        width: 70px;
    }

    .cs-col1.width50 {
        width: 50px;
    }

.cs-col2 {
    color: #008000;
    font-weight: bold;
    background: #fff4e1;
}

@media only screen and (max-width:960px) {
    .title-head {
        font-size: 14px;
    }

    .navyear {
        display: none;
    }

    .input.input-date {
        padding: 0 4px;
        font-size: 13px;
        font-weight: bold;
    }

    .pagenav li a {
        font-size: 13px;
        font-weight: bold;
    }

    .font-ddi {
        font-size: 11px
    }

    .btn-xemloto {
        font-size: 12px;
    }

    .btn-fullsize {
        font-size: 12px;
    }

    .btn-share {
        font-size: 12px;
    }

    .tab_thu li {
        float: left;
        width: 25%;
        border: solid 1px #ddd;
    }

    .div-xsmega-num > div {
        margin: 2px;
    }

    .jackpot-bonus-vnd {
        background: #fba210;
        border-radius: 5px;
        min-width: 320px;
        color: #fff;
        font-size: 20px;
        padding: 6px 15px;
        display: inline-block;
        font-weight: bold;
    }

    .xsmega-num {
        height: 38px;
        width: 38px;
        font-size: 20px;
        line-height: 38px;
    }

    .xspower-num {
        height: 40px;
        width: 40px;
        font-size: 24px;
        line-height: 40px;
    }

    .tkmini-item4 {
        width: 33.33%;
    }

    .item-group.m-full {
        width: 100%;
        margin-right: 0;
        margin-bottom: 12px;
    }

        .item-group.m-full .select, .item-group.m-full .input {
            width: 100%;
        }

        .item-group.m-full .label-text {
            margin-right: 0;
            width: 100%;
            margin-bottom: 5px;
        }

    .btn-doveso.m-full {
        margin-right: 0;
        width: 100%;
    }

    .post-listing .entry-summary {
        display: none;
    }

    .boxnhapveso {
        padding: 0;
    }

    .title_boxdoisotrung {
        position: relative;
        padding: 10px;
        border-radius: 0;
        text-align: center;
        margin-bottom: 12px;
    }

    .w33pt {
        width: 100%;
        float: left;
        display: block;
        padding: 0;
        margin-bottom: 12px;
    }

    .w40pt {
        width: 100%;
    }

    .w60pt {
        width: 100%;
    }

    .m-scrol {
        display: flex;
        min-width: 100%;
        overflow-x: auto;
    }

    .item-daysoloto {
        display: block;
        margin-top: 12px;
    }

    .pagetitle {
        font-size: 16px;
    }

    .block-list-title.btn-dropdown-loto {
        font-size: 14px;
    }
}

.width-keno {
    max-width: 460px;
    margin: auto;
}

.box-keno-result {
    display: grid;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: repeat(10, 1fr);
    place-items: center;
}

.keno-number-live {
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 5px;
    border: solid 1px #d21213;
    color: #d21213;
    font-size: 26px;
    font-weight: bold;
    display: inline-block;
}

    .keno-number-live img {
        height: 18px;
        width: 18px;
        position: relative;
        top: 0;
    }

.keno-col2 {
    float: left;
    width: 48.5%;
    margin-right: 3%;
    position: relative;
}

    .keno-col2:nth-child(2n+2) {
        margin-right: 0;
    }

.item-chanle {
    background: #f1f1f1;
    display: block;
    line-height: 24px;
    margin-bottom: 8px;
    font-weight: bold;
    border-radius: 3px;
    padding: 6px;
}

.icknlonnho {
    display: inline-block;
    background: #000;
    color: #fff;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 100%;
    margin-right: 6px;
}

.numknlonnho {
    float: right;
}

.bg-16acb6 {
    background: #16acb6;
}

.bg-057e86 {
    background: #057e86;
}

.bg-e79701 {
    background: #e79701;
}

.bg-e76801 {
    background: #e76801;
}

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

.text-seconds {
    display: inline-block;
    margin-right: 5px;
    line-height: 36px;
}

.icontime {
    font-size: 14px;
    font-weight: normal;
}

.box-info {
    width: 100%;
    float: left;
}

    .box-info p:first-child {
        padding-top: 0;
    }

    .box-info p {
        color: #333;
        padding-top: 8px;
    }

.flex-center {
    display: flex;
    justify-content: center;
}

.count_seconds {
    background: #c80505;
    color: #fff;
    padding: 0 10px;
    display: inline-block;
    margin: 0 5px;
    border-radius: 2px;
    font-size: 20px;
    height: 36px;
    line-height: 36px;
    font-weight: bold;
}

.bgf1f1f1 {
    background: #f1f1f1;
}

.text_title {
    font-size: 16px;
    font-weight: bold;
}

.red {
    color: #e1203d;
}

.hov-td tbody td:hover {
    background: #ffecb4;
}

.hov-tr tbody tr:hover {
    background: #ffecb4;
}

.bg-f2f2f2 {
    background: #f2f2f2;
}

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

.text-tkdb {
    font-size: 20px;
    font-weight: bold;
}

.xoso_info {
    padding: 10px;
    line-height: 1.6;
    font-size: 16px;
    border: solid 1px #ddd;
}

    .xoso_info ul {
        padding-left: 32px
    }

        .xoso_info ul li {
            list-style: disc;
        }

    .xoso_info p {
        padding: 5px 0;
    }

    .xoso_info h2 {
        font-size: 20px;
    }

    .xoso_info h3 {
        font-size: 18px;
    }

    .xoso_info a {
        color: #1f619d
    }

.icrunloto {
    height: 16px;
    width: 16px;
}

.ul.tab-kqxs {
    display: table;
    width: 100%;
}

    .ul.tab-kqxs li {
        display: table-cell;
        text-align: center;
        border: solid 1px #fff;
    }

        .ul.tab-kqxs li a {
            display: block;
            padding: 8px 3px;
            background: #f2f2f2
        }

            .ul.tab-kqxs li a.active {
                background: #d21213;
                color: #fff;
            }

.text-slan {
    color: #666;
    font-size: 14px;
}

.title-bang-loto {
    padding: 8px;
    font-size: 16px;
    font-weight: bold;
    float: left;
    width: 100%;
}

.tk-grid4 {
    width: 100%;
    float: left;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 8px;
    grid-row-gap: 8px;
}

.tk-grid3 {
    width: 100%;
    float: left;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 8px;
    grid-row-gap: 8px;
}

.tk-grid2 {
    width: 100%;
    float: left;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 8px;
    grid-row-gap: 8px;
}

.title-head2.mgb0 {
    margin-bottom: 0
}

.m-xs {
    display: none;
}

.link-blue a {
    color: #1255d7;
}

.link-red a {
    color: #c30000;
}

.div-thongke {
    width: 100%;
    float: left;
    padding: 8px;
}

.ul-list {
    margin: 0;
    padding: 6px 0px 6px 14px;
    width: 100%;
    float: left;
}

    .ul-list li {
        padding: 4px 16px 4px 4px;
        float: left;
        width: 50%
    }

.ul.tab-kqxs.tab-xsdt {
    display: flex;
}

    .ul.tab-kqxs.tab-xsdt li {
        display: flex;
    }

.box-thongke {
    width: 100%;
    float: left;
    border: solid 1px #ddd;
    padding: 12px;
}

.keno-row1 {
    float: left;
    width: 100%;
    padding: 16px 0;
    border-top: solid 1px #eaeaea;
}

.keno-col1 {
    float: left;
    width: 100%;
    margin-bottom: 12px;
}

.span-row {
    display: inline-block;
    margin-right: 24px;
}

.span-row {
    display: inline-block;
    margin-right: 24px;
}

.keno-content {
    width: 100%;
    float: left;
}

.keno-column2 {
    float: left;
    width: 62%;
}

.kenno-btn-kq {
    display: grid;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: repeat(10, 1fr);
    place-items: center;
}

.btn-number-kq {
    background: #fff;
    height: 32px;
    line-height: 32px;
    width: 32px;
    text-align: center;
    border-radius: 6px;
    border: solid 1px #c80505;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
}

.keno-column3 {
    float: right;
    width: 35%;
}

.keno-row-c-l:last-child {
    margin-bottom: 0;
}

.keno-row-c-l {
    text-align: center;
}

.item-c-l {
    display: inline-block;
    border: solid 1px #e0e0e0;
    background: #f2f2f2;
    width: 100px;
    border-radius: 3px;
    margin-bottom: 3px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    font-weight: bold;
}

    .item-c-l.bg-active {
        background: #c80505;
        color: #fff;
        border: solid 1px #c80505;
    }

.item-total {
    display: block;
    font-weight: bold;
    margin-bottom: 12px;
}

.tab-tkct {
    width: 100%;
    float: left;
}

    .tab-tkct a {
        float: left;
        height: 32px;
        line-height: 32px;
        background: #f2f2f2;
        color: #222;
        padding: 0 8px;
        border-radius: 3px;
        margin-right: 5px;
        margin-bottom: 5px;
    }

        .tab-tkct a.active {
            background: #c80505;
            color: #fff;
        }

        .tab-tkct a:hover {
            background: #c80505;
            color: #fff;
        }

.col-inline {
    display: inline-block;
    margin-right: 12px;
}

.label-block {
    display: block;
    margin-bottom: 8px;
}

.label-inline {
    display: inline-block;
    margin-bottom: 8px;
}

.inline-block {
    display: inline-block;
    margin-right: 12px;
}

.box-static {
    float: left;
    width: 100%;
    padding: 10px;
    border: solid 1px #ddd;
}

.input-spinner {
    text-align: center;
    width: 40px;
    padding: 0;
}

.head-info {
    font-size: 18px;
}

.div-flex {
    display: flex
}

    .div-flex .box-result {
        width: 67%;
    }

    .div-flex .box-loto {
        width: 33%;
        padding-left: 10px;
        float: right;
        background: #fff;
        border: 0;
    }

    .div-flex .box-result .number {
        font-size: 22px;
    }

    .div-flex .box-result .font-db {
        font-size: 28px;
    }

    .div-flex .box-result .font-g7 {
        font-size: 28px;
    }

    .div-flex .box-result .font-g8 {
        font-size: 30px;
    }

    .div-flex .box-result .ma-db {
        font-size: 12px;
        margin: 4px;
    }

    .div-flex .box-result .table-result thead th {
        background: #227dcc;
        color: #fff;
        border: solid 1px #227dcc;
    }

    .div-flex .box-result .table-result {
        background: aliceblue;
        border: solid 2px #227dcc;
    }

        .div-flex .box-result .table-result td {
            border: solid 1px #227dcc;
        }

    .div-flex .box-loto .table-loto {
        background: #fdede0;
        border: solid 2px #f9b980;
    }

        .div-flex .box-loto .table-loto thead th {
            background: #fac99c;
            color: #000;
        }

        .div-flex .box-loto .table-loto td {
            font-size: 16px;
            padding: 3px;
            padding: 6px;
            font-weight: bold;
            border: solid 1px #f79a46;
        }

    .div-flex .box-loto th {
        border: solid 1px #f79a46;
    }

    .div-flex.div-no-flex {
        display: block
    }

        .div-flex.div-no-flex .box-result {
            width: 100%;
        }

        .div-flex.div-no-flex .box-loto {
            width: 100%;
            padding: 0
        }

.font-blod {
    font-weight: bold
}

.color_red {
    color: #d21213;
}

.tab-loto .tabs-item {
    display: inline-block;
    border: solid 1px #ddd;
    padding: 5px 10px;
    font-weight: normal;
    border-radius: 5px;
    font-size: 14px;
    color: #222;
    background: #fff
}

    .tab-loto .tabs-item.tabs-active {
        background: #1255d7;
        border: solid 1px #1255d7;
        color: #fff;
    }

@media only screen and (max-width:960px) {
    .box-keno-result {
        grid-column-gap: 2px;
        grid-row-gap: 2px;
    }

    .keno-number-live {
        height: 30px;
        line-height: 30px;
        width: 30px;
        font-size: 20px;
    }

    .text-slan {
        display: block;
    }

    .tk-grid4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .table-tkcapso {
        font-size: 14px;
    }

    .m-xs {
        display: inline-block;
    }

    .p-xs {
        display: none;
    }

    .tab_xstt li a {
        font-size: 13px;
        padding: 8px;
    }

    .ul-tabsloto li {
        margin-right: 8px;
        margin-bottom: 8px;
    }

    .ul.tab-kqxs.tab-xsdt {
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        overflow-x: scroll;
        overflow-x: auto;
        white-space: nowrap;
    }

        .ul.tab-kqxs.tab-xsdt li a {
            padding: 8px
        }

    .keno-column2 {
        width: 100%;
        margin-bottom: 12px;
    }

    .keno-column3 {
        width: 100%;
    }

    .item-c-l {
        width: auto;
        margin-bottom: 0;
        text-align: center;
        height: 28px;
        line-height: 28px;
        padding: 0 10px;
        font-size: 12px;
    }

    .btn-number-kq {
        height: 30px;
        line-height: 30px;
        width: 30px;
    }

    .col-inline {
        margin-right: 0;
        width: 100%;
        margin-top: 12px;
    }

    .m-top0 {
        margin-top: 0;
    }

    .m-full {
        width: 100%
    }
}
/*Bengen thá»‘ng kĂª */
.list-statistic {
    padding: 8px 16px;
    float: left;
    width: 100%;
    position: relative;
}

.row-item {
    width: 100%;
    float: left;
}

.btn-item-outline {
    float: left;
    border: solid 1px #e0e0e0;
    height: 40px;
    line-height: 40px;
    padding: 0 8px;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 6px;
    margin-bottom: 5px;
}

    .btn-item-outline.active {
        border: solid 1px #0029ad;
        color: #0029ad;
    }

.cauxs {
    display: inline-block;
    background: #f2f2f2;
    padding: 5px 12px;
    margin: 5px 5px 5px 0;
    border-radius: 2px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

    .cauxs.active {
        background: #1255d7;
        color: #fff;
    }

.bg-db {
    background: #ed1c25;
    color: #fff;
}

.cau-xs-da-ve {
    color: #fff;
    background: orange;
}

.caumbresult {
    font-size: 20px;
    font-weight: bold;
    color: orange;
}

.caumbchon {
    font-weight: bold;
    color: #1255d7;
}

.link-statistic {
    margin: 0;
    padding-left: 16px;
}

    .link-statistic li {
        padding: 4px 0;
    }

        .link-statistic li a {
            color: #1255d7
        }

.cau-selected {
    background: blue;
    color: white;
    border-radius: 4px;
    padding: 0 3px;
}

.cau-result {
    background: orange;
    border-radius: 4px;
    padding: 0 2px;
    color: #fff;
}

.cau-xs {
    cursor: pointer;
}

.cau-homsau {
    color: #1255d7;
}

.cau-dave {
    color: orange;
}

.see-more {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

    .see-more a {
        border: solid 1px #e0e0e0;
        padding: 6px 16px;
        display: inline-block;
        border-radius: 5px;
    }

.title-thong-ke {
    text-transform: uppercase;
    padding: 10px;
    font-size: 21px;
    margin-bottom: 2px;
}

    .title-thong-ke.bodertop {
        border-top: solid 1px #ddd;
        margin-top: 12px;
        padding-top: 20px;
    }

.ul-thong-ke {
    margin: 0;
    padding: 6px;
    border-bottom: solid 1px #fff;
}

    .ul-thong-ke li {
        padding: 8px 4px;
        list-style: none;
        float: left;
        width: 50%;
    }

        .ul-thong-ke li img {
            float: left;
            height: 20px;
            width: 20px;
            margin-right: 10px;
            border-radius: 5px;
            position: relative;
        }

        .ul-thong-ke li a {
            font-size: 16px;
        }

.iconHOT {
    display: inline-block;
    background: #05e828;
    color: #fff;
    font-size: 10px;
    border-radius: 3px;
    padding: 0 2px;
    position: relative;
    margin-left: 5px;
    top: -2px;
}

.bg_fcfcfc {
    background: #f0f0f0;
}

.fn-18 {
    font-size: 18px;
}

.text_title a {
    color: #1255d7;
}

.w_5 {
    width: 5%;
}

.w_10 {
    width: 10%;
}

.w_15 {
    width: 15%;
}

.w_20 {
    width: 20%;
}

.w_25 {
    width: 25%;
}

.w_30 {
    width: 30%;
}

.w_35 {
    width: 35%;
}

.w_40 {
    width: 40%;
}

.w_45 {
    width: 45%;
}

.w_50 {
    width: 50%;
}

.w_60 {
    width: 60%;
}

.w_70 {
    width: 70%;
}

.w_80 {
    width: 80%;
}

.w_90 {
    width: 90%;
}

.w_t2 {
    width: 45%;
}

.w_t3 {
    width: 30%;
}

.w_t4 {
    width: 22.5%;
}

.form-label {
    float: left;
    width: 100%;
    background: #e4e4e4;
    padding: 12px;
}

.table-scrol-x {
    overflow: auto;
    white-space: nowrap;
    float: left;
    width: 100%;
}

.bkg-blue {
    background: #227dcc;
}

.color-white {
    color: white;
}

.headspecial, .tailspecial, .specialvalue, .sumspecial, .sumspecialeven, .sumspecialodd {
    display: none;
}

.hov-td1 td:hover {
    background: #ffbf00;
}

.bkg-primary {
    background-color: #97c9f4;
}

.bkg-reb {
    background-color: #fe0000;
}

.table-height {
    height: fit-content !important;
}

.select.m-full {
    min-width: 120px;
}

.input.m-full {
    min-width: 120px;
}

.number-DB {
    font-size: 16px;
    font-weight: 700;
}

.text-date {
    font-size: 11px;
    color: #555;
}

.bge1f0db {
    background: #faf2e3;
}

.btn-tslt {
    background: white;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    text-align: center;
    outline: none;
    padding: 0 8px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

    .btn-tslt:hover {
        background: #f2f2f2;
    }

    .btn-tslt.active {
        background: #959595;
        color: #fff;
    }

.btn-tk {
    padding: 4px;
    font-size: 12px;
    border-radius: 3px;
    border: solid 1px #ddd;
    display: inline-block;
    min-width: 48px;
    cursor: pointer;
    font-weight: normal;
    background: #fff;
}

.btn3.active {
    background-color: #095088;
    color: #fff;
}

.btn3 {
    border: solid 1px #095088;
    height: 36px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 0 15px;
}
/* table-scroll-fixed*/
.table-fixed {
    position: relative;
    width: 100%;
    z-index: 1;
    margin: auto;
    overflow: scroll;
}


    .table-fixed thead th {
        background: #d9edf7;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }

    .table-fixed th:first-child {
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        z-index: 2;
        background: #d9edf7;
    }

    .table-fixed thead th:first-child {
        z-index: 5;
    }
/* End*/
.table.table-tkts {
    border: solid 1px #666;
}

    .table.table-tkts th {
        border: solid 1px #666;
        padding: 4px;
        width: 50px;
    }

    .table.table-tkts td {
        border: solid 1px #666;
        width: 25px;
        padding: 0;
        height: 25px;
    }

.bg-info {
    background-color: #d9edf7;
}

.darkgb {
    background-color: gray;
}

.tansuatrow {
    background: #fff;
}

    .tansuatrow:hover {
        background: #ffeaa6;
    }

        .tansuatrow:hover .bg-info {
            background: #ffeaa6;
        }

tr.tansuatrow.bg-hover > td:not(.darkgb) {
    background-color: #ffeaa6;
}

tr.tansuatrow.bg-active > td:not(.darkgb) {
    background-color: #ffbf00;
}

tr.tansuatrow.bg-active .bg-info {
    background-color: #ffbf00;
}

.tansuat-verti .kqbackground.verti-highlight.verti-active {
    background-color: #ffbf00;
}

.tansuat-verti .verti-highlight.verti-hover {
    background-color: #FFE2B3;
}

.btn3 {
    border: solid 1px #095088;
    height: 36px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 0 15px;
}

    .btn3.active {
        background-color: #095088;
        color: #fff;
    }

    .btn3:hover {
        background-color: #fff;
        border: solid 1px #095088;
        color: #095088;
    }

.rowspad {
    float: left;
    width: 100%;
    background: #333;
    padding: 10px;
}

.table-fixed-tkts {
    position: relative;
    width: 100%;
    z-index: 1;
    overflow: scroll;
    max-height: 100vh;
    margin: auto;
}

    .table-fixed-tkts tfoot, .table-fixed-tkts tfoot th, .table-fixed-tkts tfoot td {
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        background: #d9edf7;
        z-index: 4;
    }

    .table-fixed-tkts th:first-child {
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        z-index: 2;
        background: #d9edf7;
    }

    .table-fixed-tkts thead th {
        background: #d9edf7;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }

    .table-fixed-tkts tfoot th:first-child {
        z-index: 5;
    }

@media only screen and (max-width:960px) {
    .ul-item-tabs li a {
        padding: 5px 2px;
    }
}

@media only screen and (max-width:400px) {
    .div-flex .box-result .number {
        font-size: 18px;
    }

    .div-flex .box-loto .table-loto td {
        font-size: 12px;
    }

    .div-flex .box-result .ma-db {
        font-size: 10px;
    }
}
/*End thá»‘ng kĂª */




.p-hiden {
    display: none
}

@media only screen and (max-width:960px) {
    .m-hidden {
        display: none
    }

    .p-hidden {
        display: block
    }
}
.tansuatrow td:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1;
    background: #d9edf7;
}