@font-face {
  font-family: "SVN-Helves-Regular";
  src: url(../font/SVN-Helves.ttf);
}
@font-face {
  font-family: "SVN-Helves-Bold";
  src: url(../font/SVN-Helves bold.ttf);
}
@font-face {
  font-family: "SVN-Helve-Regular";
  src: url(../font/SVN-Helve.ttf);
}
@font-face {
  font-family: "SVN-Helve-Bold";
  src: url(../font/SVN-HelveBold.ttf);
}
@font-face {
  font-family: "BeaufortforLOL-Regular";
  src: url(../font/BeaufortforLOL-Regular.otf);
}
@font-face {
  font-family: "BeaufortforLOL-Heavy";
  src: url(../font/BeaufortforLOL-Heavy.otf);
}
@font-face {
  font-family: "BeaufortforLOL-Medium";
  src: url(../font/BeaufortforLOL-Medium.otf);
}
@font-face {
  font-family: "BeaufortforLOL-Bold";
  src: url(../font/BeaufortforLOL-Bold.otf);
}
/*==========BANNER==============*/
.banner__content {
	position: fixed;
    right: 0;
	top: 2.5vh;
    margin: 7% 0;
	background: url(../images/banner/bg.png) no-repeat;
	width: 230px;
	height: 711px;
	padding: 8.3% 1.8% 0 1.7%;
	display: flex;
	flex-direction: column;
	transition: transform .5s;
}
.banner__content-icon {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 10px 0;
}
.banner__content-btn-mobile {
	display: none;
}
.banner__content-btn-desktop {
	display: block;
}
.banner_icon-home,
.banner_icon-fb,
.banner_icon-ytb
{
	display: block;
	font-size: 0;
	width: 35px;
	height: 36px;
	margin: -5px 5px;
}
.banner_icon-home {
	background: url(../images/banner/icon_1.png) top left / cover no-repeat;
}
.banner_icon-ytb {
	background: url(../images/banner/icon_2.png) top left / cover no-repeat;
}
.banner_icon-fb {
	background: url(../images/banner/icon_3.png) top left / cover no-repeat;
}

.btn-napthe {
	background: url(../images/banner/btn_napthe.png) no-repeat;
	display: block;
	width: 142px;
	height: 128px;
	font-size: 0;
	margin: 9px auto;
}
.btn-appstore,
.btn-googleplay,
.btn-apk 
{
	display: block;
	font-size: 0;
	width: 147px;
	height: 46px;
	margin: 0 auto 3px;
}
.btn-appstore {
	background: url(../images/banner/Appstore.png) no-repeat;
}
.btn-googleplay {
	background: url(../images/banner/Googleplay.png) no-repeat;
}
.btn-apk {
	background: url(../images/banner/APK.png) no-repeat;
}
/*==========END BANNER==========*/
/*==========POPUP==============*/
.btn-close_PD {
	width: 211px;
	height: 50px;
	font-size: 0;
	border: 0;
	outline: none !important;
	margin: 14px auto;
	background: url(../images/popup/btn_dong.png) no-repeat;
}
.btn-empty-blue {
	width: 208px;
	height: 50px;
	font-size: 0;
	border: 0;
	outline: none !important;
}
.btn-empty-red {
	width: 208px;
	height: 50px;
	font-size: 0;
	border: 0;
	outline: none !important;
}
.btn-login-chanel {
	font-family: "BeaufortforLOL-Heavy";
	width: 352px;
    height: 47px;
	line-height: 47px;
	font-size: 20px;
	margin: 0 0 18px;
}
.popup__content {
	width: 912px;
    height: 516px;
	justify-content: center;
}
.popup.active .btn-close {
	width: 61px;
    height: 61px;
	top: 32px;
    right: 32px;
}
.popup__content-title {
	font-family: "BeaufortforLOL-Bold";
	color: #123f51;
	margin: 3% 0;
}
.popup__content-header span {
	font-family: "BeaufortforLOL-Heavy";
	color: #354791;
}
.popup__content-header span::before {
	display: inline-block;
	content:"";
	background: url(../images/popup/line_title.png) right / cover no-repeat;
	width: 227px;
	height: 24px;
	margin-right: 16px;
}
.popup__content-header span::after {
	display: inline-block;
	content:"";
	background: url(../images/popup/line_title.png) right / cover no-repeat;
	width: 227px;
	height: 24px;
	margin-left: 16px;
	transform: rotate(180deg);
}
.popup__content-body--login {
	margin: 0 auto 12px;
}
.popup__content-body-noAccount {
	font-family: "BeaufortforLOL-Bold";
	color: #123f51;
	font-size: 20px;
    line-height: 24px;
}
	.internal_link {
		color: #123f51;
		text-decoration-line: underline;
		text-underline-offset: 4px;
		font-size: 20px;
	}
