@media (min-width:1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}

@media (min-width:1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1250px;
    }
}

.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 {
    color: #ffd31d;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 50px;
    margin: 0 0 2px;
    background: rgb(0,148,255);
    background: -moz-linear-gradient(90deg, rgba(0,148,255,1) 0%, rgba(119,32,255,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,148,255,1) 0%, rgba(119,32,255,1) 100%);
    background: linear-gradient(90deg, rgba(0,148,255,1) 0%, rgba(119,32,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0094ff",endColorstr="#7720ff",GradientType=1);
}
.pntitle.pntitle-register
{
}

.pn-blank-bdy.blank-bdy-register
{
    padding-top:13px;
}

.pnbdy {
    position: relative
}

.pn-bank {
  padding: 5px 0;
  color: #fff;
  margin: 0 0 20px;
  font-size: 14px;
  border-radius: 0;
}

.head-title
{
    font-size: 18px;
    color: #f3c21a;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 30px;
    text-shadow: 0px 0px 4px #927d4e;
}

.header-abuot img
{
    width:auto;
    max-width:100%;
}

.pn-about-bdy {
    padding: 0 0;
    border-radius: 0;
    line-height: 23px;
    font-size: 13px;
}

/* 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/fin1688/bg-about.png);
    background-position:bottom center;
    background-size:cover;
    background-repeat:no-repeat;
    padding:50px 0 65px;
}

.online-gambling
{
    padding-top:40px;
}

.online-gambling-head
{
    text-align:center;
}

.gambling-head-title
{
    color: #ffd52b;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 50px;
    margin-bottom: 0;
    text-align: center;
    text-shadow:0px 0px 10px #927d4e;
}
.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: center;
    margin-top:22px;
    margin-bottom:45px;
}

.head-list-game .head-item-game
{
    width: 120px;
    margin: auto 15px;
}

.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:65px 0 65px;
}

.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 60%;
    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
{
    width: 50%;
    max-height: 560px;
    object-fit: contain;
    transform: scale(1.05);
}

.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 40%;
}

.tab-fx.active .gambling-right-inner
{
    animation:fadeZoomin 1s cubic-bezier(.165,.84,.44,1);
}

.banner-right
{
    flex:0 1 50%;
}

.title-game
{
    color: #f0cb6b;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 50px;
    margin-bottom: 0;
}
.desc-game
{
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 28px;
    margin-bottom: 25px;
}
.more-to-web
{

}
.more-to-web img
{
    max-width:180px;
}

.banner-about img
{
    width:100%;
}

.frem-vdo-box
{
    padding-left: 40px;
}

.frem-vdo-box
{
    position: relative;
}

.frem-vdo-box::after
{
    content:'';
    background-image:url(../images/line-section-verticle.png);
    background-position: center;
    background-size:auto 100%;
    background-repeat: no-repeat;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    width:15px;
    height: 100%;
}

.frem-vdo-border
{
  height:285px;
  width:100%;
  position: relative;
  display: flex;
  align-items: center;
}
.frem-vdo-border-inner
{
  margin: auto 25px;
  position: relative;
  height: 240px;
  width: 100%;
  z-index: 1;
}
.frem-vdo-border::after
{
  content: '';
  background-image: url(../images/border-frem-vdo.png);
  background-color: #000;
  background-position: center;
  background-size:cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.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
{
    background-image: url(../images/line-section2.png);
    background-position: left center;
    background-repeat: no-repeat;
    height: 40px;
    width: 100%;
    margin: 0 auto;
}

.home-banner video,
.bhh-banner-g video
{
    width:100%;
}

.bg-game-box
{
    padding:40px 0 210px;
}

.banner-about
{
    margin-bottom:40px;
}

.slot-game-content
{
    margin-top:20px;
}

.slot-game-list
{
    display:flex;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}

.slot-game-item
{
    margin-bottom: 20px;
    margin-top: 30px;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.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: rgb(111,16,229);
    background: -moz-linear-gradient(top, rgba(49,129,224,1) 0%, rgb(111,16,229) 100%);
    background: -webkit-linear-gradient(top, rgba(49,129,224,1) 0%,rgb(111,16,229) 100%);
    background: linear-gradient(to bottom, rgba(49,129,224,1) 0%,rgb(111,16,229) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(49,129,224,1)', endColorstr='rgb(111,16,229)',GradientType=0 );
}

.online-games-slider .owl-item .item-promotion
{
    position: relative;
    overflow: hidden;
}

.online-games-slider .owl-item .item-promotion::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;
}

.online-games-slider .owl-item .item-promotion img
{
    transition: transform .5s ease-in-out 3.2s;
}

.online-games-slider .owl-item.center .item-promotion img{
    transform: scale(1.05);
}

.online-games-slider .owl-item.center .item-promotion::before
{
    opacity:0;
}

.label-hot
{
    position: absolute;
    bottom: 5px;
    right: 0;
    overflow: hidden;
    width: 120px;
    height:120px;
}

.label-hot span{
    background-color: #c50000;
    text-align: center;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1.5px;
    padding: 4px 0;
    text-transform: uppercase;
    display: block;
    -ms-transform: rotate(50deg);
    transform: rotate(-50deg);
    box-shadow: 0px 0px 9px 3px #00000061;
    position: absolute;
    width: 100%;
    right: -37px;
    bottom: 16px;
}

.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;
}

.open-popuplogin
{
    cursor: pointer;
}

.why-used
{
    padding-top:50px;
    padding-bottom:50px;
}

.promotion-list
{
  padding:20px 30px 0;
}

.promotion-item {
  margin-bottom: 35px;
  border: 1px solid #6f13e5;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 20px 0px #bb13e5;
  -moz-box-shadow: 0px 0px 20px 0px #bb13e5;
  box-shadow: 0px 0px 20px 0px #bb13e5;
  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 30px;
    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:#f1cd6e;
}

.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;
}
.forgot {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding-top: 3px;
    position: absolute;
    top: 0;
    right: 0;
}
.forgot-password, .forgot-password:hover {
    font-size: 10px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 2px;
}
.forgot-password span {
    color: #ffd234;
    font-weight: 600;
    text-decoration: underline;
}
.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
{
  padding-top:10px;
  padding-bottom:10px;
}

.banner-slder-h.owl-theme .owl-dots
{
    margin-top: 12px;
    position: relative;
	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: #fff;
    opacity: 0.8;
}
.banner-slder-h.owl-theme .owl-dots .owl-dot.active span,
.banner-slder-h.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    opacity:1;
}

.content
{
	background:#191919;
	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;
    position: relative;
}

.content.promotion{
    background: transparent;
    padding:0;
    border-radius: 0;
    padding-top:30px;
    margin-top:0;
    margin-bottom:0;
    padding-bottom:120px;
    position: relative;
}

.bg-index::after,
.content.promotion::after{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background-image:url('../images/fin1688/bg-content-footer.webp');
    background-repeat: no-repeat;
    background-position:center bottom;
    background-size:100% auto;
    z-index: -1;
}

.parallax-event {
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    top:-6%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: -1;
}

.bg-parallax1 {
    background-image: url('../images/fin1688/bg-index-page.webp');
}

.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: #1d1e20;
    color: #b8b8b8;
    border-radius: 0;
}

.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;
}

.login-home-panel
{
    background-color:transparent;
    background-image:url('../images/bg-login2.png');
    background-repeat: no-repeat;
    background-size:100% 100%;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 25px;
}

.header-panel-login
{
    flex: 0 0 245px;
    padding:0px;
}

.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;
}

.header-panel-login img
{
    height:auto;
}

.login-home-panel img:hover
{
	transform:none !important;
}

.panel-login-form .form-login-home
{
	align-items:flex-end;
}

.panel-login-form img
{
	height:auto;
}
.header-login-form
{
    padding-top:7px;
    padding-bottom:7px;
}
.form-login-home.form-inline .form-group
{
	flex-direction: column;
    align-items: flex-start;
	margin-bottom:0 !important;
	margin-left: 7px;
    margin-right: 7px;
    position: relative;
}
.form-login-home.form-inline .form-group label
{
    color: #fff;
    font-size: 13px;
    margin-bottom: 3px;
    font-weight: 600;
}
.form-login-home.form-inline .form-group .form-control
{
    border-radius: 6px;
    width: 100%;
    background-color: #ffff !important;
    height: 38px;
    font-size: 13px;
    line-height: 25px;
    padding: 6px 15px;
    border: solid 1px #ffffff;
    background-clip: inherit;

}
.form-login-home.form-inline .form-group .form-control:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow:none;
}
.icon-user
{
    display: inline-block;
    width: 23px;
    height: 23px;
    background-image: url('../images/fin1688/icon-user.png');
    background-clip: inherit;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    margin-right: 5px;
}
.icon-password
{
    display: inline-block;
    width: 23px;
    height: 23px;
    background-image:url('../images/fin1688/icon-password.png');
    background-clip: inherit;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    margin-right: 5px;
}
.form-login-home.form-inline .btn
{
    padding: 0 0;
    flex:0 1 180px;
    border: none;
    margin-left: 6px;
}

.btn-lineat img
{
  height: 59px;
}

.footer-top-panel
{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:28px 0 23px;
}

.logo-game-footer
{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top:30px;
}

.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;
}

.model-site-left,
.model-site-right
{
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
}

.footer-panel-left
{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 60%;
}

.footer-panel-left a
{
    padding-right:15px;
    flex:0 0 200px;
    border-right:solid 2px rgb(235 235 235 / 0.33);
}

.footer-panel-left > div
{
    margin-left:19px;
}

.footer-panel-left span{
    color: #e3e3e3;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}

.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-contact .line-as-text
{
    color:#e3e3e3;
    font-size:15px;
    font-weight:600;
    text-align: center;
    margin-top: 10px;
}

.footer-contact .line-as-text a{
    color:#3ac112;
}

.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: rgb(111,16,229);
    background: -moz-linear-gradient(90deg, rgba(111,16,229,1) 0%, rgba(63,104,225,1) 25%, rgba(49,129,224,1) 50%, rgba(63,104,225,1) 75%, rgba(111,16,229,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(111,16,229,1) 0%, rgba(63,104,225,1) 25%, rgba(49,129,224,1) 50%, rgba(63,104,225,1) 75%, rgba(111,16,229,1) 100%);
    background: linear-gradient(90deg, rgba(111,16,229,1) 0%, rgba(63,104,225,1) 25%, rgba(49,129,224,1) 50%, rgba(63,104,225,1) 75%, rgba(111,16,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6f10e5",endColorstr="#6f10e5",GradientType=1);
}
.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:63px;
	background-color:#191037;
}

.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 12px;
    margin:0 0;
}
.btn-register,
.btn-register:hover
{
    color: #fff;
    width: 100%;
    max-width: unset;
    min-width: unset;
    padding: 0;
}
.site-right-group.group-login
{
    flex:0 1 auto;
}
.btn-logout,
.btn-logout:hover
{
    color: #fff;
    font-size: 13px;
    background-color:#dc3545;
    border-radius: 20px;
    padding: 7px 24px;
    margin-left: 5px;
    width: 100%;
    max-width: 135px;
    min-width: 132px;
}
.btn-register2,
.btn-register2:hover{
    color: #000;
    font-size: 13px;
    background-color: #fec11c;
    border-radius: 20px;
    padding: 7px 24px;
    margin-left:0px;
    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:#ffc322;
}
.m-head>li.f-r a:hover
{
	background:none;
}
.m-head>li::after
{
    content:'';
    margin:auto 8px;
    left:0;
    right:0;
    width:auto;
    height:50%;
    position: absolute;
    bottom:50%;
    opacity:0;
    display: inline;
    background:transparent;
    border-bottom: solid 2px #f0cb6b;
    transition:all .3s cubic-bezier(.165,.84,.44,1);
}

.m-head>li.active::after,
.m-head>li:hover::after
{
    bottom: 0;
    opacity:0;
}

.m-head>li>a {
    color: #fff;
    display: flex;
    padding: 0 3px;
    font-size: 15px;
    line-height:63px;
}

.footer-bdy {
    padding: 6px 0;
    color: #eeeeee;
    font-size: 12px;
    text-align: center;
    background: rgb(111,16,229);
    background: -moz-linear-gradient(90deg, rgba(111,16,229,1) 0%, rgba(63,104,225,1) 25%, rgba(49,129,224,1) 50%, rgba(63,104,225,1) 75%, rgba(111,16,229,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(111,16,229,1) 0%, rgba(63,104,225,1) 25%, rgba(49,129,224,1) 50%, rgba(63,104,225,1) 75%, rgba(111,16,229,1) 100%);
    background: linear-gradient(90deg, rgba(111,16,229,1) 0%, rgba(63,104,225,1) 25%, rgba(49,129,224,1) 50%, rgba(63,104,225,1) 75%, rgba(111,16,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6f10e5",endColorstr="#6f10e5",GradientType=1);
}

.service-box
{
    position: relative;
}

.service-box::after {
    content: '';
    height: 2.4px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../images/fin1688/line-section-desktop.png);
    background-position: center bottom;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.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 40px;
    position: relative;
}

.banner-howto img
{
    width:100%;
    object-fit:contain;
}

.bg-service{
    padding:25px 0 0;
    background-image: url(../images/bg-service.png);
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.service-box-inner
{
    align-items:flex-end;
}

.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
{
    padding-left:10px;
    padding-right:10px;
    padding-bottom:30px;
}

.info-title
{
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
}
.info-title span{
    display: block;
    color:#ffd52b;
    font-size:120%;
    margin-top: 8px;
}

.info-desc
{
    color:#ffffff;
    font-weight:300;
    font-size:14px;
    margin-bottom:10px;
    text-align: justify;
    letter-spacing: 0.5px;
}

.service-box
{

}

.head-service
{
    margin-bottom:15px;
}

.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: 100%;
    display: block;
    margin: auto;
    max-width: 200px;
}

img.img-nofx,
img.img-nofx:hover
{
    transform: none !important;
}

.head-promote
{
    margin-bottom:25px;
    text-align: center;
}

.head-promote h2{
    color: #ffd52b;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 50px;
    margin-bottom: 0;
    text-align: center;
    text-shadow:0px 0px 10px #927d4e;
}

.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:25px;
  overflow: hidden;
  border-radius: 6px;
}

.pn-banner1
{
  overflow: hidden;
  border-radius: 6px;
  border: solid 1px #f9d892;
}

.pn-banner1 img{

}

.banner-promote
{
	margin:40px auto 40px;
}

.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: 14px;
    height: 14px;
    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: #761fc6;
}

.online-games-slider.owl-theme .owl-dots,
.online-games-slider.owl-theme .owl-nav.disabled+.owl-dots
{
    margin-top:15px;
}

.online-games-slider.owl-theme .owl-dots .owl-dot
{
    outline: none;
}

.online-games-slider.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 5px 5px;
    background: #808f9c;
}

.online-games-slider.owl-theme .owl-dots .owl-dot.active span,
.online-games-slider.owl-theme .owl-dots .owl-dot:hover span
{
    background: #761fc6;
}

.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.index .model-site-left img,
.content.index .model-site-right img{
    transform: scale(1.10);
}

.content.index .model-site-left img:hover,
.content.index .model-site-right img:hover {
    transform: scale(1.15);
}

.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%;
    background: rgb(0,148,255);
    background: -moz-linear-gradient(90deg, rgba(0,148,255,1) 0%, rgba(119,32,255,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,148,255,1) 0%, rgba(119,32,255,1) 100%);
    background: linear-gradient(90deg, rgba(0,148,255,1) 0%, rgba(119,32,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0094ff",endColorstr="#7720ff",GradientType=1);
    padding: 0 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.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: 64px;
}

.in-txt {
    padding-top: 6px;
    color: #fefefe;
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
}
.item-nav a:hover .in-txt
{
    color:#fefefe;
}

.item-nav {
  text-align: center;
  opacity: 1;
  transition: all .3s ease-in-out;
  padding: 0 10px;
  flex: 1 1 100%;
  position: relative;
}

.item-nav img{
  width:auto;
  height:24px;
}

.icon-fm-hv
{
  display:none;
}

.item-nav:hover img
{
  display:none;
}
.item-nav:hover img.icon-fm-hv
{
  display:block;
}
.item-nav:hover .in-txt {
    color:#006cef;
}

.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:6px;
}

.c_ads-right .list-ads li img
{
  width:145px;
}

.list-ads li img
{
    transition: transform .3s ease-in-out;
    width: 100%;
}

.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;
}
.list-ads li:nth-of-type(7)
{
    animation-delay:1200ms;
}
.list-ads li:nth-of-type(8)
{
    animation-delay:1400ms;
}

.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:rgb(111,16,229);
    transition: all .3s ease-in-out
}

.banner-logo {
    background: rgb(111,16,229);
    background: -moz-linear-gradient(90deg, rgba(49,129,224,1) 0%, rgba(63,104,225,1) 55%, rgba(111,16,229,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(49,129,224,1) 0%, rgba(63,104,225,1) 55%, rgba(111,16,229,1) 100%);
    background: linear-gradient(90deg,rgba(49,129,224,1) 0%, rgba(63,104,225,1) 55%, rgba(111,16,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6f10e5",endColorstr="#6f10e5",GradientType=1);
    padding:10px 25px;
    text-align: left;
}

.banner-logo img
{
  height:43px;
}

.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:#f0cb6b
}

.color-f b,
.color-f strong {
    color:#f1cd6e;
    font-weight: 700
}

.marq .mq-annoc {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 5px 0;
    color: #fff;
    position: relative;
    font-size: 12px;
    font-weight: 600;
    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;
}

.menu-header::before {
    content: '';
    background-repeat: no-repeat;
    width: 25px;
    height: 23px;
    background-position: center;
    background-size: auto 100%;
    display: inline-block;
    vertical-align: -5px;
    margin-right: 3px;
}

.menu-header.index::before {
    background-image: url(../images/fin1688/icon-home.png)
}

.menu-header.pressing::before {
    background-image: url(../images/fin1688/icon-pressing.png)
}

.menu-header.promotion::before {
    background-image: url(../images/fin1688/icon-promotion.png)
}

.menu-header.slot::before {
    background-image: url(../images/fin1688/icon-game.png)
}

.menu-header.account::before {
    background-image: url(../images/fin1688/icon-contact.png)
}

.d-flex.active .menu-header.index::before,
.d-flex:hover .menu-header.index::before {
    background-image: url(../images/fin1688/icon-home-h.png)
}

.d-flex.active .menu-header.pressing::before,
.d-flex:hover .menu-header.pressing::before {
    background-image: url(../images/fin1688/icon-pressing-h.png)
}

.d-flex.active .menu-header.promotion::before,
.d-flex:hover .menu-header.promotion::before {
    background-image: url(../images/fin1688/icon-promotion-h.png)
}

.d-flex.active .menu-header.slot::before,
.d-flex:hover .menu-header.slot::before {
    background-image: url(../images/fin1688/icon-game-h.png)
}

.d-flex.active .menu-header.account::before,
.d-flex:hover .menu-header.account::before {
    background-image: url(../images/fin1688/icon-contact-h.png)
}

.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
}

.navbar-brand a
{
    max-height:100%;
}

.logo-site {
    height: 100%;
    width: auto;
    max-height: 58px;
}
.bg-banner
{
    background-image:url(../images/fin1688/bg-banner.webp);
    background-position:center top;
    background-size:100% 100%;
    background-repeat: no-repeat;
}

nav {
    background: rgb(111,16,229);
    background: -moz-linear-gradient(90deg, rgba(111,16,229,1) 0%, rgba(63,104,225,1) 25%, rgba(49,129,224,1) 50%, rgba(63,104,225,1) 75%, rgba(111,16,229,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(111,16,229,1) 0%, rgba(63,104,225,1) 25%, rgba(49,129,224,1) 50%, rgba(63,104,225,1) 75%, rgba(111,16,229,1) 100%);
    background: linear-gradient(90deg, rgba(111,16,229,1) 0%, rgba(63,104,225,1) 25%, rgba(49,129,224,1) 50%, rgba(63,104,225,1) 75%, rgba(111,16,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6f10e5",endColorstr="#6f10e5",GradientType=1);
}

.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 230px;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 63px;
    display: flex;
    align-items: center;
}

.m-head
{
    flex:1 1 auto;
    display: flex;
    justify-content: flex-end;
}

.site-right-group
{
    flex:0 1 155px;
    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
{
  display: none;
}

.see_more,
.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;
}
.c_ads-bottom
{
  position: fixed;
  bottom: 55px;
  z-index: 2;
  right:0;
  display: none;
}
.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 20px;
}
.register-line {
    padding: 35px 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:20px;
}

.form-input.register {
    border-radius: 8px;
    height: 50px;
    padding: .375rem .75rem .375rem 3.7rem;
    font-size: 14px;
    color: #778c99;
    box-shadow: 0 1px 5px #00000024;
    background-repeat: no-repeat;
    background-position: 20px;
    outline: unset;
}

.form-group.btn-register {
    margin: 30px 0;
    color: unset;
    font-size: unset;
    background-image: unset;
    background-repeat: unset;
    background-size: unset;
    padding: unset;
}

.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: #065420;
    background-color: #8bb89b;
    border-radius:8px;
    border: 1px solid #8bb89b;
    text-align: center;
}

.alert-black {
    color: #fff;
    background-color: #9eadc1;
    border-color: #9eadc1;
    padding: 1rem 1.25rem;
    text-align: center;
    border-radius: 8px;
}

.alert.info-font2 {
    padding: 18px 15px;
    font-size: 14px;
    color: #4c4c4c;
}

.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%;
    border:none;
    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;
}

.hr-register
{
    border-width:2px;
    border-color:#464646;
    margin-top: 15px;
    margin-bottom:45px;
}

.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(max-width:1400px){
    .m-head>li>a {
        padding: 0 0px;
        font-size: 14px;
    }
    .m-head>li {
        padding: 0 10px;
    }
}

@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) {
    .pnb-ico img {
    }
    body{
      padding-top:63px;
    }
    .c_ads-right {
        top: 125px;
        bottom: inherit;
    }
    .c_ads-left{
        top: 125px;
        bottom: inherit;
    }
    .c_ads-left .list-ads li 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: 20px;
    }
    .form-login-home .form-group {
      flex:1 1 auto;
    }
    .form-login-home .btn-loginstyle
    {
      flex:0 1 170px;
    }
    .header-panel-login img {
        height: auto;
    }
    .header-panel-login {
      flex: 0 0 240px;
      padding:0;
    }
    .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;
    }
    .banner-howto
    {
    }
    .banner-howto img
    {
    }
    .info-title br,
    .info-desc br{
      display: none;
    }
    .info-title
    {
      font-size:16px;
    }
    .info-desc
    {
      font-size:14px;
    }
    .logo-site {
        max-height: 40px;
    }
    .navbar-brand
    {
        flex:0 0 180px;
    }
    .m-head>li {
        padding: 0 5px;
    }
    .slot-game-item {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .service-box::after {
        height:2px;
    }
    .m-head>li>a {
        font-size: 12px;
    }
    .m-head>li {
        padding: 0 8px;
    }
    .menu-header::before {
        width: 20px;
        height: 18px;
    }
}

@media(max-width:991px) {
    .pnb-ico img {
    }
    .header-panel-login {
        flex:0 0 180px;
        padding:0;
    }
    .form-login-home.form-inline .btn-loginstyle {
        flex:0 1 100px;
    }
    .form-login-home .form-group {
        flex:1 1 auto;
    }
    .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 label {
        font-size: 12px;
    }
    .form-login-home.form-inline .form-group .form-control {
      max-width:170px;
      height: 30px;
    }
    .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: center;
        flex-direction: column;
    }
    .bg-abuot
    {
        padding:30px 0 25px;
    }
    .line-hr-custom {
        height:30px;
        margin:20px auto;
    }
    .online-gambling {
      padding-top: 30px;
    }
    .online-gambling-content {
      padding:35px 0 35px;
    }
    .gambling-head-title {
      font-size: 22px;
      line-height: 46px;
    }
    .gambling-head-subtitle
    {
      font-size: 20px;
      line-height: 36px;
    }
    .head-list-game {
      margin-top: 20px;
      margin-bottom: 30px;
    }
    .head-list-game .head-item-game {
      width: 49px;
      margin: 5px;
    }
    .title-game {
      font-size: 28px;
      line-height: 38px;
    }
    .line-hr-custom2 {
      height: 25px;
    }
    .desc-game {
      font-size: 14px;
      letter-spacing: 0.6px;
      line-height: 25px;
    }
    .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 {
    }
    .footer-panel-left {
        align-items: center;
        justify-content: flex-start;
        flex-direction: row;
        margin-bottom:0px;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 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 180px;
        padding-right: 10px;
    }
    .footer-panel-left > div {
        margin-left:10px;
    }
    .footer-panel-left span {
        font-size: 12px;
        line-height: 16px;
    }
    .promotion-list {
      padding: 20px 15px 0;
    }
    .promotion-item {
        margin-bottom: 30px;
    }
    .model-site-left
    {
        display: none;
    }
    .model-site-right
    {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .bg-service{
        background-image: none;
    }
    .service-box .col
    {
        background-image: url(../images/bg-service.png);
        background-position: center bottom;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }
    .icon-user,
    .icon-password{
        display: inline-block;
        width: 20px;
        height: 20px;
        background-size: 12px;
        margin-right: 3px;
    }
    .service-box::after {
        height:1.5px;
    }
}

@media(max-width:980px) {
    .pnb-ico img {
    }
    .header-panel-login {
      flex:0 0 180px;
    }
    .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;
    }
    .pn-about-bdy {
        padding: 30px 0;
        line-height: 22px;
        font-size: 12px;
    }
    .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 (min-width:768px){
    #input-username::-webkit-input-placeholder,
    #input-password::-webkit-input-placeholder{
        color: transparent;
   }
   #input-username:-moz-placeholder,
   #input-password:-moz-placeholder{
        color: transparent;
   }
   #input-username::-moz-placeholder,
   #input-password::-moz-placeholder {
        color: transparent;
   }
   #input-username:-ms-input-placeholder,
   #input-password:-ms-input-placeholder {
        color: transparent;
   }
    #input-username::placeholder,
    #input-password::placeholder {
        color: transparent;
   }
}
@media (max-width:767px){
    #input-username::-webkit-input-placeholder,
    #input-password::-webkit-input-placeholder{
        color:initial;
   }
   #input-username:-moz-placeholder,
   #input-password:-moz-placeholder{
        color: initial;
   }
   #input-username::-moz-placeholder,
   #input-password::-moz-placeholder {
        color: initial;
   }
   #input-username:-ms-input-placeholder,
   #input-password:-ms-input-placeholder {
        color: initial;
   }
    #input-username::placeholder,
    #input-password::placeholder {
        color: initial;
   }
}

@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%;
    }
    .bg-abuot {
    }
    .c_ads-left,
    .c_ads-right
    {
      display: none;
    }
}

@media(max-width:767px) {
    body{
        padding-top: 103px;
        padding-bottom: 64px;
    }
    .toggle-navbar {
        top: 19px;
    }
    .bg-game-box {
        padding:25px 0 100px;
    }
    .bg-index::after, 
    .content.promotion::after
    {
        background-image: url('../images/fin1688/bg-content-footer-mobile.webp');
        z-index: 0;
    }
    .bg-index > div,
    .content.promotion > div{
        z-index:1;
        position: relative;
    }
    .item-pn-banner {
        margin-bottom: 28px;
    }
    .banner-home {
    }
    .bg-banner
    {
        background-image: url('../images/fin1688/bg-banner-mobile.png');
    }
    .banner-slder-h.owl-theme .owl-nav.disabled+.owl-dots
    {
        margin-top: 12px;
        position: relative;
    }
    .banner-slder-h.owl-theme .owl-dots {
        position: absolute;
        z-index: 0;
        bottom:0;

    }
    .banner-slder-h.owl-theme .owl-dots .owl-dot span {
        width: 14px;
        height: 14px;
        margin: 5px 6px;
        background:#808692;
    }
    .header-panel-login {
        flex:0 0 auto;
        transform: translateY(-50%);
        height: 50px;
    }
    .header-panel-login h3 {
        font-size: 20px;
    }
    .footer-payment
    {
      margin-top: 20px;
    }
    .login-box
    {
        margin-top:35px;
        position:relative;
    }
    .login-home-panel
    {
      background-image:url(../images/bg-login-mobile2.png);
      flex-direction:column;
      background-size:100% 100%;
      padding-left:5px;
      padding-right:5px;
      padding-bottom:5px;
      margin-bottom:30px;
      margin-top:2px;
    }
    .form-login-home.form-inline .form-group {
        flex: 1 1 100%;
        margin-bottom: 10px !important;
    }
    .form-login-home.form-inline .btn {
        flex: 0 0 auto;
        margin-left: 0;
        margin-right: 0;
        position: absolute;
        right: 8px;
        bottom: auto;
        top: 0;
        width: 100px;
    }
    .form-login-home.form-inline .form-group .form-control {
        height: calc(32px + 0.75rem + 2px);
        max-width: 100%;
        background-position: 12px center;
        background-size: 15px;
        background-repeat: no-repeat;
        padding-left: 40px;
    }
    #input-username
    {
        background-image: url('../images/fin1688/icon-user-input.png');
    }
    #input-password
    {
        background-image: url('../images/fin1688/icon-password-input.png');
    }
    .panel-login-form .form-login-home{
        padding-right: 113px;
        position: relative;
    }
    .panel-login-form img {
        height:auto;
        width:100%;
    }
    .header-panel-login img {
        height: 60px;
    }
    .content.index
    {
        padding-top:0;
        background-image: url(../images/fin1688/bg-index-page-mobile.webp);
        background-repeat: no-repeat;
        background-position: top center;
        background-size:auto 100% ;
        border-radius: 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;
        padding-bottom: 20px;
        display: none;
    }
    .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-r-table-frame {
        padding: 15px;
        background-color: #fff;
    }
    .responsive-mg {
        margin: 0 -7.5px
    }
    .footer-top-panel {
      padding: 15px 0px;
      flex-direction: column;
    }
    .footer-panel-right
    {
        margin-top: 15px;
    }
    .footer-panel-left {
        justify-content: center;
        flex-direction: column;
    }
    .footer-panel-left a {
        flex: 0 0 auto;
        padding-right: 0;
        border-right: none;
        margin-bottom: 10px;
    }
    .footer-panel-left span {
        font-size: 12px;
        line-height: 16px;
    }
    .footer-panel-left > div {
        margin-left:0;
    }
    .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: 18px 15px;
        font-size: 14px;
        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:35px 0 30px;
    }
    .banner-slder-h.owl-theme .item {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .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: 12px;
    }
    .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: 50px;
    }
    .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:inherit;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    .head-promote {
        margin-bottom: 10px;
    }
    .bg-service::after
    {
        content: '';
        height: 15px;
        width: 100%;
        position: absolute;
        bottom: 0;
        background-image: url(../images/fin1688/line-section-mobile.png);
        background-position: center bottom;
        background-size: auto 100%;
        background-repeat: no-repeat;
    }
    .service-box::after {
        display:none;
    }
    .head-title {
        text-align: center;
    }
    .header-abuot
    {
      text-align: center;
    }
    .line-hr-custom2 {
        background-position: center
    }
    .model-site-left
    {
      display: none;
    }
    .model-site-left img,
    .model-site-right img
    {
      max-width:60%;
    }
    .header-abuot img {
      width:auto;
    }
    .pn-about-bdy {
      padding:25px 0 35px;
    }
    .content-game {
        flex-wrap: wrap;
    }
    .gambling-left {
      flex: 0 1 100%;
    }
    .gambling-right {
      flex: 0 1 100%;
      text-align: center;
      margin-top: 30px;
    }
    .gambling-right .line-hr-custom2 {
        background-position: center;
    }
    .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-login-home.form-inline .form-group label {
        display: none;
    }
    .forgot
    {
        position: relative;
        top:unset;
        right:unset;
    }
    /* .bhh-banner-g {
      padding-bottom:51%;
    }
    .bhh-banner-g video
    {
      position: absolute;
      top: 0;
      bottom: 0;
      left: -54%;
      right: 0;
      width: auto;
      height: 100%;
      margin: auto;
      transform: translateX(18%);
    } */
    .line-hr-custom {
        margin:0;
        height: 18px;
        background-image: url(../images/fin1688/line-section-mobile.png);
        background-size: auto 100%;
        margin-bottom: 30px;
    }
    .bg-parallax1 {
        display: none;
    }
    .service-box .col {
        background-image:none;
    }
    .bg-service{
        background-image: url(../images/fin1688/bg-service-mobile.png);
        background-size: 100% auto;
        background-position: top center;
    }
    .pntitle.pntitle-register {
        border-radius: 8px;
        margin-left:30px;
        margin-right: 30px;
    }
    .body-content.content-register
    {
        padding-top:30px;
        background-color: #1d1e20;
    }
    .pn-blank-bdy.blank-bdy-register {
        padding-right:30px;
        padding-left:30px;
    }
    .content.promotion .pn-blank-bdy .register-m img
    {
        width: auto;
    }
}

@media (max-width:670px) {
    .banner-howto img {
    }
    .banner-howto {
    }
    .gambling-head-title {
      font-size: 16px;
      line-height: 34px;
    }
    .gambling-head-subtitle {
        font-size: 15px;
        line-height: 32px;
    }
    .head-list-game {
        margin-top: 15px;
        margin-bottom: 20px;
    }
}

@media (max-width:580px) {
    .banner-howto img {
    }
    .banner-howto {
    }
}

@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: 60%;
  }
}

@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 15px;
  }
}

@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: cover;
}

.btn-4.register img
{
}

.btn-4.login img
{
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient( to bottom, #86ff21, #deff29 ) 1 100%;
    border-top: 0;
    border-bottom: 0;
}

.btn-4.play,
.btn-4.logout
{
  height:40px;
  line-height: 26px;
}


