/*
 Theme Name: Hitclub

*/

body,html {
    box-sizing: border-box
}

*,:after,:before {
    box-sizing: inherit
}

html {
    height: 100%;
    width: 100%
}

body {
    position: relative;
    min-height: 100%;
    margin: 0;
    padding: 0;
    font-family: Roboto,sans-serif;
    background: url(assets/img/bg.jpg) top center no-repeat fixed;
    background-size: cover;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    z-index: -1
}

#form .container,#main .container,header .container {
    max-width: 640px
}

p {
    line-height: 1.2
}

a {
    color: #f89e22
}

a:hover {
    color: #f89e22
}

.text-primary {
    color: #fed136!important
}

h1,h2,h3 {
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    width: 100%
}

article {
    min-height: 100vh
}

header {
    padding-bottom: 0;
    margin-bottom: 0
}

.logo {
    width: 28%;
    margin: 0 auto .7rem
}

.logo>img,.slogan>img {
    width: 100%;
    height: auto
}

.slogan {
    width: 52%;
    margin: 0 auto 2rem
}

.playonweb-pc img {
    position: unset!important;
    left: auto!important;
    right: auto!important
}

.playonweb-pc {
    display: none!important
}

.playonweb-pc.active {
    display: flex!important;
    justify-content: center
}

.playonweb-pc.btn1111 {
    background: url(assets/img/bg_button.png) center no-repeat;
    background-size: auto 100%;
    padding: 1.8rem 0;
    margin-top: 2rem
}

.linkchpc {
    width: 96%;
    margin: 0 auto;
    padding-top: 1.3rem
}

.playonweb-pc.btn1111 small {
    color: #fff;
    font-size: 12px;
    font-weight: 500
}

.playonweb-pc.btn1111 small a {
    color: #fff;
    text-decoration: underline
}

.showtextsp {
    display: none
}

.linkchtext {
    color: #ffe49e;
    text-align: center;
    width: 100%;
    font-size: 14px;
    padding-top: 1.3rem;
    font-family: Montserrat,sans-serif
}

.linkchtext span {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700
}

.linkchtext a {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
    color: #ffe49e
}

#form .tab-content {
    width: 87%;
    padding: 1.1rem 0 1.9rem 0;
    background: url(assets/img/bg-form.png) top center no-repeat;
    background-size: 100% 100%;
    margin-left: auto;
    margin-right: auto
}

#form .nav-tabs {
    width: 30%;
    border: none!important;
    margin: 0 auto 2rem;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: flex-end;
    justify-content: center
}

#form .nav-tabs>li {
    flex: 0 0 auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0;
    padding: 0;
    width: 100%
}

#form .nav-tabs>li>a {
    position: relative;
    text-decoration: none;
    width: 100%;
    height: 100%;
    color: #f7dca9;
    display: flex;
    align-items: center;
    justify-content: center
}

form {
    width: 78%;
    margin: 0 auto
}

.form-group {
    position: relative;
    margin-bottom: 1.6rem
}

.form-group>i {
    position: absolute;
    left: 15px;
    top: 0;
    display: inline-block;
    cursor: pointer;
    height: 57px;
    width: 25px;
    text-align: center;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #565656
}

.form-group>i.icon-prepend {
    right: 15px;
    left: auto
}

.form-control {
    height: 57px;
    background: url(assets/img/bg-input.png) center no-repeat!important;
    background-size: 100% 100%!important;
    border: none!important;
    outline: 0!important;
    margin: 0 auto;
    padding-right: 45px;
    padding-left: 45px;
    font-size: 16px;
    color: #ffcc7e!important;
    border-radius: 0;
    text-align: center
}

.btnsubmit {
    width: 73%;
    background: 0 0;
    outline: 0;
    border: none;
    padding: 0;
    margin: 0 auto;
    display: block
}

.error,.errors {
    margin-bottom: -1.3rem;
    color: red;
    width: 100%;
    text-align: center;
    display: block;
    font-size: 12px
}

input::-webkit-input-placeholder {
    color: #a6a6a6!important
}

input:-moz-placeholder {
    color: #a6a6a6!important
}

input::-moz-placeholder {
    color: #a6a6a6!important
}

input:-ms-input-placeholder {
    color: #a6a6a6!important
}

[contenteditable].form-control:focus,[type=email].form-control:focus,[type=password].form-control:focus,[type=tel].form-control:focus,[type=text].form-control:focus,button,input.form-control:focus,input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=text]:focus,textarea.form-control:focus,textarea:focus {
    box-shadow: inset 0 -1px 0 transparent!important;
    -webkit-box-shadow: 0 -1px 0 transparent!important;
    outline: 0!important
}

@-webkit-keyframes autofill {
    0%,100% {
        box-shadow: inset 0 -1px 0 transparent!important;
        -webkit-box-shadow: 0 -1px 0 transparent!important;
        outline: 0!important;
        color: #ffcc7e!important;
        background-color: transparent!important;
        border: 1px solid #d59e6b!important
    }
}

input:-webkit-autofill {
    -webkit-animation-delay: .2s;
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
    animation-iteration-count: infinite
}

#main {
    position: relative;
    z-index: 11
}

.linkchmb {
    display: none
}

img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    aspect-ratio: attr(width)/attr(height);
    object-fit: contain
}

.btn-download {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    padding: 0 15px
}

a.server {
    width: 48%;
    display: inline-block;
    margin-right: 10px
}

a.store {
    width: 48%;
    display: inline-block;
    margin: 0 auto
}

a.store img {
    width: 100%
}

.playweb {
    width: 45%
}