.popup__content-body--table table tr th {
	font-family: "BeaufortforLOL-Bold";
	padding: 8px 12px;
    font-size: 24px;
	color: #fff;
	background-color: #15619a;
    border-right: 1px solid #fff;
	text-align: center;
}
.popup__content-body--table table tr th:nth-child(1) {
	width: 10%;
}
.popup__content-body--table table tr th:nth-child(2) {
	width: 20%;
}
.popup__content-body--table table tr th:nth-child(3) {
	width: 40%;
}
.popup__content-body--table table tr th:nth-child(4) {
	width: 30%;
}
.popup__content-body--table table tr td {
	text-align: center;
}
#popup_signIn_zingID .popup__content {
	width: 1185px;
	height: 670px;
	background-size: cover;
}
#popup_signIn_zingID .popup__content-header {
	justify-content: center;
	order: 2;
}
#popup_signIn_zingID .popup__content-title {
	margin: 2% auto 0;
    order: 1;
}
#popup_signIn_zingID .popup__content-body {
	width: 70%;
	order: 3;
}
#popup_signIn_zingID .popup__content-body--form {
	width: 100%;
}
#popup_signIn_zingID .popup__content-body--form p {
	font-family: "BeaufortforLOL-Bold";
    color: #123f51;
    font-size: 22px;
    line-height: 28px;
    text-align: left;
}
#popup_signIn_zingID .popup__content-body--form label {
	font-size: 32px;
	line-height: 28px;
}
#popup_signIn_zingID .popup__content-body--form input {
	margin: 10px 0;
    padding: 5px 15px;
    height: 44px;
    background-color: #354791;
}
#popup_signIn_zingID .popup__content-body--login {
	margin: 38px 0;
}
/*==========END POPUP==========*/
.btn {
	display: block;
	width: 225px;
	font-size: 28px;
    height: 68px;
	line-height: 68px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-family: "BeaufortforLOL-Heavy";
}
.btn::before{
	position: absolute;
    top: 0;
    left: 0;
}
.btn::after{
	position: absolute;
    top: 0;
    left: 0;
	content: '';
	background: url(../images/TN3Q/btn.png) no-repeat;
	width: 100%;
    height: 100%;
}
/* .active .btn::before {
    content: '';
    background: linear-gradient(45deg, #00ffd5, #ff7300, #fffb00, #48ff00, #00ffd5, #fffb00, #ff7300, #fffb00, #ff7300);
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: 100%;
    height: 100%;
    animation: glowing 20s linear infinite;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
} */
.active .btn::after {
    z-index: -1;
    border-radius: 10px;
}
.s3_box-gift::before{
	position: absolute;
    top: 0;
    left: 0;
}
.s3_box-gift::after {
	position: absolute;
    top: 0;
    left: 0;
	content: '';
	background: url(../images/TN3Q/frame3/frame3_button.png) no-repeat;
	width: 100%;
    height: 100%;
}
/* .active .s3_box-gift::before {
    content: '';
    background: linear-gradient(45deg, #00ffd5, #ff7300, #fffb00, #48ff00, #00ffd5, #fffb00, #ff7300, #fffb00, #ff7300);
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: 100%;
    height: 100%;
    animation: glowing 20s linear infinite;
    transition: opacity .3s ease-in-out;
    border-radius: 24px;
} */
.active .s3_box-gift::after {
    z-index: -1;
    border-radius: 24px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

img.item {
	width: 100%;
    height: 100%;
}
.received .s2_box-gift.hover-light,
.received .s3_box-gift.hover-light,
.received .s4_box-gift.hover-light {
	cursor: unset;
	filter: unset;
}
.s2_content-box.off .s2_box-gift,
.s3_content-box.off .s3_box-gift,
.s4_content-box.off .s4_box-gift
{
	filter: grayscale(1);
}
.s2_content-box.received,
.s3_content-box.received,
.s4_content-box.received
{
	filter: grayscale(0.7);
}
.s2_content-box.off .s2_box-gift::after,
.s3_content-box.off .s3_box-gift::after,
.s4_content-box.off .s4_box-gift::after {
	content:"nạp để nhận";
	font-size: 25px;
}
.s2_content-box.active .s2_box-gift::after,
.s3_content-box.active .s3_box-gift::after,
.s4_content-box.active .s4_box-gift::after {
	content:"nhận quà";
}
.s2_content-box.received .s2_box-gift::after,
.s3_content-box.received .s3_box-gift::after,
.s4_content-box.received .s4_box-gift::after {
	content:"đã nhận";
}
.section--parent {
	background: url(../images/TN3Q/bg.jpg) no-repeat;
	width: auto;
    height: 5626px;
}
.section--navbar {
	height: 55px;
    background-color: rgba(107, 67, 35, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.section--navbar .navbar_mobile {
	display: none;
}
.section--navbar ul {
	height: 100%;
    display: flex;
    justify-content: center;
}
.section--navbar ul > li {
	color: #fff;
    font-size: 18px;
	line-height: 55px;
    padding: 0 64px;
	font-family: "SVN-Helves-Regular";
	position: relative;
}
.section--navbar ul > li > span {
	cursor: pointer;
}
.section--navbar ul > li::after {
	content:"";
	background: url(../images/TN3Q/navbar_icon.png) no-repeat;
	width: 13px;
	height: 13px;
	position: absolute;
	left: -7px;
	top: 50%;
	transform: translateY(-50%);
}
.section--navbar ul > li:first-child::after {
	display: none;
}
/* section--parent (=) height: 5626px;*/
.section--1 {
	height: 1169px;
}
.section--2 {
	height: 1256px;
	padding: 6.5% 10% 9.5% 10%;
}
.section--2_header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 54%;
    height: 114px;
    margin: auto;
}
	.s2_header-bg-paid {
		width: 584px;
		height: 61px;
		background: url(../images/TN3Q/frame2/frame2_paid.png) top left / cover no-repeat;
		font-family: "BeaufortforLOL-Medium";
		font-size: 36px;
		line-height: 61px;
		color: #620707;
		text-align: center;
	}
	.s2_header-paid {
		font-family: "BeaufortforLOL-Heavy";
		color: #ff0000;
		margin: 0 14px;
	}
	.s2_header-btn {
		font-family: "BeaufortforLOL-Heavy";
		font-size: 36px;
		line-height: 70px;
		text-transform: uppercase;
		text-align: center;
		display: block;
		width: 260px;
		height: 70px;
		color: #fff;
		background: url(../images/TN3Q/frame2/frame2_update.png) top left / cover no-repeat;
	}
	.s2_content {
		height: 100%;
		padding: 8px 30% 0 6%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-content: flex-start;
		row-gap: 8%;
	}
	.s2_content-box {
		position: relative;
		width: 243px;
		height: 360px;
		background: url(../images/TN3Q/frame2/frame2_box.png) no-repeat;
	}
	.s2_box-point {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 197px;
		height: 50px;
		line-height: 50px;
		font-family: "BeaufortforLOL-Regular";
		font-size: 23px;
		text-transform: capitalize;
		text-align: center;
		color: #fff;
		background: url(../images/TN3Q/frame2/frame2_button.png) no-repeat;
	}
	.s2_box-img {
		height: 100%;
		padding: 19% 22.6% 17% 22%;
		display: flex;
		flex-direction: column;
		justify-content: space-evenly;
		align-items: center;
	}
	.s2_box-img div {
		width: 82px;
		height: 82px;
	}
	.s2_box-gift {
		position: absolute;
		bottom: -34px;
		left: 50%;
		transform: translateX(-50%);
	}
.section--3 {
	height: 1363px;
	padding: 15.2% 14.6% 23% 40%;
	display: flex;
	justify-content: space-evenly;
}
	.s3_content-box {
		position: relative;
		width: 230px;
		height: 451px;
	}
		.s3_content-box.box-69k {
			background: url(../images/TN3Q/frame3/frame3_box69k.png) no-repeat;
			margin-top: 40px;
		}
		.s3_content-box.box-129k {
			background: url(../images/TN3Q/frame3/frame3_box129k.png) no-repeat;
			margin-top: 120px;
		}
		.s3_content-box.box-399k {
			background: url(../images/TN3Q/frame3/frame3_box399k.png) no-repeat;
			margin-top: 20px;
		}
	.s3_box-img {
		height: 100%;
		padding: 45% 6.4% 63% 8%;
		display: flex;
		flex-direction: column;
		justify-content: space-evenly;
		align-items: center;
	}
	.s3_box-img div {
		width: 82px;
		height: 82px;
	}
	.s3_box-gift {
		position: absolute;
		bottom: 66px;
		left: 50%;
		transform: translateX(-50%);
		width: 312px;
		height: 113px;
		line-height: 122px;
		font-size: 28px;
		text-align: center;
		color: #fff;
		font-family: "BeaufortforLOL-Heavy";
		text-transform: uppercase;
		display: block;
	}
	
	
.section--4 {
	height: 1838px;
    padding: 11% 21% 0% 21%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap-reverse;
    align-content: flex-end;
    column-gap: 1.3%;
    row-gap: 3.5%;
}
	.s4_content-box {
		position: relative;
		width: 278px;
		height: 454px;
	}
		.s4_content-box:nth-child(1) {
			order: 1;
		}
		.s4_content-box:nth-child(2) {
			order: 2;
		}
		.s4_content-box:nth-child(3) {
			order: 3;
		}
		.s4_content-box.box-1 {
			background: url(../images/TN3Q/frame4/frame4_box1.png) no-repeat;
		}
		.s4_content-box.box-2 {
			background: url(../images/TN3Q/frame4/frame4_box2.png) no-repeat;
		}
		.s4_content-box.box-3 {
			background: url(../images/TN3Q/frame4/frame4_box3.png) no-repeat;
		}
		.s4_content-box.box-4 {
			background: url(../images/TN3Q/frame4/frame4_box4.png) no-repeat;
		}
		.s4_content-box.box-5 {
			background: url(../images/TN3Q/frame4/frame4_box5.png) no-repeat;
		}
		.s4_content-box.box-6 {
			background: url(../images/TN3Q/frame4/frame4_box6.png) no-repeat;
		}
		.s4_content-box.box-7 {
			background: url(../images/TN3Q/frame4/frame4_box7.png) no-repeat;
		}
	.s4_box-img {
		height: 100%;
		padding: 33% 9% 58% 9%;
		display: flex;
		flex-wrap: wrap-reverse;
		justify-content: center;
		align-items: center;
		gap: 7%;
	}
		.s4_box-img div {
			width: 82px;
			height: 82px;
		}
		.s4_box-img div:nth-child(1) {
			order: 1;
		}
	.s4_box-gift {
		position: absolute;
		bottom: 74px;
		left: 50%;
		transform: translateX(-50%);
	}

@media only screen and (max-width: 576px) {
/*==========POPUP==============*/
.popup.active .btn-close {
	background: url(../images/popup/mobile/btn_close.png) no-repeat;
	width: 73px;
	height: 80px;
	top: 12px;
    right: 12px;
	z-index: 1;
}

.popup__content,
#popup_signIn_zingID .popup__content {
	background: url(../images/popup/bg_popup.png) center / cover no-repeat;
	width: 730px;
	height: 413px;
}
.popup__content-title {
	margin: 3% auto;
}
.popup__content-body--login {
    margin: 0 auto;
}
.popup__content-header span::before,
.popup__content-header span::after {
	width: 15%;
}
#popup_signIn_zingID .popup__content-body {
	width: 90%;
}
/*==========END POPUP==========*/
.banner__content {
	display: none;
}
.section--navbar .navbar_list {
	position: absolute;
    left: 0;
    top: 0;
	transform: translateY(-100%);
	display: inline-table;
    width: 100%;
	background-color: rgba(107, 67, 35, 0.9);
    padding-bottom: 22px;
    z-index: -1;
	opacity: 0;
	transition: transform .3s ease-out, opacity .4s linear;
}
.section--navbar.active .navbar_list {
	top: 55px;
	transform: translateY(0);
	opacity: 1;
}
.section--navbar .navbar_mobile {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 55px;
	margin: 0 12px;
}
.section--navbar ul > li {
	padding: 0 42px;
}
.section--navbar ul > li::after {
	left: 12px;
}
.section--navbar ul > li:first-child::after {
	display: block;
}
.mobile-logo {
	width: 36px;
	height: 35px;
	background: url(../images/TN3Q/btn_logo.png) no-repeat;
}
.mobile-btn {
	display: flex;
	align-items: center;
}
	.btn-napthe {
		display: block;
		width: 113px;
		height: 36px;
		background: url(../images/TN3Q/btn_napthe.png) no-repeat;
		font-size: 0;
		margin: 0 12px;
	}
	.btn-taigame {
		display: block;
		width: 113px;
		height: 36px;
		background: url(../images/TN3Q/btn_taigame.png) no-repeat;
		font-size: 0;
		margin: 0 12px;
	}
	.btn-home {
		display: block;
		width: 35px;
		height: 36px;
		background: url(../images/TN3Q/btn_home.png) no-repeat;
		font-size: 0;
		margin: 0 12px;
	}
	.btn-menu {
		display: block;
		width: 31px;
		height: 28px;
		background: url(../images/TN3Q/btn_menu.png) no-repeat;
		font-size: 0;
		margin: 0 12px;
	}
.section--parent {
	background: url(../images/TN3Q/mobile/bg.jpg) no-repeat;
	height: 4901px;
}
.section--1 {
	height: 622px;
}
.section--2 {
	height: 1377px;
	padding: 9% 0 0 0;
}
	.section--2_header {
		width: 60%;
		height: 68px;
	}
	.s2_header-bg-paid {
		width: 311px;
		height: 32px;
		font-size: 21px;
		line-height: 32px;
	}
	.s2_header-btn {
		width: 139px;
		height: 37px;
		font-size: 22px;
		line-height: 37px;
	}
	.s2_content {
		padding: 5% 0 0 0;
		transform: scale(0.8);
		transform-origin: top center;
		justify-content: center;
		column-gap: 2.5%;
	}
.section--3 {
	height: 686px;
	padding: 16.7% 6.1% 0% 7.2%;
}	
	.s3_content-box.box-69k {
		margin-top: 40px;
	}
	.s3_content-box.box-129k {
		margin-top: 100px;
	}
	.s3_content-box.box-399k {
		margin-top: 10px;
	}
	.s3_content-box {
		transform: scale(0.75);
		transform-origin: top;
	}
	
.section--4 {
	height: 2216px;
	padding: 16% 0% 0% 0%;
	flex-wrap: wrap;
	align-content: flex-start;
	row-gap: 0;
}
	.s4_content-box {
		transform: scale(0.9);
		transform-origin: top;
	}

/* End Responsive */
}