
/* Typography */
body, ul, li, p, a, label, input, div {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
}
html, body {
  height: 100%;
}
a, a:active {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: #ffd102;
  font-weight: bold;
  text-decoration: none;
}

.h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 48px !important;
  font-weight: 200 !important;
}
.h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 30px !important;
  font-weight: 300;
}
.h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 22px !important;
}

/* General */
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
@media (min-width:576px) {
    .container,
    .container-sm {
        max-width: 540px
    }
}
@media (min-width:768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}
@media (min-width:992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}
@media (min-width:1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}
@media (min-width: 1360px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1360px
    }

}
.modal-content { border: none !important;}
::-webkit-input-placeholder { color: #fff;}
:-ms-input-placeholder { color: #fff;}
::placeholder { color: #fff;}

.ml-auto { margin-left: auto !important}
.mr-auto { margin-right: auto !important}
.helpWord::-webkit-input-placeholder { color: #2b2b2b !important;}
.helpWord::-ms-input-placeholder { color: #2b2b2b !important;}
.helpWord:::placeholder { color: #2b2b2b !important;}

.logo { font-weight: 500 !important;}
.text-warning {  color: #ffd102 !important;}
.text-muted { color: #bcbcbc !important;}
.text-success { color: #59ab6e !important;}
.text-light { color: #cfd6e1 !important;}
.bg-white {background-color: #fff !important;}
.bg-dark-blue { background-color: #062772 !important;}
.bg-light-blue { background-color: #0e1240 !important;}
.bg-dark { background-color: #2a2d34 !important;}
.bg-light { background-color: #e9eef5 !important;}
.bg-black { background-color: #0a1312 !important;}
.bg-gray { background-color: #232323 !important;}
.bg-gold { background-color: #c90; }
.bg-success { background-color: #59ab6e !important;}
.btn-success { background-color: #59ab6e !important; border-color: #56ae6c !important;}
.bg-top-navgrad { background-color: #192354 !important;}
.bg-mid-navgrad { background-image: url(../../images/nowbetVN/nav-bg.png);}
.pagination .page-link:hover {color: #000;}
.pagination .page-link:hover, .pagination .page-link.active {
  background-color: #ca9a63;
  color: #fff;
}
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  background: #f1f3f5;
  border-left: 1px solid darken(#f1f3f5, 10%);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: #192354;
}
::-webkit-scrollbar-thumb:horizontal{
  background: #474747;
}
.pl-0 {
  padding-left: 0;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pr-0 {
  padding-right: 0;
}
.pr-1 {
  padding-right: 0.25rem;
}
.fleft {
  float: left !important;
}
.fright {
  float: right !important;
}
.align-items-center {
  align-items: center!important;
}
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(39 57 83 / 25%);
}
.btn-navacc:hover {
  color: #ffd102 !important;
}
.txt-white {color: white;}
.txt-green {color: #0fa811!important;}
.txt-red {color: #b30000!important;}
.txt-red2 {color: #ff5353!important;}
.txt-left {
  text-align: left!important;
}
.txt-right {
  text-align: right!important;
}
ul.tab-group2, ul.tab-group3{
  padding: 0;
}
.tab-group2 a, .tab-group3 a{
  font-size: 16px;
}
.navbar-toggler {
  border: none!important;
}
.navbar-toggler-icon {
  width: 2.5em!important;
  background-image: url(../../images/nowbetVN/icon/header-menu-normal.png)!important;
}
.navbar-toggler-icon.active {
  background-image: url(../../images/nowbetVN/icon/header-menu-select.png)!important;
}

.carousel-inner .carousel-custom.carousel-item.active,
.carousel-inner .carousel-custom.carousel-item-next,
.carousel-inner .carousel-custom.carousel-item-prev {
  display: flex;
}
.carousel-inner .carousel-custom.carousel-item-end.active,
.carousel-inner .carousel-custom.carousel-item-next {
  transform: translateX(33.33%);
}

.carousel-inner .carousel-custom.carousel-item-start.active,
.carousel-inner .carousel-custom.carousel-item-prev {
  transform: translateX(-33.33%);
}

.carousel-inner .carousel-custom.carousel-item-end,
.carousel-inner .carousel-custom.carousel-item-start {
  transform: translateX(0);
}
.game-bg {
  background: #040404ba;
  border-radius: 6px;
  padding: 10px;
}
.game-bgnone {
  border-radius: 6px;
  padding: 10px;
}
.bg-image-blog {
  background-image: url(../../images/nowbetVN/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: auto;
  padding-top: 2rem;
  padding-bottom: 2rem
}

@media(max-width:768px){
  body{
    background-color: #cbcbcb !important;
  }
  .bg-top-navgrad {
    background-color: #1e3e77 !important;
  }
}
.chat-widget-container{
  bottom: 80px!important;
}
/*-----------Carousel Card Custom Flip-----------*/
.custom_height .owl-stage{
  height:350px;
  padding-top:40px;
}
#f1_container {
    position: relative;
    margin: 10px auto;
    width: 200px;
    height: 350px;
    z-index: 1;
}
#f1_container {
    perspective: 1000px;
}
.owl_wrapper .owl-item{
  opacity: 1;
  transform: scale(0.9);
  -ms-transform: scale(0.9);
  transition: all .2s;
  -webkit-transform: all .2s;
  z-index: 1;
}
.owl_wrapper .next_to_mid, .owl_wrapper .prev_to_mid{
  opacity: 1;
  transform: scale(0.9) !important;
  -ms-transform: scale(0.9) !important;
  transition: all .2s;
  -webkit-transform: all .2s;
}

.owl_wrapper .active.middle_beside{
  transform: scale(1);
  -ms-transform: scale(1);
  opacity: 1;
  margin: 0;
  z-index: 2;
}
.owl_wrapper .active.middle{
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  opacity: 1;
  z-index: 3;
}
#f1_card {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: all 0.5s linear;
}
#f1_container:hover #f1_card {
    transform: rotateY(180deg);

}
.centerauto #f1_card {
    transform: rotateY(180deg);

}
.face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.face.back {
    display: block;
    transform: rotateY(180deg);
    box-sizing: border-box;
    padding: 10px;
    /*color: white;*/
    text-align: center;
    /*background-color: #aaa;*/
}
#f1_container img {
    width: 100%;
    height: auto;
}
/*-----------Carousel Custom Flip-----------*/

/* Login Area */
#loginForm{
  display: flex;
}
.header-top {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.header-top .main.clear {
  align-items: center;
}
.main.clear {
  display: flex;
  justify-content: flex-end;
}
.main {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.login-area input {
  border: 1px solid #234687;
  border-radius: 0.1em;
  height: 30px;
  background-color: #102148;
  padding: 2px 2px 2px 20px;
  vertical-align: middle;
  color: #fff;
  width: 125px;
}
.inputusername {
  background-image: url(../../images/nowbetVN/icon/header-icon-person.png), linear-gradient(0deg, rgba(13,41,80,1) 0%, rgba(26,59,100,1) 100%);
  background-position: 2px 6px, 0px 0px;
  background-repeat: no-repeat;
  margin: 0 0.5em;
}
.inputpassword {
  background-image: url(../../images/nowbetVN/icon/header-icon-lock.png), linear-gradient(0deg, rgba(13,41,80,1) 0%, rgba(26,59,100,1) 100%);
  background-position: 2px 6px, 0px 0px;
  background-repeat: no-repeat;
  border-right: 0px !important;
  width: 105px !important;
}
.passquestion {
  background-image: url(../../images/nowbetVN/icon/header-icon-question.png), linear-gradient(0deg, rgba(13,41,80,1) 0%, rgba(26,59,100,1) 100%);
  background-position: 2px 6px, 0px 0px;
  cursor: pointer;
  border: none;
  width: 20px;
  height: 30px;
  background-repeat: no-repeat;
  margin: 0 12px 0 0;
  border-left: 0px !important;
}
.login-area img {
  vertical-align: middle;
}
.login-area a {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  color: #fff;
  letter-spacing: 0.2px;
}
.lang-box {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 2px 2px 1px;
  width: 40px;
  height: 40px;
}

.flag-icon.lang_cn, .flag-icon.lang_en, .flag-icon.lang_eu, .flag-icon.lang_id, .flag-icon.lang_km, .flag-icon.lang_my, .flag-icon.lang_th, .flag-icon.lang_vi, .flag-icon.lang_zh {
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}
.flag-icon.lang_cn {background-image: url(../../images/nowbetVN/icon/cn.svg);}
.flag-icon.lang_en {background-image: url(../../images/nowbetVN/icon/en.svg);}
.flag-icon.lang_eu {background-image: url(../../images/nowbetVN/icon/eu.svg);}
.flag-icon.lang_id {background-image: url(../../images/nowbetVN/icon/id.svg);}
.flag-icon.lang_km {background-image: url(../../images/nowbetVN/icon/km.svg);}
.flag-icon.lang_my {background-image: url(../../images/nowbetVN/icon/my.svg);}
.flag-icon.lang_th {background-image: url(../../images/nowbetVN/icon/th.svg);}
.flag-icon.lang_vi {background-image: url(../../images/nowbetVN/icon/vi.svg);}
.flag-icon.lang_zh {background-image: url(../../images/nowbetVN/icon/zh.svg);}

.lang-select {
  display: none;
  position: absolute;
  background-color: #20375d;
  width: 50px;
  top: 110%;
  left: -5px;
  padding: 0;
  text-align: center;;
  z-index: 1001;
  border-radius: 0.5em;
}
.lang-select.active{
  display: block;
}
.btn.lang {
  padding: 0;
  margin: 10px 0;
}
.logo-title2 {
  background: url(../../images/nowbetVN/logo.png) center no-repeat;
  width: 20%;
  min-height: 50px;
  max-height: 50px;
  background-size: contain;
  margin-right: 0.1em;
}
@media (max-width: 768px){
  .logo-title2 {
    width: 60%;
    margin-right: 0;
  }
}
.person-info {
  color: #FFF;
  text-align: right;
  line-height: 30px;
  float: left;
}
.person-info .icon {
  vertical-align: top;
  margin: 5px 12px 0 12px;
}
.icon-acc-person {
  width: 16px;
  height: 16px;
  background-image: url(../../images/nowbetVN/icon/icon-acc-person.png);
  display: inline-block;
}
.person-info .info {
  margin-right: 5px;
}
.person-info .icon {
  vertical-align: top;
  margin: 5px 12px 0 12px;
}
.icon-acc-balance {
  width: 18px;
  height: 16px;
  background-image: url(../../images/nowbetVN/icon/icon-acc-balance.png);
  display: inline-block;
}
.btn-refreshS {
  background: url(../../images/nowbetVN/icon/icon-replay1.png) center/100% no-repeat;
  width: 19px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
}
.btn-logout {
  width: 72px;
  height: 29px;
  margin: 0 4px;
  font-size: 12px;
  background-color: #222b2a;
  border-color: #222b2a;
  text-decoration: none;
  border-radius: 1em;
}
.btn-logout:hover{
  background-color: #525857;
  border-radius: 1em;
}

/* navigation mobile */
.home-fix-top-box .logo-title {
  background: url(../../images/nowbetVN/logo-title.png) no-repeat;
  background-size: auto 100%;
  width: 25%;
  height: 100%;
}
.home-login span, .home-register span {
  font-size: 1.5em !important;
  margin:0;
}
.home-login, .home-register  {
  cursor: pointer;
  background-size: 100%;
  background-position: center;
  display: flex;
  justify-content: center;
  line-height: 3.5em;
  margin-right: 0.5em;
}
.home-login{
  font-size: 1.5em !important;
  font-weight: 300;
  width: 115px;
  height: 35px;
  color: white;
  background: url(../../images/nowbetVN/header-but-login.png) no-repeat;
  background-size: contain;
  border: 0;
  justify-content: center !important;
}
#loginForm a:hover {
  color: #ffd102 !important;
  font-weight: bold;
  text-decoration: none !important;
}
.home-register {
  width: 115px;
  height: 35px;
  background: url(../../images/nowbetVN/header-but-register.png) no-repeat;
  background-size: contain;
}
.home-fix-top-box .home-account-box{
  height: 100%;
  min-width: 100%;
  display: flex;
  align-items: center;
}
.home-fix-top-box .home-account-img {
  background: url(../../images/nowbetVN/icon/home-account.png) no-repeat;
  background-size: 100%;
  width: 7vmin;
  height: 7vmin;
  background-position: center;
}
.home-fix-top-box .home-account {
  color: #fff;
  padding: 0 0.2em;
}
.home-fix-top-box .home-logout {
  background: url(../../images/nowbetVN/home-logout.png) no-repeat;
  background-size: 100% 60%;
  width: 25%;
  height: 100%;
  margin: 0 2.5% 0 2.5%;
  background-position: center;
  display: block;
}
.language-box {
  width: 11.3%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 1%;
}
.language-setting {
  width: 100%;
  height: 100%;
}


/* Nav */
/* #nav_top { padding: 10px 0;} */

#nav_top .fright * {
  font-size: 11px;
  align-items: center;
  justify-content: end;
   z-index: 1005;
   line-height: 1em;
}
#nav_top .fright #btnLogin, #nav_top .fright #btnRegis{
  justify-content: center!important;
  border:none!important;
}
#main_nav a {
  color: #fff; font-weight: 400 !important;
  padding: 0 !important;
  text-decoration: none !important;}
#main_nav a:hover { color: #ffd102;}
#main_nav .navbar .nav-icon { margin-right: 20px;}
#main_nav .navbar-nav {
  min-height: 50px;
  align-content: center;
}
.customheight .nav-item{
  min-height: 50px;
  display: flex;
  align-items: center;
}
.promotion-nav, .vip-nav{
  display: inline-block;
  position:relative;
  margin-right: 7px !important;
}
.nav-promo, .nav-vip{
  position: absolute;
  top: 7px;
  right: -15px;
  padding: 10px;
  border-radius: 50%;
  color: white;
}
.nav-promo{
  background: url(../../images/nowbetVN/icon/nav-icon-hot.png) 0 0 no-repeat;
}
.nav-vip{
  background: url(../../images/nowbetVN/icon/nav-icon-crown.png) 0 0  no-repeat;
}
/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
  margin: 1.5em 0;
}
.navbar .dropdown-menu {
  min-height: 50px;
  border:none;
  /* background: linear-gradient(0deg, #243b5e 0%, #192354 100%); */
  background-color: #fff;
  background-image: url(../../images/nowbet/topmnu-hover.png)
}
.menu-sub-list a .icon {
  position: relative;
  display: block;
  width: 110px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 0 auto 10px;
  transition: all 0.2s ease-out 0s;
}
.menu-sub-list .submenu:hover a .icon {
  background-position: 0 -50px;
}
.menu-sub-list .submenu:hover a span {
  color: #ffd102 !important;
}
.menu-sub-list .icon.dg {
  background: url(../../images/nowbetVN/dg.png) no-repeat;
}
.menu-sub-list .icon.wm {
  background: url(../../images/nowbetVN/wm.png) no-repeat;
}
.menu-sub-list .icon.sexy {
  background: url(../../images/nowbetVN/sexy.png) no-repeat;
}
.menu-sub-list .icon.spade {
  background: url(../../images/nowbetVN/spade.png) no-repeat;
}
.menu-sub-list .icon.sky {
  background: url(../../images/nowbetVN/sky.png) no-repeat;
}
.menu-sub-list .icon.joker {
  background: url(../../images/nowbetVN/joker.png) no-repeat;
}
.menu-sub-list .icon.sing {
  background: url(../../images/nowbetVN/3sing.png) no-repeat;
}
.menu-sub-list .icon.ia {
  background: url(../../images/nowbetVN/ia.png) no-repeat;
}
.menu-sub-list .icon.cf {
  background: url(../../images/nowbetVN/cf.png) no-repeat;
}
.menu-sub-list .icon.hr {
  background: url(../../images/nowbetVN/hr.png) no-repeat;
}
/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {
/* remove the padding from the navbar so the dropdown hover state is not broken */
.navbar {
  padding-top:0px;
  padding-bottom:0px;
}
/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
.navbar .nav-item {
  padding:.5rem .5rem;
  margin:0 .25rem;
}
.nav-item .nav-link {
  display: flex;
  min-height: 50px;
  align-items: center;
}

/* makes the dropdown full width  */
.navbar .dropdown-menu {
  background-color: #fff;
  }
}
.dropdown-menu .menu-sub-list{
  justify-content: center;
}

/*movile nav*/
.mobile-nav-custom{
  position: relative;
  display: flex;
  padding: 0 2px 2px 1px;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.menu-mobile{
  display: none;
  position: absolute;
  background-color: #1e3e77eb;
  width: 230px;
  top: 110%;
  right: -50%;
  padding: 0;
  text-align: center;;
  z-index: 61;
  border-radius: 0.5em;
}
.menu-mobile.active{
  display: block;
  transform-origin: 100% 50%;
  animation: fade_in_show 0.5s
}
@keyframes fade_in_show {
   0% {
        opacity: 0;
        transform: scale(0)
   }
   100% {
        opacity: 1;
        transform: scale(1)
   }
}
.mob-login span, .mob-register span, .mob-logout span {
  font-size: 0.8em !important;
  margin:0;
  color: #fff;
  text-decoration: none !important;
}
.login-area-mobile{
  margin-top: 1em
}
.login-area-mobile input {
  border: 1px solid #234687;
  border-radius: 0.1em;
  height: 30px;
  background-color: #102148;
  padding: 2px 2px 2px 20px;
  vertical-align: middle;
  color: #fff;
  width: 90%;
  margin: 0.2em 0;
}
.inputusernamemob {
  background-image: url(../../images/nowbetVN/icon/header-icon-person.png), linear-gradient(0deg, rgba(13,41,80,1) 0%, rgba(26,59,100,1) 100%);
  background-position: 2px 6px, 0px 0px;
  background-repeat: no-repeat;
  margin: 0 6px;
}
.inputpasswordmob {
  background-image: url(../../images/nowbetVN/icon/header-icon-lock.png), linear-gradient(0deg, rgba(13,41,80,1) 0%, rgba(26,59,100,1) 100%);
  background-position: 2px 6px, 0px 0px;
  background-repeat: no-repeat;
  border-right: 0px !important;
}
.passquestionmob {
  position: absolute;
  background-image: url(../../images/nowbetVN/icon/header-icon-question.png), linear-gradient(0deg, rgba(13,41,80,1) 0%, rgba(26,59,100,1) 100%);
  background-position: 2px 6px, 0px 0px;
  border: 1px solid #234687;
  width: 20px;
  height: 30px;
  right: 0;
  top:53px;
  background-repeat: no-repeat;
  margin: 0 12px 0 0;
  border-left: 0px !important;
}
.loginregis-mob {
  width: 100%;
  padding-top: 1em;
  margin: auto !important;
  justify-content: space-evenly;
}
.mob-login, .mob-register, .mob-logout  {
  cursor: pointer;
  background-size: 100%;
  height: 30px;
  background-position: center;
  display: flex;
  justify-content: center;
  line-height: 2em;
}
.mob-login{
  width: 95px;
  background: url(../../images/nowbetVN/dd-but-withdraw.png) no-repeat;
  border: none !important;
  /* font-size: 0.9em !important; */
  color: #fff;
  font-weight: 300;
  text-decoration: none !important;
}
.mob-register, .mob-logout {
  width: 95px;
  background: url(../../images/nowbetVN/dd-but-deposit.png) no-repeat;
}
.mob-menu-list ul{
  padding: 1em 0 ;
  list-style: none;
}
.mob-menu-list li .btn {
  width: 100%;
  cursor: pointer;
  text-align: left;
}
.mob-menu-list li:hover {
  background-color: #1e3e77;
}
.mob-menu-list a, .mob-menu-list span{
  color: #d8d8d8;
}
.mob-menu-list a:hover, .mob-menu-list span:hover{
  color: #fff;
}
.dd-profile {
  width: 100%;
  margin: 0 !important;
  padding: 1em;
}
.imgprofile .img-fluid{
  max-width: 60px;
  max-height: 60px;
}
.dd-info-profile {
  padding: 0.5em;
}
.dd-inner-profile{
  display: flex;
  color: #fff;
}
.user-icon{
  background-image: url(../../images/nowbetVN/icon/menu_icon_person.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
}
.wallet-icon{
  background-image: url(../../images/nowbetVN/icon/menu_icon_wallet.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
}
.dd-download-app{
  display: inline-block;
  width: 25px;
  height: 10px;
  margin-left: 0.5em;
  background: url(../../images/nowbetVN/icon/menu_icon_download.png) 0 0 no-repeat;
  background-size: contain;
}
.dd-vip{
  display: inline-block;
  width: 25px;
  height: 10px;
  margin-bottom: 0.3em;
  background: url(../../images/nowbetVN/icon/menu_icon_crown.png) 0 0 no-repeat;
  background-size: contain;
}

/*Bottom Nav */
.mobile-bottom-nav {
	 position: fixed;
	 bottom: 0;
	 left: 0;
	 right: 0;
   border-top-left-radius: 4vmin;
   border-top-right-radius: 4vmin;
	 z-index: 999;
	 transform: translateZ(0);
	 display: flex;
	 height: 12vmin;
	 /* background: linear-gradient(0deg, rgba(25,35,84,1) 0%, rgba(43,58,111,1) 50%); */
   background: #1e3e77;
   box-shadow: 0 0 2vmin 0 rgb(0 0 0 / 20%);
   backdrop-filter: blur(1vmin);
}
 .mobile-bottom-nav__item {
	 flex-grow: 1;
   padding-top: 0.5em;
	 text-align: center;
	 font-size: 12px;
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
   color: #9aa4c2;
}
 .mobile-bottom-nav__item--active {
	 color: #ffd102;
}
 .mobile-bottom-nav__item-content {
	 display: flex;
	 flex-direction: column;
   color: #fff;
}
.promotion-icon, .vip-icon, .login-icon, .register-icon, .deposit-icon, .withdrawal-icon{
  background-repeat: no-repeat;
  background-position: center;
  height: 25px;
}
.promotion-icon{
  background-image: url(../../images/nowbetVN/icon/gift-normal.png);
}
.mobile-bottom-nav__item--active .promotion-icon{
  background-image: url(../../images/nowbetVN/icon/gift-select.png);
}
.vip-icon{
  background-image: url(../../images/nowbetVN/icon/vip-normal.png);
}
.mobile-bottom-nav__item--active .vip-icon{
  background-image: url(../../images/nowbetVN/icon/vip-select.png);
}
.login-icon{
  background-image: url(../../images/nowbetVN/icon/login-normal.png);
}
.mobile-bottom-nav__item--active .login-icon{
  background-image: url(../../images/nowbetVN/icon/login-select.png);
}
.register-icon{
  background-image: url(../../images/nowbetVN/icon/register-normal.png);
}
.mobile-bottom-nav__item--active .register-icon{
  background-image: url(../../images/nowbetVN/icon/register-select.png);
}
.mobile-bottom-nav__item .fa-money{
  color: #4f6ba8;
  height: 25px;
  font-size: 1.5em;
  align-self: center;
}
.mobile-bottom-nav__item--active .fa-money{
  color: #da9e1e;
  height: 25px;
  font-size: 1.5em;
  align-self: center;
}
.mobile-bottom-nav__item .fa-credit-card{
  color: #4f6ba8;
  height: 25px;
  font-size: 1.5em;
  align-self: center;
}
.mobile-bottom-nav__item--active .withdrawal-icon{
  color: #da9e1e;
  height: 25px;
  font-size: 1.5em;
  align-self: center;
}

/* Hero Carousel */
#hero-carousel {
  background: transparent !important;
}
.carousel-item .img-fluid {
  border-radius: 1em;
  box-shadow: 0 5px 15px #3538ab5e;
}

/* Accordion */
.accordion a { color: #000;}
.accordion a:hover { color: #333d4a;}

/* Carousel Hero */
.carousel-indicators {
  justify-content: flex-end;
  right: 10%;
}
#hero-carousel .carousel-indicators li {
  background-color: #676d74;
  height: 8px;
  width: 40px;
}
#hero-carousel .carousel-indicators li.active {
  background-color: #fea53f;
}
@media(max-width: 768px){
  .carousel-indicators {
    justify-content: center;
    margin: 5px;
    right: 0;
  }
  #hero-carousel .carousel-indicators li {
    background-color: #676d74;
    height: 2px;
    width: 20px;
  }
  #hero-carousel .carousel-indicators li.active {
    background-color: #fea53f;
  }
}
#hero-carousel .carousel-control-next i,
#hero-carousel .carousel-control-prev i {
  color: #efefef !important;
}
.carouselleft,.carouselright{
  position: absolute;
  background: #1e49e6;
  padding: 0.5em;
  border-radius: 5px;
  z-index: 90;
}
.carouselleft{
  left: 12px;
}
.carouselright{
  right: 12px;
}

/* Content Desktop */
.popular_sec, .promotion_sec, .vip_sec, .about_sec, .downloadapp_sec, .articles_sec, .announcement-bar, .blog_sec {
  margin: auto!important;
  text-align:center;
}
.gradtitle {
  font-family: 'Alumni Sans', sans-serif;
  font-weight: 700;
  font-size: 3rem;
  padding-top: 0.5em;
  line-height: 1em;
  background: linear-gradient(90deg, rgba(216,189,21,1) 0%, rgba(249,138,30,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.maintitle:before, .maintitle:after {
  display: inline-block;
  width: 25%;
  height: 25px;
  content: '';
}
.maintitle:before {
  background: url(../../images/nowbetVN/main-title-ornament-left.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.maintitle:after {
  background: url(../../images/nowbetVN/main-title-ornament-right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media(max-width: 768px){
  .gradtitle {
    font-weight: 700;
    font-size: 1.5rem;
    padding-top: 0.5em;
    line-height: 1em;
  }
  .maintitle:before {
    background: url(../../images/nowbetVN/main-title-ornament-left-mob.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .maintitle:after {
    background: url(../../images/nowbetVN/main-title-ornament-right-mob.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .maintitle:before, .maintitle:after {
    display: inline-block;
    width: 25%;
    height: 25px;
    content: '';
    height: 12px;
    margin: 0 5px;
  }
}
@media(max-width: 375px){
  .maintitle:before, .maintitle:after {
    display: inline-block;
    width: 20%;
    height: 25px;
    content: '';
    height: 12px;
    margin: 0 5px;
  }
}
.announcement-bar{
  background: url(../../images/nowbetVN/noti-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  align-items: center;
  padding-bottom: 0.5em;
}
@media(max-width: 768px){
  .announcement-bar{
    background: transparent;
    padding: 0.5em 0;
  }
  .descundergrad{
    font-size: 0.8em !important;
  }
  .marquee-box {
    padding: 0 !important;
  }
}
.marquee-box {
  width: 100%;
  height: 29%;
  display: flex;
  align-items: center;
  padding: 1em 0 0.5em 0;
}
.marquee-box .marquee-img {
  background: url(../../images/nowbetVN/noti-icon-speaker.png) no-repeat;
  background-size: 2.27vmin 2.27vmin;
  width: 5vmin;
  height: 4vmin;
  margin-left: 0.5em;
  background-position: center;
  float: left;
}
.home-marquee {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 0.9rem;
  overflow: hidden;
  display: -webkit-box;display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;-ms-flex-align: center;
  align-items: center;
  font-size: x-small;
  float: left;
  width: 17rem;
}
.home-marquee p {
  color: #4f6ca8;
  font-weight: 400;
  white-space: nowrap;
  z-index: 100;
  font-size: 1.5em;
  margin: 0;
}
@media(min-width:768px){
  .home-marquee p {
    color: #ffac00;
  }
}
.descundergrad{
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 1em;
  color: #4f6ca8;
  padding-bottom: 0.5em;
}
.game-bg-slider {
  background-image: url(../../images/nowbetVN/games-bg.png);
  background-size: cover;
}
@media(max-width:768px){
  .game-bg-slider {
    background-image: none;
  }
}
.main-content-bg {
  background-image: url(../../images/nowbetVN/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: auto;
}

/* CTA Jackpot */
.cta-jackpot {
  background-image: url(../../images/nowbetVN/slot-bg.png);
  background-size: cover;
  padding: 2em 0;
}
.jackpot-img {
  background-image: url(../../images/nowbetVN/jackpot-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 115px;
  min-width: 670px;
  max-width: 670px;
  margin: 0 auto 2em  ;
  display:flex;
}
.container-counter {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-around;
}
.jackpot-counter {
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 700;
  color: #4f6ca8;
  margin-left: 30%;
  font-size:3.5em;
}
.jackpot-counter .js-odoo{
  color: #4f6ca8 !important;
}​
.cta-jackpot .custompadding {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
@media(max-width: 768px){
  .container-counter {
    align-items: start;
  }
  .jackpot-img {
    background-size: cover;
    background-size: 100% auto;
    height: 80px;
    min-width: 280px;
    max-width: 360px;
    margin: auto;
  }
  .jackpot-counter {
    font-size: 1.7em;
    color: #4f6ca8;
    margin-left: 0;
    padding: 4% 0 2% 4em;
  }
}
@media(max-width: 575px){
  .jackpotcountmb{
    margin-top: 1.5em !important;
  }
  .jackpot-counter {
    font-size:1.3em !important;
  }
}
@media(max-width: 468px) {
  .jackpotcountmb{
    margin-top: 1em !important;
  }
}
@media(max-width: 400px) {
  .jackpot-counter {
    padding: 3% 0 6% 4em;
  }
  .jackpotcountmb{
    margin-top: 0.8em !important;
  }
}

/*Fourstep*/
.fourStep {
  background-image: url(../../images/nowbetVN/4steps-bg.png);
  background-size: cover;
  align-items: center;
  padding: 1em;;
  margin-left: 0 !important;
  min-height: 100px;
  max-height: 100px;
}
@media(max-width: 768px){
  padding; 0.5em !important;
}
.fourstepimg{
  object-fit: contain;
  width: 100%;
}
.fourStep h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #214178;
  line-height:1em;
  margin-bottom:3px;
  font-size: 0.9rem;
}
 .fourstepdesc {
   word-wrap: break-word;
   font-size: 0.65em;
   line-height: 1.2em;
   margin-bottom: 0;
 }

/*promotion*/
section.promotion {
  height: 600px;
}
.containerspin{
  background-image: url(../../images/nowbetVN/promo/machine.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: center;
  margin: auto;
  margin-left: 30px;
  width: 100%;
  height: 430px;
}
.promospin{
  display: inline-flex;
  margin: 0;
  object-fit: contain;
  padding-top:6em;
}
.innerspin{
  margin-left: -10px;
  padding: 0.2em;
}
.proimg1,.proimg2,.proimg3,.proimg4,.proimg5{
  padding: 0.3em;
}

@media (min-width:768px) {
  section.promotion {
    height: 450px;
  }
  .containerspin{
    margin-left: 0px;
    height: 289px;
    padding: 0 12px!important;
  }
  .promospin{
    display: inline-flex;
    margin-right: 7px;
    padding:4.3em 0 !important;
  }
  .innerspin{
    margin: auto;
    padding: 2px;
  }
  .proimg1,.proimg2,.proimg3,.proimg4,.proimg5{
    padding: 0em;
  }
}
@media (min-width:991px) {
  section.promotion {
    height: 500px;
  }
  .containerspin{
    margin-left: 0px;
    height: 387px;
  }
  .promospin{
    display: inline-flex;
    margin-right: 7.5px;
    padding:4.8em 0 !important;
  }
  .innerspin{
    margin: auto;
    padding: 10px;
  }
}
@media (min-width:1200px) {
  section.promotion {
    height: 660px;
  }
  .containerspin{
    height: 465px;
  }
  .promospin{
    display: inline-flex;
    margin-right: 9 px;
    padding:5.7em 0 !important;
  }
  .innerspin{
    margin: auto;
    padding: 16px;
  }
}
@media (min-width:1300px) {
  section.promotion {
    height: 650px;
  }
  .containerspin{
    margin-left:  0px;
    height: 465px;
    padding: 0 26px;
  }
  .promospin{
    display: inline-flex;
    margin-right: 8px;
    padding:6.7em 0 !important;
  }
  .innerspin{
    margin: auto;
    padding: 0px;
  }
}
@media (min-width:1400px) {
  section.promotion {
    height: 660px;
  }
  .containerspin{
    margin-left: 0px;
    height: 522px;
  }
  .promospin{
    display: inline-flex;
    margin-right: 11px;
    padding:8.7em 0 !important;
  }
  .innerspin{
    margin: auto;
    padding: 5px;
  }
  .proimg1,.proimg2,.proimg3,.proimg4,.proimg5{
    padding: 0em;
  }
}

/*VIP*/
section.vip-area {
  height: 600px;
}
.vipbgcontainer {
  background-image: url(../../images/nowbetVN/vip-bg-all.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 500px;
  display: flex;
}
@media (max-width: 991px){
  section.vip-area {
    height: 500px;
  }
  .vipbgcontainer {
    height: 400px;
  }
}
@media (min-width:1200px) {
  section.vip-area {
    height: 800px;
  }
  .vipbgcontainer {
    height: 700px;
  }
}
.vipcontainer {
  align-content: center;
  text-align: right;
  padding-right: 0!important;
}
.vipimagecontainer{
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 1em;
}
.viptextcontent{
  padding-right: 2em;
  color: white;
  align-self: center;
  font-size: 0.9em;
}
.vip-join span {
  font-size: 1em !important;
  margin:0;
}
.vip-join{
  cursor: pointer;
  background-size: 100%;
  height: 50px;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: italic;
  margin-right: 1em;
  width: 160px;
  background: url(../../images/nowbetVN/header-but-login.png) no-repeat;
  background-size: contain;
  float: right;
}


/*About Us*/
section.about-us {
  height: 520px;
}
@media (max-width: 991px) {
  .viptextcontent{
    font-size: 0.8em;
  }
}
@media (min-width:1200px) {
  section.about-us {
    height: 550px;
  }
}
.aboutuscontainer {
  margin: 3em auto!important;
}
.videocontainer iframe{
  border: 1px solid #5370aa;
  border-radius: 5px;
  padding: 0.4em;
}
.pointimg {
  text-align: center;
}
.pointimg .img-fluid{
  padding: 0 0.5em 1em;
}
.pointtitle {
  color: #5370aa;
  font-size: 1em;
  margin-bottom: 0.5em;
  text-align: center;
}

/*Download App*/
section.download-app {
  height: 500px;
}
.downloadcontainer {
  background-image: url(../../images/nowbetVN/download-bg-all.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px){
  section.download-app {
    height: 400px;
  }
  .downloadcontainer {
    height: 300px;
  }
}
.downloadcontent{
  position: relative;
  align-items: center;
  margin-left: 1em;
  text-align: center;
}
@media (min-width:1200px) {
  .downloadcontent{
    margin-left: 1em;
  }
}
.qrcontainer{
  margin: auto!important;
}
.qrcode{
  padding: 0.5em 0 0 0;
}
.download-btn{
  margin-top: 1em;
}

/*Articles*/
section.articles {
  height: 550px;
}
.articlescontainer {
  background-image: url(../../images/nowbetVN/article-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top;
  height: 380px;
  display: block;
  align-items: center;
  overflow: auto;
  padding: 1em;
  color: #2b2b2b;
}

/*Blogs*/
.blog_sec {

}
.blogcontainer{

}
.blog_sec .pagination{
  margin: auto;
}
.blog_sec .pagination a, .blog_sec .pagination span{
  width: 30px;
  font-weight: 400;
  font-size: 0.8em;
  padding: 0.5rem;
}
.blog_sec .pagination .page-numbers.current{
  background-color: #60C6FF;
  color: white;
  margin: 2px;
}
.blog_sec .pagination .page-numbers{
  background-color: #757575;
  color: white;
  margin: 2px;
}
.blog_sec .pagination .next.page-numbers, .blog_sec .pagination .prev.page-numbers{
  background-color: #0476B7;
  color: white;
  margin: 2px 5px;
}
.taglist-wrapper {
  display: flex;
  justify-content: center;
}
.taglist-item{
  justify-content: center;
}
.taglist-item .tagitem {
  cursor: pointer;
  background-image: url(../../images/nowbetVN/venue-but-normal.png);
  width: 6.5rem;
  height: 3.2rem;
  -webkit-box-sizing: border-box;box-sizing: border-box;
  margin-bottom: .5rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  -webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;
  position: relative;
  display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;
  justify-content: space-between;
  color: #9aa4c2;
  margin: 3px;
}
.taglist-item .tagitem .tagitem-text {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  transform: translateY(-50%);
  color: #ffffff;
  text-shadow: 0px 1px 2px #000;
}
.taglist-item .tagitem.active .tagitem-text {
  color: #fff;
}
.taglist-item .tagitem.active, html[language='en'] .taglist-item .tagitem.active, html[language='vn'] .taglist-item .tagitem.active, html[language='tw'] .taglist-item .tagitem.active, html[language='th'] .taglist-item .tagitem.active {
  cursor: pointer;
  background-image: url(../../images/nowbetVN/venue-but-select.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}
.bloglist-content{
  width: 100%;
  margin-top: 1em;
}
.bloglist-type[style*="display: block"] {
  display: flex !important;
}
.bloglist-content .bloglist-type {
  /* display: none; */
}
.bloglist-wrapper .bloglist-row {
  position: relative;
}
.bloglist-content .bloglist-type .bloglist-row {
  margin-bottom: 0.8rem;
}
.blogimage{
  display: flex;
  margin-bottom: 0.3em;
  position: relative;
  max-height: 150px;
  min-height: 150px;
  overflow: hidden;
}
.blogimage .img-fluid{
  min-height: 100%;
  object-fit: cover;
}
.blogtext{
  margin: 0;
  text-align: left;
}
.blogtext a{
  font-size: 0.8em;
  font-family: roboto,sans-serif;
  font-weight: 400;
  letter-spacing: -0.2px;
  color: #0476B7;
}
.blogtext img {
  max-width: 100% !important;
  height: auto !important;
}
@media (max-width: 1200px) {
  .blogimage{
    max-height: 120px !important;
    min-height: 120px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blogimage{
    max-height: 85px !important;
    min-height: 85px !important;
  }
}
@media (max-width: 768px) {
  .blogimage{
    max-height: 100px !important;
    min-height: 100px !important;
  }
}

/* Blog Detail */
.detail_blog_sec{
  margin: 0 !important;
  padding: 0 !important;
}
.taglist-wrapper-blog, .taglist-wrapper-detail {
  display: flex;
  padding: 0 1em 1em;
}

/* Content Mobile */
.mobile-background{
  background-image: url(../../images/nowbetVN/main-bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* height: 100%; */
}

.home-content { content
  min-height: 465px;
}
.gamelist-wrapper {
  display: flex;
  justify-content: center;
}
.gamelist-item{
  justify-content: center;
}
.gamelist-item .gameitem {
  cursor: pointer;
  background-image: url(../../images/nowbetVN/venue-but-normal.png);
  width: 5.5rem;
  height: 2rem;
  -webkit-box-sizing: border-box;box-sizing: border-box;
  margin-bottom: .5rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  -webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;
  position: relative;
  display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;
  justify-content: space-between;
  color: #9aa4c2;
  margin: 3px;
}
.gamelist-item .gameitem .gameitem-text {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  transform: translateY(-50%);
  color: #ffffff;
  text-shadow: 0px 1px 2px #000;
}
.gamelist-item .gameitem.active .gameitem-text {
  color: #fff;
}
.gamelist-item .gameitem.active, html[language='en'] .gamelist-item .gameitem.active, html[language='vn'] .gamelist-item .gameitem.active, html[language='tw'] .gamelist-item .gameitem.active, html[language='th'] .gamelist-item .gameitem.active {
  cursor: pointer;
  background-image: url(../../images/nowbetVN/venue-but-select.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}
.gamelist-content{
  width: 100%;
  margin-top: 1em;
}
.gamelist-type[style*="display: block"] {
  display: flex !important;
}
.gamelist-content .gamelist-type {
  display: none;
}
.gamelist-wrapper .gamelist-row {
  position: relative;
}
.gamelist-content .gamelist-type .gamelist-row {
  margin-bottom: 0.8rem;
}
.gamelist-item .gameitem .gameitembg{
  display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;
  -webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;
  -webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 0;
  left: -.25rem;
  background-repeat: no-repeat;
  background-size: 3rem 46rem;
}
.gameimage{
  display: inline-block;
  position: relative;
}
.gameimage:after {
  content: '';
  position: absolute;
  top: 0; right: 0;
  bottom: 0; left: 0;
  background-image: url(../../images/nowbetVN/venue-card-frame.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.gametext{
  font-size: 1em;
  font-weight: 500;
  color: #4f6ca8;
  margin: 0.25em 0;
}


/* Carousel Brand */
.carousel .h1 {
  font-size: .5em !important;
  color: #000 !important;
}
/* Services */
.services-icon-wap {transition: .3s;}
.services-icon-wap:hover, .services-icon-wap:hover i {color: #fff;}
.services-icon-wap:hover {background: #ca9a63;}
/* Contact map */
.leaflet-control a, .leaflet-control { font-size: 10px !important;}
.form-control { border: 1px solid #fff;}

/* Footer */
.bg-footer{
  background: #1e3e77;
}
.partner.img-fluid {
  padding: .5rem 0;
  max-width: 90%!important;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(52deg) brightness(100%) contrast(100%);
}
#footer .sitemap-list li.sitemap_list-item:after {
    display: inline-block;
    content: "";
    margin: 9px 0 0 1px;
    top: 0;
    width: 1px;
    height: 10px;
    background-color: #c0ccca;
    position: relative;
    z-index: 10;
}
#footer a { color: #dcdde1;}
#footer a:hover { color: #ffd102;}
#footer ul.footer-link-list li { padding-top: 10px; font-size: 12px;}
#footer ul.footer-icons li {
  width: 2.6em;
  height: 2.6em;
  line-height: 2.6em;
}
#footer ul.footer-icons li:hover {
  background-color: #cfd6e1;
  transition: .5s;
}
#footer ul.footer-icons li:hover i {
  color: #2a2d34;
  transition: .5s;
}
#footer a {
  font-size: 12px;
}
#footer .border-light { border-color: #2d343f !important;}
.box-top{
  display: flex;
  align-items: center;
}
#footer .bd-top{
  border-top: .5px dashed #fff;
}
#footer .brand a{
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  display: block;
  background-color: #47618f;
  border-radius: 50%;
  text-align: center;
}
#footer .brand a i {
  line-height: 2rem;
  font-size: 1rem;
  color: #fff;
}
.brand .line:hover {background-color: #00b900!important;}
.brand .facebook:hover {background-color: #3b5998!important;}
.brand .youtube:hover {background-color: red!important;}
.brand .skype:hover {background-color: #0078ca!important;}
.brand .twitter:hover {background-color: #2ba9e1!important;}
.brand .envelope:hover {background-color: #0a502d!important;}
.brand .livechat:hover {background-color: #d73030!important;}
.box-top a{
  padding: 0 1em
}
.copyright-txt{
  margin-top: 0.5em;
  font-size: 12px;
  height: 100%
}
#footer .btn-gotop {
  position: absolute;
  text-align: right;
  right: 1em;
  z-index: 50;
}
.icon-gotop {
  position: absolute;
  border: 0;
  width: 38px;
  height: 38px;
  background: url(../../images/nowbetVN/icon/icon-gotop.png) no-repeat;
}
.box-top a {
  color: #FFF;
  text-align: center;
  font-size: 12px;
  text-decoration: none;
}

.product-wap .h3, .product-wap li, .product-wap i, .product-wap p {
  font-size: 12px !important;
}
.product-wap .product-color-dot {
  width: 6px;
  height: 6px;
}


/* Media Queries */
@media (min-width: 576px) {
  .carousel .h1 { font-size: 1em !important;}
  .navbar .dropdown {position:static;}
  .navbar .dropdown-menu {
    width:100%;
    left:0;
    right:0;
    margin: 0;
    padding: 0;
    display:block;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
  }
  /* shows the dropdown menu on hover */
  .navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
    display:block;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.3s linear;
  }
}


/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  #main_nav .navbar-nav {padding: 0;}

  .registration-btn, .login-btn ,.register-btn{
    height: 6.37vmin;
    font-size: 2vmin;
    line-height: 6vmin;
  }
  .login-content .input-box.account, .login-content .input-box.pwd  {
    background-size: auto 4vmin;
  }
  .login-content .input-box input {
    margin-left:7vmin;
  }
  .registration-content .input-box input {
    /* font-size: 2vmin;
    width: 89%;
    height: 6.37vmin;
    line-height: 6vmin; */
    margin-left: 7vmin;
  }
  .phoneCodeBtn {
    height: 4vmin;
  }
  .registration-content .input-box {
    background-size: auto 4vmin;
  }
  .navbar .nav-item {
      padding: .25rem;
      margin: 0 .15rem;
  }
  .navbar .nav-item a{
      font-size: 0.8rem;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  #main_nav .navbar-nav {padding: 0 1em;}
  .product-wap .h3, .product-wap li, .product-wap i, .product-wap p {font-size: 18px !important;}
  .product-wap .product-color-dot {
    width: 12px;
    height: 12px;
  }
  .registration-content, .login-content {
    /* padding: 0.7vmin 30.61vmin; */
  }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {}
