@font-face {
  font-family: "rubik-regular";
  src: url("../font/Rubik-Regular.ttf");
}
@font-face {
  font-family: "Digitalnumbers";
  src: url("../font/DigitalNumbers-Regular.ttf");
}
body {
  background: url('../img/bgnew.jpg') no-repeat center center;
  background-size: cover;
  font-family: "rubik-regular";
}


.padding-top {
  padding-top: 20px !important;
}

.mobile-menu {
  display: none;
}

.swiper-control {
  display: none;
}

.pr {
  padding-right: 0.25rem !important;
}

header .logo-menu-box-full {
  background-color: #F5F5DC;
  height: 80px;
}
header .logo {
  align-items: center;
  justify-content: center;
  display: flex;
  height: 80px;
}
header .menu {
  height: 80px;
}
header .menu ul > a {
  color: #e80f0f;
  text-decoration: none;
}
header .menu ul > a li {
  width: 128px;
  height: 80px;
  padding: 1px;
  font-size: 22px;
  font-family: "rubik-regular";
  align-items: center;
  justify-content: center;
  display: flex;
}
header .menu ul > a li:hover {
  background: #ffffff;
  opacity: 0.6;
  cursor: pointer;
}
header .menu ul > a .current-menu-item {
  background: #ffffff;
  opacity: 0.6;
  cursor: pointer;
}

main .box-prize-control {
  background-color: #F5F5DC;
  height: 270px;
}
main .box-prize-control .title {
  background-color: #e80f0f;
  border: 2px solid #F5F5DC;
  height: 60px;
  color: white;
  padding: 18px 19px 0px 19px;
}
main .box-prize-control .list-prize {
  background-color: white;
  height: 200px;
  border-left: 2px solid #F5F5DC;
}
main .box-prize-control .list-prize > .box-prize {
  border-right: 2px solid #F5F5DC;
  width: 219px;
  display: grid;
  place-content: center;
}
main .box-prize-control .list-prize > .box-prize .img-prize img {
  width: 55px;
  height: 55px;
}
main .box-prize-control .list-prize > .box-prize .title-prize {
  color: #e80f0f;
  font-size: 21px;
}
main .box-prize-control .list-prize > .box-prize .pools-prize .pool {
  width: 40px;
  height: 40px;
  background-color: #e80f0f;
  color: white;
  border-radius: 50%;
  margin: 2px;
  font-size: 30px;
  align-items: center;
  justify-content: center;
  display: flex;
}
main .time-next-draw-box {
  background-color: #F5F5DC;
  height: 270px;
}
main .time-next-draw-box .title-next-draw {
  background-color: #e80f0f;
  border: 2px solid #F5F5DC;
  height: 60px;
  color: white;
  align-items: center;
  justify-content: center;
  display: flex;
}
main .time-next-draw-box .time-relese {
  background-color: white;
  height: 200px;
  border-left: 2px solid #F5F5DC;
  border-right: 2px solid #F5F5DC;
}
main .time-next-draw-box .time-relese .title {
  text-align: center;
  padding: 20px;
  font-weight: 400;
  font-size: 18px;
  color: #e80f0f;
}
main .time-next-draw-box .time-relese .box-control-time {
  color: #e80f0f;
}
main .time-next-draw-box .time-relese .box-control-time .box-time {
  height: 100px;
  width: 80px;
}
main .time-next-draw-box .time-relese .box-control-time .box-time .num-time {
  height: 65px;
  align-items: center;
  justify-content: center;
  display: flex;
  font-family: "Digitalnumbers";
  font-weight: 400;
  font-size: 50px;
}
main .time-next-draw-box .time-relese .box-control-time .box-time .title-time {
  align-items: center;
  justify-content: center;
  display: flex;
  font-weight: 400;
  font-size: 18px;
  padding: 8px;
}
main .time-next-draw-box .time-relese .box-control-time .box-point {
  height: 65px;
  width: 20px;
  align-items: center;
  justify-content: center;
  display: flex;
  font-weight: 400;
  font-size: 50px;
  font-family: "Digitalnumbers";
}
main .past-result-control {
  background-color: #F5F5DC;
  height: 323px;
}
main .past-result-control .title {
  text-align: center;
  background-color: #e80f0f;
  border: 2px solid #F5F5DC;
  color: white;
  height: 60px;
  align-items: center;
  justify-content: center;
  display: flex;
}
main .past-result-control .result-box {
  border-left: 2px solid #F5F5DC;
  border-right: 2px solid #F5F5DC;
}
main .past-result-control .result-box table {
  background-color: white;
}
main .past-result-control .result-box table tr:nth-child(even) {
  background: #ccc;
}
main .past-result-control .result-box table tr:nth-child(odd) {
  background: white;
}
main .past-result-control .result-box table tr:first-child {
  height: 42px;
  color: #e80f0f;
  font-size: 18px;
  font-weight: 600;
}
main .past-result-control .result-box table tr:first-child td:first-child {
  padding-left: 20px;
}
main .past-result-control .result-box table tr:first-child td:not(:first-child) {
  text-align: center;
}
main .past-result-control .result-box table tr:not(:nth-child(1)) {
  height: 42px;
}
main .past-result-control .result-box table tr:not(:nth-child(1)) > td:first-child {
  color: #e80f0f;
  padding-left: 20px;
  font-size: 15px;
}
main .past-result-control .result-box table tr:not(:nth-child(1)) > td:not(:first-child) > .pool {
  display: inline-block;
  width: 30px !important;
  height: 30px !important;
  border-radius: 50%;
  background-color: #e80f0f;
  color: white;
  text-align: center;
  padding: 4px;
  margin: 2px;
}
main .banner-box {
  height: 323px;
  opacity: 100%;
}
main .banner-box:hover { /* Safari 6.0 - 9.0 */
  filter: sepia(40%);
  opacity: 90%;
  transition: opacity 1s;
}
main .description-box .paragraph {
  color: white;
  text-align: justify;
}

