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

/* bootstrap */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.font-size-1 {
  font-size: 1rem !important;
}
.font-weight-normal {
  font-weight: normal !important;
}
.font-weight-bold {
  font-weight: bold !important;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 8px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-primary,
.btn-default {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-danger {
  color: #fff;
  background-color: #ec1a2d;
  border-color: #ec1a2d;
}
.btn-link {
  font-weight: 400;
  color: blue;
  text-decoration: underline;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 6px;
  min-height: 30px;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
table td,
table th {
  padding: 5px;
  vertical-align: middle;
  border: 1px solid #f1f1f1;
  font-weight: normal;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #ddd;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 5px;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
.progress-bar-success {
  background-color: #28a745 !important;
}
.form-group {
  margin-bottom: 1rem;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/* end bootstrap */
#navbar {
  background: #ec1a2d;
  color: #fff;
}
#webpage.power655 #navbar {
  background: #ff9800;
}
#webpage.mega645 #navbar {
  background: #ec1a2d;
}
#webpage.max4d #navbar {
  background: #673ab7;
}
#webpage.max3d #navbar {
  background: #db2691;
}
#webpage.max3d-pro #navbar {
  background: #673ab7;
}
#webpage.keno #navbar {
  background: #f15922;
}
#navbar > ul > li {
  list-style-type: none;
  float: left;
  width: 20%;
}
#navbar > ul > li > a {
  color: #fff;
  padding: 10px 0 5px;
  text-align: center;
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}
#navbar > ul > li:nth-child(6) > a,
#navbar > ul > li:nth-child(7) > a,
#navbar > ul > li:nth-child(8) > a,
#navbar > ul > li:nth-child(9) > a,
#navbar > ul > li:nth-child(10) > a {
  padding-top: 5px;
  padding-bottom: 10px;
}
#navbar > ul > li > a.active {
  text-decoration: underline;
}
#nav-by-day {
  display: flex;
  justify-content: space-between;
  background-color: #f1f1f1;
  overflow: auto;
  white-space: nowrap;
}
#nav-by-day > li {
  list-style-type: none;
  width: 100%;
}
#nav-by-day > li > a {
  text-align: center;
  display: block;
  padding: 10px 10px;
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
}
#nav-by-day > li > a.active {
  text-decoration: underline;
  color: red;
}
.section {
  background-color: #fff;
  margin-bottom: 0px;
  border-bottom: 20px solid #eee;
}
.section .section-header {
  margin: 0;
  padding: 15px 10px;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3;
  text-transform: uppercase;
  background: #fff0c1;
  color: #fff;
  position: relative;
}
.section .box-title-quay-thu-text-ngay {
  text-align: center;
  padding: 10px 0;
  background: #fcf4ef;
  margin: 0;
  color: red;
  font-size: 1.2rem;
  font-weight: bold;
}
.section .section-header::before {
  content: "";
  background-image: url(../images/bg-kq-header.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
.section .section-title {
  margin: 0;
  padding: 0;
  display: inline-block;
  color: red;
  font-size: 1.1rem;
  z-index: 1;
  position: relative;
}
.section a.section-title,
.section .section-title a {
  color: red;
  text-decoration: underline;
}
.section .section-link-tree {
  margin: 7px 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: normal;
  z-index: 1;
  position: relative;
}
.section .section-content {
  padding: 10px;
}
/* #webpage.miennam .section .section-header {
    background-color: #009688;
    color: #fff;
  }
  #webpage.mientrung .section .section-header {
    background-color: #3f51b5;
    color: #fff;
  } */

.breadcrumb {
  width: 100%;
  padding: 10px 10px 0;
  margin: 0;
  border-radius: 3px;
  overflow: auto;
  white-space: nowrap;
}
body.single .breadcrumb {
  background-color: #fff;
  padding: 15px 10px 0;
}
.breadcrumb > li {
  /* float: left; */
  display: inline-block;
  font-size: 1rem;
}
.breadcrumb > li:after {
  content: "";
  display: inline;
  color: #333;
  padding: 0 10px;
  font-weight: 400;
  background: url(../images/fe-chevron-right.svg) center no-repeat;
  width: 9px;
  height: 15px;
  background-size: contain;
  opacity: 0.5;
  box-sizing: content-box;
}
.breadcrumb > li:last-child:after {
  display: none;
}
.breadcrumb > li > a {
  text-decoration: none;
  font-size: 1rem;
}
.page-h1 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 10px;
  margin: 10px;
  border: 1px solid #ec1a2d;
  border-radius: 10px;
  text-align: center;
}
.page-summary {
  font-size: 1rem;
  font-weight: normal;
  padding: 10px;
  margin: 0;
}
h2.page-summary {
  font-size: 1.2rem;
  font-weight: bold;
}
.page-summary img {
  float: left;
  max-width: 100px;
  margin-right: 10px;
}
.page-summary p:first-of-type {
  margin-top: 0;
}
.section-box-today ul {
  width: 33.333%;
  float: left;
}
.section-box-today ul > li {
  width: 100%;
  list-style: none;
}
.section-box-today ul > li > a {
  display: block;
  padding: 3px 0;
  color: blue;
}
.day-bar {
  display: flex;
  overflow: auto;
  width: 100%;
}
.day-bar > li {
  display: inline-flex;
  width: 100%;
  margin-left: 5px;
}
.day-bar > li:first-of-type {
  margin-left: 0;
}
.day-bar > li a {
  padding: 8px 10px 7px;
  display: block;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 7px 0 rgb(0 0 0 / 20%);
}
.form-change-location .day-bar > li a {
  border-radius: 5px;
  box-shadow: none;
  border: 1px solid #ced4da;
}
.day-bar > li a.active {
  background-color: #fff0c1;
  color: red;
  font-weight: bold;
}
.vietlott-quickview {
  margin-bottom: 20px;
  padding: 20px 10px;
  background-color: #1c488e;
}
.vietlott-quickview .vietlott-qv-item {
  width: 100%;
  float: none;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 0 0.1rem 0 rgb(0 0 0 / 10%);
  background-color: #fff;
  margin-right: 2%;
  font-size: 0.9rem;
}
.vietlott-quickview .vietlott-qv-item.item-3,
.vietlott-quickview .vietlott-qv-item.item-4,
.vietlott-quickview .vietlott-qv-item.item-5 {
  width: 32%;
  text-align: center;
  float: left;
  margin-bottom: 0;
}
.vietlott-quickview .vietlott-qv-item.item-5 {
  margin-right: 0%;
}
.vietlott-quickview .vietlott-qv-item .vietlott-qv-item-header {
  width: 100%;
  height: 90px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}
.vietlott-quickview .vietlott-qv-item.power655 .vietlott-qv-item-header {
  background: #ec1a2d url(../images/bg-vietlott-game-power655.jpg) center
    no-repeat;
  background-size: cover;
  height: 70px;
}
.vietlott-quickview .vietlott-qv-item.mega645 .vietlott-qv-item-header {
  background: #ec1a2d url(../images/bg-vietlott-game.jpg) center no-repeat;
  background-size: cover;
  height: 70px;
}
.vietlott-quickview .vietlott-qv-item.max3d .vietlott-qv-item-header {
  border-top: 5px solid #db2691;
}
.vietlott-quickview .vietlott-qv-item.max3dpro .vietlott-qv-item-header {
  border-top: 5px solid #673ab7;
}
.vietlott-quickview .vietlott-qv-item.keno .vietlott-qv-item-header {
  border-top: 5px solid #f15922;
}
.vietlott-quickview .vietlott-qv-item-header a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.vietlott-quickview .vietlott-qv-item-header a > img {
  display: block;
  width: 150px;
  height: 40px;
  object-fit: contain;
}
.vietlott-quickview .vietlott-qv-item.power655 .vietlott-qv-item-header a {
  background-color: rgb(255 177 0 / 86%);
}
.vietlott-quickview .vietlott-qv-item.mega645 .vietlott-qv-item-header a {
  background-color: #ec1a2dcc;
}
.vietlott-quickview .vietlott-qv-item-body {
  padding: 15px 10px;
}
.vietlott-quickview .vietlott-qv-title {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}
.vietlott-quickview .vietlott-qv-title a {
  color: #000;
}
.vietlott-quickview .vietlott-qv-jackpot {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}
.vietlott-quickview .balls {
  justify-content: left;
}
.vietlott-quickview .ball.big {
  width: 35px;
  height: 35px;
  margin-left: 0;
  margin-right: 10px;
  font-size: 1.2rem;
}
.vietlott-quickview .ball.big:last-of-type {
  margin-right: 0;
}
.vietlott-quickview .vietlott-qv-next {
  margin-top: 20px;
}
.vietlott-quickview .vietlott-qv-next p {
  float: right;
  width: 70%;
  margin: 0;
  text-align: right;
}
.vietlott-quickview .vietlott-qv-next .btn-vietlott-detail {
  float: left;
  padding: 5px 10px;
  margin-top: 5px;
  border-radius: 10px;
  border: 1px solid;
  display: flex;
  align-items: center;
  font-size: 0.8rem;
}
.vietlott-quickview .vietlott-qv-next .btn-vietlott-next-draw {
  color: #000;
  text-decoration: underline;
}
.kq-tabs {
  display: flex;
  justify-content: space-between;
  /* overflow: auto; */
}
.kq-tabs .tab-item {
  list-style: none;
  width: 100%;
  display: inline-flex;
  padding-right: 2px;
}
.kq-tabs .tab-item:last-child {
  padding-right: 0;
}
.kq-tabs .tab-item > a {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 5px;
  font-size: 0.9rem;
  min-height: 40px;
  text-transform: uppercase;
  background-color: #fff;
  width: 100%;
  white-space: nowrap;
  box-shadow: 0 0 7px 0 rgb(0 0 0 / 20%);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.kq-tabs .tab-item:last-child a {
  border-right: 0;
}
.kq-tabs .tab-item > a.active {
  background-color: #fff0c1;
  color: red;
  font-weight: bold;
}
.section-kq {
  background-color: #fff;
  margin-bottom: 0px;
  border-bottom: 20px solid #eee;
}
.section-kq .section-kq-header {
  margin: 0;
  padding: 15px 10px;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3;
  text-transform: uppercase;
  background-color: #fff0c1;
  color: #fff;
  position: relative;
}
.section-kq .section-kq-header::before {
  content: "";
  background-image: url(../images/bg-kq-header.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
.section-kq .section-kq-header .section-kq-title {
  padding: 0;
  display: block;
  color: red;
  font-size: 1.1rem;
  margin: 0;
  z-index: 1;
  position: relative;
}
.section-kq .section-kq-header .section-kq-title a {
  color: red;
  text-decoration: underline;
}
.section-kq .section-kq-header .section-kq-tree {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: bold;
  z-index: 1;
  position: relative;
  color: blue;
}
.section-kq .section-kq-header .section-kq-tree .sep {
  margin: 0 8px;
  font-family: Arial;
  font-size: 1.1rem;
  font-weight: normal;
  color: #000;
}
.section-kq .section-kq-header .section-kq-tree a {
  text-decoration: underline;
}
.section-kq .section-kq-body {
  padding-bottom: 10px;
}
.section-kq .btn-section-kq-more {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid;
  border-radius: 10px;
}
.section-kq.live.complete .alert-warning {
  display: none;
}
.kq-box {
  margin-bottom: 0px;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 6%);
}
.kq-heading {
  margin: 0;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3;
  text-transform: uppercase;
  background-color: #ec1a2d;
  color: #fff;
}
.kq-heading3 {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  font-size: 1rem;
}
.kq-box.kq-box-quaythu .kq-heading3 {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3;
  text-transform: uppercase;
  background-color: #ec1a2d;
  padding: 10px 0;
  color: #fff;
}
.kq-box.kq-box-live.complete .alert-warning {
  display: none;
}
.kq-heading a,
.kq-heading span {
  padding: 10px;
  display: block;
  color: #fff;
}
#webpage.miennam .kq-heading,
#webpage.miennam .kq-tabs .tab-item > a.active {
  background-color: #009688;
  color: #fff;
}
#webpage.mientrung .kq-heading,
#webpage.mientrung .kq-tabs .tab-item > a.active {
  background-color: #3f51b5;
  color: #fff;
}
#webpage.max4d .kq-heading,
#webpage.max4d .kq-tabs .tab-item > a.active {
  background-color: #673ab7;
  color: #fff;
}
.kq-tree {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  font-size: 1rem;
  background-color: #fff2bc;
}
.kq-tree a,
.kq-tree .sep {
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  padding: 10px 0;
}
.kq-tree .sep {
  margin: 0 8px;
  font-family: Arial;
  font-size: 1.1rem;
  font-weight: normal;
}
/* .kq-tree a:after {
    content: "";
    display: inline-block;
    color: #333;
    padding: 0 10px;
    font-weight: 400;
    background: url(../images/fe-chevron-right.svg) center no-repeat;
    background-size: contain;
    width: 9px;
    height: 15px;
    opacity: 0.5;
    box-sizing: content-box;
  } */
