@import "font-awesome.min.css";

@media (min-width:1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}

.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: #ffda04;
    position: relative;
    font-size: 18px;
    line-height: 50px;
    padding-left: 20px;
    margin: 0 0 10px;
    border-left: solid 5px #ffda04;
    background: rgb(184,20,41);
    background: -moz-linear-gradient(90deg, rgba(184,20,41,1) 50%, rgba(140,13,29,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(184,20,41,1) 50%, rgba(140,13,29,1) 100%);
    background: linear-gradient(90deg, rgba(184,20,41,1) 50%, rgba(140,13,29,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b81429",endColorstr="#8c0d1d",GradientType=1);
}

.pnbdy {
    position: relative
}

.pn-bank {
  padding: 5px 0;
  color: #fff;
  margin: 0 0 20px;
  font-size: 14px;
  border-radius: 0;
}

.head-title
{
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 30px;
    margin-bottom: 15px;
}

.head-title span
{
    font-size: 30px;
    color: #ffc451;
}

.header-abuot img
{
    width:auto;
    max-width:100%;
}

.pn-about-bdy {
    padding: 0 0;
    border-radius: 0;
    line-height: 22px;
    font-size: 12px;
}

.pn-about-bdy p
{
    margin-bottom:14px;
}

.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/88fingame/bg-about.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding:136px 0 80px;
}

.parallax-event
{
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: -1;
}

.bg-parallax1
{
    background-image: url(../images/88fingame/bg-layout1.png);
}

.bg-parallax2
{
    background-image: url(../images/88fingame/bg-layout2.png);
}

.online-gambling
{
    padding-top:40px;
    /* background-image: url(../images/88fingame/bg-set4.png); */
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.online-gambling-head
{
    text-align:center;
}

.play-now-banner
{
    margin-top:45px;
}

.gambling-head-title
{
    color: #f0cb6b;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 50px;
    margin-bottom:0;
    text-align: center;
}
.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;
    margin-right: -7px;
    margin-left: -7px;
}
.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
{
}

.frem-vdo-box
{
    position: relative;
}

.frem-vdo-border
{
  width:100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 24px;
}
.frem-vdo-border-inner
{
    position: relative;
    width: 100%;
    z-index: 1;
    padding-bottom: 56%;
    overflow: hidden;
    border-radius: 10px;
}
.frem-vdo-border::after
{
  content: '';
  background-image: url(../images/border-frem-vdo.png);
  background-position: center;
  background-size:100% 100%;
  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;
}

.gambling-head-img img
{
    width:100%;
}

.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: 40px;
    width: 100%;
    margin:12px 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:55px 0 10px;
}

.model-bg
{
    position:relative;
    padding-bottom:50px;
}

.model-bg::after
{
    content: '';
    /* background-image: url(../images/88fingame/model.png); */
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.more-slot-game
{
    text-align:center;
    margin-top:15px;
}

.more-slot-game .more-game
{
    color: #ff3546;
    font-size: 20px;
    font-weight: 600;
    border: solid 2px #ff3546;
    display: inline-block;
    padding: 6px 45px;
    border-radius: 30px;
}

.lineat-footer
{
    text-align: right;
}

.online-games
{
    margin-top:35px;
}

.slot-game-content
{
    margin-top:18px;
}

.slot-game-list
{
    display:flex;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}

.slot-game-item
{
    margin-bottom: 20px;
    margin-top: 30px;
}

.slot-game-item-st2
{
    margin-bottom:15px;
    padding-right:7px;
    padding-left:7px;
}

.slot-game-item-st2 a
{
    position:relative;
    display:block;
    overflow: hidden;
}

.slot-game-item-st2 a::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.slot-game-item-st2 a:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

.slot-game-item-st2 p
{
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0px;
    bottom: 0px;
    font-size: 16px;
    line-height: 20px;
    padding: 9px 0px 8px 0px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0;
}

.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: #f97d1d;
    background: -moz-linear-gradient(top, #f97d1d 0%, #44110a 100%);
    background: -webkit-linear-gradient(top, #f97d1d 0%,#44110a 100%);
    background: linear-gradient(to bottom, #f97d1d 0%,#44110a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f97d1d', endColorstr='#44110a',GradientType=0 );
}

.sl-logo {
    z-index: 75;
    margin-top: -20%;
    margin-bottom: -5%;
}

.slot-game-item a:hover .sl-logo
{
    transform: none !important;
}

.header-footer
{
    border-bottom: solid 1px #464646;
    padding-bottom: 10px;
    padding-top: 10px;
}

.contact-footer
{
    color: #fff;
    font-weight: 300;
    font-size: 15px;
}
.contact-footer span
{
    color:#bc152a;
    font-weight:600;
}

.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 #8e0517;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 20px 0px #a91125;
  -moz-box-shadow: 0px 0px 20px 0px #a91125;
  box-shadow: 0px 0px 20px 0px #a91125;
  border-radius: 20px;
}

.promotion .promotion-item .title-c-1 {
    border-bottom:none;
    color:#ffd814;
    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: flex-start;
}

.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;
}
.forgot
{
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding-top: 3px;
}

.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;
}

.online-game-item img
{
    width:100%;
}

.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: 14px
}

.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:#ffd814;
}

.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 {
    /* background-image: url('../images/88fingame/bg-banner.png');
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat; */
    position: relative;
    overflow: hidden
}

.banner-slder-h.owl-theme .item
{
  padding-top:10px;
  padding-bottom:10px;
}

