@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}

@media (min-width:1600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1500px;
    }
}

.container {
    position: relative
}

.padding-75 {
    padding-left: 7.5px;
    padding-right: 7.5px
}

.wow {
    visibility: hidden;
}

.btn-h {
    padding: 0;
}

.row-0 {
    margin: 0
}

.col-0 {
    padding: 0
}

.row-75 {
    margin-left: -7.5px;
    margin-right: -7.5px
}

.pntitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #0f0f12;
    border-radius: 25px;
    padding: 0 20px;
    margin: 0 0 10px;
}

.pnbdy {
    position: relative
}

.pn-bank {
    padding: 5px 0;
    color: #fff;
    margin: 0 0 20px;
    font-size: 14px;
    border-radius: 0;
}

.head-title {
    font-size: 30px;
    color: #ff9900;
    font-weight: 600;
    letter-spacing: 0.8px;
    line-height: 42px;
    margin-bottom: 15px;
}

.head-subtitle {
    color: #ffffff;
    font-size: 16px;
}

.header-abuot img {
    width: auto;
    max-width: 100%;
}

.pn-about-bdy {
    padding: 0 0;
    border-radius: 0;
    line-height: 23px;
    font-size: 13px;
    margin-bottom: 15px;
}

.list-service {
    display: flex;
    justify-content: flex-start;
    list-style: none;
}

.list-service li {
    flex: 0 1 auto;
    max-width: 33.33%;
    padding-right: 12px;
}

.list-service li img {}

/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.bg-abuot {
    background-image: url(../images/betway/bg-about.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 35px 0 35px;
}

.online-gambling {}

.online-gambling-head,
.gambling-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #0f0f12;
    border-radius: 25px;
    padding: 0 20px;
    margin-bottom: 25px;
}

.gambling-head-title {
    line-height: 42px;
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
    padding: 0 6px;
    position: relative;
}