.kq-tree a:last-child::after {
  display: none;
}
.kq-result .lottery-logo {
  margin: 10px auto;
  display: block;
}
.kq-box.max3d-pro-box.first .kq-result,
.kq-box.max3d-box.first .kq-result,
.kq-box.mega645-box.first .kq-result,
.kq-box.power655-box.first .kq-result {
  background: #050830 url(../images/mega-result-bg.png) top right no-repeat;
  color: #fff;
  background-size: contain;
}
.kq-box.max3d-pro-box.first .kq-result.win-jackpot,
.kq-box.max3d-box.first .kq-result.win-jackpot,
.kq-box.mega645-box.first .kq-result.win-jackpot,
.kq-box.power655-box.first .kq-result.win-jackpot {
  background: url(../images/celebrate-bg.png) top right no-repeat #050830;
  color: #fff;
  background-size: contain;
}
.kq-box.kq-box-quaythu .kq-heading {
  padding: 10px 0;
  color: #fff;
}
.kq-result .jackpot-block {
  margin: 15px 10px;
  border: 2px double #0bb1e1;
  border-radius: 12px;
  padding: 3px;
}
.kq-result .jackpot-block .jackpot-inner {
  border: 2px double #c75528;
  border-radius: 8px;
}
.kq-result .jackpot-block .prize-value {
  color: #fc000d;
  font-size: 2rem;
}
.kq-result .jackpot-block .prize-value-2 {
  color: #fc000d;
  font-size: 1.2rem;
}
.kq-result .tangthem {
  font-size: 0.85rem;
  display: block;
  color: #0fbb36;
}
.vietlott-table-giaithuong table {
  font-size: 0.8rem;
}
.kq-box.first .vietlott-table-giaithuong table {
  color: #fff;
}
.kq-table {
  text-align: center;
  background-color: #fff;
  margin-bottom: 0;
}
.kq-box.max3d-box.first .kq-table,
.kq-box.max3d-pro-box.first .kq-table,
.kq-box.max3d-box.first .kq-table tr:nth-child(even),
.kq-box.max3d-pro-box.first .kq-table tr:nth-child(even) {
  background-color: transparent;
  color: #fff;
}
.kq-table th {
  padding: 7px 5px;
  font-weight: bold;
}
.kq-table.table-striped tr:nth-of-type(odd) {
  background-color: #fafafa;
}
.kq-table.max3d td,
.kq-table.max3d th {
  border: 1px solid #ddd;
}
.kq-table .number {
  font-size: 1.4rem;
  font-weight: 700;
  padding: 5px 0;
  line-height: 1;
  color: #000;
  width: 100%;
  display: inline-block;
}
.kq-table.xsmb .number {
  font-size: 1.7rem;
}
.kq-table .number.loading {
  padding: 0;
}
.kq-table .number.big {
  font-size: 2rem;
}
.kq-table .number-col-1,
.kq-table .number-col-2,
.kq-table .number-col-3,
.kq-table .number-col-4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.kq-table .number-col-2 .number {
  width: 50%;
}
.kq-table .number-col-3 .number {
  width: 33.333%;
}
.kq-table .number-col-4 .number {
  width: 25%;
}
/* .kq-table tr:nth-child(even) {
    background: #efefef;
  } */
