body {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  color: #000;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
a {
  color: #0029ad;
  text-decoration: none;
}
a:hover {
  color: #ed1c25;
}
img {
  border: none;
  max-width: 100%;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.4;
  font-weight: 500;
}
p,
figure,
figcaption,
blockquote,
dl,
dt,
dd,
ol,
caption,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
fieldset,
embed,
object,
applet,
canvas,
caption,
embed,
hgroup,
iframe,
output,
pre,
strike,
sub,
summary,
sup,
time,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::after,
::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::-webkit-input-placeholder {
  color: #555;
  opacity: 100;
}
:-ms-input-placeholder {
  color: #555;
  opacity: 100;
}
::placeholder {
  color: #555;
  opacity: 100;
}
:focus {
  outline: -webkit-focus-ring-color auto 0;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}
input::-ms-clear {
  display: none;
}
select::-ms-expand {
  display: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
input,
select,
textarea,
button {
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: inherit;
  outline: none;
}
input,
select {
  height: 40px;
  padding: 0 10px;
}
input,
select,
textarea {
  float: left;
  width: 100%;
  border: solid 1px #eaeaea;
  margin: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  text-overflow: "";
  appearance: none;
  border-radius: 2px;
  webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
input:focus,
select:focus,
textarea:focus {
  border: solid 0.5px #4285f4;
  outline: 0;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
select {
  background: url(https://cdn.xoso.com.vn/images/arow.svg) no-repeat;
  background-position: right 8px top 50%;
  padding-right: 24px;
}
textarea {
  height: 85px;
  padding: 10px;
  resize: none;
}
button {
  background: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
}
button:focus {
  outline: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
table td,
table th {
  padding: 3px;
  border: solid 1px #dddfe2;
}
table thead th {
  background: #f0f8ff;
  font-weight: 500;
}
.form-group {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  display: table;
}
.form-group:last-child {
  margin-bottom: 0;
}
.btn-item {
  margin-right: 10px;
  float: left;
}
.btn-item:last-child {
  margin-right: 0;
}
.btn {
  display: inline-block;
  padding: 0 16px;
  height: 40px;
  line-height: 40px;
  background-color: #dddfe2;
  cursor: pointer;
  text-align: center;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.btn-full {
  width: 100%;
}
.btn-primary {
  background-color: #0029ad;
  color: #fff;
}
.btn-success {
  background-color: #28a745;
  color: #fff;
}
.btn-info {
  background-color: #33b5e5;
  color: #fff;
}
.btn-warning {
  background-color: #ffc107;
}
.btn-danger {
  background-color: #ed1c25;
  height: 40px;
  line-height: 40px;
  color: #fff;
}
.btn-secondary {
  background-color: #6c757d;
  color: #fff;
}
.btn-dark {
  background-color: #343a40;
  color: #fff;
}
.btn-outline {
  border: solid 2px #dddfe2;
  background-color: #fff;
  line-height: 36px;
}
.btn-primary-outline {
  border: solid 2px #0029ad;
  background-color: #fff;
  line-height: 36px;
}
.btn-success-outline {
  border: solid 2px #28a745;
  background-color: #fff;
  line-height: 36px;
}
.btn-info-outline {
  border: solid 2px #33b5e5;
  background-color: #fff;
  line-height: 36px;
}
.btn-warning-outline {
  border: solid 2px #ffc107;
  background-color: #fff;
  line-height: 36px;
}
.btn-danger-outline {
  border: solid 2px #ed1c25;
  background-color: #fff;
  line-height: 36px;
}
.btn-secondary-outline {
  border: solid 2px #6c757d;
  background-color: #fff;
  height: 40px;
  line-height: 36px;
}
.btn-dark-outline {
  border: solid 2px #343a40;
  background-color: #fff;
  line-height: 36px;
}
.text-danger {
  width: 100%;
  float: left;
  font-size: 12px;
  text-align: right;
  color: #ed1c25;
  padding-top: 5px;
  font-style: italic;
}
.text-success {
  width: 100%;
  float: left;
  font-size: 12px;
  text-align: right;
  color: #28a745;
  padding-top: 5px;
  font-style: italic;
}
.focus-danger {
  border: 0.5px solid #ed1c25;
  outline: 0;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.focus-success {
  border: 0.5px solid #28a745;
  outline: 0;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.focus-danger:focus {
  border: 0.5px solid #ed1c25;
  outline: 0;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.focus-success:focus {
  border: 0.5px solid #28a745;
  outline: 0;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.btn-right {
  float: right;
}
.label-input {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.input-1 {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  display: none;
  left: 0;
  right: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  top: 0;
}
.input-2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: solid 2px #0029ad;
}
.input-2:after {
  left: 4px;
  top: 2px;
  width: 6px;
  height: 9px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.input-1 ~ .input-2 {
  background-color: #fff;
  border: solid 2px #dddfe2;
  border-radius: 2px;
}
.input-1:checked ~ .input-2 {
  background-color: #0029ad;
  border: solid 2px #0029ad;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.input-2:after {
  content: "";
  position: absolute;
  display: none;
}
.input-1:checked ~ .input-2:after {
  display: block;
}
.label-radio {
  display: block;
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio-1 {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  display: none;
  left: 0;
  right: 0;
  width: 8px;
  margin: 0;
  padding: 0;
  top: 0;
  height: 8px;
}
.radio-2 {
  position: absolute;
  top: 3px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: solid 2px #dddfe2;
  border-radius: 100%;
}
.radio-2:after {
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #0029ad;
}
.labelradio:hover .radio-1 ~ .radio-2 {
  background-color: #fff;
}
.radio-1:checked ~ .radio-2 {
  background-color: #fff;
  border: solid 2px #0029ad;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.radio-2:after {
  content: "";
  position: absolute;
  display: none;
}
.radio-1:checked ~ .radio-2:after {
  display: block;
}
.main {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.main-content {
  margin: auto;
  width: 100%;
  max-width: 1140px;
  min-width: 240px;
}
.content-left {
  float: left;
  width: 53.5%;
  position: relative;
  padding-right: 16px;
}
@media only screen and (max-width: 1024px) {
  .main-content {
    max-width: 1000px;
  }
  .content-left {
    width: 52.5%;
  }
}
.header {
  float: left;
  width: 100%;
  position: relative;
  padding: 5px 0;
}
.header-pc {
  float: left;
  width: 100%;
}
.header-content {
  float: left;
  width: 100%;
  padding: 5px 0;
  background: #fff;
}
.main-content.padding0 {
  padding: 0;
}
.header-logo {
  vertical-align: middle;
  display: inline-block;
}
.header-logo img {
  height: 48px;
  display: inline-block;
  vertical-align: middle;
}
.header-time {
  color: #666;
  font-size: 14px;
  display: inline-block;
  margin-left: 16px;
  border-left: solid 1px #e0e0e0;
  padding-left: 16px;
}
.header-right {
  float: right;
  position: relative;
}
.header-mobi {
  background: #fff;
  height: 56px;
  float: left;
  width: 100%;
  display: none;
}
.logo-mobi {
  position: absolute;
  left: 48px;
  margin-top: 12px;
}
.logo-mobi-img {
  height: 32px;
}
.icon-mobi-right {
  float: left;
  margin-top: 12px;
  margin-right: 10px;
}
.btn-dropdown1.mg0 {
  margin: 0;
}
.fix-nav-mobi {
  padding: 10px 20px;
}
.icon-menu {
  top: 2px;
  position: relative;
}
.header-item {
  display: inline-block;
  vertical-align: middle;
}
.btn-login-head {
  display: inline-block;
  position: relative;
  top: 14px;
  font-size: 14px;
  cursor: pointer;
  color: #333;
}
.btn-login-head svg {
  vertical-align: middle;
  margin-right: 6px;
  position: relative;
  top: -2px;
}
.btn-calendar {
  display: none;
  position: absolute;
  right: 16px;
  top: 10px;
  width: 36px;
  height: 36px;
  text-align: center;
}
.icon-calendar {
  position: relative;
  top: 8px;
}
@media only screen and (max-width: 960px) {
  .header {
    padding: 8px 0;
  }
  .header-content {
    background: #fff;
    position: relative;
    z-index: 9;
  }
  .content-left {
    width: 100%;
    padding: 0;
  }
  .content-right {
    width: 100%;
    float: left;
  }
  .header-mobi {
    display: block;
  }
  .headermobi {
    padding: 0;
    height: 56px;
  }
  .logomobi {
    margin-top: 12px;
  }
  .header-logo {
    float: left;
    width: 100%;
    text-align: center;
  }
  .header-logo img {
    height: 36px;
  }
  .btn-calendar {
    display: block;
  }
  .header-time {
    display: none;
  }
  .header-right {
    position: absolute;
    right: 12px;
  }
  .btn-login-head {
    top: 8px;
  }
}
.sidebar-overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: #000;
  z-index: 1034;
  -webkit-transition:
    visibility 0 linear 0.4s,
    opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition:
    visibility 0 linear 0.4s,
    opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    visibility 0 linear 0.4s,
    opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.sidebar-overlay.active {
  opacity: 0.5;
  visibility: visible;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  transition-delay: 0;
}
.sidebar-default {
  background-color: #fff;
  width: 0;
  -webkit-transform: translate3d(-280px, 0, 0);
  transform: translate3d(-280px, 0, 0);
  position: relative;
  display: block;
  min-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
.sidebar-default.open {
  min-width: 280px;
  width: 280px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.sidebar-fixed-left,
.sidebar-fixed-right,
.sidebar-stacked {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1035;
}
.sidebar-stacked {
  left: 0;
}
.sidebar-fixed-left {
  left: 0;
  box-shadow: 2px 0 15px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 2px 0 15px rgba(0, 0, 0, 0.35);
}
.sidebar-fixed-right {
  right: 0;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.35);
  -webkit-transform: translate3d(280px, 0, 0);
  transform: translate3d(280px, 0, 0);
}
.sidebar-fixed-right.open {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.aside-300 {
  float: right;
  width: 27%;
  position: relative;
  overflow: hidden;
}
.aside-160 {
  float: left;
  width: 18%;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .aside-300 {
    width: 30%;
  }
  .aside-160 {
    width: 16%;
  }
}
.widget {
  float: left;
  width: 100%;
  margin-bottom: 16px;
  box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.widget-title {
  float: left;
  width: 100%;
  position: relative;
  padding: 10px 12px;
  background: #f0f8ff;
  text-transform: uppercase;
  border-bottom: solid 0.5px #eaeaea;
}
.widget-title a {
  color: #000;
}
.widget-container {
  float: left;
  width: 100%;
  position: relative;
}
.post-title-widget {
  font-size: 16px;
}
.widget-news {
  padding: 10px 0;
  border-bottom: solid 0.5px #dddfe2;
}
.widget-news:first-child {
  padding-top: 0;
}
.widget-news:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.widget-title h3 {
  font-size: 13px;
}
.link-item a {
  float: left;
  width: 100%;
  padding: 6px 12px 6px 24px;
  position: relative;
  font-family: sans-serif;
}
.link-item a:hover {
  background: #f0f8ff;
}
.link-item a::before {
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  position: absolute;
  left: 10px;
  top: 17px;
  color: #444;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.link-item2 {
  float: left;
  width: 100%;
  padding: 6px 12px 6px 24px;
  position: relative;
  font-weight: 500;
  color: #222;
  font-family: sans-serif;
}
.link-item2:hover {
  background: #f0f8ff;
}
.icon-right {
  position: absolute;
  left: 12px;
  top: 12px;
}
.link-item2-sub a {
  float: left;
  width: 100%;
  padding: 5px 5px 5px 24px;
  color: #222;
  font-family: sans-serif;
}
.link-item2-sub a:hover {
  background: #f0f8ff;
}
.link-item2::before {
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  position: absolute;
  left: 10px;
  top: 17px;
  color: #444;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.widget_bg {
  background: #c80505;
  color: #fff;
}
.form-wg {
  width: 100%;
  float: left;
  padding: 16px;
}
.label_gril {
  float: left;
  line-height: 40px;
  width: 70px;
}
.input_gril {
  display: grid;
}
.tutorial-loto {
  color: #555;
  font-size: 13px;
  line-height: 22px;
  font-style: italic;
}
.form-select {
  padding: 10px;
  float: left;
  width: 100%;
}
.select-item {
  float: left;
  width: 66px;
  height: 36px;
  margin-right: 5px;
  padding: 0 5px;
}
.btn-select {
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  cursor: pointer;
}
.btn-list1 {
  float: left;
  width: 24px;
  height: 36px;
  margin-right: 5px;
  cursor: pointer;
}
.btn-list2 {
  float: right;
  width: 24px;
  height: 36px;
  text-align: center;
  cursor: pointer;
}
.img-c {
  position: relative;
  top: 7px;
}
.caleandar-weks {
  float: left;
  width: 100%;
  background: #f0f8ff;
}
.caleandar-right {
  position: absolute;
  right: 0;
  top: 8px;
}
.caleandar-left {
  float: left;
  color: #fff;
  line-height: 36px;
}
.iconleft {
  cursor: pointer;
  height: 36px;
  width: 36px;
  line-height: 36px;
  float: left;
  text-align: center;
  color: #fff;
}
.content-caleandar {
  float: left;
  max-width: 400px;
  position: relative;
  border-radius: 2px;
  box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.caleandar-days {
  float: left;
  width: 100%;
  position: relative;
  display: table;
}
.title-caleandar {
  float: left;
  text-align: left;
  width: 100%;
  color: #666;
  background: #4285f4;
  padding: 10px;
  position: relative;
  border-radius: 2px 2px 0 0;
}
.caleandar-weks li {
  color: #000;
  float: left;
  width: 14.286%;
  padding: 4px;
  display: table-cell;
  border-left: solid 0.5px #e0e0e0;
  border-top: solid 0.5px #e0e0e0;
  text-align: center;
  font-size: 13px;
}
.caleandar-days li {
  color: #000;
  float: left;
  width: 14.286%;
  padding: 4px;
  display: table-cell;
  height: 50px;
  border-left: solid 0.5px #e0e0e0;
  border-top: solid 0.5px #e0e0e0;
  cursor: pointer;
}
.caleandar-days li:hover {
  background: #ffeca0;
}
.caleandar-days li:nth-child(7n + 7) {
  color: #ff3547;
}
.caleandar-days li.bgnone:hover {
  background: #f0f8ff;
}
.caleandar-days li.active {
  background: #ffeca0;
}
.ca-pm {
  float: left;
  font-size: 16px;
  width: 100%;
  text-align: left;
  font-weight: 500;
  display: contents;
}
.ca-am {
  float: left;
  width: 100%;
  text-align: right;
  font-size: 12px;
  color: #999;
}
.icon-hacdao {
  float: right;
  background: #999;
  height: 4px;
  margin-top: 4px;
  width: 4px;
  border-radius: 100%;
}
.icon-hoangdao {
  margin-top: 4px;
  float: right;
  background: #ff3547;
  height: 4px;
  width: 4px;
  border-radius: 100%;
}
.icon_pm_am {
  float: right;
}
.disabled-ca {
  background: #f0f8ff;
  color: #666;
}
.disabled-ca:hover {
  color: #666;
  background: #f0f8ff !important;
}
.disabled-ca .ca-pm {
  color: #666;
}
@media only screen and (max-width: 960px) {
  .widget {
    margin-bottom: 12px;
  }
  .aside-300 {
    float: left;
    width: 100%;
    display: none;
  }
  .aside-160 {
    width: 100%;
    display: none;
  }
}
.user-sidebar {
  background: #f0f8ff;
  position: relative;
  padding: 0 16px 10px 16px;
  float: left;
  width: 100%;
}
.logosidebar {
  height: 48px;
}
.pushbar_locked {
  overflow: hidden;
  height: 100vh;
  position: fixed;
  width: 100%;
}
.pushbar {
  background: #fff;
  z-index: 99999;
  position: fixed;
  will-change: transform;
  overflow-y: auto;
  transition: transform 0.5s ease;
  will-change: transform;
}
.pushbar_overlay {
  z-index: -999;
  position: fixed;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100vh;
  top: 0;
  left: 0;
  will-change: opacity;
  opacity: 0;
  will-change: opacity;
  background: #3c3442;
}
.pushbar_locked .pushbar_overlay {
  opacity: 0.8;
  z-index: 999;
  transition: opacity 0.5s ease;
}
.pushbar.from_left {
  top: 0;
  left: 0;
  width: 300px;
  max-width: 100%;
  height: 100%;
  overflow-x: hidden;
  transform: translateZ(0) translateX(-100%);
}
.pushbar.opened {
  transform: translateX(0) translateY(0);
}
.btn-pushbar-close {
  text-align: left;
  height: 48px;
  position: relative;
  z-index: 99;
  font-size: 30px;
  cursor: pointer;
  background: #f0f8ff;
  width: 100%;
  float: left;
}
.icon-bacck {
  float: left;
  width: 48px;
  text-align: center;
  line-height: 48px;
}
.btn-pushbar-3 {
  cursor: pointer;
  position: absolute;
  left: 8px;
  top: 10px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 100%;
  display: none;
}
.pushbar-hide {
  display: none;
}
.icon-back {
  height: 16px;
  width: 16px;
  position: relative;
  left: 16px;
  top: -2px;
}
@media only screen and (max-width: 960px) {
  .pushbar-hide {
    display: block;
  }
  .btn-pushbar-3 {
    display: block;
  }
}
.ac-menu {
  width: 100%;
  float: left;
}
.ac_item {
  position: relative;
  width: 100%;
  float: left;
}
.ac_item:last-child {
  border-bottom: 0;
}
.ac_title {
  float: left;
  padding: 12px 0;
  width: 100%;
  padding-right: 36px;
  border-top: solid 0.5px #dddfe2;
  font-weight: 500;
}
.ac_content {
  display: none;
  width: 100%;
  float: left;
}
.ac_list {
  padding: 10px 0;
  float: left;
  width: 100%;
}
.ac_icon {
  cursor: pointer;
  display: block;
  position: absolute;
  right: 10px;
  background-size: 12px;
  width: 36px;
  height: 36px;
  z-index: 2;
  top: 6px;
}
.ac_open .ac_icon::before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
}
.ac_icon::before {
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  left: 40%;
  top: 50%;
  position: absolute;
  color: #666;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
}
.ac_title_2 {
  font-size: 16px;
  float: left;
  padding: 12px 36px 12px 56px;
  width: 100%;
  font-weight: 500;
  color: #222;
}
.ac_ul2 {
  padding-bottom: 10px;
  float: left;
  width: 100%;
}
.ac_ul2 a {
  padding: 10px 36px 10px 56px;
  float: left;
  width: 100%;
  color: #222;
}
.ic-m {
  width: 24px;
  float: left;
  position: absolute;
  left: 16px;
}
.ac_item.boder_top {
  border-top: solid 0.5px #eaeaea;
}
.menu_ul {
  width: 100%;
  margin: auto;
  max-width: 1140px;
}
.menu_li {
  float: left;
  position: relative;
}
.menu_a {
  padding: 0 14px;
  float: left;
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  -webkit-transition:
    color 0.2s linear,
    background 0.2s linear;
  -moz-transition:
    color 0.2s linear,
    background 0.2s linear;
  -o-transition:
    color 0.2s linear,
    background 0.2s linear;
  transition:
    color 0.2s linear,
    background 0.2s linear;
  font-family: sans-serif;
}
.menu_a:hover {
  background: #ed1c25;
  color: #fff;
}
.menu_a.active {
  background: #ed1c25;
  color: #fff;
}
.menu_down li {
  width: 100%;
}
.menu_down {
  width: 180px;
  background: #fff;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
  box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition:
    opacity 0.2s linear,
    visibility 0.2s linear;
  -moz-transition:
    opacity 0.2s linear,
    visibility 0.2s linear;
  -o-transition:
    opacity 0.2s linear,
    visibility 0.2s linear;
  transition:
    opacity 0.2s linear,
    visibility 0.2s linear;
  top: 48px;
  left: 0;
}
.menu_down a {
  padding: 6px 15px;
  float: left;
  width: 100%;
  position: relative;
  color: #222;
}
.menu_down a:hover {
  background: #f0f8ff;
}
.menu_down a.active {
  background: #f0f8ff;
}
.icright {
  font-size: 16px;
  position: absolute;
  right: 15px;
  top: 13px;
}
.ic-down-menu {
  font-size: 12px;
  margin-left: 5px;
}
.icon-menu2 {
  position: relative;
  top: 3px;
}
.icon-home {
  width: 17px;
  height: 16px;
  max-width: 17px;
  position: relative;
  top: 2px;
}
@media only screen and (max-width: 1140px) {
  .menu_ul {
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
  }
  .menu_li {
    display: table-cell;
    text-align: center;
    position: inherit;
  }
  .menu_a {
    color: #fff;
    opacity: 0.9;
  }
  .menu_a:hover {
    background: #ed1c25;
    color: #fff;
    opacity: 100;
  }
  .menu_a.active {
    background: #ed1c25;
    color: #fff;
    opacity: 100;
  }
  .menu_down {
    display: none;
  }
  .ic-down-menu {
    display: none;
  }
}
.nav_header {
  background: #c80505;
  float: left;
  width: 100%;
  position: relative;
}
.nav_hidden {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transition: transform 300ms ease;
  -webkit-transition: transform 300ms ease;
  -moz-transition: transform 300ms ease;
  -o-transition: transform 300ms ease;
}
.nav_show {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transition: transform 300ms ease;
  -webkit-transition: transform 300ms ease;
  -moz-transition: transform 300ms ease;
  -o-transition: transform 300ms ease;
}
.nav-scrol-link-ic {
  position: absolute;
  cursor: pointer;
  left: 0;
  width: 40px;
  text-align: center;
  background: #c80505;
  z-index: 99;
  line-height: 48px;
  height: 48px;
  color: #fff;
  display: none;
}
@media only screen and (max-width: 960px) {
  .nav_header {
    background: #c80505;
  }
  .hide {
    display: none;
  }
  .nav_show .nav-scrol-link-ic {
    display: block;
  }
  .nav_show .menu_ul {
    padding-left: 40px;
  }
}
.footer {
  float: left;
  width: 100%;
  position: relative;
  background: #f0f8ff;
  border-top: solid 0.5px #dddfe2;
}
.footer-content {
  padding: 15px 0;
  float: left;
  width: 100%;
}
.footer-title {
  float: left;
  width: 100%;
}
.footer-container {
  float: left;
  width: 100%;
}
.copyright {
  float: left;
  font-size: 13px;
  line-height: 24px;
  width: 70%;
}
.share-socal {
  float: right;
  position: relative;
  width: 30%;
  text-align: center;
}
.rows-add {
  position: relative;
  padding-top: 16px;
  width: 100%;
  float: left;
}
.textic24 {
  font-weight: bold;
}
.ic24 {
  position: relative;
  top: 5px;
  margin-right: 5px;
}
.dmca_protected {
  margin-left: 10px;
  float: left;
  margin-top: 5px;
}
.mxh-like-item {
  float: left;
  margin-left: 10px;
}
.link-web {
  color: #999;
  float: left;
  font-size: 13px;
  width: 100%;
}
.link-web > a {
  color: #555;
  font-size: 13px;
}
.icon-face {
  border-radius: 100%;
  float: left;
  color: #fff;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}
.icon-face.cl1 {
  background: #134a8d;
  color: #fff;
}
.icon-face.cl2 {
  background: #ed3b3b;
  color: #fff;
}
.icon-face.cl3 {
  background: #10afe3;
  color: #fff;
}
.nav-bottom a {
  margin-right: 16px;
  color: #000;
}
.nav-bottom {
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
}
.backtotop {
  background-color: #ed1c25;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
  border-radius: 100%;
  height: 48px;
  width: 48px;
  line-height: 48px;
  text-align: center;
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
  display: none;
  animation: animatezoom 0.6s;
}
@keyframes animatezoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.top-arrow {
  position: relative;
  top: 3px;
}
.show_backtotop {
  display: block;
}
@media only screen and (max-width: 960px) {
  .footer {
    padding: 0 12px;
  }
  .nav-bottom {
    padding-top: 8px;
  }
  .nav-bottom a {
    padding-top: 10px;
    display: inline-block;
  }
  .copyright {
    width: 100%;
  }
  .share-socal {
    float: left;
    width: 100%;
  }
}
.section {
  float: left;
  width: 100%;
  margin-bottom: 16px;
  position: relative;
  box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.section:last-child {
  margin-bottom: 0;
}
.section-header {
  float: left;
  width: 100%;
  position: relative;
  background: #ffeca0;
  border: solid 0.5px #dddfe2;
  border-bottom: 0;
  padding: 8px 10px;
  text-align: center;
}
.section-header h1 {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  font-family: sans-serif;
}
.section-header h2 {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  font-family: sans-serif;
}
.section-header h2 > a {
  color: #ed1c25;
}
.section-header h2 > a:hover {
  color: #0029ad;
}
.section-header2 {
  float: left;
  width: 100%;
  position: relative;
  background: #f0f8ff;
  border: solid 0.5px #dddfe2;
  padding: 8px 10px;
}
.section-header2 h1 {
  font-size: 16px;
  font-weight: bold;
}
.section-header2 h2 {
  font-size: 16px;
  font-weight: bold;
}
.section-header2 h2 > a {
  color: #ed1c25;
}
.section-header2 h2 > a:hover {
  color: #0029ad;
}
.section-content {
  float: left;
  width: 100%;
  position: relative;
}
.line-clamp1 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.line-clamp2 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.line-clamp3 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.line-clamp4 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.line-clamp5 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.page-head {
  float: left;
  width: 100%;
}
.post-listing {
  float: left;
  width: 100%;
}
.post-title {
  font-size: 16px;
  margin-bottom: 10px;
}
.post-title a {
  color: #000;
}
.post-title a:hover {
  color: #ed1c25;
}
.post-sapo {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.post-sapo p {
  color: #333;
}
.font20 {
  font-size: 20px;
}
.post-tags {
  padding-top: 5px;
}
.post-tags-item {
  border: solid 0.5px #dddfe2;
  border-radius: 3px;
  color: #757575;
  font-size: 12px;
  padding: 3px 10px;
  float: left;
  margin-right: 5px;
}
.post-date {
  font-size: 13px;
  color: #666;
}
.more-link {
  float: left;
  width: 100%;
}
.more-link-left {
  float: left;
}
.more-link-right {
  float: right;
}
.color_white {
  color: #fff;
}
.color_red {
  color: #ed1c25;
}
.color_blue {
  color: #0029ad;
}
.article-news {
  float: left;
  width: 100%;
  position: relative;
  padding: 16px;
  border-bottom: solid 0.5px #eaeaea;
}
.post-content {
  display: grid;
}
.post-grid {
  display: table;
}
.post {
  display: grid;
}
.article-title {
  margin-bottom: 5px;
  font-size: 18px;
}
.article-summary {
  color: #333;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.article-meta {
  font-size: 12px;
  color: #666;
  margin-bottom: 5px;
}
.time-publish {
  margin-right: 5px;
}
.category-parent {
  margin-right: 5px;
  text-transform: uppercase;
}
.article-count {
  font-size: 12px;
  color: #666;
  margin-bottom: 5px;
}
.like-count {
  margin-right: 5px;
}
.rating-count {
  margin-right: 5px;
}
.comment-count {
  margin-right: 5px;
}
.article-tags {
  margin-bottom: 5px;
}
.article-tags a {
  display: inline-block;
  border: solid 0.5px #e0e0e0;
  border-radius: 2px;
  color: #757575;
  font-size: 12px;
  padding: 3px 10px;
}
header div:last-child {
  margin-bottom: 0;
}
.article-list {
  float: left;
  width: 100%;
  position: relative;
  padding: 16px;
  border-bottom: solid 0.5px #e0e0e0;
}
.article-inner {
  position: relative;
  float: left;
  width: 100%;
}
.article-related {
  float: left;
  width: 100%;
}
.article-related li {
  padding: 12px 0;
  padding-left: 16px;
  position: relative;
  border-bottom: solid 0.5px #e0e0e0;
  float: left;
  width: 100%;
}
.article-related li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 20px;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  color: #444;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.article-link {
  float: left;
  width: 100%;
}
.article-link li {
  padding: 12px 0;
  padding-left: 16px;
  position: relative;
  border-bottom: solid 0.5px #e0e0e0;
  float: left;
  width: 100%;
}
.article-link li:before {
  content: "â€¢";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
  color: #333;
  font-size: 18px;
}
.image {
  width: 100%;
  float: left;
  object-fit: cover;
}
.description {
  display: grid;
}
.description_p15 {
  padding-left: 15px;
}
.post-news li {
  float: left;
  width: 100%;
  padding: 10px 16px;
  border-bottom: solid 0.5px #dddfe2;
  position: relative;
}
.post-title2 {
  font-size: 16px;
  font-weight: 400;
}
.post-news a {
  color: #000;
}
.post-news a:hover {
  color: #ed1c25;
}
.news-item-inner {
  position: relative;
  float: left;
  width: 100%;
}
.primary-color {
  color: #0029ad;
}
.success-color {
  color: #28a745;
}
.danger-color {
  color: #ed1c25;
}
.ads {
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 16px;
}
.ads img {
  max-width: 100%;
}
.google-ads {
  width: 100%;
  float: left;
  text-align: center;
  margin: 12px 0;
}
.google-ads img {
  max-width: 100%;
}
.breadcrumb {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  color: #555;
  font-size: 13px;
  font-family: sans-serif;
}
.breadcrumb a {
  display: contents;
  color: #555;
}
.breadcrumb a + a:before {
  padding: 0 5px;
  color: #555;
  content: "/ ";
}
.breadcrumb a + span:before {
  padding: 0 5px;
  color: #555;
  content: "/ ";
}
.flex-center {
  display: flex;
  justify-content: center;
}
.flex-end {
  display: flex;
  justify-content: flex-end;
}
.flex-start {
  display: flex;
  justify-content: flex-start;
}
.gridcenter {
  display: grid;
  place-items: center;
  align-items: center;
  justify-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.pagination {
  float: left;
  width: 100%;
}
.pagination-pages {
  margin-left: 10px;
  float: left;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border: solid 0.5px #dddfe2;
  padding: 0 5px;
  min-width: 36px;
}
.pagination-pages:first-child {
  margin-left: 0;
}
.pagination-pages:hover {
  background-color: #0029ad;
  color: #fff;
  border: solid 0.5px #0029ad;
}
.pagination-pages.active {
  background-color: #0029ad;
  color: #fff;
  border: solid 0.5px #0029ad;
}
.see-more {
  float: left;
  width: 100%;
  text-align: center;
  padding: 12px 16px;
}
.see-more.top0 {
  padding-top: 0;
}
.see-more a {
  border: solid 0.5px #e0e0e0;
  padding: 4px 16px;
  display: inline-block;
  border-radius: 25px;
}
.load-more {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
}
.load-more a {
  color: #fff;
  padding: 8px 25px;
  display: inline-block;
  border-radius: 25px;
  background: #ed1c25;
}
.article-image {
  float: left;
  margin-right: 12px;
  position: relative;
  overflow: hidden;
}
.post-thumbnail {
  float: left;
  margin-right: 12px;
  position: relative;
  overflow: hidden;
}
.thumb {
  margin-bottom: 10px;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.thumb-full {
  width: 100%;
  float: left;
  object-fit: cover;
}
.thumb200 {
  width: 200px;
}
.thumb120 {
  width: 120px;
  float: left;
  margin-right: 12px;
  position: relative;
  overflow: hidden;
}
.thumb120 img {
  width: 100%;
  float: left;
  object-fit: cover;
}
.thumb80 {
  width: 80px;
}
.thumb-scale:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.article-news h2 {
  font-size: 18px;
  padding-bottom: 8px;
}
.article-news h3 {
  font-size: 18px;
  padding-bottom: 8px;
}
.first-news {
  font-size: 22px !important;
}
@media only screen and (max-width: 960px) {
  .breadcrumb {
    font-size: 13px;
    padding: 0 16px;
  }
  .section {
    margin-bottom: 12px;
    background: #fff;
  }
  .thumb200 {
    width: 120px;
  }
  .ads {
    margin-bottom: 12px;
  }
  .first-news {
    font-size: 20px !important;
  }
  .thumb200 {
    width: 120px;
  }
}
.col1 {
  float: left;
  width: 100%;
  position: relative;
}
.col2 {
  float: left;
  width: 48.5%;
  margin-right: 3%;
  position: relative;
}
.col2:nth-child(2n + 2) {
  margin-right: 0;
}
.col3 {
  float: left;
  width: 31.3%;
  margin-right: 3%;
  position: relative;
}
.col3:nth-child(3n + 3) {
  margin-right: 0;
}
.col4 {
  float: left;
  width: 22.7%;
  margin-right: 3%;
  position: relative;
}
.col4:nth-child(4n + 4) {
  margin-right: 0;
}
.col5 {
  float: left;
  width: 17.6%;
  margin-right: 3%;
  position: relative;
}
.col5:nth-child(5n + 5) {
  margin-right: 0;
}
.column1 {
  float: left;
  width: 100%;
  position: relative;
}
.column2 {
  float: left;
  width: 48.5%;
  margin-right: 3%;
  position: relative;
}
.column2:nth-child(2n + 2) {
  margin-right: 0;
}
.column3 {
  float: left;
  width: 31.3%;
  margin-right: 3%;
  position: relative;
}
.column3:nth-child(3n + 3) {
  margin-right: 0;
}
.column4 {
  float: left;
  width: 22.7%;
  margin-right: 3%;
  position: relative;
}
.column4:nth-child(4n + 4) {
  margin-right: 0;
}
.column5 {
  float: left;
  width: 17.6%;
  margin-right: 3%;
  position: relative;
}
.column5:nth-child(5n + 5) {
  margin-right: 0;
}
@media only screen and (max-width: 960px) {
  .col2 {
    width: 100%;
    margin-right: 0;
  }
  .col3 {
    width: 100%;
    margin-right: 0;
  }
  .col4 {
    width: 100%;
    margin-right: 0;
  }
  .col5 {
    width: 100%;
    margin-right: 0;
  }
}
.box-result {
  width: 100%;
  float: left;
}
.table-result {
  text-align: center;
  font-family: arial;
}
.table-result td,
.table-lottery th {
  padding: 0;
}
.table-result tr:nth-of-type(2n) {
  background-color: #f9f9f9;
}
.table-result thead th {
  background-color: #f9f9f9;
  font-weight: 500;
}
.table-result th {
  font-weight: normal;
}
.table-result th a {
  text-decoration: underline;
}
.name-prize {
  width: 10%;
}
.number-prize {
  width: 90%;
}
.code-DB1 {
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 22px;
  color: #ed1c25;
  font-weight: bold;
}
.code-DB2 {
  float: left;
  width: 50%;
  height: 40px;
  line-height: 40px;
  font-size: 22px;
  color: #ed1c25;
  font-weight: bold;
}
.code-DB3 {
  float: left;
  width: 33.3%;
  height: 40px;
  line-height: 40px;
  font-size: 22px;
  color: #ed1c25;
  font-weight: bold;
}
.code-DB4 {
  float: left;
  width: 25%;
  height: 40px;
  line-height: 40px;
  font-size: 22px;
  color: #ed1c25;
  font-weight: bold;
}
.special-prize {
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 34px;
  font-weight: bold;
  color: #ed1c25;
}
.special-prize:hover {
  background-color: #fff4c3;
}
.prize1 {
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 28px;
  font-weight: bold;
}
.prize1:hover {
  background-color: #fff4c3;
}
.prize2 {
  float: left;
  width: 50%;
  height: 40px;
  line-height: 40px;
  font-size: 28px;
  font-weight: bold;
}
.prize2:hover {
  background-color: #fff4c3;
}
.prize3 {
  float: left;
  width: 33.3%;
  height: 40px;
  line-height: 40px;
  font-size: 28px;
  font-weight: bold;
}
.prize3:hover {
  background-color: #fff4c3;
}
.prize4 {
  float: left;
  width: 25%;
  height: 40px;
  line-height: 40px;
  font-size: 28px;
  font-weight: bold;
}
.prize4:hover {
  background-color: #fff4c3;
}
.prize5 {
  float: left;
  width: 33.3%;
  height: 40px;
  line-height: 40px;
  font-size: 28px;
  font-weight: bold;
}
.prize5:hover {
  background-color: #fff4c3;
}
.prize6 {
  float: left;
  width: 33.3%;
  height: 40px;
  line-height: 40px;
  font-size: 28px;
  font-weight: bold;
}
.prize6:hover {
  background-color: #fff4c3;
}
.prize7 {
  float: left;
  width: 25%;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  font-size: 34px;
  color: #ed1c25;
}
.prize7:hover {
  background-color: #fff4c3;
}
.prize-col2 {
  width: 40%;
}
.prize-col3 {
  width: 30%;
}
.prize-col4 {
  width: 22.5%;
}
.number_DB {
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 32px;
  font-weight: bold;
  color: #ed1c25;
}
.number_DB:hover {
  background-color: #fff4c3;
}
.xs_prize1 {
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 26px;
  font-weight: bold;
}
.xs_prize1:hover {
  background-color: #fff4c3;
}
.xs_prize2 {
  float: left;
  width: 50%;
  height: 40px;
  line-height: 40px;
  font-size: 26px;
  font-weight: bold;
}
.xs_prize2:hover {
  background-color: #fff4c3;
}
.xs_prize3 {
  float: left;
  width: 33.3%;
  height: 40px;
  line-height: 40px;
  font-size: 26px;
  font-weight: bold;
}
.xs_prize3:hover {
  background-color: #fff4c3;
}
.xs_prize4 {
  float: left;
  width: 25%;
  height: 40px;
  line-height: 40px;
  font-size: 26px;
  font-weight: bold;
}
.xs_prize4:hover {
  background-color: #fff4c3;
}
.prize-last {
  font-size: 32px;
  font-weight: bold;
  color: #ed1c25;
}
.prize_db {
  color: #ed1c25;
}
.box-loto {
  width: 100%;
  float: left;
}
.table-loto tr:nth-of-type(2n) {
  background-color: #f9f9f9;
}
.table-loto td {
  font-size: 16px;
  font-weight: bold;
}
.table-loto th {
  color: #ed1c25;
  font-weight: 400;
}
.table-loto thead th {
  background-color: #f9f9f9;
  font-size: 14px;
  color: #000;
}
.loto-name {
  width: 10%;
  text-align: center;
  color: #ed1c25;
}
.loto-number {
  width: 90%;
  font-size: 16px;
  font-weight: bold;
}
.loto-col2 {
  width: 40%;
  font-size: 16px;
  font-weight: bold;
}
.loto-col3 {
  width: 30%;
  font-size: 16px;
  font-weight: bold;
}
.loto-col4 {
  width: 22.5%;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 960px) {
  .prize1,
  .prize2,
  .prize3,
  .prize4,
  .prize5,
  .prize6 {
    font-size: 24px;
  }
  .prize7 {
    font-size: 30px;
  }
  .xs_prize1,
  .xs_prize2,
  .xs_prize3,
  .xs_prize4 {
    font-size: 24px;
  }
  .prize-last {
    font-size: 28px;
  }
  .font4tinh {
    font-size: 22px;
  }
}
.site-link {
  width: 100%;
  float: left;
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
}
.site-link a {
  display: initial;
  text-decoration: underline;
  font-family: sans-serif;
  font-size: 14px;
}
.site-link a:hover {
  color: #ed1c25;
}
.site-link a + a:before {
  padding: 0 3px;
  color: #555;
  content: "/ ";
  display: inline-block;
}
.site-link2 {
  padding: 6px 16px;
  width: 100%;
  float: left;
  font-weight: 400;
}
.site-link2 a {
  display: initial;
  text-decoration: underline;
}
.site-link2 a + a:before {
  padding: 0 3px;
  color: #555;
  content: "/ ";
}
.site-link2 a + a:before,
.site-link2 a + span:before {
  padding: 0 3px;
  color: #555;
  content: "/ ";
  display: inline-block;
}
.link-statistic {
  padding: 12px 16px;
  width: 100%;
  float: left;
}
.link-statistic li {
  float: left;
  width: 100%;
  padding: 5px 0 5px 16px;
  position: relative;
}
.link-statistic li::before {
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  color: #444;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.sms-loto {
  float: left;
  width: 100%;
  border-top: dashed 0.5px #dddfe2;
  color: #555;
  font-size: 14px;
  padding: 12px 16px;
}
.sms-loto p {
  color: #555;
}
.mega-results {
  text-align: center;
  width: 100%;
  float: left;
}
.mega-prize {
  width: 100%;
  float: left;
}
.jackpot-item {
  margin-top: 16px;
  width: 100%;
  float: left;
}
.jackpot-bonus-vnd {
  background: #ed3b3b;
  border-radius: 25px;
  color: #fff;
  font-size: 24px;
  padding: 3px 15px;
  display: inline-block;
  font-weight: bold;
}
.font-Jackpot {
  font-size: 18px;
  font-weight: 500;
}
.btn-results {
  font-size: 24px;
  font-weight: bold;
  color: #ed3b3b;
  border-radius: 100%;
  border: solid 2px #dddfe2;
  display: inline-block;
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 40px;
}
.jackpot-mega1 {
  padding-bottom: 10px;
  font-size: 18px;
}
.jackpot-text {
  font-size: 20px;
  font-weight: 500;
}
.bg_jackpot {
  background: #ffd200;
}
.cl_jackpot {
  color: #ed3b3b;
}
.table-mega {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  font-size: 13px;
}
.table-mega td,
.table-mega th {
  padding: 3px 5px;
  border: solid 0.5px #eaeaea;
  vertical-align: middle;
}
.table-mega tr:nth-of-type(2n) {
  background-color: #f0f8ff;
}
.table-mega thead th {
  background-color: #f0f8ff;
}
.max4d-loto {
  font-size: 16px;
  font-weight: bold;
}
.table-xsdt th {
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  background: #f0f8ff;
  padding: 8px;
}
.table-xsdt td {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  padding: 3px;
}
.notification {
  width: 100%;
  float: left;
  padding: 7px 10px;
  background: #ffeca0;
  text-align: center;
  color: #ed1c25;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
  -webkit-animation: notification 0.7s infinite;
  -moz-animation: notification 0.7s infinite;
  -o-animation: notification 0.7s infinite;
  animation: notification 0.7s infinite;
}
@-webkit-keyframes notification {
  50% {
    background: #f2f2f2;
  }
}
.notification2 {
  width: 100%;
  float: left;
  padding: 10px 16px;
  border-bottom: solid 0.5px #e0e0e0;
  font-weight: 500;
}
.lottery-today {
  text-align: center;
}
.lottery-today a {
  float: left;
  width: 100%;
  color: #0029ad;
}
.live-lottery {
  font-family: sans-serif;
  float: left;
  width: 100%;
  margin-bottom: 16px;
  padding: 7px;
  text-align: center;
  position: relative;
  background: #ffe4c4;
}
.live-title {
  font-family: sans-serif;
  font-weight: 700;
}
.live-btn {
  font-family: sans-serif;
  cursor: pointer;
  background: #c80505;
  border-radius: 2px;
  color: #fff;
  padding: 2px 5px;
  font-size: 14px;
  display: inline-block;
  -webkit-animation: live-btn 0.7s infinite;
  -moz-animation: live-btn 0.7s infinite;
  -o-animation: live-btn 0.7s infinite;
  animation: live-btn 0.7s infinite;
  margin-left: 10px;
}
.live-btn:hover {
  color: #fff;
}
@-webkit-keyframes live-btn {
  50% {
    background: #4285f4;
    color: #fff;
  }
}
@media (max-width: 960px) {
  .live-lottery {
    margin-bottom: 12px;
    padding: 0;
    background: none;
  }
}
.link-loto {
  width: 100%;
  float: left;
  padding: 10px 16px;
}
.link-loto a {
  width: 50%;
  float: left;
  font-size: 14px;
  padding: 5px 0;
  position: relative;
  padding-left: 24px;
  font-family: sans-serif;
}
.link-loto a:hover {
  color: #ed1c25;
}
.link-loto a::before {
  content: "HOT";
  position: absolute;
  background: #ffeca0;
  font-size: 9px;
  padding: 0 3px;
  border-radius: 2px;
  margin-left: -30px;
  color: #ed1c25;
}
.menu-item2 {
  display: table;
  width: 100%;
  float: left;
}
.menu-item2 a {
  font-family: sans-serif;
  display: table-cell;
  width: 50%;
  float: left;
  padding: 5px 0;
  text-align: center;
  font-size: 14px;
  border-left: solid 0.5px #dddfe2;
  border-bottom: solid 0.5px #dddfe2;
  background: #f0f8ff;
  color: #222;
}
.menu-item2 a:hover {
  color: #fff;
  background: #ed1c25;
  border-left: solid 0.5px #ed1c25;
  border-bottom: solid 0.5px #ed1c25;
}
.menu-item2 a.active {
  color: #fff;
  background: #ed1c25;
  border-left: solid 0.5px #ed1c25;
  border-bottom: solid 0.5px #ed1c25;
}
.menu-item3 {
  display: table;
  width: 100%;
  float: left;
  font-family: sans-serif;
}
.menu-item3 a {
  font-family: sans-serif;
  display: table-cell;
  width: 33.33%;
  float: left;
  padding: 5px 0;
  text-align: center;
  font-size: 14px;
  border-left: solid 0.5px #dddfe2;
  border-bottom: solid 0.5px #dddfe2;
  background: #f0f8ff;
  color: #222;
}
.menu-item3 a:hover {
  color: #fff;
  background: #ed1c25;
  border-left: solid 0.5px #ed1c25;
  border-bottom: solid 0.5px #ed1c25;
}
.menu-item3 a.active {
  color: #fff;
  background: #ed1c25;
  border-left: solid 0.5px #ed1c25;
  border-bottom: solid 0.5px #ed1c25;
}
.menu-item4 {
  display: table;
  width: 100%;
  float: left;
  font-family: sans-serif;
}
.menu-item4 a {
  font-family: sans-serif;
  display: table-cell;
  width: 25%;
  float: left;
  padding: 5px 0;
  text-align: center;
  font-size: 14px;
  border: solid 0.5px #dddfe2;
  border-left: 0;
  border-bottom: 0;
  color: #222;
}
.menu-item4 a:nth-child(4n + 4) {
  border-right: 0;
}
.menu-item4 a:hover {
  color: #fff;
  background: #ed1c25;
  border: solid 0.5px #ed1c25;
  border-left: 0;
  border-bottom: 0;
}
.menu-item4 a.active {
  color: #fff;
  background: #ed1c25;
  border: solid 0.5px #ed1c25;
  border-left: 0;
  border-bottom: 0;
}
.menu-item5 {
  display: table;
  width: 100%;
  float: left;
}
.menu-item5 a {
  display: table-cell;
  width: 20%;
  float: left;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  border: solid 0.5px #dddfe2;
  border-left: 0;
  border-bottom: 0;
  color: #222;
}
.menu-item5 a:nth-child(5n + 5) {
  border-right: 0;
}
.menu-item5 a:hover {
  color: #fff;
  background: #ed1c25;
  border: solid 0.5px #ed1c25;
  border-left: 0;
  border-bottom: 0;
}
.menu-item5 a.active {
  color: #fff;
  background: #ed1c25;
  border: solid 0.5px #ed1c25;
  border-left: 0;
  border-bottom: 0;
}
.nav-panel {
  display: table;
  width: 100%;
  float: left;
}
.nav-panel li {
  display: table-cell;
  text-align: center;
  font-size: 14px;
  border-left: solid 1px #dddfe2;
  color: #222;
  vertical-align: top;
}
.nav-panel li:first-child {
  border-left: 0;
}
.nav-panel a {
  display: block;
  padding: 8px 2px;
  text-align: center;
}
.nav-panel a:hover {
  color: #fff;
  background: #ed1c25;
}
.nav-panel a.active {
  color: #fff;
  background: #ed1c25;
}
.title-xs {
  padding: 0 16px;
  margin-top: 16px;
  width: 100%;
  float: left;
}
.first-xs {
  width: 15%;
}
.m-xs {
  display: none;
}
@media (max-width: 960px) {
  .p-xs {
    display: none;
  }
  .m-xs {
    display: block;
  }
}
@media (max-width: 400px) {
  .menu-item5 a {
    font-size: 12px;
  }
}
.textbold {
  font-weight: bold;
}
.tai-app {
  margin-bottom: 16px;
  width: 100%;
  float: left;
  background: #ffeca0;
  padding: 12px;
  box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.tai-app-a {
  font-weight: bold;
  color: #ed1c25;
}
.lottery-info {
  padding: 16px;
  font-size: 15px;
}
.lottery-info h3 {
  padding-bottom: 10px;
}
.lottery-info p {
  padding-bottom: 10px;
  color: #222;
}
.block-heading2 {
  float: left;
  width: 100%;
  position: relative;
  background: #f0f8ff;
  border: solid 0.5px #dddfe2;
  padding: 8px 10px;
}
.block-heading2 h2 {
  font-size: 16px;
  font-weight: bold;
}
.block-heading2 a {
  color: #ed1c25;
}
.statistic-link {
  padding: 10px;
  width: 100%;
  font-size: 14px;
  float: left;
  text-align: center;
  background: #ffeca0;
}
.statistic-link a {
  color: #0029ad;
}
.statistic-link a:hover {
  color: #ed1c25;
}
.statistic-link a + a::before {
  padding: 0 5px;
  color: #555;
  content: "|";
}
.statistic-link2 {
  float: left;
  width: 100%;
  padding: 16px 16px 0 16px;
}
.statistic-link2 h3 {
  float: left;
  width: 100%;
  font-size: 16px;
  padding-bottom: 5px;
}
.statistic-link2 a {
  float: left;
  width: 100%;
  padding: 5px 0 5px 16px;
  position: relative;
}
.statistic-link2 a::before {
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  color: #444;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.loto-gan {
  float: left;
  width: 100%;
  padding: 12px;
}
.logan-title {
  padding-bottom: 5px;
}
.live-reporting {
  padding: 16px;
  float: left;
  width: 100%;
}
.count_seconds {
  background: #c80505;
  color: #fff;
  padding: 0 10px;
  display: inline-block;
  margin: 0 5px;
  border-radius: 2px;
  font-size: 20px;
  height: 36px;
  line-height: 36px;
  font-weight: bold;
}
.icontime {
  font-size: 14px;
  font-weight: normal;
}
.text-seconds {
  display: inline-block;
  margin-right: 5px;
  line-height: 36px;
}
.box-seconds {
  width: 100%;
  float: left;
  margin-bottom: 16px;
}
.box-info {
  width: 100%;
  float: left;
  font-size: 14px;
}
.box-info p {
  color: #333;
  padding-top: 8px;
}
.box-info p:first-child {
  padding-top: 0;
}
.link-xs {
  font-size: 16px;
  font-weight: bold;
}
.page-title {
  font-size: 18px;
  padding: 12px 16px;
}
.mega-results.p10 {
  padding: 0 10px 10px 10px;
}
.pad16 {
  padding: 16px;
}
.category-parent {
  width: 100%;
  display: table;
  float: left;
  margin-top: 10px;
}
.category-parent li {
  text-align: center;
  display: table-cell;
  border: 1px solid #dddfe2;
  font-weight: 700;
  padding: 6px 0;
  font-size: 16px;
}
.sms-loto a {
  text-decoration: underline;
}
.ic-hot {
  background: #ffeca0;
  font-size: 9px;
  padding: 2px;
  border-radius: 2px;
  margin-left: 6px;
  color: #ed1c25;
  position: relative;
  top: -3px;
}
.block-text {
  float: left;
  width: 100%;
  border-top: dashed 0.5px #dddfe2;
  padding: 12px 16px;
}
.cau-dave {
  color: #ffa500;
}
.cau-homsau {
  color: #00f;
}
.list-statistic {
  padding: 8px 16px;
  float: left;
  width: 100%;
  position: relative;
}
.list-statistic p {
  padding: 5px 0;
}
.caumbresult {
  font-size: 20px;
  font-weight: bold;
  color: #ffa500;
}
.caumbchon {
  font-size: 20px;
  font-weight: bold;
  color: #0029ad;
}
.cau-xs {
  cursor: pointer;
}
.cau-selected {
  background: #00f;
  color: #fff;
  font-size: 28px;
  border-radius: 4px;
  padding: 0 3px;
}
.cau-result {
  background: #ffa500;
  font-size: 28px;
  border-radius: 4px;
  padding: 0 2px;
  color: #fff;
}
.special-prize .cau-xs.cau-selected {
  font-size: 32px;
}
.link-tk {
  width: 100%;
  float: left;
}
.link-tk li {
  float: left;
  width: 100%;
  padding: 5px 0 5px 16px;
  position: relative;
}
.link-tk li::before {
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  color: #444;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.item-group {
  float: left;
  width: 31.3%;
  margin-right: 3%;
  position: relative;
}
.label-text {
  padding-bottom: 5px;
  float: left;
  width: 100%;
  font-size: 14px;
}
.item-btn {
  margin-top: 27px;
  float: left;
}
.title-cau {
  padding-bottom: 10px;
}
.w25 {
  width: 25%;
}
.wc4 {
  width: 25%;
}
.wc3 {
  width: 33.33%;
}
.wc2 {
  width: 50%;
}
.wc1 {
  width: 20%;
}
.number-DB {
  font-size: 16px;
  font-weight: bold;
}
.text-date {
  font-size: 11px;
  color: #555;
}
.table-scrol-x {
  overflow-x: auto;
  white-space: nowrap;
  float: left;
  width: 100%;
}
.bge1f0db {
  background: #e1f0db;
}
.title-table {
  float: left;
  width: 100%;
  background: #565656;
  padding: 6px 16px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.ic_ca {
  background: url(../images/chon-ngay.png) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-position: right 8px top 50%;
  padding-right: 24px;
}
.btn-item2 {
  float: left;
  width: 110px;
  margin-right: 10px;
}
.btn-item3 {
  float: left;
  margin-top: 27px;
}
.btn-item1 {
  float: left;
  width: 150px;
  margin-right: 10px;
}
.table-tk {
  font-size: 14px;
}
.table-tk input {
  border: none;
  height: 10px;
  float: none;
  background-color: #505edc;
}
.table-tk tbody th {
  color: #ed1c25;
  font-weight: 400;
}
.th-loxien {
  width: 25%;
}
.table-scroll-fixed {
  position: relative;
  width: 100%;
  z-index: 1;
  overflow: scroll;
  max-height: 300px;
}
.table-fixed {
  border-collapse: separate;
  text-align: center;
}
.table-fixed th,
.table-fixed td {
  padding: 5px;
  border-right: 0;
  border-bottom: 0;
}
.table-fixed thead th {
  background: #f0f8ff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  font-weight: normal;
}
.table-fixed th:first-child {
  font-weight: normal;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
  background: #f0f8ff;
}
.table-fixed thead th:first-child {
  z-index: 5;
}
.bgfdcfcf {
  background: #fdcfcf;
}
.title-item {
  font-size: 16px;
  padding: 0 16px;
}
.category-title {
  font-size: 18px;
  font-weight: bold;
}
.number-spin {
  text-align: center;
  width: 100%;
  float: left;
  padding: 10px;
}
.labelspin {
  float: none;
  display: inline-block;
  margin: 0 10px;
}
.pr7 {
  font-size: 16px;
  font-weight: bold;
}
.prdb {
  font-size: 18px;
  font-weight: bold;
}
.bgtr {
  background: #f0f8ff;
}
.item_xs1 {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
}
.item_xs2 {
  float: left;
  width: 50%;
  border-left: solid 1px #dddfe2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
}
.item_xs2:first-child {
  border-left: 0;
}
.item_xs3 {
  float: left;
  width: 33.33%;
  border-left: solid 1px #dddfe2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
}
.item_xs3:first-child {
  border-left: 0;
}
.item_xs4 {
  float: left;
  width: 25%;
  border-left: solid 1px #dddfe2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
}
.item_xs4:first-child {
  border-left: 0;
}
.xs_font {
  font-size: 18px;
  font-weight: bold;
}
.colorred {
  color: #ed1c25;
}
.table-result.result-xs {
  font-size: 13px;
  text-align: center;
}
.thbs {
  min-width: 50px;
}
@media (max-width: 960px) {
  .btn-item {
    margin-bottom: 5px;
    margin-top: 5px;
  }
}
.span-text {
  font-size: 14px;
  color: #222;
  font-weight: 300;
}
.bltt {
  text-transform: uppercase;
  padding-bottom: 6px;
  color: #ed1c25;
  position: relative;
  padding-left: 28px;
}
.ic-live {
  position: absolute;
  left: 16px;
  top: 5px;
}
.ic-live::before {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  display: block;
  width: 12px;
  height: 12px;
  background: #ed1c25;
  position: absolute;
  right: 0;
  content: "";
  box-shadow: 0 0 0 rgba(23, 143, 214, 0.4);
  -webkit-animation: live-pulse 1s infinite;
  -moz-animation: live-pulse 1s infinite;
  -o-animation: live-pulse 1s infinite;
  animation: live-pulse 1s infinite;
}
@-webkit-keyframes live-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(225, 6, 0, 0.5);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(225, 6, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(225, 6, 0, 0);
  }
}
@keyframes live-pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(225, 6, 0, 0.5);
    box-shadow: 0 0 0 0 rgba(225, 6, 0, 0.5);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(225, 6, 0, 0);
    box-shadow: 0 0 0 10px rgba(225, 6, 0, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(225, 6, 0, 0);
    box-shadow: 0 0 0 0 rgba(225, 6, 0, 0);
  }
}
.box-tk3m {
  float: left;
  width: 100%;
  padding: 16px;
}
.tk-cau3mien {
  padding-bottom: 16px;
  text-align: center;
}
.tk-cau3mien h1 {
  font-size: 20px;
}
.title-tk3m {
  text-align: center;
  font-size: 20px;
  padding-bottom: 12px;
}
.box-3m {
  background: #f0f8ff;
  padding: 16px;
  float: left;
  width: 100%;
  margin-bottom: 16px;
}
.ul-tk3m li {
  padding: 4px 0;
  padding-left: 16px;
  position: relative;
}
.ul-tk3m li:before {
  content: "";
  position: absolute;
  height: 4px;
  width: 4px;
  background: #666;
  border-radius: 100%;
  left: 0;
  top: 15px;
}
.box-tp {
  float: left;
  width: 100%;
}
.code-DB {
  font-size: 18px;
  font-weight: bold;
  color: #ed1c25;
  word-spacing: 12px;
}
@media (max-width: 800px) {
  .font4tinh {
    font-size: 22px;
  }
  .section-header h1 {
    font-size: 16px;
  }
  .section-header h2 {
    font-size: 18px;
  }
  .site-link {
    font-size: 13px;
  }
  .site-link a + a::before {
    padding: 0;
  }
  .table-result th {
    font-size: 14px;
  }
  .table-loto th {
    font-size: 14px;
  }
  .btn-pushbar-3 {
    left: 4px;
    top: 4px;
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
  .btn-calendar {
    right: 4px;
    top: 3px;
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
  .notification {
    font-size: 18px;
  }
  .lottery-today {
    font-size: 14px;
  }
  .post-news h3 {
    font-size: 16px;
  }
  .see-more a {
    font-size: 14px;
  }
  .btn-results {
    font-size: 22px;
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
  .code-DB1 {
    height: 36px;
    line-height: 36px;
  }
  .code-DB2 {
    height: 36px;
    line-height: 36px;
  }
  .code-DB3 {
    height: 36px;
    line-height: 36px;
    font-size: 18px;
  }
  .code-DB4 {
    height: 36px;
    line-height: 36px;
  }
  .special-prize {
    height: 36px;
    line-height: 36px;
    font-size: 32px;
  }
  .prize1 {
    height: 36px;
    line-height: 36px;
    font-size: 24px;
  }
  .prize2 {
    height: 36px;
    line-height: 36px;
    font-size: 24px;
  }
  .prize3 {
    height: 36px;
    line-height: 36px;
    font-size: 24px;
  }
  .prize4 {
    height: 36px;
    line-height: 36px;
    font-size: 24px;
  }
  .prize5 {
    height: 36px;
    line-height: 36px;
    font-size: 24px;
  }
  .prize6 {
    height: 36px;
    line-height: 36px;
    font-size: 24px;
  }
  .prize7 {
    height: 36px;
    line-height: 36px;
    font-size: 30px;
  }
  .number_DB {
    height: 36px;
    line-height: 36px;
  }
  .xs_prize1 {
    height: 36px;
    line-height: 36px;
  }
  .xs_prize2 {
    height: 36px;
    line-height: 36px;
  }
  .xs_prize3 {
    height: 36px;
    line-height: 36px;
  }
  .xs_prize4 {
    height: 36px;
    line-height: 36px;
  }
}
.page-head {
  float: left;
  width: 100%;
  padding-bottom: 15px;
  position: relative;
}
.img-tacgia {
  width: 100%;
  float: left;
  text-align: center;
  padding: 15px 0;
}
.avata-tacgia {
  border-radius: 100%;
  height: 140px;
  width: 140px;
}
.title-tacgia {
  font-size: 20px;
  font-weight: bold;
}
.post-sapo-page {
  font-size: 16px;
  float: left;
  font-weight: normal;
  width: 100%;
}
.head {
  padding: 16px;
  width: 100%;
  float: left;
  border-bottom: solid 1px #e0e0e0;
}
.rate_rating {
  float: left;
  width: 100%;
}
.ic-star {
  display: inline-block;
  margin: -2px;
  font-size: 20px;
  color: #999;
}
.ic-star:hover {
  color: #d2691e;
}
.ic-star.noselec:hover {
  color: #999;
}
.ic-star.selec {
  color: #d2691e;
}
.gmail-tacgia {
  width: 100%;
  float: left;
  margin-bottom: 5px;
  color: #999;
  padding-bottom: 5px;
}
.col-tacgia {
  float: left;
  width: 140px;
  margin-right: 36px;
}
.text-tacgia {
  display: grid;
  text-align: left;
}
.rate_rating_tg {
  width: 100%;
  float: left;
  border-top: solid 1px #e0e0e0;
  padding-top: 12px;
}
.rate_rating_text {
  padding-bottom: 5px;
}
.xemthem-tg {
  font-size: 14px;
  float: left;
  width: 100%;
  padding-bottom: 16px;
  text-align: center;
}
.xemthem-tg a {
  color: #999;
}
.xemthem-tg .ic {
  display: inline-block;
  position: relative;
  top: 3px;
}
.c990 {
  color: #999;
  font-style: italic;
}
.the-article-author {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 16px;
}
.author-item {
  display: inline-block;
  margin-left: 10px;
}
.author-item img {
  float: left;
  height: 36px;
  width: 36px;
  border-radius: 100%;
  position: relative;
}
.author-item {
  margin-right: 10px;
  float: left;
}
.info-author {
  font-size: 14px;
  display: grid;
  text-align: left;
}
.name-author {
  float: left;
  margin-right: 8px;
  font-weight: bold;
}
.rate-author {
  float: left;
  height: 16px;
  position: relative;
}
.email-author {
  font-size: 12px;
  color: #666;
  position: relative;
  margin-top: -3px;
}
.icon_star {
  background: url(https://cdn.xoso.com.vn/images/star1.svg) no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.icon_star.selec:hover {
  background: url(https://cdn.xoso.com.vn/images/star2.svg) no-repeat;
}
.icon_star.selec {
  background: url(https://cdn.xoso.com.vn/images/star2.svg) no-repeat;
}
.icon_star.fixicon {
  background-size: 12px;
  width: 12px;
  height: 12px;
}
.icon_star.fixicon.selec:hover {
  background: url(https://cdn.xoso.com.vn/images/star2.svg) no-repeat;
  background-size: 12px;
  width: 12px;
  height: 12px;
}
.icon_star.fixicon.selec {
  background: url(https://cdn.xoso.com.vn/images/star2.svg) no-repeat;
  background-size: 12px;
  width: 12px;
  height: 12px;
}
.xemthem-tg {
  font-size: 14px;
  float: left;
  width: 100%;
  padding-bottom: 16px;
  text-align: center;
}
.fixright {
  float: right;
}
@media only screen and (max-width: 800px) {
  .text-tacgia {
    display: initial;
    float: left;
    width: 100%;
    text-align: left;
  }
  .col-tacgia {
    float: left;
    width: 100%;
    margin-right: 0;
  }
  .title-tacgia {
    text-align: center;
  }
  .gmail-tacgia {
    text-align: center;
  }
  .rate_rating_tg {
    text-align: center;
  }
}
.tk-h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}
.tk-h3 {
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: bold;
}
.table.table-col3 {
  width: 32%;
  float: left;
  margin-right: 2%;
}
.table.table-col3:last-child {
  margin-right: 0;
}
.table.table-col2 {
  width: 48%;
  float: left;
  margin-right: 2%;
}
.table.table-col2:last-child {
  margin-right: 0;
}
.lo-number {
  font-size: 18px;
  font-weight: bold;
}
.lo-text {
  font-size: 16px;
}
.font-th {
  color: #c80505;
  font-weight: bold;
  font-size: 16px;
}
.table-striped tr:nth-of-type(2n + 2) {
  background-color: #f9f9f9;
}
.textupcase {
  font-size: 15px;
  font-weight: bold;
}
hr {
  height: 1px;
  border: 0;
  border-bottom: solid 1px #e0e0e0;
}
.btn-item-outline {
  float: left;
  border: solid 1px #e0e0e0;
  height: 40px;
  line-height: 40px;
  padding: 0 8px;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 6px;
  margin-bottom: 5px;
}
.btn-item-outline:hover {
  border: solid 1px #0029ad;
  color: #0029ad;
}
.btn-item-outline.active {
  border: solid 1px #0029ad;
  color: #0029ad;
}
.row-item {
  width: 100%;
  float: left;
}
.div-row {
  margin-bottom: 16px;
  width: 100%;
  float: left;
  font-size: 16px;
}
.table-chuky {
  background: #9bd1ff;
  color: #fff;
}
.bg-chuky1 {
  background: #4cafff;
}
.bg-chuky2 {
  background: #0288f7;
}
.bg-chuky3 {
  background: #2a6aff;
}
.bg-chuky4 {
  background: #144cce;
}
.bg-chuky5 {
  background: #173d97;
}
.bgitnhieu {
  background: #9bd1ff;
  background: linear-gradient(
    107deg,
    rgba(155, 209, 255, 1) 0%,
    rgba(0, 76, 255, 1) 72%
  );
  width: 100px;
  display: inline-block;
  height: 12px;
  border-radius: 24px;
}
.div-item-tk {
  float: left;
  margin-right: 16px;
}
.imglnh {
  float: left;
  height: 24px;
  margin-right: 6px;
}
.div-row-bg {
  background: #f2f2f2;
  padding: 8px;
  float: left;
  width: 100%;
}
.table-h td {
  height: 32px;
}
.table.table-h {
  vertical-align: middle;
}
.table-h img {
  height: 26px;
  display: inline-block;
  width: 26px;
}
.imgdauso {
  float: left;
  margin-right: 6px;
}
.spandauso {
  font-size: 18px;
}
.tbgred {
  background: #c80000;
  color: #fff;
}
.mucluc-tk {
  float: left;
  width: 100%;
  margin-bottom: 16px;
}
.mucluc-content {
  float: left;
  width: 280px;
  background: #f2f2f2;
  padding: 10px;
  font-size: 16px;
}
.ul-muluc {
  margin: 0;
  padding: 0;
}
.mucluc-head {
  font-weight: bold;
  padding-bottom: 5px;
}
.ul-muluc li {
  padding: 2px 0;
  color: #222;
}
.ul-muluc a {
  color: #222;
}
.section-content.pad16px {
  padding: 16px;
}
.section-header .site-link {
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
}
.keno-row {
  float: left;
  width: 100%;
  margin-bottom: 16px;
}
.keno-bg {
  float: left;
  width: 100%;
  background: #ffeca0;
  padding: 8px;
}
.xs-col2 {
  float: left;
  width: 48.5%;
  margin-right: 3%;
  position: relative;
}
.xs-col2:last-child {
  margin-right: 0;
}
.row-cl {
  background: #fff;
  display: block;
  line-height: 24px;
  margin: 2px 0;
  font-weight: bold;
  border-radius: 3px;
  border: solid 1px #c80505;
  padding: 4px 6px;
}
.ic-cl {
  display: inline-block;
  background: #666;
  color: #fff;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 100%;
  margin-right: 6px;
}
.bg-chan {
  background: #1b66b9;
}
.bg-e76801 {
  background: #e76801;
}
.bg-le {
  background: #45ace7;
}
.bg-be {
  background: #e99a19;
}
.bg-lon {
  background: #f55716;
}
.number-cl {
  float: right;
}
.ic-cl img {
  height: 14px;
  width: 14px;
  position: relative;
  top: 2px;
}
.btn-number-live {
  background: #fff;
  height: 44px;
  line-height: 44px;
  width: 44px;
  text-align: center;
  border-radius: 100%;
  border: solid 1px #c80505;
  color: #c80505;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
}
.btn-number-live:last-child {
  margin-right: 0;
}
.kenno-btn {
  text-align: center;
}
.btn-number-live img {
  height: 14px;
}
.keno-content {
  width: 100%;
  float: left;
}
.keno-col1 {
  float: left;
  width: 18%;
}
.keno-col2 {
  float: left;
  width: 52%;
}
.keno-col3 {
  float: left;
  width: 30%;
}
.span-row {
  display: block;
}
.btn-number-kq {
  background: #fff;
  height: 32px;
  line-height: 32px;
  width: 32px;
  text-align: center;
  border-radius: 6px;
  border: solid 1px #c80505;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.keno-box1 {
  width: 30%;
  float: left;
}
.keno-box2 {
  width: 70%;
  float: right;
  padding: 10px;
}
.layout-grid-10 {
  display: grid;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-columns: repeat(10, 1fr);
  place-items: center;
}
.kenno-btn-kq {
  padding: 0 20px;
  display: grid;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-columns: repeat(10, 1fr);
  place-items: center;
}
.item-c-l {
  display: inline-block;
  border: solid 1px #e0e0e0;
  background: #f2f2f2;
  width: 100px;
  border-radius: 3px;
  margin-bottom: 3px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  font-weight: bold;
}
.keno-row-c-l {
  text-align: center;
  margin-bottom: 5px;
}
.keno-row-c-l:last-child {
  margin-bottom: 0;
}
.item-c-l.bg-active {
  background: #c80505;
  color: #fff;
  border: solid 1px #c80505;
}
.keno-row1 {
  float: left;
  width: 100%;
  padding: 16px 0;
  border-bottom: solid 1px #eaeaea;
}
.keno-ketqua {
  width: 100%;
  float: left;
  margin-bottom: 12px;
}
.link-statistic.padding0 {
  padding: 0;
}
.headding-title {
  width: 100%;
  font-weight: 700;
  float: left;
  font-size: 22px;
  margin-bottom: 12px;
}
.keno-block {
  width: 100%;
  float: left;
  margin-bottom: 24px;
}
.keno-block:last-child {
  margin-bottom: 0;
}
.tab-tkct {
  width: 100%;
  float: left;
}
.tab-tkct a {
  float: left;
  height: 32px;
  line-height: 32px;
  background: #f2f2f2;
  color: #222;
  padding: 0 10px;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.tab-tkct a.active {
  background: #c80505;
  color: #fff;
}
.box-grid10 {
  width: 100%;
  float: left;
  display: grid;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-columns: repeat(10, 1fr);
  place-items: center;
  padding: 6px;
}
.bang-tkkn {
  width: 100%;
  float: left;
  border: solid 1px #eaeaea;
}
.item-tkk {
  text-align: center;
  float: left;
}
.btn-number-tk {
  border: solid 1px #e0e0e0;
  height: 31px;
  line-height: 31px;
  width: 31px;
  text-align: center;
  border-radius: 100%;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  background: #ffeca0;
}
.ttkk {
  width: 100%;
  float: left;
  border-bottom: solid 1px #eaeaea;
  padding: 6px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.text-lan {
  font-size: 12px;
  padding-top: 5px;
}
.btn-xemchitiet {
  float: right;
  background: #ffbf3d;
  padding: 4px 16px;
  color: #fff;
  display: inline-block;
  border-radius: 25px;
}
.see-more2 {
  float: left;
  width: 100%;
}
.lottery-info {
  width: 100%;
  float: left;
}
.content-left-page {
  width: 71%;
  float: left;
}
.live-keno {
  width: 100%;
  float: left;
  margin-bottom: 16px;
}
.btn-live-time {
  background: #cf0034;
  color: #fff;
  font-size: 18px;
  padding: 2px 10px;
  border-radius: 5px;
  margin: 0 5px;
}
.mgin0 {
  margin: 0;
}
.btn-xemchitiet img {
  height: 14px;
  margin-right: 6px;
}
.live-header {
  width: 100%;
  float: left;
}
.btn-button {
  display: inline-block;
  background: #cf0034;
  padding: 4px 16px;
  border: solid 1px #cf0034;
  color: #fff;
  border-radius: 25px;
}
.btn-button:hover {
  background: #cf0034;
  color: #fff;
}
.btn-button img {
  height: 14px;
  margin-right: 6px;
}
.table24 td {
  min-width: 30px;
  min-height: 30px;
}
.keno_tructiep {
  background: #fff;
  font-size: 14px;
  font-weight: bold;
}
.keno_tructiep tbody tr:nth-child(1),
.keno_tructiep tbody tr:nth-child(2),
.keno_tructiep tbody tr:nth-child(5),
.keno_tructiep tbody tr:nth-child(6),
.keno_tructiep tbody tr:nth-child(9),
.keno_tructiep tbody tr:nth-child(10) {
  background: #fff9df;
}
.text-info {
  width: 100%;
  float: left;
  margin-bottom: 16px;
  border-bottom: solid 1px #eaeaea;
  padding-bottom: 16px;
}
.row-live-time {
  width: 100%;
  float: left;
  margin-bottom: 16px;
}
.live-font18 {
  font-size: 20px;
}
.ic-btnkeno {
  display: inline-block;
  background: #666;
  color: #fff;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 100%;
}
.contentTabKeno {
  border: solid 1px #e0e0e0;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  display: flex;
}
.colKeno {
  float: left;
}
.cellKeno {
  width: 32px;
  height: 32px;
  line-height: 32px;
  border: solid 1px #e0e0e0;
  border-left: 0;
  border-top: 0;
  text-align: center;
  background: #fff;
}
.ic-btnkeno.keno-chan {
  background: #1b66b9;
}
.ic-btnkeno.keno-le {
  background: #45ace7;
}
.ic-btnkeno-lonbe {
  display: inline-block;
  background: #666;
  color: #fff;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 100%;
}
.ic-btnkeno-lonbe img {
  height: 14px;
  width: 14px;
  position: relative;
  top: 2px;
}
.ic-btnkeno-lonbe.bgkeno-lon {
  background: #f55716;
}
.ic-btnkeno-lonbe.bgkeno-be {
  background: #e99a19;
}
.bg666 {
  background: #666;
  color: #fff;
}
.table-keno-row {
  padding: 5px;
  width: 100%;
  float: left;
}
.flex-row {
  display: flex;
  justify-content: space-around;
  margin-bottom: 5px;
  width: 100%;
  float: left;
}
.item-tkk {
  border-radius: 10px;
  width: 38px;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.row_tkk1 {
  font-size: 14px;
  width: 27px;
  height: 27px;
  line-height: 27px;
  color: #000;
  border-radius: 50%;
  background: rgba(255, 255, 255, 1);
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255) 0%,
    #fdc6c6 100%
  );
  background: -webkit-gradient(
    radial,
    center center,
    0,
    center center,
    100%,
    color-stop(0%, rgba(255, 255, 255, 1)),
    color-stop(100%, rgba(255, 203, 125, 1))
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255) 0%,
    #fdc6c6 100%
  );
  background: -o-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255) 0%,
    #fdc6c6 100%
  );
  background: -ms-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255) 0%,
    #fdc6c6 100%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(255, 255, 255) 0%,
    #fdc6c6 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffcb7d',GradientType=1);
}
.row_tkk2 {
  font-size: 11px;
}
.table.table-col3 td,
.table.table-col3 th {
  padding: 5.5px 3px;
}
.bgaliceblue {
  background: #f0f8ff;
}
.view-more {
  float: left;
  width: 100%;
  text-align: center;
  padding: 12px 16px;
}
.view-more2 {
  float: left;
  width: 100%;
  text-align: center;
}
.font-tks {
  font-size: 18px;
}
.hidden-xs {
  width: 15%;
}
.tabKeno {
  float: left;
  display: none;
  width: 100%;
  margin-bottom: 12px;
}
.tabKeno li {
  display: inline-block;
  padding: 3px 10px;
  background: #f2f2f2;
  border-radius: 5px 5px 0 0;
  font-weight: 700;
}
.tabKeno li.active {
  background: #cf0034;
  color: #fff;
}
.ic-btnkeno.keno-hoa {
  background: #fff;
}
.ic-btnkeno.keno-hoa::after {
  content: "-";
  font-size: 20px;
  color: #4caf50;
  font-weight: bold;
}
.red {
  color: #cf0034;
}
.content-tabkeno {
  width: 100%;
  margin-bottom: 16px;
  float: left;
  font-size: 15px;
  line-height: 1.6;
}
.content-tabkeno p {
  padding: 6px 0;
}
.row-cl.fixclo2 {
  width: 23%;
  float: left;
  margin: 0 1%;
}
.keno-rowcl {
  float: left;
  width: 100%;
}
.keno-pad {
  padding: 16px 16px 0 16px;
}
.flex-table {
  display: table;
}
.div-col {
  display: table-cell;
  padding: 0 12px;
  text-align: center;
}
.bdfont {
  font-size: 13px;
  line-height: normal;
}
.div-rw {
  float: left;
  margin-bottom: 8px;
  width: 100%;
  position: relative;
}
.fix-bieudo {
  float: left;
  width: 100%;
  height: 0;
  background-color: #505edc;
}
.item-popup1 {
  float: left;
  margin-right: 10px;
}
.target-hidden {
  display: none !important;
}
.target-expanded {
  display: block !important;
}
.overflow-hidden {
  overflow: hidden;
}
.col2_item {
  width: 50%;
  float: left;
}
.col2-keno {
  width: 49.5%;
  float: left;
  margin-right: 1%;
}
.col2-keno:last-child {
  margin-right: 0;
}
.keno_logo {
  float: left;
}
.keno_title {
  float: left;
}
.keno_ky {
  float: right;
  color: #90191c;
  font-size: 16px;
  font-weight: 700;
}
.keno_title {
  color: #90191c;
  font-size: 40px;
  font-weight: 700;
}
.col2-keno .table.keno_tructiep td,
.col2-keno .table.keno_tructiep th {
  padding: 0;
}
.col2-keno .cellKeno {
  line-height: 29px;
  height: 29px;
}
.col2-keno .ic-btnkeno {
  position: relative;
}
.col2-keno .ic-btnkeno-lonbe {
  position: relative;
}
.ic-btnkeno.keno-icLon {
  background: #f26531;
  position: relative;
}
.ic-btnkeno.keno-icBe {
  background: #faa21e;
  position: relative;
}
.ic-btnkeno.keno-icLon::after {
  position: relative;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  left: 0;
  content: ">";
  font-size: 16px;
}
.ic-btnkeno.keno-icBe::after {
  position: relative;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  left: 0;
  content: "<";
  font-size: 16px;
}
@media only screen and (max-width: 800px) {
  .div-col {
    padding: 0 6px;
  }
  .row-cl.fixclo2 {
    width: 48%;
    float: left;
    margin: 0.5% 1%;
  }
  .col2-keno {
    width: 100%;
    float: left;
    margin-right: 0;
  }
  .keno_ky {
    font-size: 14px;
  }
  .keno_title {
    font-size: 18px;
  }
  .tabKeno {
    display: block;
  }
  #tab_Keno_id1 {
    display: none;
  }
  #tab_Keno_id2 {
    display: none;
  }
  .item-c-l {
    width: auto;
    padding: 0 12px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
  }
  .live-font18 {
    font-size: 16px;
  }
  .row-cl {
    font-size: 14px;
  }
  .font-tks {
    font-size: 16px;
  }
  .row_tkk2 {
    font-size: 2.4vw;
    margin-top: 1vw;
    font-weight: normal;
  }
  .content-left-page {
    width: 100%;
  }
  .hidden-xs {
    display: none;
  }
  .span-row {
    display: inline-block;
  }
  .btn-number-live {
    width: 8vw;
    height: 8vw;
    line-height: 8.3vw;
    font-size: 5vw;
  }
  .layout-grid-10 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }
  .keno-box1 {
    width: 100%;
    margin-bottom: 12px;
  }
  .keno-box2 {
    width: 100%;
    padding: 0;
    float: left;
    margin-bottom: 12px;
  }
  .keno-col1 {
    float: left;
    width: 100%;
    margin-bottom: 8px;
  }
  .keno-col2 {
    float: left;
    width: 100%;
    margin-bottom: 12px;
  }
  .keno-col3 {
    float: left;
    width: 100%;
  }
  .kenno-btn-kq {
    padding: 0;
    grid-column-gap: 3px;
    grid-row-gap: 5px;
  }
  .section-content.pad16px {
    padding: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .btn-number-kq {
    height: 28px;
    line-height: 28px;
    width: 28px;
    font-size: 14px;
  }
  .box-grid10 {
    grid-template-columns: repeat(6, 1fr);
  }
  .bang-tkkn {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 359px) {
  .btn-number-kq {
    height: 24px;
    line-height: 24px;
    width: 24px;
    font-size: 14px;
  }
}
.config-item {
  background: #f2f2f2;
  width: 48px;
  cursor: pointer;
}
.config-item:hover {
  background: #c80505;
  color: #fff;
}
.config-item.active {
  background: #c80505;
  color: #fff;
}
.number-config {
  background: #f2f2f2;
  cursor: pointer;
}
.number-config:hover {
  background: #f88825;
  color: #fff;
}
.number-config.active {
  background: #f88825;
  color: #fff;
}
.xs-bong {
  font-weight: bold;
  background: #f88825;
  color: #fff;
  border-radius: 4px;
  padding: 0 2px;
}
.div-table {
  display: table;
  text-align: center;
  font-size: 13px;
  width: 100%;
  border-bottom: solid 1px #e0e0e0;
}
.div-table > div {
  display: table-cell;
  border-right: solid 1px #e0e0e0;
}
.div-table > div:last-child {
  display: table-cell;
  border-right: 0;
  padding: 4px 0;
}
.table-tkxs {
  margin-bottom: 16px;
}
.table-tkxs td {
  padding: 8px;
}
.title-tkxs {
  font-size: 16px;
}
.bg-ligh {
  background: #f9f9f9;
}
.bg-db {
  background: #ed1c25 !important;
  color: #fff;
}
span.caumb.cau-xs-da-ve.active,
span.caumb.bg-db.active {
  background: #00f !important;
}
.cauxs {
  display: inline-block;
  background: #edf2fa;
  padding: 5px 12px;
  margin: 5px 5px 5px 0;
  border-radius: 2px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.cau-xs-da-ve {
  color: #fff;
  background: #ffa500;
}
.cauxs.active {
  background: #00f;
  color: #fff;
}
.red {
  color: #ed1c25;
}
.caumbdb {
  font-size: 20px;
  font-weight: bold;
  color: #ed1c25;
}
.headpn {
  height: 50px;
  width: 100%;
  float: left;
}
.menu_ul li:hover > .menu_down {
  visibility: visible;
  opacity: 1;
}
@media (hover: none) {
  .menu_ul li:hover > .menu_down {
    visibility: hidden;
  }
}
@media only screen and (min-width: 780px) {
  .advstickyleft {
    position: fixed;
    bottom: 8px;
    right: calc(50% + 588px);
    max-width: 200px;
    z-index: 1000;
  }
  .advstickyright {
    position: fixed;
    bottom: 8px;
    left: calc(50% + 588px);
    max-width: 200px;
    z-index: 1000;
  }
  .advfixfooter {
    display: none;
  }
  .advrightfooter {
    max-width: 500px;
    position: fixed;
    right: 0;
    bottom: 0;
  }
}
@media only screen and (max-width: 779px) {
  .advstickyleft {
    display: none;
  }
  .advstickyright {
    display: none;
  }
  .advfixfooter {
    position: fixed;
    max-height: 120px;
    width: 100%;
    z-index: 1000;
    left: 0;
    bottom: 0;
    text-align: center;
    clear: both;
    background: #fff;
  }
  .advfixfooter .ads {
    padding: 0 !important;
    margin: 0 !important;
  }
  .ads {
    padding: 30px 0;
    clear: both;
    text-align: center;
  }
  .advfixfooter:empty {
    display: none;
  }
  .advfixfooterClose {
    position: absolute;
    width: 30px;
    height: 30px;
    top: -30px;
    right: 0;
    padding: 3px;
    z-index: 9999;
    cursor: pointer;
    background-size: 13px 13px;
    background-position: 9px;
    background-color: #fff;
    background-repeat: no-repeat;
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 12px 0 0 0;
  }
  .advrightfooter {
    display: none;
  }
}
