@font-face {
  font-family: "tahomabd";
  src: url("../fonts/tahomabd.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "utmcafeta";
  src: url("../fonts/utmcafeta.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* =Reset default browser CSS.
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a img {
  border: 0;
}

figure {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* -------------------------------------------------------------- */
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:hover, a:focus, a:hover p, select:hover, select:focus, select:active {
  text-decoration: none;
  outline: none !important;
}

a, a:link {
  text-decoration: none;
  outline: none !important;
  color: #fff;
}

.clearfix:after {
  content: "";
  visibility: hidden;
  display: table;
  clear: both;
}

::-webkit-input-placeholder {
  /* Firefox, Chrome, Opera */
  color: #585757;
}

::-moz-placeholder {
  /* Firefox, Chrome, Opera */
  color: #585757;
}

:-ms-input-placeholder {
  /* Firefox, Chrome, Opera */
  color: #585757;
}

::-ms-input-placeholder {
  /* Firefox, Chrome, Opera */
  color: #585757;
}

::placeholder {
  /* Firefox, Chrome, Opera */
  color: #585757;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #585757;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #585757;
}

*, .box_sizing_border_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.a100 {
  width: 100%;
  height: 100%;
  display: block;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

button {
  border: none;
  background: transparent;
}

.t-upper {
  text-transform: uppercase;
}

.t-center {
  text-align: center;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes moveY {
  from {
    background-position-y: 0px;
  }
  to {
    background-position-y: 215px;
  }
}
@keyframes moveY {
  from {
    background-position-y: 0px;
  }
  to {
    background-position-y: 215px;
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
            transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
            transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
            transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(3px, 2px) rotate(0deg);
            transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
            transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
            transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
            transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(3px, 1px) rotate(-1deg);
            transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
            transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(1px, 2px) rotate(0deg);
            transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
            transform: translate(1px, -2px) rotate(-1deg);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
            transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
            transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
            transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(3px, 2px) rotate(0deg);
            transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
            transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
            transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
            transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(3px, 1px) rotate(-1deg);
            transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
            transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(1px, 2px) rotate(0deg);
            transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
            transform: translate(1px, -2px) rotate(-1deg);
  }
}
body {
  margin: 0;
  font-family: "tahoma";
  font-size: 13px;
  line-height: 1.3;
  font-weight: 300;
  color: #ffffff;
  background: url(../images/img-bg.jpg) no-repeat center top #ffdd48;
  position: relative;
  overflow-x: hidden;
}

.container {
  position: relative;
  width: 1033px;
  margin: 0 auto;
}

.video_mp4 {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
  width: 2000px;
}
.video_mp4 video {
  width: 100%;
}

#group-top_left {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
}

.header .logo-nav {
  float: left;
  margin-top: 10px;
}
.header .logo-nav a img {
  margin-left: -8rem;
}
.header .logo-nav .nav ul {
  position: relative;
  left: -125px;
  background: #fff;
  padding: 1px 8px;
  border-radius: 5px;
  color: #c02424;
  font-family: "utmcafeta";
  font-size: 20px;
}
.header .logo-nav .nav ul li {
  display: inline-block;
}
.header .logo-nav .nav ul li a {
  color: #c02424;
  text-transform: uppercase;
}
.header .slogan {
  position: relative;
  width: 100%;
  text-align: center;
  visibility: hidden;
}
.header .slogan .heart {
  background: url(../images/img-heart-1.png) no-repeat;
  width: 48px;
  height: 49px;
  position: absolute;
  top: 44px;
  right: 36px;
  display: block;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}
.header .slogan .heart._1 {
  background: url(../images/img-heart-2.png) no-repeat;
  width: 34px;
  height: 36px;
  top: 98px;
  right: 0;
  -webkit-animation: sk-scaleout 1.4s infinite ease-in-out;
  animation: sk-scaleout 1.4s infinite ease-in-out;
}

.img-fo {
  position: absolute;
  bottom: 0;
  width: 1920px;
  left: calc(50% - 983px);
  z-index: -1;
}
.img-fo img {
  width: 100%;
}

#footer {
  height: 137px;
  width: 100%;
  background: #000;
  z-index: 9;
  position: relative;
}
#footer .logo {
  display: block;
  height: 39px;
  float: left;
  margin-top: 35px;
}
#footer .logo.gosu {
  width: 162px;
  height: 42px;
  background: url(../images/logo_gosu.png) no-repeat center center;
  background-size: contain;
  margin-left: 2px;
}
#footer .logo.cubinet {
  width: 238px;
  background: url(../images/logo_cubinet.png) no-repeat center center;
  background-size: contain;
}
#footer .address {
  width: 575px;
  height: 81px;
  float: left;
  padding-top: 30px;
}
#footer .address a {
  color: #fff;
  font-size: 14px;
  font-family: Tahoma;
  padding: 0 2px 0 5px;
  line-height: 1;
}
#footer .address p {
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-family: Tahoma;
  float: left;
  color: #fff;
  margin: 6px 0px 0px 0px;
}
#footer .address .menu_footer {
  text-align: center;
  margin-left: 15px;
}
#footer .address .menu_footer li {
  float: left;
  margin: 1px 4px;
  border-left: 1px solid #fff;
}
#footer .address .menu_footer li:nth-child(1) {
  border-left: none;
}
#footer .address .menu_footer li a {
  width: 100%;
  height: 100%;
  display: block;
}
#footer .address .menu_footer li a:hover {
  color: #ff9427;
}