.kq-table .winner-code {
  font-size: 1.1rem;
}
.kq-table .number .highlight {
  color: blue;
  display: inline-block;
  text-decoration: underline;
}
.kq-note {
  font-size: 0.8rem;
  margin: 0;
}
.balls {
  display: flex;
  justify-content: center;
}
.ball {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  line-height: 1;
  margin: 0 5px;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 50%;
  color: #fff;
  box-shadow: 00;
  background-color: #ed1c24;
  background-image: linear-gradient(
    45deg,
    #ed1c24 0,
    #ed1c24 50%,
    #d52b1e 51%,
    #d52b1e 100%
  );
}
.ball.yellow {
  background-color: #ffb612;
  background-image: linear-gradient(
    45deg,
    #ffb612 0,
    #ffb612 50%,
    #e7a409 51%,
    #e7a409 100%
  );
  color: #000;
}
.ball.green {
  background-color: #1ead60;
  background-image: linear-gradient(
    45deg,
    #1ead60 0,
    #1ead60 50%,
    #379964 51%,
    #1ead60 100%
  );
  color: #fff !important;
}
.ball.red {
  -webkit-box-shadow: inset 0 0 0 2px #ec1a2d;
  -moz-box-shadow: inset 0 0 0 2px #ec1a2d;
  box-shadow: inset 0 0 0 2px #ec1a2d;
  background-color: #ec1a2d;
  color: #fff !important;
}
.ball img {
  max-width: 70%;
}
.ball.big {
  width: 35px;
  height: 35px;
  font-size: 1.3rem;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #ed1c24;
}
.ball.yellow.big {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #ffb612;
}
.ball.green.big {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #1ead60;
}
.ball.size30 {
  width: 30px;
  height: 30px;
  font-size: 1.2rem;
}
.ball.big .loading {
  width: 30px;
  height: 30px;
}
.ball .img-loading {
  width: 50%;
}
.kq-bottom-link {
  margin-left: 10px;
  padding-left: 10px;
}
.kq-bottom-link > li {
  list-style-type: square;
  color: red;
}
.kq-bottom-link > li p {
  margin: 5px 0;
  color: black;
}
.control_panel {
  background: #efefef;
  padding: 10px;
  border-top: 0;
  text-align: center;
}
.control_panel .config_view {
  margin-bottom: 10px;
}
.control_panel .config_view label {
  margin: 0 5px;
  display: inline-block;
}
.control_panel .config_view form {
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.control_panel .config_highlight .hl_number {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #757171;
  background: radial-gradient(circle at 5px 5px, #f7f5f5, #797979);
  text-shadow: none;
  color: #000;
  line-height: 1;
  font-size: 1.1rem;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.control_panel .config_highlight .hl_number.active,
.control_panel .config_highlight .hl_number:hover {
  background: radial-gradient(circle at 5px 5px, #ffeb3b, #4caf50);
  color: #000;
  border-radius: 50%;
}
/* .box-thong-ke-nhanh .heading {
    background-color: #ffc107;
    color: #fff;
    padding: 10px;
    font-size: 1rem;
    margin: 0;
  } */
.box-thong-ke-nhanh .thong-ke-nhanh-group {
  width: 100%;
}
.box-thong-ke-nhanh .thong-ke-nhanh-col:nth-of-type(2n) {
  background-color: #fafafa;
}
.box-thong-ke-nhanh .thong-ke-nhanh-col .col-title {
  font-weight: bold;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4caf50;
  padding: 0 5px;
}
.box-thong-ke-nhanh .thong-ke-number {
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #ddd;
  font-size: 1rem;
}
.box-thong-ke-nhanh .thong-ke-number.active {
  background: #cddc39;
}
.btn-more-result {
  color: blue;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 40px;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid;
  cursor: pointer;
}
.kq-block {
  margin-bottom: 15px;
  background-color: #fff;
}
.kq-block .kq-block-title {
  font-weight: bold;
  font-size: 1.05rem;
  margin: 0;
  padding: 7px 10px;
  background-color: #e1edf3;
  color: #000;
  text-transform: uppercase;
}
.kq-block .kq-block-title a {
  color: red;
  text-decoration: underline;
}
.kq-block .kq-block-content {
  padding: 15px;
}
.section-text .kq-block .kq-block-content,
.kq-block .kq-block-content .kq-block .kq-block-content {
  padding-left: 0;
  padding-right: 0;
}
.kq-block p {
  line-height: 1.5;
}
.kq-block ul {
  margin-left: 16px;
}
.kq-block li {
  padding: 3px 0;
}
.kq-block li > p {
  margin: 0;
  font-size: 1.1rem;
}
.kq-block.kq-block-thongke .kq-block-content {
  padding: 0;
}
.kq-block.kq-block-thongke table {
  font-size: 1rem;
}
.kq-block-thongke .tk_number {
  font-weight: bold;
  font-size: 1.1rem;
  color: red;
  display: block;
}
.jackpot-win {
  white-space: nowrap;
  align-items: center;
}
.jackpot-win.win {
  font-weight: bold;
  color: green;
}
.icon-win {
  width: 20px;
}
.kq-box.keno-box {
  background-color: transparent;
}
.kq-box.keno-box .keno-item {
  border: 1px solid #ddd;
  padding: 10px;
  margin: 5px 0px;
  text-align: center;
  background-color: #fff;
}
.kq-box.keno-box .keno-item.live {
  background: #defdb0;
}
.kq-box.keno-box .keno-item .keno-id {
  display: inline-block;
  font-weight: 700;
  padding-left: 5px;
  color: red;
}
.kq-box.keno-box .keno-item .keno-time {
  display: inline-block;
  margin-left: 20px;
  font-weight: 700;
  color: red;
}
.kq-box.keno-box .keno-item .keno-num {
  margin: 10px 1px 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 50%;
  color: #000;
  text-align: center;
  font-style: normal;
  background-color: #fff;
  border: 1px solid #f15922;
}
.kq-box.keno-box .keno-more {
  padding: 10px;
  text-align: center;
}
.thongke-keno .tk_item {
  display: inline-block;
  width: 14%;
  text-align: center;
  margin-bottom: 10px;
}
.thongke-keno .tk_item .num {
  display: flex;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #f15922;
  margin: 0 auto;
  color: #000;
  font-weight: 700;
  font-size: 1.2rem;
}
.thongke-keno .tk_item .count {
  font-size: 0.8rem;
  margin-top: 3px;
  opacity: 0.5;
}
.article-list-cat {
  padding: 0 10px;
}
.article-list-cat .cat-item {
  width: 33.333%;
  margin: 0;
  padding: 0 5px;
  float: left;
}
.article-list-cat .cat-item a {
  font-weight: bold;
}
.section.section-articles {
  background-color: #fff;
}
.section.section-articles .section-content {
  padding: 10px;
}
.article-listing .article-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.article-listing .article-item:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.article-listing .article-item .article-thumb {
  width: 140px;
  height: 80px;
}
.page-thong-ke .article-listing .article-item .article-thumb {
  width: 140px;
  height: 100px;
}
.article-listing .article-item .article-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 6px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.article-listing .article-item .article-thumb img[data-loaded="true"] {
  opacity: 1;
}
.article-listing .article-item .article-content {
  flex: 1;
  margin-left: 15px;
}
.article-listing .article-item .article-cat {
  display: flex;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 5px;
  align-items: center;
  line-height: 1;
}
.article-listing .article-item .article-cat::before {
  display: block;
  content: "";
  background: url(../images/caret-right-orange.svg) center no-repeat;
  width: 10px;
  height: 15px;
  margin-right: 3px;
  line-height: 1;
}
.article-listing .article-item .article-title,
.article-listing .article-item .article-title a {
  /* font-weight: bold; */
  font-size: 1.1rem;
  color: #000;
  display: block;
}
.article-listing .article-item .article-summary a {
  font-size: 1.1rem;
  color: #000;
  display: block;
}
.article-listing .article-item h4.article-title {
  margin: 0;
}
.section-articles.style-2 {
  margin: 20px 0;
  background-color: transparent;
}
.section-articles.style-2 .article-listing .article-item {
  background-color: #fff;
  border-radius: 6px;
}
.section-articles.style-2 .article-listing .article-item .article-thumb {
  width: 100%;
  height: 200px;
}
.page-thong-ke.section-articles.style-2
  .article-listing
  .article-item
  .article-thumb {
  width: 100%;
  height: 280px;
}
.section-articles.style-2 .article-listing .article-item .article-thumb img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.section-articles.style-2 .article-listing .article-item .article-content {
  margin-left: 0;
  padding: 15px;
}
.section-articles.style-2 .article-listing .article-item .article-title,
.section-articles.style-2 .article-listing .article-item .article-title a {
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0 0 10px;
}
.section-articles.style-2 .article-listing .article-item .article-summary {
  font-size: 0.9rem;
  opacity: 0.5;
  margin: 0;
}
.the-article {
  background-color: #fff;
  padding: 0 15px 15px;
}
.the-article .page-h1 {
  margin: 10px 0;
  /* font-size: 2rem; */
}
.the-article .the-article-summary {
  font-weight: bold;
  font-size: 1rem;
}
.the-article .the-article-jump {
  padding: 10px 10px 10px 15px;
  margin-bottom: 25px;
  margin-left: 0 !important;
  background-color: #f1f1f1;
}
.the-article .the-article-jump > li {
  list-style-type: square;
  margin-left: 15px;
}
.the-article .the-article-jump > li a {
  font-size: 1rem;
  line-height: 1.3;
  display: inline-block;
  padding: 0;
}
.the-article .the-article-content {
  font-size: 1.1rem;
}
.the-article .the-article-content ul {
  margin-left: 25px;
}
.the-article .list-link-recommend {
  background: #f1f1f1;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 3px;
}
.the-article .list-link-recommend > span {
  display: block;
  text-transform: uppercase;
  font-size: 0.7em;
  margin-bottom: 5px;
}
.the-article .list-link-recommend a {
  display: block;
  font-weight: 500;
  font-size: 0.9rem;
  position: relative;
}
.the-article .kq-block {
  margin-bottom: 25px;
  background-color: transparent;
}
.the-article .kq-block .kq-block-content {
  padding: 0;
}
.the-article .ketquahomqua {
  padding: 5px;
  border: 1px dashed #ddd;
  margin: 10px auto;
  display: block;
  text-align: center;
}
.the-article .ketquahomqua .num {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 5px;
  color: red;
}
.the-article .ketquahomqua .num.special {
  color: #2aaf65;
}
.the-article .tk_block .tk_title {
  font-weight: bold;
  font-size: 1.1rem;
  margin: 0;
  padding: 7px 10px;
  background-color: #e1edf3;
  color: #000;
}
.the-article form {
  max-width: 100%;
  margin: 0 auto 15px;
  background: #fff2bc;
  padding: 15px;
  border-radius: 5px;
}
.the-article .form_quaythu form {
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #ddd;
  padding: 10px 5px !important;
}
.the-article form .thongke-form-header {
  margin-top: 0;
}
.page-navigation .page-numbers {
  padding: 8px 15px;
  background: #f5f5f5;
  margin-right: 5px;
  border-radius: 3px;
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 2px;
  color: #000;
}
.container-tk .table {
    display: block;
}
.page-navigation .page-numbers.current {
  background: #d6302b;
  color: #fff;
}
.kq-block .article-listing .article-item .article-title {
  font-size: 1rem;
}
.table-lich-mo-thuong a {
  color: #000;
}
.table-lich-mo-thuong th,
.table-lich-mo-thuong td {
  border: 0;
  text-align: left;
  padding: 5px 10px;
}
.table-lich-mo-thuong a {
  color: #000;
  display: inline-block;
  padding: 3px 0;
}
.table-lich-mo-thuong a:hover,
.table-lich-mo-thuong a.active {
  color: red;
}
.aside-lottery-link {
  border-radius: 8px;
  margin-bottom: 0;
  list-style-type: none;
}
.aside-lottery-link > li {
  margin-bottom: 5px;
  float: left;
  width: 50%;
}
.aside-lottery-link > li .time {
  display: inline-block;
  color: #999;
  font-size: 0.9rem;
}
.aside-lottery-link > li > a {
  color: #000;
  margin-bottom: 0px;
  display: inline-block;
}
.aside-lottery-link > li > ul {
  margin-left: 0;
}
.aside-lottery-link > li > ul > li {
  color: #000;
  margin-bottom: 2px;
}
.aside-lottery-link > li > ul > li > a {
  color: #000;
}
.section.section-calendar {
  background-color: #25d366;
  margin: 10px;
}
.section.section-calendar .section-header {
  background-color: #25d366;
  text-align: center;
}
/* .datepicker.dropdown-menu {
    left: 0 !important;
  } */
.section.section-calendar .datepicker {
  width: 100%;
  color: #fff;
}
.section.section-calendar .datepicker table tr th {
  color: #ffeb3b;
}
.section.section-calendar .datepicker table span.disabled,
.section.section-calendar .datepicker table span.disabled:hover,
.section.section-calendar .datepicker table tr td.disabled,
.section.section-calendar .datepicker table tr td.disabled:hover {
  color: #107c39;
}
.section.section-calendar .datepicker table td.day {
  font-weight: bold;
  color: #fff;
  font-size: 1.1rem;
}
.section.section-calendar .datepicker table td.day.disabled {
  font-weight: normal;
}
.section.section-calendar .datepicker table span.active,
.section.section-calendar .datepicker table td.day.active {
  color: #fff;
  background-color: #1cbb59;
  border-color: #1cbb59;
  text-shadow: none;
}
.section.section-text {
  background-color: #fff;
}
.section.section-text .section-content figure {
  margin: 20px auto;
}
.section.section-text .section-content ul {
  margin-left: 20px;
  margin-bottom: 20px;
}
.section.section-text .section-content ul > li {
  padding: 5px 0;
  list-style-type: disc;
}
.section.section-text .section-content ul > li > p {
  margin: 0;
  font-size: 1.1rem;
}
.section.section-text .section-content iframe {
  max-width: 100%;
}
.section.section-text .h3 {
  font-weight: bold;
  font-size: 1.1rem;
  margin-top: 20px;
  margin-bottom: 10px;
}
.section.section-text.has-readmore .box_content {
  position: relative;
  margin-top: 0;
}
.section.section-text.has-readmore .box_content .content-read {
  max-height: 350px;
  position: relative;
  overflow: hidden;
}
.section.section-text .button-readmore {
  display: none;
}
.section.section-text.has-readmore .button-readmore {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 100px 0 10px 0;
  background: rgb(2, 0, 36);
  background: linear-gradient(180deg, rgb(28 18 208 / 0%) 0%, #fff 66%);
  color: #c00;
  font-size: 1.1rem;
  cursor: pointer;
}
#scroll-to-top {
  width: 50px;
  height: 50px;
  background: url(../images/scroll-top.svg) center no-repeat;
  background-size: contain;
  display: inline-block;
  position: fixed;
  bottom: 70px;
  right: 20px;
  cursor: pointer;
  z-index: 99999;
}
.tansuat_form_wrapper {
  padding: 0;
  background: none;
}
.table.table_tansuat > thead > tr > th {
  padding: 8px;
}
.table_tansuat .number_col,
.table_tansuat .tong_col {
  background: #aeceff;
  vertical-align: middle;
}
.table_tansuat thead,
.table_tansuat tfoot {
  background: #fc0;
  vertical-align: middle;
}
.table_tansuat .count {
  background: #555;
  color: #fff;
}
.table_tansuat .count.count1 {
  background: #eee;
  color: #000;
}
.table_tansuat .count.count2 {
  background: #3a77e6;
  color: #fff;
}
.table_tansuat .count.count3 {
  background: #cead34;
  color: #fff;
}
.table_tansuat .count.count4 {
  background: #ff8022;
  color: #fff;
}
.table_tansuat .count.count5 {
  background: #ff8022;
  color: #fff;
}
.table_tansuat .count.count6,
.table_tansuat .count.count7,
.table_tansuat .count.count8,
.table_tansuat .count.count9,
.table_tansuat .count.count10,
.table_tansuat .count.count11,
.table_tansuat .count.count12,
.table_tansuat .count.count13,
.table_tansuat .count.count14 {
  background: #ff8022;
  color: #fff;
}
.table_tansuat_filter_left.form_thongke {
  background: none;
  margin-bottom: 0;
  border: 0;
  float: left;
}
.table_tansuat_filter_left.form_thongke .form_thongke_wrapper {
  background: none;
}
.table_tansuat_filter {
  padding: 0 10px 10px;
  margin-bottom: 10px;
  /* float: right; */
}
.table_tansuat_filter label {
  font-weight: bold;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 0;
  display: block;
}
.table_tansuat_filter .form_col {
  float: left;
  margin-right: 10px;
}
.table_tansuat_filter .form_col.form_col_phongto {
  float: right;
  margin-right: 0;
}
.table_tansuat_filter .form_col.form_col_phongto .btn_phongto_tansuat {
  height: 30px;
  background: #d6302b;
  border: 1px solid #b72b26;
  color: #fff;
  padding: 0 15px;
  border-radius: 3px;
}
.table_tansuat_filter .form_col select {
  -webkit-appearance: none;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
}
.div_tansuat_wrapper {
  position: relative;
  overflow: auto;
  max-height: 450px;
}
.fullscreen_tansuat .div_tansuat_wrapper {
  max-height: inherit;
}
.div_tansuat_fixed {
  position: absolute;
  width: 50px;
  border: 0px solid #ddd;
  border-right: 0;
  background: #f93;
  font-weight: bold;
}
.div_tansuat_nonfixed {
  margin-left: 50px;
}
.div_tansuat_wrapper thead > tr > th {
  height: 52px;
  border-bottom: 1px solid #ddd;
}
.div_tansuat_wrapper tbody > tr > td {
  height: 20px;
  padding: 0 5px;
  text-align: center;
}
.div_tansuat_wrapper .tong_col {
  background: #aeceff;
}
.fullscreen_tansuat {
  overflow: hidden;
}
.fullscreen_tansuat .table_tansuat_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #fff;
  z-index: 9;
}
.fullscreen_tansuat #header {
  display: none;
}
.fullscreen_tansuat .thongke_content .table_wrapper .title {
  display: none;
}
#diemban_maps {
  width: 100%;
  height: 300px;
}
#footer {
  padding: 0;
  background: #ec1a2d;
  color: #fff;
  font-size: 0.9rem;
}
#webpage.power655 #footer {
  background: #ff9800;
  color: #fff;
}
#webpage.keno #footer {
  background: #f15922;
  color: #fff;
}
#webpage.max3d #footer {
  background: #db2691;
  color: #fff;
}
#webpage.max4d #footer,
#webpage.max3d-pro #footer {
  background: #673ab7;
  color: #fff;
}
#footer-logo {
  background: url(../images/logo_atrungroi_white.png) center no-repeat;
  width: 170px;
  height: 50px;
  background-size: contain;
  display: block;
}
#footer .footer-links {
  background-color: #fff;
  padding: 20px 0;
}
#footer .footer-links > ul > li {
  width: 50%;
  float: left;
  list-style: none;
}
#footer .note {
}
.page-bottom-link {
  padding: 10px;
  background-color: #fff;
}
.page-bottom-link .title {
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: #000;
}
.page-bottom-link ul {
  margin-bottom: 15px;
}
.page-bottom-link ul li {
  list-style: none;
}
.page-bottom-link .lv-1 > li {
  width: 100%;
  margin-bottom: 10px;
}
.page-bottom-link .lv-1 > li > ul {
  margin-left: 0 !important;
  padding-left: 15px;
}
.page-bottom-link .lv-1 > li > ul > li {
  width: 33%;
  float: left;
}
.page-bottom-link a {
  color: #000;
  padding: 5px 0;
  display: inline-flex;
  align-items: center;
}
.page-bottom-link .lv-1 > li > span {
  color: #000;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
.page-bottom-link .lv-1 > li > a,
.page-bottom-link .lv-1 > li > span a {
  color: #da1c1a;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-bottom: 5px;
}
.page-bottom-link .lv-1 > li > a::before,
.page-bottom-link .lv-1 > li > span a::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/caret-right-orange.svg) center no-repeat;
  background-size: contain;
  margin-right: 3px;
}
.footer-about {
  padding: 10px;
}
.footer-internal-link a {
  display: block;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 8px;
  line-height: 1;
  margin: 5px 0;
  color: #fff;
}
.footer-out-link {
  padding: 10px;
}
.footer-out-link a {
  color: #fff;
  text-decoration: underline;
}
#mobile-menu-aside {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  background: #fff;
  color: #000;
  width: 100%;
  max-width: 100%;
  overflow: auto;
  height: 100%;
  padding: 0 0 50px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  font-size: 0.9rem;
}
body.active-menu-mobile {
  overflow: hidden;
}
body.active-menu-mobile #mobile-menu-aside {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#mobile-menu-aside .menu-header {
  background-color: #ec1a2d;
  color: #fff;
  padding: 0 0 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#mobile-menu-aside #menu-logo {
  background: url(../images/logo_atrungroi_white.png) center no-repeat;
  width: 170px;
  height: 50px;
  background-size: contain;
  display: block;
}
#mobile-menu-aside .close-menu {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: flex-end;
}
#mobile-menu-aside .close-menu i {
  display: block;
  width: 60px;
  height: 100%;
  background: url(../images/x-white.svg) center no-repeat;
  background-size: 30px;
}
#mobile-menu-aside .menu-body {
  padding: 15px;
}
#mobile-menu-aside .menu-list li {
  list-style-type: none;
}
#mobile-menu-aside .menu-list .lv-1 {
  margin-bottom: 15px;
}
#mobile-menu-aside .menu-list .lv-1 > li {
  width: 100%;
}
#mobile-menu-aside .menu-list .lv-2 > li {
  width: 33.333%;
  float: left;
}
#mobile-menu-aside .menu-list .lv-1 > li > a {
  color: #da1c1a;
  display: block;
  padding: 5px 0;
  font-size: 1.1rem;
}
#mobile-menu-aside .menu-list .lv-2 > li > a {
  color: #000;
  display: block;
  padding: 3px 0;
}
.panel-backdrop {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  background: rgba(0, 0, 0, 0.85);
}
body.active-menu-mobile .panel-backdrop {
  visibility: visible !important;
  opacity: 1 !important;
}

