@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,300|Roboto+Condensed:400,300,700&subset=latin,vietnamese);
*{color:#000;font-family:Roboto,Arial,sans-serif;font-size:15px}a{text-decoration:none}
html {
    color: #000;
    background: #fff;
}
blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,
img {
    border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 400;
}
ol,
ul {
    list-style: none;
}
caption,
th {
    text-align: left;
}
q:after,
q:before {
    content: "";
}
abbr,
acronym {
    border: 0;
    font-variant: normal;
}
sup {
    vertical-align: text-top;
}
sub {
    vertical-align: text-bottom;
}
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
legend {
    color: #000;
}
/* @font-face {
    font-family: Flaticon;
    src: url(flaticon.eot);
    src: url(flaticon.eot#iefix) format("embedded-opentype"), url(flaticon.woff) format("woff"), url(flaticon.ttf) format("truetype"), url(flaticon.svg) format("svg");
    font-weight: 400;
    font-style: normal;
} */
[class*=" flaticon-"]:after,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class^="flaticon-"]:before {
    /* font-family: Flaticon; */
    font-style: normal;
}
.flaticon-clipboard109:before {
    content: "\e000";
}
.flaticon-cloud-storage:before {
    content: "\e001";
}
.flaticon-code10:before {
    content: "\e002";
}
.flaticon-gold6:before {
    content: "\e003";
}
.flaticon-house204:before {
    content: "\e004";
}
.flaticon-money164:before {
    content: "\e005";
}
.flaticon-movies6:before {
    content: "\e006";
}
.flaticon-right133:before {
    content: "\e007";
}
.flaticon-sportsball15:before {
    content: "\e008";
}
.flaticon-televisions2:before {
    content: "\e009";
}
.red {
    color: #e62e04 !important;
}
.blue {
    color: #c80505 !important;
}
.white {
    color: #fff !important;
}
.bold {
    font-weight: 700 !important;
}
.hidden {
    display: none;
}
.uppercase-text {
    text-transform: uppercase;
}
.fixed {
    position: fixed;
    top: 0;
}
.relative {
    position: relative;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.text-center {
    text-align: center !important;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.error {
    margin-top: 5px;
    clear: both;
}
.error a {
    color: #00f !important;
}
.clear {
    clear: both;
}
.no-margin-bottom {
    margin-bottom: 0 !important;
}
.no-border-bottom {
    border-bottom: none !important;
}
.no-border {
    border: none !important;
}
.kq-link {
    color: #00f;
}
.kq-link:hover {
    color: #00f;
    text-decoration: underline;
}
.mgt5 {
    margin-top: 5px;
}
.mgt10 {
    margin-top: 10px;
}
.mgt15 {
    margin-top: 15px;
}
.mgt20 {
    margin-top: 20px;
}
.mgt25 {
    margin-top: 25px;
}
.mgb5 {
    margin-bottom: 5px;
}
.mgb10 {
    margin-bottom: 10px;
}
.mgr5 {
    margin-right: 5px;
}
.mgr8 {
    margin-right: 8px;
}
.mgr10 {
    margin-right: 10px;
}
.mr15 {
    margin-right: 15px;
}
.pd15 {
    padding: 15px;
}
.pd5 {
    padding: 5px;
}
.pd10 {
    padding: 10px;
}
.pdl10 {
    padding-left: 10px;
}
.pdb10 {
    padding-bottom: 10px;
}
.pdb5 {
    padding-bottom: 5px;
}
.height-60 {
    height: 60px !important;
}
.width100 {
    width: 100%;
}
.sblue {
    font-weight: 700;
    font-size: 25px;
    color: #00f !important;
}
.mb_g0 .sblue {
    font-weight: 700;
    font-size: 32px;
    color: #00f !important;
}
.sblue2 {
    font-weight: 700;
    font-size: 15px;
    color: #00f;
}
.sRed {
    font-weight: 700;
    font-size: 16px;
    color: red;
}
.small {
    font-size: 11px;
}
.alert {
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 10px;
}
.alert-danger {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}
.alert-success {
    border-color: #8ac38b;
    color: #356635;
    background-color: #cde0c4;
}
.message-404 {
    font-size: 20px;
    font-weight: 700;
    margin: 20px;
}
.message-404 a {
    font-size: 20px;
}
#container,
.header-wrapper,
.top-nav {
    width: 1170px;
    margin: 0 auto;
}
.widget {
    margin-bottom: 10px;
}

.widget-header {
    background-color: #fff;
    border: 1px solid #ddd;
    height: 35px;
    padding-left: 10px;
    position: relative;
    padding-right: 10px;
}
.widget-header-content {
/*    border: 1px solid #999;
    background-color: rgb(247, 245, 245);*/
    color: #c80505;
    /*height: 35px;*/
    position: relative;
    /*line-height: 35px;*/
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
}
.widget-header-content h1 {
    color: #333333;
    font-size: 16px;
}
/*.widget-header .widget-header-hr {
    width: 77px;
    height: 3px;
    background: #73a81f;
    position: absolute;
    top: 0;
    left: 10px;
}*/

.loading-container {
    display: flex;
    align-items: center;
  justify-content: center;
  }
  
  .loading-number {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    background-color: #c80505 !important;
    margin: 0 1px;
  }
.widget-header h1,
.widget-header h1 a,
.widget-header h3,
.widget-header h3 a {
    color: #c80505;
    padding-top: 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
}
.widget-header h1,
.widget-header h1 a {
    color: #333333;
}
.widget-header h3 a:hover {
    color: #e62e04;
}
.widget-content {
    border: 1px solid #ddd;
    border-top: none;
}
.top-nav {
    height: 32px;
    line-height: 32px;
}
.top-nav .intro-text {
    width: 550px;
    float: left;
    font-size: 13px;
}
.intro-text a {
    font-size: 12px;
}
.top-nav .top-btns {
    float: right;
    text-align: right;
}
.top-nav .top-btns a {
    padding: 9px 15px;
}
.top-nav .top-btns a:first-child {
    border-right: 1px solid #ddd;
    padding-left: 0;
}
.top-nav .top-btns a:last-child {
    padding-right: 0;
}
.header-pc {
    background: #f7f7f7;
    height: 140px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
.top-content {
    height: 101px;
}
.logo {
    float: left;
    height: 80px;
    margin-top: 15px;
}
.loto-text {
    color: #c80505;
    font-weight: bold;
    /* text-transform: uppercase; */
    font-size: 20px;
    margin-top: 20px;
}
.slogan {
    margin-top: 5px;
    font-size: 11.3px;
    font-style: italic;
}
.slogan-footer {
    margin-top: 5px;
    font-size: 12px;
}
.header-banner {
    width: 825px;
    height: 90px;
    float: left;
    margin: 5px 0;
}
.main-content {
    min-height: 500px;
}
#right-1 {
    width: 200px;
    float: left;
}
.live-menu-item {
    height: 51px;
    font-size: 11px;
    font-weight: 700;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    text-align: left;
    margin-bottom: 5px;
    background: #fbfbfb;
    position: relative;
}
.live-menu-icon {
    float: left;
    width: 55px;
    height: 40px;
    margin: 5px 0 0 5px;
}
.live-menu-content {
    float: right;
    width: 115px;
    margin-left: 10px;
    padding: 10px 0;
}
.live-menu-content p,
.live-menu-content p a {
    text-transform: uppercase;
    font-size: 11px;
}
.live-1,
.live-3 {
    position: absolute;
    padding: 2px 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    right: 3px;
    top: 3px;
}
.live-1 {
    background: #74aa19;
}
.live-3 {
    background: #e62e04;
}
.kq-calendar {
    width: 188px;
    position: relative;
    background: #fff;
    border: 1px solid #cdcdcd;
    border-bottom: none;
    border-top: none;
}
.kq-calendar-top {
    height: 25px;
    width: 100%;
    background-color: #f0f0f0;
}
.kq-calendar-top td {
    text-align: center;
    font-weight: 700;
}
.kq-calendar-top td:first-child,
.kq-calendar-top td:last-child {
    width: 20px;
}
.kq-calendar-top td a {
    color: #000;
}
.kq-calendar-content td a,
.kq-calendar-content td span {
    padding: 5px;
    font-weight: 400;
}
.kq-calendar-content td a.silver,
.kq-calendar-content td span.silver {
    color: silver;
    font-weight: 400;
}
.kq-calendar-header {
    height: 25px;
    line-height: 25px;
}
.kq-calendar-header th {
    font-size: 13px;
    height: 30px;
    text-align: center;
}
.kq-calendar-content td {
    width: 9%;
    border: 1px solid #ddd;
    margin: 0;
    outline: 0;
    text-align: center;
    height: 23px;
    line-height: 23px;
    border-left: none;
}
.kq-calendar-content td:hover {
    background: #73a81f;
}
.kq-calendar-content .weekend {
    background-color: #f9f9ed;
}
.kq-calendar-content td.selected {
    background: #73a81f;
    font-weight: 700;
}
.kq-calendar-content td.selected a {
    color: #fff;
}
.kq-calendar-content td.today {
    border: 2px solid #e62e04 !important;
}
.kq-calendar-content tr td:last-child {
    border-right: none;
}
.menu-right {
    padding: 0 7px;
}
.menu-right li {
    height: 30px;
    line-height: 30px;
    /*border-bottom: 1px inset #ebebeb;*/
}
.menu-right li:last-child {
    border-bottom: none;
}
.menu-right li a i {
    margin-left: 3px;
    margin-right: 8px;
}
.tienich-item {
    float: left;
    width: 87px;
    height: 33px;
    background: #fff;
    margin-bottom: 5px;
    text-align: center;
    padding: 10px 0;
}
.tienich-item:nth-child(2n) {
    margin-left: 5px;
}
.tienich-widget .widget-content {
    background: #c80505;
    padding: 0 5px 0 5px;
    border: none;
}
.tienich-item p:first-child {
    margin-bottom: 4px;
}
.tienich-item i {
    font-size: 20px;
    color: #626262;
    font-weight: 400;
}
.tienich-item i:hover {
    color: #e62e04;
}
.tienich-item a {
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 400;
}
#left-content {
    /*display: inline-block;*/
    width: 630px;
    margin-right: 10px;
    float: left;
}
#right {
    float: right;
    margin-left: 10px;
    width: 320px;
}
#search-box-content .form-control {
    min-width: 130px !important;
}
.search-widget .widget-content {
    padding: 6px;
}
.search-widget .search-row {
    margin-bottom: 10px;
}
.search-widget .search-row:last-child {
    margin-bottom: 0;
}
.search-widget input {
    height: 30px;
    padding: 0 10px;
    width: 125px;
}
.search-widget select {
    width: 130px;
    height: 30px;
    margin-left: 5px;
}
.search-widget .search-button {
    margin-left: 8px;
    height: 30px;
    border: 0;
    cursor: pointer;
    background-color: #73a81f;
    border-radius: 2px;
    color: #fff;
    width: 130px;
}
.date-chooser,
.search-widget .search-number {
    height: 28px !important;
}
.search-widget input,
.search-widget select {
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.search-widget input:focus,
.search-widget select:focus {
    border-color: #66afe9;
    outline: 0 none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
.search-widget .search-row .Zebra_DatePicker_Icon_Wrapper .Zebra_DatePicker_Icon_Inside {
    top: 7px;
    right: 4px !important;
    left: auto !important;
}
.new {
    background: #e50003;
    padding: 2px 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 8px;
    margin-left: 8px;
    font-weight: 700;
}
.live-2 {
    background: #74aa19;
    padding: 2px 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    margin-left: 10px;
    font-weight: 700;
}
.news-widget .widget-content ul {
    padding: 0 7px;
}
.news-widget .widget-content ul li {
    border-bottom: 1px inset #ebebeb;
    /* background: url(../images/arrow-news.png) no-repeat 3px 10px; */
    padding: 5px 0 5px 15px;
}
.view-more {
    border: none !important;
    background: 0 0 !important;
}
.view-more a {
    color: #c80505;
    font-size: 11px;
}
.view-more a:hover {
    text-decoration: underline;
}
.sms-item {
    padding: 7px 10px;
    border-bottom: 1px solid #cdcdcd;
}
.sms-item:last-child {
    border-bottom: none;
}
.sms-icon {
    float: left;
    width: 62px;
    text-align: center;
    padding-top: 10px;
}
.sms-content {
    float: left;
    width: 190px;
}
.sms-text {
    font-size: 12px;
}
.sms-syntax-content {
    margin-top: 3px;
}
.sms-syntax {
    width: 62px;
    float: left;
    text-align: center;
    border: 1px solid #74aa19;
    border-top-color: #74aa19;
    border-top-style: solid;
    border-top-width: 1px;
    border-radius: 3px;
    font-weight: 700;
    padding: 3px 9px;
}
.sms-syntax-icon {
    float: left;
    width: 30px;
    margin: 6px 0 0 20px;
}
.sms-syntax-number {
    float: left;
    font-size: 18px;
    padding-top: 0;
}
.region-column {
    width: 200px;
    border: 1px solid #ddd;
    border-bottom: none;
    float: left;
}
.region-column:first-child {
    border-left: none;
}
.region-wrapper tr td:nth-child(even) .region-column {
    border-left: none;
    width: 170px;
}
.region-column ul li {
    border-bottom: 1px solid #d8d7d7;
    height: 31px;
    line-height: 31px;
    padding-left: 10px;
}
.region-column ul li:last-child {
    border-bottom: none;
}
.region-column ul li a i {
    margin-right: 2px;
}
.province-list li {
    border: 1px solid #ddd;
    height: 31px;
    border-top: none;
    line-height: 31px;
    border-left: none;
    padding-left: 10px;
    float: left;
    width: 33.333333333333%;
}
.result-table {
    border: 3px solid #e00000;
}
.result-table-header {
    height: 30px;
}
.result-table-header h1,
.result-header-small h1 {
    color: #e00000;
    font-size: 16px;
    text-transform: uppercase;
}
nav {
    background-color: #c80505;
}

nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

nav ul li {
    display:inline-block;
    background-color: #c80505;
    }

/* nav ul li.disable {
    background-color: #cdcbcb;
} */

nav a {
    display:block;
    padding:0 10px;
    color:#FFF;
    font-size:16px;
    line-height: 40px;
    text-decoration:none;
}

nav a:hover {
    background-color: #000000;
}


nav ul ul {
    display: none;
    position: absolute;
    top: 40px;
    z-index: 9;
}


nav ul li:hover > ul {
    display:inherit;
}

nav ul ul li {
    width:170px;
    float:none;
    display:list-item;
    position: relative;
}

nav ul ul ul li {
    position: relative;
    top:-60px;
    left:170px;
}


/* Change this in order to change the Dropdown symbol */
/*li > a:after { content:  ' +'; }*/
/*li > a:only-child:after { content: ''; }*/
.result-table-header h2,
.result-table-header h4 {
    color: #c80505;
    font-size: 15px;
}
.result-table-header,
.result-header-small {
    text-align: left;
    padding: 10px 0 10px 10px;
    position: relative;
}
.result-table-header .print-kqxs {
    position: absolute;
    right: 15px;
    top: 10px;
}
.result-table table {
    width: 100%;
    border: none;
    table-layout: fixed;
}
.result-table table tr td {
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    border: 1px solid #d8d7d7;
    padding: 4px 0;
}
.tk-table table tr td {
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    border: 1px solid #d8d7d7;
    padding: 4px 0;
}
.tk-table table tbody {
    background: #fff;
}
.dientoan .result-table-header tr td,
.loto-tructiep tr td,
.result-table .mega645-wins table tr td,
.result-table table tr td span,
.table-tructiep .table tr td .number {
    color: #222;
}
.result-table table tr td span,
.result-table table tr td span mark {
    font-size: 26px;
    height: 38px;
}
.result-table table tr span.mb_g0,
.result-table table tr td span.red mark,
.result-table table tr td.mb_g0,
.result-table table tr td.mb_g0 .runLoto {
    font-size: 32px;
}
.result-table table tr td:first-child {
    border-left: none;
}
.result-table table tr td:last-child {
    border-right: none;
}
.result-table table tr td[colspan="3"] {
    width: 70%;
}
.result-table table tr td[colspan="4"] {
    width: 30%;
}
.result-table table tr td[colspan="6"] {
    width: 50%;
}
.result-table table tr:last-child td {
    border-bottom: none;
}
.first-td {
    width: 97px;
    font-size: 14px !important;
}
.result-footer {
    padding: 10px;
    text-align: center;
    color: #c80505;
}
.result-footer,
.result-footer span {
    font-size: 15px;
}
.dd-loto-widget table {
    width: 100%;
    height: 320px;
    text-align: center;
    font-size: 13px;
    float: left;
}
.dd-loto-widget table th {
    border: 1px solid #d8d7d7;
    font-weight: 700;
    text-align: center;
    height: 35px;
    line-height: 35px;
    color: #900;
    font-size: 14px;
    background-color: #e8e8e8;
}
.dd-loto-widget table tr:first-child td {
    border-top: none;
}
.dd-loto-widget table tr td.dd-stt {
    font-size: 15px;
}
.dd-loto-widget table tr td.dd-kq {
    text-align: left;
    padding-left: 10px;
    line-height: 25px;
    font-weight: 700;
    color: #222;
}
.dd-loto-widget table tr td {
    border: 1px solid #d8d7d7;
}
.dd-loto-widget .dit-loto {
    margin-left: 10px;
}
.fast-statistic {
    height: 36px;
    line-height: 36px;
    background: #efeeee;
    font-weight: 700;
    padding-left: 10px;
    font-size: 14px;
}
.fast-statistic .red {
    font-size: 14px;
}
.tk-nhanh-item-content {
    padding: 13px;
}
.tk-nhanh-item {
    width: 110px;
    height: 29px;
    line-height: 29px;
    float: left;
    margin-right: 13px;
    font-weight: 700;
}
.tk-nhanh-item:nth-child(4n) {
    margin-right: 0;
}
.fast-statistic-number {
    border: 1px solid #a1b1cf;
    width: 45px;
    font-size: 15px;
}
.fast-statistic-number .bold {
    font-size: 15px;
}
.tk-nhanh-text {
    border: 1px solid #e3e3e3;
    border-left: none;
    background: #fcfaf4;
}
.tk-nhanh-40 table tr td:first-child {
    border-left: none;
}
.tk-nhanh-40 table tr td:last-child {
    border-right: none;
}
.update {
    color: #fff;
    font-size: 12px;
    float: right;
}
#footer {
    background-color: #f7f7f7;
    text-align: center;
    font-size: 13px;
    border-top: #ededed 1px outset;
    padding: 10px 0;
    margin-top: 10px;
}
.copyright-img {
    display: none;
}
.copyright,
.copyright-img {
    text-align: center;
    font-weight: 700;
}
.exchange-links {
    margin-top: 20px;
}
.exchange-links a {
    padding: 5px;
    font-weight: 700;
}
.menu-footer {
    margin: 0 auto;
    text-align: center;
}
.menu-footer .nav-menu {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}
.menu-footer .item-link {
    font-size: 15px;
    padding-right: 20px;
    cursor: pointer;
    color: #333;
}

.downarrowclass {
    position: absolute;
    top: 12px;
    right: 7px;
}
.rightarrowclass {
    position: absolute;
    top: 6px;
    right: 5px;
}
.leftarrowclass {
    margin-right: 5px;
}
.ddshadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    background-color: #ccc;
}
.toplevelshadow {
    margin: 5px 0 0 5px;
    opacity: 0.8;
}
.ddcss3support .ddshadow.toplevelshadow {
    margin: 0;
}
.ddcss3support .ddshadow {
    background-color: transparent;
    box-shadow: 5px 5px 5px #aaa;
    -moz-box-shadow: 5px 5px 5px #aaa;
    -webkit-box-shadow: 5px 5px 5px #aaa;
}
#province-list {
    width: 610px !important;
    background: #c80505;
    border: none;
    display: block;
}
.top-menu-popup li {
    border: none !important;
    float: left !important;
}
.top-menu-popup li a {
    width: 178px !important;
    margin: 0 !important;
    padding: 10px 12px !important;
}
.top-menu-popup li.root {
    width: 100% !important;
    display: block;
    float: none !important;
    text-align: center !important;
    clear: both;
    background: #74aa19 !important;
    padding: 0;
}
.top-menu-popup li.root a {
    background: #74aa19;
    width: 570px !important;
    border: none !important;
    text-transform: uppercase !important;
    padding: 11px 12px !important;
}
.top-menu-popup li.root a:hover {
    background: #74aa19;
}
#left-big {
    width: 840px;
    float: left;
    min-height: 200px;
}
.header-title {
    height: 37px;
    background: #e62e04;
}
.header-title-gray {
    background: #737373;
    height: 37px;
    border: 1px solid #626262;
}
.header-title-dark-blue {
    background: #c80505;
    height: 37px;
    border: 1px solid #626262;
}
.header-title-silver {
    height: 37px;
    background: #f1f1f1;
    line-height: 37px;
    padding-left: 10px;
    border-top: none;
    border: 1px solid #eaeaea;
    margin-bottom: 10px;
}
.title-text {
    color: #fff;
    line-height: 37px;
    padding-left: 10px;
}
.title-text span {
    color: #fff;
}
.caption-info {
    margin-top: 10px;
    background: #f4f2e6;
    border: 1px solid #e3dfc9;
    padding: 15px;
    font-size: 13px;
    color: #6d663e;
    line-height: 18px;
}
.box-ketqua {
    float: left;
    width: 100%;
}
.box-ketqua .result-table {
    width: 480px;
    float: left;
}
.result-box-loto {
    margin-left: 15px;
    float: left;
    width: 204px;
}
.result-box-loto .dd-loto-widget table {
    width: 100%;
}
.form-group-main {
    margin: 25px 0;
    min-height: 20px;
}
p.helper {
    font-size: 16px;
    margin-bottom: 30px;
}
p.helper span {
    font-size: 16px;
}
.form-group {
    float: left;
}
.form-group .label {
    margin-bottom: 10px;
    font-weight: 700;
}
button.form-control {
    background: #74aa19;
    border: 1px solid #628b1c;
    border-radius: 3px;
    cursor: pointer;
}
select.form-control {
    width: 98%;
    height: 37px;
}
.form-control {
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    padding: 10px 0;
}
input.form-control,
select.form-control,
textarea.form-control {
    padding-left: 10px;
}
button.button-submit {
    height: 38px;
    width: 116px;
    color: #fff;
    font-weight: 700;
}
.button-submit-break {
    margin-top: 15px;
}
.col8 {
    width: 8%;
}
.col10 {
    width: 10%;
}
.col25 {
    width: 23%;
    margin-right: 2%;
}
.col31 {
    width: 31%;
}
.col32 {
    width: 32%;
}
.col35 {
    width: 35%;
}
.col38 {
    width: 38%;
}
.col40 {
    width: 40%;
}
.col46 {
    width: 46%;
}
.col50 {
    width: 50%;
}
.col51 {
    width: 51%;
}
.col52 {
    width: 52%;
}
.col45 {
    width: 45%;
}
.col48 {
    width: 48%;
}
.col75 {
    width: 75%;
}
.col73 {
    width: 73%;
}
.col74 {
    width: 74%;
}
.col24 {
    width: 24%;
}
.col15 {
    width: 15%;
}
.col18 {
    width: 18%;
}
.col19 {
    width: 19%;
}
.col20 {
    width: 20%;
}
.col34 {
    width: 34%;
}
.col60 {
    width: 60%;
}
.col100 {
    width: 100%;
}
.r900 {
    color: #900;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn.btn-small {
    padding: 3px 7px;
}
.btn-group-sm > .btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn.btn-success {
    background: #40bf40;
    text-shadow: none;
    color: #fff;
    filter: none;
}
.daterangepicker .ranges .input-mini {
    width: 60px !important;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: 2px;
}
.box-table {
    margin-bottom: 10px;
    position: relative;
    min-height: 100px;
}
.box-table .dauso {
    width: 45px;
    height: 45px;
    background: #e3e9f4;
    border: 1px solid #a1b1cf;
    font-weight: 700;
    color: #c80505;
    line-height: 46px;
    text-align: center;
}
.box-table .number {
    width: 45px;
    height: 45px;
    text-align: center;
    color: #464646;
    padding: 2px 0 2px 0;
}
.box-table .number span {
    display: block;
}
.box-table .number .num {
    font-size: 20px;
    color: #e80000;
    font-weight: 700;
}
.box-table .none {
    width: 45px;
    height: 45px;
    background: #a09f9f;
    border: none;
}
.box-table .margin-row {
    margin-bottom: 4px;
}
.box-table .number:last-child {
    margin-right: 0;
}
.box-capso {
    float: left;
    width: 20%;
}
.box-capso:nth-child(5n) {
    margin-right: 0;
}
.box-capso .capso {
    width: 45px;
    height: 45px;
    border: 1px solid #a4b3d0;
    background: #e3e9f4;
    text-align: center;
    line-height: 45px;
    font-weight: 700;
    font-size: 13px;
    color: #c80505;
    float: left;
}
.box-capso .solan {
    width: 45px;
    height: 45px;
    border: 1px solid #e3e3e3;
    border-left: none;
    background: #fcfaf4;
    text-align: center;
    line-height: 45px;
    font-weight: 700;
    font-size: 12px;
    color: #464646;
    float: left;
}
.icon-date {
    /* background: url(../images/calendar.png) repeat-y; */
    background-position: 126px 0;
}
.contact-content input,
.contact-content textarea {
    width: 100% !important;
}
.contact-content .content-label {
    height: 100px;
}
.news-lists {
    margin-top: 5px;
}
.news-item {
    display: inline-block;
    clear: both;
    margin-bottom: 10px;
    width: 100%;
}
.news-item .thumbnail {
    width: 125px;
    float: left;
    margin-right: 10px;
}
.news-item a.img img {
    width: 100%;
    border: none;
    height: 100px;
}
.news-item .title {
    padding: 0;
    font: 400 18px Arial;
    margin-bottom: 7px;
}
.news-item .title a {
    font-size: 15px;
    color: #222;
    font-weight: 700;
    line-height: 20px;
}
.news-item .date {
    font-size: 14px;
    color: #555;
    padding-bottom: 10px;
}
.news-item .des {
    font-size: 14px;
    line-height: 1.4;
}
#left-article {
    width: 630px;
    float: left;
    min-height: 200px;
}
#right-article {
    width: 330px;
    float: right;
    margin-left: 10px;
}
.breadcrumb {
    margin: 5px 0 10px 5px;
    font-size: 14px;
    letter-spacing: -0.3px;
    word-spacing: 0.2px;
    font-weight: 700;
}
.breadcrumb > li {
    list-style: none;
    white-space: nowrap;
    display: -webkit-box;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.article-title h1 {
    font-size: 22px;
    font-weight: 700;
}
.article .content h2 strong,
.article .content h3 strong {
    font-size: 18px;
}
.article .content h2,
.article .content p strong {
    font-size: 18px;
}
.article .content {
    line-height: 23px;
}
.article .author {
    display: block;
    font-style: italic;
    margin-bottom: 5px;
    float: left;
}
.article a span {
    font-size: 18px;
}
.article .article-content .short-description,
.article .short-description h2 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 160%;
    font-weight: 600;
    margin-bottom: 15px;
}
.article .article-content img {
    max-width: 100%;
}
.article .article-content p img {
    display: block;
    margin: auto;
}
.article .content p,
.article .content ul li {
    margin-bottom: 13px;
    font-size: 18px;
    line-height: 160%;
    font-weight: 400;
    margin-bottom: 15px;
}
section.related {
    margin-top: 15px;
}
section.related h3 {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 18px;
}
section.related ul {
    margin: 0 0 15px 16px;
    font-size: 15px;
    line-height: 20px;
}
section.related ul li {
    list-style: initial;
}
section.related ul li a {
    color: #c80505;
    font-size: 16px;
    line-height: 30px;
}
.article .likeshare {
    float: left;
}
.article .short-description,
.article .short-description h2 {
    line-height: 23px;
}
ul.more-news {
    display: block;
    clear: both;
    margin-top: -1px;
    overflow-y: auto;
    overflow-x: hidden;
}
ul.more-news li {
    display: block;
    overflow: visible;
}
ul.more-news li a h3 {
    font-weight: 500;
}
ul.more-news li a.actnews {
    background: #eee;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
}
ul.more-news li a.actnews:before {
    border-color: rgba(218, 218, 218, 0);
    border-right-color: #eee;
    border-width: 14px;
    position: absolute;
    top: 30%;
    left: -27px;
    z-index: 9;
}
ul.more-news li a img {
    float: left;
    width: 100px;
    height: 60px;
    margin: 3px 10px 10px 5px;
}
.tags ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 7px;
}
.tags ul li {
    display: inline-block;
    margin: 0 10px 5px 0;
}
.tags ul li a {
    background-color: #767676;
    border-radius: 0 2px 2px 0;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    margin: 0;
    padding: 3px 7px;
    position: relative;
    text-transform: uppercase;
}
.tags ul li a:before {
    border-top: 10px solid transparent;
    border-right: 8px solid #767676;
    border-bottom: 9px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    left: -8px;
    width: 0;
}
.tags ul li a:after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 4px;
    position: absolute;
    top: 8px;
    left: -2px;
    width: 4px;
}
.pagination {
    float: right;
    width: 100%;
}
.pagination .textpage {
    float: left;
    line-height: 25px;
    margin-right: 10px;
    width: 40%;
}
.pagination ul {
    float: right;
}
.pagination ul li {
    float: left;
    background: #fff;
    border: 1px solid #d6d6d6;
    margin-right: 2px;
    line-height: 25px;
    text-align: center;
    border-radius: 3px;
}
.pagination ul li.active {
    background: #c80505;
    border: 1px solid #355aa0;
}
.pagination ul li.active a {
    color: #fff;
}
.pagination ul li span {
    color: #fff;
}
.pagination ul li.disabled span {
    color: #414141;
}
.pagination ul li a,
.pagination ul li span {
    font-size: 12px;
    font-weight: 700;
    padding: 8px 10px;
}
.pagination ul li:hover {
    background: #c80505;
    border: 1px solid #355aa0;
    color: #fff;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.pagination ul li:hover a {
    color: #fff;
}
.loto-input {
    border: 2px solid #e52e04;
    min-height: 200px;
    margin: 10px 0;
    padding: 10px;
    border-radius: 2px;
}
.loto-input .loto-member {
    width: 60%;
}
.loto-input .btnPlay {
    margin-right: 0 !important;
}
.loto-input .btnPlay .btn-play {
    width: 150px;
    color: #fff;
    background: #e52e04;
}
.bv-mobile {
    display: none;
}
.loto-input .btn-nap-xu {
    background: #e72d04;
    width: 60px;
    line-height: 23px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-radius: 3px;
    display: inline-block;
}
.loto-input .label-you-want {
    margin: 10px 0 10px 0;
}
.loto-input .select-loto .loto-xien {
    background: #fafafa;
    border: 1px solid #dfdfdf;
    min-height: 72px;
    margin-right: 5px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
}
.loto-input .select-loto .loto-xien.active {
    border: 1px solid #e52e04;
}
.loto-input .select-loto .loto-xien:last-child {
    margin-right: 0;
}
.loto-input .select-loto .loto-xien .loto-type {
    font-weight: 700;
    margin-bottom: 3px;
}
.loto-input .select-loto .loto-xien .proportion {
    color: #999;
}
.loto-input .select-loto .loto-xien div.rCheck {
    display: block;
    min-height: 20px;
    vertical-align: middle;
    margin-top: 3px;
}
.loto-input .select-loto .loto-xien div.rCheck input[type="radio"] {
    display: none;
}
.loto-input .select-loto .loto-xien div.rCheck label {
    margin-top: 3px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 13px;
    margin-bottom: 6px;
    color: #777a80;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.loto-input .select-loto .loto-xien div.rCheck label:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background-color: #fff;
    border: 1px solid #c2c6cb;
    border-radius: 99px;
}
.loto-input .select-loto .loto-xien div.rCheck input[type="radio"]:checked + label:before {
    background: red;
    border: 1px solid red;
    transform: scale(0.63);
}
.loto-input .input .numbers {
    margin-right: 10px;
}
.loto-input .input {
    margin-top: 15px;
}
.loto-input .input .label {
    margin-bottom: 5px;
    font-size: 13px;
}
.loto-input .input input.form-control {
    width: 100%;
}
.coin-slider {
    margin-right: 10px;
}
.irs {
    margin-top: -12px;
}
.loto-action {
    background: #f8f8f8;
    border: 1px solid #d9d9d9;
    border-top: none;
    min-height: 45px;
    line-height: 45px;
    padding: 0 15px;
    border-radius: 0 0 2px 2px;
    margin-bottom: 20px;
}
.loto-action button {
    margin-top: 6px;
    border-radius: 3px;
    color: #fff;
    background: #e52e04;
}
.loto_today {
    border-radius: 2px;
    background: #f8f8f8;
    border: 1px solid #d9d9d9;
    min-height: 50px;
    margin-bottom: 15px;
}
.loto_today:after {
    clear: both;
}
.deletebutton:active,
.deletebutton:hover,
.deletebutton:link,
.deletebutton:visited {
    position: absolute;
    top: -5px;
    right: -5px;
    z-index: 3;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/delete.png);
    overflow: hidden;
}
.loto_today .bet {
    float: left;
    border: 1px solid #eadac1;
    background: #f9ecd7;
    margin: 5px;
    padding: 4px;
    font-size: 12px;
    color: #333;
    position: relative;
    z-index: 0;
    cursor: default;
    width: 98px;
    height: 58px;
    text-align: center;
    cursor: pointer;
}
.loto_today .info-today {
    width: 30%;
    float: left;
}
.loto_today .landing-thongke {
    width: 68%;
    float: right;
}
.loto_today .landing-thongke ul {
    margin-top: 15px;
}
.loto_today .landing-thongke ul li {
    float: left;
    line-height: 10px;
    background: url(../images/buttonmenu.png) no-repeat;
    margin-left: 38px;
}
.loto_today .landing-thongke ul li a {
    margin-left: 20px;
    color: #c80505;
}
.loto-history table {
    width: 100%;
    margin-bottom: 15px;
}
.loto-history table tr {
    height: 35px;
    text-align: center;
}
.loto-history table tr td {
    border: 1px solid #d9d9d9;
}
.loto-history table tr:nth-child(1) {
    background: #fafafa;
}
.loto-history table tr:nth-child(1) td {
    border: 1px solid #d9d9d9;
}
.loto-history table tr td[rowspan] {
    text-align: left;
    padding-left: 20px;
}
.loto-history table tr td[rowspan] span.day {
    color: #38578e;
    font-weight: 700;
}
.loto-history table tr:last-child {
    background: #fafafa;
}
.loto-history table tr:last-child td {
    border-left: none;
    border-right: none;
}
.loto-history table tr:last-child td:first-child {
    border-left: 1px solid #d9d9d9;
}
.loto-history table tr:last-child td:last-child {
    border-right: 1px solid #d9d9d9;
}
.loto-history table tr td.trung {
    background: #f2f6e8;
}
.loto-history table tr td.tach {
    background: #ffe5e6;
}
.loto-nourish {
    margin-bottom: 25px;
}
.loto-nourish table {
    width: 100%;
}
.loto-nourish table tr:first-child {
    background: #fafafa;
}
.loto-nourish table tr {
    height: 35px;
    text-align: center;
}
.loto-nourish table tr td {
    border: 1px solid #d9d9d9;
}
.login-page {
    text-align: center;
    margin: 0 auto;
    padding: 10px;
}
.validation-form .text-danger {
    float: left;
    padding: 5px;
    margin-left: 5px;
}
.full-form .form-group {
    width: 100%;
    text-align: left;
}
.full-form .form-group .btn-login {
    width: 20%;
    font-weight: 700;
    color: #fff;
    background: #e62e04;
    border: 1px solid red;
}
.full-form .form-group .btn-register {
    width: 20%;
    color: #fff;
    font-weight: 700;
}
.errorPanel {
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
}
.errorPanel .errors {
    display: block;
    color: #a94442;
}
.successPanel {
    background-color: #aad178;
    border-color: #aad178;
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    color: #fff;
}
.login-page .social-group {
    text-align: center;
    margin-top: 20px;
    width: 100%;
    margin: 20px auto;
}
.login-page .social-group .login-title {
    width: 90%;
    margin: auto;
    border-bottom: 1px solid #ddd;
    height: 7px;
    margin-bottom: 36px;
}
.login-page .social-group .login-title span {
    margin-top: 10px;
    background: #fff;
    padding: 0 11px;
    color: #646472;
}
.login-page .social-group .social-button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    padding: 10px 10px;
    color: #fff;
    display: inline-block;
    text-align: center;
    width: 75px;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none !important;
}
.login-page .social-group .fb-button {
    background: #43609c;
}
.login-page .social-group .google-button {
    background: #d23f2a;
}
.login-page .social-group .twitter-button {
    background: #0084b4;
}
.login-page .social-group .yahoo-button {
    background: #640f6c;
}
.image-loading {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40px;
    left: 45%;
    background: url(../images/loading.gif);
    background-size: 50px 50px;
}
.ajax-container {
    position: relative;
}
.note .icon-note {
    width: 17px;
    height: 17px;
    border-radius: 99%;
    font-weight: 700;
    font-size: 16px;
    border: 2px solid red;
}
.message-loto {
    margin: 18px 0 15px 10px;
    color: #e52e04;
    font-size: 14px;
    float: left;
}
.table tr {
    height: 35px;
    text-align: center;
}
.table thead {
    background: #fafafa;
}
.table tr th {
    border: 1px solid #d9d9d9;
    text-align: center !important;
    font-weight: 700;
}
.table tr td {
    border: 1px solid #e1e1e1;
}
.list-game {
    width: 100%;
}
.list-game .game-item {
    width: 143px;
    height: 150px;
    float: left;
    padding: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.list-game .game-item:nth-child(3n) {
    margin-right: 0;
}
.list-game .game-item img {
    width: 100%;
    height: 138px;
    border-radius: 9%;
}
.list-game .game-item .title {
    margin-top: 10px;
    text-align: left;
}
.list-game .game-item .title a {
    color: #e62e04;
    font-size: 13px;
}
.game-detail {
    border: 1px solid #ddd;
    min-height: 500px;
    margin-bottom: 15px;
    padding: 10px;
}
.game-detail .title {
    font-size: 16px;
    text-transform: uppercase;
    color: #e62e04;
    font-weight: 700;
    margin-bottom: 10px;
}
.form-login .form-group input.form-control {
    height: 30px;
    width: 100%;
    margin-bottom: 15px;
    padding: 6px 12px;
}
.table-tructiep {
    border: 1px solid #e1e1e1;
    margin-bottom: 10px;
    position: relative;
}
.table-tructiep .title {
    height: 37px;
    color: #900;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    background: #e8e8e8;
    line-height: 37px;
    text-align: center;
}
.table-tructiep .caption-tructiep {
    font-size: 15px;
    color: #c80505;
    font-weight: 700;
    text-align: center;
    margin: 15px 0 10px 0;
}
.table-tructiep .table thead tr th {
    font-weight: 700;
    color: #1f10e2;
    font-size: 14px;
    border-right: none;
    font-family: Tahoma, Geneva, sans-serif;
}
.table-tructiep .table thead tr th a {
    font-weight: 700;
    color: #e62e04;
    font-size: 14px;
    border-right: none;
    text-decoration: underline;
}
.loto-tructiep tr th:first-child,
.table-tructiep .table thead tr th:first-child {
    width: 10%;
    font-weight: 400;
    color: #414141;
}
.table-tructiep .table thead tr th:first-child {
    border-left: none;
}
.tk-nhanh-40 .table tr:nth-child(even) {
    background: 0 0;
}
.dd-loto-widget table tr,
.table tr {
    height: 38px !important;
}
.table-tructiep .table tr td {
    border-right: none;
}
.table-tructiep .table tr td .number {
    line-height: 30px;
    height: 30px;
    font-size: 25px;
    font-weight: 700;
    padding: 4px 0;
}
.table-tructiep .table tr td span {
    display: block;
}
.table-tructiep .table tr td mark {
    font-size: 24px;
}
.table-tructiep .table tr.gdb td,
.table-tructiep .table tr.gdb td .number {
    color: #e62e04;
}
.table-tructiep .table tr.gdb td .number {
    font-size: 25px;
}
.loto-tructiep {
    min-height: 300px;
}
.loto-tructiep tr:first-child td {
    text-align: center;
}
.loto-tructiep tr td:nth-child(1) {
    width: 10%;
    padding: 0;
    text-align: center;
}
.loto-tructiep tr th {
    border: 1px solid #d9d9d9;
    font-weight: 700;
    text-align: center;
    height: 35px;
    line-height: 35px;
    color: #c80505;
    font-size: 14px;
    font-family: Tahoma, Geneva, sans-serif;
}
.loto-tructiep tr td {
    text-align: left;
    padding-left: 5px;
    font-weight: 700;
}
.border-red {
    border: 2px solid #e62e04;
    position: relative;
}
.action {
    height: 50px;
    background: #f8f8f8;
    border: 1px solid #d9d9d9;
    border-radius: 0 0 3px 3px;
    margin-bottom: 10px;
    border-top: none;
}
.action .icon-note {
    width: 17px;
    height: 17px;
    float: left;
    background: url(../images/icon-note.png) no-repeat;
    margin: 15px 5px;
}
.action ul li {
    float: left;
    line-height: 50px;
    color: #777;
}
.action ul li a {
    font-size: 12.5px;
}
.action ul li:after {
    content: "\00a0-\00a0";
}
.action ul li:last-child:after {
    content: "" !important;
}
.action .btn-default {
    margin: 10px 15px 0 0;
    background: #74aa19;
    border: 1px solid #628b1c;
    color: #fff;
}
.btn-inline-default {
    color: #333;
}
.btn-inline-default:hover {
    color: #333;
}
.btn-inline-default.active {
    font-weight: 700;
    background: #c80505;
    color: #fff;
}
.header-title-blue {
    background: #c80505;
    height: 37px;
}
.result-table {
    background: #e3e3e3;
}
.result-table thead tr th {
    font-weight: 700;
}
.result-table tbody {
    background: #fff;
}
.result-table tbody tr td {
    padding: 10px;
}
.result-table tbody tr td .number {
    font-size: 15px;
    color: #e62e04;
    font-weight: 700;
}
.result-table tbody tr td .number-full {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    margin: 3px 0;
    line-height: 20px;
}
.result-table tbody tr td .number-full .rc00 {
    font-size: 18px;
    color: #c80505;
}

.result-table tbody tr td .date {
    color: #424242;
    font-size: 12px;
}
.result-table tbody tr td .date a {
    font-size: 11px;
}
.text-danger {
    color: #e83905;
}
.text-danger a {
    color: #e83905;
    font-weight: 700;
}
.text-success {
    color: #74aa19;
}
.text-success a {
    color: #74aa19;
    font-weight: 700;
}
.text-silver {
    color: #ccccdc;
}
.text-silver a {
    color: #ccccdc;
    font-weight: 700;
}
.thongkedauduoi tr td:nth-child(1) {
    font-weight: 500;
}
.thongkedauduoi {
    margin-bottom: 30px;
}
.checkbox input[type="checkbox"] {
    display: none;
}
.checkbox label {
    display: inline;
    cursor: pointer;
    position: relative;
    padding-left: 16px;
    margin-right: 18px;
    background: #fff;
    border-radius: 2px;
}
.checkbox input[type="checkbox"]:checked + label:before {
    border: 1px solid red !important;
}
.checkbox input[type="checkbox"]:checked + label:after {
    opacity: 1;
}
.checkbox label:before {
    margin-right: 10px;
}
.checkbox label:after {
    opacity: 0;
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: #e62e04;
    left: 3px;
    top: 3px;
}
.checkbox-list ul li {
    float: left;
    margin: 0 -5px 10px 0;
}
.checkbox label::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    border: 1px solid #d3d3d3;
}
.fast-select {
    border: 1px solid #dfdfdf;
    height: 220px;
    width: 100%;
    border-radius: 2px;
}
.fast-select:focus {
    border: none;
}
.fast-select option {
    border-bottom: 1px solid #dfdfdf;
    padding: 10px 15px;
}
.input2-tansuat .label {
    margin-bottom: 15px;
}
.table-extend tbody {
    display: block;
    overflow-x: auto;
    width: 704px;
}
.table-extend .black {
    background: grey;
}
.table-extend tr td {
    padding: 8px !important;
}
.expant-title {
    background: #74aa19;
    width: auto;
    float: right;
    cursor: pointer;
    padding-right: 10px;
}
.scrollTop {
    height: 20px;
}
.scrollTop,
.table-extend .table tbody {
    width: 839px;
    border: none 0 RED;
    overflow-x: scroll;
    overflow-y: hidden;
}
.scrollTop div {
    height: 20px;
}
.lightbox-gray {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1111;
    background-color: rgba(0, 0, 0, 0.8);
    display: block;
    cursor: pointer;
    text-align: center;
    display: none;
}
.lightbox-content {
    width: 100%;
    position: absolute;
    z-index: 1112;
    display: none;
    background-color: #fff !important;
    height: 100% !important;
}
.lightbox-content .table-extend {
    width: 100%;
    position: relative;
}
.lightbox-content .table-extend tbody {
    width: 100%;
}
.lightbox-content a.closeLightbox {
    position: absolute;
    width: 50px;
    color: #fff;
    background-color: red;
    padding: 3px 5px;
    top: 0;
    right: 0;
    text-decoration: none;
    z-index: 99999999;
}
.icon-extract {
    background: url(../images/icon-extract.png) no-repeat;
    margin: 9px 15px 0 0;
    float: left;
    cursor: pointer;
    width: 16px;
    height: 16px;
}
.radio input[type="radio"] {
    display: none;
}
input[type="radio"] {
    margin: 4px 0 0;
    line-height: normal;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 20px;
    margin-right: 15px;
    font-size: 13px;
    margin-bottom: 6px;
    color: #343434;
    font-weight: 700;
}
.radio label {
    display: inline;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.radio input[type="radio"]:checked + label:before {
    border: 1px solid #e62e04;
}
.radio label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 13px;
    height: 13px;
    left: 0;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}