/*****************  PAGINATION  *****************/
.pagination {
  text-align: center;
}
.pagination ul {
  width: 100%;
  margin: 28px auto 0;
  text-align: center;
  position: relative;
}
.pagination ul li {
  display: inline-block;
  border: none !important;
}
.pagination ul li a {
  height: 30px;
  float: left;
  margin-left: 5px;
  font-size: 20px;
}
.pagination ul li a label {
  color: #fff;
  padding: 0 3px;
  border-radius: 50%;
  text-align: center;
  display: block;
  cursor: pointer;
}
.pagination ul li a label.ac, .pagination ul li a label:hover {
  font-family: "tahomabd";
  position: relative;
}
.pagination ul li a label.ac:after, .pagination ul li a label:hover:after {
  content: "";
  width: 19px;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: #fff;
}
.pagination ul li a.arr1 {
  width: 14px;
  display: block;
}
.pagination ul li.first .ro, .pagination ul li .arr1.ro {
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
.pagination ul li.first a, .pagination ul li.last a {
  width: 24px;
  display: block;
  background-size: contain;
}

.popup {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
.popup .width {
  width: 524px;
  height: 225px;
  background: url(../images/img-bg-popup.png) no-repeat;
  text-align: center;
  margin: auto;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  position: absolute;
  z-index: 2;
  background-size: contain;
}
.popup .width .close {
  width: 60px;
  height: 61px;
  background: url(../images/img-close.png) no-repeat;
  float: right;
  position: absolute;
  top: -10px;
  right: -15px;
  cursor: pointer;
}
.popup .close-outside {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 1;
  cursor: default;
}
.popup .maj {
  height: 100%;
}
.popup .maj .title {
  margin: auto;
  text-align: center;
  width: 245px;
  height: 64px;
  background: url(../images/img-bg-title.png) no-repeat;
  margin-top: -27px;
  position: relative;
}
.popup .maj .title:before, .popup .maj .title:after {
  content: "";
  background: url(../images/icon-dot.png);
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: 24px;
  left: 20px;
}
.popup .maj .title:after {
  right: 20px;
  left: inherit;
}
.popup .maj .title span {
  text-shadow: 2px 1px 0 #000, 1px -2px 0 #000, -1px 2px 0 #000, -1px -2px 0 #000, 2px -1px 0 #000, 0px 2px 0 #000, -2px 0px 0 #000, -2px -1px 0 #000, 1px 2px 0 #000, -2px 1px 0 #000;
  font-size: 25px;
  line-height: 64px;
  color: #fff;
  font-family: "tahomabd";
  text-transform: uppercase;
}
.popup .maj .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100% - 30px);
}
.popup .maj .text p {
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-shadow: 0.122px 0.993px 4px #18100e;
  text-transform: uppercase;
}
.popup .maj .text p span {
  font-family: "tahomabd";
  display: inline-block;
  font-size: 25px;
}
.popup.thongbao .bet {
  background: url(../images/img-bet-2.png) no-repeat;
  width: 195px;
  height: 163px;
  display: block;
  position: absolute;
  bottom: 0;
  left: -140px;
}
.popup.qua .width {
  background: url(../images/img-bg-popup-qua.png) no-repeat;
  width: 524px;
  height: 346px;
}
.popup.qua .maj .text p {
  text-align: center;
  text-shadow: none;
}
.popup.qua .maj .text p.img:after {
  content: "";
  background: url(../images/img-light-2.png) no-repeat;
  width: 258px;
  height: 261px;
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 128px);
}
.popup.qua .maj .text p.img img {
  width: 90px;
  height: auto;
  z-index: 2;
  position: relative;
  margin-top: 10;
}
.popup.qua .maj .text p.text2, .popup.qua .maj .text p.text4 {
  background-color: #287be1;
  padding: 4px 19px;
  margin-top: -13px;
  border-radius: 20px;
}
.popup.qua .maj .text p.text3 {
  color: #0f1739;
  font-size: 14px;
  text-transform: initial;
  text-shadow: none;
}
.popup.qua .maj .text p.text3 span {
  color: #fff;
  font-family: "tahomabd";
  display: inline-block;
  font-size: 14px;
}
.popup.qua .maj .text p a {
  background: url(../images/img-bnt-doi-hover.png) no-repeat;
  width: 141px;
  height: 47px;
  display: inline-block;
  background-size: contain;
  line-height: 47px;
  font-size: 17px;
  color: #0f1739;
  text-align: center;
  text-transform: uppercase;
  font-family: "tahomabd";
  text-shadow: 0.122px 0.993px 5px #00ffdd;
  margin: 6px 25px;
}
.popup.qua .maj .text p a.xacnhan {
  background: url(../images/img-bnt-xacnhan.png) no-repeat;
  background-size: contain;
  text-shadow: 0.122px 0.993px 5px #fff;
}
.popup.qua .maj:before {
  content: "";
  background: url(../images/img-star.png) no-repeat;
  width: 88px;
  height: 93px;
  display: block;
  position: absolute;
  top: 31px;
  left: -34px;
}
.popup.qua .maj:after {
  content: "";
  background: url(../images/img-bet.png) no-repeat;
  width: 263px;
  height: 174px;
  display: block;
  position: absolute;
  bottom: 12px;
  right: -189px;
  background-size: contain;
}