.banner-slder-h.owl-theme .owl-dots
{
	position:absolute;
	bottom:0;
	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: #9cbcd0;
}
.banner-slder-h.owl-theme .owl-dots .owl-dot.active span,
.banner-slder-h.owl-theme .owl-dots .owl-dot:hover span {
    background: #549ffc;
}

.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;
}

.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;
}

.login-home-panel
{
    background-image: url(../images/88fingame/bg-login2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
    padding-top: 11%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: -30px;
}

.header-panel-login
{
    flex: 0 0 235px;
    padding:32px 20px;
}

.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:77px;
  opacity: 0;
}

.login-home-panel img:hover
{
	transform:none !important;
}

.panel-login-form .form-login-home
{
	align-items:flex-start;
}

.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;
}
.form-login-home.form-inline .form-group label
{
    color: #2d2301;
    font-size: 13px;
    margin-bottom: 3px;
    font-weight: 600;
    display: none;
}
.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;
    padding-left: 37px;
    border: solid 1px #ecc86d;
    background-clip: inherit;
    background-repeat: no-repeat;
    background-position: 12px center;

}
.form-login-home.form-inline .form-group #input-username
{
    background-image: url(../images/88fingame/icon-user-input.png);
}
.form-login-home.form-inline .form-group #input-password
{
    background-image: url(../images/88fingame/icon-input-lock.png);
}
.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 1 180px;
    border: none;
    margin-left: 6px;
}

.btn-lineat img
{
  height: 59px;
}

.banner-home img{
    width:100%;
}

.banner-caption
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    padding-top: 124px;
    padding-bottom: 70px;
    display: flex;
    align-items: center;
}
.caption-content
{
    width: 100%;
    max-width: 47%;
    margin-left: auto;
    margin-right: auto;
}
.caption-text
{
    text-align: center;
    margin-bottom: 35px;
}

.caption-text p{
    color:#fff;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.caption-text p span{
    color:#ffdd13;
    font-weight:600;
    font-size:110%;
}

.caption-text h3{
    color:#ffdd13;
    font-size: 24px;
}

.caption-button
{
    display: flex;
    justify-content:space-between;
    padding-left:10px;
    padding-right:10px;
}

.login-caption,
.register-caption
{
    flex:0 0 calc(50% - 10px);
    max-width:calc(50% - 10px);
    cursor: pointer;
}

@-webkit-keyframes neon-register{
    0%{box-shadow:0 0 5px #fce87f, 0 0 8px #fce87f, 0 0 10px #fce87f, 0 0 13px #ffd800, 0 0 16px #ffd800, 0 0 28px #ffd800, 0 0 36px #ffd800, 0 0 44px #ffd800}
    to{box-shadow:0 0 2px #fce87f, 0 0 5px #fce87f, 0 0 8px #fce87f, 0 0 10px #ffd800, 0 0 8px #ffd800, 0 0 14px #ffd800, 0 0 18px #ffd800, 0 0 22px #ffd800}
}
@keyframes neon-register{
    0%{box-shadow:0 0 5px #fce87f, 0 0 8px #fce87f, 0 0 10px #fce87f, 0 0 13px #ffd800, 0 0 16px #ffd800, 0 0 28px #ffd800, 0 0 36px #ffd800, 0 0 44px #ffd800}
    to{box-shadow:0 0 2px #fce87f, 0 0 5px #fce87f, 0 0 8px #fce87f, 0 0 10px #ffd800, 0 0 8px #ffd800, 0 0 14px #ffd800, 0 0 18px #ffd800, 0 0 22px #ffd800}
}

@-webkit-keyframes super-transformX{0%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}50%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-10px);transform:translateX(-10px)}}
@keyframes super-transformX{0%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}50%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-10px);transform:translateX(-10px)}}

.register-caption
{
    -webkit-animation: super-transformX 1.9s ease-in-out infinite alternate;
    animation: super-transformX 1.9s ease-in-out infinite alternate;
    box-shadow:0 0 2px #fce87f, 0 0 5px #fce87f, 0 0 8px #fce87f, 0 0 10px #ffd800, 0 0 8px #ffd800, 0 0 14px #ffd800, 0 0 18px #ffd800;
    border-radius: 27px;
}

.login-caption img,
.register-caption img
{
    width:100%;
}

.icon-contact
{
    background-image: url(../images/88fingame/icon-contact.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 19px;
    background-position: center;
    background-size: cover;
    display: inline-block;
    vertical-align: -5px;
    margin-right: 3px;
}

.footer-top-panel
{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:10px 0 10px;
}

.logo-game-footer
{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top:0;
}

.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: 10px;
    line-height: 32px;
}
.item-logo-footer{
    padding: 0 5px;
    flex: 1 0 0;
    max-width: 60px;
}

.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:0;
}

.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:inherit;
}

