* {
	padding: 0;
	margin: 0;
	-webkit-user-drag: none;
	/* Safari/Chrome */
	-khtml-user-drag: none;
	/* Konqueror */
	-moz-user-drag: none;
	/* Firefox (partial support) */
	-o-user-drag: none;
	/* Opera */
	user-drag: none;

	-webkit-user-select: none;
	/* iOS Safari */
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

}


img,
a,
div {
	-webkit-user-drag: none;
	user-drag: none;
}

body {
	font-family: Arial, "serif";
	background: rgba(0, 0, 0, 1.00);
}

.bg_site {
	position: fixed;
	inset: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

/* mặc định hide */
.bg_mb {
	display: none;
}


/* Mặc định: ẩn (opacity 0) */
.background-image {
	position: absolute;

	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;

	opacity: 0;
	transition: opacity 1s ease;
	/* hiệu ứng fade mượt */
}

/* Khi active thì hiện */
.background-image.active {
	opacity: 1;
}



.wrapper {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.container {
	width: 800px;
	max-width: 80%;
	height: 100vh;
	position: relative;

}

.list {
	width: 100%;
	display: flex;
	z-index: 1;
	row-gap: 10px;
	position: absolute;
	bottom: 30%;
	left: 0%;


}

.abcvip {
	width: 300px;
	display: block;
	text-align: right;
	position: fixed;
	top: 30px;
	left: 50%;
	transform: translate(-50%, 0);
}

.abcviplogo {
	width: 100%;
	margin: auto;
}




.item {
	align-content: center;
	text-align: center;
	display: flex;
	flex: 1;
	box-sizing: border-box;
	justify-content: center;
}


.item a {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.logo {
	height: 60px;
	width: auto;
	max-width: 70%;
	object-fit: contain;
}

.flag {
	width: 95px;
	margin: 5% 5% 12px;
	max-width: 100%;
}

a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

.item span {
	font-size: 18px;
}

.bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	height: 100vh;

}

.bg1 {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	opacity: 1;
	z-index: 1;
	height: 100%;
	width: 100%;

	background: rgba(0, 0, 0, 0.3);




}

.video {
	position: fixed;
	right: 0px;
	top: -9%;
	min-width: 103%;
	min-height: 100%;
	width: 100%;
	height: auto;
	z-index: 0;
}


.sourcemb {
	display: none;
}


.popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.popup-content img {
	max-width: 90vw;
	max-height: 90vh;
	border-radius: 8px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

/* Ẩn popup mặc định */
.hidden {
	display: none;
}

/* Đóng popup khi click nền */
.popup-overlay::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}




.copyright h4 {
	color: #fff;
	line-height: 25px;
	text-align: center;
	font-weight: bold;

}

.chuky {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 30px;
	width: 100%;
	height: 120px;
	margin: 30px auto;
	position: absolute;
	bottom: 5%;
	flex-direction: column;
	gap: 30px;
	z-index: 2;

}


img.ck {
	width: 90%;
}

.gradient {



	position: absolute;
	width: 100%;
	height: 227px;
	left: 0;
	bottom: 0px;

	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);

}






@media screen and (max-width: 1024px) {
	.video {
		width: 120%;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);

	}

	.sourcemb {
		display: block;
	}

	.item span {
		font-size: 14px;
	}

}

@media (min-width: 769px) {
	.bg_pc {
		display: block;
	}

	.bg_mb {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.wrapper {
		height: 100vh;
	}

	.bg_pc {
		display: none;
	}

	.bg_mb {
		display: block;
	}



	.abcvip {
		width: 100%;
		top: 5%;
		right: auto;
		text-align: center;
	}

	.abcviplogo {
		width: 40%;
		margin: auto;
	}

	.list {
		top: 50%;
		position: fixed;
		flex-wrap: wrap;
		transform: translate(0, -50%);
	}

	.item {
		flex: 0 0 33.33%;
	}

	.flag {
		width: 75%;
		margin: 8%;
		max-width: 100px;
	}

	.logo {
		height: 44px;
		width: auto;
		max-width: 70%;
		object-fit: contain;
	}

	.chuky {

		position: fixed;

		margin: 0px auto;

		bottom: 10%;

		gap: 20px;
		left: 50%;
		transform: translate(-50%, 0);

	}

}