.anchor {
  position: fixed;
  right: -180px;
  z-index: 99;
  top: 62%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 268px;
  height: 330px;
  background: url(../images/bg-link-nav-right.png) no-repeat;
}
.anchor.open {
  right: 0;
}

.link-group {
  margin-left: 83px;
  width: 174px;
  height: 288px;
}
.link-group a {
  width: 160px;
  height: 56px;
  margin: 0 auto 5px;
  text-align: center;
  line-height: 56px;
  color: #000;
  background: url(../images/bg-btn-nav.png);
  font-size: 17.4px;
  font-family: "tahomabd";
  text-shadow: 0.122px 0.993px 5px #00ffdd;
}
.link-group a:hover {
  background: url(../images/bg-btn-nav-hover.png) no-repeat;
  background-size: contain;
  text-shadow: 0.122px 0.993px 5px #fff;
}
.link-group a.btn-tai-game {
  width: 160px;
  height: 93px;
  background: url(../images/bg-download.png);
  background-size: 100% 100%;
  line-height: 93px;
  margin-top: 63px;
  font-size: 25.41px;
  color: #fff;
  text-shadow: none;
}
.link-group a.btn-tai-game:hover {
  background: url(../images/bg-download-hover.png);
  background-size: 100% 100%;
  text-shadow: none;
}

.box-giftcode {
  width: 180px;
  height: 217px;
  background: url(../images/bg-giftcode-anchor.jpg);
  margin-top: 4px;
}
.box-giftcode .tit-bgc {
  line-height: 1.2;
  margin-left: 62px;
  padding-top: 17px;
}

.go-top {
  cursor: pointer;
  width: 49px;
  height: 129px;
  background: url(../images/bg-go-top.png);
  margin: 5px auto 0;
}

