html,body {
  margin:0;
  padding:0;
  background: #06132f;
  font-family: 'Oxygen', sans-serif;
  font-weight:400;
  color:#000;
  height:100%
}

a,a:link,a:visited,a:hover {
  color:inherit;
  text-decoration:none
}

.mobile {
    display: none;
  }

.desktop {
  display: block;
}


.left {
  float: left;
}

.right  {
  float: right;
}

.red {
  color: #d10000;
}

.glow {
  -webkit-filter:brightness(100%);
  filter:brightness(100%);
  -webkit-transition:.5s;
  -moz-transition:.5s;
  -ms-transition:.5s;
  -o-transition:.5s;
  transition:.5s
}

.glow:hover {
  -webkit-filter:brightness(120%);
  filter:brightness(120%)
}

.wrapper {
  width: auto;
  max-width:1260px;
  margin:0 auto
}

.wrapper.nopad {
  padding: 25px 0 0;
  max-width: 1100px;
}

.pad {
  padding: 0 0 20px;
}

.nav-list {
  list-style:none;
  padding:0;
  margin:0
}

.nav-list li {
  display:inline-block;
  -webkit-transition: 0.2s;
     -moz-transition: 0.2s;
      -ms-transition: 0.2s;
       -o-transition: 0.2s;
          transition: 0.2s;
}

.dropdown img {
  width: 30px;
  height: 30px;
  -webkit-background-size: 30px;
       -o-background-size: 30px;
          background-size: 30px;
}

/*drop down section*/
/*overwrite bootstrap*/
.dropdown-menu {
  min-width: 80px;
  top: 112%;
  left: -40px;
}

.dropdown-menu > li {
  width: 100%;
}

.dropdown-menu > li > a{
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 5px 10px;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  background: #efefef;
}

.flag {
  width: 22px;
  margin: 0 5px 0 0;
}

.flag img {
  width: 100%;
  height: auto;
  display: block;
}

.btn-wrap {
  /*width: 100%;
  display: block;
  margin: 40px auto;*/
}

.btn-main {
  margin: 0 auto;
  cursor: pointer;
  display: block;
  text-align: center;
  color: #401c02;
  width: 250px;
  height: 40px;
  font-weight: bold;
  line-height: 40px;
  border: none;
  -webkit-transition: 0.2s;
     -moz-transition: 0.2s;
      -ms-transition: 0.2s;
       -o-transition: 0.2s;
          transition: 0.2s;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background: #fdd212;
}

.btn-main:hover {
  background: #ffe368;
  width: 260px;
}


/*----modal overwrite-----*/
/*.modal-header {
  border-bottom: 1px solid #ffb330
}

.modal-content {
  background: #000;
  border: 1px solid #ffb330;
}

.close {
  color: #FFB330;
  opacity: 1;
}*/

/*------modal-------*/
.modal-form {
    width: 70%;
    margin: 0 auto;
    padding: 10px 0 46px;
}

.modal-form .btn-wrap {
  margin: 35px 0 0;
}


/*--- new main box ---- */
.mbbox-wrapper {
  width: auto;
  max-width: 800px;
  margin: 50px auto 50px;
}

.mbbox {
  display: flex;
  justify-content: flex-start;
  min-height: 500px;
}

.mbbox .mbbox1 {
  padding: 15px 30px 40px;
  background: #1c3e73;
  width: 65%;
}

.mbbox .mbbox1 .title {
  
}

.mbbox .mbbox1 .title img {
  width: 80%;
  margin: 0 auto;
  display: block;
}

.mbbox .mbbox1 .mdl-box {
  background: #28559C;
  display: block;
  min-height: 80px;
  margin: 15px -30px;
  padding: 15px 30px;
}

.mbbox .mbbox1 .mdl-box .mdl-box-row {
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}


.mbbox .mbbox1 .mdl-box .mdl-box-row span {
  text-align: left;
  color: #fff;
  opacity: 0.8;
}

.mbbox .mbbox1 .mdl-box .mdl-box-row p {
  text-align: left;
  color: #fdb33b;
  font-size: 20px;
}

.mbbox .mbbox1 .mdl-txt {
  color: #fff;
  padding-bottom: 20px;
}

.mbbox .mbbox1 .mdl-txt .mdl-row {

}