footer .full-bg-footer {
  background-color: #F5F5DC;
  color: #e80f0f;
}
footer .full-bg-footer .box-agent-control-first .title-agent {
  color: #e80f0f;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 15px;
}
footer .full-bg-footer .box-agent-control-first .box-agent {
  background-color: #e80f0f;
  height: 90px;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 10px;
}
footer .full-bg-footer .box-agent-control-second .title-agent {
  color: #e80f0f;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 15px;
}
footer .full-bg-footer .box-agent-control-second .box-agent {
  background-color: #e80f0f;
  height: 90px;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 10px;
}
footer .full-bg-footer .box-agent-control-second .paragraph-agent {
  padding: 10px;
  text-align: center;
  color: white;
}
footer .full-bg-footer .box-agent-control-third .title-agent {
  color: #e80f0f;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 15px;
}
footer .full-bg-footer .box-agent-control-third .box-agent {
  background-color: #e80f0f;
  height: 90px;
  padding: 10px;
}
footer .full-bg-footer .box-agent-control-third .box-agent .paragraph-agent {
  font-size: 10px;
  text-align: justify;
  color: white;
}
footer .full-bg-footer .box-agent-control-four .title-agent {
  color: #e80f0f;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 15px;
}
footer .full-bg-footer .box-agent-control-four .box-agent {
  background-color: #e80f0f;
  height: 90px;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 10px;
}
footer .full-bg-footer .box-agent-control-four .paragraph-agent {
  padding: 10px;
  text-align: center;
  color: white;
}
footer .full-bg-footer .list-footer {
  font-size: 13px;
}
footer .full-bg-footer .list-footer ul > li {
  display: inline-block;
  margin: 3px;
}
footer .full-bg-footer .copyright {
  font-size: 13px;
}

