body {
  background: white url("../images/background.jpg") top center no-repeat;
  font-family: "Roboto Slab", serif;
}

.top-menu {
  background-color: #27388a;
  height: 100px;
}

.top-menu .navbar {
  padding: 0.25rem 0;
}

.top-menu .navbar a img {
  width: 255px;
  height: 78px;
}

.top-menu .navbar ul.navbar-nav li.nav-item p {
  color: white;
  font-size: 12px;
  padding: 0.5rem 0;
  margin-bottom: 0;
}

.top-menu .navbar ul.navbar-nav li.nav-item p span {
  font-size: 14px;
  font-weight: bold;
  padding-left: 18px;
}

.top-menu .navbar ul.navbar-nav li.nav-item p:before {
  display: inline-block;
  content: "";
  height: 1px;
  width: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-right: 8px;
  margin-bottom: 4px;
}

.top-menu .navbar ul.navbar-nav li.nav-item a {
  color: white;
  font-size: 1.25rem;
}

.top-menu .navbar ul.navbar-nav li.nav-item a:hover {
  color: #ff0006;
}

.top-menu .navbar ul.navbar-nav li.nav-item.active a {
  color: #ff0006;
}

.news {
  background-color: #18266d;
  color: white;
}

.news marquee {
  vertical-align: middle;
}

.cooldown {
  font-size: 3vw;
  font-weight: bold;
  display: block;
  margin: -7.5vw 0 0;
}

.cooldown .winner {
  text-decoration: underline;
  margin-bottom: 1em;
}

.cooldown .winner .col-8 {
  max-width: 39vw;
}

.win-number {
  background-color: #cdd6ff;
}

.win-number .head {
  height: 50px;
  box-sizing: content-box;
  position: relative;
  background: #27388a;
  color: white;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 5px 0;
}

.win-number .head:after {
  content: "";
  position: absolute;
  left: 150px;
  bottom: -8px;
  width: 0;
  height: 0;
  border-top: 10px solid #27388a;
  border-left: 400px solid transparent;
  border-right: 400px solid transparent;
}

.win-number .body .title {
  color: #27388a;
  font-size: 20px;
}

.win-number .body .circle {
  width: 30px;
  height: 30px;
  background: white;
  border-radius: 50%;
  color: black;
  display: inline-block;
  font-size: 18px;
  border: 1px solid #27388a;
  font-weight: bold;
}

.win-number .body .starter {
  border-top: 1px solid #27388a;
}

.about {
  height: auto;
}

#accordion .result-main {
  background-color: #cdd6ff;
}

#accordion .result-main .head {
  box-sizing: content-box;
  position: relative;
  background: #27388a;
  color: white;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

#accordion .result-main .head:after {
  content: "";
  position: absolute;
  left: 5%;
  bottom: -6px;
  width: 0;
  height: 0;
  border-top: 13px solid #27388a;
  border-left: 500px solid transparent;
  border-right: 500px solid transparent;
}

#accordion .result-main .body .card-header,
#accordion .result-main .body .card {
  background-color: unset;
  border: none;
  padding: 0;
}

#accordion .result-main .body .title {
  font-size: 18px;
  color: #27388a;
}

#accordion .result-main .body .circle {
  width: 25px;
  height: 25px;
  font-size: 14px;
  background: white;
  border-radius: 50%;
  color: black;
  display: inline-block;
  border: 1px solid #27388a;
}

#accordion .result-main .body a.card-link i.fa-chevron-down {
  color: #27388a;
  transform: rotate(180deg);
  transition: all 0.5s ease 0s;
}

#accordion .result-main .body a.collapsed i.fa-chevron-down {
  transform: rotate(0deg);
  transition: all 0.5s ease 0s;
}

#accordion .result-main .body .card-body {
  background-color: #27388a;
  color: white;
  padding: 0;
}

#accordion .result-main .body .card-body .title {
  font-size: 20px;
  color: white;
}