.radio input[type="radio"]:checked + label:after {
    -o-transform: scale(0.63);
    -ms-transform: scale(0.63);
    -moz-transform: scale(0.63);
    -webkit-transform: scale(0.63);
    transform: scale(0.63);
    line-height: 18px;
    -o-transition: -o-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -ms-transition: -ms-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -moz-transition: -moz-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -webkit-transition: -webkit-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -o-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -ms-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -moz-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -webkit-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    background-color: #d9534f;
}
.radio label:after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 13px;
    height: 13px;
    left: 1px;
    top: 1px;
    border-radius: 50%;
    background-color: #555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio + .radio input[type="radio"]:checked {
    border: 1px solid #e62e04;
}
.radio-border {
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #dfdfdf;
}
.loading {
    height: 35px;
    background: url(../images/loading-2.GIF) no-repeat center;
    background-size: 20px;
}
.thkqtt tbody tr td {
    padding: 5px !important;
    font-size: 15px;
}
.thkqtt tbody tr td span {
    font-size: 16px;
}
.thkqtt tbody tr:first-child td {
    font-weight: 700;
    color: #900;
}
.thkqtt tbody tr td:nth-child(1) {
    width: 35px !important;
    color: #1f10e2;
    font-weight: 400;
    font-size: 14px;
}
.full-infor .tienich-item:first-child {
    margin-left: 0 !important;
}
.full-infor .tienich-item {
    width: 92px !important;
    margin-left: 7px !important;
}
.full-infor .tienich-item:nth-child(4n) {
    margin-left: 0 !important;
}
.tvshow-item {
    width: 20%;
    float: left;
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    margin: 10px 10px 0 0;
}
.cungquayxoso .col4 {
    width: 24.8%;
    float: left;
    text-align: center;
    border-right: 1px solid #d9d9d9;
    margin-top: -10px;
    margin-bottom: -10px;
    line-height: 36px;
    font-size: 18px;
}
.cungquayxoso .col2 {
    width: 49.69%;
    float: left;
    text-align: center;
    border-right: 1px solid #d9d9d9;
    margin-top: -10px;
    margin-bottom: -10px;
    line-height: 40px;
    font-size: 18px;
}
.tamgiac {
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 700;
}
.fast-select:focus {
    outline: 0;
    border: 1px solid #ddd;
}
.checked-list ul {
    width: 14%;
    float: left;
}
.checked-list ul li {
    margin: 0 0 10px 0;
}
#right-big {
    width: 80%;
    min-height: 100px;
    float: right;
}
.profile .form-control {
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
}
#popup_id {
    display: block;
    height: 100%;
    position: absolute !important;
}
.modal-dialog {
    width: 600px;
    z-index: 9999999999;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-header {
    min-height: 16.43px;
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
}
.modal {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2050;
    display: none;
    overflow: hidden;
    outline: 0;
}
.modal-header .close {
    font-size: 40px;
    margin-top: -12px;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0;
    border: 0;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
}
.modal-body {
    position: relative;
    padding: 2px;
}
.modal .modal-footer {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal .modal-footer {
    margin-top: 0;
}
.modal-footer {
    text-align: right;
}
#left-widget {
    width: 49%;
    float: left;
}
#right-widget {
    width: 49%;
    float: right;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2040;
    background-color: #000;
    opacity: 0.7;
}
#loading {
    width: 240px;
    height: 120px;
    border: 1px solid #ccc;
    background: #fff;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    text-align: center;
    font-weight: 700;
}
#loading .loading-img {
    width: 240px;
    height: 100px;
    background: url(../images/loading.gif) 90px 20px no-repeat;
}
div#wwo_outer {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
}
div#wwo_outer h3 a {
    color: #e62e04;
    font-size: 18px;
}
.xoso360-social {
    text-align: center;
}
.xoso360-social .button {
    float: left;
    margin: 10px 10px 10px 0;
}
.xoso360-social .button.last {
    margin: 10px 0 10px 0;
}
.orange_bg {
    background: #f39c25;
}
.tr_hover:hover {
    background: #f39c25;
}
.wrapperCinema {
    border: 1px solid #ddd;
    margin-bottom: 15px;
}
.titleCinema {
    font-size: 18px;
    margin-bottom: 15px;
}
.itemCinema {
    padding: 15px 15px 0 15px;
}
.listTime {
    margin: 10px 0;
}
.listTime ul li {
    float: left;
    margin-right: 5px;
    margin-bottom: 25px;
}
.listTime ul li a {
    border: 1px solid #ccc;
    padding: 10px;
}
.action .btn-inline-default {
    margin: 10px 5px 0 0;
}
.centerTable {
    display: table;
    margin: auto;
}
.tablePadding10 tr td {
    padding: 10px !important;
}
.full-form .explain {
    margin: 5px 60px 5px 0;
    color: #969696;
    font-size: 12px;
}
.btn-agree {
    margin: 0 10px 10px 0;
    background: #74aa19;
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
}
.top-social-ketquavn {
    float: left;
}
.top-social-ketquavn ul li {
    float: left;
    margin-right: 5px;
    height: 20px;
    line-height: 23px;
}
.top-social-ketquavn ul li:last-child {
    margin-right: 0;
}
.top-social-ketquavn ul:after {
    content: "";
    clear: both;
}
.top-social-ketquavn ul li a.btn-set-homepage {
    text-transform: none;
    text-transform: uppercase;
    padding: 0 6px;
    border-radius: 2px;
    background: #55acee;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    box-shadow: 0 0 3px #ccc;
    display: block;
    text-indent: 0;
    height: 19px;
    line-height: 20px;
}
.top-social-ketquavn ul li a.btn-set-homepage:hover {
    background: #e62e04;
}
#___plusone_0,
#___plusone_0 iframe {
    width: 60px !important;
}
.list-menu ul {
    margin-left: 50px;
}
.list-menu ul li {
    list-style: initial;
    margin: 5px 0;
}
.list-menu ul li a {
    font-size: 16px;
    color: #c80505;
}
.box-response .table tr td {
    cursor: pointer;
}
.lightbox-content .result-table tbody tr td {
    padding: 10px !important;
    cursor: pointer;
}
.info-source {
    margin-top: 10px;
    font-style: italic;
    font-size: 13px;
}
.lich-quay-xo-so tr.header-title th {
    color: #fff;
}
.lich-quay-xo-so tbody tr:nth-child(odd) {
    background: #f4f2e6;
}
.lich-quay-xo-so tbody tr td {
    padding: 10px 0 10px 10px;
}
.lich-quay-xo-so tbody tr td:first-child {
    font-size: 13px;
    color: #c80505;
    font-weight: 700;
    padding: 0;
    text-align: center;
}
.lich-quay-xo-so tbody tr td p {
    line-height: 25px;
}
.lich-quay-xo-so .table tr {
    text-align: left !important;
}
.lich-quay-xo-so tbody tr td p a {
    font-size: 15px;
}
.lich-quay-xo-so tr.header-title th a {
    color: #fff;
}
.lich-quay-xo-so tr.header-title th a:hover {
    text-decoration: underline;
}
.div-widget a {
    margin-right: 10px;
}
.div-widget a:last-child {
    margin-right: 0;
}
.div-widget .widget-content {
    border:none;
}
.facebook-widget .widget-content {
    padding: 4px;
}
#tksc-list {
    border-top: 1px solid #cdcdcd;
    margin-top: 10px;
}
.list-thongke .tksc-item {
    border: 1px solid #cdcdcd;
    width: 276px;
    padding: 8px 5px;
    height: 30px;
    line-height: 30px;
}
.list-thongke .tksc-item a {
    float: left;
    font-size: 15px;
}
#tksc-list .tksc-item:nth-child(even) {
    border-left: none;
    width: 244px;
}
#tksc-list .tksc-item .tksc-name {
    margin-bottom: 10px;
}
#tksc-list .tksc-item .tksc-name a {
    font-size: 16px;
}
#tksc-list .tksc-item-2 {
    border: 1px solid #cdcdcd;
    width: 158px;
    float: left;
    padding: 5px;
    margin-bottom: 5px;
    height: 75px;
    border-top: none;
}
#tksc-list .tksc-item-2:nth-child(even) {
    border-left: none;
    border-right: none;
    width: 160px;
}
.embed-links {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #cdcdcd;
}
.embed-links a {
    padding: 5px 9px;
}
.embed-links a i {
    font-size: 17px;
    vertical-align: middle;
    margin-right: 3px;
}
.tags-footer {
    width: 1000px;
    margin: 0 auto;
}
.tags-footer ul li {
    padding: 3px 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;
    background: #757575;
}
.tags-footer ul li a {
    color: #fff;
    font-size: 12px;
}
.tag_games .game-item:nth-child(3n) {
    margin-right: 5px;
}
.tag_games .game-item:nth-child(4n) {
    margin-right: 0 !important;
}
.game-hot .game-item {
    float: left;
    width: 44%;
    margin: 10px;
}
.game-hot .game-item:nth-child(2n) {
    margin-right: 0 !important;
}
.game-hot .game-item a img {
    width: 100%;
    height: 110px;
    margin-bottom: 5px;
}
.game-hot .game-item .title a {
    color: #e62e04;
    font-size: 12px;
}
#xs360-widget-embed {
    margin-top: 27px;
}
.related-games .game-item {
    width: 143px;
    height: 150px;
    float: left;
    padding: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.related-games .game-item img {
    width: 100%;
    height: 138px;
    border-radius: 9%;
}
.related-games .game-item .title {
    margin-top: 10px;
    text-align: left;
}
.related-games .game-item .title a {
    color: #e62e04;
    font-size: 13px;
}
.related-games h2 {
    font-size: 15px;
    text-transform: uppercase;
    border-left: 4px solid red;
    padding-left: 7px;
}
.play-now {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #f28007;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    padding: 10px 5px;
    white-space: nowrap;
    text-align: center;
    width: 25%;
}
.print-kqxs-region {
    position: absolute;
    top: -1px;
    right: 20px;
}
#update-social-form .error {
    margin-left: 300px;
    margin-left: 300px;
    margin-bottom: 5px;
}
.table-extend tr {
    height: inherit !important;
}
.table-extend tr td {
    font-weight: 700;
    height: 100%;
    border: 1px solid #666 !important;
}
.table-extend tbody tr td:first-child,
.table-extend tbody tr td:last-child,
.table-extend tbody tr:first-child td {
    font-weight: 400;
    border: 1px solid #d9d9d9 !important;
}
.table-extend tbody tr td.black:last-child {
    border: 1px solid #666 !important;
}
.lightbox-content .table-extend tbody tr td {
    padding: 8px !important;
}
.lightbox-content .result-table {
    padding: 0 !important;
}
.table-left tr td {
    text-align: left !important;
}
.tk-loto table tr td {
    padding: 0 5px !important;
    box-sizing: border-box;
}
.loto-daigia tr td:nth-child(2) {
    text-align: left;
    padding-left: 20px !important;
}
.loto-tilethang tr td:nth-child(2) {
    text-align: left;
    padding-left: 20px !important;
}
.loto-toptuan tr td:nth-child(2) {
    text-align: left;
    padding-left: 20px !important;
}
.lightbox-content .form-input.tansuat {
    width: 675px;
    margin-top: 10px;
    margin-left: 15px;
}
.lightbox-content .form-input.tansuat .checkbox label {
    background: 0 0 !important;
}
.lightbox-content .form-input.tansuat .ketquavn-social {
    display: none;
}
.lightbox-content .form-input.tansuat .btn-tansuat {
    background: #74aa19;
    color: #fff;
    margin-bottom: 10px;
}
.lightbox-content .form-input.tansuat .tansuat-note {
    float: left;
    font-weight: 700;
}
.orange_bg2 {
    background: #ffeaa6;
}
#bdbt .weekend {
    background: #e9f4fc;
}
#bdbt td {
    cursor: pointer;
}
#bdbt td:hover {
    background: #ffeaa6;
}
.top-1 {
    color: #f93 !important;
}
.top-2 {
    color: green !important;
}
.top-3 {
    color: #deb887 !important;
}
.g-recaptcha {
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
}
.bangvang tr td {
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
}
.bangvang thead tr th {
    font-weight: 700;
}
.bangvang tr td:nth-child(2) ul {
    margin-top: 10px;
    margin-bottom: 10px;
}
.bangvang tr td:nth-child(2) ul li {
    list-style: initial;
    margin-left: 15%;
    padding-bottom: 5px;
}
.bangvang .title-user,
.bangvang .title-user span {
    font-size: 16px;
}
.tooltip,
[data-tooltip] {
    cursor: pointer;
}
.tooltip:after,
.tooltip:before,
[data-tooltip]:after,
[data-tooltip]:before {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: none;
}
.tooltip:focus:after,
.tooltip:focus:before,
.tooltip:hover:after,
.tooltip:hover:before,
[data-tooltip]:focus:after,
[data-tooltip]:focus:before,
[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
    visibility: visible;
    opacity: 1;
}
.tooltip:before,
[data-tooltip]:before {
    z-index: 1001;
    border: 6px solid transparent;
    background: 0 0;
    content: "";
}
.tooltip:after,
[data-tooltip]:after {
    z-index: 1000;
    padding: 8px;
    width: 160px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    font-size: 12px;
    line-height: 1.2;
    text-align: left;
}
.tooltip-top:after,
.tooltip-top:before,
.tooltip:after,
.tooltip:before,
[data-tooltip]:after,
[data-tooltip]:before {
    bottom: 100%;
    left: 50%;
}
.tooltip-top:before,
.tooltip:before,
[data-tooltip]:before {
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: #000;
    border-top-color: hsla(0, 0%, 20%, 0.9);
}
.tooltip-top:after,
.tooltip:after,
[data-tooltip]:after {
    margin-left: -30px;
}
.tooltip-top:focus:after,
.tooltip-top:focus:before,
.tooltip-top:hover:after,
.tooltip-top:hover:before,
.tooltip:focus:after,
.tooltip:focus:before,
.tooltip:hover:after,
.tooltip:hover:before,
[data-tooltip]:focus:after,
[data-tooltip]:focus:before,
[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
}
.tooltip-left:after,
.tooltip-left:before {
    right: 100%;
    bottom: 50%;
    left: auto;
}
.tooltip-left:before {
    margin-left: 0;
    margin-right: -12px;
    margin-bottom: 0;
    border-top-color: transparent;
    border-left-color: #000;
    border-left-color: hsla(0, 0%, 20%, 0.9);
}
.tooltip-left:focus:after,
.tooltip-left:focus:before,
.tooltip-left:hover:after,
.tooltip-left:hover:before {
    -webkit-transform: translateX(-12px);
    -moz-transform: translateX(-12px);
    transform: translateX(-12px);
}
.tooltip-bottom:after,
.tooltip-bottom:before {
    top: 100%;
    bottom: auto;
    left: 50%;
}
.tooltip-bottom:before {
    margin-top: -12px;
    margin-bottom: 0;
    border-top-color: transparent;
    border-bottom-color: #000;
    border-bottom-color: hsla(0, 0%, 20%, 0.9);
}
.tooltip-bottom:focus:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:hover:before {
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    transform: translateY(12px);
}
.tooltip-right:after,
.tooltip-right:before {
    bottom: 50%;
    left: 100%;
}
.tooltip-right:before {
    margin-bottom: 0;
    margin-left: -12px;
    border-top-color: transparent;
    border-right-color: #000;
    border-right-color: hsla(0, 0%, 20%, 0.9);
}
.tooltip-right:focus:after,
.tooltip-right:focus:before,
.tooltip-right:hover:after,
.tooltip-right:hover:before {
    -webkit-transform: translateX(12px);
    -moz-transform: translateX(12px);
    transform: translateX(12px);
}
.tooltip-left:before,
.tooltip-right:before {
    top: 3px;
}
.tooltip-left:after,
.tooltip-right:after {
    margin-left: 0;
    margin-bottom: -16px;
}
.loto-help-icon {
    position: absolute;
    right: 5px;
    top: 6px;
}
#go-to-top {
    position: fixed;
    right: 0;
    bottom: 40px;
}
.tklltlt {
    padding: 5px 0 5px 15px;
}
.view-numbers table tr td {
    text-align: left;
    padding: 5px;
}
.bangvang-date .Zebra_DatePicker_Icon_Inside {
    left: 132px !important;
}
.sound-kqxs-region {
    position: absolute;
    top: 3px;
    left: 20px;
}
.sound-kqxs {
    position: absolute;
    top: 15px;
    left: 25px;
}
.sound-kqxs-region:after,
.sound-kqxs:after {
    width: 45px;
}
.print-kqxs-region:after,
.print-kqxs:after {
    width: 90px;
}
.padTLR15 {
    padding: 15px 15px 0 15px;
}
.padB15 {
    padding-bottom: 15px;
}
.live-menu-item:nth-child(2n) .live-menu-content p a:after {
    width: 173px;
}
.table-prediction {
    margin-bottom: 15px;
}
.prediction-title {
    font-size: 15px;
    font-weight: 700;
    color: #e62e04;
}
.table-prediction tr td {
    text-align: left;
    padding-left: 10px;
}
.table-prediction tr td.name {
    font-weight: 700;
}
.table-prediction tr td.value,
.table-prediction tr td.value span {
    font-size: 15px;
}
.sms-box-item {
    border: 2px solid #cdcdcd;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    margin-bottom: 10px;
    padding: 5px;
    width: 236px;
    float: left;
}
.sms-box-item:nth-child(2n) {
    margin-left: 10px;
}
.soketqua-container .sms-container {
    width: 486px;
}
.soketqua-container .sms-box-item {
    width: 224px;
}
.app-download {
    padding: 5px;
    border: 1px dashed #cdcdcd;
    margin-bottom: 10px;
}
.app-download .new {
    margin-left: 0;
    margin-bottom: 5px;
}
.download-text {
    width: 230px;
}
.download-text div {
    margin-left: 35px;
}
.download-ios {
    margin-left: 10px;
}
.tabs-container {
    height: 350px;
    margin-top: 10px;
}
.tabs {
    float: none;
    list-style: none;
    position: relative;
    padding: 0;
    margin: 0 auto;
}
.tabs li {
    float: left;
}
.tabs input[type="radio"] {
    position: absolute;
    visibility: hidden;
}
[id^="tab"]:checked + label {
    background: #c80505;
    color: #fff;
    top: 0;
    text-transform: uppercase;
}
.tabs label {
    display: block;
    padding: 5px 10px;
    color: #414141;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
[id^="tab"]:checked ~ [id^="tab-content"] {
    display: block;
}
.tab-content {
    display: none;
    width: 100%;
    border: 1px solid #cdcdcd;
    position: absolute;
    top: 30px;
    left: 0;
    box-sizing: border-box;
    -webkit-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
}
.chatbox {
    border: none;
}
#tab-content1,
#tab-content2 {
    height: 310px;
}
#tab-content1 {
    overflow: auto;
}
#noel-footer {
    position: fixed;
    z-index: 9999;
    bottom: -50px;
    left: 0;
    width: 100%;
    height: 104px;
    background: url(../images/noel/noel-footer.png) repeat-x bottom left;
}
.vl-box .mb_date_info {
    margin-top: 10px;
}
.vl-box .result-table-header {
    height: auto;
    border-bottom: 1px solid #d1d1d1;
    padding: 8px 0;
}
.jackpot_info {
    font-size: 15px;
    color: #000;
    padding: 10px 0 0 0;
    text-align: center;
}
.result-table .jackpot-amount-box {
    padding: 10px 15px;
    background: #ed3838;
    border-radius: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    width: 300px;
    margin: 15px auto;
    text-align: center;
    margin-bottom: 15px;
}
.result-table .draw-info {
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
}
.result-table .mega645-result {
    text-align: center;
    margin: 15px 0;
}
.result-table .mega645-item {
    padding: 10px;
    border-radius: 100%;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin: 10px;
    width: 46px;
    height: 46px;
    line-height: 46px;
}
.result-table .power-item {
    padding: 10px;
    border: 2px solid #dddfe2;
    border-radius: 100%;
    color: #ed3b3b;
    font-size: 24px;
    font-weight: 700;
    margin: 5px;
    width: 46px;
    height: 46px;
    line-height: 46px;
}
.result-table .mega645-wins table tr td {
    font-size: 13px;
    text-align: left;
    padding-left: 5px;
}
.result-table .vl-max3d table tr td,
.result-table .vl-max4d table tr td {
    padding-left: 0;
}
.result-table .mega645-wins table tr .circle-num i {
    font-style: normal;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #414141;
    display: inline-block;
    margin: 0 5px 0 0;
}
.result-max4d {
    margin: 0;
    padding: 0;
    text-align: center;
}
.lotto-result .result-max4d li {
    font-weight: 500;
}
.result-max4d li {
    border-radius: 5px;
    list-style: none;
}
.result-max4d .box-result-max4d {
    display: inline-block;
    margin-bottom: 12px;
    margin-top: 7px;
}
.lotto-result .result-max4d li .name-result-max4d {
    color: #fc000d;
    margin-bottom: 6px;
    font-weight: 500;
}
.result-max4d li .name-result-max4d {
    display: block;
    text-align: center;
    font-size: 15px;
}
.result-max4d li .num-result-max4d {
    color: #ed1d27;
}
.result-max4d li .num-result-max4d {
    display: inline-block;
    margin: 0 8px;
}
.result-max4d li .num-result-max4d li {
    color: #c80505;
    font-size: 27px;
    border: 3px #c80505 solid;
    display: inline-block;
    border-radius: 50%;
    width: 29px;
    height: 29px;
    padding: 0;
    margin: 0;
    line-height: 30px;
    text-align: center;
    font-weight: 700;
}
.lotto-result .result-max4d li {
    font-weight: 500;
}
.result-max4d li .num-result-max4d .divide {
    border-radius: 0;
    width: 2px;
    border: none;
    background: #c80505;
    height: 24px;
    position: relative;
    top: 4px;
    margin-left: 20px;
    margin-right: 4px;
}
.lotto-result .result-max4d li:last-child {
    margin-bottom: 0;
}
.name-result-max4d {
    display: block;
    text-align: center;
    font-size: 15px;
    color: #fc000d;
    margin-bottom: 6px;
    font-weight: 500;
}
#c_c {
    color: #f22613;
}
.table-tructiep .title-tn {
    height: 37px;
    color: #e62e04;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 37px;
    text-align: center;
}
.table-tructiep .table tr td.first-td {
    font-weight: 400 !important;
    border-left: none;
}
.title-power {
    margin-bottom: 7px;
}
.power-red {
    border: 2px solid #fa8d29 !important;
    background: #fa8d29 !important;
}
.power-line-jack {
    height: 10px !important;
    border-radius: 0 !important;
    border: 1px solid #aeaeb1 !important;
    margin: 0 4px 0 0;
    width: 0 !important;
}
.power-mega table tr td {
    text-align: center !important;
}
.mega-col {
    font-size: 14px !important;
    font-weight: 400 !important;
}
.mega-number {
    font-size: 20px !important;
}
.mega-number-db {
    font-size: 22px !important;
}
.vl-max4d .mega-number {
    font-size: 22px !important;
}
.line-power {
    height: 42px;
    vertical-align: bottom !important;
    border-radius: 0;
    border: 1px solid #aeaeb1;
    display: inline-block;
}
.img-vietlott {
    margin-top: 8px;
}
ul.menu-right li img {
    padding-left: 10px;
    width: 18px;
}
body,
html {
    width: 100%;
    margin: 0;
    padding: 0;
}
.ajax-container.soketqua-container .result-table {
    margin-top: 10px;
}
.flaticon-month1 {
    /* background: url(../images/calendar_black.png) no-repeat; */
    height: 16px;
    width: 16px;
    display: block;
}
p.helper {
    margin-bottom: 16px !important;
}
.box-search-sqk input {
    margin-right: 10px;
}
.header-mobile {
    position: relative;
    margin-bottom: -5px;
}
.header-mobile .navbar {
    background: #c80505;
}
#left-content .breadcrumb {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}
.fixed {
    position: fixed;
    width: 100%;
    z-index: 999;
}
.toggle-btn-box {
    position: absolute;
    top: 6px;
    left: 10px;
}
.calendar-btn-box {
    position: absolute;
    top: 10px;
    right: 10px;
}
.Zebra_DatePicker *,
.Zebra_DatePicker :after,
.Zebra_DatePicker :before {
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
}
.Zebra_DatePicker {
    position: absolute;
    background: #fff;
    border: 1px solid #999;
    z-index: 1200;
    padding: 5px;
    top: 0;
}
.Zebra_DatePicker * {
    margin: 0;
    padding: 0;
    color: #373737;
    background: 0 0;
    border: 0;
}
.Zebra_DatePicker table {
    border-collapse: collapse;
    border-spacing: 0;
    width: auto;
    table-layout: auto;
}
.Zebra_DatePicker td,
.Zebra_DatePicker th {
    text-align: center;
    padding: 5px 0;
}
.Zebra_DatePicker td {
    cursor: pointer;
}
.Zebra_DatePicker .dp_daypicker,
.Zebra_DatePicker .dp_monthpicker,
.Zebra_DatePicker .dp_yearpicker {
    margin-top: 3px;
}
.Zebra_DatePicker .dp_daypicker td,
.Zebra_DatePicker .dp_daypicker th,
.Zebra_DatePicker .dp_monthpicker td,
.Zebra_DatePicker .dp_yearpicker td {
    width: 30px;
}
.Zebra_DatePicker,
.Zebra_DatePicker .dp_footer .dp_hover,
.Zebra_DatePicker .dp_header .dp_hover,
.Zebra_DatePicker td.dp_hover,
.Zebra_DatePicker td.dp_selected {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.Zebra_DatePicker.dp_visible {
    visibility: visible;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}
.Zebra_DatePicker.dp_hidden {
    visibility: hidden;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
.Zebra_DatePicker .dp_header .dp_next,
.Zebra_DatePicker .dp_header .dp_previous {
    width: 30px;
}
.Zebra_DatePicker .dp_header .dp_caption {
    font-weight: 700;
}
.Zebra_DatePicker .dp_header .dp_hover {
    background: #dedede;
    color: #373737;
}
.Zebra_DatePicker .dp_daypicker th {
    font-weight: 700;
}
.Zebra_DatePicker td.dp_not_in_month {
    color: #dedede;
    cursor: default;
}
.Zebra_DatePicker td.dp_weekend_disabled {
    color: #dedede;
    cursor: default;
}
.Zebra_DatePicker td.dp_selected {
    background: #039;
    color: #fff !important;
}
.Zebra_DatePicker td.dp_week_number {
    cursor: text;
    font-weight: 700;
}
.Zebra_DatePicker .dp_monthpicker td {
    width: 33%;
}
.Zebra_DatePicker .dp_yearpicker td {
    width: 33%;
}
.Zebra_DatePicker .dp_footer {
    margin-top: 3px;
}
.Zebra_DatePicker td.dp_current {
    color: #3a87ad;
}
.Zebra_DatePicker td.dp_disabled_current {
    color: #3a87ad;
}
.Zebra_DatePicker td.dp_disabled {
    color: #dedede;
    cursor: default;
}
.Zebra_DatePicker td.dp_hover {
    background: #dedede;
}
button.Zebra_DatePicker_Icon {
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    /* background: url(../images/calendar.png) no-repeat left top; */
    text-indent: -9000px;
    border: 0;
    cursor: pointer;
    padding: 0;
    line-height: 0;
    vertical-align: top;
}
button.Zebra_DatePicker_Icon_Disabled {
    /* background-image: url(../images/calendar-disabled.png); */
}
button.Zebra_DatePicker_Icon {
    margin: 0 0 0 3px;
}
button.Zebra_DatePicker_Icon_Inside {
    margin: 0 3px 0 0;
}
input[type="checkbox"]#togglebox,
input[type="checkbox"]#togglebox2 {
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
}
#offcanvas-menu {
    width: 280px;
    height: 100%;
    top: 0;
    left: -300px;
    z-index: 1000;
    box-sizing: border-box;
    background: #fff;
    display: block;
    position: fixed;
    overflow: auto;
}
#datepicker-menu {
    width: 250px;
    top: 0;
    right: -280px;
    z-index: 100;
    box-sizing: border-box;
    background: #fff;
    display: block;
    position: fixed;
    overflow: auto;
}
#offcanvas-menu label#closex {
    width: 30px;
    height: 30px;
    overflow: hidden;
    display: block;
    position: absolute;
    cursor: pointer;
    text-indent: -1000px;
    z-index: 10;
    top: 5px;
}
#closex {
    right: 5px;
}
#closex2 {
    left: 5px;
}
#closex2::before,
#offcanvas-menu label#closex::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 6px;
    background: #c80505;
    top: 50%;
    margin-top: -3px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#closex2::after,