#livedraw {
  padding: 10px;
}
#livedraw .box-prize-control {
  background-color: #F5F5DC;
  height: 270px;
}
#livedraw .box-prize-control .title {
  background-color: #e80f0f;
  border: 2px solid #F5F5DC;
  height: 60px;
  color: white;
  padding: 18px 19px 0px 19px;
}
#livedraw .box-prize-control .list-prize {
  background-color: white;
  height: 200px;
  border-left: 2px solid #F5F5DC;
}
#livedraw .box-prize-control .list-prize > .box-prize {
  border-right: 2px solid #F5F5DC;
  width: 100%;
  display: grid;
  place-content: center;
}
#livedraw .box-prize-control .list-prize > .box-prize .img-prize img {
  width: 55px;
  height: 55px;
}
#livedraw .box-prize-control .list-prize > .box-prize .title-prize {
  color: #e80f0f;
  font-size: 21px;
}
#livedraw .box-prize-control .list-prize > .box-prize .pools-prize .pool {
  width: 40px;
  height: 40px;
  background-color: #e80f0f;
  color: white;
  border-radius: 50%;
  margin: 2px;
  font-size: 30px;
  align-items: center;
  justify-content: center;
  display: flex;
}

.cornsilk-bg {
  background-color: rgba(115, 19, 10, 0.579);
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  header .menu ul > a li {
    width: 93.3px;
    height: 80px;
    padding: 0.3rem;
    font-size: 1rem;
  }
  header .logo {
    height: 80px;
    width: 170px;
  }
  main .box-prize-control .list-prize > .box-prize .pools-prize .pool {
    width: 29px;
    height: 29px;
    background-color: #e80f0f;
    color: white;
    border-radius: 50%;
    margin: 2px;
    font-size: 1.4rem;
    align-items: center;
    justify-content: center;
    display: flex;
  }
  main .time-next-draw-box .time-relese .box-control-time .box-time {
    font-size: 1rem;
  }
  main .time-next-draw-box .time-relese .box-control-time .box-time .title-time {
    font-size: 0.8rem;
    padding: 4px;
  }
  main .time-next-draw-box .time-relese .box-control-time .box-time .num-time {
    font-size: 2rem;
  }
  main .past-result-control .result-box table tr:not(:nth-child(1)) > td:not(:first-child) > .pool {
    display: inline-block;
    width: 1.2rem !important;
    height: 1.2rem !important;
    border-radius: 50%;
    background-color: #e80f0f;
    color: white;
    text-align: center;
    padding: 0px;
    margin: 0.8px;
    font-size: 0.8rem;
  }
  main .past-result-control .result-box table tr:not(:nth-child(1)) > td:first-child {
    font-size: 0.8rem;
  }
  main .banner-box-res {
    height: 243px;
    opacity: 100%;
    background-size: cover;
    background-position: center;
  }
  footer .full-bg-footer .box-agent-control-first .title-agent {
    color: #e80f0f;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 15px;
  }
  footer .full-bg-footer .box-agent-control-first .box-agent {
    background-color: #e80f0f;
    height: 80px;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 8px;
  }
  footer .full-bg-footer .box-agent-control-first .box-agent .img-european img {
    width: 79px;
  }
  footer .full-bg-footer .box-agent-control-first .box-agent .img-wla img {
    width: 41px;
  }
  footer .full-bg-footer .box-agent-control-second .title-agent {
    color: #e80f0f;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 15px;
  }
  footer .full-bg-footer .box-agent-control-second .box-agent {
    background-color: #e80f0f;
    height: 80px;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 10px;
  }
  footer .full-bg-footer .box-agent-control-second .box-agent .img-ab18 img {
    width: 23px;
  }
  footer .full-bg-footer .box-agent-control-second .paragraph-agent {
    padding: 7px;
    text-align: center;
    color: white;
    font-size: 0.8rem;
  }
  footer .full-bg-footer .box-agent-control-third .title-agent {
    color: #e80f0f;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 15px;
  }
  footer .full-bg-footer .box-agent-control-third .box-agent {
    background-color: #e80f0f;
    height: 80px;
    padding: 10px;
  }
  footer .full-bg-footer .box-agent-control-third .box-agent .paragraph-agent {
    /* font-size: 10px; */
    text-align: justify;
    color: white;
    font-size: 0.4rem;
  }
  footer .full-bg-footer .box-agent-control-four .title-agent {
    color: #e80f0f;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 15px;
  }
  footer .full-bg-footer .box-agent-control-four .box-agent {
    background-color: #e80f0f;
    height: 80px;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 10px;
  }
  footer .full-bg-footer .box-agent-control-four .paragraph-agent {
    padding: 10px;
    text-align: center;
    color: white;
    font-size: 0.7rem;
  }
}
@media only screen and (max-width: 767px) {
  header .logo-menu-box-full {
    display: none;
  }
  .bg-logo {
    background-color: #F5F5DC;
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 100;
    height: 60px;
    display: flex;
    justify-content: space-between;
    padding: 17px;
  }
  .bg-logo img {
    height: 32px;
  }
  .bg-logo i {
    color: white;
    font-weight: 900;
    font-size: 33px;
  }
  li {
    list-style: none;
  }
  a {
    color: white;
    text-decoration: none;
  }
  .navbar {
    min-height: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px;
  }
  .nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
  }
  .nav-branding {
    font-size: 2rem;
  }
  .nav-link {
    transition: 0.7s ease;
  }
  .nav-link:hover {
    color: dodgerblue;
  }
  .hamburger {
    display: none;
    cursor: pointer;
  }
  .bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    transition: all 0.3s ease-in-out;
    background-color: white;
  }
  .hamburger {
    display: block;
  }
  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .nav-menu {
    position: fixed;
    left: -100%;
    top: 60px;
    gap: 0;
    flex-direction: column;
    background-color: #e80f0f;
    width: 100%;
    text-align: center;
    transition: 0.3s;
    padding: 0;
  }
  .nav-item {
    padding: 10px 0;
    width: 100%;
  }
  .nav-item:nth-child(odd) {
    background-color: #274063;
  }
  .nav-item a {
    background-image: linear-gradient(to right, #F5F5DC, #F5F5DC 50%, white 50%);
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-block;
    padding: 5px 0;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
  }
  .nav-item a:before {
    content: "";
    background: #F5F5DC;
    color: #F5F5DC;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 3px;
    transition: all 0.3s ease-in-out;
  }
  .nav-item a:hover {
    background-position: 0;
  }
  .nav-item a:hover::before {
    width: 100%;
  }
  .nav-menu.active {
    left: 0;
  }
  main .box-prize-control .list-prize {
    height: 200px;
    flex-direction: column;
  }
  main .box-prize-control .list-prize > .box-prize {
    border: 2px solid #F5F5DC;
    width: 100%;
    display: grid;
    background-color: white;
    place-content: center;
  }
  main .box-prize-control {
    background-color: #F5F5DC;
    height: 622px;
  }
  main .box-prize-control .list-prize {
    background-color: white;
    /* height: 200px; */
    border-left: none;
  }
  .pr {
    padding-right: 1rem !important;
  }
  .margin-top-res {
    margin-top: 10px;
  }
  main .past-result-control .result-box table tr:first-child {
    height: 42px;
    color: #e80f0f;
    font-size: 0.8rem;
    font-weight: 600;
  }
  main .past-result-control .result-box table tr:first-child td:first-child {
    padding-left: 10px;
  }
  main .past-result-control .result-box table tr:not(:nth-child(1)) > td:first-child {
    color: #e80f0f;
    padding-left: 6px;
    font-size: 0.6rem;
  }
  main .past-result-control .result-box table tr:not(:nth-child(1)) > td:not(:first-child) > .pool {
    display: inline-block;
    width: 18px !important;
    height: 18px !important;
    border-radius: 50%;
    background-color: #e80f0f;
    color: white;
    text-align: center;
    padding: 2px;
    margin: 0.5px;
    font-size: 0.6rem;
  }
  footer .full-bg-footer .box-agent-control-first .title-agent {
    font-size: 0.9rem;
  }
  footer .full-bg-footer .box-agent-control-first .box-agent {
    height: 75px;
  }
  footer .full-bg-footer .box-agent-control-first .box-agent .img-european img {
    width: 89px;
  }
  footer .full-bg-footer .box-agent-control-first .box-agent .img-wla img {
    width: 36px;
  }
  footer .full-bg-footer .box-agent-control-second .title-agent {
    font-size: 0.9rem;
  }
  footer .full-bg-footer .box-agent-control-second .box-agent {
    height: 75px;
  }
  footer .full-bg-footer .box-agent-control-second .box-agent .img-ab18 img {
    width: 22px;
  }
  footer .full-bg-footer .box-agent-control-second .box-agent .paragraph-agent {
    font-size: 2vw;
    padding: 8px;
  }
  footer .full-bg-footer .box-agent-control-third .title-agent {
    font-size: 0.9rem;
  }
  footer .full-bg-footer .box-agent-control-third .box-agent {
    height: 75px;
  }
  footer .full-bg-footer .box-agent-control-third .box-agent .paragraph-agent {
    font-size: 7.4px;
  }
  footer .full-bg-footer .box-agent-control-four .title-agent {
    font-size: 0.9rem;
  }
  footer .full-bg-footer .box-agent-control-four .box-agent {
    height: 75px;
  }
  footer .full-bg-footer .box-agent-control-four .box-agent .img-dka img {
    width: 26px;
  }
  footer .full-bg-footer .box-agent-control-four .box-agent .paragraph-agent {
    font-size: 0.7rem;
  }
  .banner-res {
    display: none;
  }
  .swiper-control {
    display: block;
  }
  main .box-prize-control .list-prize {
    height: 200px;
    flex-direction: column;
  }
  main .box-prize-control .list-prize > .box-prize {
    border: 2px solid #F5F5DC;
    width: 100%;
    display: grid;
    background-color: white;
    place-content: center;
  }
  main .box-prize-control {
    background-color: #F5F5DC;
    height: 622px;
  }
  main .box-prize-control .list-prize {
    background-color: white;
    /* height: 200px; */
    border-left: none;
  }
  .cornsilk-bg {
    height: auto;
  }
  .cornsilk-bg .box-prize-control .list-prize {
    height: 200px;
    flex-direction: column;
  }
  .cornsilk-bg .box-prize-control .list-prize > .box-prize {
    border: 2px solid #F5F5DC;
    width: 100%;
    display: grid;
    background-color: white;
    place-content: center;
  }
  .cornsilk-bg .box-prize-control {
    background-color: #F5F5DC;
    height: 622px;
  }
  .cornsilk-bg .box-prize-control .list-prize {
    background-color: white;
    /* height: 200px; */
    border-left: none;
  }
  #livedraw .box-prize-control {
    background-color: #F5F5DC;
    height: 625px;
  }
  #livedraw .box-prize-control .title {
    background-color: #e80f0f;
    border: 2px solid #F5F5DC;
    height: 60px;
    color: white;
    font-size: 0.8rem;
    padding: 18px 19px 0px 19px;
  }
  .btnPagingNext {
    background-color: red;
  }
  [type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    background-color: red;
    width: 40px;
  }
}
@media only screen and (max-width: 410px) {
  main .box-prize-control .title .date {
    font-size: 13px;
  }
  main .past-result-control .result-box table tr:not(:nth-child(1)) > td:not(:first-child) > .pool {
    width: 15px !important;
    height: 15px !important;
  }
}/*# sourceMappingURL=style.css.map */