#accordion .result-main .body .card-body .circle {
  width: 30px;
  height: 30px;
  font-size: 18px;
  background-color: transparent;
  color: white;
  border: 1px solid white;
  font-weight: bold;
}

#accordion .result-main .body .card-body .starter {
  border-top: 1px solid white;
}

#accordion .result-main .body .line {
  border-bottom: 1px solid #27388a;
}

#accordion .result-main .body .line::last-child {
  border-bottom: none;
}

.footer-bot {
  background-color: #cdd6ff;
}

.footer-bot h2 {
  color: #27388a;
}

.footer-bot .copyright {
  background-color: #27388a;
  color: white;
}

.contactus h2,
.contactus span {
  color: #27388a;
  font-weight: bold;
}

.contactus i {
  color: red;
}

form i span {
  color: red;
}

form textarea {
  min-height: 200px;
}

form .form-group .form-control {
  background-color: #cdd6ff;
}

form button.btn {
  background-color: #27388a;
  border-radius: 18px;
  text-transform: uppercase;
  border: 2px solid #27388a;
  padding: 0.35rem 3rem;
}

form button.btn:hover {
  background-color: #cdd6ff;
  color: black;
}

.lSAction .lSPrev {
  background-image: none;
}

.lSAction .lSPrev i {
  font-size: 50px;
  color: #27388a;
}

.lSAction .lSNext {
  background-image: none;
}

.lSAction .lSNext i {
  font-size: 50px;
  color: #27388a;
}

.result {
  background-color: #cdd6ff;
}

.result .head {
  box-sizing: content-box;
  position: relative;
  background: #27388a;
  color: white;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 0;
}

.result .head:after {
  content: "";
  position: absolute;
  left: 6%;
  bottom: -5px;
  width: 0;
  height: 0;
  border-top: 8px solid #27388a;
  border-left: 150px solid transparent;
  border-right: 150px solid transparent;
}

.result .body {
  padding-top: 5px;
  color: #18266d;
}

.result .body .line {
  border-bottom: 1px solid #454545;
}

.result .body .line1 {
  border-right: 1px solid #454545;
}

.pagination .page-item .page-link,
.pagination .page-item.disabled .page-link {
  background-color: #929292;
  color: white;
}

.pagination .page-item:hover .page-link,
.pagination .page-item.active .page-link {
  background-color: #27388a;
}

.information {
  background-color: #cdd6ff;
  position: fixed;
  top: 250px;
  left: -180px;
  width: 180px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: left 0.4s ease-in-out;
  -o-transition: left 0.4s ease-in-out;
  -ms-transition: left 0.4s ease-in-out;
  -moz-transition: left 0.4s ease-in-out;
  -webkit-transition: left 0.4s ease-in-out;
}

.information .head {
  padding: 5px;
  color: white;
  background-color: #27388a;
  border-top-right-radius: 10px;
  font-size: 20px;
  text-align: center;
}

.information .head i {
  font-size: 20px;
}

.information .body {
  padding: 5px;
}

.information .body a {
  color: black;
}

.information .body i {
  font-size: 20px;
}

.information .arrow {
  background-color: #27388a;
  color: white;
  width: 26px;
  height: 50px;
  border-radius: 0px 8px 8px 0px;
  text-align: center;
  position: absolute;
  left: 180px;
  top: 20%;
  cursor: pointer;
}

.information .arrow i {
  line-height: 3;
  transition: 1.4s ease-in-out;
  -o-transition: 1.4s ease-in-out;
  -ms-transition: 1.4s ease-in-out;
  -moz-transition: 1.4s ease-in-out;
  -webkit-transition: 1.4s ease-in-out;
  transform: rotate(0deg);
}

.information:hover {
  left: 0;
}

.information:hover .arrow i {
  transform: rotate(180deg);
}

/* version mobile */
.push-bottom {
  padding-bottom: 56px;
}

