.nav-pills-custom .nav-link {
    color: #aaa;
    background: #fff;
    position: relative;
}

.nav-pills-custom .nav-link.active {
    color: #45b649 !important;
    background: #fff !important;
}
/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}
.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}

.tab-content{
	width: 100%;
	height: auto;
}
.pager1{
	z-index: 1;
	position: relative;
}
.pager2{
	z-index: 1;
	position: relative;
}
.pager3{
	z-index: 1;
	position: relative;
}
.pager1 img{
	width: 100%;
  	height: 100vh;
}
.pager2 img{
	width: 100%;
  	height: auto;
}
.pager3 img{
	width: 100%;
  	height: auto;
}
#trangChu{
	position: absolute;
	top: 2%;
	right: 1%;
	font-size: 30px;
}
.tuDo{
z-index: 10;
}
#mySidenav{
	background-image: url("../img/right.png");
	z-index: 10;
	position: fixed;
	width: 191px; 
	height: 100%;
	top: 20%;
	right: 2%;
	background-repeat: repeat-x;
}
#topLv_TP{
	background-image: url("../img/left.png");
	z-index: 10;
	position: fixed;
	width: 191px; 
	height: 100%;
	top: 5%;
	left: 2%;
	background-repeat: repeat-x;
}
#right_prev{
	Top: 180px;
	left: -5px;
	position: relative;
}
#noiDungMenuright{
	top: 30px;
	left: 6%;
	position: relative;
}
#mySidenav img{
	margin-top: 10px;
}
#trangChuImg{
	position: absolute;
	top: 6%;
	right: 3%;
	width: 150px;
	height: auto;
}
#contenDK-DN-TGame{
	position: absolute;
	bottom: 30px;
	transform: translate(-50%, -50%);
	left: 50%;
	z-index: 14;
}
#noiDungChinh{
	position: absolute;
	top: 50vh;
	transform: translate(-50%, -50%);
	left: 50%;
}
#tileConten{
	width: 65vw;
}
.contendata{
	background-color: #ffffffad;
}
#coDo img{
	width: 100%;
	top: 115px;
	left: 0vw;
	position: relative;
}
#taiPhu img{
	width: 100%;
	top:  140px;
	right: 0vw;
	position: relative;
}
#contenGioiThieuPhai{
	font-style: italic, bold;
	border-radius: 5px;
	text-align: center;
	top:  50vh; 
	background: #ffffffad;
	width: 65vw;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
}
#contenGioiThieuPhai img{
	width: 90%;
}
#contenGioiThieuPhai div img{
	width: 60%;
}
.nav-tabs .nav-link.active{
	background-color: #fff0 !important;
}
#bgDangKy{
	width: 100%;
  	height: auto;
	z-index: 1;
	position: relative;	
}
#noiDungDangKy{
	top: 45vh;
	z-index: 2;
	width: 100%;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	background-color: FF;
}
.card{
	background-color: #ffffffad !important;
}
.tab-content{
	font-weight: bold;
	font-style: italic;
}
footer {
    background: #34333A;
    text-align: center;
    color: white;
}
html {
	scroll-behavior: smooth;
  }
  .scroller {
	overflow-y: scroll;
	scrollbar-color: #005a8799 #ffffff1a;
	scrollbar-width: thin;
  }
  ::-webkit-scrollbar {
	width: 8px;
	height: 8px;
  }
  ::-webkit-scrollbar-track {
	background-color: #ffffff1a;
	/* border-radius: 10px; */
  }
  ::-webkit-scrollbar-thumb {
	background-color: #dd1e8799;
	/* border-radius: 10px; */
  }
  ::-moz-scrollbar {
	width: 5px;
	height: 5px;
  }
  ::-moz-scrollbar-track {
	background-color: #ffffff1a;
	/* border-radius: 10px; */
  }
  ::-moz-scrollbar-thumb {
	background-color: #dd1e8799;
  }