a.ios-server:active,a.ios-server:hover {
    opacity: .8
}

a.ios-server {
    width: 48%
}

a.playweb-server {
    width: 61%
}

a.btn-store {
    width: 79%
}

.social-list {
    position: fixed;
    left: calc(50% + (640px / 2) + 3.5%);
    top: 46.9%;
    transform: translateY(-50%);
    z-index: 9;
    text-align: right;
    width: 290px
}

.social_bottom {
    position: fixed;
    bottom: 55px;
    right: 5.6%;
    z-index: 9;
    width: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

a.icon-livechat,a.icon-phone {
    cursor: pointer;
    z-index: 99;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: right center;
    background-size: contain;
    display: block
}

a.icon-phone {
    width: 260px;
    height: 41px;
    background-image: url(assets/img/btn-phone3.png);
    display: block;
    margin: 0 auto
}

a.icon-phone1 {
    margin-top: 13px;
    background-image: url(assets/img/btn-phone2.png?v=1.3.5)
}

a.icon-phone2 {
    width: 40px;
    height: 40px;
    background-image: url(assets/img/icon-fb.png)
}

a.icon-phone3 {
    width: 40px;
    height: 40px;
    background-image: url(assets/img/icon-tele.png)
}

a.icon-livechat {
    display: none;
    position: fixed;
    background: url(assets/img/btn-livechat.png) top center no-repeat;
    background-size: contain;
    width: 147px;
    height: 40px;
    right: 4%;
    bottom: 0
}

.social-list .icon-phone3 {
    right: 70px
}

.social-list .icon-phone2 {
    right: 132px
}

@keyframes zoomout {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.2)
    }

    100% {
        transform: scale(1)
    }
}

#android,#ios,#playonweb,.hoac {
    display: none;
    margin: 0 auto;
    text-align: center;
}

small {
    color: #fff;
    margin: 0 auto;
    padding-top: 5px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px
}

small a {
    text-decoration: underline;
    color: #fff
}

.stylebtn {
    background: url(assets/img/line-btn.png) top center no-repeat,url(assets/img/line-btn.png) bottom center no-repeat;
    background-size: auto 3px;
    padding: 1rem 0;
    margin-bottom: .8rem!important
}

.stylebtnvpn {
    background: url(assets/img/line-btn.png) bottom center no-repeat;
    background-size: auto 2px;
    padding-top: 0!important
}

.stylebtnvpn_style {
    background: 0 0!important
}

.btn1111 {
    text-align: center
}

.btn1111>small>a {
    margin-bottom: 0;
    display: inline-block;
    color: #fff;
    text-decoration: underline
}

.btn1111>small {
    display: block;
    width: 100%;
    font-weight: 400;
    margin-top: 0;
    color: #fff
}

#android>small,#ios>small,#playonweb>small {
    display: block
}

.close {
    position: absolute;
    right: 10px
}

.loading {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    text-align: center;
    z-index: 99
}

.loading>img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

@-webkit-keyframes btnAnimation {
    0% {
        -webkit-filter: drop-shadow(2px 4px 7px #f6ce75) brightness(1.3);
        filter: drop-shadow(2px 4px 7px #f6ce75) brightness(1.3)
    }

    50% {
        -webkit-filter: none;
        filter: none
    }

    100% {
        -webkit-filter: drop-shadow(2px 4px 7px #f6ce75) brightness(1.3);
        filter: drop-shadow(2px 4px 7px #f6ce75) brightness(1.3)
    }
}

.thankyou {
    display: none;
    width: 60%;
    text-align: center;
    margin: 0 auto
}

.modal-dialog {
    -webkit-transform: translate(0,-50%)!important;
    -o-transform: translate(0,-50%)!important;
    transform: translate(0,-50%)!important;
    top: 50%;
    margin: 0 auto
}

.hoac {
    margin-top: 1rem;
    width: 100%
}

.hoac>img {
    width: 205px
}

.dacotaikhoan {
    margin-bottom: 0
}

.dacotaikhoan>img {
    width: 50%
}

.bxhiframe {
    max-width: 290px;
    width: 100%;
    overflow: hidden;
    border-radius: 1rem;
    border: 1px solid #c48b42;
    margin: 15px auto 0
}

#huongdan {
    color: #fff;
    padding-top: 1.5rem;
    display: none
}

#huongdan h3 {
    text-align: center;
    text-transform: uppercase;
    line-height: 2.5;
    background: #784e03;
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px
}

.huongdan_step {
    text-transform: uppercase;
    color: #f2b133;
    height: 36px;
    font-weight: 700;
    line-height: 36px;
    font-size: 18px;
    padding-left: 15px;
    margin-bottom: .5rem
}

#huongdan p,#huongdan ul {
    width: 100%
}

.thankform {
    display: none
}

.thankinfo {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    background: url(assets/img/thumb-thank.png) top center no-repeat;
    background-size: 100% auto;
    padding: 228px 185px 95px 35px;
    width: 100%
}

.thankinfo_pass,.thankinfo_user {
    color: #fefefe;
    font-size: 16px;
    margin-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-line-clamp: 1;
    font-style: italic
}

.thankinfo_sttl {
    margin-bottom: 5px
}

.thankinfo_lbl {
    margin: 0 0 2px
}

.thankinfo_lbl img,.thankinfo_sttl img {
    max-width: 100%
}

#seoInfo {
    padding-top: 0;
    text-align: justify
}

#seoInfo .nano>.nano-content {
    position: unset;
    content: #fff
}

#seoInfo b {
    font-weight: 700
}

#seoInfo h1 {
    display: block;
    font-size: 22px;
    text-transform: uppercase
}