.mobile {
  max-width: 100%;
}

.mobile .pad-5 {
  padding: 0 5px;
}

.mobile .navbar {
  padding: 0;
  background-color: #27388a;
}

.mobile .navbar .navbar-toggler {
  padding: 0;
  border: none;
  width: 35px;
  height: 45px;
  line-height: 6px;
}

.mobile .navbar .navbar-toggler i,
.mobile .navbar .navbar-toggler span {
  color: white;
}

.mobile .navbar .navbar-toggler i {
  font-size: 1.75rem;
}

.mobile .navbar .navbar-toggler span.text {
  font-size: 10px;
}

.mobile .navbar .navbar-brand {
  margin-right: 0;
}

.mobile .navbar .navbar-brand img {
  width: 130px;
}

.mobile .navbar .navbar-collapse {
  background-color: #cdd6ff;
}

.mobile .navbar .navbar-collapse .navbar-nav .nav-link {
  color: #27388a;
}

.mobile .navbar .exchange {
  text-align: center;
  width: 46vw;
}

.mobile .navbar .exchange p {
  color: white;
  font-size: 1.5vw;
  margin-bottom: 0;
  text-align: left;
}

.mobile .navbar .exchange p span {
  font-size: 1.6vw;
  font-weight: bold;
  padding-left: 2vw;
}

.mobile .navbar .exchange p:before {
  display: inline-block;
  content: "";
  height: 1px;
  width: 1vw;
  background-color: rgba(255, 255, 255, 0.5);
  margin-right: 8px;
  margin-bottom: 2px;
}

.mobile .navbar .exchange img {
  width: 1vw;
}

.mobile .navbar .exchange img.acwet {
  width: 100px;
}

.mobile .navbar.fixed-bottom .navbar-nav {
  width: 100%;
  display: block;
}

.mobile .navbar.fixed-bottom .navbar-nav .nav-item {
  width: 24%;
  text-align: center;
  display: inline-block;
}

.mobile .navbar.fixed-bottom .navbar-nav .nav-item a {
  color: white;
  line-height: 1;
}

.mobile .navbar.fixed-bottom .navbar-nav .nav-item a i {
  font-size: 1.5rem;
}

.mobile .navbar.fixed-bottom .navbar-nav .nav-item a span {
  font-size: 10px;
}

.mobile .news {
  height: 28px;
  margin-top: 9vw;
}

.mobile .news .bn {
  font-size: 10px;
  width: 70px;
  height: 24px;
}

.mobile .time {
  font-size: 0.75rem;
}

.mobile .cooldown {
  margin: -9vw 0 0;
  font-size: 3.5vw;
}

.mobile .cooldown .winner {
  margin-right: 8vw;
}

.mobile .cooldown .winner .col-8 {
  max-width: 45vw;
}

.mobile .cooldown .winner .col-8 .col-4 {
  padding: 0;
}

.mobile .cooldown .winner .col-8 .col-4 .col-6 {
  padding: 0;
}

.mobile .cooldown .winner .col-8 .col-4 .col-6 #hour1-m {
  padding-left: 3vw;
}

.mobile .cooldown .winner .col-8 .col-4 .col-6 #hour2-m {
  padding-right: 3.5vw;
}

.mobile .cooldown .winner .col-8 .col-4 .col-6 #minute1-m {
  padding-left: 3.5vw;
}

.mobile .cooldown .winner .col-8 .col-4 .col-6 #minute2-m {
  padding-right: 4vw;
}

.mobile .cooldown .winner .col-8 .col-4 .col-6 #second1-m {
  padding-left: 2.5vw;
}

.mobile .cooldown .winner .col-8 .col-4 .col-6 #second2-m {
  padding-right: 4.5vw;
}

.mobile .win-number {
  height: unset;
}

.mobile .win-number .head {
  font-size: 3vw;
  height: unset;
}

