body {
    font-family: Roboto, sans-serif;
    background-color: #000;
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?vq8weq');
  src:  url('fonts/icomoon.eot?vq8weq#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?vq8weq') format('truetype'),
    url('fonts/icomoon.woff?vq8weq') format('woff'),
    url('fonts/icomoon.svg?vq8weq#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[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-close:before {
  content: "\e900";
}
.icon-download-arrow:before {
  content: "\e901";
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fedf00;
}


.logo a {
    display: block;
}

.logo a img {
    width: 200px;
}

/*For Loading */

.loading-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: url(../image/loading-bg.jpg?v=555555) no-repeat center;
    background-size: cover;
    z-index: 999;
}

.loading-container {
    position: relative;
    height: 100%;
    width: 100%;
}

.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(../image/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(../image/load-icon.png) no-repeat center;
    background-size: contain;
    height: 55px;
    width: 55px;
    float: right;
    top: -17px;
    right: -10px;
    z-index: 999;
}

.load-title {
    display: block;
    text-align: center;
}

.load-title img {
    max-width: 80%;
}


/*End for Loading */

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

header {
    background-color: #5f0510;
    padding: 10px 0;
    box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 99;
}

.head-btns {
    margin-top: 17px;
}

.btn-login {
    width: 155px;
    height: 44px;
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 23%, rgba(255, 255, 255, 1) 35%, rgba(221, 220, 220, 1) 64%, rgba(214, 214, 214, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 23%, rgba(255, 255, 255, 1) 35%, rgba(221, 220, 220, 1) 64%, rgba(214, 214, 214, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 23%, rgba(255, 255, 255, 1) 35%, rgba(221, 220, 220, 1) 64%, rgba(214, 214, 214, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d6d6', GradientType=0);
    /* IE6-9 */
    display: inline-block;
    border-radius: 5px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    color: #333 !important;
    text-align: center;
    line-height: 44px;
    text-decoration: none;
    margin: 0 5px;
    transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    font-weight: 600;
}

.btn-register {
    width: 155px;
    height: 44px;
    background: rgb(253, 244, 2);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(253, 244, 2, 1) 2%, rgba(240, 173, 0, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(253, 244, 2, 1) 2%, rgba(240, 173, 0, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(253, 244, 2, 1) 2%, rgba(240, 173, 0, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fdf402', endColorstr='#f0ad00', GradientType=0);
    /* IE6-9 */
    display: inline-block;
    border-radius: 5px;
    text-shadow: 1px 1px 1px #fff5ba;
    color: #2d1b06 !important;
    text-align: center;
    line-height: 44px;
    text-decoration: none;
    margin: 0 5px;
    transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    font-weight: 600;
}

.btn-download {
    width: 155px;
    height: 44px;
    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, #00ca55 0%,#008a38 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: 44px;
    text-decoration: none;
    margin: 0 5px;
    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;
}

.btn-download > i {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    margin-right: 5px;
}
.btn-register.ImAMobile{
    width: 155px;
    height: 44px;
    background: rgb(253, 244, 2);
    background: -moz-linear-gradient(top, rgba(253, 244, 2, 1) 2%, rgba(240, 173, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(253, 244, 2, 1) 2%, rgba(240, 173, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(253, 244, 2, 1) 2%, rgba(240, 173, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fdf402', endColorstr='#f0ad00', GradientType=0);
    
    border-radius: 5px;
    text-shadow: 1px 1px 1px #fff5ba;
    color: #2d1b06 !important;
    text-align: center;
    line-height: 44px;
    text-decoration: none;
    margin: 0 5px;
    transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    font-weight: 600;
    display: none;
}


@keyframes scaling {
    0% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(1.1, 1.1);
    }
}

@-webkit-keyframes scaling {
    0% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(1.1, 1.1);
    }
}

.btn-third-sec {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    width: 250px;
    font-size: 18px;
    border: none;
}

.btn-register:hover,
.btn-download:hover,
.btn-login:hover {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}

.header a:last-child {
    margin-right: 0;
}

footer {
    border-top: 1px solid #33080e;
    background-color: #5f0510;
    width: 100%;
    height: auto;
    padding: 10px;
    position: relative;
    display: block;
    height: 60px;
}

.hot-line {
    display: block;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}

.hot-line > img {
    margin-top: -20px;
    margin-right: 10px;
}

.btn-img {
    display: inline-block;
    margin-top: -17px;
    display: inline-block;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    width: 24%;
}

.btn-img.yel {
    display: inherit;
    width: unset;
}

.btn-img img {
    max-width: 100%;
}

.btn-img:hover {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.desktopBanner {
    display: block;
}

.banner1024,
.banner480 {
    display: none;
}

.banners {
    position: relative;
}

.banners > img {
    width: 100%;
    max-width: 100%;
}

.step-sec {
    background-color: #000;
    padding: 25px 0;
}

.step-container {
    max-width: 1650px;
    width: unset;
    margin: 0 auto;
}

.arrow-con {
    position: relative;
    display: block;
    text-decoration: none;
    color: #fff;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.arrow-con.close-register{
    display: none;
}
.arrow-con:hover {
    transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
}

.arrow-con > img {
    max-width: 100%;
}

.step-text {
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.step-text > div {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

div.step-no {
    color: #fff;
    font-size: 70px;
    font-weight: 600;
}

div.step-desc {
    width: 65%;
    margin-left: 20px;
}

.step-title {
    color: #fedf00;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7px;
}

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

.yellow {
    color: #fedf00;
}

.register-sec {
    background: url(../image/third-sec-bg.jpg) no-repeat center;
    padding: 25px 0;
}


.backdrop {
    background:rgba(0,0,0,0.8);
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
    display: none;
}
.register-form {
    width: 530px;
    min-height: 540px;
    z-index: 9999;
    background: #5f0510;
    background-size: cover;
    box-shadow: none;
    border: solid 2px #f8b500;
    border-radius: 5px;
    padding-bottom: 25px;
    z-index: 9991;
}
.registerholderonmobile {
    display: none
}
.close {
    color: #fff;
    opacity: 1;
    margin-top: 16px;
    margin-right: 31px;
}
.modal-content {
    width: fit-content;
}
.inner-wrap {
    width: 316px;
    max-width: 320px;
    margin: 0 auto;
    position: relative;
    z-index: 999;
    padding-top: 38px;
}
.inner-wrap img{
    display: block;
    max-width: 100%;
    margin: 0 auto 20px;
}
.register-form input[type="text"],
.register-form input[type="password"],
.register-form input[type="email"],
.register-form textarea,
.register-form select {
    background: #000;
    width: 100%;
    height: 43px;
    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 {
    width: 100%;
    height: 53px;
    border-radius: 5px;
    background-image: -moz-linear-gradient( 90deg, rgb(255, 192, 0) 0%, rgb(255, 222, 0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255, 192, 0) 0%, rgb(255, 222, 0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255, 192, 0) 0%, rgb(255, 222, 0) 100%);
    box-shadow: 2.816px 17.778px 18.48px 2.52px rgba(0, 0, 0, 0.26);
    display: block;
    border: none;
    margin: 0 auto;
    margin-top: 16px;
    font-size: 28px;
    font-family: "Roboto";
    color: rgb(77, 59, 0);
    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: 43px;
    text-align: center;
    /* padding-top: 10px; */
    /* margin-top: 10px; */
    position: absolute;
    top: 0;
    right: 0;
    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: 31.5%;
    display: block;
    float: left;
    margin-right: 8px;
    padding-left: 5px;
    font-size: 13px;
    line-height: 19px;
    position: relative;
}

.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 );
}

.popup-Scratch {
    width: 661px;
    height: 397px;
    display: none;
    background-image: -moz-linear-gradient( 90deg, rgb(95, 5, 16) 0%, rgb(31, 3, 0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(95, 5, 16) 0%, rgb(31, 3, 0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(95, 5, 16) 0%, rgb(31, 3, 0) 100%);
    border: 2px solid #e59425;
    position: fixed;
    z-index: 9999;
    top: 34%;
    left: 34%;
    border-radius: 5px;
}

.popup-Scratch h4 {
    font-family: 'UTM Sharnay';
    text-align: center;
    color: #fee71b;
    font-size: 22px;
}

body.popUp-on {
    display: block;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.popup-block {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 88;
    top: 0;
    left: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
}

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

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

.removepad {
    padding: 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;
}
.soHigh{
    z-index:99999 !important;
}
#scratch1 {
    margin: 0 auto;
}

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

.close.dl-close {
    color: #000;
    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;
}

.dl-app{
    display: flex;
    justify-content: center;
}
.ios{
    margin-right: 10px;
}
.dl-btn {
    display: inline-block;
    background: url(../image/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-right: 5px;
}

.dl-img {
    max-width: 100%;
}
.dl-btn-ios {
    display: inline-block;
    background: url(../image/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;
}

@media screen and (max-width: 1680px) {
    div.step-desc {
        margin-left: 10px;
    }
    
    .step-title {
        font-size: 16px;
    }
    
    .step-subtitle {
        font-size: 12px;
    }
    
    div.step-no {
        font-size: 60px;
    }
}


@media screen and (max-width: 1440px) {
    .step-text {
        left: 50px;
    }
    
    .popup-Scratch {
        top: 28%;
        left: 28%;
    }
}

@media screen and (max-width: 1300px) {
    .step-text {
        left: 45px;
    }
    
    div.step-no {
        font-size: 50px;
    }
    
    .step-title {
        font-size: 14px;
        margin: 0;
    }
}

@media screen and (max-width: 1199px) {
    
    .popup-Scratch {
        top: 25%;
        left: 25%;
    }
    .step-container {
        max-width: 900px;
    }
    
    .step-text {
        left: 60px;
    }
    
    div.step-no {
        font-size: 70px;
    }
    
    div.step-desc {
        margin-left: 20px;
    }
    
    .step-title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .step-subtitle {
        font-size: 14px;
    }
    
    .hot-line {
        font-size: 12px;
    }
}

@media screen and (max-width: 1024px) {
    .loading-wrapper {
        background: url(../image/loading-bg2.jpg?v=555555) no-repeat center;
        background-size: cover;
    }
    .loader {
        width: 90%;
    }
    
    .banner1024 {
        display: block;
    }

    .desktopBanner,
    .banner480 {
        display: none;
    }
    
    .popup-Scratch {
        top: 18%;
        left: 18%;
    }
}

@media screen and (max-width: 890px) {
    
    .popup-Scratch {
        top: 15%;
        left: 12%;
    }
}


@media(max-width:768px) {

    .registerholderonmobile {
        display: block;
    }
    .register-form{
        display: block;
        position:relative;
        width: 100%;
        background: #5f0510;
    }
    .btn-register{
        display: none;
    }
    .btn-register.ImAMobile{
        display: inline-block;
    }
    .arrow-con.open-register{
        display: none;
    }
    .arrow-con.close-register{
        display: block;
    }
}

@media screen and (max-width:767px) {
   
    .logo {
        float: none;
        text-align: center;
    }
    
    .logo a img {
        width: 150px;
    }
    
    .head-btns {
        float: none;
        text-align: center;
    }
    
    .step-sec {
        padding: 10px 0 0 0;
    }
    
    .step-text {
        position: relative;
        display: block;
        width: 100%;
        left: unset;
        right: unset;
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
        background: #a01f1f;
        margin-bottom: 10px;
        padding: 10px 0;
        border-radius: 5px;
        -webkit-border-radius: 5px;
    }
    
    .arrow-con > img {
        display: none;
    }
    
    .loading-wrapper {
        background: url(../image/loading-bg3.jpg?v=555555) no-repeat center;
        background-size: cover;
    }
    .loader {
        height: 41px;
    }
    .load-icon {
        height: 45px;
        width: 45px;
    }
    .load-out {
        padding: 15px 7px;
    }
    
    .popup-Scratch {
        top: 7%;
        left: 2%;
    }
    .gift-game {
        display: none;
    }
    
    .popup-Scratch {
        width: 95%;
        height: auto;
    }
    
    .register-form > .close {
        display: none;
        /* margin-top: 0;
        margin-right: 5px;
        font-size: 30px; */
    }
    
    .arrow-con {
        text-align: center;
    }
    
/*
    .step-text {
        width: 300px;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }
*/
    
    div.step-no {
        font-size: 55px;
    }
    
    footer.desktop {
        display: none;
    }
    
    footer.mobile,
    .mobile {
        display: block;
    }
    
    .padbot100 {
        padding-bottom: 130px;
    }
    
    .mobile .hot-line{
        margin-top: 25px;
        font-size: 18px;
    }
    
    footer {
        height: auto;
    }
    
    .btn-img {
        margin: 0 0;
    }
    
    footer .text-right {
        text-align: center;
    }
    
    .btn-img {
        width: unset;
    }
    
    .btn-img img {
        max-width: unset;
    }
    
    .btn-img.deposit {
        margin-top: -75px;
        display: block;
        margin-bottom: 5px;
    }
    
    .register-sec {
        background-size: cover;
        padding: 25px 0 60px;
    }
    
    .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;
    }
    
}

@media only screen and (max-width:600px) {
    .register-form {
        border-radius: 10px;
        border: 5px solid #5a0010;
        background: -moz-linear-gradient( 0deg, rgb(0, 0, 0, 0.8) 0%, rgb(39, 10, 11, 0.8) 20%, rgb(132, 1, 19, 0.8) 97%);
        background: -webkit-linear-gradient( 0deg, rgb(0, 0, 0, 0.8) 0%, rgb(39, 10, 11, 0.8) 20%, rgb(132, 1, 19, 0.8) 97%);
        background: linear-gradient( 0deg, rgb(0, 0, 0, 0.8) 0%, rgb(39, 10, 11, 0.8) 20%, rgb(132, 1, 19, 0.8) 97%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#854a504a', endColorstr='#854a504a', GradientType=0);
        width: 100%;
    }
    
    .inner-wrap {
        width: 310px;
    }
}

@media screen and (max-width: 580px) {
    .head-btns>a.btn-download {
        width: 90%;
        margin-bottom: 5px;
    }
    .head-btns {
        float: none;
        width: 100%;
    }
    .btn-register.ImAMobile{
        width: 37%;
    }
    .head-btns>a {
        width: 37%;
        font-size: 12px;
    }
    
    .banner480 {
        display: block;
    }

    .desktopBanner,
    .banner1024 {
        display: none;
    }
    
    .btn-third-sec {
        margin-bottom: 10px;
    }
}
@media (max-width:555px){
    .ios{
        margin-right: 0;
    }
    .dl-app{
        flex-direction: column;
    }
    .dl-btn-ios{
        margin-bottom: 10px;
        margin-left: -10px;
        height: 50px;
        line-height: 50px;
        font-size: 10px;
    }
    .dl-img {
        width: 50%;
    }
    .ios img{
        width: 50%;
    }
    .dl-btn{
        height: 50px;
        line-height: 50px;
        font-size: 10px;
    }

}
@media screen and (max-width:480px) {
    .loading-wrapper {
        background: url(../image/loading-bg4.jpg?v=555555) no-repeat center;
        background-size: cover;
    }
    
    .loader {
        top: 30%;
    }
    
    .load-title img {
        max-width: 95%;
    }
    
/*
    .step-text {
        width: 250px;
    }
*/
    
    div.step-desc {
        margin-left: 10px;
    }
    
    .btn-third-sec {
        min-width: 250px;
        font-size: 14px;
    }
    
    div.step-no {
        font-size: 50px;
    }
    
    .step-title {
        font-size: 14px;
        margin: 0;
    }
    
    .dangky {
        width: 100%;
    }
    
    .popup-info .customDiv {
        position: relative;
        display: block;
        padding: 35px 4px 0px 128px;
        min-height: 200px;
        font-size: 15px;
        color: #fff;
        margin: 14px 22px;
    }
    
    .playerLeft {
        width: 221px;
        height: 465px;
        display: block;
        position: absolute;
        left: -103px;
        top: -98px;
        z-index: 8;
        background: url(../image/playerSoccer.png) no-repeat;
        background-size: contain;
    }
    
    .pull-right, .pull-left {
        float: none!important;
        text-align: center;
        margin: 5px 0;
    }
    
    .dl-btn {
        width: 100%;
    }
}

@media only screen and (max-width:414px) {
 
    
    footer.mobile .text-right .btn-img {
        margin: 0 0px;
        width: 23%;
    }
    footer.mobile .text-right .btn-img img {
        width: 100%;
    }
    
    .inner-wrap {
        width: 260px;
    }
    
    .birthDate select {
        width: 30.5%;
        display: block;
        float: left;
        margin-right: 11px;
    }
}

@media only screen and (max-width:380px) {
    .load-title {
        margin-top: 50px;
    }
    
    .loader {
        top: 25%;
    }
    
    .playerLeft {
        width: 90px;
        left: 5px;
    }
    
    .popup-info .customDiv {
        position: relative;
        display: block;
        padding: 31px 10px;
        min-height: auto;
        font-size: 15px;
        color: #fff;
        margin: 14px 18px;
    }
    
    .dl-desc {
        font-size: 12px;
    }
    
    .dl-title {
        font-size: 14px;
    }
    
    .dl-img {
        width: 50%;
    }
    
    .dl-btn {
        height: 50px;
        line-height: 50px;
    }
    
    .dl-btn > i {
        font-size: 16px;
    }
}