.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;
    border-top: solid 2px #a65151;
    border-bottom: solid 2px #a65151;
    background: rgb(140,13,29);
    background: -moz-linear-gradient(90deg, rgba(140,13,29,1) 0%, rgba(184,20,41,1) 50%, rgba(140,13,29,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(140,13,29,1) 0%, rgba(184,20,41,1) 50%, rgba(140,13,29,1) 100%);
    background: linear-gradient(90deg, rgba(140,13,29,1) 0%, rgba(184,20,41,1) 50%, rgba(140,13,29,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8c0d1d",endColorstr="#8c0d1d",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: flex-start;
    padding-top: 5px;
}

body
{
	padding-top:0;
	background-color:#000;
}

.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;
    margin-top: 27px;
    transition: all .3s ease-in-out;
}

header.scrolled
{
    margin-top:0;
}

header.scrolled nav
{
    transition: all .3s ease-in-out;
    border-color:#a65151;
    background: rgb(140,13,29);
    background: -moz-linear-gradient(90deg, rgba(140,13,29,1) 0%, rgba(184,20,41,1) 50%, rgba(140,13,29,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(140,13,29,1) 0%, rgba(184,20,41,1) 50%, rgba(140,13,29,1) 100%);
    background: linear-gradient(90deg, rgba(140,13,29,1) 0%, rgba(184,20,41,1) 50%, rgba(140,13,29,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8c0d1d",endColorstr="#8c0d1d",GradientType=1);
}

header.scrolled nav.desktop-xl .navbar
{
    transition: all .3s ease-in-out;
    border:none;
    background:unset;
}

header.scrolled nav.desktop-xl .navbar .navbar-brand {
    transition: all .3s ease-in-out;
    padding-top: 5px;
    align-items: flex-start;
}

.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 10px;
    margin: 0 5px;
}
.btn-register,
.btn-register:hover
{
    color:#fff;
    font-size: 13px;
    background-image: url(../images/bg-register.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 7px 24px;
    width: 100%;
    max-width: 135px;
    min-width: 132px;
}
.bg-banner-about
{
    /* background-image: url(../images/88fingame/bg-set2.png); */
    background-position: center bottom;
    background-size:contain;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 80px;
}

.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;
}
.row.list-bacara {
    margin-left:-8px;
    margin-right:-8px;
}
.list-bacara .col-item-bacara
{
    padding-left: 8px;
    padding-right: 8px;
}
.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:#ffda04;
}
.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 url(../images/88fingame/line-border.png);
    background-size: auto 3px;
    background-repeat: repeat-x;
    background-position: bottom;
    /* 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:-2px;
    opacity:1;
}

.m-head>li>a {
    color: #fff;
    display: flex;
    padding: 0 3px;
    font-size: 13px;
    line-height: 48px;
    font-weight: 600;
}

.footer-bdy {
    padding: 10px 0;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background: rgb(114,9,22);
    background: -moz-linear-gradient(90deg, rgba(114,9,22,1) 0%, rgba(188,21,42,1) 50%, rgba(114,9,22,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(114,9,22,1) 0%, rgba(188,21,42,1) 50%, rgba(114,9,22,1) 100%);
    background: linear-gradient(90deg, rgba(114,9,22,1) 0%, rgba(188,21,42,1) 50%, rgba(114,9,22,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#720916",endColorstr="#720916",GradientType=1);
}

.menu-footer
{
    position: fixed;
    bottom: 0px;
    z-index: 99999999;
    width: 100%;
    min-height: 40px;
    border-top:2px solid #000;
    background: rgb(114,9,22);
    background: -moz-linear-gradient(90deg, rgba(114,9,22,1) 0%, rgba(188,21,42,1) 50%, rgba(114,9,22,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(114,9,22,1) 0%, rgba(188,21,42,1) 50%, rgba(114,9,22,1) 100%);
    background: linear-gradient(90deg, rgba(114,9,22,1) 0%, rgba(188,21,42,1) 50%, rgba(114,9,22,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#720916",endColorstr="#720916",GradientType=1);
}

.menu-footer::before{
    content:'';
    height:2px;
    width:100%;
    position: absolute;
    top:-4px;
    left:0;
    right:0;
    background: rgb(114,9,22);
    background: -moz-linear-gradient(90deg, rgba(114,9,22,1) 0%, rgba(188,21,42,1) 50%, rgba(114,9,22,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(114,9,22,1) 0%, rgba(188,21,42,1) 50%, rgba(114,9,22,1) 100%);
    background: linear-gradient(90deg, rgba(114,9,22,1) 0%, rgba(188,21,42,1) 50%, rgba(114,9,22,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#720916",endColorstr="#720916",GradientType=1);
}

.nav-menu
{
    text-align: center;
    display: flex;
    list-style: none;
    justify-content: space-between;
}

.nav-menu li
{
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    transition: all .2s ease;
}

.nav-menu li:hover
{
    background-color:#000;
}

.nav-menu li:not(:last-child)
{
    border-right: 2px solid #000;
}

.nav-menu li a
{
    width: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 35px;
    padding: 6px 0 4px 0;
    display: inline-block;
    cursor: pointer;
}

.nav-menu li a:hover{
    color:#fff;
}

.nav-menu li a i
{
    font-size: 18px;
    margin-right: 7px;
    vertical-align: middle;
}

.pn-banner-footer {
}

.menu-header::before {
    content: '';
    background-repeat: no-repeat;
    width: 18px;
    height: 17px;
    background-position: center;
    background-size: cover;
    display: inline-block;
    vertical-align: -3px;
    margin-right: 1px;
}

.bg-bacara-1
{
    background-image:url(../images/88fingame/bg-bacara-page1.png);
    background-repeat:no-repeat;
    background-position:top center;
    background-size:cover;
    padding-bottom:100px;
}

.bg-bacara-2
{
    background-image:url(../images/88fingame/bg-bacara-page2.png);
    background-repeat:no-repeat;
    background-position:top center;
    background-size:cover;
    padding-bottom:0px;
}

.bg-bacara-page
{
    background-color: #150a00;
}

.content-out
{
    padding-top:64px;
    padding-bottom:115px;
}

.menu-gamefin
{
    margin-top:40px;
}

.image-left
{
    text-align: center;
    margin-bottom: 20px;
}

.content-center
{
    margin-bottom: 20px;
}

.heade-bacara
{
    position: relative;
    height:90px;
}

.heade-bacara a
{
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(18px);
}

.heade-bacara a img{
    height:90px;
}

.text-content
{

}

.text-content h2{
    font-size:28px;
    color: #ffc451;
    font-weight:600;
    margin-bottom: 18px;
}

.bacara-text-promotion
{
    padding-bottom:15px;
}

.bacara-text-promotion p
{
    color:#fff;
    font-size: 16px;
    line-height: 30px;
}

.bacara-text-promotion p.font-full
{
    font-size: 18px;
    line-height: 33px;
}

.text-content p{
    color:#fff;
    font-size:14px;
    font-weight:bold;
    margin-bottom: 25px;
    line-height: 1.8;
}

.text-content p span
{
    color:#ff0000;
}

.text-content p span.color-yellow
{
    color:#ffcc00;
}

.head-register-now
{
    position: relative;
    height: 70px;
}

.head-register-now a
{
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(30px);
}

.head-register-now a img{
    height:70px;
}

.header-bacara-formula
{
    background-color:rgb(0 0 0 / 0.57);
    padding:10px 15px;
    margin-bottom: 35px;
    margin-top:20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.header-bacara-formula h3{
    color:#fff;
    font-size:28px;
    font-weight:600;
    margin-bottom:0;
}

.header-bacara-formula span{
    font-size:80%;
    color: #ffc451;
}

.update-date
{
    color:#b5b5b5;
}

.list-bacara
{
    padding-bottom:70px;
}

.item-bacara
{
    position: relative;
    margin-bottom:26px;
    background-image: url('../images/88fingame/bg-palace-item.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    padding: 20px;
}

.palace-play-time
{
    position: relative;
}

.palace-play-time img{
    width:100%;
}

.palace-play-time p
{
    margin-bottom:0;
    text-align: center;
    font-weight: 600;
    color: #000;
    font-size: 12px;
    line-height: 38px;
    display: flex;
    align-items: center;
    padding-left: 50px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding-top: 3px;
}

.palace-play-time span{
    font-size: 15px;
    line-height: 22px;
    padding-left: 3px;
}

.palace-text
{
    margin-top:5px;
    margin-bottom:13px;
}

.title-palace
{
    color: #ffb319;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 30px;
}

.item-bacara img{
    width:100%;
}

.palace-img{
    border: solid 2px #870c0c;
    border-radius: 5%;
}

.award
{
    width: auto;
    max-width:60px;
    position: absolute;
    top: -15px;
    left: -15px;
}

.palace-data-list
{
    margin-top:8px;
    padding-left:5px;
    padding-right:5px;
    list-style:none;
}

.palace-data-list li{
    background-color: #370305;
    border: solid 1px #560b0e;
    border-radius: 4px;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    line-height: 28px;
    padding-left: 8px;
    padding-right: 8px;
}

.palace-data-list li span{
    color:#f9a105;
}

.palace-data-list li span.font-green{
    color:#24ff3e;
}

.palace-data-list li span.font-red{
    color:#ff3636;
}

.menu-header.index::before {
    background-image: url(../images/88fingame/icon-home.png)
}

.menu-header.casino::before {
    background-image: url(../images/88fingame/icon-casino.png)
}

.menu-header.promotion::before {
    background-image: url(../images/88fingame/icon-promotion.png)
}

.menu-header.slot::before {
    background-image: url(../images/88fingame/icon-game.png)
}

.menu-header.account::before {
    background-image: url(../images/88fingame/icon-contact.png)
}

.menu-header.bacara-game::before {
    background-image: url(../images/88fingame/casino-chip.png)
}

.d-flex.active .menu-header.index::before,
.d-flex:hover .menu-header.index::before {
    background-image: url(../images/88fingame/icon-home-h.png)
}

.d-flex.active .menu-header.casino::before,
.d-flex:hover .menu-header.casino::before {
    background-image: url(../images/88fingame/icon-casino-h.png)
}

.d-flex.active .menu-header.promotion::before,
.d-flex:hover .menu-header.promotion::before {
    background-image: url(../images/88fingame/icon-promotion-h.png)
}

.d-flex.active .menu-header.slot::before,
.d-flex:hover .menu-header.slot::before {
    background-image: url(../images/88fingame/icon-game-h.png)
}

.d-flex.active .menu-header.account::before,
.d-flex:hover .menu-header.account::before {
    background-image: url(../images/88fingame/icon-contact-h.png)
}

.d-flex.active .menu-header.bacara-game::before,
.d-flex:hover .menu-header.bacara-game::before {
    background-image: url(../images/88fingame/casino-chip-h.png)
}

.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:80px 0 15px;
    position: relative;
}

.banner-howto.banner2{
    margin:18px 0 60px;
}

.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: 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:15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head-promote h2
{
    margin-bottom: 0;
    background-image: url(../images/88fingame/icon-title.png);
    background-position: top left;
    background-size: 26px;
    background-repeat: no-repeat;
    color: #fff;
    font-weight: 600;
    line-height: 55px;
    font-size: 22px;
    padding-left: 40px;
}

.gambling-head-slot
{
    margin-bottom: 0;
    background-image: url(../images/88fingame/icon-speaker.png);
    background-position: center left;
    background-size: 40px;
    background-repeat: no-repeat;
    color: #fff;
    font-weight: 600;
    line-height: 55px;
    font-size: 22px;
    padding-left: 50px;
}

.more-promotion
{
    color: #ffda04;
    font-size: 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:25px;
  overflow: hidden;
  border-radius: 6px;
}

.pn-banner1
{
  overflow: hidden;
  border-radius: 6px;
  border: solid 1px #f9d892;
}

.pn-banner1 img{

}

.banner-promote
{
    /* background-image: url(../images/88fingame/bg-promotion.png); */
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 20px;
}

.promotion-slider.owl-theme .owl-nav
{
    margin-top:0;
}

.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;
    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;
}