.mobile .win-number .head:after {
  left: 38vw;
  bottom: -4px;
  border-top: 5px solid #27388a;
  border-left: 12vw solid transparent;
  border-right: 12vw solid transparent;
}

.mobile .win-number .body .title {
  font-size: 3vw;
}

.mobile .win-number .body .circle {
  width: 3.75vw;
  height: 3.75vw;
  font-size: 2.25vw;
  margin-bottom: 0.1rem;
}

.mobile .about .body a {
  color: black;
}

.mobile #accordion .result-main .head {
  font-size: 3vw;
}

.mobile #accordion .result-main .head:after {
  left: 38vw;
  bottom: -4px;
  border-top: 5px solid #27388a;
  border-left: 12vw solid transparent;
  border-right: 12vw solid transparent;
}

.mobile #accordion .result-main .body a {
  text-decoration: underline;
  color: #27388a;
}

.mobile #accordion .result-main .body .title {
  font-size: 2.5vw;
  display: inline;
  color: #27388a;
}

.mobile #accordion .result-main .body .circle {
  width: 3vw;
  height: 3vw;
  font-size: 1.75vw;
}

.mobile .banner-bottom {
  width: 100%;
  display: block;
  text-align: center;
}

.mobile .banner-bottom .body {
  width: 13.75vw;
  display: inline-block;
}

.mobile .result .head {
  font-size: 1.25vw;
}

.mobile .result .head:after {
  left: 6vw;
  border-left: 10vw solid transparent;
  border-right: 10vw solid transparent;
}

.mobile .result .body {
  font-size: 1.75vw;
}

.mobile .pagination {
  font-size: 1.75vw;
}

.modal .modal-dialog .modal-content {
  background-color: #cdd6ff;
}

.modal .modal-dialog .modal-content .modal-header {
  background: #27388a;
  display: unset;
  text-align: center;
  padding: 0.25rem;
}

.modal .modal-dialog .modal-content .modal-header h4 {
  line-height: 1;
}

.modal .modal-dialog .modal-content .modal-header h4 span {
  font-size: 2vw;
  font-weight: normal;
}

.modal .modal-dialog .modal-content .modal-header .close {
  margin: -7.25vw 0vw 0vw auto;
  color: white;
}

.modal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 3vw;
  height: unset;
  box-sizing: content-box;
  position: relative;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}

.modal .modal-dialog .modal-content .modal-header .modal-title:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 20vw;
  bottom: -9px;
  border-top: 5px solid #27388a;
  border-left: 12vw solid transparent;
  border-right: 12vw solid transparent;
}

.modal .modal-dialog .modal-content .modal-body .title {
  color: #27388a;
  font-size: 2.5vw;
}

.modal .modal-dialog .modal-content .modal-body .circle {
  width: 2.5vw;
  height: 2.5vw;
  font-size: 1.5vw;
  margin-bottom: 0.1rem;
  background: white;
  border-radius: 50%;
  color: black;
  display: inline-block;
  border: 1px solid #27388a;
}

.modal .modal-dialog .modal-content .modal-body .starter {
  border-top: 1px solid #27388a;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .mobile .banner-bottom .body {
    width: 13vw;
  }

  .mobile .cooldown .winner .col-8 .col-4 .col-6 #hour1-m {
    padding-left: 10vw;
  }

  .mobile .cooldown .winner .col-8 .col-4 .col-6 #minute1-m {
    padding-left: 6.5vw;
  }

  .mobile .cooldown .winner .col-8 .col-4 .col-6 #minute2-m {
    padding-right: 8vw;
  }

  .mobile .cooldown .winner .col-8 .col-4 .col-6 #second2-m {
    padding-right: 11.5vw;
  }

  .mobile .win-number .head img {
    width: 50%;
  }

  .mobile .news {
    margin-top: 17vw;
  }

  .modal .modal-dialog .modal-content .modal-header .close {
    margin: -9vw 0vw 0vw auto;
    padding: 1vw;
  }

  .modal .modal-dialog .modal-content .modal-header .modal-title::after {
    left: 35vw;
  }
}

