a:hover {
  color: #ed1c25;
}
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;
}
textarea,
button {
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: inherit;
  outline: 0;
}
input,
select,
textarea {
  float: left;
  width: 100%;
  border: solid 0.5px #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;
}
button {
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
}
.btn {
  cursor: pointer;
}
.link-item a:hover {
  background: #f0f8ff;
}
.link-item a::before {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.link-item2:hover {
  background: #f0f8ff;
}
.link-item2-sub a:hover {
  background: #f0f8ff;
}
.link-item2::before {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.pushbar_locked {
  overflow: hidden;
  height: 100vh;
  position: fixed;
  width: 100%;
}
.pushbar {
  transition: transform 0.5s ease;
}
.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.opened {
  transform: translateX(0) translateY(0);
}
.btn-pushbar-close {
  cursor: pointer;
}
.ac_list {
  padding: 10px 0;
  float: left;
  width: 100%;
}
.ac_icon {
  cursor: pointer;
}
.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 {
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
}
.menu_a {
  -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;
}
.menu_a:hover {
  background: #ed1c25;
  color: #fff;
}
.menu_down {
  -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;
}
.menu_down a:hover {
  background: #f0f8ff;
}
.menu_down a.active {
  background: #f0f8ff;
}
.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 {
  cursor: pointer;
}
.footer {
  position: relative;
  background: #f0f8ff;
  border-top: solid 0.5px #dddfe2;
}
.footer-content {
  padding: 15px 0;
  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;
}
.nav-bottom a {
  margin-right: 16px;
  color: #000;
}
.nav-bottom {
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
}
@keyframes animatezoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.show_backtotop {
  display: block;
}
.see-more {
  float: left;
  width: 100%;
  text-align: center;
  padding: 12px 16px;
}
.see-more a {
  border: solid 0.5px #e0e0e0;
  padding: 4px 16px;
  display: inline-block;
  border-radius: 25px;
}
.load-more {
  text-align: center;
  margin-bottom: 16px;
}
.load-more a {
  color: #fff;
  padding: 8px 25px;
  display: inline-block;
  border-radius: 25px;
  background: #ed1c25;
}
.section-header h2 {
  font-size: 22px;
}
.section-header2 {
  float: left;
  width: 100%;
  position: relative;
  background: #f0f8ff;
  border: solid 0.5px #dddfe2;
  padding: 8px 10px;
}
.section-header2 h2 {
  font-size: 16px;
  font-weight: bold;
}
.section-header2 h2 > a {
  color: #ed1c25;
}
.section-header2 h2 > a:hover {
  color: #0029ad;
}
@media (max-width: 800px) {
  .font4tinh {
    font-size: 22px;
  }
  .table-loto th {
    font-size: 14px;
  }
  .post-news h3 {
    font-size: 16px;
  }
  .see-more a {
    font-size: 14px;
  }
}
.site-link a {
  display: initial;
  text-decoration: underline;
}
.prize-col2 {
  width: 40%;
}
.prize-col4 {
  width: 22.5%;
}
.xs_prize1:hover {
  background-color: #fff4c3;
}
.prize_db {
  color: #ed1c25;
}
.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-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;
}
.xs-bong {
  font-weight: 700;
  background: #f88825;
  color: #fff;
  border-radius: 4px;
  padding: 0 2px;
}
@media (max-width: 960px) {
  .xs_prize2,
  .xs_prize3,
  .xs_prize4 {
    font-size: 24px;
  }
  .font4tinh {
    font-size: 22px;
  }
}
.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;
}
.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 td {
  padding: 8px;
}
.title-tkxs {
  font-size: 16px;
}
.bg-ligh {
  background: #f9f9f9;
}
.site-link a:hover {
  color: #ed1c25;
}
.site-link1 a:hover {
  color: #0029ad;
}
.site-link a + a:before,
.site-link1 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 {
  font-size: 16px;
  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;
}
.category-parent {
  width: 100%;
  display: table;
  float: left;
  margin-top: 10px;
  margin-right: 5px;
  text-transform: uppercase;
}
.category-parent li {
  text-align: center;
  display: table-cell;
  border: 1px solid #dddfe2;
  font-weight: 700;
  padding: 6px 0;
  font-size: 16px;
}
.block-text {
  float: left;
  width: 100%;
  border-top: dashed 0.5px #dddfe2;
  padding: 12px 16px;
}
.post-news li {
  padding: 10px 16px;
  border-bottom: solid 0.5px #dddfe2;
  position: relative;
}
.post-news a {
  color: #000;
}
.thumb120 {
  width: 120px;
  float: left;
  margin-right: 12px;
  position: relative;
  overflow: hidden;
}
.post-title2 {
  font-size: 16px;
  font-weight: 400;
}
.lottery-info p {
  padding-bottom: 10px;
  color: #222;
}
.sms-loto a {
  text-decoration: underline;
}
.lottery-info h3 {
  padding-bottom: 10px;
}
.live-btn:hover {
  color: #fff;
}
.lottery-info {
  width: 100%;
  float: left;
  padding: 16px;
  font-size: 15px;
}
.live-btn {
  cursor: pointer;
  -webkit-animation: live-btn 0.7s infinite;
  -moz-animation: live-btn 0.7s infinite;
  -o-animation: live-btn 0.7s infinite;
}
.ic-hot {
  background: #ffeca0;
  font-size: 9px;
  padding: 2px;
  border-radius: 2px;
  margin-left: 6px;
  color: #ed1c25;
  position: relative;
  top: -3px;
}
.title-xs {
  padding: 0 16px;
  margin-top: 16px;
  width: 100%;
  float: left;
}
@media (max-width: 960px) {
  .post-news h3 {
    font-size: 16px;
  }
}
@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%;
  }
  .number-config:hover {
    background: #f2f2f2;
    color: #000;
  }
}
.number-config.active {
  background: #f88825;
  color: #fff;
}
.live-reporting {
  padding: 16px;
  float: left;
  width: 100%;
}
.box-seconds {
  width: 100%;
  float: left;
  margin-bottom: 16px;
}
.text-seconds {
  display: inline-block;
  margin-right: 5px;
  line-height: 36px;
}
.icontime {
  font-size: 14px;
  font-weight: 400;
}
.menu-item3 a.active {
  color: #fff;
  background: #ed1c25;
  border-left: solid 0.5px #ed1c25;
  border-bottom: solid 0.5px #ed1c25;
}
.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: 700;
}
.menu-item3 {
  display: table;
  width: 100%;
  float: left;
}
.menu-item3 a {
  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;
}
.statistic-link {
  padding: 10px;
  width: 100%;
  font-size: 14px;
  float: left;
  text-align: center;
  background: #ffeca0;
}
.statistic-link a {
  color: #0029ad;
}
.runloto-0,
.runloto-2,
.runloto-4,
.runloto-6,
.runloto-8 {
  background: #333;
  background: -moz-linear-gradient(-45deg, rgba(235, 113, 100, 1) 0, #000);
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0, #333),
    color-stop(100%, #333)
  );
  background: -webkit-linear-gradient(-45deg, #333 0, #333 100%);
  background: -o-linear-gradient(-45deg, #333 0, #333 100%);
  background: -ms-linear-gradient(-45deg, #333 0, #333 100%);
  background: linear-gradient(135deg, #333 0, #333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333',endColorstr='#333',GradientType=1);
}
.runloto-1,
.runloto-3,
.runloto-5,
.runloto-7,
.runloto-9 {
  background: #b01014;
  background: -moz-linear-gradient(-45deg, #b01014 0, #b01014 100%);
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0, #b01014),
    color-stop(100%, #b01014)
  );
  background: -webkit-linear-gradient(-45deg, #b01014 0, #b01014 100%);
  background: -o-linear-gradient(-45deg, #b01014 0, #b01014 100%);
  background: -ms-linear-gradient(-45deg, #b01014 0, #b01014 100%);
  background: linear-gradient(135deg, #b01014 0, #b01014 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b01014',endColorstr='#b01014',GradientType=1);
}
.statistic-link a + a::before {
  padding: 0 5px;
  color: #555;
  content: "|";
}
.list-statistic {
  padding: 8px 16px;
  float: left;
  width: 100%;
  position: relative;
}
.table-tk input {
  border: 0;
  height: 10px;
  float: none;
  background-color: #505edc;
}
.red {
  color: #ed1c25;
}
.statistic-link2 {
  float: left;
  width: 100%;
  padding: 16px 16px 0 16px;
}
@media (max-width: 960px) {
  .page-title-xs {
    font-size: 18px;
    padding: 0 16px;
  }
}
@media only screen and (min-width: 780px) {
  .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 .ads {
    padding: 0 !important;
    margin: 0 !important;
  }
  .advfixfooter:empty {
    display: none;
  }
  .advrightfooter {
    display: none;
  }
}
.headpn {
  height: 50px;
  width: 100%;
  float: left;
}
.xs_mn4 .runloto-0,
.xs_mn4 .runloto-1,
.xs_mn4 .runloto-2,
.xs_mn4 .runloto-3,
.xs_mn4 .runloto-4,
.xs_mn4 .runloto-5,
.xs_mn4 .runloto-6,
.xs_mn4 .runloto-7,
.xs_mn4 .runloto-8,
.xs_mn4 .runloto-9 {
  font-size: 15px;
}
.menu_ul li:hover > .menu_down {
  visibility: visible;
  opacity: 1;
}
@media (hover: none) {
  .menu_ul li:hover > .menu_down {
    visibility: hidden;
  }
}
.google-ads {
  width: 100%;
  float: left;
  text-align: center;
  margin: 12px 0;
}