#seoInfo h2 {
    font-size: 20px;
    text-transform: uppercase
}

#seoInfo h3 {
    font-size: 18px;
    text-transform: uppercase
}

#seoInfo h4 {
    font-size: 16px
}

#seoInfo .container {
    max-width: 580px
}

#seoInfo a {
    color: #fff;
    text-shadow: 1px 1px 0 #c02e05,1px -1px 0 #c02e05,-1px 1px 0 #c02e05,-1px -1px 0 #c02e05,1px 0 0 #c02e05,0 1px 0 #c02e05,-1px 0 0 #c02e05,0 -1px 0 #c02e05
}

#seoInfo .nano {
    overflow: hidden;
    height: auto
}

#seoInfo #info {
    outline: 0;
    line-height: 1.6;
    text-align: justify
}

#seoInfo p {
    line-height: 1.6
}

#seoInfo table,#seoInfo td,#seoInfo th {
    border: 1px solid #d1d1d1
}

#seoInfo table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%
}

#seoInfo caption,#seoInfo td,#seoInfo th {
    font-weight: 400;
    text-align: left
}

#seoInfo th {
    border-width: 0 1px 1px 0;
    font-weight: 700
}

#seoInfo td {
    border-width: 0 1px 1px 0
}

#seoInfo td,#seoInfo th {
    padding: .4375em
}

#seoInfo #info figure {
    padding: 10px 0;
    width: 100%;
    margin: 0 auto
}

#seoInfo #info figure figcaption {
    padding-top: 5px
}

#seoInfo #info figure img {
    max-width: 100%
}

#seoInfo #info figure.wp-caption {
    margin-bottom: 1.75em;
    max-width: 100%
}

#seoInfo #info figure.wp-caption img[class*=wp-image-] {
    display: block;
    margin: 0
}

#seoInfo #info figure.wp-caption .wp-caption-text {
    color: #686868;
    font-size: 13px;
    font-size: .8125rem;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: .5384615385em
}

.float-right {
    float: right!important
}

.text-center {
    text-align: center!important
}

#seoInfo #info figure {
    padding: 10px 0;
    width: 100%;
    margin: 0 auto
}

#seoInfo #info figure figcaption {
    padding-top: 5px
}

#seoInfo #info figure img {
    max-width: 100%
}

.modal .modal-dialog {
    padding: 0 10px
}

.modal .modal-dialog .modal-content {
    padding: 0;
    background: 0 0;
    border: none
}

.modal .modal-dialog .modal-content .close {
    opacity: 1!important;
    position: absolute;
    right: 0;
    bottom: 104%;
    z-index: 2;
    text-shadow: none;
    color: #ca0a00;
    font-size: 30px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: center
}

#alertModal .modal-dialog .modal-content {
    padding: 20px 15px;
    background: linear-gradient(180deg,#7d5105 0,#382303 15%,#140c02 40%,#1c1202 70%,#261901 100%);
    border: 2px solid #c3ad61
}

#alertModal .modal-dialog .modal-content .modal-title {
    width: 100%;
    display: inline-block;
    color: #ffe400;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 20px
}

#alertModal .modal-dialog .modal-content .modal-body {
    font-size: 16px;
    color: #f20000;
    padding: 0;
    line-height: 1.3;
    padding: 1rem 0
}

.iframebox {
    border: none;
    width: 100%!important;
    outline: 0;
    background: url(assets/img/bgiframes.webp) top center no-repeat;
    background-size: cover;
    overflow: hidden;
    height: 162px!important
}

.stagingiframe .iframebox {
    background: url(assets/img/bgiframes.webp) center no-repeat;
    background-size: cover
}

.pridiv {
    position: relative;
    width: 100%!important;
    margin-bottom: 0!important
}

.pridiv-th {
    background: url(assets/img/bgiframes.webp) top center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.stagingiframe .pridiv-th {
    background: url(assets/img/bgiframes.webp) center no-repeat;
    background-size: cover
}

.pridiv-th>span {
    display: inline-block;
    width: 72px;
    height: 72px
}

#banners {
    top: 48%;
    width: 242px;
    position: fixed;
    right: calc(50% + (640px / 2) + 3.5%);
    transform: translateY(-50%);
    z-index: 9
}

.notis_slogan {
    width: 70%;
    margin: 0 auto;
    text-align: center
}

.banners_info {
    border: 1px solid #685417;
    border-radius: 1rem;
    background: linear-gradient(180deg,#7d5105 0,#382303 15%,#140c02 40%,#1c1202 70%,#261901 100%);
    margin-top: -.7rem;
    position: relative;
    z-index: 1
}

.notis_ttl {
    width: 80%;
    margin: 0 auto 0 20%;
    padding: 1.5rem 0
}

.banner-lst {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #2c220e;
    counter-reset: counter
}

.banner-lst li {
    border-bottom: 1px solid #2c220e;
    counter-increment: counter;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 700;
    padding: 1rem 2rem;
    position: relative
}

.icondlapp {
    width: 40px;
    height: 45px;
    background: url(assets/img/icon-dlapp.png) center no-repeat;
    background-size: contain;
    display: inline-block;
    animation: icondlNoti .5s linear infinite
}

.icondlapp a {
    display: block;
    height: 100%
}

.banner-lst-box {
    margin: 0 1rem
}

.banner-lst-txt,.banner-lst-txt a {
    text-align: left;
    font-size: 20px;
    color: #ffe9a4;
    font-weight: 900;
    text-decoration: none
}

.banner-lst-txt img {
    width: 90%
}

.banner-lst li::before {
    content: counter(counter);
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background: #fff;
    color: #281701;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    font-size: 18px
}

.notis_note {
    color: #fff;
    text-align: center;
    padding: 1rem 1.5rem;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 14px
}

.notis_note span,.notis_note span>a {
    color: #c89d60;
    font-weight: 700
}

#banners .notis_note {
    border-top: 1px solid #2b210e
}