.blink {
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}
@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
.live-loading {
  background: url(../images/loading.svg) center no-repeat;
  -webkit-animation: rotation 1s infinite linear;
  width: 20px;
  height: 20px;
  background-size: contain;
  margin: 0 auto;
}
.orange-spinner {
  max-width: 20px;
  max-height: 20px;
}

.subpages {
  padding: 0;
  margin: 0;
  background-color: #fff;
  margin-top: 10px;
}
.subpages li {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  width: 25%;
  text-align: center;
  padding: 10px 5px;
  position: relative;
  float: left;
  list-style: none;
  box-sizing: border-box;
}
.subpages li:nth-of-type(4n) {
  border-right: 1px solid #ddd;
}
.subpages li a.active {
  color: red;
  font-weight: bold;
  text-decoration: underline;
  line-height: 0;
}
.wrap-kqxs .day-bar > li {
  margin-left: 0;
}
.wrap-kqxs .day-bar > li a {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: none;
  border: 1px solid #eee;
}
.day-bar.col2 > li {
  margin-left: 0;
}
.day-bar.col2 {
  box-shadow: 0 0 7px 0 rgb(0 0 0 / 20%);
}
.form-change-location .day-bar.col2 {
  box-shadow: none;
}
.day-bar.col2 > li a {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: none;
  border: 1px solid #eee;
}
.form-change-location .day-bar.col2 > li a {
  border-radius: 5px;
  box-shadow: none;
  border: 1px solid #ced4da;
}
.the-article.quay-thu-ngay {
  padding: 0 15px 0px;
}
.the-article.quay-thu-ngay .list-link-recommend {
  margin-bottom: 0;
}
.section-kq .section-kq-tree {
  text-align: center;
  font-size: 1.1rem;
}
.pascal .pascal-header {
  background: #ffeca0;
  color: #000;
  text-align: center;
  padding: 5px;
  font-weight: bold;
}
.pascal .pascal-body {
  padding: 10px;
  text-align: center;
}
.pascal .pascal-table .pascal-number {
  border: 1px solid #ddd;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: bold;
  color: red;
}
.pascal .pascal-result span {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-weight: bold;
  font-size: 1.5rem;
  color: red;
  border: 1px solid #ddd;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.conso_dudoan {
  color: #d6302b;
  font-weight: bold;
  font-size: 1.1rem;
}
.calendar_date_bar {
  display: flex;
  margin-bottom: 10px;
  padding: 0 5px;
  text-align: center;
}
.calendar_date_bar a,
.calendar_date_bar input {
  font-size: 14px;
  font-weight: bold;
  /* color:red; */
  margin-right: 10px;
}
.calendar_date_bar a span {
  font-size: 16px;
}
.calendar_date_bar.main .left {
  width: 100%;
}
@media screen and (min-width: 360px) {
  html {
    font-size: 14px;
  }
  .ball {
    width: 30px;
    height: 30px;
  }
  .ball.big {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
  }
  #mobile-menu-aside {
    font-size: 0.95rem;
  }
  #mobile-menu-aside .menu-list .lv-1 > li > a {
    font-size: 1.2rem;
  }
  .calendar_date_bar a,
  .calendar_date_bar input {
    margin-right: 5px;
    font-size: 13px;
  }
}

#menu-menu-footer li a {
  font-weight: bolder;
}