.gambling-head-title::after {
    content: '';
    background: #ff653c;
    background: linear-gradient(90deg, #ff653c 0%, #ff951c 100%);
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.gambling-head-subtitle {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 40px;
    margin-bottom: 0;

}

.head-list-game {
    display: flex;
    justify-content: flex-start;
    margin-top: 5px;
}

.head-list-game .head-item-game {
    flex: 0 1 33.33%;
    max-width: 33.33%;
    padding: 3px 3px;
}

.head-list-game .head-item-game img {
    width: 100%;
    filter: grayscale(95%);
    transition: filter .3s ease-in-out !important;
}

.head-list-game .head-item-game a.active img,
.head-list-game .head-item-game a:hover img {
    filter: none;
    transform: none;
}

.online-gambling-content {
    background-color: #0a0803;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: background-image .5s ease-in-out;
    padding: 40px 0 10px;
}

.gambling-content .tab-fx {
    display: none;
}

.gambling-content .tab-fx.active {
    display: block;
}

.content-game {
    display: flex;
    align-items: center;
}

.gambling-left {
    flex: 0 1 50%;
    text-align: center;
}

.gambling-left-inner {}

@keyframes slideUp_c {
    from {
        transform: translateY(40%);
    }

    to {
        transform: none;
    }
}

@keyframes fadein_c {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeZoomin {
    from {
        opacity: 0;
        transform: scale(.5);
        filter: blur(10px)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes Imagesmallzoom {
    from {
        transform: scale(1.05);
    }

    to {
        transform: scale(1);
    }
}

.tab-fx.active .gambling-left-inner {
    transform: translateY(40%);
    opacity: 0;
    animation: slideUp_c .85s cubic-bezier(.165, .84, .44, 1) 75ms forwards, fadein_c .85s cubic-bezier(.165, .84, .44, 1) .15s forwards;
}

.gambling-left img {
    object-fit: contain;
    transform: scale(1.05);
    width: auto;
    max-height: 290px;
    min-height: 290px;
}

.tab-fx.active .gambling-left .gambling-left-inner img {
    animation: Imagesmallzoom .8s cubic-bezier(.165, .84, .44, 1) 1s forwards;
}

.gambling-right {
    flex: 0 1 50%;
}

.tab-fx.active .gambling-right-inner {
    animation: fadeZoomin 1s cubic-bezier(.165, .84, .44, 1);
}

.banner-right {
    flex: 0 1 50%;
}

.title-game {
    color: #eb8d00;
    font-size: 26px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 0;
    text-align: center;
}

.desc-game {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 0;
    text-align: left;
}

.desc-game a {
    color: #ff9f00;
    cursor: pointer;
    font-weight: 600;
}

.more-to-web {}

.more-to-web img {
    max-width: 180px;
}

.banner-about img {
    width: 100%;
}

.frem-vdo-box {}

.frem-vdo-box {
    position: relative;
}

.frem-vdo-border {
    height: 285px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.frem-vdo-border-inner {
    position: relative;
    height: 240px;
    width: 100%;
    z-index: 1;
}

.frem-vdo-border iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.open-popup-vdo {
    position: relative;
    overflow: hidden;
    display: block;
}

.open-popup-vdo img {
    position: relative;
}

.icon-play {
    background-image: url(../images/icon-play.png);
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: transform .3s ease-in-out;
    cursor: pointer;
}

.open-popup-vdo:hover .icon-play {
    transform: scale(1.05);
}

.line-hr-custom {
    background-image: url(../images/line-section.png);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 60px;
    width: 100%;
    margin: 25px auto;
}

.line-hr-custom2 {
    height: 1px;
    width: 50%;
    margin: 12px auto;
    background-color: #58390f;
}

.bg-game-box {
    padding: 25px 0 45px;
}

.play-now {
    margin-bottom: 20px;
}

.list-promotion-home2 {
    margin-bottom: 20px;
}

.list-promotion-home2.row {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.list-promotion-home2.row .col-md-4 {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.slot-game-content {
    margin-top: 10px;
}

.slot-game-list {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.slot-game-item {
    margin-bottom: 20px;
    margin-top: 30px;
}

.slot-game-item a {
    display: grid;
    width: 100%;
    min-height: 200px;
    border-radius: 30px 30px 8px 8px;
    grid-template-columns: 1fr;
    grid-template-areas:
        "slot-game-cover"
        "slot-game-info";
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    align-items: start;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.slot-game-cover {
    z-index: 0;
    display: grid;
    grid-area: slot-game-cover;
    background: none;
    grid-template-columns: 100%;
    grid-template-areas:
        "sl-cv-bg"
        "sl-chr";
    position: relative;
    align-items: start;
}

.slot-game-cover img:hover {
    transform: none !important;
}

.sl-cv-bg {
    z-index: 71;
    grid-area: sl-cv-bg;
    grid-row: 1/2;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
}

.slot-eff {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-filter: contrast(80%);
    filter: contrast(80%);
    -webkit-filter: brightness(200%);
    filter: brightness(200%);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.sl-chr {
    z-index: 72;
    grid-area: sl-chr;
    grid-row: 1/2;
    position: absolute;
    top: -20px;
    -webkit-transition: all .3s ease-out !important;
    transition: all .3s ease-out !important;
}

.slot-game-item a:hover .slot-eff {
    -webkit-filter: contrast(110%);
    filter: contrast(110%);
    -webkit-filter: brightness(115%);
    filter: brightness(115%);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.slot-game-item a:hover .sl-chr {
    -webkit-filter: contrast(120%);
    filter: contrast(120%);
    -webkit-filter: brightness(130%);
    filter: brightness(130%);
    position: absolute;
    top: -51px;
    transform: none !important;
}

.slot-game-info {
    z-index: 1;
    grid-area: slot-game-info;
    padding: 10px 20px 20px;
    grid-row: 2/3;
    margin-top: -17%;
    border-radius: 0 0 8px 8px;
    background: #ff653c;
    background: -moz-linear-gradient(top, #ff653c 0%, #ff951c 100%);
    background: -webkit-linear-gradient(top, #ff653c 0%, #ff951c 100%);
    background: linear-gradient(to bottom, #ff653c 0%, #ff951c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff653c', endColorstr='#ff951c', GradientType=0);
}


.sl-logo {
    z-index: 75;
    margin-top: -20%;
    margin-bottom: -5%;
}

.slot-game-item a:hover .sl-logo {
    transform: none !important;
}

.tx-slot {
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    overflow: hidden;
    max-height: 39px;
    margin-bottom: 0;
    text-align: center;
}

.modal-login-content {
    background-color: #171717;
    border-radius: 10px;
}

.modal-login-content .modal-header {
    border-bottom: none;
    padding: 24px 18px 15px;
}

.modal-login-content .modal-header .modal-title {
    color: #fff;
    display: flex;
    width: 100%;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 35px;
}

.modal-login-content .modal-header .close {
    display: none;
}

.modal-login-content .modal-body {
    padding: 17px 17px 40px;
}

.promotion .content-banner {
    margin-bottom: 30px;
}

#registerModal .modal-header {
    background: rgb(255, 101, 60);
    background: linear-gradient(90deg, rgba(255, 101, 60, 1) 0%, rgba(255, 149, 28, 1) 100%);
    border-color: #30353a;
    justify-content: center;
    border-top-left-radius: calc(12px - 1px);
    border-top-right-radius: calc(12px - 1px);
    position: relative;
    padding: 15px 15px;
}

#registerModal .modal-header .modal-title {
    color: #1a1a1a;
    font-weight: 600;
}

#loginModal .modal-header {
    background: #15c14e;
    background: linear-gradient(90deg, #008791 0%, #15c14e 100%);
    border-color: #141414;
    justify-content: center;
    border-top-left-radius: calc(12px - 1px);
    border-top-right-radius: calc(12px - 1px);
    position: relative;
    padding: 15px 15px;
}

#loginModal .modal-header .modal-title {
    color: #fff;
    font-weight: 600;
}

.modal-header .close {
    margin-left: 0;
    position: absolute;
    right: 34px;
    top: 32px;
    text-shadow: none;
    padding: 0px;
    line-height: 15px;
    opacity: 1;
    width: 23px;
    height: 23px;
    text-align: center
}

.modal-content {
    border-radius: calc(13px - 0px);
}

.modal-body {
    background-color: #141414;
    padding: 20px 20px 0;
}

.modal-body .form-register {
    margin-top: 0;
}

.modal-body hr {
    margin-top: 0;
    margin-bottom: 0;
    border-color: #4e4e4e;
}

.modal-footer {
    background-color: #141414;
    border-top: 1px solid #141414;
    border-bottom-right-radius: calc(12px - 1px);
    border-bottom-left-radius: calc(12px - 1px);
}

.form-register-right .step-register {
    margin: 0;
}

.form-register-right .step-register img {
    width: 800px;
    max-width: 100%;
}

.form-register-right .step-register:not(:last-child) {
    margin-bottom: 15px;
}

.register-video {
    margin-bottom: 10px;
}

.register-video video {
    width: 100%;
}

.open-popuplogin {
    cursor: pointer;
}

.why-used {
    padding-top: 50px;
    padding-bottom: 50px;
}

.forgot-password,
.forgot-password:hover {
    font-size: 12px;
    font-weight: 300;
    color: #ff9900;
    position: absolute;
    right: 0;
    bottom: 40px;
}

.promotion-list {
    padding: 20px 30px 0;
}

.promotion-item {
    margin-bottom: 35px;
    border: 1px solid #936f22;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 20px 0px #835920;
    -moz-box-shadow: 0px 0px 20px 0px #835920;
    box-shadow: 0px 0px 20px 0px #835920;
    border-radius: 20px;
}

.promotion .promotion-item .title-c-1 {
    border-bottom: none;
    color: #f0cb6b;
    position: relative;
    padding-bottom: 20px;
}

.promotion .promotion-item .title-c-1::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/line-section2.png);
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 3px;
    width: 100%;

}

.promotion .promotion-item .content-banner {
    margin-bottom: 0;
    border-radius: 10px;
}

.promotion-item>.row {
    align-items: center;
}

.why-used-title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 32px;
}

.why-used-title span {
    color: #f1ca73;
}

.list-why-used {
    list-style: none;
    padding-left: 0;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.list-why-used li {
    color: #fff;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 7px;
    letter-spacing: 0.3px;
    padding-left: 26px;
    position: relative;
}

.list-why-used li::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-right: 10px;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
    background-image: url('../images/list-style-icon.png');
}

.pn-bank-title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 5px;
}

.text-white {
    color: #fff;
}

.pn-blank-bdy {
    background-color: #fff;
    background-size: 100% 100%;
    padding: 20px 20px;
    border-radius: 6px;
    line-height: 25px;
    font-size: 13px
}

.f-r {
    position: absolute;
    right: 0
}

.bpa-1 {
    width: 100%;
    height: 335px;
    object-fit: contain
}

.c-1 {
    font-size: 20px;
    font-weight: 700;
    margin: 2rem 0 0
}

.c-2 {
    font-size: 16px;
    font-weight: 700;
    margin: 1rem 0 2rem
}

.c-3 {
    font-size: 14px;
    font-weight: 700;
    margin: 2rem 0 1rem;
}

.c-4 {
    padding-left: 0
}

.c-4 h3 {
    font-size: 14px;
    font-weight: 700;
    margin: 2rem 0 4px;

}

.promotion .c-4 h3,
.promotion .c-3 {
    color: #fff;
}

.promotion .pn-blank-bdy span {
    color: #ff9901;
}

.promotion .pn-blank-bdy ul {
    list-style-position: inside;
}

.banner-pn-ab {
    margin: 0
}

.pn-bank-img {
    margin-top: 20px;
    margin-bottom: 15px;
}



.banner-howto-sm,
.pnb {
    margin: 0 0 10px
}

.pnb span {
    font-weight: 700
}

.pnb-ico {
    list-style: none;
    display: flex;
    margin: 0 -5px;
    width: 100%
}

.pnb-ico li {
    padding: 5px;
    flex: 0 1 auto;
}

.pnb-ico img {
    width: 45px;
}

.bg-result-ball {
    padding-top: 5px;
    padding-bottom: 35px;
}

.bh-2,
.bh-3,
.bh-1 {
    color: #fff
}

.bhh {
    max-width: 430px;
    width: 100%;
    position: relative;
    z-index: 2
}

.bh-1 {
    margin: 0 0 1rem;
    text-align: center;
    font-weight: 700
}

.bh-2 {
    font-size: 34px;
    font-weight: 700;
    padding: 0 0 1rem;
    margin: 0 0 1rem;
    position: relative
}

.bh-2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 120px;
    height: 2px;
    margin: 0 auto;
    background-color: #a90000
}

.bh-2 span {
    color: #e80000
}

.bh-3 {
    line-height: 30px;
    text-align: center;
    margin: 0 0 2rem
}

.banner-home {
    position: relative;
    overflow: hidden
}

.banner-slder-h.owl-theme .item {}

.banner-slder-h.owl-theme .owl-dots {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
}

.banner-slder-h.owl-theme .owl-dots .owl-dot {
    outline: none;
}

.banner-slder-h.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 5px;
    background: #989898;
}

.banner-slder-h.owl-theme .owl-dots .owl-dot.active span,
.banner-slder-h.owl-theme .owl-dots .owl-dot:hover span {
    background: rgb(255, 101, 60);
}

.content {
    background: #161a20;
    padding: 30px 30px 0;
    margin-top: 30px;
    margin-bottom: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.content.index {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    margin-top: 0;
    background: transparent;
    transform: translate(0, -35px);
    position: relative;
    z-index: 1;
}

.content-banner {
    margin-bottom: 15px;
    border-radius: 0;
    overflow: hidden;
}

.content-banner img {
    max-width: 100%;
    width: 100%;
}

.content.promotion .pn-blank-bdy {
    background-color: transparent;
    color: #b8b8b8;
}

.promotion .title-c-1 {
    border-bottom: solid 1px #6d7a8f;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    line-height: 35px;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.bg-loginbox {
    background-image: url('../images/betway/bg-loginbox.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    background-color: transparent;
}

.login-home-panel {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    padding: 10px 0 10px 0;
}

.icon-user {
    background-image: url(../images/betway/icon-user.png);
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    background-position: center;
    background-size: contain;
}

.icon-lock {
    background-image: url(../images/betway/icon-look.png);
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    background-position: center;
    background-size: contain;
    display: inline-block;
    margin-right: 0;
}

.header-panel-login {
    padding: 0 0 10px;
}

.header-panel-login h3 {
    color: #fff;
    margin: 0;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 20px;
    text-shadow: 0 0 1px #000;
}

.panel-login-form {
    /* flex: 0 1 100%;
  display: flex;
  justify-content: center; */
    width: 100%;
}

.header-panel-login img {
    height: auto;
    max-height: 100%;
}

.login-home-panel img:hover {
    transform: none !important;
}

.panel-login-form .form-login-home {
    align-items: flex-end;
}

.service-box-owl .owl-dots {
    margin-top: 4px !important;
    text-align: right;
}

.service-box-owl .owl-dots .owl-dot {
    outline: none;
}

.service-box-owl .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 3px 5px;
    border: solid 2px #fff;
    background-color: transparent;
}

.service-box-owl.owl-theme .owl-dots .owl-dot.active span,
.service-box-owl.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

.panel-login-form img {
    height: 100%;
}

.header-login-form {
    padding-top: 7px;
    padding-bottom: 7px;
}

.form-login-home.form-inline .form-group {
    flex-direction: row;
    align-items: flex-end;
    margin-bottom: 0 !important;
    margin-left: 7px;
    margin-right: 7px;
    position: relative;
}

.form-login-home.form-inline .form-group label {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding-right: 15px;
    line-height: 22px;
    align-items: flex-end;
}

.form-login-home.form-inline .form-group label div {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 7px;
    padding-bottom: 6px;
}

.form-login-home.form-inline .form-group label small {
    font-size: 11px;
    color: #ff9900;
    font-weight: 300;
    letter-spacing: 7px;
    text-transform: uppercase;
}

.form-login-home.form-inline .form-group .form-control {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    border-radius: 6px;
    background-color: #ffff !important;
    height: 40px;
    font-size: 13px;
    line-height: 25px;
    padding: 6px 15px;
    border: solid 1px #ecc86d;
    background-clip: inherit;

}

.form-login-home.form-inline .form-group .form-control:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: none;
}

.form-login-home.form-inline .btn {
    padding: 0 0;
    flex: 0 0 auto;
    border: none;
    margin-left: 6px;
    height: 50px;
}

.btn-lineat img {
    height: 59px;
}

.footer-top-panel {
    background: rgb(255, 101, 60);
    background: linear-gradient(90deg, rgba(255, 101, 60, 1) 0%, rgba(255, 149, 28, 1) 100%);
    padding: 11px 0;
}

.footer-top-panel-text {
    font-size: 12px;
    font-weight: 600;
    color: #0f0f12;
}

.footer-top-panel-text span {
    font-size: 15px;
}

.logo-game-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 22px;
    padding-bottom: 22px;
}

.item-box-game {
    position: relative;
    text-align: center;
    border: 2px solid #000;
    overflow: hidden;
    background-color: #333;
    margin-bottom: 30px;
}

.item-box-game img,
.item-box-game img:hover {
    transform: none !important;
    height: 200;
    object-fit: cover;
    object-position: center;
}

.item-box-game:hover {
    background-color: #bb984a;
}

.item-box-game h3 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    padding: 8px 10px 6px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 0;
}

.item-box-game:hover h3 {
    color: #000;
}

.thaitheme_read {}

.thaitheme_read ul,
.thaitheme_read ol {
    padding-left: 20px;
    line-height: 26px;
}

.thaitheme_read ol li {
    margin-bottom: 5px;
}

.item-logo-footer {
    padding: 0 18px;
}

.pn-blogs-bdy {
    padding: 0 30px;
}

.footer-panel-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 0 0 60%;
}

.footer-panel-left a {
    flex: 0 0 200px;
}

.footer-panel-left>div {
    margin-left: 30px;
}

.footer-panel-left span {
    color: #fff;
    font-size: 11px;
    line-height: 17px;
}

.footer-panel-left h3 {
    color: #c3a052;
    font-size: 15px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 0;
    line-height: 20px;
}

.footer-panel-left img {
    max-height: 50px;
}

.footer-payment {
    flex: 0 0 40%;
}

.footer-payment ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
}

.footer-payment ul li {
    margin-left: 10px;
}

.footer-payment ul li a {}

.footer-payment ul li a img {
    width: 37px;
    height: 37px;
    object-fit: contain;
}


.bhh-banner-g {
    position: relative;
}

.clu2 img {
    height: 160px
}

.clu img {
    height: 200px
}

.clu2,
.clu {
    position: absolute;
    width: 100%;
    bottom: 0;
    opacity: .4;
    animation: marquee1 40s infinite linear
}

.clu.clouds-1 {
    left: -50%
}

.clu2.clouds-2 {
    z-index: 1;
    left: -30%
}

.clu.clouds-3 {
    z-index: 1;
    left: -10%
}

.clu2.clouds-4 {
    left: 10%
}

.clu.clouds-5 {
    left: 30%
}

.clu2.clouds-6 {
    left: 50%
}

.clu.clouds-7 {
    z-index: 1;
    left: 70%
}

.clu2.clouds-8 {
    left: 90%
}

.clu.clouds-9 {
    left: -90%
}

.clu2.clouds-10 {
    z-index: 1;
    left: -70%
}

.clu.clouds-11 {
    left: -60%
}

.clu2.clouds-12 {
    left: -40%
}

.clu.clouds-13 {
    z-index: 1;
    left: -30%
}

.clu.clouds-14 {
    left: 90%
}

.clu2.clouds-15 {
    z-index: 1;
    left: 100%
}

@keyframes marquee1 {
    0% {
        transform: translate(100%, 0)
    }

    100% {
        transform: translate(-100%, 0)
    }
}

.h {
    position: relative;
    background: rgb(0, 27, 51);
    background: linear-gradient(0deg, rgba(0, 27, 51, 1) 0%, rgba(0, 35, 65, 1) 50%, rgba(0, 44, 80, 1) 100%);
}

.toggle-navbar {
    position: absolute;
    right: 31px;
    width: auto;
    top: 20px;
    cursor: pointer;
    z-index: 1
}

.headerm {
    height: 63px;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    background: rgba(26, 17, 0, 0.80);
}

.headerm .hm-logo {
    margin-left: 20px;
}

.hm-acc {
    position: absolute;
    right: 20px;
    top: 15px;
}

.hm-acc img {
    width: 24px;
}

.mobile-xl img {
    width: 28px;
}

.hm-acc.disbled {
    display: none
}

.headerm .hm-acc,
.headerm .hm-logo {
    align-self: center
}

body {
    padding-top: 70px;
    background-color: #161a20;
}

.hr-content {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
}

.btn-1 {
    color: #fff;
    background: rgb(4, 32, 128);
    background: linear-gradient(0deg, rgba(4, 32, 128, 1) 0%, rgba(22, 116, 255, 1) 60%, rgba(22, 116, 255, 1) 70%, rgba(7, 55, 227, 1) 100%);
    border-color: #d0be7e;
    border-width: 1px;
    border-radius: 30px;
    width: 135px;
    margin-right: 0;
    transition: all .3s ease-in-out;
    font-weight: 600;
    font-size: 14px;
    text-shadow: 0px 0px 2px #000;
}

.btn-2 {
    color: #000;
    background: linear-gradient(0deg, rgba(210, 210, 210, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 70%, rgba(206, 206, 205, 1) 100%);
    border-color: #d0be7e;
    border-width: 1px;
    border-radius: 30px;
    width: 135px;
    margin-right: 1rem;
    transition: all .3s ease-in-out;
    font-weight: 600;
    font-size: 14px;
    text-shadow: 0px 0px 2px #fff;
}

.btn-5 {
    color: #fff;
    background-image: linear-gradient(to right, #fff 0%, #fff 100%);
    border-color: #fff;
    border-width: 2px;
    border-radius: 30px;
    margin-right: 1rem;
    transition: all .3s ease-in-out;
}

.btn-6 {
    color: #000;
    background: linear-gradient(0deg, rgba(210, 210, 210, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 70%, rgba(206, 206, 205, 1) 100%);
    border-color: #d0be7e;
    border-width: 1px;
    border-radius: 30px;
    width: auto;
    margin-right: 1rem;
    transition: all .3s ease-in-out;
    font-weight: 600;
    font-size: 14px;
    text-shadow: 0px 0px 2px #fff;
}

.btn-7 {
    color: #fff;
    background: linear-gradient(0deg, #460000 0%, #e00000 60%, #e00000 70%, #910000 100%);
    border-color: #d0be7e;
    border-width: 1px;
    border-radius: 30px;
    width: auto;
    margin-right: 0;
    transition: all .3s ease-in-out;
    font-weight: 600;
    font-size: 14px;
    text-shadow: 0px 0px 2px #000;
}

.btn-6:hover,
.btn-7:hover {
    background: #000;
    color: #fff;
}

.btn-3 {
    color: #fff;
    background-image: url(../images/btn_03.png);
    background-repeat: no-repeat;
    width: 197px;
    height: 57px;
    margin-right: 1rem;
    transition: all .3s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    padding-left: 3rem;
    position: relative;
    margin-bottom: 1rem
}

.btn-4 {
    border-radius: 0;
    background-repeat: no-repeat;
    width: 100%;
    height: 45px;
    transition: all .3s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 3vw;
    font-weight: 600;
    position: relative;
}

.btn-4.register {
    /*color: #000;
  background: linear-gradient(0deg, #bcbcbc 0%, #ffffff 50%, #cececd 100%);
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient( to bottom, #d0be7e, #f0eebc ) 1 100%;
  text-shadow: 0 0 2px #fff;*/
    padding: 0;
    border: none;
}

.btn-4.login {
    /*color: #fff;
    background: linear-gradient(0deg, #042081 0%, #1673ff 50%, #0737e3 100%);
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient( to bottom, #d0be7e, #f0eebc ) 1 100%;
    text-shadow: 0 0 2px #000;*/
    padding: 0;
    border: none;
}

.btn-4.play {
    color: #000;
    background: linear-gradient(0deg, #bcbcbc 0%, #ffffff 50%, #cececd 100%);
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to bottom, #d0be7e, #f0eebc) 1 100%;
    text-shadow: 0 0 2px #fff;
}

.btn-4.logout {
    color: #fff;
    background: linear-gradient(0deg, #460000 0%, #e00000 60%, #e00000 70%, #910000 100%);
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to bottom, #d0be7e, #f0eebc) 1 100%;
    text-shadow: 0 0 2px #000;
}

.btn-4::before {
    content: '';
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    background-position: 0;
    position: absolute;
    left: 15px
}

.btn-3::before {
    content: '';
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    position: absolute;
    left: 15px;
    top: 7px
}

.btn-3.register::before {
    content: '';
    background-image: url(../images/ico-btn_06.png)
}

.btn-3.account::before {
    content: '';
    background-image: url(../images/ico-btn_03.png)
}

.btn-1:hover,
.btn-2:hover {
    color: #fff;
    background-color: #000;
    background-image: none;
}

.m-head>li {
    position: relative;
    padding: 0 25px;
}

.btn-register,
.btn-register:hover,
.btn-register:focus {
    color: #ff9901;
    font-size: 13px;
    background-image: url(../images/bg-register.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 7px 20px;
    width: 100%;
    max-width: 130px;
    margin-right: 10px;
    font-weight: 600;
    outline: none;
    box-shadow: none;
}

.btn-login-dt,
.btn-login-dt:hover {
    color: #000;
    font-size: 13px;
    font-weight: 600;
    background-image: url(../images/bg-login.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 7px 20px;
    width: 100%;
    max-width: 115px;
    min-width: 115px;
    outline: none;
    box-shadow: none;
}

.site-right-group.group-login {
    flex: 0 1 auto;
}

.btn-logout,
.btn-logout:hover {
    color: #000;
    font-size: 13px;
    background-color: #d8b779;
    border-radius: 20px;
    padding: 7px 24px;
    margin-left: 5px;
    width: 100%;
    max-width: 135px;
    min-width: 132px;
}

.m-head>li.f-r {
    flex: 1 1 120px;
    justify-content: flex-end;
}

.m-head>li.f-r::after {
    display: none;
}

.m-head>li.d-flex a {
    background: none;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 9;
}

.m-head>li.d-flex a:hover,
.m-head>li.d-flex.active a {
    color: #f39201;
}

.m-head>li.f-r a:hover {
    background: none;
}

.m-head>li::after {
    content: '';
    margin: auto 2px;
    left: 0;
    right: 0;
    width: auto;
    height: 100%;
    position: absolute;
    bottom: 50%;
    opacity: 0;
    display: inline;
    background: rgb(255, 153, 0);
    background: linear-gradient(0deg, rgb(255 153 0 / 28%) 0%, rgb(255 153 0 / 8%) 100%);
    border-bottom: solid 2px #ff9900;
    transition: all .3s cubic-bezier(.165, .84, .44, 1);
}

.m-head>li.active::after,
.m-head>li:hover::after {
    bottom: 0;
    opacity: 1;
}

.m-head>li>a {
    color: #fff;
    display: flex;
    padding: 0 0;
    font-size: 13px;
    line-height: 70px;
    font-weight: 600;
}

.flash-text {
    background-color: rgb(18 22 28 / 70%);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.footer-bdy {
    padding: 8px 0;
    color: #dfdfdf;
    font-size: 11px;
    border-top: solid 1px #252525;
    text-align: center;
}

.pn-banner-footer {}

.pn-r-table-frame {
    padding: 27px 27px;
    background-color: #fff;
    border-radius: 6px;
}

.pn-register {
    margin: 0 0 3rem
}

.bg-banner-howto {
    background: rgb(0, 27, 120);
    background: linear-gradient(0deg, #001a30 0%, #002443 50%, #002e54 100%);
}

.banner-howto {
    margin: 0 0 0;
    position: relative;
}

.header-promotion {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #0f0f12;
    border-radius: 25px;
    padding: 0 30px;
    margin-bottom: 25px;
}

.header-promotion h2 {
    line-height: 42px;
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
}

.head-more {
    font-size: 13px;
    color: #f69700;
}

.banner-howto img {
    width: 100%;
    object-fit: contain;
}

.bg-service {
    padding: 35px 0 35px;
    background-image: url(../images/bg-service.webp);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.bg-promotion {
    padding: 35px 0 35px;
    background-image: url(../images/betway/bg-promotion.webp);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.service-box-inner {
    align-items: center;
}

.service-transiton {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
}

.delay-1 {
    -webkit-transition: opacity .85s cubic-bezier(.165, .84, .44, 1) .15s, -webkit-transform .85s cubic-bezier(.165, .84, .44, 1) 75ms;
    transition: opacity .85s cubic-bezier(.165, .84, .44, 1) .15s, -webkit-transform .85s cubic-bezier(.165, .84, .44, 1) 75ms;
    transition: transform .85s cubic-bezier(.165, .84, .44, 1) 75ms, opacity .85s cubic-bezier(.165, .84, .44, 1) .15s;
    transition: transform .85s cubic-bezier(.165, .84, .44, 1) 75ms, opacity .85s cubic-bezier(.165, .84, .44, 1) .15s, -webkit-transform .85s cubic-bezier(.165, .84, .44, 1) 75ms;
}

.delay-2 {
    -webkit-transition: opacity .85s cubic-bezier(.165, .84, .44, 1) .45s, -webkit-transform .85s cubic-bezier(.165, .84, .44, 1) 235ms;
    transition: opacity .85s cubic-bezier(.165, .84, .44, 1) .45s, -webkit-transform .85s cubic-bezier(.165, .84, .44, 1) 235ms;
    transition: transform .85s cubic-bezier(.165, .84, .44, 1) 235ms, opacity .85s cubic-bezier(.165, .84, .44, 1) .45s;
    transition: transform .85s cubic-bezier(.165, .84, .44, 1) 235ms, opacity .85s cubic-bezier(.165, .84, .44, 1) .45s, -webkit-transform .85s cubic-bezier(.165, .84, .44, 1) 235ms;
}

.delay-3 {
    -webkit-transition: opacity .85s cubic-bezier(.165, .84, .44, 1) .75s, -webkit-transform .85s cubic-bezier(.165, .84, .44, 1) 295ms;
    transition: opacity .85s cubic-bezier(.165, .84, .44, 1) .75s, -webkit-transform .85s cubic-bezier(.165, .84, .44, 1) 295ms;
    transition: transform .85s cubic-bezier(.165, .84, .44, 1) 295ms, opacity .85s cubic-bezier(.165, .84, .44, 1) .75s;
    transition: transform .85s cubic-bezier(.165, .84, .44, 1) 295ms, opacity .85s cubic-bezier(.165, .84, .44, 1) .75s, -webkit-transform .85s cubic-bezier(.165, .84, .44, 1) 295ms;
}

.animated .service-transiton {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.informetion {}

.info-title {
    color: #f0cb6b;
    font-weight: 600;
    font-size: 18px;
}

.info-desc {
    color: #ffffff;
    font-weight: 300;
    font-size: 16px;
}

.service-box {}

.head-service {
    margin-bottom: 25px;
}

.bg-blogs {
    background-image: url(../images/bg-blog.png);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 0 60px;
}

.head-service img,
.head-service img:hover {
    transform: none !important;
    width: 270px;
    display: block;
    margin: auto;
}

img.img-nofx,
img.img-nofx:hover {
    transform: none !important;
}

.head-promote {
    margin-bottom: 13px;
}

.head-promote img {
    width: 300px;
}

.head-service h3 {
    margin: 20px auto 0;
    color: #fff;
    font-size: 16px;
    padding: 8px 10px;
    font-weight: 300;
    display: block;
    background-image: url(../images/bg-title.png);
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.item-service img {
    width: auto;
    max-width: 100%;
}

.item-service p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 18px;
    line-height: 24px;
}

.pn-howto,
.pn-suggest {
    margin-bottom: 20px;
}

.pn-r-table-frame {
    margin-bottom: 25px;
}

.item-pn-banner {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 6px;
}

.pn-banner1 {
    overflow: hidden;
    border-radius: 6px;
    border: solid 1px #f9d892;
}

.pn-banner1 img {}

.banner-promote {
    margin: 30px auto 25px
}

.banner-promote .bp-img {
    overflow: hidden;
    position: relative;
}

.owl-item .responsive-colpadd .bp-img::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.6;
    background-color: #001930;
    transition: opacity .5s ease-in-out;
}

.owl-item .responsive-colpadd .bp-img img {
    transition: transform .5s ease-in-out 3.2s;
}

.owl-item.center .responsive-colpadd .bp-img img {
    transform: scale(1.05);
}

.owl-item.center .responsive-colpadd .bp-img::before {
    opacity: 0;
}

.promotion-slider.owl-theme .owl-dots,
.promotion-slider.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 15px;
}

.promotion-slider.owl-theme .owl-dots .owl-dot {
    outline: none;
}

.promotion-slider.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 5px;
    background: #808f9c;
}

.promotion-slider.owl-theme .owl-dots .owl-dot.active span,
.promotion-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #549ffc;
}

.banner-howto-sm {
    border-radius: 0;
    overflow: hidden;
}

.item-blog a:hover .banner-howto-sm img {
    transform: scale(1.05);
}

.info-blog {
    margin-bottom: 25px;
}

.info-blog h4 {
    color: #f3f3f3;
    font-size: 16px;
    margin-bottom: 25px;
    margin-top: 18px;
    line-height: 25px;
}

.info-blog .read-more {
    color: #f3f3f3;
    font-size: 14px;
    background-color: #005e9a;
    margin-bottom: 0;
    border-radius: 4px;
    display: inline-block;
    padding: 5px 25px;
}

.banner-waranty {
    padding-top: 23px;
    padding-left: 30px;
    padding-right: 30px;
}

.banner-promote .responsive-mg .responsive-colpadd:after {
    content: '';
    right: -23px;
    top: 0;
    bottom: 0;
    width: 46px;
    height: 100%;
    position: absolute;
    display: inline-block;
    background-image: url(../images/bg-after-promotion.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.step-register img,
.register-line img {
    width: 100%;
}

.banner-promote .responsive-mg .responsive-colpadd:last-child:after {
    display: none;
}

.banner-howto img:hover {
    transform: none !important;
}

.nvmli-btn-img {
    background-size: 100%;
    width: 100%;
    height: 100%
}

.navm-li .nvmli-btn-img.index {
    transition: all .5s ease-in-out
}

.navm-li .nvmli-btn-img.promotion {
    transition: all .5s ease-in-out
}

.navm-li .nvmli-btn-img.howto {
    transition: all .5s ease-in-out
}

.navm-li .nvmli-btn-img.ball {
    transition: all .5s ease-in-out
}

.navm-li .nvmli-btn-img.casino {
    transition: all .5s ease-in-out
}

.navm-li .nvmli-btn-img.slot {
    transition: all .5s ease-in-out
}

.navm-li .nvmli-btn-img.income {
    transition: all .5s ease-in-out
}

.navm-li .nvmli-btn-img.account {
    transition: all .5s ease-in-out
}

.navm-li .nvmli-btn-img.blog {
    transition: all .5s ease-in-out
}

.navm-li .nvmli-btn-img.live {
    transition: all .5s ease-in-out;
}

.navm-li.active .nvmli-btn-img.index,
.navm-li:hover .nvmli-btn-img.index {
    transition: all .5s ease-in-out
}

.navm-li.active .nvmli-btn-img.promotion,
.navm-li:hover .nvmli-btn-img.promotion {
    transition: all .5s ease-in-out
}

.navm-li.active .nvmli-btn-img.casino,
.navm-li:hover .nvmli-btn-img.casino {
    transition: all .5s ease-in-out
}

.navm-li.active .nvmli-btn-img.slot,
.navm-li:hover .nvmli-btn-img.slot {
    transition: all .5s ease-in-out
}

.navm-li.active .nvmli-btn-img.ball,
.navm-li:hover .nvmli-btn-img.ball {
    transition: all .5s ease-in-out
}

.navm-li.active .nvmli-btn-img.account,
.navm-li:hover .nvmli-btn-img.account {
    transition: all .5s ease-in-out
}

.navm-li.active .nvmli-btn-img.live,
.navm-li:hover .nvmli-btn-img.live {
    transition: all .5s ease-in-out
}

.navm-li.active .nvmli-btn-img.income,
.navm-li:hover .nvmli-btn-img.income {
    transition: all .5s ease-in-out
}

.pannel-navm {}

.content.promotion img,
.content.index img {
    transition: transform .5s ease-in-out;
}

.content.promotion img:hover,
.content.index img:hover {
    transform: scale(1.05);
}

.navmobile-footer {
    position: fixed;
    bottom: 0;
    z-index: 5;
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: rgb(255, 101, 60);
    background: linear-gradient(90deg, rgba(255, 101, 60, 1) 0%, rgba(255, 149, 28, 1) 100%);
    padding: 0 0;
}

.pp-img {
    overflow: hidden;
    border-radius: 6px;
}

.banner-pn-ab {
    overflow: hidden;
    border-radius: 0;
}

.navpadd {
    display: flex;
    padding: 0;
    max-width: 480px;
    margin: 0 auto;
    width: 100%;
    z-index: 9;
    align-items: flex-end;
    justify-content: space-between;
    height: auto;
}

.in-txt {
    padding-top: 4px;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    line-height: 22px;
}

.item-nav a:hover .in-txt {
    color: #fff;
}

.item-nav {
    text-align: center;
    opacity: 1;
    transition: all .3s ease-in-out;
    padding: 0 10px;
    flex: 1 1 100%;
    position: relative;
    border-bottom: 2px solid transparent;
}

.item-nav:hover,
.item-nav.active {
    background-color: rgb(255 255 255 / 15%);
    border-bottom-color: #fff;
}

.item-nav:not(:last-child)::after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #ec5e38;
    position: absolute;
    right: 0;
    top: 0;
}

.item-nav img {
    width: auto;
    height: 23px;
}

.icon-fm-hv {
    display: none;
}

.item-nav:hover img {
    display: none;
}

.item-nav:hover img.icon-fm-hv {
    display: block;
}

.item-nav:hover {
    opacity: 1;
    transition: all .3s ease-in-out
}

.overlay-navm {
    width: 100%;
    height: 100%;
    background-color: #00000096;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100
}

.overlay-navm.active {
    visibility: visible;
    opacity: 1;
    transition: all .3s ease-in-out
}

.navm-li {
    padding: 2px 0 2px 0;
    display: flex;
    margin: 0 0 15px 0;
    transition: all .3s ease-in-out
}

.navm-li.active,
.navm-li:hover {
    background-image: url(../images/bg-title.png);
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    transition: all .3s ease-in-out;
    cursor: pointer
}

.navm-li.active .nvmli-txt,
.navm-li:hover .nvmli-txt {
    color: #fff
}

.navm-li .nvmli-txt {
    align-self: center;
    padding-left: 30px;
    font-weight: 700;
    color: #c1c1c1
}

.navm-li.navm-live .nvmli-txt {}

.navm-li.navm-live {}

.mg-bott30 {
    margin-bottom: 30px
}

.c_ads-body,
.c_ads {
    position: relative;
    z-index: 5
}

.img-100 img {
    width: 100%;
    object-fit: contain
}

.c_ads-left {
    position: fixed;
    top: 15%;
    z-index: 5;
    left: 1%
}

.promotion-post img {
    width: 100%;
    object-fit: contain
}

.c_ads-right {
    position: fixed;
    top: 15%;
    z-index: 2;
    right: 1%;
}

@keyframes slideUp_ads {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: none;
    }
}

@keyframes slideUp_ads2 {
    from {
        transform: translateX(100%);
    }

    to {
        transform: none;
    }
}

.list-ads {
    list-style: none;
    padding: 0;
}

.list-ads li {
    margin-bottom: 9px;

}

.c_ads-right .list-ads li img {
    width: 145px;
}

.list-ads li img {
    transition: transform .3s ease-in-out;
}

.list-ads li a:hover img {
    transform: scale(1.05);
}

.c_ads-left .list-ads li {
    opacity: 0;
    transform: translateX(-100%);
    animation: fadein_c 1s cubic-bezier(.165, .84, .44, 1) forwards, slideUp_ads .5s cubic-bezier(.165, .84, .44, 1) forwards;
}

.c_ads-right .list-ads li {
    opacity: 0;
    transform: translateX(100%);
    animation: fadein_c 1s cubic-bezier(.165, .84, .44, 1) forwards, slideUp_ads2 .5s cubic-bezier(.165, .84, .44, 1) forwards;
}

.list-ads li:nth-of-type(1) {
    animation-delay: 0ms;
}

.list-ads li:nth-of-type(2) {
    animation-delay: 200ms;
}

.list-ads li:nth-of-type(3) {
    animation-delay: 400ms;
}

.list-ads li:nth-of-type(4) {
    animation-delay: 600ms;
}

.list-ads li:nth-of-type(5) {
    animation-delay: 800ms;
}

.list-ads li:nth-of-type(6) {
    animation-delay: 1000ms;
}

.c_ads_closx-l,
.c_ads_closx-r {
    background-image: url(../images/pop-ads_03.png);
    background-size: contain;
    width: 23px;
    height: 23px;
    position: absolute;
    cursor: pointer;
}

.c_ads_closx-l {
    left: 0px;
    top: -30px;
    opacity: 0;
    animation: fadein_c .5s cubic-bezier(.165, .84, .44, 1) forwards 1200ms;
}

.c_ads_closx-r {
    right: 0;
    top: -30px;
    opacity: 0;
    animation: fadein_c .5s cubic-bezier(.165, .84, .44, 1) forwards 400ms;
}

.navm-ul {
    padding: 2rem 0 0
}

.navm-li .nvm-btn {
    width: 1px;
    height: 45px;
    padding: 11px 1px;
    background-color: transparent;
    border-radius: 0;
    transition: all .3s ease-in-out
}

.navm-li .nvm-btn.live {}

.navm-li.active .nvm-btn,
.navm-li:hover .nvm-btn {
    background-color: #eb8d00;
    transition: all .3s ease-in-out
}

.banner-logo {
    border-bottom: 1px solid rgba(238, 202, 153, 0.31);
    padding: 25px 25px;
    text-align: left;
}

.banner-logo img {
    height: 35px;
}

.nav-m {
    width: 100%;
    height: 100%;
    background-color: rgba(26, 17, 0, 0.9);
    max-width: 350px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    transform: translateX(-350px);
    transition: all .2s ease-in-out;
    /*box-shadow: 0 0 20px #000*/
}

.nav-m.active {
    transform: translateX(0);
    transition: all .5s ease-in-out
}

.pp-text {
    margin: 1rem 0 2rem;
    font-size: 15px;
    font-weight: 700
}

.pp-text a:hover {
    color: #000
}

.blog-banner {
    padding: 0 0 30px
}

.pn-mbu {
    list-style: none
}

.pn-mbu li {
    margin-left: 30px;
    position: relative;
    padding: 0 0 1rem
}

.pn-mbu li a {
    color: #fff
}

.pn-mbu li::before {
    content: '•';
    color: #a90000;
    position: absolute;
    left: -15px;
    font-size: 20px;
    top: -5px
}

.marq {}

@keyframes mq {
    0% {
        transform: translateX(100%);
        transition-timing-function: ease-in-out
    }

    100% {
        transform: translateX(-100%);
        transition-timing-function: ease-in-out
    }
}

.marq-panel {
    overflow: hidden;
}

.marquee {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(22, 22, 22, 0.5);
}

.color-f span {
    color: #ff9901
}

.color-f b,
.color-f strong {
    color: #ff9901;
    font-weight: 700
}

.marq .mq-annoc {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 5px 0;
    color: #c4c4c4;
    position: relative;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 20px;
}

.marq .mq-annoc span {
    color: #4e9bfb;
    margin: 0 5px;
}

.m-head>li>a.result {
    color: #c3a052;
    display: flex;
    padding: 0 0;
    margin: 0;
    font-size: 13px;
}

.m-head>li>a.result .menu-header::before {
    display: none;
}

.m-head>li>a.has-bor {
    position: relative;
    display: flex;
    padding: 0 20px 0 0;
    height: 44px;
    align-items: center;
}

.m-head>li>a.has-bor img {
    height: 20px
}

.menu-header {
    position: relative
}

.logo-site {
    height: auto;
    width: 100%;
    object-fit: contain;
}

nav {
    background-color: #0a0c0f;
}

.header-extend {
    position: absolute;
    top: -40px;
    width: 100%
}

.m-head,
nav.desktop ul {
    list-style: none
}

.pn-banner-footer img {
    border-radius: 0;
}

.footer-pn {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    padding: 10px 24px;
}

.footer-pn h4 {
    color: #fff;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 1px;
}

.footer-pn ul {
    list-style: none;
    display: flex;
}

.footer-pn ul li {
    margin-left: 10px;
}

.footer-pn ul li a {
    color: #a2a2a2;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}

footer {
    background-color: #0c0c0c;
}

.desktop-xl .navbar {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.navbar-brand {
    flex: 0 0 150px;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 70px;
    margin-right: 0;
    display: flex;
    align-items: center;
}

.m-head {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end;
}

.site-right-group {
    flex: 0 1 305px;
    display: flex;
    justify-content: flex-end;
}


@-webkit-keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

.move-smail {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes zoom-img {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    60% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}

@keyframes zoom-img {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    60% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}

.zoom-smail {
    -webkit-animation: zoom-img 0.8s ease-in-out infinite alternate;
    animation: zoom-img 0.8s ease-in-out infinite alternate;
}

.hm-logo img {
    height: 36px;
}

.banner-howto img {
    width: 100%;
}

.menu-header.result img {
    margin-right: 18px !important;
}

.bp-img {
    overflow: hidden;
}

.btn-signupstyle.mobile,
.btn-signupstyle.desktop {
    display: none !important;
}

#detaile-more,
#detaile-more2,
#detaile-more3 {
    display: none;
}

.see_more,
.see_more2,
.see_more3,
.see_more:hover {
    cursor: pointer;
    color: red !important;
    text-decoration: underline !important;
}

.item-nav .in-img {
    padding-top: 10px;
    display: flex;
    justify-content: center;
}

.item-nav.item-center {
    flex: 0 0 70px;
    padding: 0 0;
    padding-bottom: 10px;
}

.item-nav.item-center .in-img {
    padding-bottom: 0;
}

.item-nav.item-center .in-img img {
    height: 64px;
}

@media (max-width: 480px) {

    .c_ads-bottom {
        bottom: 83px !important;
    }
}

.c_ads-bottom {
    position: fixed;
    bottom: 60px;
    z-index: 2;
    right: 0;
}

.c_ads-bottom img {
    width: 130px;
}

.c_ads-bottom .c_ads_closx-r {
    left: inherit;
    right: -1px;
    top: -14px;
    width: 18px;
    height: 18px;
    background-image: url(../images/pop-ads_04.png);
}

.bdy-content {
    padding: 10px 0 72px;
}

.register-line {
    padding: 60px 0 30px;
}

.cap-c {
    flex: 0 1 217.59px;
}

.text-st1 {
    font-size: 24px;
    text-align: center;
    padding-bottom: 5px;
    font-weight: 700;
    text-shadow: 0 0 1px;
    line-height: 30px;
}

.text-st2 {
    font-size: 14px;
    text-align: center;
    padding-bottom: 5px;
    color: #2c2e31;
}

.text-st2 span {
    color: #f0cb6b;
    font-weight: 700;
}

.form-register {
    margin-top: 15px;
}

.form-group {
    margin-bottom: 15px;
}

.form-input.register {
    border-radius: 6px;
    height: 47px;
    padding: .375rem .75rem .375rem 3.7rem;
    font-size: 14px;
    color: #bbbbbb;
    box-shadow: 0 1px 5px #00000024;
    background-repeat: no-repeat;
    background-position: 14px;
    background-size: auto 25px;
    outline: none;
}

.form-group.btn-register {
    margin: 15px 0;
    color: unset;
    font-size: unset;
    background-image: unset;
    background-repeat: unset;
    background-size: unset;
    padding: unset;
    max-width: inherit;
}

.form-input.ico-tel {
    background-image: url(../images/login3_03.png)
}

.form-input.ico-tel2 {
    background-image: url(../images/icon/tel.png)
}

.form-input.ico-pass {
    background-image: url(../images/icon/password-ico.png)
}

.form-input.ico-pass2 {
    background-image: url(../images/icon/pass.png)
}

.form-input.ico-name {
    background-image: url(../images/icon/name.png)
}

.form-input.ico-annouc {
    background-image: url(../images/icon/web.png)
}

.form-input.ico-bank {
    background-image: url(../images/icon/bank.png)
}

.form-input.ico-idbank {
    background-image: url(../images/icon/account-bank.png)
}

.form-input.ico-line {
    background-image: url(../images/icon/line.png)
}

.alert.info-font {
    padding: 18px 15px;
    font-size: 14px;
    color: #1d3d2d;
    background-color: #619578;
    border-radius: 6px;
    border: 1px solid #619578;
    text-align: center;
}

.alert-black {
    color: #fff;
    background-color: #6a7279;
    border-color: #6a7279;
    padding: 1rem 1.25rem;
    text-align: center;
}

.alert.info-font2 {
    padding: 18px 15px;
    font-size: 14px;
    color: #222629;
}

.cap-code {
    background-image: linear-gradient(to bottom, #003cff, #001357);
    text-align: center;
    padding: 12px;
    font-size: 30px;
    color: #fff;
    border-radius: 10px;
    margin: 0 25px 0 0;
}

.fix-width1 {
    flex: 1 1 auto;
    position: relative;
}

.btn-detial-event {
    color: #fff;
    background-image: url(../images/bg_acc_18.png);
    background-size: 100% 100%;
    background: #15c14e;
    background: linear-gradient(90deg, #008791 0%, #15c14e 100%);
    border-color: #141414;
    border-radius: 10px;
    padding: 15px 15px;
    background-repeat: no-repeat;
    letter-spacing: 1.5px;
    font-size: 18px;
    transition: all .3s ease-in-out;
    font-weight: 700;
}

#loginModal .btn-detial-event {
    border-color: #141414;
    background: rgb(255, 101, 60);
    background: linear-gradient(90deg, rgba(255, 101, 60, 1) 0%, rgba(255, 149, 28, 1) 100%);
}

.btn-detial-event:hover {
    color: #fff;
}

.item-blog img {
    width: 100%;
}

.banner-waranty img {
    width: 100%;
}

.modal-login-content {
    background-color: #171717;
    border-radius: 10px;
}

.modal-login-content .modal-header {
    border-bottom: none;
    padding: 24px 18px 15px;
}

.modal-login-content .modal-header .modal-title {
    color: #fff;
    display: flex;
    width: 100%;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 35px;
}

.modal-login-content .modal-header .close {
    display: none;
}

.modal-login-content .modal-body {
    padding: 17px 17px 40px;
}

.promotion .content-banner {
    margin-bottom: 30px;
}

@media (min-width:1600px) {
    .header-promotion h2 {
        line-height: 48px;
        font-size: 22px;
    }

    .head-more {
        font-size: 16px;
    }

    .gambling-head-title {
        line-height: 48px;
        font-size: 22px;
    }

    .title-game {
        font-size: 35px;
        line-height: 35px;
    }

    .desc-game {
        font-size: 14px;
        line-height: 26px;
    }

    .gambling-left img {
        max-height: 407px;
        min-height: 407px;
    }

    .m-head>li>a {
        font-size: 14px;
    }

    .m-head>li {
        padding: 0 38px;
    }

    .frem-vdo-border-inner {
        height: 310px;
    }

    .login-home-panel {
        padding: 3px 0 18px 0;
    }
}

@media (min-width:1200px) {
    .form-login-home .form-group {
        flex: 1 1 auto;
    }

    .form-login-home .btn-loginstyle {
        flex: 0 1 181px;
    }
}

@media(max-width:1199px) {
    .frem-vdo-border-inner {
        height: 220px;
    }

    .pn-about-bdy {
        line-height: 20px;
        font-size: 12px;
    }

    .pnb-ico img {}

    body {
        padding-top: 63px;
    }

    .c_ads-right {
        top: 125px;
        bottom: inherit;
    }

    .c_ads-left {
        top: 125px;
        bottom: inherit;
    }

    .c_ads-left img {
        width: 55px;
    }

    .c_ads-right .list-ads li img {
        width: 70px;
    }

    .c_ads_closx-l,
    .c_ads_closx-r {
        width: 18px;
        height: 18px;
    }

    .toggle-navbar {
        top: 23px;
    }

    .form-login-home .form-group {
        flex: 1 1 auto;
    }

    .form-login-home .btn-loginstyle {
        flex: 0 1 170px;
    }

    .header-panel-login img {
        height: 75px;
    }

    .header-panel-login h3 {
        font-size: 16px;
    }

    .form-login-home.form-inline .btn {
        flex: 0 1 auto;
    }

    .form-login-home.form-inline {
        justify-content: flex-end;
    }

    .pn-blogs-bdy {
        padding: 0 0;
    }

    .banner-waranty {
        padding-left: 0;
        padding-right: 0;
    }

    .info-title br,
    .info-desc br {
        display: none;
    }

    .info-title {
        font-size: 16px;
    }

    .info-desc {
        font-size: 14px;
    }

    .m-head>li {
        padding: 0 18px;
    }

    .bg-service {
        padding: 20px 0 20px;
    }

    .bg-promotion {
        padding: 20px 0 20px;
    }

    .online-gambling-content {
        padding: 20px 0 20px;
    }

    .bg-abuot {
        padding: 30px 0 30px;
    }
}

@media(min-width:992px) {
    .model-mobile {
        display: none;
    }
}

@media (max-width:1600px) {
    .header-panel-login {
        height: 55px;
    }
}

@media (max-width:1365px) {
    .header-panel-login {
        height: 45px;
    }
}

@media(max-width:991px) {
    .model-mobile {
        text-align: center;
        margin-bottom: 25px;
    }

    .model-desktop {
        display: none;
    }

    .forgot-password,
    .forgot-password:hover {
        bottom: 35px;
    }

    .form-login-home.form-inline .form-group label {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .form-login-home.form-inline .form-group label div {
        padding-bottom: 0px;
    }

    .icon-user {
        width: 40px;
        height: 40px;
    }

    .list-service {
        margin-bottom: 30px;
    }

    .frem-vdo-border {
        height: 350px;
    }

    .frem-vdo-border-inner {
        height: 350px;
    }

    .form-login-home.form-inline .form-group label small {
        letter-spacing: 3px;
        font-size: 10px;
    }

    .header-panel-login {
        height: 40px;
    }

    .pnb-ico img {}

    .header-panel-login {
        height: 40px;
    }

    .form-login-home.form-inline .form-group {
        flex: 1 0;
        max-width: 100%;
        margin-left: 3px;
        margin-right: 3px;
    }

    .form-login-home.form-inline .btn {
        height: 33px;
    }

    .form-control {
        height: calc(20px + .75rem + 2px);
    }

    .head-promote img {
        width: 200px;
    }

    .banner-howto {}

    .banner-howto img {}

    .c_ads-left {
        display: none;
    }

    .header-panel-login h3 {
        font-size: 13px;
    }

    .form-login-home.form-inline .form-group .form-control {
        height: 33px;
    }

    .model-site-left img,
    .model-site-right img {
        max-width: 140px;
    }

    .info-title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .info-desc {
        font-size: 12px;
    }

    .head-service img,
    .head-service img:hover {
        transform: none !important;
        width: 160px;
        display: block;
        margin: auto;
    }

    .service-box-inner {
        align-items: flex-end;
    }

    .line-hr-custom {
        height: 30px;
        margin: 20px auto;
    }

    .gambling-head-subtitle {
        font-size: 20px;
        line-height: 36px;
    }

    .title-game {
        font-size: 24px;
    }

    .desc-game {}

    .more-to-web img {
        max-width: 140px;
    }

    .col-md-3.slot-game-item {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .slot-game-item {
        margin-bottom: 18px;
    }

    .logo-game-footer {
        padding-top: 20px;
    }

    /* .footer-top-panel {
        padding: 25px 0 20px;
        flex-direction: column;
    }
    .footer-panel-left {
      align-items: center;
      justify-content: center;
      flex-direction: column;
      margin-bottom: 20px;
      flex: 0 0 100%;
    } */
    .footer-payment {
        flex: 0 1 100%;
        max-width: 100%;
        width: 100%;
    }

    .footer-payment ul {
        justify-content: center;
    }

    .footer-panel-left a {
        flex: 0 0 auto;
        margin-bottom: 15px;
    }

    .footer-panel-left>div {
        margin-left: 0;
    }

    .promotion-list {
        padding: 20px 15px 0;
    }

    .promotion-item {
        margin-bottom: 30px;
    }
}

@media(max-width:980px) {
    .pnb-ico img {}

    .form-login-home .btn-loginstyle {
        flex: 0 1 145px;
    }

    .form-control {
        height: calc(20px + .75rem + 2px);
    }

    .header-panel-login h3 {
        font-size: 11px;
    }

    .bg-abuot {}

    .footer-panel-left span {
        font-size: 10px;
        line-height: 15px;
    }

    .footer-panel-left h3 {
        font-size: 13px;
        font-weight: 600;
        line-height: 18px;
    }

    .footer-payment ul li a img {
        width: 25px;
        height: 25px;
    }

    .header-abuot img {
        width: 255px;
    }

    .info-blog {
        margin-bottom: 35px;
    }

    .info-blog h4 {
        font-size: 12px;
        margin-bottom: 18px;
        margin-top: 15px;
        line-height: 23px;
    }

    .info-blog .read-more {
        font-size: 11px;
        padding: 4px 23px;
    }

    .frem-vdo-box {
        padding-left: 0px;
    }

    .frem-vdo-box::after {
        display: none
    }
}

@media(max-width:768px) {


    .bhh-banner-g {
        left: 0;
        right: 0;
        bottom: 0px;
        top: unset;
        padding: 0 0 0;
    }

    .banner-home {}

    .bhh {
        margin: 0 auto
    }

    .bhh-banner-g img {
        max-width: 100%;
        width: 100%;
    }

    .c_ads-left,
    .c_ads-right {
        display: none;
    }
}

@media(max-width:767px) {
    body {
        padding-top: 103px;
        padding-bottom: 60px;
    }

    .forgot-password,
    .forgot-password:hover {
        bottom: 43px;
    }

    .toggle-navbar {
        top: 23px;
    }

    .bg-game-box {
        padding: 30px 0 25px;
    }

    .bg-abuot {
        background-image: url(../images/betway/bg-about-mobile.webp);
    }

    .online-gambling-content {
        background-image: url(../images/betway/bg-game-mobile.webp) !important;
    }

    .item-pn-banner {
        /* margin-bottom: 28px; */
    }

    .banner-home {}

    .banner-slder-h.owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 0px;
    }

    .banner-slder-h.owl-theme .owl-dots {
        position: absolute;
        z-index: 0;
        bottom: 0;

    }

    .head-list-game .head-item-game {
        flex: 1 1;
        max-width: inherit;
        padding: 0;
        position: relative;
    }

    .head-list-game .head-item-game:not(:last-child)::after {
        content: '';
        background-color: #2a2a2a;
        width: 2px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
    }

    .online-gambling-content .row .col-md-4 {
        order: 0;
    }

    .online-gambling-content .row .col-md-8 {
        order: 1;
    }

    .head-list-game {
        margin-bottom: 25px;
    }

    .banner-slder-h.owl-theme .owl-dots .owl-dot span {
        width: 11px;
        height: 11px;
        margin: 5px 6px;
        background: #808692;
    }

    .header-panel-login {
        flex: 0 0 auto;
        padding: 17px 16px 35px;
        display: none;
    }

    .header-panel-login h3 {
        font-size: 20px;
    }

    .footer-payment {
        margin-top: 20px;
    }

    .login-home-panel {
        flex-direction: column;
        padding: 12px 0;
        background-image: none;
    }

    .bg-loginbox {
        background-image: url(../images/betway/bg-login-mobile2.webp);
        background-size: cover;
    }

    .form-login-home.form-inline {
        align-items: flex-end;
    }

    .form-login-home.form-inline .form-group {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .form-login-home.form-inline .btn {
        flex: 0 1 auto;
        margin-left: 7px;
        margin-right: 0;
        height: 40px;
    }

    .form-login-home.form-inline .form-group .form-control {
        height: 40px;
        max-width: 100%;
    }

    .panel-login-form img {
        height: 40px;
        width: auto;
    }

    .header-panel-login img {
        height: 60px;
    }

    .content.index {
        padding-top: 0;
        transform: translate(0, 0);
    }

    .c_ads-right {
        position: fixed;
        top: 125px;
        z-index: 2;
        right: 0;
        bottom: inherit;
    }

    .c_ads_closx-l,
    .c_ads_closx-r {
        width: 20px;
        height: 20px;
    }

    .content {
        margin-bottom: 40px;
        margin-top: 40px;
        padding: 15px 15px 0;
    }

    .footer-bdy {
        text-align: center;
    }

    .h {
        margin-top: 40px;
        background: transparent;
    }

    .content.promotion .pn-blank-bdy img {
        width: 100%;
        object-fit: contain
    }

    .pn-banner-footer img,
    .pn-banner1 img {
        width: 100%;
        object-fit: contain
    }

    .pn-blank-bdy {
        padding: 15px
    }

    .pn-blank-bdy.game-playing {
        padding: 15px 0;
    }

    .row.list-game {
        margin-right: -7.5px;
        margin-left: -7.5px;
    }

    .row.list-game .col-6 {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }

    .pn-r-table-frame {
        padding: 15px;
        background-color: #fff;
    }

    .responsive-mg {
        margin: 0 -7.5px
    }

    .responsive-colpadd {
        padding-left: 7.5px;
        padding-right: 7.5px
    }

    .bp-img {
        margin-bottom: 15px
    }

    .banner-promote,
    .banner-howto {
        margin: 0 0 1rem
    }

    .pnb-ico img {
        height: 7vh;
        object-fit: contain
    }

    .clu2 {
        display: none
    }

    .clu img {
        height: unset;
        width: 100%;
        object-fit: contain
    }

    .responsive-mg .responsive-colpadd:nth-child(2)::after {
        display: none;
    }

    .footer-pn h4 {
        font-size: 14px;
    }

    .footer-pn {
        padding: 6px 10px;
    }

    .footer-pn ul li {
        margin-left: 10px;
    }

    .footer-pn ul li a {
        font-size: 11px;
        font-weight: 300;
        letter-spacing: 0;
    }

    .alert.info-font {
        padding: 10px 30px;
        font-size: 3vw;
        text-align: center;
    }

    .alert.info-font2 {
        padding: .75rem 30px;
        font-size: 14px;
        color: #4c4c4c;
    }

    .cap-code {
        margin: 0 5px 0 0;
        font-size: 5vw;
    }

    .cap-c {
        flex: 0 1 140px;
    }

    .bdy-content {
        padding: 5px 0 25px;
    }

    .register-line {
        padding: 50px 0 30px;
    }

    .bg-banner-howto {
        z-index: 2;
        position: relative;
    }

    .banner-howto {}

    .banner-howto img {}

    .owl-item.active .responsive-colpadd .bp-img::before {
        opacity: 0;
    }

    .promotion-slider.owl-theme .owl-dots,
    .promotion-slider.owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 0px;
    }

    .img-about-mobile img {
        width: 100%;
    }

    .pn-about-us .row .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .banner-game img {
        width: 100%;
    }

    .bg-game-box>.container>.row>div:nth-of-type(2) {
        order: 3;
    }

    .footer-panel-left img {
        max-height: 35px;
    }

    .form-control {
        height: calc(26px + .75rem + 2px);
        border-color: #c5c5c5;
        background-color: #dfe0e1;
        border-radius: 10px;
        font-size: 13px;
    }

    .form-login-modal .form-group {
        margin-bottom: 17px;
    }

    .form-login-modal .btn-loginstyle {
        padding: 0;
        width: 100%;
        padding-top: 5px;
    }

    .form-login-modal .btn-loginstyle img {
        width: 100%;
    }

    .modal-login .modal-dialog {
        max-width: 342px;
        margin-left: auto;
        margin-right: auto;
    }

    .promotion .content-banner {
        margin-bottom: 15px;
    }

    .bg-service {
        background-size: cover;
        padding: 20px 0 20px;
    }

    .head-title {
        margin-bottom: 10px;
    }

    .header-abuot {
        text-align: center;
    }

    .line-hr-custom2 {
        background-position: center
    }

    .model-site-left,
    .model-site-right {
        display: none;
    }

    .model-site-left img,
    .model-site-right img {
        max-width: 140px;
    }

    .header-abuot img {
        width: auto;
    }

    .pn-about-bdy {
        line-height: 23px;
        font-size: 13px;
    }

    .content-game {
        flex-wrap: wrap;
    }

    .gambling-left {
        flex: 0 1 100%;
        order: 1;
    }

    .gambling-right {
        order: 0;
        flex: 0 1 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .gambling-right .line-hr-custom2 {
        background-position: center;
        background-color: transparent;
        margin: 8px auto;
    }

    .gambling-left img {
        max-height: 350px;
    }

    .col-md-3.slot-game-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }

    .form-register-right {
        margin-top: 24px;
        margin-bottom: 8px;
    }

    .headerm {
        background: #000;
    }

    .flash-text {
        background-color: #282828;
        position: relative;
    }

    .form-login-home.form-inline .form-group label div small {
        display: none;
    }

    .icon-user {
        width: 15px;
        height: 15px;
        background-image: url(../images/betway/icon-user2.png);
    }

    .icon-lock {
        background-image: url(../images/betway/icon-look2.png);
        width: 15px;
        height: 15px;
    }

    .form-login-home.form-inline .form-group label {
        font-size: 13px;
        margin-bottom: 2px;
        font-weight: 300;
        align-items: center;
    }
}

@media (max-width:670px) {
    .banner-howto img {}

    .banner-howto {}

    .gambling-head-title {
        font-size: 16px;
        line-height: 36px;
    }

    .header-promotion h2 {
        font-size: 16px;
        line-height: 36px;
    }

    .gambling-head-subtitle {
        font-size: 16px;
        line-height: 32px;
    }
}

@media (max-width:580px) {
    .banner-howto img {}

    .banner-howto {}

    .form-login-home.form-inline .form-group label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: flex-start;
        justify-content: flex-start;
    }
}

@media (max-width:500px) {
    .banner-howto img {}

    .banner-howto {}

    .btn-4 {
        font-size: 3vw
    }

    .bh-2 {
        font-size: 7vw
    }

    .bh-4 {
        text-align: center
    }

    .bh-3 {
        font-size: 3vw;
        line-height: normal
    }

    .bg-abuot {}

    .cap-c {
        flex: 0 1 22%;
    }

    .fix-width1 {
        max-width: 72%;
        width: 100%;
    }

    .fix-width1 .form-input.register {
        padding-left: 35px;
    }
}

@media (max-width:450px) {
    .model-site-right {
        flex: 0 1 100%;
    }

    .model-site-left img,
    .model-site-right img {
        max-width: inherit;
    }
}

@media (max-width:400px) {
    .pnb-ico img {
        height: 40px
    }

    .navmobile-footer {}

    .bg-abuot {}

    .navpadd {
        max-width: 400px;
    }

    .footer-payment ul li {
        margin-left: 5px;
    }

    .footer-payment ul li a img {
        width: 25px;
        height: 25px;
    }

    .cap-c {
        flex: 0 0 100%;
    }

    .fix-width1 {
        margin-top: 10px;
        max-width: 100%;
    }

    .banner-howto img {}

    .banner-howto {}

    .list-why-used {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }

    .head-service h3 {
        font-size: 14px;
    }

    .head-service img,
    .head-service img:hover {
        width: 135px;
    }

    .item-service p br {
        display: none;
    }

    .head-promote img {
        width: 180px;
    }

    .header-abuot img {
        width: 235px;
    }

    .pn-about-bdy {
        padding: 22px 0;
    }

    .why-used-title {
        font-size: 18px;
        margin-bottom: 28px;
    }

    .pn-bank-title {
        color: #fff;
        font-size: 19px;
    }

    .pn-bank-img {
        margin-top: 12px;
        margin-bottom: 15px;
    }

    .pn-bank {
        margin: 0 0 0;
    }

    .bg-game-box {
        padding: 47px 0 20px;
    }

    .head-result-ball img {
        width: 165px;
    }

    .col-md-3.slot-game-item {
        margin-bottom: 3px;
    }

    .item-nav {
        padding: 0 4px;
    }

    .in-txt {
        font-size: 10px;
    }

    .slot-game-info {
        padding: 10px 15px 15px;
        margin-top: -37%;
    }

    .slot-game-item a {
        min-height: 170px;
    }

    .tx-slot {
        font-size: 12px;
    }
}

@media (max-width:320px) {
    .navmobile-footer {}

    .bg-abuot {}

    .navpadd {
        max-width: 100%;
    }

    .item-nav {
        padding: 0 2px;
    }

    .footer-panel-left span {
        font-size: 10px;
        line-height: 15px;
    }

    .footer-panel-left h3 {
        font-size: 13px;
        font-weight: 600;
        line-height: 18px;
    }

    .banner-howto img {}

    .banner-howto {}

    .item-service p {
        font-size: 12px;
        line-height: 21px;
    }
}

@media (min-width:768px) {
    .panel-login-form .form-login-home {
        width: 100%;
        padding: 0 0;
    }

    .modal-dialog {
        max-width: 760px;
    }
}

@media (min-width:1024px) {
    .modal-dialog {
        max-width: 900px;
    }
}


@media (min-width:1500px) {
    .banner-home {}
}



@media (min-width:1820px) {
    .banner-home {}
}


.btn-1,
.btn-2,
.btn-3,
.btn-4,
.btn-5,
.btn-6,
.btn-7 {
    display: none
}

.btn-4.register,
.btn-4.play,
.btn-4.logout,
.btn-4.login {
    display: block;
    height: 40px;
}

.btn-4.register,
.btn-4.login {
    height: 40px;
}

.btn-4.register img,
.btn-4.login img {
    height: 40px;
    width: 100%;
    object-position: center;
    object-fit: fill;
}

.btn-4.register {}

.btn-4.login {}

.btn-4.play,
.btn-4.logout {
    height: 40px;
    line-height: 26px;
}