#offcanvas-menu label#closex::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 6px;
    background: #c80505;
    top: 50%;
    margin-top: -3px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
#offcanvas-menu a {
    text-decoration: none;
}
#offcanvas-menu ul {
    list-style: none;
    margin-top: 200px;
    opacity: 0;
    padding: 0;
    position: relative;
    -moz-transition: margin-top 0.2s 0.3s, opacity 0.5s 0.3s;
    -webkit-transition: margin-top 0.2s 0.3s, opacity 0.5s 0.3s;
    transition: margin-top 0.2s 0.3s, opacity 0.5s 0.3s;
}
#offcanvas-menu ul li {
    margin-bottom: 25px;
}
#offcanvas-menu ul li a {
    padding: 10px;
    border-radius: 20px;
}
div.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    background: #000;
    z-index: 99;
    visibility: hidden;
}
div.overlay label {
    width: 100%;
    height: 100%;
    position: absolute;
}
.sidebar-menu {
    padding: 25px 0;
}
.sidebar-menu .logo img {
    width: 50%;
}
.sidebar-menu .logo p {
    margin: 10px 0;
}
.sidebar-menu .login-button {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
}
.sidebar-menu .login-button a {
    width: 49%;
    text-align: center;
    border: 1px solid #ccc;
    float: left;
    line-height: 30px;
    color: #282828;
}
.sidebar-menu .login-button a:first-child {
    border-right: 0;
}
.sidebar-menu .items {
    width: 100%;
}
.sidebar-menu .items .item.active {
    background: #fae8e3;
    border: 1px solid #e62e04;
}
.sidebar-menu .items .item.active .item-name a {
    color: #e62e04 !important;
}
.sidebar-menu .items .item .item-name a {
    color: #c80505;
    text-transform: uppercase;
    font-size: 13px;
}
.sidebar-menu .items .item .item-icon {
    padding: 5px;
    display: none;
}
.sidebar-menu .items .item:nth-child(3n) {
    margin-right: 0;
}
.sidebar-menu .login-social {
    margin: 15px 0;
}
.sidebar-menu .login-social img:nth-child(2) {
    margin: 0 10px;
}
.contact-icon,
.game-icon,
.home-icon,
.lotoonline-icon,
.mothuong-icon,
.news-icon,
.search-icon,
.soicau-icon,
.soketqua-icon,
.somo-icon,
.thongke-icon,
.xoso-icon {
    display: block;
    height: 30px;
    width: 100%;
}
.smartbanner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-family: "Helvetica Neue", sans-serif;
    background: #f4f4f4;
    display: block;
}
.smartbanner-container {
    white-space: nowrap;
    vertical-align: middle;
}
.smartbanner-close {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 5px;
    font-family: ArialRoundedMTBold, Arial;
    font-size: 20px;
    text-align: center;
    color: #888;
    text-decoration: none;
    border: 0;
    border-radius: 14px;
    -webkit-font-smoothing: subpixel-antialiased;
}
.smartbanner-close:active,
.smartbanner-close:hover {
    color: #aaa;
}
.smartbanner-icon {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
    margin-right: 12px;
    background-size: cover;
    border-radius: 10px;
}
.smartbanner-info {
    display: inline-block;
    vertical-align: middle;
    width: 44%;
    font-size: 11px;
    line-height: 1.2em;
    font-weight: 700;
}
.smartbanner-title {
    font-size: 13px;
    line-height: 18px;
}
.smartbanner-button {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    font-weight: 700;
    color: #6a6a6a;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.smartbanner-button:active,
.smartbanner-button:hover {
    color: #aaa;
}
.smartbanner-android {
    background: #3d3d3d url(../images/dark_background_stripes.gif);
    box-shadow: inset 0 4px 0 #88b131;
    line-height: 82px;
}
.smartbanner-android .smartbanner-close {
    border: 0;
    width: 17px;
    height: 17px;
    line-height: 17px;
    margin-right: 7px;
    color: #b1b1b3;
    background: #1c1e21;
    text-shadow: 0 1px 1px #000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) inset, 0 1px 1px rgba(255, 255, 255, 0.3);
}
.smartbanner-android .smartbanner-close:active,
.smartbanner-android .smartbanner-close:hover {
    color: #eee;
}
.smartbanner-android .smartbanner-icon {
    background-color: transparent;
    box-shadow: none;
}
.smartbanner-android .smartbanner-info {
    color: #ccc;
    text-shadow: 0 1px 2px #000;
}
.smartbanner-android .smartbanner-title {
    color: #fff;
    font-weight: 700;
}
.smartbanner-android .smartbanner-button {
    min-width: 12%;
    color: #c80505;
    padding: 0;
    background: 0;
    border-radius: 0;
    box-shadow: 0 0 0 1px #333, 0 0 0 2px #dddcdc;
}
.smartbanner-android .smartbanner-button:active,
.smartbanner-android .smartbanner-button:hover {
    background: 0;
}
.smartbanner-android .smartbanner-button-text {
    text-align: center;
    display: block;
    padding: 0 10px;
    background: #fff;
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
}
.top-brand {
    height: 30px;
    border-top: 1px solid #f3f3f3;
    display: flex;
    align-items: center;
    padding: 0 10px;
    justify-content: space-between;
}
.top-logo {
    color: #e80000 !important;
    font-weight: 600;
    font-size: 18px;
    font-family: "Times New Roman", Times, serif;
}
.top-text {
    font-size: 12px;
    color: #333;
    font-weight: 600;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
.print-kqxs::after {
    display: none;
}
.sidebar-menu.opened {
    left: 0 !important;
    transition: 0.3s ease-out;
}
.bg_f6 {
    background: #f6f6f6;
}
.bg_f9 {
    background: #f9f9f9;
}
#offcanvas-menu .item-arrow {
    margin-right: 15px;
    float: right;
    transform: rotate(90deg);
}
#offcanvas-menu .item-arrow i {
    color: #c80505;
}
#offcanvas-menu .item-name[active] .item-arrow {
    transform: initial;
}
#offcanvas-menu .dropdown {
    opacity: 1;
    margin-top: 5px;
    display: none;
}
#offcanvas-menu .dropdown[active] {
    display: block;
}
#offcanvas-menu .dropdown__item {
    padding: 5px 25px;
    height: 21px;
    line-height: 21px;
    margin-bottom: 0;
}
#offcanvas-menu .dropdown__item:not(:last-child) {
    border-bottom: 1px inset #ebebeb;
}
#offcanvas-menu .item-name[active] {
    background: #f90;
}
#offcanvas-menu .item-name {
    padding-left: 15px;
}
#offcanvas-menu .item {
    padding: 0;
    margin-bottom: 0;
    margin-right: 0;
}
#offcanvas-menu .dropdown__link {
    display: block;
    padding: 0;
    font-weight: 700;
}
.item-name a {
    font-weight: 700;
}

