/*----------
    FONTS
-----------*/
@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular.eot");
    src: url("../fonts/Roboto-Regular.woff") format("woff"),
        url("../fonts/Roboto-Regular.ttf") format("truetype"),
        url("fonts/Roboto-Regular.svg#Roboto-Regular") format("svg"),
        url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot');
    src:  url('../fonts/icomoon.eot') format('embedded-opentype'),
      url('../fonts/icomoon.ttf') format('truetype'),
      url('../fonts/icomoon.woff') format('woff'),
      url('../fonts/icomoon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-speaker:before {
    content: "\e900";
  }
  .icon-up-arrow:before {
    content: "\e901";
  }
  .icon-soccer-ball:before {
    content: "\e902";
  }
  .icon-graph:before {
    content: "\e903";
  }
  .icon-football-field:before {
    content: "\e904";
  }
  .icon-desktop-monitor:before {
    content: "\e905";
  }
  .icon-download-arrow:before {
    content: "\e96b";
  }

/*----------
    LOADING PAGE
-----------*/
.main-container {
    display: none;
}
.loading-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: url(../images/loading-bg.jpg) no-repeat center;
    background-size: cover;
    z-index: 999;
  }
.loading-container {
    position: relative;
    height: 100%;
    width: 100%;
  }
  .load-title {
    display: block;
    text-align: center;
  }
  
  .load-title img {
    max-width: 80%;
  }
  .loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 709px;
    height: 50px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .load-out {
    position: relative;
    padding: 15px 11px;
    width: 100%;
    height: 100%;
    background: url(../images/progress-bg.png) no-repeat center;
    background-size: contain;
  }
  .load-in {
    display: block;
    width: 0;
    height: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    overflow: visible !important;
    background: #fceabb;
    background: -moz-linear-gradient(
      top,
      #fceabb 0%,
      #fccd4d 50%,
      #f8b500 51%,
      #fbdf93 100%
    );
    background: -webkit-linear-gradient(
      top,
      #fceabb 0%,
      #fccd4d 50%,
      #f8b500 51%,
      #fbdf93 100%
    );
    background: linear-gradient(
      to bottom,
      #fceabb 0%,
      #fccd4d 50%,
      #f8b500 51%,
      #fbdf93 100%
    );
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0);
  }
  .load-icon {
    position: relative;
    display: inline-block;
    background: url(../images/load-icon.png) no-repeat center;
    background-size: contain;
    height: 55px;
    width: 55px;
    float: right;
    top: -17px;
    right: -10px;
    z-index: 999;
  }
