/* common css */
* {
  /* box-sizing: border-box; */
}
html {
  /* font-size: 13px; */
}
body {
  /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
  /* background-color: #fff; */
  /* font-size: 1rem; */
  /* line-height: 1.5; */
}
ul,
li {
  /* padding: 0; */
  /* margin: 0; */
  /* list-style-type: none; */
}
a {
  text-decoration: none;
  color: blue;
}
a:hover {
  text-decoration: underline;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
figure,
img {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  height: auto;
  display: block;
}
figure figcaption {
  font-size: 0.9rem;
  padding: 10px;
  text-align: center;
  opacity: 0.5;
}
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
}
table.table_dudoan {
  font-size: 1rem;
}
.display-flex {
  display: flex !important;
}
.display-inline-flex {
  display: inline-flex !important;
}
.display-block {
  display: block !important;
}
.align-items-center {
  align-items: center !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-space-between {
  justify-content: space-between !important;
}
.flex-wrap {
  flex-wrap: wrap;
}
.hidden {
  display: none !important;
}
.hidden-xs {
  display: block;
}
.hidden-lg,
.hidden-sm {
  display: none;
}
/* .margin */
.m0 {
  margin: 0 !important;
}
.m10 {
  margin: 10px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mt0 {
  margin-top: 0px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.ml0 {
  margin-left: 0 !important;
}
.mr0 {
  margin-right: 0 !important;
}
.ml0 {
  margin-left: 0 !important;
}
.mr5 {
  margin-right: 5px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.mr20 {
  margin-right: 20px !important;
}
/* .padding */
.p0 {
  padding: 0 !important;
}
.p5 {
  padding: 5px !important;
}
.p10 {
  padding: 10px !important;
}
.pl0 {
  padding-left: 0 !important;
}
.pr0 {
  padding-right: 0 !important;
}
.p15 {
  padding: 15px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.atr-ad-slot {
  width: 100%;
  max-width: 400px;
  max-height: 600px;
  background-color: #ddd;
  margin: 10px auto 15px;
  position: relative;
  border: 1px solid #f1f1f1;
}
.box-shadow-none {
  box-shadow: none !important;
}
.border {
  border: 1px solid #ddd !important;
}
.border-top-left-radius-0 {
  border-top-left-radius: 0 !important;
}
.border-top-right-radius-0 {
  border-top-right-radius: 0 !important;
}
.background-white {
  background-color: white !important;
}
.color-white {
  color: #fff !important;
}
.power655-bg {
  background-color: #ff9800 !important;
  color: #fff !important;
}
.mega645-bg {
  background-color: #ec1a2d !important;
  color: #fff !important;
}
.max3d-bg {
  background-color: #db2691 !important;
  color: #fff !important;
}
.max3dpro-bg {
  background-color: #673ab7 !important;
  color: #fff !important;
}
.keno-bg {
  background-color: #f15922 !important;
  color: #fff !important;
}
.red,
.color-red {
  color: red !important;
}
.pink,
.color-pink {
  color: #ff2fbe !important;
}
.orange,
.color-orange {
  color: #ff7700 !important;
}
.green,
.color-green {
  color: #4caf50 !important;
}
.blue,
.color-blue {
  color: blue !important;
}
.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 0;
  line-height: 1;
}
.btn-lg .icon {
  width: 20px;
  height: 20px;
}
.icon.arrow-right {
  background: url(../images/caret-right-orange.svg) center no-repeat;
  background-size: contain;
}
.icon.arrow-right.white {
  background: url(../images/caret-right-white.svg) center no-repeat;
  background-size: contain;
}
.icon.arrow-right.blue {
  background: url(../images/caret-right-blue.svg) center no-repeat;
  background-size: contain;
}
/* end common css */

/* bootstrap */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.font-size-1 {
  font-size: 1rem !important;
}
.font-weight-normal {
  font-weight: normal !important;
}
.font-weight-bold {
  font-weight: bold !important;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 8px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-primary,
.btn-default {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-danger {
  color: #fff;
  background-color: #ec1a2d;
  border-color: #ec1a2d;
}
.btn-link {
  font-weight: 400;
  color: blue;
  text-decoration: underline;
}
.btn-link:hover {
  background-color: #f4f4f4;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 6px;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
table td,
table th {
  padding: 5px;
  vertical-align: middle;
  border: 1px solid #f1f1f1;
  font-weight: normal;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #ddd;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.04);
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 5px;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
.progress-bar-success {
  background-color: #28a745 !important;
}
.form-group {
  margin-bottom: 1rem;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/* end bootstrap */
.main-width {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
.time-now {
  float: right;
  line-height: 70px;
}
#header {
  margin-bottom: 15px;
}
#navbar {
  background: #ec1a2d;
  height: 50px;
  z-index: 99999 !important;
}
#webpage.power655 #navbar {
  background: #ff9800;
}
#webpage.mega645 #navbar {
  background: #ec1a2d;
}
#webpage.max4d #navbar {
  background: #673ab7;
}
#webpage.max3d #navbar {
  background: #db2691;
}
#webpage.max3d-pro #navbar {
  background: #673ab7;
}
#webpage.keno #navbar {
  background: #f15922;
}
#navbar .main-width {
  padding: 0 10px;
  width: 1200px;
  max-width: 100%;
}
#navbar > ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
#navbar li {
  list-style-type: none;
  position: relative;
}
#navbar .level-1 > li {
  float: left;
  height: 50px;
  display: flex;
  align-items: center;
}
#navbar .level-1 > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  color: #fff;
  padding: 0 12px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9rem;
}
#footer #navbar .level-1 > li > a {
  color: blue;
}
#navbar .level-1 > li.active > a,
#navbar .level-1 > li > a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #000;
  border-radius: 0px;
}
#navbar .level-2 {
  display: none;
  position: absolute;
  left: 0px;
  top: 50px;
  background-color: #fff;
  padding: 15px 15px;
  z-index: 99999;
  min-width: 200px;
  box-shadow: 0 10px 10px 0px rgb(14 42 71 / 25%);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#navbar .level-1 > li:hover .level-2 {
  display: block;
}
#navbar .level-2 > li > a {
  display: flex;
  white-space: nowrap;
  padding: 5px 0;
  color: #111;
}
#navbar .level-2 > li > a:hover {
  color: #ec1a2d;
}
#nav-by-day {
  background-color: #f5f5f5;
}
#nav-by-day ul {
  margin-left: 15px;
}
#nav-by-day ul > li {
  list-style-type: square;
  float: left;
  margin-right: 30px;
  color: red;
  font-size: 10px;
}
#nav-by-day ul > li > a {
  padding: 10px 10px 10px 0;
  display: flex;
  align-items: center;
  position: relative;
  font-weight: bold;
  font-size: 0.95rem;
}
#nav-by-day ul > li > a::before {
  /* content: ""; */
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: red;
  margin-right: 5px;
  border-radius: 50%;
}
#nav-by-day ul > li > a.active {
  color: red;
  font-weight: bold;
}
.page-header {
  margin-top: 15px;
}
.breadcrumb {
  width: 100%;
  padding: 0;
  margin: 0 0 15px;
  /* display: none; */
}
.breadcrumb > li {
  float: left;
  display: inline-block;
  font-size: 1rem;
}
.breadcrumb > li:after {
  content: "";
  display: inline;
  color: #333;
  padding: 0 10px;
  font-weight: 400;
  background: url(../images/fe-chevron-right.svg) center no-repeat;
  width: 9px;
  height: 15px;
  background-size: contain;
  opacity: 0.5;
  box-sizing: content-box;
}
.breadcrumb > li:last-child:after {
  display: none;
}
.breadcrumb > li > a {
  text-decoration: none;
  font-size: 1rem;
}
.breadcrumb > li > a:hover {
  text-decoration: underline;
}
.page-h1 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 10px;
  margin: 0 0 15px;
  border: 1px solid #ec1a2d;
  border-radius: 10px;
  text-align: center;
}
.page-summary {
  font-size: 1rem;
  font-weight: normal;
  padding: 0;
  margin: 0 0 15px;
}
h2.page-summary {
  font-size: 1.1rem;
  font-weight: bold;
}
.page-summary p {
  margin: 0;
}
.page-summary img {
  float: left;
  margin-right: 20px;
  max-width: 100px;
}
.col-left {
  width: 630px;
  float: left;
  padding-right: 20px;
}
.col-middle {
  width: 200px;
  float: left;
  padding-right: 10px;
}
.col-right {
  width: 340px;
  float: right;
}
.section {
  margin: 0 0 20px;
  border-radius: 10px;
  box-shadow: 0 0 7px 0 rgb(0 0 0 / 20%);
  background-color: #fff;
  overflow: hidden;
}
.section .box-title-quay-thu-text-ngay {
  text-align: center;
  padding: 10px 0;
  background: #fcf4ef;
  margin: 0;
  color: red;
  font-size: 1.2rem;
  font-weight: bold;
}
.section .section-header {
  margin: 0;
  background: #fff0c1;
  padding: 10px;
  color: #000;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
}
.section .section-header::before {
  content: "";
  background-image: url(../images/bg-kq-header.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
.section .section-header .section-title {
  margin: 0;
  padding: 0;
  display: inline-block;
  color: red;
  font-size: 1.1rem;
  font-weight: bold;
  z-index: 1;
  position: relative;
  text-transform: uppercase;
}
section .section-title a {
  color: red;
  text-decoration: underline;
}
.section .section-content {
  padding: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.section.section-box-today {
  /* background-color: #f5f5f5; */
  /* margin-top: 5px; */
}
/* .section.section-box-today .section-header {
    background: transparent;
    color: #000;
    padding: 0;
  }
  .section.section-box-today .section-content {
    padding: 0;
  } */
.section-box-today ul {
  width: 33.333%;
  float: left;
}
.section-box-today ul > li {
  width: 100%;
  list-style: none;
}
.section-box-today ul > li > a {
  display: block;
  padding: 3px 0;
  color: blue;
}
.day-bar {
  display: flex;
}
.day-bar > li {
  display: inline-flex;
  width: 100%;
  margin-left: 5px;
}
.day-bar > li:first-of-type {
  margin-left: 0;
}
.day-bar > li a {
  padding: 8px 10px 7px;
  display: block;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 7px 0 rgb(0 0 0 / 20%);
}
.form-change-location .day-bar > li a {
  border-radius: 5px;
  box-shadow: none;
  border: 1px solid #ced4da;
}
.day-bar > li a.active {
  background-color: #fff0c1;
  color: red;
  font-weight: bold;
}
.kq-tabs {
  display: flex;
  justify-content: space-between;
}
.kq-tabs .tab-item {
  list-style: none;
  width: 100%;
  display: inline-flex;
  margin-right: 5px;
}
.kq-tabs .tab-item:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.kq-tabs .tab-item > a {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 5px 10px;
  font-size: 0.9rem;
  min-height: 40px;
  text-transform: uppercase;
  background-color: #fff;
  width: 100%;
  white-space: nowrap;
  box-shadow: 0 0 7px 0 rgb(0 0 0 / 20%);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.kq-tabs .tab-item > a.active {
  background-color: #fff0c1;
  color: red;
  font-weight: bold;
}
.vietlott-quickview {
  margin-bottom: 20px;
}
.vietlott-quickview .vietlott-qv-item {
  width: 49%;
  float: left;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 0 7px 0 rgb(0 0 0 / 20%);
  background-color: #fff;
  margin-right: 2%;
  font-size: 0.9rem;
}
.vietlott-quickview .vietlott-qv-item.item-2 {
  margin-right: 0%;
}
.vietlott-quickview .vietlott-qv-item.item-3,
.vietlott-quickview .vietlott-qv-item.item-4,
.vietlott-quickview .vietlott-qv-item.item-5 {
  width: 32%;
  text-align: center;
}
.vietlott-quickview .vietlott-qv-item.item-5 {
  margin-right: 0%;
}
.vietlott-quickview .vietlott-qv-item .vietlott-qv-item-header {
  width: 100%;
  height: 90px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}
.vietlott-quickview .vietlott-qv-item.power655 .vietlott-qv-item-header {
  background: #ec1a2d url(../images/bg-vietlott-game-power655.jpg) center
    no-repeat;
  background-size: cover;
  height: 120px;
}
.vietlott-quickview .vietlott-qv-item.mega645 .vietlott-qv-item-header {
  background: #ec1a2d url(../images/bg-vietlott-game.jpg) center no-repeat;
  background-size: cover;
  height: 120px;
}
.vietlott-quickview .vietlott-qv-item.max3d .vietlott-qv-item-header {
  border-top: 5px solid #db2691;
}
.vietlott-quickview .vietlott-qv-item.max3dpro .vietlott-qv-item-header {
  border-top: 5px solid #673ab7;
}
.vietlott-quickview .vietlott-qv-item.keno .vietlott-qv-item-header {
  border-top: 5px solid #f15922;
}
.vietlott-quickview .vietlott-qv-item-header a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.vietlott-quickview .vietlott-qv-item-header a > img {
  display: block;
  width: 150px;
  height: 50px;
  object-fit: contain;
}
.vietlott-quickview .vietlott-qv-item.power655 .vietlott-qv-item-header a {
  background-color: rgb(240 174 25 / 83%);
}
.vietlott-quickview .vietlott-qv-item.mega645 .vietlott-qv-item-header a {
  background-color: #ec1a2dcc;
}
.vietlott-quickview .vietlott-qv-item-body {
  padding: 15px;
}
.vietlott-quickview .vietlott-qv-title {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}
.vietlott-quickview .vietlott-qv-title a {
  color: #000;
}
.vietlott-quickview .vietlott-qv-jackpot {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}
.vietlott-quickview .balls {
  justify-content: left;
}
.vietlott-quickview .ball.big {
  width: 30px;
  height: 30px;
  margin-left: 0;
  margin-right: 10px;
  font-size: 1.2rem;
  margin-top: 10px;
}
.vietlott-quickview .power-655 .ball.big {
  width: 28px;
  height: 28px;
}
.vietlott-quickview .ball.big:last-of-type {
  margin-right: 0;
}
.vietlott-quickview .vietlott-qv-next {
  margin-top: 20px;
}
.vietlott-quickview .vietlott-qv-next p {
  float: right;
  width: 60%;
  margin: 0;
  text-align: right;
}
.vietlott-quickview .vietlott-qv-next .btn-vietlott-detail {
  float: left;
  padding: 5px 10px;
  margin-top: 5px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  border: 1px solid;
}
.vietlott-quickview .vietlott-qv-next .btn-vietlott-next-draw {
  color: #000;
  text-decoration: underline;
}
.btn-more-result {
  color: blue;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid;
  cursor: pointer;
}
.kq-box {
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 7px 0 rgb(0 0 0 / 20%);
}
.kq-result {
  padding: 15px;
  /* background-color: #fff; */
}
.kq-heading {
  margin: 0;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3;
  text-transform: uppercase;
  background-color: #ec1a2d;
  color: #fff;
}
body.home .kq-box .kq-heading {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.kq-heading3 {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  font-size: 1rem;
}
.sidebar-heading3 {
  margin: 0;
  padding: 0;
  display: inline-block;
  align-items: center;
  font-size: 1rem;
}
.kq-box.kq-box-quaythu .kq-heading3 {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3;
  text-transform: uppercase;
  background-color: #ec1a2d;
  padding: 10px 0;
  color: #fff;
}
.kq-heading a,
.kq-heading span {
  padding: 10px;
  display: block;
  color: #fff;
}
.kq-box.kq-box-live.complete .alert-warning {
  display: none;
}
#webpage.max4d .kq-heading,
#webpage.max4d .kq-tabs .tab-item > a.active {
  background-color: #673ab7;
  color: #fff;
}
.kq-tree {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  font-size: 1rem;
  background-color: #fff2bc;
  /* border: 1px solid #e5d699; */
  border-bottom: 0;
}
.kq-tree a,
.kq-tree .sep {
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  padding: 10px 0;
}
.kq-tree .sep {
  margin: 0 8px;
  font-family: Arial;
  font-size: 1.1rem;
  font-weight: normal;
}

/* .kq-tree a:after {
    content: "";
    display: inline-block;
    color: #333;
    padding: 0 10px;
    font-weight: 400;
    background: url(../images/fe-chevron-right.svg) center no-repeat;
    background-size: contain;
    width: 9px;
    height: 15px;
    opacity: 0.5;
    box-sizing: content-box;
  } */
.kq-tree a:last-child::after {
  display: none;
}
.kq-result .lottery-logo {
  margin: 10px auto;
  display: block;
}
.kq-box.max3d-pro-box.first .kq-result,
.kq-box.max3d-box.first .kq-result,
.kq-box.mega645-box.first .kq-result,
.kq-box.power655-box.first .kq-result {
  background: #050830 url(../images/mega-result-bg.png) top right no-repeat;
  color: #fff;
  background-size: contain;
}
.kq-box.max3d-pro-box.first .kq-result.win-jackpot,
.kq-box.max3d-box.first .kq-result.win-jackpot,
.kq-box.mega645-box.first .kq-result.win-jackpot,
.kq-box.power655-box.first .kq-result.win-jackpot {
  background: url(../images/celebrate-bg.png) top right no-repeat #050830;
  color: #fff;
  background-size: contain;
}
.kq-box.mega645-box .kq-result,
.kq-box.power655-box .kq-result {
  /* border: 1px solid #ddd; */
}
.kq-result .jackpot-block {
  margin: 20px 10px;
  /* border: 2px double #0bb1e1; */
  /* border-radius: 12px; */
  /* padding: 3px; */
}

.kq-result .jackpot-block .prize-value {
  color: #fc000d;
  font-size: 2.5rem;
}
.kq-result .jackpot-block .prize-value-2 {
  color: #fc000d;
  font-size: 1.5rem;
}
.homepage .kq-result .jackpot-block .jackpot-inner {
  display: flex;
  justify-content: center;
}
.homepage .kq-result .jackpot-block .jackpot-1 {
  padding: 5px 15px;
  border-radius: 10px;
  border: 1px solid #ffb612;
  margin-top: 0px;
  margin-right: 5px;
  background-color: #ffb612;
  background-image: linear-gradient(
    45deg,
    #ffb612 0,
    #ffb612 50%,
    #e7a409 51%,
    #e7a409 100%
  );
  color: #fff;
}
.homepage .kq-result .jackpot-block .jackpot-2 {
  padding: 5px 15px;
  border-radius: 10px;
  border: 1px solid #1ead60;
  margin-top: 0px;
  margin-left: 5px;
  background: #1ead60;
  background-color: #1ead60;
  background-image: linear-gradient(
    45deg,
    #1ead60 0,
    #1ead60 50%,
    #379964 51%,
    #1ead60 100%
  );
  color: #fff !important;
}
.homepage .kq-result .jackpot-block .jackpot-mega {
  padding: 5px 15px;
  border-radius: 10px;
  border: 1px solid #e91e63;
  margin-top: 0px;
  margin-left: 5px;
  background: #e91e63;
  background-color: #e91e63;
  background-image: linear-gradient(
    45deg,
    #e91e63 0,
    #e91e63 50%,
    #f44336 51%,
    #f44336 100%
  );
  color: #fff !important;
}
.homepage .kq-result .jackpot-block .prize-value,
.homepage .kq-result .jackpot-block .prize-value-2 {
  font-size: 1.5rem;
  color: #fff;
}
.kq-result .tangthem {
  font-size: 0.85rem;
  display: block;
  color: #0fbb36;
}
.vietlott-table-giaithuong table {
  font-size: 0.9rem;
}
.kq-box.first .vietlott-table-giaithuong table {
  color: #fff;
}
.kq-table {
  text-align: center!important;
  background-color: #fff;
  margin-bottom: 0;
}
.kq-table td {
    text-align: center !important;
}
.lottery-item .ball {
    background-color: unset;
    background-image: unset;
}
.kq-box.max3d-box.first .kq-table,
.kq-box.max3d-pro-box.first .kq-table,
.kq-box.max3d-box.first .kq-table tr:nth-child(even),
.kq-box.max3d-pro-box.first .kq-table tr:nth-child(even) {
  background-color: transparent;
  color: #fff;
}
.kq-box.kq-box-quaythu .kq-heading {
  padding: 10px 0;
  color: #fff;
}
.kq-table th {
  padding: 7px 10px;
  font-weight: bold;
}
.kq-table.table-striped tr:nth-of-type(odd) {
  background-color: #fafafa;
}
.kq-table.max3d td,
.kq-table.max3d th {
  border: 1px solid #ddd;
}
.kq-table .number {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 2px 10px;
  line-height: 1;
  color: #000;
  width: 100%;
  display: inline-block;
}
.kq-table .number.big {
  font-size: 2rem;
}
.kq-table .number-col-1,
.kq-table .number-col-2,
.kq-table .number-col-3,
.kq-table .number-col-4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.kq-table .number-col-2 .number {
  width: 50%;
}
.kq-table .number-col-3 .number {
  width: 33.333%;
}
.kq-table .number-col-4 .number {
  width: 25%;
}
/* .kq-table tr:nth-child(even) {
    background: #efefef;
  } */
.kq-table .winner-code {
  font-size: 1.1rem;
}
.kq-table .number .highlight {
  background: #4caf50;
  background: radial-gradient(circle at 5px 5px, #ffeb3b, #4caf50);
  color: #000;
  border-radius: 50%;
  box-shadow: 3px 3px 10px -2px rgb(0 0 0 / 40%);
  display: inline-block;
}
.kq-note {
  font-size: 0.8rem;
  margin: 0;
}

.section-kq {
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 0 0 7px 0 rgb(0 0 0 / 20%);
  border-radius: 10px;
}
.section-kq .section-kq-header {
  margin: 0;
  padding: 10px 10px;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3;
  text-transform: uppercase;
  background-color: #fff0c1;
  color: #fff;
  position: relative;
}
.section-kq .section-kq-header::before {
  content: "";
  background-image: url(../images/bg-kq-header.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
.section-kq .section-kq-header .section-kq-title {
  padding: 0;
  display: block;
  color: red;
  font-size: 1.2rem;
  margin: 0;
  z-index: 1;
  position: relative;
}
.section-kq .section-kq-header .section-kq-title a {
  color: red;
  text-decoration: underline;
}
.section-kq .section-kq-header .section-kq-tree {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
  z-index: 1;
  position: relative;
  color: blue;
}
.section-kq .section-kq-header .section-kq-tree .sep {
  margin: 0 8px;
  font-family: Arial;
  font-size: 1.1rem;
  font-weight: normal;
  color: #000;
}
.section-kq .section-kq-header .section-kq-tree a {
  text-decoration: underline;
}
.section-kq .section-kq-body {
  padding-bottom: 10px;
}
.section-kq .btn-section-kq-more {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-top: 15px;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid;
  border-radius: 10px;
  color: blue;
}
.section-kq.live.complete .alert-warning {
  display: none;
}
.balls {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.ball {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  line-height: 1;
  margin: 0 5px;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 50%;
  color: #fff;
  box-shadow: 00;
  background-color: #ed1c24;
  background-image: linear-gradient(
    45deg,
    #ed1c24 0,
    #ed1c24 50%,
    #d52b1e 51%,
    #d52b1e 100%
  );
}
.ball.yellow {
  background-color: #ffb612;
  background-image: linear-gradient(
    45deg,
    #ffb612 0,
    #ffb612 50%,
    #e7a409 51%,
    #e7a409 100%
  );
  color: #000;
}
.ball.green {
  background-color: #1ead60;
  background-image: linear-gradient(
    45deg,
    #1ead60 0,
    #1ead60 50%,
    #379964 51%,
    #1ead60 100%
  );
  color: #fff !important;
}
.ball.red {
  -webkit-box-shadow: inset 0 0 0 2px #ec1a2d;
  -moz-box-shadow: inset 0 0 0 2px #ec1a2d;
  box-shadow: inset 0 0 0 2px #ec1a2d;
  background-color: #ec1a2d;
  color: #fff !important;
}
.ball img {
  max-width: 70%;
}
.ball.big {
  width: 50px;
  height: 50px;
  font-size: 1.5rem;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #ed1c24;
}
.homepage .ball.big {
  width: 40px;
  height: 40px;
}
.ball.yellow.big {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #ffb612;
}
.ball.green.big {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #1ead60;
}
.ball.size30 {
  width: 25px;
  height: 25px;
  font-size: 1.1rem;
}
.ball.big .loading {
  width: 25px;
  height: 25px;
}
.ball .img-loading {
  width: 50%;
}
.kq-bottom-link {
  margin-left: 10px;
}
.kq-bottom-link > li {
  list-style-type: square;
  color: red;
}
.kq-bottom-link > li p {
  margin: 5px 0;
  color: black;
}
.control_panel {
  background: #fff;
  padding: 10px;
  margin-bottom: 0;
  border-top: 0;
  text-align: center;
}
.control_panel .config_view {
  float: left;
}
.control_panel .config_view form {
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.control_panel .config_view label {
  margin: 0 5px;
  display: inline-block;
}
.control_panel .config_highlight {
  float: right;
}
.control_panel .config_highlight .hl_number {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #757171;
  background: radial-gradient(circle at 5px 5px, #f7f5f5, #797979);
  text-shadow: none;
  color: #000;
  line-height: 1;
  font-size: 1.1rem;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.control_panel .config_highlight .hl_number.active,
.control_panel .config_highlight .hl_number:hover {
  background: radial-gradient(circle at 5px 5px, #ffeb3b, #4caf50);
  color: #000;
  border-radius: 50%;
}
/* .box-thong-ke-nhanh .heading {
    background-color: #ffc107;
    color: #fff;
    padding: 10px;
    font-size: 1rem;
    margin: 0;
  } */
.box-thong-ke-nhanh .thong-ke-nhanh-group {
  width: 100%;
}
/* .box-thong-ke-nhanh .thong-ke-nhanh-group:nth-of-type(2n),
  .box-thong-ke-nhanh .thong-ke-nhanh-col:nth-of-type(2n) {
      border-left: 1px solid #ddd;
  } */
.box-thong-ke-nhanh .thong-ke-nhanh-group,
.box-thong-ke-nhanh .thong-ke-nhanh-col {
  border-left: 1px solid #ddd;
}
.box-thong-ke-nhanh .thong-ke-nhanh-group:first-of-type,
.box-thong-ke-nhanh .thong-ke-nhanh-col:first-of-type {
  border-left: 0;
}
.box-thong-ke-nhanh .thong-ke-nhanh-col .col-title {
  font-weight: bold;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  border-bottom: 1px solid #ddd;
}
.box-thong-ke-nhanh .thong-ke-number {
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ddd;
  font-size: 1rem;
}
.box-thong-ke-nhanh .thong-ke-number.active {
  background: #cddc39;
}
.kq-block {
  padding: 0;
  background-color: #fff;
}
.kq-block .kq-block-title {
  font-weight: bold;
  font-size: 1.1rem;
  margin: 0;
  padding: 7px 10px;
  background-color: #e1edf3;
  color: #000;
  text-transform: uppercase;
}
.kq-block .kq-block-title a {
  color: red;
  text-decoration: underline;
}
.kq-block .kq-block-content {
  padding: 15px;
}
.section-text .kq-block .kq-block-content,
.kq-block .kq-block-content .kq-block .kq-block-content {
  padding-left: 0;
  padding-right: 0;
}
.kq-block p {
  line-height: 1.5;
}
.kq-block ul {
  margin-left: 16px;
}
.kq-block li {
  padding: 3px 0;
  list-style-type: disc;
}
.kq-block li > p {
  margin: 0;
  font-size: 1.1rem;
}
.kq-block.kq-block-thongke .kq-block-content {
  padding: 0;
}
.kq-block.kq-block-thongke table {
  margin-bottom: 0;
  font-size: 1rem;
}
.kq-block.kq-block-thongke table th:first-child,
.kq-block.kq-block-thongke table td:first-child {
  /* border-left: 0; */
}
.kq-block.kq-block-thongke table th:last-child,
.kq-block.kq-block-thongke table td:last-child {
  /* border-right: 0; */
}
.kq-block-thongke .tk_number {
  font-weight: bold;
  font-size: 1.2rem;
  color: red;
  display: block;
}
.jackpot-win {
  white-space: nowrap;
  align-items: center;
}
.jackpot-win.win {
  font-weight: bold;
  color: black;
}
.icon-win {
  width: 20px;
  margin: 0;
  display: inline-block;
}
.kq-box.keno-box {
  /* background-color: transparent; */
}
.kq-box.keno-box .keno-item {
  border: 1px solid #ddd;
  padding: 10px;
  margin: 5px 0px;
  text-align: center;
  background-color: #fff;
}
.kq-box.keno-box .keno-item.live {
  background: #defdb0;
}
.kq-box.keno-box .keno-item .keno-id {
  display: inline-block;
  font-weight: 700;
  padding-left: 5px;
  color: red;
}
.kq-box.keno-box .keno-item .keno-time {
  display: inline-block;
  margin-left: 20px;
  font-weight: 700;
  color: red;
}
.kq-box.keno-box .keno-item .keno-num {
  margin: 10px 1px 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 50%;
  color: #000;
  text-align: center;
  font-style: normal;
  background-color: #fff;
  border: 1px solid #f15922;
}
.kq-box.keno-box .keno-more {
  padding: 10px;
  text-align: center;
}
.thongke-keno .tk_item {
  display: inline-block;
  width: 9%;
  text-align: center;
  margin-bottom: 10px;
}
.thongke-keno .tk_item .num {
  display: flex;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #f15922;
  margin: 0 auto;
  color: #000;
  font-weight: 700;
  font-size: 1.2rem;
}
.thongke-keno .tk_item .count {
  font-size: 0.8rem;
  margin-top: 3px;
  opacity: 0.5;
}
.article-list-cat {
  padding: 0 10px;
}
.article-list-cat .cat-item {
  width: 33.333%;
  margin: 0;
  padding: 0 5px;
  float: left;
}
.article-list-cat .cat-item a {
  font-weight: bold;
}
.section.section-articles {
  background-color: #fff;
}
.section.section-articles .section-content {
  padding: 10px;
}
.article-listing .article-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.article-listing .article-item:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.article-listing .article-item .article-thumb {
  width: 80px;
  height: 70px;
  background-color: #f5f5f5;
}
.article-listing .article-item .article-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 6px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.article-listing .article-item .article-thumb img[data-loaded="true"] {
  opacity: 1;
}
.article-listing .article-item .article-content {
  flex: 1;
  margin-left: 15px;
}
.article-listing .article-item .article-cat {
  display: flex;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: normal;
  margin-bottom: 5px;
  align-items: center;
  line-height: 1;
  text-decoration: underline;
}
.article-listing .article-item .article-cat::before {
  display: block;
  content: "";
  background: url(../images/caret-right-orange.svg) center no-repeat;
  width: 10px;
  height: 15px;
  margin-right: 3px;
  line-height: 1;
}
.article-listing .article-item .article-title,
.article-listing .article-item .article-title a {
  font-weight: normal;
  font-size: 1rem;
  color: #000;
  display: block;
  margin: 0;
}
.article-listing .article-item:hover {
  color: #000;
}
.article-listing.col-1 .article-item {
  width: 100%;
  float: none;
  border-bottom: 0;
}
.article-listing.col-2 .article-item {
  width: 50%;
  float: left;
  border-bottom: 0;
}
.article-listing.col-2 .article-item .article-content {
  padding-right: 20px;
}
.article-listing.grid {
  display: flex;
  flex-wrap: wrap;
}
.article-listing.grid .article-item {
  width: 33.333%;
  border-bottom: 0;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}
.article-listing.grid.col-3 .article-item {
  width: 33.333%;
}
.article-listing.grid.col-4 .article-item {
  width: 25%;
}
.article-listing.grid .article-item .article-content {
  margin: 10px 0 0;
  flex: none;
}
.article-listing.grid .article-item .article-thumb {
  width: 100%;
  height: 140px;
}
.article-listing.grid .article-item .article-content {
  margin-left: 0;
  margin-top: 10px;
}
.section-articles.style-2 {
  margin: 0 0 20px;
  background-color: #fff;
  border-radius: 10px;
}
.section-articles.style-2 .article-listing {
  padding: 15px;
}
.section-articles.style-2 .article-listing .article-item {
  background-color: #fff;
}
.section-articles.style-2 .article-listing .article-item .article-thumb {
  width: 200px;
  height: 150px;
}
.section-articles.style-2 .article-listing .article-item .article-content {
  margin-left: 0;
  padding: 15px;
}
.section-articles.style-2 .article-listing .article-item .article-title,
.section-articles.style-2 .article-listing .article-item .article-title a {
  font-weight: bold;
  font-size: 1.1rem;
  margin: 0 0 10px;
}
.section-articles.style-2 .article-listing .article-item .article-summary {
  font-size: 0.9rem;
  opacity: 0.5;
  margin: 0;
}
.the-article {
  background-color: #fff;
  box-shadow: 0 0 7px 0 rgb(0 0 0 / 20%);
  padding: 15px;
  border-radius: 10px;
}
.the-article .page-h1 {
  font-size: 2rem;
  border: 0;
  padding: 0;
}
.the-article .the-article-summary {
  font-weight: bold;
  font-size: 1rem;
  margin: 15px 0;
}
.the-article .the-article-summary p {
  margin: 0;
  padding: 0;
}
.the-article .the-article-jump {
  padding: 10px 10px 10px 15px;
  margin-bottom: 25px;
  background-color: #f1f1f1;
}
.the-article .the-article-jump > li {
  list-style-type: square;
  margin-left: 15px;
}
.the-article .the-article-jump > li a {
  font-size: 1rem;
  line-height: 1.3;
  display: inline-block;
  padding: 0;
}
.the-article .the-article-content {
  font-size: 1.1rem;
}
.the-article .the-article-content ul {
  margin-left: 25px;
}
.the-article .the-article-content ul > li {
  list-style-type: disc;
}
.the-article .list-link-recommend {
  background: #f1f1f1;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 3px;
}
.the-article .list-link-recommend > span {
  display: block;
  text-transform: uppercase;
  font-size: 0.7em;
  margin-bottom: 5px;
}
.the-article .list-link-recommend a {
  display: block;
  font-weight: 500;
  font-size: 0.9rem;
  position: relative;
}
.the-article .kq-block {
  margin-bottom: 25px;
  background-color: transparent;
  border: 0;
}
.the-article .kq-block .kq-block-content {
  padding: 0;
}
.the-article .ketquahomqua {
  padding: 5px;
  border: 1px dashed #ddd;
  margin: 10px auto;
  display: block;
  text-align: center;
}
.the-article .ketquahomqua .num {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 5px;
  color: red;
}
.the-article .ketquahomqua .num.special {
  color: #2aaf65;
}
.the-article .tk_block .tk_title {
  font-weight: bold;
  font-size: 1.1rem;
  margin: 0;
  padding: 7px 10px;
  background-color: #e1edf3;
  color: #000;
}
.the-article form {
  max-width: 100%;
  margin: 0 auto 15px;
  background: #fff2bc;
  padding: 15px;
  border-radius: 5px;
}
.the-article form .thongke-form-header {
  margin-top: 0;
}
.the-article form .kq-block {
  margin-bottom: 0;
}
.the-article form .kq-block ul > li {
  float: left;
  margin-right: 30px;
}
.page-navigation .page-numbers {
  padding: 10px 15px;
  background: #f5f5f5;
  margin-right: 5px;
  border-radius: 3px;
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 2px;
  color: #000;
}
.page-navigation .page-numbers.current {
  background: #d6302b;
  color: #fff;
}
.kq-block .article-listing .article-item .article-title {
  font-size: 1rem;
}
.table-lich-mo-thuong th,
.table-lich-mo-thuong td {
  border: 0;
  text-align: left;
  padding: 5px 10px;
}
.table-lich-mo-thuong a {
  color: #000;
  display: inline-block;
  padding: 3px 0;
}
.table-lich-mo-thuong a:hover,
.table-lich-mo-thuong a.active {
  color: red;
}
.section.section-calendar {
  background-color: #25d366;
  margin: 10px;
}
.section.section-calendar .section-header {
  background-color: #25d366;
  text-align: center;
}
/* .datepicker.dropdown-menu {
    left: 0 !important;
  } */
.section.section-calendar .datepicker {
  width: 100%;
  color: #fff;
}
.section.section-calendar .datepicker table tr th {
  color: #ffeb3b;
}
.section.section-calendar .datepicker table span.disabled,
.section.section-calendar .datepicker table span.disabled:hover,
.section.section-calendar .datepicker table tr td.disabled,
.section.section-calendar .datepicker table tr td.disabled:hover {
  color: #107c39;
}
.section.section-calendar .datepicker table td.day {
  font-weight: bold;
  color: #fff;
  font-size: 1.1rem;
}
.section.section-calendar .datepicker table td.day.disabled {
  font-weight: normal;
}
.section.section-calendar .datepicker table span.active,
.section.section-calendar .datepicker table td.day.active {
  color: #fff;
  background-color: #1cbb59;
  border-color: #1cbb59;
  text-shadow: none;
}
.section.section-text {
  background-color: #fff;
}
.section.section-text .section-content {
  padding: 15px;
  box-shadow: 0 0 0.1rem 0 rgb(0 0 0 / 10%);
}
.section.section-text .section-content figure {
  margin: 20px auto;
}
.section.section-text .section-content ul {
  margin-left: 20px;
  margin-bottom: 20px;
}
.section.section-text .section-content ul > li {
  padding: 5px 0;
  list-style-type: disc;
}
.section.section-text .section-content ul > li > p {
  margin: 0;
  font-size: 1.1rem;
}
.section.section-text .section-content iframe {
  max-width: 100%;
}
.section.section-text h3 {
  font-size: 1.2rem;
}
.section.section-text .h3 {
  font-weight: bold;
  font-size: 1.1rem;
  margin-top: 20px;
  margin-bottom: 10px;
}
.tansuat_form_wrapper {
  padding: 0;
  background: none;
}
.table.table_tansuat > thead > tr > th {
  padding: 8px;
}
.table_tansuat .number_col,
.table_tansuat .tong_col {
  background: #aeceff;
  vertical-align: middle;
}
.table_tansuat thead,
.table_tansuat tfoot {
  background: #fc0;
  vertical-align: middle;
}
.table_tansuat .count {
  background: #555;
  color: #fff;
}
.table_tansuat .count.count1 {
  background: #eee;
  color: #000;
}
.table_tansuat .count.count2 {
  background: #3a77e6;
  color: #fff;
}
.table_tansuat .count.count3 {
  background: #cead34;
  color: #fff;
}
.table_tansuat .count.count4 {
  background: #ff8022;
  color: #fff;
}
.table_tansuat .count.count5 {
  background: #ff8022;
  color: #fff;
}
.table_tansuat .count.count6,
.table_tansuat .count.count7,
.table_tansuat .count.count8,
.table_tansuat .count.count9,
.table_tansuat .count.count10,
.table_tansuat .count.count11,
.table_tansuat .count.count12,
.table_tansuat .count.count13,
.table_tansuat .count.count14 {
  background: #ff8022;
  color: #fff;
}
.table_tansuat_filter_left.form_thongke {
  background: none;
  margin-bottom: 0;
  border: 0;
  float: left;
}
.table_tansuat_filter_left.form_thongke .form_thongke_wrapper {
  background: none;
}
.table_tansuat_filter {
  padding: 0 10px 10px;
  margin-bottom: 10px;
  /* float: right; */
}
.table_tansuat_filter label {
  font-weight: bold;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 0;
  display: block;
}
.table_tansuat_filter .form_col {
  float: left;
  margin-right: 10px;
}
.table_tansuat_filter .form_col.form_col_phongto {
  float: right;
  margin-right: 0;
}
.table_tansuat_filter .form_col.form_col_phongto .btn_phongto_tansuat {
  height: 30px;
  background: #d6302b;
  border: 1px solid #b72b26;
  color: #fff;
  padding: 0 15px;
  border-radius: 3px;
}
.table_tansuat_filter .form_col select {
  -webkit-appearance: none;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
}
.div_tansuat_wrapper {
  position: relative;
  overflow: auto;
  max-height: 450px;
}
.fullscreen_tansuat .div_tansuat_wrapper {
  max-height: inherit;
}
.div_tansuat_fixed {
  position: absolute;
  width: 50px;
  border: 0px solid #ddd;
  border-right: 0;
  background: #f93;
  font-weight: bold;
}
.div_tansuat_nonfixed {
  margin-left: 50px;
}
.div_tansuat_wrapper thead > tr > th {
  height: 52px;
  border-bottom: 1px solid #ddd;
}
.div_tansuat_wrapper tbody > tr > td {
  height: 20px;
  padding: 0 5px;
  text-align: center;
}
.div_tansuat_wrapper .tong_col {
  background: #aeceff;
}
.fullscreen_tansuat {
  overflow: hidden;
}
.fullscreen_tansuat .table_tansuat_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #fff;
  z-index: 9;
}
.fullscreen_tansuat #header {
  display: none;
}
.fullscreen_tansuat .thongke_content .table_wrapper .title {
  display: none;
}
.aside-block {
  background-color: #fff;
  box-shadow: 0 0 7px 0 rgb(0 0 0 / 20%);
  margin-bottom: 15px;
  border-radius: 10px;
}
.aside-block-header {
  margin-bottom: 0;
  background: #fff0c1;
  color: red;
  padding: 7px 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
  position: relative;
}
.col-middle .aside-block-header {
  margin: 0;
}
.aside-block-header::before {
  content: "";
  background-image: url(../images/bg-kq-header.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.aside-block-header a {
  color: red;
}
.aside-block-body {
  padding: 10px;
}
.aside-lottery-link {
  border-radius: 8px;
  margin-bottom: 0;
}
.aside-lottery-link > li {
  margin-bottom: 5px;
  float: left;
  width: 50%;
}
.aside-lottery-link > li .time {
  display: inline-block;
  color: #999;
  font-size: 0.9rem;
}
.aside-lottery-link > li > a {
  color: #000;
  margin-bottom: 0px;
  display: inline-block;
}
.aside-lottery-link > li > ul {
  margin-left: 0;
}
.aside-lottery-link > li > ul > li {
  color: #000;
  margin-bottom: 2px;
}
.aside-lottery-link > li > ul > li > a {
  color: #000;
}
#ynghiaconso {
  width: 100%;
  padding: 10px;
  background: #eee;
  font-size: 12px;
  margin-bottom: 15px;
}
#ynghiaconso .inner {
  background: #fff;
}
#ynghiaconso .nav-tabs {
  border-bottom: 0;
  background: #eee;
}
#ynghiaconso .nav-tabs > li {
  background: #eee;
  margin-bottom: 0;
  width: 93px;
  float: left;
}
#ynghiaconso .nav-tabs > li.active {
  background: #fff;
}
#ynghiaconso .nav-tabs > li > a {
  border-radius: 0;
  border: 0;
  padding: 10px;
  color: #333;
  font-size: 12px;
  display: block;
}
#ynghiaconso .nav-tabs > li.active a {
  color: #333;
}
#ynghiaconso .tab-content {
  padding: 10px;
}
#ynghiaconso table td {
  padding: 2px 0;
}
#ynghiaconso .tab-content .tab-pane {
  display: none;
}
#ynghiaconso .tab-content .tab-pane.active {
  display: block;
}
span.conso100 {
  background: url(https://atrungroi.com/wp-content/themes/main/images/100conso.png)
    center no-repeat;
  /* text-indent: -99999999px; */
  font-size: 0;
  height: 30px;
  width: 40px;
  display: inline-block;
  border: 0;
  vertical-align: middle;
  position: static;
  text-align: center;
  color: #000;
}
.title_100conso {
  text-align: center;
  font-weight: bold;
  color: rgb(255, 255, 255);
  width: 80%;
  font-size: 16px;
  padding-top: 7px;
  float: left;
}
.icon_100conso {
  width: 20%;
  float: left;
  text-align: center;
}
.conso100.giaima {
  height: 30px;
  background-position: -102px -318px;
  text-indent: -999px;
  overflow: hidden;
}
.conso100.conchuot {
  background-position: 0% -21px;
}
.conso100.contrau {
  background-position: -52px -21px;
}
.conso100.concop {
  background-position: -102px -21px;
}
.conso100.conmeonha {
  background-position: -150px -21px;
}
.conso100.conmeorung {
  background-position: -202px -21px;
}
.conso100.conrongnam {
  background-position: -252px -21px;
}
.conso100.conrongbay {
  background-position: -302px -21px;
}
.conso100.conran {
  background-position: -300px -71px;
}
.conso100.conngua {
  background-position: 0% -71px;
}
.conso100.conde {
  background-position: -52px -71px;
}
.conso100.conkhi {
  background-position: -102px -71px;
}
.conso100.conga {
  background-position: -150px -71px;
}
.conso100.concho {
  background-position: -202px -71px;
}
.conso100.conheo {
  background-position: -252px -71px;
}
.conso100.ongtao {
  background-position: 0% -120px;
}
.conso100.ongto {
  background-position: -52px -120px;
}
.conso100.tientai {
  background-position: -102px -121px;
}
.conso100.bavai {
  background-position: -150px -121px;
}
.conso100.ongtroi {
  background-position: -200px -121px;
}
.conso100.ongdia {
  background-position: -252px -119px;
}
.conso100.thantai {
  background-position: -300px -121px;
}
.conso100.trungvit {
  background-position: 0% -171px;
}
.conso100.concatrang {
  background-position: -52px -171px;
}
.conso100.conoc {
  background-position: -102px -171px;
}
.conso100.convit {
  background-position: -149px -171px;
}
.conso100.concong {
  background-position: -200px -171px;
}
.conso100.contrung {
  background-position: -252px -171px;
}
.conso100.convoi {
  background-position: -302px -171px;
}
.conso100.contho {
  background-position: -52px -320px;
}
.conso100.conong {
  background-position: 0% -219px;
}
.conso100.conhac {
  background-position: -52px -219px;
}
.conso100.conbuom {
  background-position: -102px -221px;
}
.conso100.conret {
  background-position: -150px -221px;
}
.conso100.cogai {
  background-position: -198px -218px;
}
.conso100.conbocau {
  background-position: -250px -221px;
}
.conso100.conech {
  background-position: -300px -220px;
}
.conso100.cono {
  background-position: 0% -274px;
}
.conso100.conrua {
  background-position: -52px -277px;
}
.conso100.conluon {
  background-position: -153px -270px;
}
.conso100.concaden {
  background-position: -198px -274px;
}
.conso100.contom {
  background-position: -253px -274px;
}
.conso100.connhen {
  background-position: -300px -270px;
}
.conso100.connai {
  background-position: 2px -320px;
}
.section-calendar-aside {
  border: 5px solid #ff9900;
  margin-bottom: 15px;
  background-color: #fff;
}
.section-calendar-aside .section-header {
  text-transform: uppercase;
  text-align: center;
  background: #ff9900;
  color: #fff;
  font-weight: bold;
  border-radius: 0;
}
.section-calendar-aside .calendar .datepicker-inline {
  width: 100%;
}
#scroll-to-top {
  width: 50px;
  height: 50px;
  background: url(../images/scroll-top.svg) center no-repeat;
  background-size: contain;
  display: inline-block;
  position: fixed;
  bottom: 150px;
  right: 20px;
  cursor: pointer;
  z-index: 99999;
}
.blink {
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}
@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
.live-loading {
  background: url(../images/loading.svg) center no-repeat;
  -webkit-animation: rotation 1s infinite linear;
  width: 20px;
  height: 20px;
  background-size: contain;
  margin: 0 auto;
}
.orange-spinner {
  max-width: 20px;
  max-height: 20px;
}
#diemban_maps {
  width: 100%;
  height: 300px;
}
#footer {
  margin: 100px auto 0;
  background-color: #f5f5f5;
}
#footer .footer-info {
  text-align: center;
  background: #ec1a2d;
  color: #fff;
  padding-top: 20px;
}
#webpage.max4d #footer .footer-info,
#webpage.max3d-pro #footer .footer-info {
  background: #673ab7;
  color: #fff;
}
#webpage.max3d #footer .footer-info {
  background: #db2691;
  color: #fff;
}
#webpage.keno #footer .footer-info {
  background: #f15922;
  color: #fff;
}
#webpage.power655 #footer .footer-info {
  background: #ff9800;
  color: #fff;
}
#footer .footer-links {
  padding: 30px 0;
}
#footer .footer-links > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
#footer .footer-links > ul > li > h3 {
  margin: 0 0 10px;
}
#footer .footer-links > ul > li > ul > li > a {
  padding: 3px 0;
  display: block;
  text-decoration: underline;
}
#footer .footer-info a {
  color: #fff;
  text-decoration: underline;
}
#footer #footer-logo {
  background: url(../images/logo_atrungroi_white.png) center no-repeat;
  width: 200px;
  height: 60px;
  background-size: contain;
  display: block;
  margin: 0 auto;
}
.aside-block-body .xoso-hom-nay {
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
  top: 0;
  right: 5px;
}
.aside-block-body .xoso-hom-nay img {
  display: inline-block;
  position: absolute;
  top: 5px;
}
.aside-block-body .xoso-hom-nay.done img {
  top: 0px;
}
.day-bar.col2 > li {
  margin-left: 0;
}
.day-bar.col2 {
  box-shadow: 0 0 7px 0 rgb(0 0 0 / 20%);
}
.day-bar.col2 > li a {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: none;
  border: 1px solid #eee;
}
.section-kq .section-kq-tree {
  text-align: center;
  font-size: 1.1rem;
}
.wrap-kqxs .page-h1 {
  text-align: center;
}
.pascal .pascal-header {
  background: #ffeca0;
  color: #000;
  text-align: center;
  padding: 5px;
  font-weight: bold;
}
.pascal .pascal-body {
  padding: 10px;
  text-align: center;
}
.pascal .pascal-table .pascal-number {
  border: 1px solid #ddd;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: bold;
  color: red;
}
.pascal .pascal-result span {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-weight: bold;
  font-size: 1.5rem;
  color: red;
  border: 1px solid #ddd;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.conso_dudoan {
  color: #d6302b;
  font-weight: bold;
  font-size: 1.1rem;
}
.calendar_date_bar {
  display: flex;
  margin-bottom: 10px;
  padding: 0 5px;
  text-align: center;
}
.calendar_date_bar a,
.calendar_date_bar input {
  font-size: 14px;
  font-weight: bold;
  /* color:red; */
  margin-right: 10px;
}
.calendar_date_bar a.active {
  width: 120px;
  /* background: #d6302b; */
}
.calendar_date_bar.main .left {
  width: 100%;
}
.mien-group .mien-group-title {
  position: relative;
  cursor: pointer;
}
.mien-group .mien-group-title strong {
  font-size: 1.1rem;
}
.mien-group .mien-group-title::after {
  content: "+";
  position: absolute;
  right: 0;
  top: -10px;
  display: block;
  width: 20px;
  height: 20px;
  color: red;
  font-size: 25px;
}
.mien-group.active .mien-group-title::after {
  content: "-";
}
/* .wrap-loto .section-kq{
    border: 1px solid #ddd;
    border-bottom: none;
    border-radius: 0;
    box-shadow: 0 0 7px 0 rgb(0 0 0 / 20%);
  } */
.wrap-loto .section-kq .section-kq-body {
  padding-bottom: 0;
}
@media only screen and (min-width: 1320px) {
  html {
    /* font-size: 14px; */
  }
}