.text-unlines {
    text-decoration: underline
}

@media (max-height: 780px) {
    #form .container,#main .container,header .container {
        max-width:466px
    }

    .logo {
        margin-bottom: .5rem;
        width: 33%
    }

    .slogan {
        margin-bottom: 2rem;
        width: 62%
    }

    #form .tab-content {
        padding-bottom: 1.7rem;
        padding-top: 1rem;
        width: 90%
    }

    #form .nav-tabs {
        margin-bottom: 1.5rem
    }

    .form-group {
        margin-bottom: 1.1rem
    }

    .error,.errors {
        margin-bottom: -1rem
    }

    .playonweb-pc a.playweb-server {
        width: 71%
    }

    .playweb {
        width: 45%
    }

    .form-control,.form-group>i {
        height: 50px
    }

    .playonweb-pc.btn1111 {
        padding: 22px 0 24px;
        margin-top: 1.8rem
    }

    .playonweb-pc {
        margin-top: 1rem
    }

    .linkchpc {
        padding-top: 18px;
        width: 100%
    }

    #banners {
        width: 204px;
        top: 43.2%;
        right: calc(50% + (466px / 2) + 6.6%)
    }

    .social-list {
        top: 42%;
        width: 242px;
        left: calc(50% + (466px / 2) + 6.6%)
    }

    a.icon-phone {
        height: 36px;
        width: 220px
    }

    a.icon-phone1 {
        margin-top: 10px
    }

    .bxhiframe {
        border-radius: .5rem;
        margin-top: 10px
    }

    .iframebox {
        height: 135px!important
    }

    .social_bottom {
        width: 85px
    }

    a.icon-phone2,a.icon-phone3 {
        width: 35px;
        height: 35px
    }

    .linkchtext {
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px)
    }
}

@media (max-height: 730px) {
    #banners {
        top:48.2%
    }

    .social-list {
        top: 47%
    }
}

@media (max-width: 1440px) {
    .social-list {
        width:242px
    }

    .bxhiframe {
        max-width: 242px
    }

    .iframebox {
        height: 135px!important
    }
}

@media (max-width: 1250px) {
    .social-list {
        width:230px
    }

    .bxhiframe {
        max-width: 230px
    }

    .iframebox {
        height: 129px!important
    }
}

@media (max-width: 1100px) {
    #form .container,#main .container,header .container {
        max-width:480px
    }

    .notis_note {
        padding: 1rem
    }

    .form-control,.form-group>i {
        height: 50px
    }

    #seoInfo .container {
        max-width: 450px
    }
}

@media screen and (max-width: 1024px) {
    .stylebtn {
        background:url(assets/img/line-btn.png) bottom center no-repeat;
        background-size: auto 2px;
        padding: 1.5rem 0;
        margin-bottom: 1.3rem!important
    }

    body {
        background: url(assets/img/bg-mobile.jpg) top center no-repeat;
        background-size: cover;
        background-color: #000
    }

    #banners,#games,.sticky-qrcode {
        display: none!important
    }

    #form .container,#main .container,header .container {
        max-width: 640px
    }

    .linkchpc {
        display: none
    }

    .social_bottom {
        z-index: 99;
        position: fixed;
        top: 10px;
        left: 1rem;
        bottom: auto;
        right: auto;
        transform: none;
        width: 50px;
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: flex-start
    }

    a.icon-phone3 {
        margin-bottom: 5px
    }

    .social-list {
        z-index: 99;
        position: fixed;
        left: auto;
        right: 1rem;
        transform: none;
        width: 50px;
        top: 10px
    }

    a.icon-livechat,a.icon-phone {
        width: 50px;
        height: 50px
    }

    a.icon-phone {
        background-image: url(assets/img/icon-phone.png);
        top: 20px
    }

    a.icon-phone1 {
        display: none
    }

    a.icon-phone2 {
        background-image: url(assets/img/icon-fb.png)
    }

    a.icon-phone3 {
        background-image: url(assets/img/icon-tele.png)
    }

    .social-list .icon-phone4 {
        display: none
    }

    a.icon-livechat {
        background-image: url(assets/img/icon-chat.png);
        right: 1rem;
        bottom: auto;
        top: 67px!important
    }

    .social-list .icon-phone2,.social-list .icon-phone3 {
        position: fixed;
        left: 1rem;
        z-index: 99
    }

    .social-list .icon-phone3 {
        top: 20px;
        margin-top: 0
    }

    .social-list .icon-phone2 {
        top: 80px;
        margin-top: 0
    }

    .icon-livechat {
        top: 75px
    }

    .row.linkchmb {
        width: 90%;
        margin: 0 auto
    }

    .showtextpc {
        display: none
    }

    .showtextsp {
        display: block
    }

    .linkchtext {
        font-size: 10px
    }

    .linkchtext a,.linkchtext span {
        font-size: 12px
    }
}