.promotion-slider.owl-theme .owl-nav .owl-prev,
.promotion-slider.owl-theme .owl-nav .owl-next
{
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    margin: 0;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    outline: none;
    background-color: transparent;
}

.promotion-slider.owl-theme .owl-nav .owl-prev
{
    background-image: url(../images/88fingame/nav-left-owl.png);
    left:-20px;
}

.promotion-slider.owl-theme .owl-nav .owl-next
{
    background-image: url(../images/88fingame/nav-right-owl.png);
    right:-20px;
}

.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%;
    background: rgb(114,9,22);
    background: -moz-linear-gradient(90deg, rgba(114,9,22,1) 0%, rgba(188,21,42,1) 50%, rgba(114,9,22,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(114,9,22,1) 0%, rgba(188,21,42,1) 50%, rgba(114,9,22,1) 100%);
    background: linear-gradient(90deg, rgba(114,9,22,1) 0%, rgba(188,21,42,1) 50%, rgba(114,9,22,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#720916",endColorstr="#720916",GradientType=1);
    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: 55px;
}

.in-txt {
    padding-top: 5px;
    color: #fefefe;
    font-size: 11px;
    font-weight: 300;
    line-height: 22px;
}
.item-nav a:hover .in-txt
{
    color:#f6c300;
}

.item-nav {
  text-align: center;
  opacity: 1;
  transition: all .3s ease-in-out;
  padding: 0 5px;
  flex: 1 1 100%;
  position: relative;
}

.item-nav::after
{
  content:'';
  width:2px;
  height:100%;
  background-image: url('../images/line-verticle.png');
  background-size:auto 100%;
  background-repeat:no-repeat;
  position: absolute;
  right: 0;
  top:0;
  opacity:0;
}

.item-nav.item-center::after,
.item-nav:last-child::after
{
  display: none;
}

.item-nav img{
  width:auto;
  height:19px;
}

.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: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: cover;
    width: 20px;
    height: 20px;
    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: -10px;
    top: -10px;
    opacity: 0;
    z-index: 9;
    animation:fadein_c .5s cubic-bezier(.165,.84,.44,1) forwards 400ms;
}

.navm-ul {
    padding: 2rem 0 0
}

.navm-li .nvm-btn {
    width: 3px;
    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:#8d0e1e;
    transition: all .3s ease-in-out
}

.banner-logo {
    border-bottom:1px solid #6c0916;
    padding:15px 25px;
    text-align: center;
}

.banner-logo img
{
  height:65px;
}

.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:#ffd814
}