@media only screen and (min-width: 360px) and (max-width: 767px) {
  .mobile .news {
    margin-top: 14vw;
  }
}

@media only screen and (min-width: 375px) and (max-width: 767px) {
  .mobile .news {
    margin-top: 15vw;
  }

  .modal .modal-dialog .modal-content .modal-header .close {
    margin: -8vw 0vw 0vw auto;
  }
}

@media only screen and (min-width: 414px) and (max-width: 767px) {
  .mobile .cooldown .winner .col-8 .col-4 .col-6 #hour1-m {
    padding-left: 8vw;
  }

  .mobile .cooldown .winner .col-8 .col-4 .col-6 #minute1-m {
    padding-left: 5.5vw;
  }

  .mobile .cooldown .winner .col-8 .col-4 .col-6 #minute2-m {
    padding-right: 6vw;
  }

  .mobile .cooldown .winner .col-8 .col-4 .col-6 #second2-m {
    padding-right: 9.5vw;
  }

  .mobile .news {
    margin-top: 14vw;
  }
}

@media only screen and (min-width: 568px) and (max-width: 767px) {
  .mobile .cooldown .winner .col-8 .col-4 .col-6 #hour1-m {
    padding-left: 5vw;
  }

  .mobile .cooldown .winner .col-8 .col-4 .col-6 #minute1-m {
    padding-left: 4.5vw;
  }

  .mobile .cooldown .winner .col-8 .col-4 .col-6 #minute2-m {
    padding-right: 6vw;
  }

  .mobile .cooldown .winner .col-8 .col-4 .col-6 #second2-m {
    padding-right: 6.5vw;
  }

  .mobile .news {
    margin-top: 11vw;
  }

  .modal .modal-dialog .modal-content .modal-header .close {
    margin: -8vw 0vw -18vw auto;
  }
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
  .mobile .news {
    margin-top: 11vw;
  }

  .modal .modal-dialog .modal-content .modal-header .close {
    margin: -6vw 0vw -18vw auto;
  }
}

@media only screen and (min-width: 667px) and (max-width: 767px) {
  .mobile .cooldown .winner .col-8 .col-4 .col-6 #hour1-m {
    padding-left: 4vw;
  }

  .mobile .cooldown .winner .col-8 .col-4 .col-6 #minute1-m {
    padding-left: 3.5vw;
  }

  .mobile .cooldown .winner .col-8 .col-4 .col-6 #minute2-m {
    padding-right: 4.5vw;
  }

  .mobile .cooldown .winner .col-8 .col-4 .col-6 #second2-m {
    padding-right: 5.5vw;
  }

  .mobile .news {
    margin-top: 10vw;
  }
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-header .modal-title::after {
    left: 26vw;
  }
}

@media only screen and (min-width: 736px) and (max-width: 767px) {
  .mobile .news {
    margin-top: 9.5vw;
  }

  .modal .modal-dialog .modal-content .modal-header .modal-title::after {
    left: 21vw;
  }
}

@media only screen and (min-width: 1024px) {
  .mobile .news {
    margin-top: 8vw;
  }

  .modal .modal-dialog .modal-content .modal-header .modal-title::after {
    left: 12vw;
  }

  .modal .modal-dialog .modal-content .modal-body .title {
    font-size: 2.25vw;
  }

  .modal .modal-dialog .modal-content .modal-body .circle {
    width: 2vw;
    height: 2vw;
    font-size: 1.25vw;
  }
}

@media screen and (max-resolution: 0.6dppx) {
  .cooldown {
    margin: -15rem 0 0;
  }
}

@media screen and (max-resolution: 0.65dppx) {
  .countdown-child {
    margin: 0;
  }

  .countdown-parent {
    flex: 1;
  }

  .banner-main {
    width: 180rem !important;
  }
}