.mbbox .mbbox1 .mdl-txt .mdl-row h4 {margin-bottom: 0;font-weight: bold;color: #fdb33b;}

.mbbox .mbbox1 .mdl-txt .mdl-row p {

}

.mbbox .mbbox1 .btn-wrap {
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}

.mbbox .mbbox1 .btn-wrap .btn-mdl {
  width: 45%;
  display: block;
  background: #3A9DFC;
  color: #fff;
  margin: 0 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px;
  cursor: pointer;
  filter: brightness(1);
  -webkit-transition: 0.2s;
     -moz-transition: 0.2s;
      -ms-transition: 0.2s;
       -o-transition: 0.2s;
          transition: 0.2s;
  border-bottom: 3px solid #2078cc;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

.mbbox .mbbox1 .btn-wrap .btn-mdl:hover {
  filter: brightness(1.3);
}

.mbbox .mbbox2 {
  width: 35%;
  background-size: cover;
  background-image: url(../images/mdl-bg.png);
}

.mbbox .mbbox2 .img-wrap {
  width: auto;
  position: relative;
}

.mbbox .mbbox2 .img-wrap img {
  width: 120%;
  left: -21px;
  top: 50px;
  right: 0;
  height: auto;
  display: block;
  position: absolute;
}

@media (max-width: 800px) {
  .mbbox-wrapper  {
    max-width: 100%;
    margin: 0 auto 0;
  }

  .mbbox {
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .mbbox .mbbox1,
  .mbbox .mbbox2 {
    width: 100%;
    display: flex;
  }

  .mbbox .mbbox1 {
    margin-top: -20px;
    display: flex;
    min-height: 80vh;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 2;
    -webkit-border-radius: 2rem 2rem 0 0;
            border-radius: 2rem 2rem 0 0;
    -webkit-order: 2;
        -ms-order: 2;
            order: 2;
  }

  .mbbox .mbbox2 {
    z-index: 1;
    height: 20vh;
    background-position: center;
    -webkit-order: 1;
        -ms-order: 1;
            order: 1;
  }

  .mbbox .mbbox2 .img-wrap img {
    width: 60%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 20px;
    position: relative;
  }
}


/*---------------------------------------*/
/*----------dropdown section-------------*/
/*---------------------------------------*/

/*---------------------------------------*/
/*------------------header---------------*/
/*---------------------------------------*/
header {
  height: auto;
  display: block;
  width: 100%;
}

header > .top-head > .wrapper {
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

header > .top-head > .wrapper .logo-wrap {
  padding: 10px 15px;
  max-width: 300px;
}

header > .top-head .wrapper .logo-wrap .logo {
  width: 292px;
  height: 80px;
  margin: 10px 12px;
  display: block;
  background-image: url(../images/logo.png?4);
  -webkit-background-size: 292px 80px;
  -o-background-size: 292px 80px;
  background-size: 292px 80px;
}

button.expanicon {
    background-color: transparent;
    border: none;
    background-image: url(../images/icon-bar.svg);
    background-repeat: no-repeat;
    -webkit-background-size: 45px;
    -o-background-size: 45px;
    background-size: 45px;
    width: 45px;
    height: 45px;
    display: block;
}

header > .main-nav {
  height: auto;
  font-weight: bold;
  /* -webkit-box-shadow: 0 8px 7px rgb(0 0 0 / 18%); */
  /* box-shadow: 0 8px 7px rgb(0 0 0 / 18%); */
}

header > .main-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

header > .main-nav ul li {
  text-align: center;
  display: block;
  line-height: 50px;
}

header > .main-nav ul li a{
  width: 100%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding: 0 60px;
}

.header-nav {
  padding: 0 0;
  margin: 9px 0;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.header-nav li {
  padding: 0 0;
  color: #000;
}

.header-nav .aflogin {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
}

.header-nav .aflogin li {
  padding: 0 2px;
}

.header-nav .aflogin li .btn2 {
  display: block;
  color: #fff;
  font-size: 12px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  background-color: #a050b4;
  padding: 10px 15px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header-nav .aflogin li .btn2:hover,
.header-nav .aflogin li .btn2.active{
  color: #000;
  background-color: #fbd29d;
}

.header-nav .aflogin li .btn-inbox {
  position: relative;
}

.header-nav .aflogin li .btn-inbox span {
  position: absolute;
  width: 18px;
  height: 18px;
  display: block;
  background: red;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  right: -1px;
  top: -5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.header-nav2 {
  padding: 36px 0 0;
}

.header-nav ul > li {
  position: relative;
}

/*.header-nav ul > li > a{
  display: block;
  padding: 30px 39px;
}*/

.header-nav .ablock {
  display: block;
  padding: 30px 39px;
}

.header-nav ul > li > ul {
  position: absolute;
  z-index: 90;
  width: 257px;
  padding: 0 0 10px;
  margin-left: 0px;
  background: #000;
  display: none;
  -webkit-transition: 0.2s;
     -moz-transition: 0.2s;
      -ms-transition: 0.2s;
       -o-transition: 0.2s;
          transition: 0.2s;
}

.header-nav ul > li:hover > ul {
  display: block;
}

.header-nav ul > li > ul > li.line {
  padding: 0;
  height: 3px;
  margin: 0 0 10px;
  width: 100%;
  background: rgb(255,180,50);
  background: -moz-linear-gradient(90deg, rgba(255,180,50,1) 0%, rgba(255,251,204,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255,180,50,1) 0%, rgba(255,251,204,1) 100%);
  background: linear-gradient(90deg, rgba(255,180,50,1) 0%, rgba(255,251,204,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffb432",endColorstr="#fffbcc",GradientType=1);
}

.header-nav ul > li > ul > li {
  display: block;
  padding: 5px 15px;
}

.header-nav ul > li:hover > ul > li {
  color: #FFF;
}

.header-nav ul > li > ul > li:hover,
.header-nav ul > li > ul > li.active {
  color: #ffb330;
}

.header-nav ul > li > ul > li > a{
  padding: 0;
}

.icon-profile,
.icon-currency,
.icon-refresh {
  width: 20px;
  height: 20px;
  display: inline-block;
  -webkit-background-size: 20px;
       -o-background-size: 20px;
          background-size: 20px;
}

.icon-profile {
  background-image: url(../images/icon-profile.svg);
}

.icon-currency {
  background-image: url(../images/icon-currency.svg);
}

.icon-refresh {
  background-image: url(../images/icon-refresh.svg);
  margin: 0 0 0 5px;
}

.btn3 {
  color: #fff;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  text-align: right;
  height: 40px;
  width: 157px;
  line-height: 40px;
  padding: 0 10px;
  border: #a050b4 1px solid;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.btn4 {
  margin: 2px 0;
  width: 100%;
  text-align: center;
  display: block;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

.wallet-wrap {
  display: none;
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 400;
  padding: 3px 0 0;
}

.wallet-table {
  font-size: 13px;
  background: rgba(0,0,0,.8);
  width: 245px;
  color: #fff;
  line-height: 24px;
  padding: 10px 0;
  display: block;
  box-shadow: 0px 2px 2px #000;
}

.wallet-table.side-table {
  background: none;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wallet-table table {
  
}

.wallet-table tr {
  margin: 0;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.wallet-table tr:first-child {
  /* border-top: 2px solid #7f0487; */
}

.wallet-table td {
  padding: 2px 17px;
  -webkit-align-content: center;
  align-content: center;
}

.wallet-table td:first-child {
  text-align: left;
}

.wallet-table td {
  text-align: right;
}

.wallet-table td:last-child {
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}



.formcol-a {
  position: relative;
}

.formcol-a input {
  height: 40px;
  width: 170px;
  line-height: 40px;
  padding: 0 10px;
  background: #000;
  color: #fff;
  border: #42b7e9 1px solid;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.fwp-btn {
  position: absolute;
  left: 4px;
  bottom: -18px;
  font-size: 11px;
  color: #fff !important;
}

.btn1 {
  min-width: 160px;
  width: auto;
  height: 40px;
  display: block;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.btn1-sml {
  text-align: center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  padding: 5px 10px;
  margin: 0 0 0 5px;
  font-size: 12px;
}

.button-solid {
  filter:brightness(100%);
  -webkit-transition: 0.2s;
     -moz-transition: 0.2s;
      -ms-transition: 0.2s;
       -o-transition: 0.2s;
          transition: 0.2s;
}

.button-solid:hover {
  filter:brightness(120%);
}

.button-outline {
  border: 1px solid #42b7e9;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.button-outline:hover {
  color: #fff !important;
  background: #42b7e9;
}

.anno-wrapForMobile
{
  
  display:none;
}

.anno-wrapForMobile .img-wrap {
    width: 20px;
    height: auto;
    margin: 0 0px 0 10px;
}

.anno-wrap {
  position: absolute;
  background: rgba(0,0,0,0.2);
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 12px;
  padding: 5px 0;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  z-index: 100;
}

.anno-wrap .img-wrap {
  width: 20px;
  height: auto;
  margin: 0 0px 0 10px;
}

.anno-wrap .img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.running-text {
  width: 100%;
}


*[class^="nav-icon"] {
  width: 30px;
  height: 30px;
  display: block;
  margin: 5px;
  background-position: top;
  -webkit-background-size: 30px;
       -o-background-size: 30px;
          background-size: 30px;
}

.nav-icon-home {
  background-image: url("../images/nav-icon-home.png");
}

.nav-icon-casino {
  background-image: url("../images/nav-icon-casino.png");
}

.nav-icon-slot {
  background-image: url("../images/nav-icon-slot.png");
}

.nav-icon-sport {
  background-image: url("../images/nav-icon-sport.png");
}

.nav-icon-4d {
  background-image: url("../images/nav-icon-4d.png");
}

.nav-icon-luckydraw {
  background-image: url("../images/nav-icon-luckydraw.png");
}

.nav-icon-vchannel {
  background-image: url("../images/nav-icon-vchannel.png");
}

.nav-icon-promotion {
  background-image: url("../images/nav-icon-promotion.png");
}

.main-nav a:hover,
.main-nav a.active {
  color: #e7bd4f;
  background: #06132f;
  border-radius: 20px 20px 0 0;
}

.main-nav a:hover span,
.main-nav a.active span {
  background-position: bottom;
}

/*----------sidepush--header -----------*/
.sidepush-nav {
  padding: 0;
  margin: 45px 20px 15px;
  list-style-type: none;
  color: #fff;
}

.sidepush-nav > li {
  padding: 0;
}

.sidepush-nav li > a{
  display: block;
  padding: 5px 15px;
}

.sidepush-nav li.active {
  color: #ffb330;
}

.sidepush-nav li > ul {
  padding: 0 0 0 20px;
}

.sidepush-nav li > ul > li {
  display: block;
  padding: 4px 0;
}

.sidepush-nav li.active > ul > li {
  color: #fff;
}

.sidepush-nav li.active > ul > li.active {
  color: #ffb330;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    height: auto;
    width: 100%;
    line-height: 1;
}

/*-------carousel test--------*/

/*.carousel-inner > .item.next,
.carousel-inner > .item.prev {
    max-width: 100% !important;
}
*/

/*------carousel end -----*/

/*---------------------------------------*/
/*-----------------subpge----------------*/
/*---------------------------------------*/
.highlight {
  color: #ffb330;
}

.subpage-wrap {
  max-width: 650px;
  width: auto;
  padding: 15px;
  margin: 0 auto;
  color: #fff;
}

.modal-body .subpage-wrap {
  padding: 0;
  max-width: auto;
}

.subpage-wrap h2 {
  color: #42b7e9;
  text-align: center;
  text-transform: uppercase;
}

.bv-form {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


/*---------super 4d----------*/


/*---------about us----------*/


/*---------------------------------------*/
/*-------------main index----------------*/
/*---------------------------------------*/
.content-wrap{
    /* background-image: url(../images/bgpattern.jpg); */
    background-size: cover;
    background-repeat: repeat;
    padding: 0 0 100px;
}

.main-gamewrap {
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-gamewrap > section {
  width: 100%;
}

.main-bg {
  height: auto;
  margin: 0 auto;
  width: auto;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 47%, rgba(203,202,202,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 47%, rgba(203,202,202,1) 100%);
  background: linear-gradient(0deg, rgba(31,5,38,1) 47%, rgba(68,21,80,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#cbcaca",GradientType=1);
}

.main-bg > .wrapper {
   display: flex;
   height: 429px;
   background-repeat: no-repeat;
  background-position: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.main-content {
  width: 30%;
  padding: 0 10px;
}

.main-content.txt-right {
  text-align: right;
}

.main-content h2 {
  color: #a050b4;
  font-size: 50px;
  margin-top: 60px;
  font-style: italic;
  -webkit-text-shadow: 2px 2px 2px #fff,-2px 2px 2px #fff,2px -2px 2px #fff,-2px -2px 2px #fff;
  text-shadow: 2px 2px 2px #fff,-2px 2px 2px #fff,2px -2px 2px #fff,-2px -2px 2px #fff;
}

.main-content p {
  color: #fff;
  line-height: 28px;
}

.main-content .btn-wrap {
  display: flex;
  justify-content: flex-start;
}

.main-content.txt-right .btn-wrap {
  display: flex;
  justify-content: flex-end;
}

.main-content .btn-wrap a {
  text-align: center;
  height: 50px;
  line-height: 50px;
  width: 182px;
  font-size: 20px;
  font-style: italic;
  display: block;
  -webkit-box-shadow: 0 5px 5px rgba(0,0,0,.2);
          box-shadow: 0 5px 5px rgba(0,0,0,.2);
  -webkit-border-radius: 40px;
          border-radius: 40px;
}

.grad-gold {
  filter:brightness(100%);
  -webkit-transition: 0.2s;
     -moz-transition: 0.2s;
      -ms-transition: 0.2s;
       -o-transition: 0.2s;
          transition: 0.2s;
  color: #850303 !important;
  background: rgb(238,194,56);
  background: -moz-linear-gradient(90deg, rgba(238,194,56,1) 0%, rgba(248,251,192,1) 30%, rgba(180,129,46,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(238,194,56,1) 0%, rgba(248,251,192,1) 30%, rgba(180,129,46,1) 100%);
  background: linear-gradient(90deg, rgba(238,194,56,1) 0%, rgba(248,251,192,1) 30%, rgba(180,129,46,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eec238",endColorstr="#b4812e",GradientType=1);
}

.grad-gold:hover {
  filter:brightness(120%);
}

.main-img {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 49%;
    position: relative;
}

.main-img img {
  display: block;
  width: 100%;
  height: auto;
}

.main-img .btn-wrap {
  position: absolute;
  width: 100%;
  display: none;
  bottom: 25px;
}

.main-img .btn-wrap a {
  text-align: center;
  height: 50px;
  margin: 0 auto;
  line-height: 50px;
  width: 182px;
  font-size: 20px;
  font-style: italic;
  display: block;
  -webkit-box-shadow: 0 5px 5px rgba(0,0,0,.2);
          box-shadow: 0 5px 5px rgba(0,0,0,.2);
  -webkit-border-radius: 40px;
          border-radius: 40px;
}

.main-welcome {
  background: rgb(45,99,121);
  background: -moz-linear-gradient(90deg, rgba(45,99,122,1)  0%, rgba(186,5,224,1) 90%);
  background: -webkit-linear-gradient(90deg, rgba(45,99,122,1)  0%, rgba(186,5,224,1) 90%);
  background: linear-gradient(90deg, rgba(45,99,122,1)  0%, rgba(186,5,224,1) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2d6279",endColorstr="#ba05ea",GradientType=1);
  /*background-color: #2e002c;*/
  border-bottom: 2px solid #000;
  color: #fff;
  padding: 40px 0 40px;
}

.main-welcome > .wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.main-welcome h2 {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

.main-welcome p {
  line-height: 30px;
}

.m-order1 {
    -webkit-order: 2;
        -ms-order: 2;
            order: 2;
  }

  .m-order2 {
    -webkit-order: 1;
        -ms-order: 1;
            order: 1;
  }

/*----sub-page-------*/
.sub-banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.sub-banner img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

.games-thumb-wrap {
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  padding: 10px 12%;
}

.games-thumb-wrap.thumb-4 {
  
}

.games-thumb-wrap.thumb-2 .games-thumb {
  width: 35%;
  display: block;
  margin: 2% 7%;
}

.games-thumb-wrap.thumb-3 .games-thumb {
  width: 27%;
  display: block;
  margin: 2% 3%;
}

.games-thumb-wrap.thumb-4 .games-thumb {
  width: 21%;
  display: block;
  margin: 2% 2%;
}

.games-thumb {
  filter:brightness(100%);
  -webkit-transition: 0.2s;
     -moz-transition: 0.2s;
      -ms-transition: 0.2s;
       -o-transition: 0.2s;
          transition: 0.2s;
}

.games-thumb:hover {
  filter:brightness(120%);
}

.games-thumb img {
  width: 100%;
  display: block;
  height: auto;
  -webkit-box-shadow: 0 5px 5px rgba(0,0,0,.2);
          box-shadow: 0 5px 5px rgba(0,0,0,.2);
}

.facebook-responsive {
    overflow:hidden;
    padding-bottom:181%;
    position:relative;
    height:0;
}

.facebook-responsive iframe,
.facebook-responsive2 iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.facebook-responsive2 {
    overflow:hidden;
    padding-bottom:124.25%;
    position:relative;
    height:0;
}

.luckydraw-wrap {
  padding: 20px 0 0;
  display: flex;
  -webkit-justify-content: space-around;
          justify-content: space-around;
}

.luckydraw-wrap h2 {
  text-transform: uppercase;
  text-align: center;
}

.luckydraw-live {
  width: 35%;
}

.luckydraw-past {
  width: 55%;
}

.luckydraw-box-wrap {
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.luckydraw-box-wrap .luckybox {
  width: 45%;
  margin: 0 auto 3%;
}

/*---promo-nav--*/

.promo-nav-wrap {
  height: 50px;
  margin: 0 0 25px;
  overflow: hidden;
  position: relative;
}

.promo-nav {
  width: 100%;
  height: 50px;
  line-height: 42px;
  background: transparent;
  position: absolute;
}

.promo-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}

.promo-nav li {
  display: table-cell;
  width: 1%;
  text-align: center;
  padding: 4px 10px;
  color: #fff;
  background: #1c6765;
  cursor: pointer;
}

.promo-nav li.active,
.promo-nav li:hover {
  color: #000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/*---end--of--promo-nav--*/

.promo-wrap {
  margin: 0;
  padding: 20px 0;
}

.promo-box {
  margin: 0 0 40px 0;
  padding: 0;
  background: #45A4A2;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
}

.promo-box img {
  width: 100%;
  height: auto;
  /*-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);*/
}


.promo-img {
  width: 70%;
}

.promo-info2 {
  padding: 5px 15px;
  position: relative;
  width: 30%;
}

.promo-info2 h3 {
  color: #fbd29d
}

.promo-info2 p {
  color: #fff;
}

.promo-info2 a {
  width: 80%;
  bottom: 20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  display: block;
  color: #000;
  background: #FBD29D;
  line-height: 25px;
  height: 25px;
  text-align: center;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.promo-name {
  color: #45A4A2;
}

.promo-detail {
  
}

.subpage-wrap .btn-wrap {
  color: #850303;
  margin: 22px auto 0;
  display: block;
}

.subpage-wrap .btn-wrap .sbtn {
  width: 100%;
  height: 50px;
  font-size: 20px;
  border-bottom: #845b1a 3px solid;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  display: block;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.3);
          box-shadow: 0 5px 10px rgba(0,0,0,.3);
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

.contact-box {
  background: #a050b4;
  color: #fff;
  padding: 15px;
  margin: 0 auto;
  max-width: 400px;
  width: auto;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.contact-box .qr-box {
  width: 50%;
}

.contact-box .qr-box img{
  display: block;
  width: 100%;
  height: auto;
}

.contact-box .info-box {
  width: 50%;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact-box .info-box > div {
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.contact-box .info-box span {
  width: 50px;
  height: 50px;
  display: block;
}

.contact-box .info-box img {
  display: block;
  width: 100%;
  height: auto;
}

.form-group .img-wrap {
  height: 34px;
  float: left;
  width: 109px;
  margin: 0 10px 0 0;
}

.form-group .img-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.form-group .vcode {
  float: left;
  width: 78%;
}

.form-group input {
  width: 100%;
}

.form-group input[type="radio"] {
  width: auto;
}

.form-group.chkbox input {
  width: auto;
}

.deposit-sel {
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.deposit-sel > * {
  width: 48%;
}

.amount-sel {
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-between;
  flex-wrap: wrap;
}

.amount-sel > * {
  width: 16%;
  margin: 1% 0;
}

.bank-sel {
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.bank-sel > * {
  width: 24%;
  margin: 0 1% 7px 0;
}

.spbox > * {
  height: 45px;
  background: #ccc;
  text-align: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
   -webkit-border-radius: 4px;
          border-radius: 4px;
  cursor: pointer;
  display: block;
  line-height: 17px;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.spbox > div > img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.spbox .active,
.spbox div:hover {
  background: #a050b4;
}

.bank-sel.spbox > * {
  border: 3px solid #ccc;
  overflow: hidden;
}

.bank-sel.spbox .active,
.bank-sel.spbox div:hover {
  border: 3px solid #eebf04;
}


/*----end--result-table-------*/


/*----end annoucement bar-------*/

.max1000 {
  max-width: 1000px;
  margin: 0 auto;
}

.max900 {
  max-width: 900px;
  margin: 0 auto;
}

.max800 {
  max-width: 800px;
  margin: 0 auto;
}

.max700 {
  max-width: 700px;
  margin: 0 auto;
}


/*-------------------------------------*/
/*----------------footer---------------*/
/*-------------------------------------*/
footer {
  background: #000;
  width:auto;
  height: auto;
  color:#fff;
}

.foot-map {
  width: auto;
  padding: 20px 0;
}

.foot-map > .wrapper {
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}

.foot-map > .wrapper > a {
  text-transform: uppercase;
  -webkit-transition: 0.2s;
     -moz-transition: 0.2s;
      -ms-transition: 0.2s;
       -o-transition: 0.2s;
          transition: 0.2s;
}

.foot-map > .wrapper > a.active,
.foot-map > .wrapper > a:hover {
  color: #fff;
}

.foot-map > .wrapper > a:after {
  content: "|";
  display: inline-block;
  padding: 0 40px;
}

.foot-map > .wrapper > a:last-child:after {
  content: "";
  display: inline-block;
}

.foot-img-wrap {
  padding: 10px 0 40px;
}

.foot-img-wrap img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.foot-coop {
  padding: 10px 0 0;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 1024px) {
  
  .anno-wrapForMobile {
    position: inherit;
    background: rgba(0,0,0,.6);
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 12px;
    padding: 5px 0;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    z-index: 100;
}
  
  .mobile {
    display: block;
  }

  .desktop {
    display: none !important;
  }

  .wrapper {
    width: 100%;
  }

  .content-wrap .wrapper {
    padding: 0 15px;
  }

  .content-wrap .wrapper.nopad {
    padding: 0;
  }

  .content-bg {
    padding: 0 0 20px;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
  }

  h2 {
    font-size: 25px;
  }

  header {
    height: auto;
  }

  header > .top-head > .wrapper {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    align-items: center;
  }

  header > .top-head > .wrapper .logo-wrap .logo {
    width: 183px;
    height: 38px;
    display: block;
    margin: 5px 0 5px -100px;
    background-image: url(../images/logo.png?4);
    -webkit-background-size: 183px 19px;
    -o-background-size: 183px 19px;
    background-size: 183px 27px;
    background-size: 183px 38px;
  }

  header > .main-nav {
    height: auto;
    font-size: 3vw;
  }

  header > .main-nav  ul {
    
  }

  header > .main-nav ul li {
    text-align: center;
    display: block;
    line-height: 8px;
    padding: 0;
    width: 50%;
  }

  header > .main-nav ul li a {
    /* -webkit-flex-direction: column; */
    -ms-flex-direction: column;
    /* flex-direction: column; */
  }

  header > .main-nav ul li a{
    width: 100%;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .expan {
    position: relative;
    left: 5px;
    /* top: 10px; */
    display: flex;
    align-items: center;
    color: #a050b4;
  }

  .expan .notification {
    background: red;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 10px;
    position: absolute;
    left: 30px;
    top: 7px;
  }

  .header-right {
    width: auto;
    display: flex;
    justify-content: flex-end;
    color: #a050b4;
    align-items: center;
    position: relative;
    right: 5px;
  }

  .header-right a.btns {
    width: 40%;
    font-size: 9px;
    display: block;
    color: #000;
    height: 24px;
    line-height: 24px;
    border-radius: 5px;
    margin: 2px;
    background: #FFF;
    text-align: center;
  }

  .header-right .mprofile {
    color: #555050;
    display: flex;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: flex-end;
  }

  .header-right .mprofile span {
    width: 25px;
    display: block;
    margin: 0 10px 0 5px;
  }

  .header-right .mprofile img {
    width: 100%;
    height: auto;
    display: block;
  }

  .anno-wrap {
    font-size: 10px;
    padding: 2px 0;
  }

  .anno-wrap .img-wrap {
    
  }

  .runningtext {
    width: 85%;
  }

  .carousel-inner > .item > img, .carousel-inner > .item > a > img {
      height: auto;
  }

  .main-bg > .wrapper {
    height: auto;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .main-content {
    width: 100%;
  }

  .main-content h2 {
    font-size: 10vw;
    margin-top: 20px;
  }

  .main-content.txt-right {
    text-align: left;
  }

  .main-content p {
    display: none;
  }

  .main-img {
    width: 100%;
  }

  .main-img .btn-wrap {
    display: block;
  }

  .main-content .btn-wrap,
  .main-content.txt-right .btn-wrap {
    display: none;
  }

  .m-order1 {
    -webkit-order: 1;
        -ms-order: 1;
            order: 1;
  }

  .m-order2 {
    -webkit-order: 2;
        -ms-order: 2;
            order: 2;
  }
  

  .formcol1 label {
    width: 40%;
  }

  .formcol1 select, 
  .formcol1 input {
    width: 60%;
  }

  .mainform .btn-wrap {
    width: 100%;
  }

  .result-box-wrap {
    width: 100%;
  }

  .result-box-margin {
    margin: 2%;
  }

  footer {
    min-height: 0px;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
  }

  .foot-wrap {
    padding: 0;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .foot-wrap div{
    text-align: center;
  }

  .foot-nav {
    margin: 0 auto;
  }

  /*--mfooter--*/
  .sidepush-nav .slide-list {
    display: flex;
    font-size: 15px;
    -webkit-align-items: center;
    align-items: center;
    color: #000;
    font-weight: bold;
    padding: 8px 5px;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-transform: uppercase;
  }

  .sidepush-nav .slide-list.active,
  .sidepush-nav .slide-list:hover {
    color: #fff;
  }

  .sidepush-nav .slide-list .icon {
      width: 25px;
      height: 25px;
      display: block;
      position: relative;
      overflow: hidden;
      margin: 0 10px 0 0;
  }

  .sidepush-nav .slide-list.active .icon img, .sidepush-nav .slide-list:hover .icon img {
      bottom: 0;
      top: auto;
  }
  .sidepush-nav .slide-list .icon img {
      position: absolute;
      width: 100%;
      top: 0;
      height: auto;
  }

  .lang-list {
    width: 100%;
    text-align: left;
    padding: 10px 24px;
    background: #7a3196;
    border: none;
    color: #fff;
  }

  .sideflag {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #7a3196;
    color: #fff;
  }

  .sideflag li {
    padding: 5px 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
  }

  .sideflag li.active,
  .sideflag li:hover {
    background: transparent;
  }

  .sideflag li span {
    width: 24px;
    display: block;
    margin: 0 8px 0 0;
  }

  .sideflag li span img {
    width: 100%;
    height: auto;
    display: block;
  }


  .slide-btm {
      padding: 19px 0;
      margin: 0 0px;
      border-top: 1px solid #65297d;
  }

  .slide-btm .slide-flex {
      display: flex;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      
      padding: 0 0 5px;
  }

  .slide-btm .slide-flex > * {
      margin: 0 12px;
  }
  .slide-btm a {
      display: block;
  }

  .slide-btm .slide-flex .img-wrap {
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
              align-items: center;
  }

  .slide-btm .slide-flex .img-wrap img {
      height: 35px;
      width: 35px;
  }

  .slide-btm .slide-flex .info {
      text-align: center;
      color: #fff;
      font-size: 15px;
      padding: 5px 0;
  }

  .mfooter {
    border-top: 2px solid #e7bd4f;
    background: rgb(23,81,161);
    background: -moz-linear-gradient(180deg, rgba(23,81,161,1) 0%, rgba(20,64,143,1) 41%, rgba(7,37,93,1) 50%, rgba(16,69,128,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(23,81,161,1) 0%, rgba(20,64,143,1) 41%, rgba(7,37,93,1) 50%, rgba(16,69,128,1) 100%);
    background: linear-gradient(180deg, rgba(23,81,161,1) 0%, rgba(20,64,143,1) 41%, rgba(7,37,93,1) 50%, rgba(16,69,128,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1751a1",endColorstr="#104580",GradientType=1);
    display: flex;
    width: 100%;
    max-width: 1024px;
    padding: 0;
    height: auto;
    bottom: 0;
    position: fixed;
    z-index: 99;
    justify-content: center;
    
    box-shadow: 0 -5px 10px rgba(0,0,0,.2);
    text-align:left !important;
  }

  .footer-nav {
      height: auto;
      width: 100%;
      color: #fff;
  }

  .footer-nav ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      color: #fff;
  }

  .footer-nav li {
      width: 25%;
  }

  .footer-nav a.active, .footer-nav a:hover {
      color: #fff;
  }

  .footer-nav a {
      font-size: 10px;
      font-weight: bold;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      height: 52px;
      text-transform: uppercase;
      position: relative;
  }

  .footer-nav .img-wrap {
      width: 32%;
      position: relative;
      overflow: hidden;
  }

  .footer-nav a:hover .img-wrap img, .footer-nav a.active .img-wrap img {
      bottom: 0;
      top: auto;
  }
  .footer-nav a .img-wrap img {
      position: absolute;
      width: 100%;
      top: 0;
      height: auto;
  }
  .footer-nav a img {
      width: 40%;
  }

  .footer-nav .img-wrap:before {
      content: "";
      padding-top: 100%;
      display: block;
  }

  .footer-nav span.num {
    position: absolute;
    background: red;
    top: 2px;
    right: 10px;
    text-align: center;
    display: block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
  }

  .small-icon {
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
  }

  .small-icon img {
      width: 20px;
      height: 20px;
      -webkit-background-size: 20px;
      -o-background-size: 20px;
      background-size: 20px;
  }

  .form-wrap {
    width: 100%;
  }

  .form-group .vcode {
    
    width: 65%;
  }

  .re-table.box3 .img-wrap {
    width: 80%;
  }

  .result-input {
    padding: 0 15px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .result-input input {
    width: 100%;
    margin: 0 10px;
    color: #000;
  }

  /*--promo page--*/
  
  /*---promo-nav--*/

  .promo-nav-wrap {
    width: 100%;
    height: 50px;
    margin: 0;
    overflow: hidden;
    position: relative;
  }

  .promo-nav {
    width: 100%;
    height: 51px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    position: absolute;
  }

  .promo-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    white-space: nowrap;
  }

  .promo-nav li {
    display: inline-block;
    padding: 4px 10px;
    width: auto;
    color: #fff;
  }

  .promo-nav li.active {
    color: #3c125b;
  }

  /*---end--of--promo-nav--*/
  .promo-wrap {
    margin: 0;
    padding: 20px 15px;
  }

  .promo-box {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .promo-box img {
    width: 100%;
    height: auto;
    /*-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
            box-shadow: 0 5px 10px rgba(0,0,0,.2);*/
  }


  .promo-img {
    width: 100%;
  }

  .promo-info2 {
    padding: 0 15px 15px;
    position: relative;
    width: 100%;
  }

  .promo-info2 h3 {
    color: #fbd29d
  }

  .promo-info2 p {
    color: #fff;
  }

  .promo-info2 a {
    width: 80%;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    position: relative;
    display: block;
    color: #000;
    background: #FBD29D;
    line-height: 25px;
    height: 25px;
    text-align: center;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }


  /*---subpage-----*/
  .sub-banner {
    
  }

  .sub-banner img {
    width: 135%;
    left: -14%;
    position: relative;
  }

  .games-thumb-wrap {
    padding: 0;
  }

  .games-thumb-wrap.thumb-4 {
    
  }

  .games-thumb-wrap.thumb-2 .games-thumb,
  .games-thumb-wrap.thumb-3 .games-thumb,
  .games-thumb-wrap.thumb-4 .games-thumb {
    width: 45%;
    display: block;
    margin: 2% 2%;
  }

  .games-thumb {
    
  }

  .games-thumb img {
    
  }

  .facebook-responsive {
    overflow:hidden;
    padding-bottom:181%;
    position:relative;
    height:0;
  }

  .facebook-responsive iframe,
  .facebook-responsive2 iframe {
      left:0;
      top:0;
      height:100%;
      width:100%;
      position:absolute;
  }

  .facebook-responsive2 {
      overflow:hidden;
      padding-bottom:124.25%;
      position:relative;
      height:0;
  }

  .luckydraw-wrap {
    padding: 20px 0 0;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }

  .luckydraw-wrap h2 {
    text-transform: uppercase;
    text-align: center;
    color: #d49f43;
  }

  .luckydraw-live {
    width: 100%;
  }

  .luckydraw-past {
    width: 100%;
  }

  .luckydraw-box-wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }

  .luckydraw-box-wrap .luckybox {
    width: 100%;
    margin: 0 auto 3%;
  }

  .promo-box {
    margin: 10px 0 15px;
    padding: 0;
  }

  .deposit-sel {
    
  }

  .deposit-sel > * {
   
  }

  .amount-sel {
   
  }

  .amount-sel > * {
    width: 31%;
  }

  .bank-sel {
   
  }

  .bank-sel > * {
    width: 32%;
  }

}

@media (min-width: 767px) {
	 img.desktopviewonly {
	margin: 20px 12px;
  }

}

@media (max-width: 767px) {

 .main-img .btn-wrap a {
    font-size: 5.5vw;
  }

  .subpage-wrap .btn-wrap .sbtn {
    font-size: 4vw;
  }

}

/*----------------------------*/
/*---------news slot----------*/
/*----------------------------*/
.games-wrap {
    display: flex;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.provider {
    display: block;
    margin: 0 auto;
    width: 49%;
}

.provider img {
    display: block;
    width: 100%;
    height: auto;
}

.game-box {
    cursor: pointer;
    width: 29.3%;
    margin: 2% 2%;
}

.game-box img {
    display: block;
    width: 100%;
    height: auto;
    filter: brightness(100%);
}

.game-box:hover img {
    filter: brightness(150%);
}

.dl-box {
    background: #a050b4;
    padding: 5px;
    color: #fff;
}

.dl-box h3 {
    text-align: center;
    
}

.dl-box-col {
    display: flex;
    margin: 0 auto;
    padding: 5px 0;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}

.dl-box-col .info {
    
}

.dl-box-col .info > span:first-child {
    text-align: right;
    width: 70px;
    padding: 0 3px;
    display: inline-block;
}

.dl-box-col .info > span:last-child {
    text-align: left;
    display: inline-block;
    color: #fbd29d;
    font-size: 18px;
}

.dl-info-wrap {
    padding: 15px 0 0;
}

.dl-info-wrap .hl {
    color: #a050b4;
}

.dl-box .button-outline {
  border: 1px solid #fff;
}

.dl-btn-wrap .btn1-sml {
  font-size: 15px;
  margin: 0 0 5px;
}

/*----------------------------*/
/*--------news inbox----------*/
/*----------------------------*/
.inbox-wrap {
  border-bottom: 2px solid #a050b4;
  -webkit-box-shadow: 2px 5px 5px rgba(0,0,0,.05);
  box-shadow: 2px 5px 5px rgba(0,0,0,.05);
}

.inbox-col {
  background: #00;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  border-top: 2px solid #a050b4;
  border-left: 2px solid #a050b4;
  border-right: 2px solid #a050b4;
}

.inbox-col.header {
  color: #a050b4;
  border-left: 2px solid #a050b4;
  border-right: 2px solid #a050b4;
  border-top: 2px solid #a050b4;
  font-weight: bold;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

.inbox-col.hover {
  z-index: 19;
  position: relative;
  cursor: pointer;
}

.inbox-col.hover:hover {
  z-index: 20;
  -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.08), -2px 2px 5px rgba(0,0,0,.08), 2px -2px 5px rgba(0,0,0,.08), -2px -2px 5px rgba(0,0,0,.08);
          box-shadow: 2px 2px 5px rgba(0,0,0,.08), -2px 2px 5px rgba(0,0,0,.08), 2px -2px 5px rgba(0,0,0,.08), -2px -2px 5px rgba(0,0,0,.08);
}

.inbox-col.active {
  background: #222;
}

.inbox-col .no,
.inbox-col .sub,
.inbox-col .date,
.inbox-col .remark {
  padding: 20px 10px;
}

.inbox-col .no {
  min-width: 46px;
  text-align: center;
}

.inbox-col .sub {
  min-width: 61%;
}

.inbox-col .date {
  min-width: 114px;
  text-align: center;
}

.inbox-col.hover .remark {
  padding: 13px 10px;
}

.inbox-msg {
  padding: 20px;
  background: #000;
  border-left: 2px solid #a050b4;
  border-right: 2px solid #a050b4;
}

.dustbin {
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  height: 35px;
  width: 35px;
  background-repeat: no-repeat;
  background-position: center;
}

.dustbin:hover {
  background: #dbdbdb;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.dustbin img {
  background-image: url(../images/dustbin.svg);
  width: 18px;
  height: 18px;
}

.at-message {
  position: relative;
}

.notice {
  top: 2px;
  right: -20px;
  position: absolute;
  width: 18px;
  height: 18px;
  line-height: 18px;
  background: red;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.modal-body {
  background: #06132F;
  border: 1px solid #42b7e9;
}

.modal-body .btn-wrap {
  margin: 20px 0 0;
  
}

.modal-body .btn-wrap .sbtn {
  width: 100%;
  height: 50px;
  font-size: 20px;
  border-bottom: #845b1a 3px solid;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  display: block;
  -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 30%);
  box-shadow: 0 5px 10px rgb(0 0 0 / 30%);
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.close {
  color: #fff;
  opacity: .8;
}


@media (max-width: 1024px) {

  .inbox-col .remark {
    text-align: right;
  }

  .inbox-col .date {
    display: none;
  }

  /*.subpage-wrap {
    padding: 0;
  }*/
}

/*----------------------------*/
/*------new-side-contact------*/
/*----------------------------*/
.sidecontact-wrap {
  position: fixed;
  top: 250px;
  right: -180px;
  display: block;
  cursor: pointer;
}

.sidecontact {
  position: relative;
  display: block;
  width: 180px;
  height: auto;
}

.sidecontact .title  {
  height: 40px;
  border-radius: 10px 10px 0 0;
  padding: 10px;
  position: absolute;
  left: -10px;
  top: 167px;
  letter-spacing: 3px;
  margin-left: -30px;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  width: 167px;
  text-align: center;
  
}

.sidecontact .title {
  color: #850303;
  -webkit-box-shadow: -5px 0 5px rgba(0,0,0,.5);
          box-shadow: -5px 0 5px rgba(0,0,0,.5);
  background: rgb(238,194,56);
  background: -moz-linear-gradient(90deg, rgba(238,194,56,1) 0%, rgba(248,251,192,1) 30%, rgba(180,129,46,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(238,194,56,1) 0%, rgba(248,251,192,1) 30%, rgba(180,129,46,1) 100%);
  background: linear-gradient(90deg, rgba(238,194,56,1) 0%, rgba(248,251,192,1) 30%, rgba(180,129,46,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eec238",endColorstr="#b4812e",GradientType=1);
}


.sidecontact .info-box-wrap {
  color: #fff;
  padding: 15px;
  background: #a050b4;
}

.sidecontact .info-box-wrap .main {
  text-align: center;
  color: #fbd29d;
  line-height: 16px;
  font-size: 16px;
  font-style: italic;
}

.sidecontact .info-box-wrap .info-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.sidecontact .info-box-wrap .info-box .img-wrap {
  width: 59px;
}

.sidecontact .info-box-wrap .info-box .img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.sidecontact .info-box-wrap .info-box .info {
  
}

.sidecontact .info-box-wrap .info-box .info span {
  display: block;
  font-size: 12px;
}

/*----------------------------*/
/*------new-side-download------*/
/*----------------------------*/
.sidedownload-wrap {
  position: fixed;
  top: 250px;
  left: 30px;
  display: block;
  cursor: pointer;
  -webkit-transition: 0.2s;
     -moz-transition: 0.2s;
      -ms-transition: 0.2s;
       -o-transition: 0.2s;
          transition: 0.2s;
}

.sidedownload-wrap:hover {
  left: 40px;
}

.sidedownload {
  position: relative;
  display: block;
  height: auto;
}

.sidedownload .title  {
  height: 50px;
  border-radius: 0 0 10px 10px;
  padding: 20px 10px 10px 10px;
  position: absolute;
  left: -10px;
  top: 167px;
  letter-spacing: 3px;
  margin-left: -30px;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  width: 167px;
  text-align: center;
}

.sidedownload .title {
  color: #850303;
  -webkit-box-shadow: -5px 0 5px rgba(0,0,0,.5);
          box-shadow: -5px 0 5px rgba(0,0,0,.5);
  background: rgb(238,194,56);
  background: -moz-linear-gradient(90deg, rgba(238,194,56,1) 0%, rgba(248,251,192,1) 30%, rgba(180,129,46,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(238,194,56,1) 0%, rgba(248,251,192,1) 30%, rgba(180,129,46,1) 100%);
  background: linear-gradient(90deg, rgba(238,194,56,1) 0%, rgba(248,251,192,1) 30%, rgba(180,129,46,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eec238",endColorstr="#b4812e",GradientType=1);
}

/*----------------------------*/
/*--------new-download--------*/
/*----------------------------*/
.download-wrapper {
  max-width: 800px;
  padding: 20px 15px;
  margin: 0 auto;
}

.download-wrapper h2 {
  color: #D49F43;
  text-align: center;
}

.download-box-wrap {
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.download-box {
  width: 50%;
  padding: 15px 5% 50px;
  display: flex;
  flex-direction: column;
}

.download-box .img-wrap {
  width: 100%;
  margin: 0 auto;
}

.download-box .img-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.download-box .title {
  text-align: center;
  margin: 0 0 20px;
  font-size: 30px;
}

.download-box .title .android,
.download-box .title .ios {
  display: inline-block;
  margin: 0 2px;
  width: 22px;
  height: 22px;
  -webkit-background-size: 22px;
       -o-background-size: 22px;
          background-size: 22px;
}

.download-box .title .android {
  background-image: url(../images/icon-android.svg);
}

.download-box .title .ios {
  background-image: url(../images/icon-ios.svg);
}

.download-box .info-wrap {
  margin: 0 auto;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.download-box .info-wrap .qr-box {
  width: 72px;
}

.download-box .info-wrap .qr-box img {
  display: block;
  width: 100%;
  height: auto;
}

.download-box .info-wrap .info-box {
  flex-direction: column;
  padding: 0 10px;
  -webkit-align-items: center;
  align-items: baseline;
  -webkit-justify-content: flex-start;
  justify-content: center;
  display: flex;
  text-align: left;
}

.download-box .info-wrap .info-box a {
  color: #45A4A2;
  font-size: 12px;
}

.download-box .info-wrap .info-box span {
  display: block;
}

@media (max-width: 1024px) {
  .download-box {
    width: 100%;
  }
}


/*----------------------------*/
/*--------side-push-----------*/
/*----------------------------*/
.c-menu {
  /*padding: 20px;*/
}

.c-menu.promo-content {
  padding: 0;
}

.carbon-poweredby,em,i {
  font-style:italic
}

.c-button,.c-menu__close {
  -moz-appearance:none;
  appearance:none;
  border-radius:none;
  -webkit-appearance:none;
  font-size:14px;
  box-shadow:none
}

.c-button:focus,.c-menu__close:focus {
  outline:0
}
  
#carbonads,.c-mask,.c-menu {
  position:fixed
}



.o-wrapper {
  transition:transform .3s
}

.c-menu,.o-wrapper {
  -webkit-transition:-webkit-transform .3s
}

.o-container {
  margin:0 auto;padding:0 12px;max-width:960px
}

.c-menu {
  z-index:200;
  transition:transform .3s;
  background: #a050b4;
}

.c-menu.promo-content {
  background: #FFF;
}

.c-menu__items {
  list-style:none;
  margin:0;
  padding:0
}

.c-menu--push-left,
.c-menu--push-right,
.c-menu--slide-left,
.c-menu--slide-right {
  width:100%;
  height:100%;
  overflow-y:scroll
}

@media all and (min-width:320px) {
  .c-menu--push-left,
  .c-menu--push-right,
  .c-menu--slide-left,
  .c-menu--slide-right {
    width:280px
  }

  .c-menu--push-right.promo-content {
    width: 100%;
  }
}

.c-menu--push-left .c-menu__item,
.c-menu--push-right .c-menu__item,
.c-menu--slide-left .c-menu__item,
.c-menu--slide-right .c-menu__item {
  display:block;
  /*text-align:center;*/
  text-align: left;
  /*border-top:solid 1px #b5dbe9;*/
  /*border-bottom:solid 1px #3184a1*/
}

.c-menu--push-left .c-menu__item:first-child,
.c-menu--push-right .c-menu__item:first-child,
.c-menu--slide-left .c-menu__item:first-child,
.c-menu--slide-right .c-menu__item:first-child {
  border-top:none
}

.c-menu--push-left .c-menu__item:last-child,
.c-menu--push-right .c-menu__item:last-child,
.c-menu--slide-left .c-menu__item:last-child,
.c-menu--slide-right .c-menu__item:last-child {
  border-bottom:none
}

.c-menu--push-left .c-menu__link,
.c-menu--push-right .c-menu__link,
.c-menu--slide-left .c-menu__link,
.c-menu--slide-right .c-menu__link {
  display:block;
  padding:12px 24px;
  color: #9e9e9e;
  /* background: -webkit-linear-gradient(#9f762e, #e1b561, #9f762e); */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
}

.c-menu--push-left .c-menu__item.active .c-menu__link,
.c-menu--push-right .c-menu__item.active .c-menu__link,
.c-menu--slide-left .c-menu__item.active .c-menu__link,
.c-menu--slide-right .c-menu__item.active .c-menu__link {
  background: #e3cb00;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c-menu--push-left .c-menu__close,
.c-menu--push-right .c-menu__close,
.c-menu--slide-left .c-menu__close,
.c-menu--slide-right .c-menu__close {
  /*display:block;
  padding:12px 24px;
  width:100%*/
}

.c-menu--push-left,
.c-menu--slide-left {
  top:0;
  left: 0;
  -webkit-transform:translateX(-100%);
  -ms-transform:translateX(-100%);
  transform:translateX(-100%)
}

@media all and (min-width:320px) {
  .c-menu--push-left,
  .c-menu--slide-left {
    -webkit-transform:translateX(-280px);
    -ms-transform:translateX(-280px);
    transform:translateX(-280px)
  }
}

.c-menu--push-left.is-active,
.c-menu--slide-left.is-active {
  -webkit-transform:translateX(0);
  -ms-transform:translateX(0);
  transform:translateX(0)
}

.c-menu--push-right,
.c-menu--slide-right {
  top:0;
  right:0;
  -webkit-transform:translateX(100%);
  -ms-transform:translateX(100%);
  transform:translateX(100%)
}

@media all and (min-width:320px) {
  .c-menu--push-right,
  .c-menu--slide-right {
    -webkit-transform:translateX(280px);
    -ms-transform:translateX(280px);
    transform:translateX(280px)
  }

  .c-menu--push-right.promo-content {
    -webkit-transform:translateX(100%);
    -ms-transform:translateX(100%);
    transform:translateX(100%)
  }
}

.c-menu--push-right.is-active,
.c-menu--slide-right.is-active {
  -webkit-transform:translateX(0);
  -ms-transform:translateX(0);
  transform:translateX(0)
}

.c-menu--push-bottom,
.c-menu--push-top,
.c-menu--slide-bottom,
.c-menu--slide-top {
  vertical-align:middle;
  width:100%;
  height:60px;
  text-align:center;
  overflow-x:scroll
}

.c-mask,body.has-active-menu {
  overflow:hidden
}

.c-menu__item.active {
  background-color: #000;
}

.c-menu--push-bottom .c-menu__items,
.c-menu--push-top .c-menu__items,
.c-menu--slide-bottom .c-menu__items,
.c-menu--slide-top .c-menu__items {
  display:inline-block;
  text-align:center
}

.c-menu--push-bottom .c-menu__item,
.c-menu--push-top .c-menu__item,
.c-menu--slide-bottom .c-menu__item,
.c-menu--slide-top .c-menu__item {
  display:inline-block;
  line-height:60px
}

.c-menu--push-bottom .c-menu__link,
.c-menu--push-top .c-menu__link,
.c-menu--slide-bottom .c-menu__link,
.c-menu--slide-top .c-menu__link {
  display:block;
  padding:0 4px;
  color:#fff
}

.c-menu--push-bottom .c-menu__close,
.c-menu--push-top .c-menu__close,
.c-menu--slide-bottom .c-menu__close,
.c-menu--slide-top .c-menu__close {
  display:inline-block;
  margin-right:12px;
  padding:0 24px;
  height:60px;
  line-height:60px
}

.c-menu--push-top,.c-menu--slide-top {
  top:0;
  left:0;
  -webkit-transform:translateY(-60px);
  -ms-transform:translateY(-60px);
  transform:translateY(-60px)
}

.c-menu--push-top.is-active,
.c-menu--slide-top.is-active {
  -webkit-transform:translateY(0);
  -ms-transform:translateY(0);
  transform:translateY(0)
}

.c-menu--push-bottom,
.c-menu--slide-bottom {
  bottom:0;left:0;
  -webkit-transform:translateY(60px);
  -ms-transform:translateY(60px);
  transform:translateY(60px)
}

.c-menu--push-bottom.is-active,
.c-menu--slide-bottom.is-active {
  -webkit-transform:translateY(0);
  -ms-transform:translateY(0);
  transform:translateY(0);
}

.o-wrapper.has-push-left {
  -webkit-transform:translateX(100%);
  -ms-transform:translateX(100%);
  transform:translateX(100%)
}

@media all and (min-width:320px) {
  .o-wrapper.has-push-left {
    -webkit-transform:translateX(200px);
    -ms-transform:translateX(200px);
    transform:translateX(200px)
  }
}

.o-wrapper.has-push-right {
  -webkit-transform:translateX(-100%);
  -ms-transform:translateX(-100%);
  transform:translateX(-100%)
}

@media all and (min-width:320px) {
  .o-wrapper.has-push-right {
    -webkit-transform:translateX(-200px);
    -ms-transform:translateX(-200px);
    transform:translateX(-200px)
  }
}

.o-wrapper.has-push-top {
  -webkit-transform:translateY(60px);
  -ms-transform:translateY(60px);
  transform:translateY(60px)
}

.o-wrapper.has-push-bottom {
  -webkit-transform:translateY(-60px);
  -ms-transform:translateY(-60px);
  transform:translateY(-60px)
}

.c-menu__close {
  color: #ffb330;
  top: 0;
  right: 13px;
  width: 30px;
  padding: 10px;
  position: absolute;
  background-color: transparent;
  border:none;
  cursor:pointer;
  font-size: 34px;
}

.c-mask {
  z-index:100;
  top:0;
  left:0;
  width:0;
  height:0;
  background-color:#000;
  opacity:0;
  -webkit-transition:opacity .3s,
             width 0s .3s,
             height 0s .3s;
  transition:opacity .3s,
             width 0s .3s,
             height 0s .3s
}

.c-mask.is-active {
  width:100%;
  height:100%;
  opacity:.7;
  -webkit-transition:opacity .3s;
  transition:opacity .3s
}