@media (max-width: 640px) {
    #seoInfo h2,#seoInfo h3,#seoInfo h4 {
        text-align:initial
    }

    .stylebtn {
        background: url(assets/img/line2.png) top center no-repeat,url(assets/img/line2.png) bottom center no-repeat;
        background-size: 70% 1px;
        margin-bottom: 1rem!important;
        margin-top: 1rem!important;
        padding: 1rem 0
    }

    .stylebtnvpn {
        background: url(assets/img/line2.png?v=1.5) bottom center no-repeat!important;
        background-size: 70% 1px!important;
        padding-bottom: 0!important;
        margin-bottom: 1.1rem!important;
        margin-top: 1rem!important
    }

    .notis_ttllink {
        max-width: 60%!important
    }

    body {
        background: url(assets/img/bg-mobile.jpg) top center no-repeat;
        background-size: cover;
        background-color: #000
    }

    .social-list,.social-list .icon-phone3 {
        top: 10px
    }

    .icon-livechat,.social-list .icon-phone2 {
        top: 56px
    }

    a.ios-server,a.playweb {
        width: 49%
    }

    a.playweb-server {
        width: 84%
    }

    a.btn-store {
        width: 100%
    }

    .btn1111>small,small {
        font-size: 10px
    }

    .logo {
        margin-bottom: .3rem;
        width: 30%
    }

    .slogan {
        margin-bottom: .8rem;
        margin-top: -.2rem;
        width: 60%
    }

    #form {
        padding: 0 10px
    }

    #form .tab-content {
        margin-bottom: 1rem;
        padding-bottom: 1.3rem;
        padding-top: .8rem;
        width: 92%
    }

    #form .nav-tabs {
        margin-bottom: 1.2rem
    }

    .form-group {
        margin-bottom: 1rem
    }

    .form-control,.form-group>i {
        height: 45px
    }

    .form-group>i {
        font-size: 16px;
        left: 10px
    }

    .form-group>i.icon-prepend {
        right: 10px
    }

    .form-control {
        font-size: 14px
    }

    .btn_form {
        margin-bottom: 0
    }

    .error,.errors {
        margin-bottom: -.9rem;
        font-size: 10px
    }

    .bxhiframe {
        max-width: 240px
    }

    .thankinfo {
        max-width: 340px;
        padding: 150px 128px 55px 22px
    }

    .thankinfo_pass,.thankinfo_user {
        font-size: 14px
    }

    #main {
        padding-bottom: .5rem;
        padding-top: 0
    }

    #seoInfo th {
        font-size: 12px
    }

    #seoInfo td {
        font-size: 12px
    }

    .row.linkchmb {
        width: 100%;
        margin: 0 auto;
        display: block
    }

    .linkchtext {
        font-size: 12px;
        width: calc(100% + 50px);
        margin-left: -25px;
        margin-right: -25px;
        padding-top: 0
    }
}

@media (max-width: 480px) {
    #seoInfo h3 {
        margin-bottom:3px
    }

    #seoInfo p {
        margin-bottom: 5px
    }

    .social-list a,a.icon-livechat {
        max-width: 50px!important
    }

    #form .container {
        max-width: 100%!important;
        padding: 0!important
    }

    #form .container,#main .container,header .container {
        max-width: 90%
    }

    form {
        width: 85%
    }

    #form .tab-content {
        padding-top: 1rem;
        padding-bottom: 1.8rem
    }

    #form .nav-tabs {
        margin-bottom: 1.5rem
    }

    .btn_form {
        padding-top: .5rem
    }

    .form-control,.form-group>i {
        height: 45px
    }

    .social-list {
        top: 10px
    }

    a.icon-livechat,a.icon-phone {
        width: 45px!important;
        height: 45px!important
    }

    a.icon-livechat {
        top: 65px!important
    }

    .social-list .icon-phone2 {
        top: 50px!important
    }
}

@media (max-width: 360px) {
    .linkchtext {
        font-size:9px
    }

    .linkchtext a,.linkchtext span {
        font-size: 10px
    }

    .thankinfo {
        max-width: 320px;
        padding: 144px 124px 55px 22px
    }

    .thankinfo_pass,.thankinfo_user {
        font-size: 12px
    }
}

@media screen and (max-height: 480px) and (max-width:991px) and (orientation:landscape) {
    .notis_info.catfishmb {
        display:none!important
    }

    #banners {
        display: block!important;
        width: 100px;
        top: 9rem;
        left: 1rem
    }

    #banners .banners_info {
        border-width: 1px;
        border-radius: 5px;
        margin-top: -5px
    }

    #banners .notis_slogan {
        width: 100%
    }

    #banners .notis_ttl {
        padding: .7rem 0;
        width: 90%
    }

    #banners .notis_note {
        padding: 10px 5px;
        font-size: 10px
    }
}

@media screen and (max-height: 480px) and (orientation:landscape) {
    #banners {
        display:none!important
    }

    #form .container,#main .container,header .container {
        max-width: 280px
    }

    .logo,.slogan {
        margin-bottom: 5px
    }

    .stylebtn {
        padding: 10px 0;
        margin-bottom: .56rem!important;
        background: url(assets/img/line2.png) bottom center no-repeat;
        background-size: 70% 1px
    }

    .btn1111>small {
        font-size: 10px
    }

    #form .tab-content {
        margin-bottom: 0;
        padding-bottom: 1rem;
        padding-top: .5rem;
        padding-bottom: .8rem!important
    }

    #form .nav-tabs {
        margin-bottom: .5rem
    }

    form {
        width: 85%
    }

    .form-group {
        margin-bottom: .5rem
    }

    .form-control,.form-group>i {
        height: 28px
    }

    .form-group>i {
        font-size: 14px;
        left: 10px
    }

    .form-group>i.icon-prepend {
        right: 10px
    }

    .form-control {
        font-size: 12px;
        padding-bottom: 0;
        padding-top: 0
    }

    .btn_form {
        margin-bottom: 0
    }

    .error,.errors {
        font-size: 10px;
        margin-bottom: -.4rem
    }

    .logo {
        margin-bottom: 0
    }

    .slogan {
        margin-bottom: 4px
    }

    .btn_form {
        padding-top: 0
    }

    .btnsubmit {
        width: 55%
    }

    #main {
        padding-top: 0
    }

    a.icon-livechat,a.icon-phone {
        width: 35px!important;
        height: 35px!important
    }

    .icon-livechat {
        bottom: auto;
        top: 48px!important
    }

    .social-list .icon-phone2 {
        top: 60px!important
    }

    .thankinfo {
        max-width: 180px;
        padding: 78px 60px 32px 5px
    }

    .thankinfo_pass,.thankinfo_user {
        font-size: 8px
    }

    .row.linkchmb {
        width: 90%;
        margin: 0 auto
    }
}