.i-control {
  cursor: pointer;
  position: absolute;
  top: 63px;
  left: -27px;
  height: 90px;
  width: 27px;
  background: url(../images/bg-control.png) center center/100% 100% no-repeat;
}
.i-control .i-txt {
  margin-top: 19px;
  margin-left: 3px;
  height: 54px;
  width: 21px;
  background: url(../images/icon-close-nav-right.png) center center/100% 100% no-repeat;
  display: block;
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
}
.i-control.i-control-open .i-txt {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

.p-relative {
  position: relative;
}

.img-phao-right {
  position: absolute;
  top: 0;
  pointer-events: none;
  right: -95px;
}

.main-page .info {
  width: 100%;
  margin-bottom: -11rem;
}
.main-page .info .width {
  background: url(../images/img-bg-info.png) no-repeat;
  width: 1080px;
  height: 263px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 100px 88px 88px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-page .info .width .info_text {
  width: 50%;
  display: inline-block;
  padding: 0 2rem 0 5rem;
}
.main-page .info .width .info_text .login p a {
  background: url(../images/img-bnt-mualuot.png) no-repeat;
  width: 150px;
  height: 53px;
  display: block;
  font-size: 21px;
  text-align: center;
  line-height: 49px;
  font-family: "utmcafeta";
  margin-bottom: 3px;
  color: #1d1143;
  text-transform: uppercase;
}
.main-page .info .width .info_text .login p a:hover {
  background: url(../images/img-bnt-mualuot-hover.png?v=1) no-repeat;
}
.main-page .info .width p, .main-page .info .width div {
  color: #050b32;
  line-height: 30px;
  clear: both;
}
.main-page .info .width p span, .main-page .info .width p a, .main-page .info .width div span, .main-page .info .width div a {
  font-size: 15px;
  color: #ffffff;
  display: block;
  float: left;
}
.main-page .info .width p span:nth-child(2), .main-page .info .width p a:nth-child(2), .main-page .info .width div span:nth-child(2), .main-page .info .width div a:nth-child(2) {
  font-size: 18px;
  font-family: "tahomabd";
  width: 90px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-page .info .width p .select_server, .main-page .info .width div .select_server {
  display: inline-block;
}
.main-page .info .width p .select_server select, .main-page .info .width div .select_server select {
  width: 125px;
  height: 23px;
  color: #fff;
  font-size: 15px;
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/icon-arrow-select.png) no-repeat 97% center;
  appearance: none;
  background-color: #1d1143;
  border: none;
  padding-left: 5px;
  margin: auto;
  display: block;
  border-radius: 3px;
}
.main-page .info .width .mualuot {
  width: 50%;
  display: inline-block;
}
.main-page .info .width .mualuot > p {
  font-size: 16px;
  text-align: center;
  padding: 6px 0 5px;
  margin-top: 10px;
  color: #fff;
}
.main-page .info .width .mualuot > p label {
  font-family: "tahomabd";
  display: inline-block;
}
.main-page .info .width .mualuot ul {
  text-align: center;
}
.main-page .info .width .mualuot ul li {
  display: inline-block;
}
.main-page .info .width .mualuot ul li a {
  background: url(../images/img-bnt-mualuot.png) no-repeat;
  width: 150px;
  height: 53px;
  display: block;
  font-size: 21px;
  text-align: center;
  line-height: 49px;
  font-family: "utmcafeta";
  margin-bottom: 3px;
  color: #1d1143;
  text-transform: uppercase;
}
.main-page .info .width .mualuot ul li a:hover {
  background: url(../images/img-bnt-mualuot-hover.png?v=1) no-repeat;
}
.main-page .info .width .login a {
  width: 100%;
  height: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.main-page .info .width .login a span {
  font-size: 28px;
  font-family: "utmcafeta";
  text-transform: uppercase;
  color: #1d1143;
}
.main-page .info .width .login a:hover span, .main-page .info .width .login a.active span {
  color: #f84600;
}
.main-page .info .width .login a {
  width: 180px;
  height: 72px;
  background-size: 100%;
  margin: 32px 20px 32px;
}
.main-page .info .width .login a:hover {
  background-size: 100%;
}
.main-page .info .width .login a span {
  color: #fff;
  font-size: 18px;
  line-height: 61px;
}
.main-page .info .width .login a:after, .main-page .info .width .login a:before {
  top: 28px;
  right: 12px;
  left: inherit;
}
.main-page .info .width .login a:before {
  left: 12px;
}
.main-page .process {
  position: relative;
}
.main-page .process .text {
  font-size: 20px;
  color: #10183d;
  text-transform: uppercase;
  text-align: center;
  font-family: "tahomabd";
  margin: 20px auto 40px;
}
.main-page .process .moc {
  background: url(../images/img-bg-score.png) no-repeat center center;
  width: 160px;
  height: 151px;
  display: block;
  position: absolute;
  top: -58px;
  left: 0;
}
.main-page .process .moc span {
  font-family: "tahomabd";
  font-size: 35px;
  text-align: center;
  -webkit-transform: rotate(-14deg);
          transform: rotate(-14deg);
  display: inherit;
  margin-top: 35px;
  text-shadow: 2px 1px 0 #000, 1px -2px 0 #000, -1px 2px 0 #000, -1px -2px 0 #000, 2px -1px 0 #000, 0px 2px 0 #000, -2px 0px 0 #000, -2px -1px 0 #000, 1px 2px 0 #000, -2px 1px 0 #000;
}
.main-page .process .process-main {
  background: url(../images/img-ruler.png) no-repeat center center;
  width: 949px;
  height: 57px;
  display: block;
  position: relative;
  margin: auto;
}
.main-page .process .process-main .item-process {
  width: 121px;
  height: 41px;
  float: left;
  display: block;
  position: relative;
}
.main-page .process .process-main .item-process p {
  font-size: 23px;
  color: #fff;
  text-align: right;
  position: absolute;
  top: -30px;
  right: -32px;
  text-shadow: 2px 1px 0 #000, 1px -2px 0 #000, -1px 2px 0 #000, -1px -2px 0 #000, 2px -1px 0 #000, 0px 2px 0 #000, -2px 0px 0 #000, -2px -1px 0 #000, 1px 2px 0 #000, -2px 1px 0 #000;
}
.main-page .process .process-main .item-process a {
  background: url(../images/img-bnt-nhan.png) no-repeat;
  width: 74px;
  height: 32px;
  display: block;
  position: absolute;
  bottom: -61px;
  right: -41px;
  background-size: 100% 100%;
  color: #11193d;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  font-family: "tahomabd";
  text-transform: uppercase;
}
.main-page .process .process-main .item-process._1 p {
  right: -26px;
}
.main-page .process .process-main .item-process._1 a {
  right: -34px;
}
.main-page .process .process-main .item-process._2, .main-page .process .process-main .item-process._4, .main-page .process .process-main .item-process._5 {
  width: 171px;
}
.main-page .process .process-main .item-process._3 {
  width: 179px;
}
.main-page .process .process-main .item-process._6 {
  width: 131px;
}
.main-page .process .process-main .item-process.close a {
  background: url(../images/img-bnt-nhan-active.png) no-repeat;
  background-size: 100% 100%;
}
.main-page .process .process-main .item-process.close a.isClose {
  background: url(../images/img-bnt-nhan.png) no-repeat;
}
.main-page .process .process-main .process-percent-out {
  position: relative;
  width: 121px;
  bottom: 0;
  height: 15px;
  float: left;
}
.main-page .process .process-main .process-percent-out._1 .process-percent-in {
  margin-left: 4px;
  border-radius: 10px 0 0 10px !important;
}
.main-page .process .process-main .process-percent-out.active .process-percent-in {
  position: absolute;
  bottom: 3px;
  left: 2px;
  width: 20px;
  display: block;
  height: auto;
  overflow: inherit !important;
  background-color: #ffdd30;
  background: url(../images/icon-progress.png) repeat;
  width: 41px;
  height: 14px;
}
.main-page .process .process-main .process-percent-out.active .process-percent-in:hover span {
  display: block;
}
.main-page .process .process-main .process-percent-out.active._1 .process-percent-in {
  border-radius: 10px;
}
.main-page .process .process-main .process-percent-out.active._2, .main-page .process .process-main .process-percent-out.active._4, .main-page .process .process-main .process-percent-out.active._5 {
  width: 171px;
}
.main-page .process .process-main .process-percent-out.active._3 {
  width: 179px;
}
.main-page .process .process-main .process-percent-out.active._3 .process-percent-in:before {
  right: -24px;
}
.main-page .process .process-main .process-percent-out.active._4 .process-percent-in:before {
  right: -24px;
}
.main-page .process .process-main .process-percent-out.active._6 {
  width: 131px;
}
.main-page .process .process-main .process-percent-out.active.close .process-percent-in {
  border-radius: 0;
}
.main-page .process .process-main .process-percent-out.active.close .process-percent-in span, .main-page .process .process-main .process-percent-out.active.close .process-percent-in:before {
  display: none;
}
.main-page .process .process-main .process-percent-out .process-percent-in span {
  display: none;
}
.main-page .process .process-main .process-percent {
  position: absolute;
  bottom: 3px;
  left: 2px;
  width: 20px;
  display: block;
  height: auto;
  overflow: inherit !important;
  background-color: #ffdd30;
  background: url(../images/icon-progress.png) repeat;
  width: 41px;
  height: 14px;
  border-radius: 10px 0 0 10px;
  top: 44px;
  margin-left: 4px;
}
.main-page .process_2 {
  position: absolute;
  top: 36px;
  left: 16px;
  background: url(../images/img-bg-progress.png) no-repeat;
  width: 144px;
  height: 665px;
  padding: 2rem 0 0;
}
.main-page .process_2 ul {
  height: calc(100% - 144px);
  position: relative;
  z-index: 2;
}
.main-page .process_2 ul li {
  height: 20%;
}
.main-page .process_2 ul li p {
  background: url(../images/img-bg-moc.png) no-repeat center center;
  width: 114px;
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #f4fffa;
  font-size: 36.6px;
  font-family: "utmcafeta";
  margin: auto;
}
.main-page .process_2 ul li.active p {
  background: url(../images/img-bg-moc-active.png) no-repeat center center;
  background-size: 100% 100%;
  color: #f84600;
  text-shadow: 4px 0px 8px #ffff15;
  position: relative;
  z-index: 2;
}
.main-page .process_2 ul li.active p:after {
  content: "";
  background: url(../images/img-light-3.png) no-repeat center center;
  width: 135px;
  height: 118px;
  position: absolute;
  top: -30px;
  left: -8px;
  display: block;
  z-index: -1;
}
.main-page .process_2 .point {
  width: 144px;
  height: 144px;
  background: url(../images/img-bg-progress-point.png) no-repeat center -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "utmcafeta";
  color: #f4fffa;
  font-size: 42.7px;
  position: relative;
  z-index: 3;
}
.main-page .process_2 .process-percent_2 {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50px;
  width: 42px;
  z-index: 0;
}
.main-page .process_2 .process-percent_2 .process-percent-out {
  position: relative;
  width: 100%;
  bottom: 0;
  height: 25%;
  float: left;
}
.main-page .process_2 .process-percent_2 .process-percent-out._1 {
  bottom: -67%;
  height: 13%;
}
.main-page .process_2 .process-percent_2 .process-percent-out.active .process-percent-in {
  position: absolute;
  bottom: 3px;
  left: 2px;
  width: 20px;
  display: block;
  height: auto;
  overflow: inherit !important;
  background-color: #ffdd30;
  background: url(../images/icon-progress.png) repeat;
  width: 41px;
  height: 14px;
}
.main-page .process_2 .process-percent_2 .process-percent-out.active .process-percent-in:hover span {
  display: block;
}
.main-page .process_2 .process-percent_2 .process-percent-out.active._1 .process-percent-in {
  border-radius: 10px;
}
.main-page .process_2 .process-percent_2 .process-percent-out.active._2 {
  height: 17%;
  bottom: -37%;
}
.main-page .process_2 .process-percent_2 .process-percent-out.active._3 {
  height: 17%;
  bottom: -5%;
}
.main-page .process_2 .process-percent_2 .process-percent-out.active._4 {
  height: 17%;
  bottom: 27%;
}
.main-page .process_2 .process-percent_2 .process-percent-out.active._5 {
  height: 17%;
  bottom: 57%;
}
.main-page .process_2 .process-percent_2 .process-percent-out.active._6 {
  height: 6%;
  bottom: 79%;
}
.main-page .process_2 .process-percent_2 .process-percent-out.active._6 .process-percent-in {
  border-radius: 18px 18px 0 0;
}
.main-page .process_2 .process-percent_2 .process-percent-out.active.close .process-percent-in {
  border-radius: 0;
}
.main-page .process_2 .process-percent_2 .process-percent-out.active.close .process-percent-in span, .main-page .process_2 .process-percent_2 .process-percent-out.active.close .process-percent-in:before {
  display: none;
}
.main-page .process_2 .process-percent_2 .process-percent-out .process-percent-in span {
  display: none;
}
.main-page .info_play {
  position: relative;
}
.main-page .info_play:before {
  position: absolute;
  content: "";
  width: 442px;
  height: 640px;
  background: url(../images/art-lanrong.png) repeat;
  right: -250px;
  top: -75px;
  pointer-events: none;
}
.main-page .main {
  background: url(../images/img-bg-content-repeat.png) repeat;
  width: 1043px;
  min-height: 1000px;
  margin: 195px auto 115px;
  display: block;
  position: relative;
}
.main-page .main:before {
  content: "";
  background: url(../images/img-bg-content-top.png) repeat no-repeat;
  width: 1043px;
  height: 115px;
  display: block;
  position: absolute;
  top: -77px;
  left: -1px;
}
.main-page .main:after {
  content: "";
  background: url(../images/img-bg-content-bottom.png) repeat no-repeat;
  width: 1043px;
  height: 694px;
  display: block;
  position: absolute;
  bottom: -70px;
  left: 0;
}
.main-page .main .menu {
  position: relative;
  top: -64px;
}
.main-page .main .menu ul {
  text-align: center;
  margin: 0 48px;
}
.main-page .main .menu ul li {
  display: inline-block;
  width: calc(100% / 4 - 4px);
}
.main-page .main .menu ul li a {
  width: 100%;
  height: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.main-page .main .menu ul li a span {
  font-size: 28px;
  font-family: "utmcafeta";
  text-transform: uppercase;
  color: #1d1143;
}
.main-page .main .menu ul li a:hover span, .main-page .main .menu ul li a.active span {
  color: #f84600;
}
.main-page .main .block {
  padding: 55px 100px;
  padding-top: 0;
  margin-top: 0;
  z-index: 2;
  position: relative;
}
.main-page .main .block:after {
  content: "";
  background: url(../images/img-bet.png) no-repeat;
  width: 330px;
  height: 616px;
  position: absolute;
  bottom: -100px;
  left: -286px;
  z-index: 99;
}
.main-page .main .block.doithuong > p {
  font-size: 20px;
  color: #fff;
  background-color: #1d1143;
  display: inline-block;
  border-radius: 20px;
  padding: 3px 25px;
  margin: 0 22px 0 12px;
  font-family: "utmcafeta";
}
.main-page .main .block.doithuong > p span {
  font-family: "utmcafeta";
  font-size: 22px;
}
.main-page .main .block.doithuong .item_vp ul {
  text-align: center;
}
.main-page .main .block.doithuong .item_vp ul li {
  width: 201px;
  margin: 32px 3px 0 3px;
  display: inline-block;
}
.main-page .main .block.doithuong .item_vp ul li div {
  background: url(../images/img-bg-vatpham.png) no-repeat;
  width: 201px;
  height: 185px;
  display: block;
  position: relative;
}
.main-page .main .block.doithuong .item_vp ul li div p {
  font-size: 12px;
  color: #0f1739;
  text-align: center;
}
.main-page .main .block.doithuong .item_vp ul li div p img {
  text-align: center;
  margin-top: 17px;
  margin-bottom: 4px;
}
.main-page .main .block.doithuong .item_vp ul li div p:nth-child(2) {
  font-family: "tahomabd";
  width: 63%;
  margin: auto;
  text-transform: uppercase;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-page .main .block.doithuong .item_vp ul li div p:last-child {
  height: 52px;
  position: absolute;
  bottom: 0;
  line-height: 46px;
  width: 100%;
  font-size: 20px;
}
.main-page .main .block.doithuong .item_vp ul li div p:last-child span {
  font-family: "tahomabd";
  display: inline-block;
}
.main-page .main .block.doithuong .item_vp ul li .doi {
  background: url(../images/img-bnt-doi.png) no-repeat;
  width: 147px;
  height: 51px;
  display: block;
  margin: 5px auto 0;
  font-size: 20px;
  color: #0f1739;
  line-height: 51px;
  text-align: center;
  text-transform: uppercase;
  font-family: "tahomabd";
}
.main-page .main .block.doithuong .item_vp ul li .doi.active {
  background: url(../images/img-bnt-doi-hover.png) no-repeat;
}
.main-page .main .block.noidung {
  height: 94%;
}
.main-page .main .block.noidung .text {
  height: 100%;
}
.main-page .main .block.history .bnt-two a {
  font-family: "tahomabd";
  width: 100px;
  font-size: 16px;
  display: inline-block;
  text-align: center;
}
.main-page .main .block.history .bnt-two a:hover, .main-page .main .block.history .bnt-two a.active {
  border: 1px solid #fff;
}
.main-page .main .block table tr:first-child {
  background: #3333cc;
}

.playgame {
  margin: 10px 0 15px 74px;
}
.playgame .group-ball {
  background: url(../images/img-bg-ball.png) no-repeat;
  width: 796px;
  height: 529px;
  margin: auto;
  position: relative;
}
.playgame .group-ball .text {
  width: 100%;
  height: 61px;
  padding: 18px 16px 0 20px;
  line-height: 44px;
}
.playgame .group-ball .text marquee {
  color: #1d0505;
  text-transform: uppercase;
  font-family: "tahomabd";
}
.playgame .group-ball .text marquee strong {
  display: inline-block;
}
.playgame .group-ball .main-shake {
  width: 602px;
  height: 242px;
  overflow: hidden;
  position: relative;
  margin-top: 105px;
  margin-left: 90px;
}
.playgame .group-ball .main-shake .img-ball {
  position: absolute;
}
.playgame .group-ball .main-shake .img-ball img {
  width: 100%;
  position: absolute;
}
.playgame .group-ball .main-shake .img-ball img.shakes {
  -webkit-animation: shake 0.5s;
          animation: shake 0.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.playgame .group-ball .bet-quay {
  background: url(../images/can_gat/len.png) no-repeat;
  width: 48px;
  height: 248px;
  display: block;
  position: absolute;
  top: 160px;
  right: 6px;
}
.playgame .group-ball .bet-quay.xuong {
  background: url(../images/can_gat/xuong.png) no-repeat;
}
.playgame .group-ball .bet-quay.ac {
  background: url(../images/can_gat/img-bet-5.png) no-repeat;
}
.playgame .ball-active-bnt {
  width: 100%;
}
.playgame .ball-active-bnt .bg-mail-box {
  width: 90px;
  height: 117px;
  margin-left: 84px;
  margin-top: 63px;
  padding-top: 15px;
  position: relative;
  float: left;
}
.playgame .ball-active-bnt .bg-mail-box:before {
  content: "";
  background: url(../images/img-cua-playgame.png);
  width: 484px;
  height: 197px;
  display: block;
  position: absolute;
  top: -53px;
  left: -71px;
  z-index: 2;
}
.playgame .ball-active-bnt .bg-mail-box .mail-box {
  overflow: hidden;
  width: 88px;
  height: 96px;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
}
.playgame .ball-active-bnt .bg-mail-box .mail-box img {
  width: 80px;
  position: absolute;
  top: -85px;
  left: 4px;
  -webkit-transition: all 0.5s cubic-bezier(0.3, 1.15, 0.57, 1.12);
  transition: all 0.5s cubic-bezier(0.3, 1.15, 0.57, 1.12);
  opacity: 0;
}
.playgame .ball-active-bnt .bnt-lac {
  width: 100%;
  z-index: 3;
  position: relative;
  margin: 9px 25px 0 0;
  text-align: center;
}
.playgame .ball-active-bnt .bnt-lac a {
  background: url(../images/img-bg-lac.png);
  width: 206px;
  height: 89px;
  display: inline-block;
  margin-bottom: 2px;
  text-align: center;
}
.playgame .ball-active-bnt .bnt-lac a span {
  font-size: 30.82px;
  display: inline-block;
  color: #1d1143;
  font-family: "tahomabd";
  line-height: 56px;
}
.playgame .ball-active-bnt .bnt-lac a.hover:hover {
  background: url(../images/img-bg-lac-hover.png?v=1);
}
.playgame .ball-active-bnt .bnt-lac a.hover:hover span {
  color: #f84600;
  position: relative;
  top: 10px;
}

.dot_run i {
  content: "";
  background: url(../images/img-dot-light.png) repeat;
  background-color: #fef3b3;
  width: 17px;
  height: 272px;
  margin: 0 auto 10px;
  position: absolute;
  top: 63px;
  left: 44px;
  -webkit-animation: moveY 1s steps(8) infinite;
          animation: moveY 1s steps(8) infinite;
}
.dot_run i._2 {
  top: 63px;
  left: 452px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.text {
  font-size: 14px;
  color: #000;
}
@media only screen and (min-width: 1000px) {
  .text {
    font-size: 15px;
  }
}
.text span.content-event-first {
  float: left;
  font-size: 40px;
  line-height: 5px;
  margin: 4px 2px 0px 0px;
}
.text h1, .text .content-event-h1 {
  font-size: 19px;
  color: #ffe268;
  padding: 4px 0 8px 35px;
  position: relative;
  font-family: "tahomabd";
}
.text h1:before, .text .content-event-h1:before {
  content: "";
  width: 27px;
  height: 27px;
  background: url(../images/icon-h1.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 5px;
}
.text h2, .text .content-event-h2 {
  margin-left: 15px;
  font-size: 16px;
  font-weight: bold;
  padding-left: 25px;
  color: #ffe268;
  font-family: "tahomabd";
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
}
.text h2:before, .text .content-event-h2:before {
  content: "";
  width: 15px;
  height: 16px;
  background: url(../images/icon-h2.png) no-repeat 1px 1px transparent;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 3px;
}
.text a {
  color: #fff;
}
.text ul {
  margin-left: 25px;
}
.text ul li {
  line-height: 28px;
  color: #fff;
}
.text ul li span {
  color: #fff;
}
.text p {
  font-family: "tahoma";
  line-height: 28px;
  color: #fff;
}
.text p img {
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 100%;
  height: auto;
}
.text table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  .text table {
    width: auto;
    background: #330033;
  }
}
.text table tr td {
  border: 1px solid #4e5051;
  margin: 0;
  padding: 5px;
  vertical-align: middle !important;
  text-align: center;
  color: #fff;
}
.text table tr td img {
  margin: auto;
}
.text table tr:first-child {
  background: #2263b2;
}
.text table tr:first-child td {
  font-family: "tahomabd";
}
.text table tr:first-child td p {
  font-family: "tahomabd";
  color: #ffffff;
  line-height: 22px;
  margin-top: 0;
}
.text fieldset {
  margin: 20px 0;
  padding: 10px;
  color: #2a2a2a;
}
.text fieldset legend {
  color: white;
  background: #fb8142;
  font-family: "tahomabd";
  padding: 0 15px;
}
.text fieldset ul {
  margin-left: 15px;
}
.text strong {
  font-family: "tahomabd";
}
.text em {
  font-style: italic;
}

table img {
  display: block;
}

table {
  border-collapse: collapse;
  font-size: 14px;
  font-family: "tahoma";
  margin-top: 10px;
  width: 100%;
}
table tr:first-child td {
  color: #fff;
  text-align: center;
  padding: 10px;
  font-family: "tahomabd";
  height: 50px;
}
table tr:first-child td p {
  color: #fff;
  font-family: "tahomabd";
}
table tr td {
  border: 1px solid #4bbcff;
  margin: 0;
  vertical-align: middle !important;
  text-align: center;
  height: 32px;
}
table tr td p {
  color: #fff;
  font-size: 16px;
  font-family: "arial";
  line-height: 32px;
}
/*# sourceMappingURL=main.css.map */