.color-f b,
.color-f strong {
    color:#ffd814;
    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;
}

.m-head>li>a.result .menu-header::before
{
	
}

.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: transparent;
    border: solid 2px transparent;
    border-left-width:1px;
    border-right-width:1px;
}

.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
{
    padding-top: 70px;
    background-color: transparent;
    background-image: url('../images/88fingame/bg-footer.png');
    background-position:top center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    padding-bottom: 48px;
}

.bg-set1
{
    background-image:url('../images/88fingame/bg-set1.png');
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.bg-set1.notIndex-page{
    background-position: center 150px;
    padding-bottom: 40px;
    background-color: #000;
}

.desktop-xl .navbar
{
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    margin-left: 25px;
    margin-right: 25px;
    border-top: solid 2px #a65151;
    border-bottom: solid 2px #a65151;
    background: rgb(140,13,29);
    background: -moz-linear-gradient(90deg, rgba(140,13,29,1) 0%, rgba(184,20,41,1) 50%, rgba(140,13,29,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(140,13,29,1) 0%, rgba(184,20,41,1) 50%, rgba(140,13,29,1) 100%);
    background: linear-gradient(90deg, rgba(140,13,29,1) 0%, rgba(184,20,41,1) 50%, rgba(140,13,29,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8c0d1d",endColorstr="#8c0d1d",GradientType=1);
}

.navbar-brand
{
    flex:0 0 120px;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -25px;
}

.m-head
{
    flex:1 1 auto;
    display: flex;
    justify-content:center;
}

.site-right-group
{
    flex: 0 1 230px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: -25px;
    height: 48px;
}

.site-right-group .btn-login-img
{
    margin-right:-46px;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.site-right-group .btn-register-img
{
    height:59px;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.site-right-group .btn-login-img img:last-child,
.site-right-group .btn-register-img img:last-child{
    display: none;
}

header.scrolled .site-right-group .btn-login-img
{
    margin-right:0px;
}

header.scrolled .site-right-group .btn-register-img
{
    height:unset;
    margin-left:8px;
}

header.scrolled .site-right-group .btn-login-img img:last-child,
header.scrolled .site-right-group .btn-register-img img:last-child{
    display:block;
}

header.scrolled .site-right-group .btn-login-img img:first-child,
header.scrolled .site-right-group .btn-register-img img:first-child{
    display:none;
}

header .flash-text
{
    background-color: transparent;
    transition: all .3s ease-in-out;
    margin-top: 5px;
}

header.scrolled .flash-text
{
    background-color:rgb(13 13 13 / 0.50);
    margin-top:0;
}

header .flash-text .marq-bdy
{
    transition: all .3s ease-in-out;
    padding:0 130px;
}

header.scrolled .flash-text .marq-bdy
{
    padding-right:0;
}

header .flash-text .marq-bdy .marq .mq-annoc {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 8px 20px;
    padding-left: 50px;
    color: #fff;
    position: relative;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 18px;
    background-color: rgb(13 13 13 / 50%);
    transition: all .3s ease-in-out;
    border-radius: 30px;
    border: solid 1px rgb(102 53 36 / 50%);
    background-repeat: no-repeat;
    background-position: 3px center;
    background-size: 40px;
    background-image: url(../images/88fingame/icon-marq.png);
}

header.scrolled .flash-text .marq-bdy .marq .mq-annoc
{
    background-color:transparent;
    border-color:transparent;
}

@-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
{
    width:100px;
}

.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_more:hover,
.hide_more,
.hide_more:hover,
.see_more2,
.see_more2:hover,
.hide_more2,
.hide_more2:hover,
.see_more3,
.see_more3:hover,
.hide_more3,
.hide_more3: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;
}
.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:#bc152a;
    font-weight: 700;
}

.form-register {
    margin-top: 15px;
}

.form-group {
    margin-bottom: 1.4rem;
}

.form-input.register {
    border-radius: 10px;
    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
}

.form-group.btn-register {
    margin: 35px 0;
    color: unset;
    font-size: unset;
    background-image: unset;
    background-repeat: unset;
    background-size: unset;
    padding: unset;
    max-width: fit-content;
}

.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: #6e89c6;
    background-color: #cfd9ef;
    border-radius: 10px;
    border: 1px solid #cfd9ef;
}

.alert-black {
    color: #fff;
    background-color: #c8c8c8;
    border-color: #c8c8c8;
    padding: 1rem 1.25rem;
}

.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: rgb(184,20,41);
    background: -moz-linear-gradient(90deg, rgba(184,20,41,1) 50%, rgba(140,13,29,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(184,20,41,1) 50%, rgba(140,13,29,1) 100%);
    background: linear-gradient(90deg, rgba(184,20,41,1) 50%, rgba(140,13,29,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b81429",endColorstr="#8c0d1d",GradientType=1);
    border: solid 2px #a65151;
    border-radius: 0;
    padding: 15px 15px;
    background-repeat: no-repeat;
    letter-spacing: 1.5px;
    font-size: 18px;
    transition: all .3s ease-in-out;
    font-weight: 700;
}

.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:1500px){
    .banner-caption {
        padding-bottom:50px;
    }
}

@media (min-width:1600px){
    .banner-caption {
        padding-bottom:60px;
    }
    .caption-text {
        margin-bottom: 40px;
    }
    .caption-text h3 {
        font-size: 26px;
    }
    .caption-text p {
        font-size: 15px;
    }
    .caption-content {
        max-width: 50%;
    }
}

@media (min-width:1700px){
    .banner-caption {
        padding-bottom:65px;
    }
}

@media (min-width:2000px){
    .banner-caption {
        padding-bottom:75px;
    }
}

@media (min-width:2500px){
    .banner-caption {
        padding-bottom:85px;
    }
}

@media (max-width:1500px){
    .caption-text p {
        font-size:13px;
    }
    .caption-content {
        max-width: 45%;
    }
    .caption-text h3 {
        font-size: 20px;
    }
}

@media (max-width:1400px){
    .caption-text p {
        font-size:12px;
        margin-bottom:15px;
    }
    .caption-text {
        margin-bottom: 25px;
    }
    .caption-text h3 {
        font-size: 17px;
    }
}

@media (max-width:1300px){
    .caption-text p {
        font-size:12px;
        margin-bottom:13px;
    }
    .caption-text {
        margin-bottom: 20px;
    }
    .login-caption, 
    .register-caption{
        flex: 0 0 calc(45% - 10px);
        max-width: calc(45% - 10px);
    }
}

@media (max-width:1250px){
    .caption-text p {
        margin-bottom: 10px;
    }
    .caption-text {
        margin-bottom: 10px;
    }
    .banner-caption {
        padding-bottom:42px;
    }
}

@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 {
    }
    .m-head>li {
        margin: 0 0px;
    }
    .m-head>li>a {
        font-size: 12px;
    }
    .form-login-home.form-inline .form-group .form-control {
        height: 30px;
    }
    .panel-login-form img {
        height: 35px;
    }
    body{
      padding-top:0;
    }
    .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: 14px;
    }
    .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 {
      flex: 0 0 190px;
      padding: 30px 15px;
    }
    .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;
    }
    .head-title {
        font-size: 14px;
    }
    .head-title span {
        font-size: 26px;
    }
    .pn-about-bdy {
        line-height: 20px;
        font-size: 11px;
    }
    .caption-content {
        max-width: 50%;
    }
    .caption-text p {
        font-size: 11px;
    }
    .caption-text h3 {
        font-size: 18px;
    }
}

@media(max-width:1070px) 
{
    header {
        margin-top:0;
    }
    header nav {
        transition: all .3s ease-in-out;
        border-color: #a65151;
        background: rgb(140,13,29);
        background: -moz-linear-gradient(90deg, rgba(140,13,29,1) 0%, rgba(184,20,41,1) 50%, rgba(140,13,29,1) 100%);
        background: -webkit-linear-gradient(90deg, rgba(140,13,29,1) 0%, rgba(184,20,41,1) 50%, rgba(140,13,29,1) 100%);
        background: linear-gradient(90deg, rgba(140,13,29,1) 0%, rgba(184,20,41,1) 50%, rgba(140,13,29,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8c0d1d",endColorstr="#8c0d1d",GradientType=1);
    }
    header nav.desktop-xl .navbar {
        transition: all .3s ease-in-out;
        border: none;
        background: unset;
    }
    header nav.desktop-xl .navbar .navbar-brand {
        transition: all .3s ease-in-out;
        padding-top: 5px;
        align-items: flex-start;
    }
    header .site-right-group .btn-login-img {
        margin-right: 0px;
    }
    header .site-right-group .btn-register-img {
        height: unset;
        margin-left: 8px;
    }
    header .site-right-group .btn-login-img img:first-child, 
    header .site-right-group .btn-register-img img:first-child {
        display: none;
    }
    header .site-right-group .btn-login-img img:last-child, 
    header .site-right-group .btn-register-img img:last-child {
        display: block;
    }
    header .flash-text {
        background-color: rgb(13 13 13 / 0.50);
        margin-top: 0;
    }
    header .flash-text .marq-bdy {
        padding-right: 0;
    }
    header .flash-text .marq-bdy .marq .mq-annoc {
        background-color: transparent;
        border-color: transparent;
    }
    .banner-caption {
        padding-top: 88px;
        padding-bottom: 36px;
    }
}

@media(max-width:991px) {
    .pnb-ico img {
    }
    .header-panel-login {
        flex:0 0 140px;
        padding:27px 8px;
    }
    .form-login-home.form-inline .btn-loginstyle 
    {
    }
    .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: flex-end;
    }
    .bg-abuot
    {
        padding: 130px 0 50px;
        background-image: url(../images/88fingame/bg-about-mobile.png);
        background-position: top center;
    }
    .model-bg {
        padding-bottom:0px;
    }
    .frem-vdo-border {
        padding: 30px;
    }
    .pn-about-bdy {
        line-height: 22px;
        font-size: 12px;
    }
    .contact-footer {
        font-size: 14px;
    }
    .model-bg::after
    {
        opacity:0;
    }
    .list-service {
        margin: 40px auto;
    }
    .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;
    }
    .item-logo-footer 
    {
        max-width: 50px;
    }
    .footer-top-panel {
        
    }
    .more-slot-game .more-game {
        font-size: 16px;
        padding: 4px 35px;
    }
    .gambling-head-slot {
        background-size: 34px;
        line-height: 50px;
        font-size: 20px;
        padding-left: 42px;
    }
    .head-promote h2 {
        line-height: 50px;
        font-size: 20px;
        padding-left: 36px;
    }
    .footer-panel-left {
        flex: 0 0 60%;
    }
    .footer-payment {
      flex: 0 1 100%;
      max-width: 100%;
      width: 100%;
    }
    .footer-payment ul {
        justify-content: center;
    }
    .footer-panel-left a {
        flex:0 0 110px;
        margin-bottom: 15px;
    }
    .footer-panel-left > div {
        margin-left: 0;
    }
    .footer-panel-left span 
    {
        font-size: 10px;
        line-height: 20px;
    }
    .promotion-list {
      padding: 20px 15px 0;
    }
    .promotion-item {
        margin-bottom: 30px;
    }
    .c_ads_closx-r {
        top:-23px;
    }
    .forgot 
    {
        padding-top:0px;
        order:-1;
        display: none;
    }
    .panel-login-form .form-login-home {
        align-items:center;
    }
    .login-home-panel {
        padding-bottom: 5px;
    }
    .caption-content {
        max-width: 55%;
    }
    .caption-text h3 {
        font-size:16px;
    }
    .caption-text p {
        font-size: 10px;
    }
}

@media(max-width:980px) {
    .pnb-ico img {
    }
    .header-panel-login {
      flex: 0 0 134px;
      padding:24px 10px;
    }
    .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:0 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(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: 55px;
    }
    .toggle-navbar {
        top:19px;
    }
    .bg-game-box {
        padding:5px 0 10px;
        /* background-image: url(../images/88fingame/bg-game-box.png); */
        background-position: left bottom;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }
    .item-pn-banner {
        margin-bottom: 28px;
    }
    .banner-home {
    }
    header .flash-text .marq-bdy 
    {
        padding:0 0;
    }
    .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;

    }
    .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;
    }
    .header-panel-login h3 {
        font-size: 20px;
    }
    .footer-payment
    {
      margin-top: 20px;
    }
    .login-home-panel
    {
        background-image: url(../images/bg-login-mobile2.png);
        background-size: 100% 100%;
        background-position: center top;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 24px;
        margin-bottom: 30px;
        margin-top: 0;
        padding-top: 22%;
    }
    .form-login-home.form-inline .form-group {
        flex: 1 1 100%;
        margin-bottom: 10px !important;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .forgot {
        order:1;
        display: block;
        text-align: right;
    }
    .form-login-home.form-inline .btn {
        flex: 0 1 50%;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .form-login-home.form-inline .form-group .form-control {
        height:calc(23px + 0.75rem + 0px);
        max-width: 100%;
    }
    .panel-login-form img {
        height:auto;
        width:100%;
    }
    .header-panel-login img {
        height: 60px;
    }
    .content.index
    {
      padding-top: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 {
        background:#ba142a;
    }
    .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;
    }
    .promotion-slider.owl-theme .owl-nav .owl-next 
    {
        right: -12px;
    }
    .promotion-slider.owl-theme .owl-nav .owl-prev 
    {
        left: -20px;
    }
    .head-promote {
        margin-bottom:0px;
    }
    .online-gambling {
        padding-top: 12px;
    }
    .bp-img {
        margin-bottom:0
    }
    .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 20px;
        font-size: 20px;
        text-align: center;
        margin-bottom:14px;
    }
    .form-group {
        margin-bottom:14px;
    }
    .alert.info-font2 {
        padding: .75rem 30px;
        font-size: 14px;
        color: #4c4c4c;
        margin-bottom:14px;
    }
    .cap-code {
        margin: 0 5px 0 0;
        font-size: 5vw;
    }
    .cap-c {
        flex: 0 1 140px;
    }
    .form-group.btn-register {
        margin: 30px 0 0;
    }
    .bdy-content {
        padding:5px 0 25px;
    }
    .register-line {
        padding:50px 0 30px;
    }
    .banner-slder-h.owl-theme .item {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .bg-banner-howto
    {
        z-index: 2;
        position: relative;
    }
    .banner-howto 
    {
        margin:40px 0 15px;
    }
    .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 {
        width:160px;
    }
    .footer-panel-left span {
        font-size: 11px;
        line-height: 17px;
    }
    .logo-game-footer {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .item-logo-footer {
        max-width: 100%;
    }
    .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;
    }
    .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 {
      padding:0;
    }
    .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 {
        color: #000;
    }
    .bhh-banner-g {
      padding-bottom:35px;
    }
    .bhh-banner-g video
    {
      position: absolute;
      top: 0;
      bottom: 0;
      left: -54%;
      right: 0;
      width: auto;
      height: 100%;
      margin: auto;
      transform: translateX(18%);
    }
    .bg-banner-about {
        padding-top: 0;
        padding-bottom: 35px;
        /* background-image: url(../images/88fingame/bg-set2-mobile.png); */
        background-position: left top;
    }
    .banner-howto.banner2 {
        margin: 18px 0 45px;
    }
    .banner-promote 
    {
        padding-bottom:20px;
    }
    .list-service {
        margin: 30px auto;
    }
    .bg-abuot {
        padding-top: 75px;
        padding-bottom: 90px;
    }
    .head-title span{
        display:block;
    }
    .online-game-item
    {
        margin-bottom:0;
    }
    .online-games {
        margin-top: 30px;
    }
    .play-now-banner {
        margin-top:30px;
    }
    .play-now-banner .banner-about
    {
        margin-bottom:25px;
    }
    .slot-game-content {
        margin-top: 10px;
    }
    .slot-game-item-st2
    {
        margin-bottom: 10px;
    }
    .slot-game-item-st2 img
    {
        width:100%;
    }
    .gambling-head-slot {
        line-height:29px;
    }
    .line-hr-custom {
        background-image: url(../images/line-section-mobile.png);
    }
    footer {
        padding-top:50px;
    }
    .contact-footer {
        text-align:center;
    }
    .contact-footer span {
        display:block;
        font-size:18px;
    }
    .lineat-footer
    {
        text-align: center;
        margin: 15px auto;
    }
    .footer-panel-left {
        flex: 0 0 100%;
        flex-direction: column;
    }
    .footer-panel-left a {
        flex: 0 0 auto;
        margin-bottom: 10px;
    }
    header .flash-text .marq-bdy .marq .mq-annoc
    {
        padding-left:50px;
        background-image:unset;
    }
    .heade-bacara a {
        transform: translateY(0px);
    }
    .heade-bacara {
        height:60px;
    }
    .heade-bacara a img 
    {
        height:60px;
    }
    .head-register-now {
        height: 30px;
    }
    .head-register-now a {
        transform: translateY(15px);
    }
    .head-register-now a img {
        height: 30px;
    }
    .header-bacara-formula h3 {
        font-size: 20px;
    }
    .caption-text
    {
        text-align: left;
        width: 60%;
        margin-left: auto;
        margin-bottom: 35px;
    }
    .caption-content {
        max-width:100%;
    }
    .caption-text p {
        font-size:14px;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right:0;
    }
    .caption-text h3 {
        font-size: 24px;
    }
    .banner-caption
    {
        padding-top:35px;
        padding-bottom:70px;
    }
}

@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;
    }
    header .flash-text .marq-bdy .marq .mq-annoc {
        padding-left:80px;
    }
    .palace-play-time span {
        font-size: inherit;
    }
}