/*----------
    STYLE
-----------*/
html,
body {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: "Roboto";
    font-size: 14px;
    height: 100vh;
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

button:focus,
button:hover {
    outline: none;
}

img {
    max-width: 100%;
}

.errorMsg {
    padding: 8px;
    background: #e74e4e;
    border: 1px solid #860404;
    color: #fff;
    display: none;
    font-size: 14px;
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 9999999;
    box-sizing: border-box;
    right: 10px;
    -moz-box-sizing: border-box;
    border-radius: 5px;
}

.successMsg {
    padding: 8px;
    background: #6bb34b;
    border: 1px solid #1b4a07;
    color: #fff;
    display: none;
    font-size: 14px;
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 999;
    box-sizing: border-box;
    right: 10px;
    -moz-box-sizing: border-box;
    border-radius: 5px;
}

.nopadd {
    padding: 0;
}

.btnlan {
    display: inline-block;

    font-size: 16px;
    font-weight: 600;
    height: 45px;
    color: #222;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    min-width: 170px;
    margin: 0 5px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
}

.btnlan-big {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    height: 60px;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    min-width: 220px;
    margin: 30px 5px 0;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    animation: scale 0.5s linear infinite;
    -webkit-animation: scale 0.5s linear infinite;
    text-transform: uppercase;
}

a.btnlan {
    text-align: center;
    line-height: 45px;
    vertical-align: middle;
}

a.btnlan-big {
    text-align: center;
    line-height: 60px;
}

.btnlan > i {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
}

.btn-yellow {
    color: #222;
    background: #fff48e;
    background: -moz-linear-gradient(top, #fff48e 0%, #fecb1b 100%);
    background: -webkit-linear-gradient(top, #fff48e 0%, #fecb1b 100%);
    background: linear-gradient(to bottom, #fff48e 0%, #fecb1b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff48e', endColorstr='#fecb1b', GradientType=0);
}

.btn-white {
    color: #222;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #b2b2b2 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #b2b2b2 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #b2b2b2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#b2b2b2', GradientType=0);
}

.btn-green {
    color: #fff;
    background: rgb(2, 136, 67);
    background: -moz-linear-gradient(top,
            rgba(2, 136, 67, 1) 0%,
            rgba(0, 96, 47, 1) 100%);
    background: -webkit-linear-gradient(top,
            rgba(2, 136, 67, 1) 0%,
            rgba(0, 96, 47, 1) 100%);
    background: linear-gradient(to bottom,
            rgba(2, 136, 67, 1) 0%,
            rgba(0, 96, 47, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#028843', endColorstr='#00602f', GradientType=0);
}

.btn-yellow:hover,
.btn-white:hover {
    color: #222;
}

.btn-green:hover {
    color: #fff;
}

.text-yellow {
    color: #fff48e;
}

.mob {
    display: none;
}

.header-wrapper {
    display: block;
    background: #6e030e;
    text-align: right;
    padding: 10px 14%;
}

.header-wrappermob {
    display: none;
}

.sg-logo {
    background: #a61727;
    padding-top: 4px;
}

#phone:focus ~ .msg-error {
    display: block;
}

/*----------
   above banner
-----------*/

.topbanner {
    background: #a61727;
    height: 69px;
}

.topbannermob {
    display: none;
}

.padding-50 {
    padding: 0 9%;
}

.left-banner {
    display: inline-block;
    text-align: center;
    float: left;
}

.center-banner {
    display: inline-block;
    max-width: 200px;
    text-align: center;
}

.right-banner {
    display: inline-block;
    float: right;
    text-align: center;
}

.triangle {
    background: #fff;
    text-align: center;
    height: 80px;
    padding-top: 15px;
    width: 200px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -4px;
}

.triangle::before {
    content: "";
    position: absolute;
    left: -25px;
    top: 0;
    border-top: 0 solid transparent;
    border-bottom: 80px solid transparent;
    border-right: 25px solid #ffffff;
}

/* .triangle img{
    width:50px;
} */
.triangle::after {
    content: "";
    position: absolute;
    top: 0;
    right: -25px;
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-bottom: 80px solid transparent;
    border-left: 25px solid #ffffff;
}

/*----------
 End above banner
-----------*/

.banner-wrapper {
    display: block;
    background: url(../images/banner.jpg) no-repeat center;
    background-size: cover;
    min-height: 500px;
}

.mob-banner {
    display: none;
}

/* .wide{
    padding: 0 50px;
} */

.timing {
    width: 200px;
}

.bigtxt {
    margin: 20px 0 30px;
}

/*----------
 live match
-----------*/

.live-match {
    width: 400px;
    /* width: 100%; */
    background: rgba(166, 23, 39, 0.9);
    box-shadow: none;
    border: 2px solid #fee71b;
    border-radius: 10px;
    padding: 10px;
    color: #ffffff;
    margin: 5px 0 0 40px;
}

.lm-head {
    display: block;
    font-size: 16px;
    margin: 5px 0 15px;
}

.lm-head-icon {
    float: right;
}

.lm-head-icon > i {
    font-size: 16px;
    margin-left: 10px;
}

.selectbox {
    width: 270px;
    position: relative;
    background: #33080c;
    padding: 0 10px 0 13px;
    font: 18px "Roboto", sans-serif;
    border-radius: 4px;
    cursor: pointer;
}

.selectbox > i {
    font-size: 25px;
    top: 4px;
    line-height: 40px;
}

.selectbox > i.icon-up-arrow {
    position: absolute;
    right: 10px;
    font-size: 20px;
    transform: rotate(180deg);
    transition: transform 0.2s linear;
}

.selectbox span {
    display: inline-block;
    line-height: 40px;
    position: relative;
    top: -2px;
    margin-left: 12px;
}

.selectbox ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    background: rgb(51, 8, 12,0.9);
    ;
    width: 100%;
    left: 0;
    border-radius: 4px;
    display: none;
    overflow: hidden;
    z-index: 2;
}

.selectbox ul li {
    padding: 1rem 0 1rem 15px;
    border-bottom: rgb(150, 25, 36) solid 1px;
}
.selectbox ul li:first-child{
    border-top: rgb(150, 25, 36) solid 1px;
}
.selectbox ul li:hover {
    background: rgba(77, 15, 30, 1);
    border-bottom: rgb(150, 25, 36) solid 1px;
}

.selectbox.open > i.icon-up-arrow {
    transform: rotate(360deg);
}

.selectbox.open ul {
    display: block;
}

.aside i {
    font-size: 25px;
    margin-left: 5px;
    display: inline-block;
    margin-top: 10px;
}

.gif-img {
    margin-top: 10px;
    position: relative;
    z-index: 1;
}

.gif-img img {
    display: block;
    margin: 0 auto;
}

/* carousel */
.o-item {
    padding-right: 15px;
    padding-left: 15px;
}

.o-item p {
    width: 50px;
    text-align: center;
    margin-bottom: 10px;
}

.o-item span,
.o-item span.show {
    display: inline-block !important;
}

.o-item .box {
    text-align: center;
    width: 50px;
    line-height: 30px;
    display: inline-block;
    background: #fff;
    color: #000;
    border-radius: 4px;
    margin-left: 3px;
}

.o-item.last {
    max-width: 250px;
    margin: 0 auto;
}

.o-item.last p {
    margin-left: 2px;
}

.slider {
    position: relative;
    margin-top: 10px;
}

.slider .owl-nav {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.slider .owl-nav [class*="owl-"] {
    font-size: 40px !important;
    position: absolute;
    bottom: 0;
    background: none !important;
    z-index: 10;
}

.slider .owl-nav .disabled {
    opacity: 0;
}

.slider .owl-nav .owl-prev {
    left: 0;
}

.slider .owl-nav .owl-next {
    right: 0;
}

.slider .dangky {
    line-height: 53px;
    color: rgb(77, 59, 0) !important;
    float: none;
    margin: 22px auto;
}

/* textbanner */
.text-banner {
    margin-top: 40px;
}

/* timer */
.timer {
    text-align: right;
    width: 100%;
    margin-top: 65px;
   
}

.timer .time {
    width: 112px;
    height: 122px;
    background: #fff;
   
    display:inline-block;
    margin: 0 10px;
    overflow: hidden;
    border-radius: 10px;
    text-align: center;
    
}

.timer .time div {
    display: flex;
    align-items: center;
    height: 92px;
    justify-content: center;
    font-size: 65px;
    font-weight: 700;
}

.timer .time p {
    font-size: 18px;
    color: #222;
    background: #f2da77;
    margin-bottom: 0;
    line-height: 30px;
    font-weight: 700;
}

.timer > p {
    font-size: 20px;
    text-align: center;
    color: #fff;
    margin-top: 45px;
    float: right;
    margin-right:-55px ;
}

.steps-wrapper {
    display: block;
    background: url(../images/steps-background.png) no-repeat center;
    background-size: cover;
    padding: 20px 0;
}

.stepcon {
    display: block;
    font-size: 0;
    color: #fff;
}

.stepcon:hover {
    color: #fff;
}

.step-num {
    display: inline-block;
    width: 30%;
    font-size: 14px;
    text-align: center;
    vertical-align: top;
}

.step-detail {
    display: inline-block;
    width: 70%;
    padding-left: 5px;
    font-size: 14px;
}

.step-detail > hr {
    display: block;
    margin: 6px 0 10px;
}

.step-title {
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    color: #fee71b;
    margin: 0;
}

.step-subtitle {
    display: inline-block;
    line-height: 25px;
    color: #fff;
    font-size: 18px;
}

.step-last {
    display: inline-block;
    font-size: 22px;
    line-height: 25px;
    color: #fff;
}

.footdesktop {
    display: block;
}

.footmob {
    display: none;
}

.footer-wrapper {
    background: #a61727;
    height: 65px;
}

.footer-wrapper .container-default {
    padding: 0;
}

.connum {
    color: #fff;
    font-size: 16px;
}

.connum:hover {
    color: #fff;
}

.connum span {
    vertical-align: middle;
}

.fbg {
    display: inline-block;
    background: url(../images/footer.png) no-repeat;
    margin-top: -8px;
}

.fmid {
    background-position: 0 0;
    width: 224px;
    height: 67px;
}

.fcontact {
    background-position: -244px 0;
    width: 60px;
    height: 60px;
    margin-right: 10px;
}

.fside1 {
    background-position: 0 -72px;
    width: 90px;
    height: 64px;
    margin-right: 2px;
}

.fside2 {
    background-position: -95px -72px;
    width: 90px;
    height: 64px;
    margin-right: 2px;
}

.fside3 {
    background-position: -190px -72px;
    width: 90px;
    height: 64px;
    margin-right: 2px;
}

.fside4 {
    background-position: -285px -72px;
    width: 90px;
    height: 64px;
}

/****register****/

.register-form {
    width: 394px;
    min-height: 350px;
    float: right;
    margin: 5px 0;
    background: rgba(197, 28, 28, 0.8);
    box-shadow: none;
    border: 2px solid #fee71b;
    border-radius: 10px;
    padding-bottom: 26px;
}

.register-form > .close {
    color: #fff;
    opacity: 1;
    margin-top: 16px;
    margin-right: 31px;
}
.reg{
    text-align: right;
    padding-right:50px ;
}
.inner-wrap {
    width: 100%;
    max-width: 417px;
    margin: 0 auto;
    position: relative;
    z-index: 999;
    padding-top: 15px;
}

.inner-wrap img {
    display: block;
    max-width: 100%;
    margin: 0 auto 10px;
}

.register-form input[type="text"],
.register-form input[type="password"],
.register-form input[type="email"],
.register-form textarea,
.register-form select {
    background: #000;
    width: 95%;
    height: 40px;
    background-size: contain;
    border: none;
    padding-left: 20px;
    margin: 0 auto;
    font-size: 21px;
    display: block;
    line-height: 1;
    margin-bottom: 6px;
    border-radius: 6px;
    position: relative;
    z-index: 999;
    color: #fff;
    border: 1px solid #ccc;
}

.content-2,
.content-3,
.content-1,
.content-4,
.content-5 {
    display: none;
}

.dangky {
    display: block;
    float: left;
    width: 80%;
    height: 53px;
    border-radius: 5px;
    color: #222;
    background: #fff48e;
    background: -moz-linear-gradient(top, #fff48e 0%, #fecb1b 100%);
    background: -webkit-linear-gradient(top, #fff48e 0%, #fecb1b 100%);
    background: linear-gradient(to bottom, #fff48e 0%, #fecb1b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff48e', endColorstr='#fecb1b', GradientType=0);
    box-shadow: 2.816px 17.778px 18.48px 2.52px rgba(0, 0, 0, 0.26);
    display: block;
    border: none;
    margin: 10px 10% 0 10%;
    font-size: 25px;
    font-family: "Roboto";
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

.capbox-inner {
    position: relative;
}

#CaptchaDiv {
    font-size: 17px;
    font-style: italic;
    color: #fff;
    background-color: gray;
    padding: 4px;
    -moz-border-radius: 0 4px 4px 0;
    /* -webkit-border-radius: 4px; */
    border-radius: 0 4px 4px 0;
    width: 100px;
    float: right;
    height: 40px;
    text-align: center;
    /* padding-top: 10px; */
    /* margin-top: 10px; */
    position: absolute;
    top: 0;
    right: 11px;
    line-height: 41px;
    z-index: 999;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

input#CaptchaInput:-webkit-autofill,
input#CaptchaInput:-webkit-autofill:hover,
input#CaptchaInput:-webkit-autofill:focus,
input#CaptchaInput:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-animation-name: autofill2;
    -webkit-animation-fill-mode: both;
}

.birthDate select {
    width: 28.5%;
    display: block;
    float: left;
    margin-right: 8px;
    padding-left: 5px;
    font-size: 13px;
    line-height: 19px;
    position: relative;
    margin-left: 10px;
}

.birthDate select:last-child {
    margin-right: 0;
}

.successMsg {
    padding: 8px;
    background: #6bb34b;
    border: 1px solid #1b4a07;
    color: #fff;
    display: none;
    font-size: 14px;
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 9999999;
    box-sizing: border-box;
    right: 10px;
    -moz-box-sizing: border-box;
    border-radius: 5px;
}

.errorMsg {
    padding: 8px;
    background: #e74e4e;
    border: 1px solid #860404;
    color: #fff;
    display: none;
    font-size: 14px;
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 9999999;
    box-sizing: border-box;
    right: 10px;
    -moz-box-sizing: border-box;
    border-radius: 5px;
}

.popup-info {
    margin-top: 45%;
    border-radius: 5px;
    background-image: -moz-linear-gradient(90deg,
            rgb(0, 0, 0) 0%,
            rgb(39, 10, 11) 20%,
            rgb(132, 1, 19) 97%);
    background-image: -webkit-linear-gradient(90deg,
            rgb(0, 0, 0) 0%,
            rgb(39, 10, 11) 20%,
            rgb(132, 1, 19) 97%);
    background-image: -ms-linear-gradient(90deg,
            rgb(0, 0, 0) 0%,
            rgb(39, 10, 11) 20%,
            rgb(132, 1, 19) 97%);
    border: 2px solid #e59425;
}

.popup-info .customDiv {
    position: relative;
    display: block;
    padding: 29px 4px 29px 163px;
    min-height: 200px;
    font-size: 20px;
    color: #fff;
    margin: 40px 41px;
}

.popup-info > .close {
    color: #fff;
    opacity: 1;
    margin-top: 7px;
    margin-right: 10px;
}

.playerLeft {
    width: 340px;
    height: 508px;
    display: block;
    background: url(../image/playerSoccer.png) no-repeat;
    position: absolute;
    left: -176px;
    top: -187px;
    z-index: 8;
}

.gold-line {
    display: block;
    height: 2px;
    background: #fceabb;
    background: -moz-linear-gradient(top,
            #fceabb 0%,
            #fccd4d 50%,
            #f8b500 51%,
            #fbdf93 100%);
    background: -webkit-linear-gradient(top,
            #fceabb 0%,
            #fccd4d 50%,
            #f8b500 51%,
            #fbdf93 100%);
    background: linear-gradient(to bottom,
            #fceabb 0%,
            #fccd4d 50%,
            #f8b500 51%,
            #fbdf93 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0);
}

.dl-dangky {
    margin: 16px 0 0;
    font-size: 25px;
    height: 53px;
    line-height: 53px;
}

.btn-download {
    display: block;
    float: left;
    width: 99%;
    background: #00ca55;
    background: -moz-linear-gradient(top, #00ca55 0%, #008a38 100%);
    background: -webkit-linear-gradient(top, #00ca55 0%, #008a38 100%);
    background: linear-gradient(to bottom,
            rgba(2, 136, 67, 1) 0%,
            rgba(0, 96, 47, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ca55', endColorstr='#008a38', GradientType=0);
    display: inline-block;
    border-radius: 5px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.34);
    color: #fff !important;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    margin: 16px 1px 0 3px;
    transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    font-weight: 600;
    animation: scaling 3s linear infinite;
    -webkit-animation: scaling 800ms ease infinite;
}

.dl-dangky > i {
    font-size: 20px;
}

.btn-download > i {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    margin-right: 5px;
}

.msg-error {
    color: #fff;
    font-size: 10px;
    margin-top: -5px;
    text-align: left;
    display: none;
}

.msg-error-focus {
    position: relative;
    background: linear-gradient(to bottom,
            rgba(2, 136, 67, 1) 0%,
            rgba(0, 96, 47, 1) 100%);
    color: #fff;
    font-size: 10px;
    margin-top: -5px;
    display: block;
}

/*
    MATCH
*/
.change-match {
    display: none;
}

.change-match.open {
    display: block;
}

.popup-Scratch {
    width: 661px;
    height: 397px;
    display: none;
    position: fixed;
    z-index: 9999;
    top: 34%;
    left: 35%;
    border-radius: 5px;
    background: rgb(131, 27, 27);
    background: -moz-linear-gradient(top,
            rgba(131, 27, 27, 1) 0%,
            rgba(56, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top,
            rgba(131, 27, 27, 1) 0%,
            rgba(56, 0, 0, 1) 100%);
    background: linear-gradient(to bottom,
            rgba(131, 27, 27, 1) 0%,
            rgba(56, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#831b1b', endColorstr='#380000', GradientType=0);
    border: 2px solid #d68c06;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.popup-Scratch .close {
    color: #fff;
    opacity: 1;
    margin-top: 7px;
    margin-right: 10px;
    cursor: pointer;
}

.gift-game {
    width: 100%;
    margin-top: -90px;
}

.popup-Scratch h4 {
    text-align: center;
    color: #fee71b;
    font-weight: 600;
    font-size: 22px;
}

.popup-info {
    margin-top: 45%;
    border-radius: 5px;
    padding: 20px;
    color: #fff;
    background: rgb(131, 27, 27);
    background: -moz-linear-gradient(top,
            rgba(131, 27, 27, 1) 0%,
            rgba(56, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top,
            rgba(131, 27, 27, 1) 0%,
            rgba(56, 0, 0, 1) 100%);
    background: linear-gradient(to bottom,
            rgba(131, 27, 27, 1) 0%,
            rgba(56, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#831b1b', endColorstr='#380000', GradientType=0);
    border: 2px solid #d68c06;
}

.popup-info > .close {
    color: #fff;
    opacity: 1;
    margin-top: 7px;
    margin-right: 10px;
    z-index: 999;
    position: relative;
    cursor: pointer;
}

.playerLeft {
    width: 340px;
    height: 508px;
    display: block;
    background: url(../images/playerGirl.png) no-repeat;
    position: absolute;
    left: -140px;
    top: -126px;
    z-index: 8;
}

.popup-info .customDiv {
    position: relative;
    display: block;
    padding: 29px 4px 29px 163px;
    min-height: 200px;
    font-size: 20px;
    color: #fff;
    margin: 40px 41px;
}

.connum {
    display: block;
    color: #fff;
    font-size: 16px;
}

.connum:hover {
    color: #fff;
}

.connum span {
    vertical-align: middle;
}

.scaling {
    animation: scale 0.5s linear infinite;
    -webkit-animation: scale 0.5s linear infinite;
}
.desktp{
    width: 85%;
    margin-right: -60px;
}




@-webkit-keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes scale {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.05);
    }
}

.download-content {
    background: #fff url(../images/dl-background.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    padding: 25px;
    margin: 30% auto 0;
}

.dl-close {
    color: #fff;
    position: fixed;
    top: -20px;
    right: -20px;
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: pointer;
}

.dl-close:hover,
.dl-close:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.dl-desc {
    color: #5f0510;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.dl-title {
    color: #5f0510;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.dl-qrdes {
    color: #5f0510;
    font-size: 12px;
    font-weight: 600;
    margin: 10px 0;
}


.ios-contain {
    background: #10572e;
    background: -moz-linear-gradient(top,#10572e 1%,#0a4121 54%,#063017 100%);
    background: -webkit-linear-gradient(top,#10572e 1%,#0a4121 54%,#063017 100%);
    background: linear-gradient(to bottom,#10572e 1%,#0a4121 54%,#063017 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#10572e',endColorstr='#063017',GradientType=0);
    padding: 9px;
    display: block;
}


.dl-app{
    display: flex;
    justify-content: center;
}
.ios{
    margin-right: 10px;
}
.dl-btn {
    display: inline-block;
    background: url(../images/dl-btn.png) no-repeat center;
    background-size: contain;
    width: 274px;
    height: 60px;
    color: #f9e917;
    text-decoration: none;
    line-height: 60px;
    padding-left: 30px;
    animation: scaling 3s linear infinite;
    -webkit-animation: scaling 800ms ease infinite;
    font-size:12px;
}

.dl-btn > i {
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
    margin:0 5px;
}
.dl-btn-ios {
    display: inline-block;
    background: url(../images/apple.png) no-repeat center;
    background-size: contain;
    width: 274px;
    height: 60px;
    color: #f9e917;
    text-decoration: none;
    line-height: 60px;
    padding-left: 30px;
    animation: scaling 3s linear infinite;
    -webkit-animation: scaling 800ms ease infinite;
    font-size:12px;
}

.dl-btn-ios > i {
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
}
.dl-img {
    max-width: 80%;
    margin-bottom: 10px;
}

.ios img{
    width: 80%;
    margin-bottom: 10px;
}
.dl-dangky {
    width: 100%;
    margin: 16px 0 0;
    font-size: 25px;
    height: 53px;
    line-height: 53px;
}

.dl-dangky > i {
    font-size: 25px;
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.05);
    }
}

@media (max-width: 1399px) {
    .btnlan-big {
        font-size: 16px;
        height: 45px;
        line-height: 45px;
        min-width: 170px;
    }

    a.btnlan-big {
        line-height: 45px;
    }

}

@media (max-width: 1200px) {
    .footer-wrapper {
        height: auto;
        padding-top: 10px;
    }

    .footdesktop {
        display: none;
    }

    .footmob {
        display: block;
        background: #a61727;
    }

    .fbg {
        margin: 0;
    }

    .midmob {
        margin: 40px 0 0;
        font-size: 0;
    }
}

@media (max-width: 1440px) {
    .loading-wrapper {
        background: url(../images/loading-bg2.jpg) no-repeat center;
        background-size: cover;
    }
    .text-banner {
        display: none;
    }

    .header-wrapper {
        text-align: center;
    }

    .banner-wrapper {
        background: #06420e;
    }

    .banner-wrapper .row {
        display: flex;
        flex-wrap: wrap;
    }

    .banner-wrapper .col-md-6 {
        order: 1;
        width: 100%;
        background: url("../images/1366x620_bannermob.jpg") top center no-repeat #06420e;
    }

    .banner-wrapper .col-md-3 {
        width: 50%;
        background: #06420e;
        border-top: thin solid #fee71b;
    }

    .banner-wrapper .game {
        order: 2;
    }

    .banner-wrapper .reg {
        order: 3;
    }

    .timer {
        margin-left: 0;
        /* margin-top: 264px; */
        margin: 246px auto 0;
        text-align: center;
    }

    .timer > p {
        margin-top: 35px;
        margin-bottom: 11px;
        float: none;
        margin-right: 0;
    }

    .live-match,
    .register-form {
        margin-left: auto;
        margin-right: auto;
    }

    .register-form {
        float: none;
        overflow: hidden;
    }
}
@media (max-width: 1024px) {
    .loader{
        width: 90%;
    }
}
@media (max-width: 991px) {
    .popup-info .customDiv {
        padding: 0;
        font-size: 16px;
        min-height: 150px;
        margin: 40px 20px;
    }

    .playerLeft {
        width: 130px;
        height: 150px;
        background: url(../images/playerGirl.png?v=1.2) no-repeat center;
        background-size: contain;
        left: 0;
        top: -95px;
    }

    .popup-Scratch {
        height: unset;
        left: 10%;
    }

    .gift-game {
        margin: 0;
    }

    .triangle {
        width: 100%;
        padding-top: 5px;
    }
    .live-match{
        width: 100%;
    }
    .register-form{
        width:100%;
    }
    .banner-wrapper .reg {
        padding-right: 15px;
    }
    .selectbox i{
        font-size: 16px;
    }
    .selectbox > i.icon-up-arrow {
        font-size:16px
    }
    .selectbox{
        font-size: 16px;
        width: 230px;
    }
}
@media (max-width: 768px) {
    .dl-close {
        color: #000;
        top: 5px;
        right: 5px;
    }

    .dl-close:hover,
    .dl-close:focus {
        color: #000;
    }

    .download-content {
        padding: 35px 15px;
        margin: 5% auto 0;
    }

    .loading-wrapper {
        background: url(../images/loading-bg3.jpg) no-repeat center;
        background-size: cover;
    }

    .header-wrapper {
        display: none;
    }

    .header-wrappermob {
        display: block;
        background: #6e030e;
        text-align: center;
        padding: 10px 0;
    }

    .banner-wrapper .col-md-6 {
        background: url("../images/bannermob.jpg") top center no-repeat #06420e;
    }

    .banner-wrapper .game {
        width: 100%;
        padding-bottom: 15px;
    }

    .banner-wrapper .reg {
        width: 100%;
    }

    .topbanner {
        display: none;
    }

    .topbannermob {
        display: block;
        background: #a61727;
        height: auto;
    }

    .dangky {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .btn-download {
        width: 99%;
        margin: auto 2px 5px 2px;
    }

    .sway {
        width: 30px;
    }

    .loader {
        height: 41px;
    }

    .load-icon {
        height: 45px;
        width: 45px;
    }

    

    .btnlan {
        font-size: 14px;
        height: 40px;
        min-width: 120px;
        vertical-align: middle;
    }


    .banner-wrapper {
        background: #072710;
        height: unset;
    }

    .mob-banner {
        display: block;
    }

    .bigtxt {
        margin: 0;
    }

    .btnlan-big {
        margin: 0 0 20px;
    }

    .stepcon {
        margin-bottom: 10px;
    }

    .step-num {
        width: 20%;
    }

    .step-detail {
        width: 80%;
        padding-left: 15px;
    }

    .step-detail > hr {
        margin: 5px 0 10px;
    }

    .step-title {
        font-size: 16px;
    }

    .step-subtitle {
        font-size: 14px;
    }

    .mobnopadd {
        padding: 0;
    }

    .register-form,
    .live-match {
        width: 100%;
        padding: 0 5px;
    }

    .inner-wrap {
        width: 100%;
    }

    .birthDate select {
        width: 28.3%;
    }

    .register-form > .close {
        margin-top: 6px;
        margin-right: 6px;
    }

    .gift-game {
        display: none;
    }

    .popup-Scratch {
        width: 100%;
        left: 0;
    }

    #scratch1 {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .load-out {
        padding: 15px 7px;
    }
    .loader {
        height: 41px;
      }
}

@media (max-width: 600px) {
    .desktp {
        display: none;
    }

    .mob {
        display: inline-block;
    }

    .banner-wrapper .col-md-6 {
        background: #06420e;
    }

    .text-banner {
        display: block;
        margin-top: 1rem;
        text-align: center;
    }

    .sg-logo .row {
        display: flex;
        flex-wrap: wrap;
    }

    .sg-logo .row > div {
        padding: 5px 15px;
        width: 100%;
    }

    .tringle {
        padding-left: 0 !important;
        padding-right: 0 !important;
        order: 1;
    }

    .triangle {
        padding-top: 0;
        position: relative;
        display: flex;
        justify-content: center;
    }

    .triangle img {
        align-self: center;
    }

    .triangle::before,
    .triangle::after {
        display: none;
    }

    .sg-logo .left-text {
        order: 2;
    }

    .sg-logo .right-text {
        order: 3;
    }

    .timer {
        margin-top: 1rem;
    }

    .timer .time {
        width: 72px;
        height: 70px;
    }

    .timer .time div {
        height: 40px;
        font-size: 22px;
    }

    .timer .time p {
        font-size: 16px;
    }

    .timer > p {
        font-size: 18px;
        margin-top: 1rem;
    }

    .selectbox {
        float: none;
        width: 100%;
    }

    .live-match .aside {
        float: none !important;
        text-align: center;
    }

    .dl-desc {
        font-size: 12px;
    }

    .dl-title {
        font-size: 14px;
    }

    .dl-img {
        width: 50%;
    }
    .ios img{
        width: 50%;
    }
    .dl-btn {
        height: 50px;
        line-height: 50px;
        font-size: 12px;
    }
    .dl-btn-ios{
        height: 50px;
        line-height: 50px;
        font-size: 12px;
    }
    .dl-btn > i {
        font-size: 16px;
    }
}

@media (max-width: 555px) {
    .ios{
        margin-right: 0;
        margin-left:-10px;
    }
    .dl-app{
        flex-direction: column;
    }
    .dl-btn-ios{
        margin-bottom: 10px;
        margin-left:-10px;
        font-size:10px;
    }
    .dl-btn{
        font-size:10px;
    }
}

@media (max-width: 480px) {
    
    .load-title img {
        max-width: 95%;
      }
    .dl-btn {
        width: 100%;
    }
    
    .loading-wrapper {
        background: url(../images/loading-bg4.jpg) no-repeat center;
        background-size: cover;
    }

    .loader {
        top: 30%;
    }
}

@media (max-width: 424px) {
    .footer-wrapper {
        padding-bottom: 130px;
    }

    .btnlan {
        font-size: 14px;
        height: 40px;
        margin: 0 2px;
        padding: 0 10px;
        min-width: unset;
    }

    a.btnlan {
        line-height: 40px;
    }

    .fside1 {
        background-position: 0 -144px;
        width: 64px;
        height: 46px;
    }

    .fside2 {
        background-position: -68px -144px;
        width: 64px;
        height: 46px;
    }

    .fside3 {
        background-position: -135px -144px;
        width: 64px;
        height: 46px;
    }

    .fside4 {
        background-position: -203px -144px;
        width: 64px;
        height: 46px;
    }
}

@media (max-width: 380px) {
    .load-title {
        margin-top: 50px;
      }
      .loader {
        top: 25%;
      }
}
@media (max-width: 320px) {
    .birthDate select {
        width: 27.5%;
    }
}

@media (max-width: 1400px) {
    .contain-matchlive {
        margin-left: 0;
    }
}

@media (max-width: 1440px) {
    .padding-50 {
        padding: 0;
    }
    
    
    
}

@media (min-width: 992px) {
    .container {
        width: 100%;
    }

    .steps-wrapper .container {
        max-width: 1170px;
    }

    .footer-wrapper .container {
        max-width: 1320px;
    }
}

@media screen and (max-width: 1220px) and (min-width: 1200px) {
    .bugg {
        padding-right: 0;
    }
}

@media (max-width: 1200px) {
    .left-text {
        padding: 0 50px;
    }

    .right-text {
        padding: 0 50px;
    }
}

/* @media (max-width: 992px){
    .topbanner{
        height: 210px;
    }
} */