@media screen and (max-height: 360px) and (orientation:landscape) {
    #form .container,#main .container,header .container {
        max-width:238px
    }

    #form .tab-content {
        padding-bottom: .5rem
    }

    .form-control,.form-group>i {
        height: 27px
    }
}

.modal .modal-dialog {
    padding: 0 10px
}

.modal .modal-content {
    background: #000;
    border: 2px solid #ffdb1e;
    border-radius: 10px;
    padding: 10px
}

.modal .modal-header {
    border: none;
    flex-wrap: nowrap;
    padding: 0;
    justify-content: space-between
}

.modal .modal-header .modal-title {
    padding: 0;
    background: url(assets/img/bg-title-modal.png) top left no-repeat;
    background-size: 100% 100%;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    width: calc(100% - 50px);
    border-radius: 0;
    text-align: center;
    height: 40px;
    font-size: 1.3rem;
    line-height: 40px;
    border: none
}

.modal .modal-header .close {
    padding: 0;
    position: unset;
    opacity: 1;
    float: none;
    margin: 0;
    width: 40px;
    z-index: 1
}

.modal .modal-header .close img {
    max-width: 100%
}

.modal .modal-body {
    color: #fcf2b4;
    font-size: 16px;
    padding: 1rem 0;
    font-weight: 500
}

@media screen and (max-width: 576px) {
    .modal .modal-header .modal-title {
        font-size:14px;
        height: 30px;
        line-height: 30px;
        width: calc(100% - 35px)
    }

    .modal .modal-body {
        font-size: 13px;
        padding: .5rem 0
    }

    .modal .modal-header .close {
        width: 30px;
        height: 30px
    }
}

.soundon {
    position: absolute;
    left: 0;
    top: 74%;
    z-index: 3;
    width: 50px;
    height: auto;
    background-color: transparent;
    border: none;
    display: none
}

.soundoff {
    position: absolute;
    left: 0;
    top: 74%;
    z-index: 3;
    width: 50px;
    height: auto;
    background-color: transparent;
    border: none;
    display: none
}

.modal-backdrop.show {
    opacity: .8
}

#inforModal .modal-dialog {
    max-width: 480px
}

#inforModal .modal-content {
    padding: 0;
    border: none;
    background: 0 0
}

#inforModal .modal-content .modal-body {
    position: relative;
    padding: 0
}

#inforModal .modal-content .modal-body .close {
    opacity: 1;
    top: 0;
    cursor: pointer;
    z-index: 2
}

.notis_info {
    width: 100%;
    border: 2px solid #c3ad61;
    border-radius: 1rem;
    margin-top: -.2rem;
    position: relative;
    background: #110a01;
    z-index: 1;
    overflow: hidden;
    padding-bottom: 1rem
}

#inforModal .notis_slogan {
    width: 72%;
    margin: 0 auto
}

