@charset "utf-8";

/* CSS Document */
*,
.box_sizing_border_box,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::-webkit-scrollbar {
	width: 6px;
}

::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: #f9d686;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

* {
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-decoration: none
}

*:focus {
	outline: 0 !important;
	box-shadow: none !important;
}


@font-face {
	font-family: 'redzone';
	src: url("../fonts/SVN-VTRedzoneClassic.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

.f-redzone {
	font-family: 'redzone', sans-serif;
}

@font-face {
	font-family: 'helvetins';
	src: url("../fonts/UTMHelvetIns.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

.f-helvetins {
	font-family: 'helvetins', sans-serif;
}

@font-face {
	font-family: 'helvetical';
	src: url("../fonts/VL_HelveticaLTStd-ExtraComp.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}

.f-helvetical {
	font-family: 'helvetical';
}

@font-face {
	font-family: 'helveticaoblique';
	src: url("../fonts/SFUHelveticaOblique.TTF") format("truetype");
	font-weight: normal;
	font-style: normal;
}

.f-helveticaoblique {
	font-family: 'helveticaoblique', sans-serif;
}

@font-face {
	font-family: 'helveticacompress';
	src: url("../fonts/SFUHelveticaCompressed.TTF") format("truetype");
	font-weight: normal;
	font-style: normal;
}

.f-helveticacompress {
	font-family: 'helveticacompress', sans-serif;
}

@font-face {
	font-family: 'alexander';
	src: url("../fonts/UTMAlexander.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

.f-alexander {
	font-family: 'alexander', sans-serif;
}

body {
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0;
	padding: 0;
	background: none;
	font-family: 'helvetical', sans-serif, Verdana, Tahoma;
	font-size: 24px;
}

body,
html {
	padding: 0;
	margin: 0;
	background: #28180d;
	position: relative;
	height: 100%;
}

ul {
	list-style: none;
	margin: 0
}

a {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.wrapper {
	transform-origin: top left;
	position: absolute;
	overflow: hidden;
	margin: 0 auto;
	width: 2000px;
	will-change: transform;
}


.container {
	display: block;
	margin: 0 auto;
	width: 1200px;
	height: 100%;
	position: relative;
	max-width: 1200px;
}

.frame {
	width: 100%;
	max-width: 1000px;
	height: auto;
	position: relative;
	margin: 0 auto;
}

.opacity-5 {
	opacity: 0.5;
}

.zoom {
	transition: transform .2s;
	/* Animation */
}

.zoom:hover {
	transform: scale(1.1);
	/* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.zoom-50 {
	transition: transform .3s;
	/* Animation */
}

.zoom-50:hover {
	transform: scale(1.05);
	/* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.brightness:hover {
	filter: brightness(1.2)
}

.section {
	position: relative;
	display: block;
	max-width: 100%
}

.section-background {
	position: absolute;
	display: block;
	width: 100%;
	margin: 0 auto;
	top: 0;
	left: 0;
}

.section-content {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	height: 100%;

}


@media (min-width: 1440px) {
	.container {
		max-width: 1140px;
	}

}

@media (max-width: 960px) {
	.desktop {
		display: none !important
	}

	.mobile {
		display: block !important
	}

	.container {
		width: 100%;
		max-width: 100%;
	}

	.container1 {
		width: 100%;
		max-width: 100%;
	}

	.wrapper {
		width: 960px;
	}

	body {
		font-size: 16px;
	}
}

@media (max-width: 575px) {
	.frame {
		max-width: calc(100% - 5px * 2)
	}
}

/* @media (orientation: portrait) {
	.frame {
		max-width: calc(100% - 10px * 2)
	}
	.wrapper {
		width: 960px;
	}

} */


.cursor-pointer {
	cursor: pointer;
}

.text-red {
	color: #fd0303 !important;
}

.text-blue {
	color: #3154c5 !important;
}

.text-purple {
	color: #b903fd !important;
}

.pointer-events-none {
	pointer-events: none;
}


/*----------------------------Page1---------------------------------*/
.section-frame1 {
	height: 1069px;
	overflow: hidden;
	background: url(../images/bg-p1.jpg) no-repeat;
	background-size: 100%;
}

.section-frame1 .logo {
	position: absolute;
	top: 0;
	left: 0;
	right: 600px;
	margin: 0 auto;
	text-align: center;
	z-index: 11;

}

.section-frame1 .text-main {
	width: 533px;
	height: 708px;
	position: absolute;
	top: 150px;
	left: 0;
	right: 600px;
	margin: 0 auto;
	text-align: center;
	z-index: 12;
	pointer-events: none;
	/* 	animation: customAni1 80s ease 0s infinite normal none; */
}

.section-frame1 .play {
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	top: 516px;
	width: 173px;
	height: 159px;
	z-index: 16;
}

.section-frame1 .download-main {
	width: 901px;
	height: 299px;
	background: url(../images/bg-download-p1.png) no-repeat;
	background-size: 100%;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	align-items: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	padding: 0 42px;
	padding-bottom: 14px;
	z-index: 15;
}

.section-frame1 .download-main .btn-group-store {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

@media (max-width: 960px) {
	.section-frame1 {
		height: 1255px;
		overflow: hidden;
		background: url(../images/bg-p1-m.jpg) no-repeat;
		background-size: 100%;
	}

	.section-frame1 .text-main {
		top: 199px;
		left: -48px;

	}
}

/*----------------------------Page2---------------------------------*/
.section-frame2 {
	height: 919px;
	overflow: hidden;
	background: url(../images/bg-p2.jpg) no-repeat;
	background-size: 100%;
}

.section-frame2 .nav-tabs {
	justify-content: center;
	border: 0;
}

.section-frame2 .nav-tabs .nav-link {
	width: 304px;
	height: 82px;
	background: url(../images/bg-btn-tt.png) no-repeat;
	background-size: 100%;
	text-align: center;
	border: 0;
	font-family: 'redzone', sans-serif;
	font-size: 42px;
	line-height: 50px;
	color: #ACACAC;
}

.section-frame2 .nav-tabs .nav-link:hover,
.section-frame2 .nav-tabs .nav-link.active {
	width: 304px;
	height: 82px;
	background: url(../images/bg-btn-tt-hover.png) no-repeat;
	background-size: 100%;
	border: 0;
	color: #fff;
}

.section-frame2 .tab-content {
	width: 1129px;
	height: 805px;
	background: url(../images/frame-tt-p2.png) no-repeat;
	background-size: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.section-frame2 .tab-content .tab-pane {
	width: 960px;
	height: 700px;
	margin: 52px auto 0;
	position: relative;
}

.section-frame2 .tab-content .tab-pane .item {
	display: flex;
	justify-content: flex-start;
	border-bottom: solid 1px #604731;
}

.section-frame2 .tab-content .tab-pane .item:nth-child(3) {
	border-bottom: 0;
}

.section-frame2 .tab-content .tab-pane .item .thumb {
	width: 319px;
	height: 186px;
	background: url(../images/frame-thumb-news.png) no-repeat;
	background-size: 100%;
	display: block;
	text-align: center;
	padding-top: 8px;
	margin: 16px;

}

.section-frame2 .tab-content .tab-pane .item .content {
	width: 600px;
	padding: 40px 0 0 0;
	position: relative;
}

.section-frame2 .tab-content .tab-pane .item .content .datetime {
	position: absolute;
	top: 8px;
	right: 8px;
	color: #83654b;
	font-size: 18px;
	font-weight: 300;
}

.section-frame2 .tab-content .tab-pane .item .content .title {
	font-family: 'helvetins', sans-serif;
	font-size: 26px;
	color: #604731;
	text-transform: uppercase;
}

.section-frame2 .tab-content .tab-pane .item .content .title a {
	color: #604731;
	text-decoration: none;
}

.section-frame2 .tab-content .tab-pane .item .content .description {
	font-size: 22px;
	color: #604731;
}

.section-frame2 .tab-content .tab-pane .item .content .description a {
	color: #604731;
	text-decoration: none;
}

.section-frame2 .tab-content .tab-pane .pagi .page-link {
	background-color: #8d6936;
	color: #ffe979;
	font-weight: 300;
	font-size: 24px;
	line-height: 30px;
	border-left: solid 1px #a88a6f;
	border-right: solid 1px #a88a6f;
	border-top: 0;
	border-bottom: 0;
}

.section-frame2 .tab-content .tab-pane .pagi .page-item.active .page-link {
	background-color: #fff;
	color: #8d6936;
	border: 0
}

.section-frame2 .arr-down {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;

}

@media (max-width: 960px) {
	.section-frame2 {
		height: 790px;
		overflow: hidden;
		background: url(../images/bg-p2-m.jpg) no-repeat;
		background-size: 100%;
	}

	.section-frame2 .tab-content {
		width: 960px;
		height: 684px;
	}

	.section-frame2 .tab-content .tab-pane {
		width: 826px;
		height: 580px;
		margin: 42px auto 0;
		position: relative;
	}

	.section-frame2 .arr-down {
		display: none;
	}

	.section-frame2 .tab-content .tab-pane .item .content .description {
		margin-bottom: 0;
		line-height: 28px;
	}

	.section-frame2 .tab-content .tab-pane .item .content .title {
		font-size: 22px;
	}

	.section-frame2 .tab-content .tab-pane .item .thumb {
		padding-top: 3px;
		margin: 10px 8px 0 8px;
		height: 174px;
	}

}

/*----------------------------Page3---------------------------------*/
.section-frame3 {
	height: 962px;
	overflow: hidden;
	background: url(../images/bg-p3.jpg) no-repeat;
	background-size: 100%;
}

.section-frame3 .title {
	text-align: center;
}

.section-frame3 .swiper-slide .content-slider {
	text-align: center;
	padding-top: 16px;
}

.section-frame3 .swiper-slide .content-slider .text {
	padding-top: 24px;
}

.section-frame3 .swiper-button-prev:after,
.section-frame3 .swiper-rtl .swiper-button-next:after,
.section-frame3 .swiper-button-next:after,
.section-frame3 .swiper-rtl .swiper-button-prev:after {
	content: "";
}

.section-frame3 .swiper-button-next,
.section-frame3 .swiper-rtl .swiper-button-prev {
	right: 292px;
	width: 119px;
	height: 302px;
	top: 154px;
}

.section-frame3 .swiper-button-prev,
.section-frame3 .swiper-rtl .swiper-button-next {
	left: 290px;
	width: 119px;
	height: 302px;
	top: 154px;
}

.section-frame3 .arr-down {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;

}

.section-frame3 .art {
	position: absolute;
	right: 0;
	top: 0;
	pointer-events: none;
}

.daurong {
	position: absolute;
	top: 1832px;
	left: 192px;
	z-index: 30;
	pointer-events: none;
}

@media (max-width: 960px) {
	.section-frame3 {
		height: 766px;
		overflow: hidden;
		background: url(../images/bg-p3-m.jpg) no-repeat;
		background-size: 100%;
	}

	.daurong,
	.section-frame3 .art,
	.section-frame3 .swiper-button-next,
	.section-frame3 .swiper-rtl .swiper-button-prev,
	.section-frame3 .swiper-button-prev,
	.section-frame3 .swiper-rtl .swiper-button-next {
		display: none;
	}

	.section-frame3 .swiper-slide .content-slider {
		text-align: center;
		padding-top: 2px;
		width: 880px;
		margin: 0 auto;
	}

	.section-frame3 .arr-down {
		display: none;
	}
}

/*----------------------------Page4---------------------------------*/
.section-frame4 {
	height: 941px;
	overflow: hidden;
	background: url(../images/bg-p4.jpg) no-repeat;
	background-size: 100%;
}

.section-frame4 .title {
	text-align: center;
	padding-top: 16px;
}

.section-frame4 .btn-chon-server {
	text-align: center;
	width: 200px;
	margin: 0 auto;
	border: solid 1px #fff;
	background-color: #ffe4aa;
	border-radius: 8px;
	font-size: 28px;
	font-family: 'alexander', sans-serif;
	color: #5e2005;
	line-height: 38px;
	padding-bottom: 8px;
}

.section-frame4 .dropdown .dropdown-menu {
	border: solid 1px #fff;
	background-color: #ffe4aa;
	font-size: 28px;
	font-family: 'alexander', sans-serif;

}

.section-frame4 .dropdown .dropdown-menu a {
	color: #5e2005;
}

.section-frame4 .frame-bxh {
	width: 1466px;
	height: 667px;
	background: url(../images/frame-bxh.png) no-repeat;
	background-size: 100%;
	margin: 0 auto;
	position: relative;
}

.section-frame4 .frame-bxh .box-title {
	width: 130px;
	position: absolute;
	top: 110px;
	left: 103px;
	font-family: 'helveticacompress', sans-serif;
}

.section-frame4 .frame-bxh .box-title .text-noti {
	width: 80%;
	margin: 0 auto;
	font-family: 'helveticaoblique', sans-serif;
	font-size: 14px;
	color: #f0e0ae;
	text-align: center;
	padding: 8px 0;
	border-bottom: solid 1px #f0e0ae;
}

.section-frame4 .frame-bxh .box-title .time1 {
	width: 80%;
	margin: 0 auto;
	border-bottom: solid 1px #f0e0ae;
}

.section-frame4 .frame-bxh .box-title .time1 h5 {
	text-align: center;
	color: #f9e5b3;
	font-size: 24px;
	padding-top: 8px;
	margin-bottom: 4px;
}

.section-frame4 .frame-bxh .box-title .time1 h4 {
	text-align: center;
	color: #f9e5b3;
	font-size: 28px;
}

.section-frame4 .frame-bxh .box-title .time2 h4 {
	text-align: center;
	color: #f9e5b3;
	font-size: 28px;
	line-height: 34px;
	padding-top: 8px;
}

.section-frame4 .bxh-content {
	width: 1020px;
	height: 518px;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	top: 100px;
	left: 242px;
	font-family: 'alexander', sans-serif;
	font-size: 20px;


}

.section-frame4 .bxh-content .table>* {
	color: #ffe7dc;
	border: solid 1px #3f1d06;
	text-align: center;
	vertical-align: middle;
}
.section-frame4 .dropdown {
		z-index: 36;
	}
@media (max-width: 960px) {
	.section-frame4 {
		height: 702px;
		overflow: hidden;
		background: url(../images/bg-p4-m.jpg) no-repeat;
		background-size: 100%;
	}

	

	.section-frame4 .frame-bxh {
		width: 960px;
		height: 543px;
		background: url(../images/frame-bxh-m.png) no-repeat;
		background-size: 100%;
		margin: -42px auto;
		position: relative;
		z-index: 32;
	}

	.section-frame4 .frame-bxh .box-title {
		width: 102px;
		top: 68px;
		left: 0;

	}

	.section-frame4 .frame-bxh .box-title .time1 h5 {
		font-size: 18px;
		padding-top: 8px;
		margin-bottom: 4px;
	}

	.section-frame4 .frame-bxh .box-title .text-noti {
		padding: 0 0 8px 0;
		line-height: 20px;
        font-size: 18px;
	}

	.section-frame4 .frame-bxh .box-title .time1 h4 {
		font-size: 20px;
	}

	.section-frame4 .frame-bxh .box-title .time2 h4 {
		font-size: 18px;
		line-height: 22px;
		padding-top: 8px;
	}

	.section-frame4 .bxh-content {
		width: 825px;
		height: 430px;
		top: 81px;
		left: 110px;
		font-size: 20px;
	}

}

/*----------------------------Page10---------------------------------*/
.section-frame10 {
	height: 1351px;
	background: url(../images/bg-news.jpg) no-repeat;
	background-size: 100%;
}

.section-frame10 .nav-tabs {
	justify-content: center;
	border: 0;
	position: absolute;
	top: -250px;
	left: 0;
	right: 0;
	z-index: 20;
}

.section-frame10 .nav-tabs .nav-link {
	width: 304px;
	height: 82px;
	background: url(../images/bg-btn-tt.png) no-repeat;
	background-size: 100%;
	text-align: center;
	border: 0;
	font-family: 'redzone', sans-serif;
	font-size: 42px;
	line-height: 50px;
	color: #ACACAC;
}

.section-frame10 .nav-tabs .nav-link:hover,
.section-frame10 .nav-tabs .nav-link.active {
	width: 304px;
	height: 82px;
	background: url(../images/bg-btn-tt-hover.png) no-repeat;
	background-size: 100%;
	border: 0;
	color: #fff;
}

.section-frame10 .tab-content {
	width: 1141px;
	height: 1050px;
	background: url(../images/frame-news.png) no-repeat;
	background-size: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: absolute;
	top: -172px;
	left: 0;
	right: 0;
}

.section-frame10 .tab-content .tab-pane {
	width: 960px;
	height: 938px;
	margin: 52px auto 0;
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
}

.section-frame10 .tab-content .tab-pane .item {
	display: flex;
	justify-content: flex-start;
	border-bottom: solid 1px #604731;
}

.section-frame10 .tab-content .tab-pane .item:nth-child(3) {
	border-bottom: 0;
}

.section-frame10 .tab-content .tab-pane .item .thumb {
	width: 319px;
	height: 186px;
	background: url(../images/frame-thumb-news.png) no-repeat;
	background-size: 100%;
	display: block;
	text-align: center;
	padding-top: 8px;
	margin: 16px;

}

.section-frame10 .tab-content .tab-pane .item .content {
	width: 600px;
	padding: 40px 0 0 0;
	position: relative;
}

.section-frame10 .tab-content .tab-pane .item .content .datetime {
	position: absolute;
	top: 8px;
	right: 8px;
	color: #83654b;
	font-size: 18px;
	font-weight: 300;
}

.section-frame10 .tab-content .tab-pane .item .content .title {
	font-family: 'helvetins', sans-serif;
	font-size: 26px;
	color: #604731;
	text-transform: uppercase;
}

.section-frame10 .tab-content .tab-pane .item .content .title a {
	color: #604731;
	text-decoration: none;
}

.section-frame10 .tab-content .tab-pane .item .content .description {
	font-size: 22px;
	color: #604731;
}

.section-frame10 .tab-content .tab-pane .item .content .description a {
	color: #604731;
	text-decoration: none;
}

.section-frame10 .tab-content .tab-pane .pagi .page-link {
	background-color: #8d6936;
	color: #ffe979;
	font-weight: 300;
	font-size: 24px;
	line-height: 30px;
	border-left: solid 1px #a88a6f;
	border-right: solid 1px #a88a6f;
	border-top: 0;
	border-bottom: 0;
}

.section-frame10 .tab-content .tab-pane .pagi .page-item.active .page-link {
	background-color: #fff;
	color: #8d6936;
	border: 0
}

.section-frame10 .tab-content .tab-pane .title-news {
	font-size: 40px;
	text-transform: uppercase;
	color: #604731;
	text-align: center;
	margin-top: 42px;
}

.section-frame10 .tab-content .tab-pane .content-details {
	font-family: 'alexander', sans-serif;
	font-weight: 300;
	position: relative;
	overflow: hidden;
}

.section-frame10 .tab-content .tab-pane .content-details .datetime {
	position: absolute;
	top: 2px;
	right: 16px;
}

@media (max-width: 960px) {
	.section-frame10 {
		height: 960px;
		background: url(../images/bg-news-m.jpg) no-repeat;
		background-size: 100%;
	}

	.section-frame10 .nav-tabs {
		top: -340px;
	}

	.section-frame10 .tab-content {
		width: 960px;
		background: url(../images/frame-news-m.png) no-repeat;
		top: -250px;

	}

	.section-frame10 .tab-content .tab-pane .content-details {
		width: 848px;
		margin: 0 auto;
		font-size: 24px;
	}

	.section-frame10 .tab-content .tab-pane .title-news {
		margin-top: 34px;
	}

	.section-frame10 .tab-content .tab-pane .content-details .datetime {
		top: 2px;
		font-size: 22px;
	}

	.section-frame10 .tab-content .tab-pane {
		width: 900px;
		margin: 52px auto 0;
	}

	.section-frame10 .tab-content .tab-pane .item .content {
		padding: 40px 8px 0 0;
	}

	.section-frame10 .tab-content .tab-pane .item .content .datetime {
		position: absolute;
		top: 4px;
		right: 22px;
		font-size: 20px;
	}

	.section-frame10 .tab-content .tab-pane .item:nth-child(3) {
		border-bottom: solid 1px #604731;
	}

	.section-frame10 .tab-content .tab-pane .item:nth-child(4) {
		border-bottom: solid 1px #604731;
	}

}


/*----------------------------footer---------------------------------*/
.footer {
	background: url(../images/bg-p5.jpg) no-repeat;
	background-size: 100%;
	color: #faf7eb;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	padding: 20px;
}

@media (max-width: 960px) {
	.footer {
		height: 287px;
		overflow: hidden;
		background: url(../images/bg-p5-m.jpg) no-repeat;
		background-size: 100%;
	}

}

/*----------------------------Menu Fixed right---------------------------------*/
.download {
	align-items: center;
	background: url(../images/frame-download.png) no-repeat;
	background-size: auto 100%;
	background-position: center top;
	display: flex;
	flex-direction: column;
	height: 648px;
	position: fixed;
	right: 8px;
	top: 45%;
	-webkit-transform: translateY(-50%) scale(.8);
	-ms-transform: translateY(-50%) scale(.8);
	transform: translateY(-50%) scale(.8);
	transform-origin: top right;
	width: 275px;
	z-index: 10;




}


@media (prefers-reduced-motion:reduce) {
	.download {
		transition: none
	}
}

@media screen and (min-width:1921px) {
	.download {
		margin-right: calc(50% - 960px)
	}
}

@media (max-width:960px) {
	.download {
		display: none
	}
}

.btn-taigame {
	margin-top: 25px;
	width: 196px;
	margin-bottom: 5px;
	border-radius: 100px;
	overflow: hidden;
}

.download-btn {
	width: 257px;
	opacity: 1;
}

.btn-ios-right {
	background: url(../images/btn-appstore.png) no-repeat;
	width: 257px;
	height: 75px;
}

.btn-ios-right:hover,
.btn-ios-right:focus {
	filter: brightness(150%);
}

.btn-android-right {
	background: url(../images/btn-ggplay.png) no-repeat;
	width: 257px;
	height: 75px;
}

.btn-android-right:hover,
.btn-android-right:focus {
	filter: brightness(150%);
}

.btn-apk-right {
	background: url(../images/btn-apk.png) no-repeat;
	width: 257px;
	height: 75px;
}

.btn-apk-right:hover,
.btn-apk-right:focus {
	filter: brightness(150%);
}

.btn-ldp-right {
	margin-top: 12px;
}

.download-btn-messenger {
	width: 62px;
	opacity: 1;
	position: absolute;
	bottom: 68px;
}


.download-toggle {
	/* background: url(../images/arrow.png) no-repeat 0 0/100% 100%; */
	height: 26px;
	pointer-events: auto;
	position: absolute;
	right: 98%;
	top: 50%;
	transform: translateY(-50%);
	transform: scaleX(-1);
	transition: all .2s linear;
	transition-delay: .2s;
	width: 12px;
}

@media (prefers-reduced-motion:reduce) {
	.download-toggle {
		transition: none
	}
}


.download.active .download-toggle {
	transform: translateX(0);
	transition-delay: 0s
}

.download.hide {
	opacity: 0 !important;
	transform: translate(100%, calc(-50% + .5px))
}

.download.hide,
.download.hide .download-toggle {
	pointer-events: none
}

@media (max-width:1600px) {
	.download {
		transform: translateY(-50%) scale(.7);
		transform-origin: center right;
	}
}

/*----------------------------Modal---------------------------------*/
.popup-group .btn-close {
	background: url(../images/btn-close.png) no-repeat;
	background-size: 100%;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 1;
	padding: 0;
	margin: 0;
}

.popup-group .modal-header {
	background: url(../images/popup-header.png) no-repeat;
	background-size: 100%;
	padding: 0;
	margin-top: 30px;
	border: none;
}

.popup-group .modal-header h4 {
	font-size: 32px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	padding-top: 12px;
}

.popup-group .nl-content {
	width: 600px;
	margin: 24px auto;
}

.btn-group-popup .bg-btn {
	width: 221px;
	height: 49px;
	background: url(../images/bg-btn.png) no-repeat;
	background-size: 100%;
	line-height: 49px;
	font-size: 30px;
	text-align: center;
	text-decoration: none;
	margin: 4px 16px;

}

.btn-group-popup .bg-btn:hover {
	width: 221px;
	height: 49px;
	background: url(../images/bg-btn-hover.png) no-repeat;
	background-size: 100%;
	line-height: 49px;
	font-size: 30px;
	text-align: center;
	text-decoration: none;

}

.btn-group-popup .bg-btn:hover span {
	background: #183F8E;
	background: linear-gradient(to right, #183F8E 0%, #002D50 47%, #165257 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
}

.btn-group-popup .bg-btn span {
	background: #8E1818;
	background: linear-gradient(to right, #8E1818 0%, #501500 47%, #571616 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
}

.popup-group .hienvat .list-group-item.active {
	color: #fff;
	background-color: #1d487b;
	font-size: 30px;
	text-align: center;
}

.popup-group .giftcode .list-group-item.active {
	color: #fff;
	background-color: #8c4308;
	font-size: 30px;
	text-align: center;
}

.popup-group .hienvat .list-group-item,
.popup-group .giftcode .list-group-item {
	background-color: #eeede8;
	border: none;
	margin: 8px 0;
}

.popup-group .hienvat .list-group-item .item,
.popup-group .giftcode .list-group-item .item {
	width: 276px;
	height: 168px;
	padding: 16px;
	margin: 0 auto;
	text-align: center;
	display: block;
}

.popup-group .hienvat .list-group-item .item img,
.popup-group .giftcode .list-group-item .item img {
	max-height: 100%;
}

@media (max-width: 960px) {
	.popup-group .modal-header {
		background-size: 100% 100%;
		margin-top: 30px;
		height: 33px;
	}

	.popup-group .modal-header h4 {
		font-size: 18px;
		padding-top: 6px;
	}

	.popup-group .hienvat .list-group-item.active,
	.popup-group .giftcode .list-group-item.active {
		font-size: 18px;
	}

	.popup-group .tbl-phanthuong .col-6 {
		padding: 2px;
	}

	.popup-group .hienvat .list-group-item .item,
	.popup-group .giftcode .list-group-item .item {
		width: 148px;
		height: 125px;
	}

	.popup-group .hienvat .list-group-item,
	.popup-group .giftcode .list-group-item {
		background-color: #eeede8;
		border: none;
		margin: 2px 0;
		padding: 0;
	}

	.popup-group .nl-content {
		width: 100%;
		margin: 24px auto;
	}

	.btn-group-popup .bg-btn {
		width: 130px;
		height: 29px;
		line-height: 29px;
		font-size: 16px;
	}

	.btn-group-popup .bg-btn:hover {
		width: 130px;
		height: 29px;
		line-height: 29px;
		font-size: 16px;
	}
}

/*----------------------------Light---------------------------------*/

.light {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 1;
	-webkit-animation: showsss 1s ease-in-out forwards;
	animation: showsss 1s ease-in-out forwards;
	z-index: 0;
	opacity: .8
}

@media only screen and (max-width: 960px) {
	.light {
		display: none
	}
}

.light img {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	display: block;
	background-size: cover
}

.light img:nth-child(1) {
	animation: light 20s infinite linear;
	-webkit-animation: light 20s infinite linear
}

.light img:nth-child(2) {
	animation: light 20s 10s infinite linear;
	-webkit-animation: light 20s 10s infinite linear;
	left: -20%;
	bottom: -50%;
}

.light img:nth-child(3) {
	animation: light 20s infinite linear;
	-webkit-animation: light 20s infinite linear
}

@keyframes light {
	from {
		left: 0;
		bottom: -50%;
	}

	to {
		left: 0;
		bottom: 50%;
		opacity: .1
	}
}

@-webkit-keyframes light {
	from {
		left: -50%;
		bottom: -100%;
	}

	to {
		left: 50%;
		bottom: 200%;
	}
}

/*----------------------------Animation---------------------------------*/
@keyframes turn1 {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes turn1 {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;

	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		opacity: 1;
		transform-origin: center center;
	}

	50% {
		transform: scale(1.03);
		opacity: 1;
		transform-origin: center center;
	}

	100% {
		transform: scale(0.95);
		opacity: 1;
		transform-origin: center center;
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
		opacity: 1;
	}

	50% {
		-webkit-transform: scale(1.03);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(0.95);
		opacity: 1;
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		right: -200px;
	}

	100% {
		opacity: 1;
		right: 8px;
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		right: -200px;
	}

	100% {
		opacity: 1;
		right: 8px;
	}
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-30px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-30px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(30deg);
		opacity: 0;
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}

@keyframes flipInX {
	0% {
		transform: perspective(400px) rotateX(30deg);
		opacity: 0;
	}

	100% {
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	backface-visibility: visible !important;
	animation-name: flipInX;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(200px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(200px)
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes flipInY {
	0% {
		bottom: -200px;
		opacity: 0;
	}

	100% {
		bottom: 110px;
		opacity: 1;
	}
}

@keyframes flipInY {
	0% {
		bottom: -200px;
		opacity: 0;
	}

	100% {
		bottom: 110px;
		opacity: 1;
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	backface-visibility: visible !important;
	animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {
	0% {
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}

	100% {
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	animation-name: flipOutX;
	backface-visibility: visible !important;
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: translateX(-20%) skewX(30deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: translateX(0%) skewX(-15deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}
}

@keyframes lightSpeedIn {
	0% {
		transform: translateX(-100%) skewX(-30deg);
		opacity: 0;
	}

	60% {
		transform: translateX(20%) skewX(30deg);
		opacity: 1;
	}

	80% {
		transform: translateX(0%) skewX(-15deg);
		opacity: 1;
	}

	100% {
		transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

.animated.lightSpeedIn {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.5);
	}


	100% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(.5);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		transform: translateX(-100%) rotate(-120deg);
	}

	100% {
		opacity: 1;
		transform: translateX(0px) rotate(0deg);
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}

.pulse-reverse:hover,
.pulse-reverse:focus {
	-webkit-animation-name: pulse-reverse;
	animation-name: pulse-reverse;
	transition: all 0.2s ease-in-out;
	-webkit-animation-duration: 300ms;
	animation-duration: 300ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	filter: saturate(1);
}

@-webkit-keyframes pulse-reverse {
	from {
		transform: scale3d(1, 1, 1);
	}

	50% {
		transform: scale3d(0.9, 0.9, 0.9);
	}

	to {
		transform: scale3d(1, 1, 1);
	}
}

@keyframes pulse-reverse {
	from {
		transform: scale3d(1, 1, 1);
	}

	50% {
		transform: scale3d(0.9, 0.9, 0.9);
	}

	to {
		transform: scale3d(1, 1, 1);
	}
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(200px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0.4;
		transform: translateX(200px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes wiggle {
	0% {
		-webkit-transform: skewX(9deg);
	}

	10% {
		-webkit-transform: skewX(-8deg);
	}

	20% {
		-webkit-transform: skewX(7deg);
	}

	30% {
		-webkit-transform: skewX(-6deg);
	}

	40% {
		-webkit-transform: skewX(5deg);
	}

	50% {
		-webkit-transform: skewX(-4deg);
	}

	60% {
		-webkit-transform: skewX(3deg);
	}

	70% {
		-webkit-transform: skewX(-2deg);
	}

	80% {
		-webkit-transform: skewX(1deg);
	}

	90% {
		-webkit-transform: skewX(0deg);
	}

	100% {
		-webkit-transform: skewX(0deg);
	}
}

@keyframes wiggle {
	0% {
		transform: skewX(9deg);
	}

	10% {
		transform: skewX(-8deg);
	}

	20% {
		transform: skewX(7deg);
	}

	30% {
		transform: skewX(-6deg);
	}

	40% {
		transform: skewX(5deg);
	}

	50% {
		transform: skewX(-4deg);
	}

	60% {
		transform: skewX(3deg);
	}

	70% {
		transform: skewX(-2deg);
	}

	80% {
		transform: skewX(1deg);
	}

	90% {
		transform: skewX(0deg);
	}

	100% {
		transform: skewX(0deg);
	}
}

@-webkit-keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
	}

	25% {
		-webkit-transform: scale(.95);
	}

	50% {
		opacity: 0;
		-webkit-transform: scale(1.1);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(.3);
	}
}

@keyframes bounceOut {

	0% {
		opacity: 0;
		transform: scale(1.5);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@-webkit-keyframes light-slide-x {
	0% {
		background-position: -1900px -1900px
	}

	to {
		background-position: 1000px 1000px
	}
}

@keyframes light-slide-x {
	0% {
		background-position: -1900px -1900px
	}

	to {
		background-position: 1000px 1000px
	}
}


@-webkit-keyframes customAni1 {

	0%,
	100% {
		transform: rotate(0deg);
		transform-origin: 50% 0;
	}

	10% {
		transform: rotate(50deg);
	}

	20%,
	40%,
	60% {
		transform: rotate(-70deg);
	}

	30%,
	50%,
	70% {
		transform: rotate(70deg);
		filter: brightness(200%);
	}

	80% {
		transform: rotate(-50deg);
	}

	90% {
		transform: rotate(50deg);
	}
}

@keyframes customAni1 {

	0%,
	100% {
		transform: rotate(0deg);
		transform-origin: 50% 0;
	}

	10% {
		transform: rotate(3deg);
	}

	20%,
	40%,
	60% {
		transform: rotate(-5deg);
	}

	30%,
	50%,
	70% {
		transform: rotate(5deg);
		filter: brightness(200%);
	}

	80% {
		transform: rotate(-3deg);
	}

	90% {
		transform: rotate(3deg);
	}
}

@-webkit-keyframes customAni2 {

	0%,
	20%,
	40%,
	60%,
	80%,
	100% {}

	10%,
	30%,
	50%,
	70%,
	90% {
		filter: brightness(150%);
	}
}

@keyframes customAni2 {

	0%,
	20%,
	40%,
	60%,
	80%,
	100% {}

	10%,
	30%,
	50%,
	70%,
	90% {
		filter: brightness(150%);
	}
}

@-webkit-keyframes rotateY {
	0% {
		transform: rotateY(0deg);
	}

	20% {
		transform: rotateY(360deg);
	}

	40% {
		transform: rotateY(0);
	}

	60% {
		transform: rotateY(0);
	}

	80% {
		transform: rotateY(0);
	}

	100% {
		transform: rotateY(0);
	}
}

@keyframes rotateY {
	0% {
		transform: rotateY(0deg);
	}

	20% {
		transform: rotateY(360deg);
	}

	40% {
		transform: rotateY(0);
	}

	60% {
		transform: rotateY(0);
	}

	80% {
		transform: rotateY(0);
	}

	100% {
		transform: rotateY(0);
	}
}

.ani2 {
	-webkit-animation: ani2 5s linear infinite;
	animation: ani2 5s linear infinite;
}

@-webkit-keyframes ani2 {
	0% {
		right: 0
	}

	30% {
		right: -10px
	}

	60% {
		right: -5px
	}

	100% {
		right: 0
	}
}

@keyframes ani2 {
	0% {
		right: 0
	}

	30% {
		right: -10px
	}

	60% {
		right: -5px
	}

	100% {
		right: 0
	}
}

.blink {
	animation: blink 1s ease-in-out infinite;
}

@keyframes blink {
	0% {
		opacity: 1;
		filter: brightness(1.2);
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes blink {
	0% {
		opacity: 1;
		filter: brightness(1.2);
	}

	100% {
		opacity: 1;
	}
}