#offcanvas-menu .copyright {
    margin-top: 20px;
}
.box-calender {
    display: none;
    justify-content: space-between;
    height: 28px;
    margin-bottom: 10px;
    align-items: center;
    border: 3px solid #c80505;
}
.date-bar__button {
    height: 28px;
    width: 24px;
    text-align: center;
    cursor: pointer;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
}
.date-next {
    margin-right: 5px;
}
.date-pre {
    margin-left: 5px;
}
.opened {
    display: block !important;
}
.result-table {
    border: 1px solid #d8d7d7 !important;
}
.tk-table {
    border: 1px solid #d8d7d7 !important;
    background: #e3e3e3;
}
.box-calender {
    background-color: #c80505;
}
.box-calender h3 {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
#offcanvas-menu .item:last-child {
    margin-bottom: 25px;
}
ul.menu-right li .live_img,
ul.menu-right li .waiting_img {
    width: 30px !important;
}
ul.menu-right li .done_img {
    width: 30px !important;
}
ul.menu-right li img.waiting.gif {
    width: 23px !important;
}
.kq-calendar-content {
    width: 100%;
}
.kq-calendar {
    width: auto;
}
.menu-single {
    display: block;
}
.clearfix {
    clear: both;
}
.sidebar-menu {
    padding: 25px 0;
}
.mega-1 {
    background-color: #c80505;
}
.mega-2 {
    background-color: #f03268;
}
.mega-3 {
    background-color: #e9b800;
}
.mega-4 {
    background-color: #69c82a;
}
.mega-5 {
    background-color: #db48c2;
}
.mega-6 {
    background-color: #ea7702;
}
.power-7 {
    background-color: #fff200;
}
.noti-skq,
.skq-submit {
    margin-top: 16px;
}
.result-table .first-td {
    font-weight: 400 !important;
}
.modal-body .widget {
    margin-bottom: 0 !important;
}
.input2-tansuat label {
    padding-left: 16px !important;
    margin-right: 17px !important;
}
.input2-tansuat .checked-list ul {
    width: 16%;
}
#left-big .breadcrumb li:first-child {
    float: left;
}
.top-nav h1 {
    float: left;
}
.top-btns-login {
    float: right;
}
.top-nav .top-btns-login a:first-child {
    border-right: 1px solid #ddd;
    padding-left: 0;
}
.top-nav .top-btns-login a {
    padding: 9px 15px;
}
.top-nav .top-btns-login a:last-child {
    padding-right: 0;
}
table .capso {
    width: 45px;
    height: 45px;
    background: #e3e9f4;
    text-align: center;
    line-height: 29px;
    font-weight: 700;
    font-size: 13px;
    color: #c80505;
    margin-right: 3px;
}
table .solan {
    width: 45px;
    height: 45px;
    background: #fcfaf4;
    text-align: center;
    line-height: 29px;
    font-weight: 700;
    font-size: 13px;
    color: #464646;
}
.sc-lt .Zebra_DatePicker_Icon_Wrapper {
    width: 100%;
}
#right-lt-tk {
    float: right;
    margin-left: 10px;
    width: 320px;
}
.loto_today .info-today-parent {
    padding: 15px;
}
.tooltip:after,
[data-tooltip]:after {
    display: none !important;
}
.main-left .breadcrumbs .breadcrumb li:nth-child(2n) {
    float: left;
}
.radio.radio-border,
input.form-control,
select.form-control,
textarea.form-control {
    box-sizing: border-box;
    width: 100%;
}
.tk-mrb10 {
    margin-bottom: -10px;
}
.main-tk-sc .header-title .title-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.daterangepicker.openscenter .calendar,
.daterangepicker.openscenter .ranges {
    float: left;
    margin: 4px;
}
.link-social {
    display: none;
}
.link-social a {
    display: inline-block;
    margin: 10px 15px 10px 5px;
}
.link-social a img {
    vertical-align: bottom;
    margin: 0 0 2px 0;
}
.link-social-tk {
    margin-top: -10px;
}
.link-social-tk a {
    display: inline-block;
    margin: 10px 15px 10px 5px;
}
.link-social-tk a img {
    vertical-align: bottom;
    margin: 0 0 2px 0;
}
.vl-max3d table tr td,
.vl-max4d table tr td {
    text-align: center !important;
}
.message-mobile {
    display: none;
}
.message-desktop {
    display: block;
}
.control-panel {
    display: block;
    padding: 10px;
    height: 13px;
    border-top: 1px solid #d9d9d9;
    color: #fff;
    font-weight: 700;
}
.digits-form .radio {
    float: left;
}
.digits-form .radio label {
    padding-left: 20px;
}
.table-tructiep .control-panel {
    border-top: none;
}
.box-search-sqk .radio-border {
    padding: 5px 0 10px 0;
    border: none;
}
.box-search-sqk .radio label {
    padding-left: 22px;
}
.box-search-sqk .Zebra_DatePicker_Icon_Wrapper {
    width: 100%;
}
.box-search-bdbt .radio-border {
    padding: 5px 0 10px 0;
    border: none;
}
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #c80505;
}
.tab button {
    background-color: inherit;
    text-transform: uppercase;
    float: left;
    border: none;
    outline: 0;
    cursor: pointer;
    padding: 6px 16px;
    transition: 0.3s;
    font-size: 14px;
    color: #fff;
}
.tab button:hover {
    background-color: #74aa19;
}
.loto-mien .active,
.tab button.active {
    background-color: #74aa19;
}
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
.box-login-register,
.contact-content,
.napthe {
    position: relative;
}
.form_load .loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/ajax-loader.gif) 50% 50% no-repeat;
    z-index: 1;
}
.loader-tk .image-loading-tk {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/loading.gif) 50% 50% no-repeat;
    z-index: 1;
}
.loader-tk {
    display: none;
}
.full-form button,
.full-form input {
    float: left;
    width: 100%;
}
.no-center .table tr {
    text-align: justify;
}
.main-tk-sc .Zebra_DatePicker_Icon_Wrapper {
    width: 100%;
}
.tk .radio label {
    padding-left: 18px;
    margin-right: 0;
}
.radio-list ul li {
    float: left;
    margin: 5px 15px 5px 0;
}
.lightbox-content .btn-tkts {
    display: none;
}
.option-speed {
    display: none;
    margin-top: 5px;
}
.btn-option-speed {
    background: #c80505;
    color: #fff;
    padding: 2px 12px;
}
.table-extend tr td.cbs {
    font-weight: 400;
}
.table-extend tr td.cbs:last-child {
    font-weight: 400;
    border: 1px solid #666 !important;
}
.change-view {
    background: #ec971f;
    width: auto;
    float: right;
    cursor: pointer;
    padding-right: 10px;
}
.caption-info-mobie {
    background: #f4f2e6;
    font-weight: 700;
    padding: 10px;
    color: red;
    line-height: 10px;
    display: none;
}
.tkts .radio-border {
    padding: 5px 0 10px 0;
    border: none;
}
.dd-loto-widget tr td,
.dd-loto-widget tr td .red,
.loto-tructiep tr td,
.loto-tructiep tr td .red {
    font-size: 16px;
}
.loto-tructiep tr td.dd-stt span {
    font-size: 15px;
}
.btn-ngang {
    background: #ec971f;
}
.tr-tkgan {
    background-color: #f9f9f9;
}
.tr-tkmaxgan {
    background: #fff !important;
}
.tr-tkgan td {
    padding: 3px;
    color: #900 !important;
    font-weight: 700;
    font-size: 15px;
}
.tr-tkmaxgan td {
    font-size: 15px;
}
.tklotogan .result-table-tkgan {
    overflow: auto;
}
.s14 {
    font-size: 14px;
}
.s15 {
    font-size: 15px;
}
.s16 {
    font-size: 16px;
}
.s17 {
    font-size: 17px;
}
.s18 {
    font-size: 18px;
}
.s24 {
    font-size: 24px !important;
}
.s25 {
    font-size: 25px !important;
}
.w15 {
    width: 15%;
}
.w100 {
    width: 100%;
}
.lh20 {
    line-height: 20px !important;
}
.lh22 {
    line-height: 22px !important;
}
.loto-tructiep tr td.dd-stt {
    text-align: center;
    padding-left: 0;
    font-size: 14px;
    font-weight: 400 !important;
}
.dbnmfirst,
.tktc tr td .red {
    font-size: 15px;
}
.thongkedauduoi tr td a,
.thongkedauduoi tr th {
    font-size: 14px;
}
td.mb_madb {
    width: 100% !important;
    font-size: 13px !important;
    line-height: 25px;
    font-weight: 400 !important;
}
.col-xs-1 {
    width: 100%;
}
.col-xs-2 {
    width: 50%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-5 {
    width: 20%;
}
.col-xs-6 {
    width: 50%;
}
.mdb6 {
    width: 16.6%;
}
@media (min-width: 992px) {
    .col-md-3 {
        width: 25%;
    }
}
.result-table .col-xs-6 {
    text-align: center;
}
.mdb6,
.result-table span.col-xs-3,
.result-table span.col-xs-4,
.result-table span.col-xs-5,
.result-table span.col-xs-6 {
    float: left;
}
.mb_madb span {
    font-size: 22px !important;
    color: #1f10e2 !important;
}
.link-social-image {
    display: none;
}
.date-ranger-sc {
    margin-bottom: 10px;
}
.bang-loto {
    background: #f9f9f9;
    border: 1px solid #d9d9d9;
    margin-bottom: 10px;
    margin-top: -10px;
    line-height: 18px;
    border-top: none;
}
.bang-loto span {
    font-size: 16px;
    font-weight: 400;
}
#ctg_content .title-text,
#sc_content .title-text {
    text-align: center;
    text-transform: uppercase;
    padding-left: 0;
}
.number-date-range span {
    cursor: pointer;
}
.minus,
.plus {
    width: 20px;
    height: 16px;
    padding: 11px 5px 8px 5px;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.minus {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.plus {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.number-date-range input {
    width: 100px;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    margin-left: -5px;
    border-radius: 0;
    height: 37px;
}
.input-group-addon-date {
    width: 40px;
    height: 16px;
    padding: 11px 5px 8px 5px;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    margin-left: -4px;
    margin-right: -4px;
    border-right: none;
    border-left: none;
}
.clred,
.clred span {
    color: #e80000 !important;
    font-size: 25px;
}
.clblue,
.clblue span {
    color: #00f !important;
    font-size: 24px;
}
.bang-loto .clred {
    font-size: 20px !important;
}
.box-detail-sc {
    background: #f9f9f9;
    border: 1px solid #d9d9d9;
    margin-bottom: 10px;
    line-height: 18px;
    border-top: none;
}
#ctg_content .result-table td {
    border: none;
}
#ctg_content .result-table-header {
    border-bottom: 1px solid #d9d9d9;
}
#ctg_content .clblue span,
#ctg_content .result-table table tr td span {
    font-size: 28px !important;
}
.info-result {
    padding: 5px;
    line-height: 25px;
    border: 1px solid #ccc;
    margin: 10px 0;
    background: #f4f2e6;
}
.info-result .info-title {
    text-align: center;
    padding: 0 5px 5px 5px;
    text-transform: uppercase;
    color: #e00000;
    font-family: Tahoma, Geneva, sans-serif;
}
.info-result ol li span {
    color: #58595b;
    font-weight: 700;
}
.info-result ul.sub-content li:before {
    content: "-";
    position: absolute;
    margin: -1px 0 0 -10px;
    vertical-align: middle;
}
.info-result ul.sub-content {
    padding-left: 10px;
}
.info-result ol li span,
p.note {
    color: #58595b;
    font-weight: 700;
}
.info-result .table-award {
    width: 100%;
}
.info-result .table-award,
.info-result .table-award td,
.info-result .table-award th {
    border: 1px solid #888;
}
.info-result .table-award td,
.info-result .table-award th {
    padding-left: 5px;
}
.info-result .table-award th {
    text-align: center;
    font-weight: 700;
}
.see-more-title {
    margin-left: -13px;
}
.see-more {
    margin-left: 15px;
}
.see-more ul.list-html-link {
    margin-bottom: 10px;
    list-style-type: none;
}
.see-more ul.list-html-link li {
    padding: 8px 0 0 0;
}
.see-more a {
    text-decoration: underline !important;
    color: #120cf4 !important;
    font-size: 14px;
}
.see-more ul li:before {
    position: absolute;
    margin: 6px 0 0 -13px;
    vertical-align: middle;
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 8px;
    background: #000;
    content: "";
}
table.list-haydung {
    margin-bottom: 10px;
    width: 100%;
}
table.list-haydung tr {
    text-align: justify;
}
table.list-haydung tr td {
    padding: 5px;
}
table.list-haydung tr .solanxem {
    float: right;
}
.load-more {
    line-height: 30px;
    color: #fff;
    background: #74aa19;
    font-size: 13px;
    float: left;
    width: 100%;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 10px;
    font-weight: 700;
}
#left-content .result-table table tr td:first-child,
.modal-body .result-table .first-td {
    width: 10%;
}
#left-content .vl-box table tr td:first-child {
    width: 15%;
}
.icon_done {
    background: url(../images/done.png) right center no-repeat;
    background-size: 14px 14px;
    width: 14px;
    height: 25px;
    float: right;
    margin-right: 5px;
}
.icon_live {
    background: url(../images/loading_small.gif) right center no-repeat;
    background-size: 12px 12px;
    width: 14px;
    height: 30px;
    float: right;
    margin-right: 5px;
}
.title-kq {
    color: #333333;
    font-weight: 700;
    font-size: 18px;
}
.title-region-link a {
    text-decoration: underline;
    color: #c80505;
    font-size: 15px;
    font-weight: 700;
}
.result-table-header .title-link-item,
.table-tructiep .result-table-header .title-link-item,
.title-region-link {
    margin: 5px 0;
}
.title-link-item a {
    text-decoration: underline;
    color: #c80505;
    font-size: 15px;
    font-weight: 700;
}
.result-table .result-table-header .title-link-item span,
.result-table .result-table-header .title-region-link span,
.table-tructiep .result-table-header .title-link-item span {
    color: #c80505;
    font-weight: 700;
    margin: 8px 0;
    font-size: 15px;
}
.result-table .loading-xs {
    height: 35px;
}
.loading_pending {
    padding: 4px 0;
}
.today-open-widget .icon {
    display: none;
}
.today-open-widget tr td {
    width: 33.333333333333%;
}
.dientoan table tr td {
    padding: 0;
}
.unline {
    text-decoration: none !important;
}
.result-table .vl-max4d table tr td.number {
    font-size: 24px;
}
.dientoan .result-table-header {
    height: auto;
    padding: 8px 0;
}
.result-table-header h2 {
    font-size: 18px;
    color: #e00000;
    font-weight: 700;
}
.h70 {
    height: 70px;
}
.title-kq-date {
    color: #c80505;
    font-size: 15px;
    font-weight: 700;
}
.dientoan:last-child {
    margin-bottom: 10px;
}
.runLoto {
    background: #c30909;
    background: linear-gradient(#74aa19, #c80505);
    background: linear-gradient(#c30909, #c80505);
    border-radius: 100%;
    font-size: 22px;
    color: #fff;
    padding: 0 5px;
    display: inline;
}
.table-tructiep .runLoto {
    font-size: 22px;
    padding: 0 4px;
}
.user-profile {
    margin-top: 5px;
    clear: both;
    padding: 0 0 0 5px;
}
.user-profile a {
    color: #00f !important;
}
.arrow {
    font-weight: 700;
    margin: 8px 0;
    font-size: 15px;
}
.xstn_date span {
    font-size: 18px !important;
    color: #1f10e2 !important;
    font-weight: 400;
}
.xstn_date b {
    font-size: 18px !important;
    color: #1f10e2;
    font-weight: 400;
}
.dbtn span.red {
    font-size: 32px;
}
.vl-max3d table tr td span,
.vl-max4d table tr td span {
    font-size: 28px !important;
}
.vl-max3d table tr td span.number-db,
.vl-max4d table tr td span.max4d-g1 {
    font-size: 35px !important;
}
.vl-max4d .table-khdb tr td span {
    font-size: 23px !important;
}
.text-khdb {
    border-top: 1px solid #d8d7d7;
    padding: 10px;
    color: #00f;
    font-weight: 700;
    font-size: 15px;
    background: #f6f6f6;
}
.vl-box .title-kq {
    margin-top: 5px;
}
.lotoId15,
.lotoId16,
.lotoId17,
.lotoId19,
.lotoId20,
.lotoId21,
.lotoId22,
.lotoId28,
.lotoId29,
.lotoId3,
.lotoId30,
.lotoId31,
.lotoId32,
.lotoId33,
.lotoId34,
.lotoId35,
.lotoId5,
.lotoId8,
.lotoId9,
.select-loto .lotoId4 {
    margin-top: 5px;
}
.loto-xien .note {
    display: none;
}
.loto-input .tutorial {
    line-height: 20px;
}
.bv-desktop {
    display: block;
}
.loto-mien {
    display: block;
    float: left;
    width: 100%;
    background: #c80505;
}
.loto-mien ul li {
    float: left;
    width: 33.333333333333%;
    padding: 6px 0 6px 0;
    text-align: center;
}
.loto-mien ul li a {
    color: #fff;
}
.loto-mien ul li.active a {
    text-decoration: underline;
}
.loto_today .small {
    color: #00f;
}
.today-open-region-widget tr td:first-child {
    border-left: none;
}
.today-open-region-widget tr td:last-child {
    border-right: none;
}
.today-open-region-widget tr td {
    border-left: 1px solid #d8d7d7;
    height: 31px;
    line-height: 31px;
    text-align: center;
}
.today-open-region-widget .region-wrapper {
    width: 100%;
}
.title-diw,
.today-open-region-widget .title-region {
    color: #fff;
    padding-top: 10px;
    font-weight: 700;
}
.title-tk {
    padding-left: 10px;
    font-weight: 400;
}
.title-ds-gan,
.title-tk {
    color: #fff;
    padding-top: 10px;
    text-transform: uppercase;
}
.copyright-info {
    margin-bottom: 10px;
}
.dientoan .title-link-item {
    color: #c80505;
    font-weight: 700;
}
.quaythu .widget-content {
    border-top: 1px solid #d8d7d7;
}
.quaythu .widget-content tr td {
    width: 25%;
}
.quaythu .widget-content tr td.active {
    background: #74aa19;
}
.quaythu .widget-content tr td.active a {
    color: #fff;
}
#list-number td:hover {
    background: #fff2bc;
}
.dientoan .pd5 {
    color: #000;
}
.notification-icon {
    background: url(../images/icon_notification.png) no-repeat;
    display: inline-block;
    height: 18px;
    margin-left: 13px;
    margin-top: 8px;
    width: 22px;
}
.result-table tbody td .mb_g71,
.result-table tbody td .mb_g72,
.result-table tbody td .mb_g73,
.result-table tbody td .mb_g74 {
    color: #e62e04;
    font-size: 28px;
}
.table-tructiep table .xstn_g8 {
    color: #e62e04 !important;
    font-size: 28px !important;
}
.somo button.button-submit {
    width: 90px;
    height: 35px;
}

.news-widget li a,
.region-column a,
.so-mo tr td,
.menu-right a,
.today-open-region-widget a {
    font-size: 14px;
}
.label-success {
    background-color: #73a81f;
}
.label-info {
    background-color: #c80505;
}
.label-danger {
    background-color: #a90329;
}
.label-warning {
    background-color: #c79121;
}
span.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
.info span.label {
    display: inline;
    padding: 5px 5px 5px;
    font-size: 15px;
    font-weight: 400 !important;
    color: #fff;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
    display: block;
    width: 130px;
}
.icon-nofavourite {
    background: url(../images/nofavourite.png) no-repeat;
    height: 16px;
    width: 16px;
    display: block;
    float: left;
}
.icon-favourite {
    background: url(../images/follow.png) no-repeat;
    height: 16px;
    width: 16px;
    display: block;
    float: left;
}
.table-xemloto tbody tr td:first-child {
    width: 15%;
}
.table-xemloto tbody tr td {
    line-height: 25px;
}
.sodep img {
    width: 60px;
}
.sodep span.label {
    padding: 5px 5px 5px;
    font-size: 90%;
}
.sodep-caudep {
    border: 1px solid #d8d7d7 !important;
    border-top: none !important;
    padding: 5px 0 5px 3px;
}
.sodep-caudep:after,
.sodep-caudep:before {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.sodep-caudep .number {
    margin: 3px;
    padding: 5px 5px;
    display: block;
    float: left;
    background: #fdfdfd;
    border: #dfdddb 1px solid;
    font-size: 16px;
    font-weight: 700;
    color: #e62e04;
    text-decoration: none;
}
.breadcrumbs .breadcrumb li,
.breadcrumbs .breadcrumb li a,
.breadcrumbs .breadcrumb li h2,
.breadcrumbs .breadcrumb li span {
    color: #666;
}
.widget-header h2 {
    color: #333;
    padding-top: 9px;
    font-weight: 700;
    font-size: 16px;
}
.live-header {
    background-color: #f1f2f2;
    color: #414042;
    font-weight: 500;
    position: relative;
    padding: 5px;
    margin-bottom: 10px;
}
.live-content {
    color: #666;
    display: inline-block;
    margin-right: 28px;
}
.btn-danger {
    border: 1px solid #ed1c24;
    border-radius: 15px;
    background-color: #ed1c24;
    font-weight: 700;
    display: inline-block;
    padding: 2px 8px;
    color: #fff;
}
.live-header {
    display: block;
}
.live-header i {
    display: inline-block;
    position: relative;
    top: 1px;
    left: -20px;
    height: 16px;
    width: 16px;
    text-align: center;
}
.live-loader {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    animation: live-loader 1s linear alternate infinite;
    position: absolute;
    left: 50px;
    top: -24px;
}


.resultNumber {
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    font-weight: 700;
    color: #333;
}

.special-color .resultNumber{
    color: #c80505 !important;
}

.group-result {
    display: flex;
    flex-flow: column wrap;
}

.adv-side-bar {
    width: 100%;
    height: 80px;
    margin: 0px 0 30px 0;
    border:1px solid #d9d9d9;
    text-align: center;
    line-height: 80px;
    color: #e7e7e7;
}
@-webkit-keyframes live-loader {
    0% {
        box-shadow: -20px 40px 0 2px #fff, -10px 40px 0 0 rgb(0 82 236 / 20%), 0 40px 0 0 rgb(0 82 236 / 20%), 10px 40px 0 0 rgb(0 82 236 / 20%);
    }
    25% {
        box-shadow: -20px 40px 0 0 rgb(0 82 236 / 20%), -10px 40px 0 2px #009444, 0 40px 0 0 rgb(0 82 236 / 20%), 10px 40px 0 0 rgb(0 82 236 / 20%);
    }
    50% {
        box-shadow: -20px 40px 0 0 rgb(0 82 236 / 20%), -10px 40px 0 0 rgb(0 82 236 / 20%), 0 40px 0 2px #ed1c24, 10px 40px 0 0 rgb(0 82 236 / 20%);
    }
    75% {
        box-shadow: -20px 40px 0 0 rgb(0 82 236 / 20%), -10px 40px 0 0 rgb(0 82 236 / 20%), 0 40px 0 0 rgb(0 82 236 / 20%), 10px 40px 0 2px #fff200;
    }
    100% {
        box-shadow: -20px 40px 0 0 rgb(0 82 236 / 20%), -10px 40px 0 0 rgb(0 82 236 / 20%), 0 40px 0 0 rgb(0 82 236 / 20%), 10px 40px 0 0 rgb(0 82 236 / 20%);
    }
}
@keyframes loader-live {
    0% {
        box-shadow: -20px 40px 0 2px #fff, -10px 40px 0 0 rgb(0 82 236 / 20%), 0 40px 0 0 rgb(0 82 236 / 20%), 10px 40px 0 0 rgb(0 82 236 / 20%);
    }
    25% {
        box-shadow: -20px 40px 0 0 rgb(0 82 236 / 20%), -10px 40px 0 2px #009444, 0 40px 0 0 rgb(0 82 236 / 20%), 10px 40px 0 0 rgb(0 82 236 / 20%);
    }
    50% {
        box-shadow: -20px 40px 0 0 rgb(0 82 236 / 20%), -10px 40px 0 0 rgb(0 82 236 / 20%), 0 40px 0 2px #ed1c24, 10px 40px 0 0 rgb(0 82 236 / 20%);
    }
    75% {
        box-shadow: -20px 40px 0 0 rgb(0 82 236 / 20%), -10px 40px 0 0 rgb(0 82 236 / 20%), 0 40px 0 0 rgb(0 82 236 / 20%), 10px 40px 0 2px #fff200;
    }
    100% {
        box-shadow: -20px 40px 0 0 rgb(0 82 236 / 20%), -10px 40px 0 0 rgb(0 82 236 / 20%), 0 40px 0 0 rgb(0 82 236 / 20%), 10px 40px 0 0 rgb(0 82 236 / 20%);
    }
}
.live-content {
    display: inline-block;
    margin-right: 28px;
    margin-left: 80px;
}
.menu-diw ul.navbar-nav {
    margin-top: 10px;
    width: 100%;
    border-top: 1px solid #dddfe2;
}
.menu-diw .nav {
    margin-top: -10px;
    padding-bottom: 10px;
}
.nav > li,
.nav > li > a {
    display: block;
}
.navbar-nav {
    float: left;
    margin: 0;
}
.menu-diw ul.navbar-nav li {
    width: 25%;
}
.navbar-nav > li {
    float: left;
}
.menu-diw .nav a {
    font-weight: 700;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
.nav > li > a {
    padding: 10px 15px;
}
.menu-diw li.active {
    background-color: #74aa19;
}
.menu-diw ul.navbar-nav li a {
    text-align: center;
    color: #333;
    font-weight: 500;
    padding: 5px 0;
    border-right: 1px solid #dddfe2;
    border-bottom: 1px solid #dddfe2;
}
.menu-diw li.active a {
    color: #fff !important;
}
.widget-skq {
    width: 68%;
    float: left;
}
.widget-skq-loto {
    width: 31.5%;
    float: left;
    margin-top: 10px;
}
.widget-skq-loto table th,
.widget-skq-loto table tr td.dd-stt {
    border-left: none;
    font-size: 14px;
}
.widget-skq table tr td span {
    font-size: 21px;
}
.widget-skq-loto table tr td.dd-kq {
    font-size: 15px;
}
.widget-skq-loto table tr td.dd-stt {
    color: #900;
}
.widget-skq table tr span.mb_g0 {
    font-size: 28px;
}
.widget-skq tbody td .mb_g71,
.widget-skq tbody td .mb_g72,
.widget-skq tbody td .mb_g73,
.widget-skq tbody td .mb_g74 {
    font-size: 24px;
    color: #e62e04;
}
.widget-skq-loto .dau-loto {
    width: 10%;
}
.du-doan h2 {
    font-weight: 400;
}
@media only screen and (max-width: 1013px) {
    .images-404 {
        width: 100%;
    }
    .lmt-right {
        width: 100% !important;
        margin-top: 15px !important;
    }
    .header-menu-mobile {
        height: 50px;
    }
    .box-calender {
        display: flex !important;
    }
    .print-kqxs {
        display: none;
    }
    .header-menu-mobile .navbar {
        display: block !important;
        background: #c80505;
    }
    .fixed-mobile {
        position: fixed;
        width: 100%;
        z-index: 999;
    }
    .toggle-btn-box {
        position: absolute;
        top: 6px;
        left: 10px;
    }
    .navbar-toggle {
        display: block;
        padding: 10px 5px 5px 5px;
        border-radius: 0;
        background: 0 0;
        position: relative;
        border: 1px solid transparent;
    }
    .sticky .navbar-toggle {
        display: block;
        padding: 11px 0 5px 10px;
        border-radius: 0;
        background: 0 0;
        position: relative;
        border: 1px solid transparent;
    }
    #offcanvas-menu {
        width: 280px;
        height: 100%;
        top: 0;
        left: -300px;
        z-index: 1000;
        box-sizing: border-box;
        background: #fff;
        display: block;
        position: fixed;
        overflow: auto;
    }
    #offcanvas-menu label#closex {
        width: 30px;
        height: 30px;
        overflow: hidden;
        display: block;
        position: absolute;
        cursor: pointer;
        text-indent: -1000px;
        z-index: 10;
        top: 5px;
    }
    #closex {
        right: 5px;
    }
    #closex2::before,
    #offcanvas-menu label#closex::before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 6px;
        background: #c80505;
        top: 50%;
        margin-top: -3px;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #closex2::after,
    #offcanvas-menu label#closex::after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 6px;
        background: #c80505;
        top: 50%;
        margin-top: -3px;
        -ms-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    .sidebar-menu {
        padding: 25px 0;
    }
    .sidebar-menu .login-button {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .sidebar-menu .items {
        width: 100%;
    }
    .sidebar-menu .items .item {
        width: 100%;
        float: left;
        text-align: left !important;
        margin-right: 5px;
        margin-bottom: 5px;
        padding: 0 15px;
        box-sizing: border-box;
        min-height: 34px;
        line-height: 34px;
        border: none;
        border-bottom: 1px inset #ebebeb;
        background: 0 0;
    }
    .sidebar-menu .items .item .item-icon {
        padding: 5px;
    }
    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
    }
    .sticky .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        background: #fff;
        margin-bottom: 4px;
    }
    .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        background: #414141;
        margin-bottom: 4px;
    }
    .calendar-btn-box {
        position: absolute;
        top: 15px;
        right: 10px;
    }
    .calendar-btn-box button {
        color: #fff;
        padding: 0 5px 5px 5px !important;
    }
    .text-center {
        text-align: center !important;
    }
    #offcanvas-menu a {
        text-decoration: none;
    }
    .sidebar-menu .logo img {
        width: 50%;
    }
    .sidebar-menu .logo-mobile p {
        margin: 10px 0;
    }
    .sidebar-menu .login-button {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .sidebar-menu .items {
        width: 100%;
    }
    .sidebar-menu .items .item.active {
        background: #fae8e3;
        border: 1px solid #e62e04;
    }
    .sidebar-menu .items .item .item-icon {
        padding: 5px;
    }
    #offcanvas-menu a {
        text-decoration: none;
    }
    .home-icon {
        background: url(../images/homeactive.png) no-repeat center;
    }
    .xoso-icon {
        background: url(../images/xoso.png) no-repeat center;
    }
    .sidebar-menu .items .item.active .item-name a {
        color: #e62e04 !important;
    }
    .pagination {
        margin-top: 5px !important;
        padding-bottom: 10px;
    }
    .top-nav h1 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    #left-big {
        width: 100%;
        margin-left: 0;
    }
    #right-big {
        display: block;
        order: 2;
    }
    .top-btns-login {
        display: none;
    }
    #right-lt-tk {
        width: 100%;
        margin-left: 0;
    }
    .scrollTop,
    .table-extend .table tbody {
        width: auto !important;
    }
    .main-tk-sc #right-1 {
        display: none;
    }
    table.list-thongke {
        margin-bottom: 10px;
        width: 100%;
    }
    .link-social {
        display: block;
        margin-top: -5px;
    }
    .main-left .result-table {
        overflow: auto;
    }
    .main-left .tk-table {
        overflow: auto;
    }
    .result-table .scrollTop {
        display: none;
    }
    .link-social-image {
        display: block;
        margin-bottom: 5px;
    }
    .link-social-image img {
        width: 100%;
    }
    .mb-mgt10 {
        margin-top: 10px;
    }
    .today-open-widget .icon {
        display: block;
    }
    .navbar-logo {
        border-bottom: 1px solid #d8d7d7;
        height: 50px;
    }
    .logo-mobile .logo-mb {
        height: 40px;
        background-size: contain;
        margin-top: 5px;
        position: relative;
    }
    .logo-content {
        float: left;
        width: 100%;
        margin: auto;
        margin-top: 10px;
    }
    .header-logo {
        float: left;
        width: 100%;
        height: 50px;
    }
    .logo-mobile {
        text-align: center;
    }
    .hearder-logo,
    .navbar-logo {
        width: 100%;
    }
    .header-mobile {
        border-top: 1px solid #f3f3f3;
    }
    .header-logo {
        background: #fff;
    }
    .header-menu-mobile {
        background-color: #c80505;
        width: 100%;
        height: 40px;
        line-height: 40px;
    }
    .header-menu-mobile .menu-item:first-child {
        display: none;
    }
    .sticky.header-menu-mobile .menu-item:first-child {
        float: left;
        width: 10%;
        text-align: center;
    }
    .sticky.header-menu-mobile .menu-item:first-child {
        display: block;
    }
    .header-menu-mobile .menu-item {
        float: left;
        width: 22%;
        text-align: center;
    }
    .sticky.header-menu-mobile .menu-item {
        float: left;
        width: 20%;
        text-align: center;
    }
    .header-menu-mobile .menu-item:last-child {
        float: left;
        width: 34%;
        text-align: center;
    }
    .sticky.header-menu-mobile .menu-item:last-child {
        float: left;
        width: 30%;
        text-align: center;
    }
    .header-menu-mobile .menu-item a {
        width: 100%;
        font-size: 14px;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        display: block;
    }
    .menu-item .active {
        color: #fff;
        background: #74aa19;
    }
    .menu-footer {
        width: auto;
    }
    .article,
    section.related {
        padding: 10px;
    }
    .kq-calendar-top {
        height: 30px;
    }
    .kq-calendar-content td {
        height: 30px;
        line-height: 30px;
    }
    .calender-mb .header-title-blue {
        height: 35px;
        text-align: center;
    }
    .calender-mb .header-title-blue .title-calender {
        color: #fff;
        padding-top: 11px;
        display: block;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 12px;
    }
}
@media (max-width: 1013px) {
    #header .header-pc {
        display: none;
    }
    #right-1 {
        width: 100%;
    }
    #right-1 .live-menu {
        display: none;
    }
    #right-1 .widget-xs {
        display: none;
    }
    #right {
        width: 100%;
        margin-left: 0;
    }
    #left-content {
        width: 100%;
        margin-left: 0;
    }
    #left-content .dd-loto-widget table:first-child {
        float: left;
    }
    #left-content .dd-loto-widget .dit-loto {
        float: right;
        width: 49%;
        margin-left: 0;
    }
  
    #left-content .widget.today-open-widget .region-wrapper {
        width: 100%;
    }
    #left-content .widget.today-open-widget .region-column {
        width: 100%;
    }
    #left-content .tk-nhanh-item-content {
        padding: 10px 10px 10px 15px;
        padding-left: 8%;
    }
    #left-content .tk-nhanh-item {
        width: 32%;
        display: inline-block;
        margin-bottom: -5px;
        line-height: 1.6;
        height: auto;
        margin-right: 0;
    }
    #left-content .tk-nhanh-text {
        padding: 5px;
        font-weight: 400;
        font-size: 12px;
    }
    #container {
        width: auto;
    }
    #offcanvas-menu .logo {
        width: 100%;
    }
    #offcanvas-menu .copyright {
        text-align: center;
        bottom: 5px;
        width: 100%;
    }
    .top-nav {
        height: 28px;
        line-height: 28px;
        padding-left: 10px;
        width: auto;
    }
    .daterangepicker.openscenter .calendar,
    .daterangepicker.openscenter .ranges {
        float: none;
    }
    .expant-title {
        display: none;
    }
    .caption-info-mobie {
        display: block;
    }
    .see-more {
        margin-left: 25px;
    }
    .calendar-desktop,
    .home #left,
    .home .menu-sc,
    .home .menu-tk,
    .mb .menu-sc,
    .mb .menu-tk,
    .mb .tinh-dt,
    .mb .tinh-mn,
    .mb .tinh-mt,
    .mn .menu-sc,
    .mn .menu-tk,
    .mn .tinh-dt,
    .mn .tinh-mb,
    .mn .tinh-mt,
    .mt .menu-sc,
    .mt .menu-tk,
    .mt .tinh-dt,
    .mt .tinh-mb,
    .mt .tinh-mn,
    .skq #left,
    .skq #right,
    .vl .menu-sc,
    .vl .menu-tk,
    .vl .tinh-mb,
    .vl .tinh-mn,
    .vl .tinh-mt {
        display: none !important;
    }
    .news-lists {
        padding: 5px;
    }
}
@media (min-width: 1013px) {
    .header-mobile {
        display: none;
    }
    .search-widget-xs {
        display: none;
    }
    .top-brand {
        display: none;
    }
}
@media (max-width: 768px) {
    .menu-footer {
        text-align: inherit;
        width: 100%;
        background: #f7f7f7;
    }
    .menu-footer .nav-menu {
        float: left;
        margin-top: 0;
    }
    .menu-footer .nav-menu .item-link {
        display: block;
        float: left;
        border-bottom: 1px solid #e7e7e7;
        color: #333;
        width: 45%;
        margin: 0;
        padding: 10px 0 10px 0;
        margin-right: 8px;
        margin-left: 10px;
        font-size: 15px;
    }
    .menu-footer {
        float: left;
    }
    #footer {
        background-color: #fff;
        text-align: inherit;
        padding: 0 0;
        margin-top: 10px;
    }
    .copyright-text {
        color: #999;
        padding: 15px 0 0 0;
        border-top: 1px solid #e7e7e7;
    }
    .copyright {
        margin-top: 5px;
    }
    .copyright-info {
        padding: 15px;
        font: 400 14px arial !important;
        position: relative;
        margin-bottom: 0;
    }
    .copyright-img {
        display: block;
    }
    .copyright-img img {
        height: 40px;
    }
    .province-list li {
        width: 287px;
    }
}
@media (max-width: 514px) {
    .message-mobile {
        display: block;
    }
    .message-desktop {
        display: none;
    }
    .loto-input .input .numbers {
        margin-bottom: 0;
    }
    .input2-tansuat .checkbox,
    .input2-tansuat .chonnhanh {
        width: 100% !important;
    }
    .checkbox-list ul li {
        float: left;
        margin: 0 -10px 10px 0;
    }
    .border-red .form-group {
        width: 100% !important;
    }
    .xien-ghep .skq-type {
        width: 30% !important;
    }
    .tkts .tktsn_day {
        width: 17% !important;
    }
    .tkts .tktsn_day_first {
        width: 30% !important;
    }
    .tkts .tktsn_day_cn {
        width: 30% !important;
    }
    .tkts .radio label {
        padding-left: 18px;
    }
    .btn-tkts {
        width: 46% !important;
    }
    .btn-ngang {
        float: left;
    }
    .border-red .zebra_datePicker_form {
        width: 46% !important;
    }
    .border-red .zebra_datePicker_form:nth-child(2n) {
        margin-right: 0 !important;
    }
    .table-thongke tr td {
        height: 25px;
        line-height: 15px;
        padding: 2px 10px !important;
    }
    .btnPlay button {
        float: left;
        width: 45% !important;
    }
    .bv-desktop {
        display: none;
    }
    .bv-mobile {
        display: block;
    }
    .loto-input .btnPlay .btn-play {
        margin-left: 25px;
    }
    .loto-input .input .pull-left {
        width: 98% !important;
    }
    .runLoto {
        font-size: 20px;
        padding: 0 3px;
    }
}
@media (max-width: 425px) {
    .radio label {
        padding-left: 18px;
    }
    .mega645-wins.power-mega table tr td {
        font-size: 15px !important;
    }
    .div-widget a {
        margin-right: 8px;
    }
    .div-widget .btn-sm {
        padding: 5px 8px !important;
    }
    .full-form .form-group .label {
        text-align: initial !important;
    }
    .form-group .label {
        margin-bottom: 0 !important;
    }
    .contact-content {
        margin-bottom: 10px;
    }
    .button-left {
        display: none;
    }
    .box-ketqua .first-td {
        font-size: 11px !important;
    }
    .result-table .mega645-item {
        margin: 5px;
    }
    .power-number .mega645-item {
        margin-right: 0 !important;
    }
    .breadcrumb > li + li:before {
        padding-right: 2px !important;
    }
    .modal-dialog {
        width: auto;
    }
    .daterangepicker .calendar-time {
        display: none;
    }
    .daterangepicker .ranges .input-min {
        padding: 0 2px;
    }
    .result-table.thongkedauduoi {
        overflow: auto;
    }
    .input2-tansuat .checked-list ul {
        width: auto !important;
    }
    .sc-lt .label {
        float: none;
        line-height: none;
        width: auto;
    }
    .sc-lt select {
        width: 100%;
    }
    .loto-input .select-loto .loto-xien {
        margin-right: 5px;
    }
    .loto-input {
        margin: 10px 0;
        padding: 10px;
    }
    .loto-input .input .form-control {
        width: 98%;
    }
    .loto-input .input .input-coin {
        margin-top: 5px;
    }
    .loto_today .info-today {
        width: 50%;
    }
    .loto_today .landing-thongke {
        width: 50%;
    }
    .loto_today .landing-thongke ul {
        margin-top: 0;
    }
    .loto_today .landing-thongke ul li {
        margin-bottom: 5px;
    }
    .loto-input .loto-member {
        width: 100%;
        margin-bottom: 5px;
    }
    .loto-input .loto-info {
        float: none;
    }
    .select-loto .loto-xien {
        width: 30%;
    }
    .full-form .explain {
        margin: 5px 60px 5px 0;
    }
    .form-control.btn-register {
        margin-bottom: 10px;
    }
    .lotoId14,
    .lotoId15,
    .lotoId18,
    .lotoId2,
    .lotoId26,
    .lotoId27,
    .lotoId3,
    .lotoId5,
    .lotoId7,
    .select-loto .lotoId4 {
        margin-top: 5px;
    }
    .daterangepicker.opensright .calendar,
    .daterangepicker.opensright .ranges {
        float: none !important;
    }
    .daterangepicker .calendar.right {
        order: 3;
    }
    .daterangepicker .calendar.left {
        order: 2;
    }
    .daterangepicker .ranges {
        order: 1;
        width: 97% !important;
    }
    .daterangepicker .daterangepicker_end_input {
        margin-right: 9px;
    }
    .box-table .dauso {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .box-table .none {
        width: 40px;
        height: 40px;
    }
    .box-table .number {
        width: 40px;
        height: 40px;
    }
    table .capso {
        width: 40px;
        height: 45px;
    }
    table .solan {
        width: 50px;
        height: 45px;
    }
    .label.lb-tk,
    .radio.radio-border,
    input.form-control,
    select.form-control,
    textarea.form-control {
        margin-top: 5px !important;
    }
    .Zebra_DatePicker_Icon_Wrapper {
        width: 100% !important;
    }
    .form-group button {
        width: 100%;
    }
    .input2-tansuat .xkq-dbcd {
        margin-top: 10px !important;
    }
    .tsds-40 .fast-statistic-number {
        width: 18px !important;
    }
    .search-row .Zebra_DatePicker_Icon_Wrapper {
        width: auto !important;
    }
    .list-thongke .tksc-item a {
        font-size: 13px;
    }
    .ranges .range_inputs .applyBtn {
        clear: both;
        float: left;
        margin-right: 10px;
    }
    .ranges .range_inputs .cancelBtn {
        float: left;
    }
    #left-content .fast-statistic-number {
        padding: 0;
    }
    #left-content .vl-box table tr td:first-child {
        width: 20% !important;
    }
    .result-table .mega645-wins table tr .circle-num i {
        width: 9px;
        height: 9px;
    }
    #left-content .vl-max3d table tr td.first-td,
    #left-content .vl-max4d table tr td.first-td {
        width: 15% !important;
    }
    .message-loto {
        margin: 10px 0 10px 0;
        width: 100%;
    }
    .loto-input .btnPlay .btn-play {
        margin-top: 0;
    }
    .box-search-sqk .skq-type {
        margin-bottom: -20px;
    }
    .box-search-sqk .skq-btn {
        margin-top: 25px;
    }
    .box-search-sqk .radio label {
        padding-left: 20px;
    }
    .box-search-sqk select {
        margin-bottom: 5px;
    }
    #search-box-content .form-group {
        width: 100% !important;
    }
    #search-box-content .form-control {
        width: 100% !important;
    }
    .tabcontent .form-group {
        width: 100%;
    }
    .full-form .form-group .btn-register {
        width: 100%;
    }
    .border-red .form-radio {
        width: 45% !important;
    }
    .checkbox-list {
        margin-top: 8px;
    }
    .radio-list ul li {
        margin: 5px 10px 5px 0;
    }
    .box-search-bdbt .bdbt-type {
        width: 30% !important;
    }
    .option-speed {
        margin-top: 0;
    }
    .action {
        height: 45px;
    }
    .action button {
        width: 100%;
    }
    .action .btn-inline-default {
        margin: 10px 0 0 0;
    }
    .tkts .hsc_giai {
        width: 25% !important;
    }
    .tkgdbg .tkgdbg-type {
        width: 21% !important;
    }
    .tkgdbg .tkgdbg-type-label {
        width: 30% !important;
    }
    .tkgdbg .radio-border {
        border: none;
        padding-left: 0;
    }
    .result-table tbody tr td .date {
        font-size: 12px;
    }
    .result-table tbody tr td {
        padding: 2px;
        padding-bottom: 5px;
        padding-top: 5px;
    }
    .tktsclt .checkbox-list ul li {
        margin: 0 -8px 10px 0;
    }
    .tr-tkmaxgan td {
        padding: 3px;
    }
    .tr-tkmaxgan td:first-child {
        font-size: 14px;
    }
    .table-thongke tr td.nxhgdn {
        width: 24%;
    }
    .thckdb .result-table tbody tr td {
        padding: 1px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .bsckgtt {
        width: 15%;
    }
    .dd-loto-widget table tr td.dd-kq {
        padding-left: 5px;
    }
    .madb span {
        font-size: 18px;
    }
    .number-date-range input {
        margin-top: 0 !important;
    }
    .number-date-range {
        margin-top: 5px;
    }
    .border-red {
        border: 1px solid #e62e04;
    }
    .number-date-range input {
        width: 150px;
    }
    .today-open-widget .flaticon-right133 {
        display: none;
    }
    .search-widget .Zebra_DatePicker_Icon_Wrapper {
        width: 100% !important;
    }
    .search-widget .Zebra_DatePicker_Icon_Wrapper input,
    .search-widget .search-number {
        width: 100%;
        box-sizing: border-box;
    }
    .search-widget .selectpicker {
        width: 100%;
        height: 35px;
        margin-top: 10px;
    }
    .search-widget .pull-left {
        width: 100%;
        height: 35px !important;
    }
    .search-widget .search-number,
    .selectpicker {
        height: 35px !important;
    }
    .search-widget select {
        margin-left: 0;
    }
    .search-widget .search-button {
        margin-left: 0;
        margin-top: 10px;
    }
    .result-table .power-item {
        margin: auto;
    }
    .user-profile {
        line-height: 20px;
    }
    .runLoto {
        font-size: 19px;
        padding: 0 3px;
    }
    .cungquayxoso .xstn_date b {
        font-size: 15px !important;
    }
    .table-tructiep .runLoto {
        font-size: 18px;
        padding: 0 4px;
    }
    .table-tructiep .table tr.gdb td .number {
        font-size: 25px;
    }
    .table-tructiep table .xstn_g8 {
        font-size: 26px !important;
    }
    .result-table tbody td .mb_g71,
    .result-table tbody td .mb_g72,
    .result-table tbody td .mb_g73,
    .result-table tbody td .mb_g74 {
        color: #e62e04;
        font-size: 26px;
    }
    .somo button.button-submit {
        width: 100%;
    }
    .news-item .thumbnail {
        width: 120px;
    }
    .news-item a.img img {
        height: 68px;
    }
    .news-item .info .des {
        display: none;
    }
    .article-title h1 {
        font-size: 22px;
        line-height: 1.5;
    }
    .article .article-content .short-description,
    .article .article-content .short-description h2 {
        font: 600 16px arial;
        line-height: 1.5;
        margin: 0 0 1em 0;
        word-break: break-word;
    }
    .article .content p {
        font: 400 16px arial;
        line-height: 1.5;
        margin: 0 0 1em 0;
        word-break: break-word;
    }
    .article .content h2 {
        font: 700 16px arial;
        line-height: 1.5;
        margin: 0 0 1em 0;
        word-break: break-word;
    }
    .article .content h2 strong,
    .article .content h3 strong {
        font-size: 18px;
    }
    .article .content p strong,
    section.related h3,
    section.related ul li a {
        font-size: 16px;
    }
    .table-xemloto tbody tr td:first-child {
        width: 20%;
    }
    .icon-favourite,
    .icon-nofavourite {
        padding-right: 5px;
    }
    .mb_madb span {
        font-size: 20px !important;
    }
    .result-table table tr td span,
    .result-table table tr td span mark {
        font-size: 24px;
    }
    .link-social a b {
        color: #666;
        font-size: 14px;
    }
    #ctg_content .title-text,
    #sc_content .title-text {
        font-size: 14px;
    }
    .box-table .number .num {
        font-size: 20px;
    }
    .thkqtt tbody tr td,
    .thkqtt tbody tr td span {
        font-size: 14px;
    }
    .box-table .number span {
        font-size: 13px;
    }
    .widget-skq table tr td span {
        font-size: 21px;
    }
    .widget-skq-loto table tr td.dd-kq,
    .widget-skq-loto table tr td.dd-kq .red {
        font-size: 14px;
    }
    .widget-skq table tr td span {
        height: 35px;
    }
    .widget-skq table tr span.mb_g0 {
        font-size: 28px;
    }
    .widget-skq tbody td .mb_g71,
    .widget-skq tbody td .mb_g72,
    .widget-skq tbody td .mb_g73,
    .widget-skq tbody td .mb_g74 {
        font-size: 23px;
    }
    .widget-skq-loto .dau-loto {
        width: 5%;
    }
    .widget-skq .result-table-header h2 {
        font-size: 5px;
    }
    .widget-skq .title-kq {
        font-size: 16px;
    }
    .widget-skq .title-region-link a {
        font-size: 14px;
    }
}
@media (max-width: 393px) {
    .box-table .dauso {
        width: 8%;
        height: 25px;
        line-height: 25px;
    }
    .box-table .none {
        width: 8%;
        height: 25px;
        line-height: 25px;
    }
    .box-table .number {
        width: 8%;
        height: 25px;
    }
    .result-table .mega645-wins table tr .circle-num i {
        width: 9px;
        height: 9px;
        margin: 0 2px 0 0;
    }
    .tkts .tktsn_day {
        margin-right: 8px;
    }
    .tkts .tktsn_day_first {
        width: 32% !important;
        margin-right: 8px;
    }
    .tkts .hsc_giai {
        width: 30% !important;
    }
    .tktsclt .checkbox-list ul li {
        margin: 0 -10px 10px 0;
    }
    .sticky .navbar-toggle {
        padding: 11px 0 5px 8px;
    }
    .live-loader {
        left: 38px;
    }
    .live-content {
        margin-left: 60px;
        font-size: 14px;
    }
    .btn-danger {
        font-size: 13px;
    }
    .result-table tbody tr td .date {
        font-size: 11px;
    }
    .widget-skq-loto {
        width: 31.4%;
    }
    .widget-skq table tr td span {
        font-size: 19px;
    }
    .widget-skq .result-table-header h2 {
        font-size: 2px;
    }
    .widget-skq .title-kq {
        font-size: 16px;
    }
    .widget-skq .title-region-link a {
        font-size: 14px;
    }
}
@media (max-width: 385px) {
    .result-table .mega645-item {
        font-size: 24px;
        font-weight: 700;
    }
    .result-table .power-item {
        padding: 8px;
    }
    .table-tructiep .table thead tr th a {
        font-size: 13px;
    }
}
@media (max-width: 375px) {
    .region-column li a {
        font-size: 14px;
    }
    .fast-statistic {
        word-spacing: 1px;
    }
    .widget-header h3 a {
        margin-right: 0;
    }
    .tk-nhanh-40 .update {
        font-size: 11px;
        margin-right: 0;
    }
    .result-table .jackpot-amount-box {
        padding: 5px 5px;
    }
    .mega645-wins.power-mega table tr td {
        font-size: 13px !important;
    }
    #left-content .tk-nhanh-text {
        width: auto;
    }
    .div-widget .btn-sm {
        padding: 5px 5px !important;
    }
    .div-widget a {
        margin-right: 0;
    }
    .list-thongke .tksc-item {
        line-height: normal;
    }
    table.list-thongke tr {
        text-align: justify;
    }
    .checkbox-list ul li {
        float: left;
        margin: 0 -6px 10px 0;
    }
    .caption-info-mobie {
        padding: 5px;
        line-height: 15px;
    }
    .ktgck {
        width: 41%;
    }
    .dbnmfirst,
    .fast-statistic-number,
    .fast-statistic-number .bold {
        font-size: 14px;
    }
    .tksc-item a {
        line-height: 22px;
    }
    .result-table .vl-max4d table tr td.number {
        font-size: 20px;
    }
    .line-power {
        height: 41px !important;
    }
    .table-tructiep .table tr td .number,
    .table-tructiep .table tr td mark,
    .table-tructiep .table tr.gdb td .number {
        font-size: 23px;
    }
    .sticky .navbar-toggle {
        padding: 11px 0 5px 8px;
    }
    .table-tructiep .runLoto {
        font-size: 16px;
        padding: 0 4px;
    }
    .table-lotogan .widget-header {
        height: 45px;
    }
    .dd-loto-widget table th,
    .loto-tructiep tr th,
    .table-tructiep .table thead tr th {
        font-size: 13px;
    }
    .box-table .number span {
        font-size: 12px;
    }
}
@media (max-width: 363px) {
    .result-table tbody tr td .date {
        font-size: 10px;
    }
    .result-table tbody tr td .number-full {
        font-size: 14px;
    }
    #left-content .fast-statistic-number {
        width: auto;
        padding: 5px;
        font-size: 14px;
    }
    #left-content .fast-statistic-number .bold {
        font-size: 14px !important;
    }
    .dbnmfirst {
        font-size: 15px;
    }
    .result-table .power-item {
        padding: 6px;
    }
    .result-table .mega645-item {
        margin: auto;
    }
    .menu-footer .nav-menu .item-link {
        margin-left: 8px;
    }
    .mb_madb span {
        font-size: 17px !important;
    }
}
@media (max-width: 339px) {
    .mega-col {
        font-size: 13px !important;
    }
    .box-search-bdbt .bdbt-type {
        width: 35% !important;
    }
    .checkbox-list ul li {
        float: left;
        margin: 0 -8px 10px 0;
    }
    .xien-ghep .xien-type-1 {
        width: 35% !important;
    }
    .xien-ghep .xien-type-2,
    .xien-ghep .xien-type-3 {
        width: 25% !important;
    }
    .tkts .tktsn_day_first {
        width: 40% !important;
    }
    .tkts .tktsn_day {
        width: 20% !important;
    }
    .tkts .hsc_giai {
        width: 33% !important;
        margin-right: 0;
    }
    .ktgck {
        width: 34%;
    }
    .fast-statistic {
        padding-left: 2px;
    }
    .widget-header {
        padding-left: 2px;
        padding-right: 2px;
    }
    .table-lotogan .widget-header {
        padding-left: 10px;
    }
    .tk-nhanh-40 .update {
        font-size: 10px;
    }
    #sc_content .header-title-silver h3 {
        font-size: 12px;
    }
    .box-table .number a {
        font-size: 18px;
    }
    .region-column ul li {
        padding-left: 5px;
    }
    .region-column li a {
        font-size: 12px;
    }
    .icon_done,
    .icon_live {
        margin-right: 2px;
    }
    .runLoto {
        font-size: 16px;
        padding: 0 3px;
    }
    .title-ds-gan {
        font-size: 13px;
    }
    .table-tructiep table .xstn_g8 {
        color: #e62e04 !important;
        font-size: 23px !important;
    }
    .live-content {
        margin-left: 42px;
        font-size: 14px;
    }
    .live-loader {
        left: 25px;
    }
    .btn-danger {
        padding: 2px 6px;
    }
    .tk-nhanh-40 h2 {
        font-size: 14px !important;
    }
    .widget-skq,
    .widget-skq-loto {
        width: 100%;
    }
}
@media (max-width: 320px) {
    .result-table .mega645-item {
        padding: 8px;
    }
    #left-content .vl-box table tr td.first-td {
        width: 11% !important;
    }
    .result-table .mega645-wins table tr td {
        padding-left: 2px;
    }
    .div-widget .btn-sm {
        padding: 5px 1px !important;
    }
    .box-ketqua .result-table {
        width: 100% !important;
    }
    .result-box-loto {
        width: 100%;
        margin-bottom: 10px;
    }
    #sc_content .header-title-silver {
        padding-left: 2px !important;
    }
    .loto_today .landing-thongke ul li {
        margin-left: 15px;
    }
    .fast-statistic {
        height: 35px;
        line-height: 35px;
        padding-left: 1px;
    }
    .result-table .mega645-wins table tr .circle-num i {
        width: 8px;
        height: 8px;
        margin: 2px 2px 0 0;
    }
    .power-line-jack {
        height: 8px !important;
    }
    .power-number .mega645-item {
        font-size: 22px !important;
        padding: 6px !important;
    }
    .input2-tansuat label {
        padding-left: 16px !important;
        margin-right: 22px !important;
    }
    .table-tructiep .table tr td .number,
    .table-tructiep .table tr td mark {
        font-size: 21px;
    }
    .table-tructiep .table tr.gdb td .number {
        font-size: 20px;
    }
    .result-table tbody tr td .date {
        font-size: 10px;
    }
    .cn ul li {
        margin: 5px 5px 5px 0;
    }
    .fast-statistic,
    .fast-statistic .red {
        font-size: 13px;
        white-space: nowrap;
    }
    #left-content .fast-statistic-number,
    #left-content .fast-statistic-number .bold {
        padding-left: 0;
        padding-right: 0;
    }
    .hot2-social {
        display: none;
    }
    .result-table .power-item {
        padding: 5px;
    }
    .title-link-item a {
        font-size: 14px;
    }
    .title-kq {
        font-size: 17px;
    }
    .clblue,
    .clblue span {
        color: #00f;
        font-size: 23px;
    }
    .loto-tructiep tr th,
    .table-tructiep .table thead tr th {
        font-size: 12px;
    }
    #left-content .vl-max4d table tr td:first-child {
        width: 15% !important;
    }
    .sticky .navbar-toggle {
        padding: 11px 0 5px 5px;
    }
    .result-table tbody tr td {
        font-size: 12px;
    }
    .result-table table tr td,
    .result-table table tr td span,
    .result-table table tr td span mark,
    .sblue {
        font-size: 24px;
    }
    .widget-header h3 {
        font-size: 13px;
    }
    .result-table tbody tr td {
        padding: 1px;
    }
}
@media screen and (max-width: 512px) {
    .full-form .form-group .label {
        text-align: inherit !important;
    }
    .contact-content {
        margin-bottom: 10px;
    }
    .div-widget a {
        margin-right: 0;
    }
    .widget-header h2 {
        font-size: 16px;
    }
    .widget-header h2 {
        padding-top: 9px;
    }
    .widget-skq-loto {
        width: 31.4%;
    }
}
@media screen and (min-width: 426px) and (max-width: 460px) {
    .btn-sm {
        padding: 5px 9px;
    }
}
@media screen and (min-width: 377px) and (max-width: 418px) {
    .div-widget .btn-sm {
        padding: 5px 5px !important;
    }
}
@media screen and (min-width: 322px) and (max-width: 363px) {
    .div-widget .btn-sm {
        padding: 5px 2px !important;
    }
}
.Zebra_DatePicker *,
.Zebra_DatePicker :after,
.Zebra_DatePicker :before {
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
}
.Zebra_DatePicker {
    position: absolute;
    background: #fff;
    border: 1px solid #999;
    z-index: 1200;
    padding: 5px;
    top: 0;
}
.Zebra_DatePicker * {
    margin: 0;
    padding: 0;
    color: #373737;
    background: 0 0;
    border: 0;
}
.Zebra_DatePicker table {
    border-collapse: collapse;
    border-spacing: 0;
    width: auto;
    table-layout: auto;
}
.Zebra_DatePicker td,
.Zebra_DatePicker th {
    text-align: center;
    padding: 5px 0;
}
.Zebra_DatePicker td {
    cursor: pointer;
}
.Zebra_DatePicker .dp_daypicker,
.Zebra_DatePicker .dp_monthpicker,
.Zebra_DatePicker .dp_yearpicker {
    margin-top: 3px;
}
.Zebra_DatePicker .dp_daypicker td,
.Zebra_DatePicker .dp_daypicker th,
.Zebra_DatePicker .dp_monthpicker td,
.Zebra_DatePicker .dp_yearpicker td {
    width: 30px;
}
.Zebra_DatePicker,
.Zebra_DatePicker .dp_footer .dp_hover,
.Zebra_DatePicker .dp_header .dp_hover,
.Zebra_DatePicker td.dp_hover,
.Zebra_DatePicker td.dp_selected {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.Zebra_DatePicker.dp_visible {
    visibility: visible;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}
.Zebra_DatePicker.dp_hidden {
    visibility: hidden;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
.Zebra_DatePicker .dp_header .dp_next,
.Zebra_DatePicker .dp_header .dp_previous {
    width: 30px;
}
.Zebra_DatePicker .dp_header .dp_caption {
    font-weight: 700;
}
.Zebra_DatePicker .dp_header .dp_hover {
    background: #dedede;
    color: #373737;
}
.Zebra_DatePicker .dp_daypicker th {
    font-weight: 700;
}
.Zebra_DatePicker td.dp_not_in_month {
    color: #dedede;
    cursor: default;
}
.Zebra_DatePicker td.dp_weekend_disabled {
    color: #dedede;
    cursor: default;
}
.Zebra_DatePicker td.dp_selected {
    background: #039;
    color: #fff !important;
}
.Zebra_DatePicker td.dp_week_number {
    cursor: text;
    font-weight: 700;
}
.Zebra_DatePicker .dp_monthpicker td {
    width: 33%;
}
.Zebra_DatePicker .dp_yearpicker td {
    width: 33%;
}
.Zebra_DatePicker .dp_footer {
    margin-top: 3px;
}
.Zebra_DatePicker td.dp_current {
    color: #3a87ad;
}
.Zebra_DatePicker td.dp_disabled_current {
    color: #3a87ad;
}
.Zebra_DatePicker td.dp_disabled {
    color: #dedede;
    cursor: default;
}
.Zebra_DatePicker td.dp_hover {
    background: #dedede;
}
button.Zebra_DatePicker_Icon {
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    /* background: url(../images/calendar.png) no-repeat left top; */
    text-indent: -9000px;
    border: 0;
    cursor: pointer;
    padding: 0;
    line-height: 0;
    vertical-align: top;
}
button.Zebra_DatePicker_Icon_Disabled {
    /* background-image: url(../images/calendar-disabled.png); */
}
button.Zebra_DatePicker_Icon {
    margin: 0 0 0 3px;
}
button.Zebra_DatePicker_Icon_Inside {
    margin: 0 3px 0 0;
}


/*form*/
.form-box {

}
.form-box  .form-box-group {
    margin-top: 5px;
    margin-bottom: 10px;
    width: 100%;

}
.form-box-control {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 5px;
    margin-bottom: 10px;
    resize: vertical;
}
.form-box small {
    font-size: 11px;
    color: red;
}
.form-box-group label {
    font-size: 14px;
    font-weight: bold;
}
.form-box-group .label-checkbox {
    margin-right: 10px;
}
.form-box-group .form-box-checkbox{

}
.form-box-group-50 {
    width: 47% !important;
    margin-right: 3%;
}
.bdbt-dau {
    color: red;
}
.bdbt-duoi {
    color: blue;
}
.bdbt-tong {
    color: #ff00eb;
}
.flex-container {
  display: flex;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
}
.loader {
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  border-top: 2px solid blue;
  border-right:2px solid green;
  border-bottom: 2px solid red;
  border-left: 2px solid pink;
  width: 16px;
  height: 16px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
    display: inline-block;
    margin-top: 8px;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