.notis_info .notis_ttl {
    text-align: center;
    width: 100%;
    padding: 1rem 0;
    background-image: linear-gradient(to right bottom,#7d5105,#6f4608,#603c09,#523209,#442908,#3b2406,#321e04,#2a1902,#241602,#1e1201,#170e01,#0f0801)
}

.notis_info .notis_ttl img {
    width: 68%;
    display: inline-block
}

.notis_info .banner-lst {
    border-top: 1px solid #7f5812;
    border-bottom: 1px solid #7f5812;
    display: flex;
    justify-content: space-between;
    padding: 1rem 0
}

.notis_info .banner-lst li {
    width: calc(100% / 3);
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0 1rem;
    border: none
}

.notis_info .banner-lst li:nth-child(1) {
    padding-right: 1rem
}

.notis_info .banner-lst li:nth-child(2n) {
    border: 1px solid #5b564f;
    border-width: 0 1px
}

.notis_info .banner-lst-txt,.notis_info .banner-lst-txt a {
    text-align: left
}

.notis_info .banner-lst-txt img {
    width: 70%
}

.notis_info .icondlapp {
    position: absolute;
    right: 10px;
    bottom: 1rem;
    width: 30px;
    height: 40px;
    animation: icondlNoti .6s linear infinite
}

.notis_info .banner-lst-box {
    padding-top: 5px;
    text-align: left;
    margin: 0;
    width: 100%
}

.notis_info .banner-lst li::before {
    width: 21px;
    height: 21px;
    font-size: 14px;
    background: #eeda9e
}

.notis_info .notis_note {
    border-bottom: 1px solid #7f5812;
    font-size: 13px
}

.notis_contact {
    color: #fff;
    font-weight: 400;
    padding: .8rem 0;
    font-size: 13px
}

.notis_contact a,.notis_contact span {
    font-size: 1.7rem;
    font-weight: 700;
    color: #c50000;
    text-shadow: 1.5px 1.5px 0 #f3b948,1.5px -1.5px 0 #f3b948,-1.5px 1.5px 0 #f3b948,-1.5px -1.5px 0 #f3b948,1.5px 0 0 #f3b948,0 1.5px 0 #f3b948,-1.5px 0 0 #f3b948,0 -1.5px 0 #f3b948;
    line-height: 1.1;
    padding: 5px 0;
    display: inline-block;
    text-decoration: none
}

.notis_contact span {
    padding: 5px
}

.notis_contact b {
    background: linear-gradient(to bottom,#e60000 0,#911d1d 100%);
    color: #fff;
    border-radius: 7px;
    padding: 2px 8px;
    text-transform: uppercase
}

.notis_info button {
    background: 0 0;
    border: none;
    padding: 0;
    box-shadow: none;
    width: 30%;
    display: block;
    margin: 0 auto;
    cursor: pointer
}

.notis_info button:hover {
    opacity: .8
}

.notis_info .closemodal {
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 65px
}

footer {
    background: #231910;
    padding: 2rem 0;
    line-height: 1.6;
    margin-top: 5rem;
    font-size: 14px
}

footer .container {
    max-width: 850px
}

.ftline {
    background: url(assets/img/ftline.png) left center no-repeat,url(assets/img/ftline.png) right center no-repeat;
    background-size: auto 70%
}

.ftcn {
    display: block;
    width: 40%;
    margin: 0 auto
}

.ftdes,.logoft {
    height: 100%;
    display: flex;
    align-items: center
}

.logoft {
    width: 58%
}

.ftcontact {
    font-size: 15px;
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 10px
}

.ftcontact .fttxt {
    display: flex;
    padding: 0 1rem;
    align-items: center
}

.ftcontact .fttxt a {
    padding: 0 5px
}

.bdfttxt {
    border-left: 1px solid #ffe9a4
}

.copyright {
    text-align: center;
    border-top: 1px solid #1a1811;
    padding-top: 10px;
    margin-top: 1rem
}

footer p {
    margin-bottom: 0;
    line-height: 1.1
}

footer p a,footer p span {
    color: #ffe9a4;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700
}

footer p a:hover {
    color: #ffe9a4
}

footer p span {
    margin: 0 1%
}

.ftlbl {
    text-transform: uppercase;
    color: #ffe9a4;
    font-size: 16px;
    padding-bottom: .8rem
}

.ftbtn {
    padding-top: .5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center
}

.fticon {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 3%
}

.ftfb {
    background-image: url(assets/img/icon-fb-ft.png)
}

.fttele {
    background-image: url(assets/img/icon-tele-ft.png)
}

.notis_info.catfishmb {
    border: none;
    margin-top: 0;
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11;
    padding: 0 15px;
    text-align: center;
    background: 0 0
}

.catfishmb_slogan {
    display: block;
    width: 100%;
    margin: 0 auto
}

.notis_info.catfishmb .banner-lst {
    border-top: none;
    border-bottom: none;
    padding-bottom: 5px;
    padding-top: 5px
}

.notis_info.catfishmb .banner-lst li {
    font-weight: 500;
    font-size: 13px
}

.notis_info.catfishmb .banner-lst-txt,.notis_info.catfishmb .banner-lst-txt a {
    color: #fff
}

.notis_info.catfishmb .banner-lst-txt img {
    width: 80%
}

.notis_info.catfishmb .banner-lst li .icondlapp {
    background-image: url(assets/img/icon-down-link.png)
}

.notis_ttllink {
    display: inline-block;
    max-width: 265px
}

.notis_info.catfishmb .notis_note {
    border-bottom: none;
    padding-bottom: 0;
    color: #fff9b2;
    padding-top: 0
}

.notis_info.catfishmb .notis_note a,.notis_info.catfishmb .notis_note p,.notis_info.catfishmb .notis_note span {
    color: #fff9b2;
    display: inline-block;
    margin-bottom: 0
}

.notis_info.catfishmb .notis_note a,.notis_info.catfishmb .notis_note span {
    font-weight: 900
}

@media (min-width: 1441px) {
    .notis_slogan {
        width:95%
    }

    .notis_ttl {
        padding: 1.2rem 0
    }

    .notis_note {
        padding: 9px 5px;
        font-size: 14px
    }
}

@media screen and (min-width: 1110px) and (max-width:1440px) {
    .notis_slogan {
        width:94%
    }

    .notis_ttl {
        padding: 1rem 0
    }

    .notis_note {
        padding: 8px 5px;
        font-size: 14px
    }
}

@media (min-width: 1300px) {
    .notis_ttl {
        padding-top:1rem
    }

    #main .bxhiframe {
        margin-right: 0;
        max-width: 320px
    }

    #seoInfo .container {
        max-width: 700px
    }
}

@media (max-width: 1300px) {
    .adv.active {
        top:21.8rem
    }
}

@media (max-width: 991px) {
    .linkchpc {
        display:none
    }

    a.icon-livechat {
        background-position: center
    }

    .logoft {
        justify-content: center;
        margin: 0 auto;
        width: 30%
    }

    .ftline {
        background: url(assets/img/ftline-mb.png) 50% 90% no-repeat;
        background-size: 50% auto
    }

    footer {
        text-align: center;
        margin-top: 1rem
    }

    .ftlbl {
        font-size: 15px
    }

    .ftcn {
        width: 60%
    }

    .notis_info.catfishmb {
        display: block
    }

    .notis_info.catfishmb .banner-lst-txt,.notis_info.catfishmb .banner-lst-txt a {
        font-size: 18px
    }

    .notis_info.catfishmb .icondlapp {
        width: 25px;
        height: 30px;
        bottom: 2.5rem
    }

    #main .bxhiframe {
        margin-bottom: .5rem
    }
}