@media (max-width:580px) {
    header .flash-text .marq-bdy .marq .mq-annoc {
        padding-left:100px;
    }
    .caption-text p {
        font-size: 12px;
        margin-bottom: 15px;
    }
    .caption-text h3 {
        font-size: 18px;
    }
    .caption-text {
        margin-bottom: 30px;
    }
}

@media (max-width:574px) {
    .list-bacara .col-item-bacara {
        -ms-flex: 0 0 315px;
        flex: 0 0 315px;
        max-width: 315px;
    }
    .list-bacara {
        justify-content: center;
    }
}

@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;
    }
    .caption-text p {
        font-size: 11px;
        margin-bottom:14px;
    }
    
}

@media (max-width:450px)
{
  .model-site-right
  {
    flex:0 1 100%;
  }
  .model-site-left img,
  .model-site-right img {
    max-width: inherit;
  }
    .caption-text p {
        font-size: 9px;
        margin-bottom: 8px;
    }
    .caption-text h3 {
        font-size: 14px;
    }
    .caption-text {
        margin-bottom: 15px;
    }
}

@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: 0 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:5px 0 10px;
    }
    .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;
    }
    .caption-text {
        width: 67%;
    }
}

@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;
    }
    .list-bacara .col-item-bacara {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@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
{
}

.btn-4.play,
.btn-4.logout
{
  height:40px;
  line-height: 26px;
}