@media (max-width: 575px) {
    .banner-lst-box {
        margin:0 10px
    }

    .notis_info .notis_ttl {
        padding: 10px
    }

    .notis_info .banner-lst {
        padding: 15px 0
    }

    .notis_info .banner-lst-txt,.notis_info .banner-lst-txt a {
        font-size: 16px
    }

    .notis_info .icondlapp {
        width: 25px;
        height: 32px
    }

    .notis_info .banner-lst li {
        padding: 0 10px
    }

    .notis_info .banner-lst li:nth-child(1) {
        padding-right: 1.5rem
    }

    .notis_info .banner-lst li::before {
        width: 23px;
        height: 23px;
        font-size: 14px
    }

    .notis_info .notis_note {
        padding: 10px;
        font-size: 12px
    }

    .notis_contact {
        font-size: 12px
    }

    .notis_contact a,.notis_contact span {
        font-size: 1.2rem
    }

    .notis_info button {
        width: 25%
    }

    .notis_info .closemodal {
        width: 45px
    }

    footer {
        padding: 1rem 0;
        font-size: 11px;
        overflow: hidden
    }

    .logoft {
        width: 30%;
        margin: 0 auto
    }

    .ftcontact {
        font-size: 11px
    }

    .ftcontact .fttxt {
        padding: 0 5px
    }

    .fttxt {
        font-size: 11px
    }

    footer p span {
        margin: 0
    }

    footer p a,footer p span {
        font-size: 11px
    }

    .ftbtn {
        padding-top: 0
    }

    .ftcn {
        width: 100%
    }

    .notis_info.catfishmb .icondlapp {
        width: 15px;
        height: 20px
    }

    #form .tab-content {
        margin-bottom: 0
    }
}

@media (max-width: 360px) {
    .notis_contact a,.notis_contact span {
        font-size:1.1rem
    }

    .fttxt {
        font-size: 10px
    }

    .ftcontact,footer p a,footer p span {
        font-size: 11px
    }

    .bxhiframe {
        max-width: 95%
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width:1024px) and (orientation:landscape) {
    #inforModal .modal-dialog {
        max-width:350px
    }

    .banner-lst-box {
        margin: 0 10px
    }

    .notis_info .notis_ttl {
        padding: 5px
    }

    .notis_info .banner-lst {
        padding: 10px 0
    }

    .notis_info .banner-lst-box {
        font-size: 13px
    }

    .notis_info .banner-lst-txt,.notis_info .banner-lst-txt a {
        font-size: 14px
    }

    .notis_info .icondlapp {
        width: 25px;
        height: 32px
    }

    .notis_info .banner-lst li:nth-child(1) {
        padding-right: 1.5rem
    }

    .notis_info .banner-lst li::before {
        width: 20px;
        height: 20px;
        font-size: 14px
    }

    .notis_info .notis_note {
        padding: 10px;
        font-size: 11px
    }

    .notis_contact {
        padding: 5px 0;
        font-size: 12px
    }

    .notis_contact a,.notis_contact span {
        font-size: 1.2rem
    }

    .notis_info button {
        width: 25%
    }

    .notis_info .closemodal {
        width: 45px
    }
}

@media only screen and (min-width: 1024px) and (max-height:500px) {
    #inforModal .modal-dialog {
        max-width:350px
    }

    .banner-lst-box {
        margin: 0 10px
    }

    .notis_info .notis_ttl {
        padding: 5px
    }

    .notis_info .banner-lst {
        padding: 10px 0
    }

    .notis_info .banner-lst-box {
        font-size: 13px
    }

    .notis_info .banner-lst-txt,.notis_info .banner-lst-txt a {
        font-size: 14px
    }

    .notis_info .icondlapp {
        width: 25px;
        height: 32px
    }

    .notis_info .banner-lst li {
        padding: 0 10px
    }

    .notis_info .banner-lst li:nth-child(1) {
        padding-right: 1.5rem
    }

    .notis_info .banner-lst li::before {
        width: 20px;
        height: 20px;
        font-size: 14px
    }

    .notis_info .notis_note {
        padding: 10px;
        font-size: 11px
    }

    .notis_contact {
        padding: 5px 0;
        font-size: 12px
    }

    .notis_contact a,.notis_contact span {
        font-size: 1.2rem
    }

    .notis_info button {
        width: 25%
    }

    .notis_info .closemodal {
        width: 45px
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width:1024px) and (orientation:landscape) {
    #inforModal .modal-dialog {
        max-width:480px
    }

    .notis_info .notis_ttl {
        padding: 10px
    }

    .notis_contact,.notis_info .notis_note {
        font-size: 14px
    }

    .notis_contact a,.notis_contact span {
        font-size: 1.6rem
    }
}

@keyframes icondlNoti {
    0% {
        transform: scale(.7)
    }

    50% {
        transform: scale(1)
    }

    100% {
        transform: scale(.7)
    }
}

#bannergame {
    overflow: hidden;
    padding-bottom: 1rem;
    width: 100%
}

#bannergame .carousel {
    padding-bottom: .8rem
}

#bannergame .carousel-indicators {
    margin-bottom: 0
}

#bannergame .carousel-indicators li {
    width: 6px;
    height: 6px;
    background: #4b2a09;
    padding: 0;
    border: none;
    border-radius: 100%
}

#bannergame .carousel-indicators li.active {
    background: #a76627
}

.banners_info,.notis_slogan {
    display: none
}
.fa-eye-slash:before {
    content: "\f070";
}