@charset "utf-8";
/* Place in your CSS file at the top of the document */

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* 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);
}


/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar,
html::-webkit-scrollbar {
	display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
body,
html {
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}


* {
	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: 'utmaptima';
	src: url("../fonts/UTMAptima.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

.f-utmaptima {
	font-family: 'utmaptima', sans-serif;
}

@font-face {
	font-family: 'uvnanhhainhe';
	src: url("../fonts/UVNAnhHaiNhe_R.TTF") format("truetype");
	font-weight: normal;
	font-style: normal;
}

.f-uvnanhhainhe {
	font-family: 'uvnanhhainhe', sans-serif;
}

@font-face {
	font-family: 'vlabelpro';
	src: url("../fonts/VLABELPRO.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

.f-vlabelpro {
	font-family: 'vlabelpro', sans-serif;
}

@font-face {
	font-family: 'svnkontras';
	src: url("../fonts/SVN-Kontras.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

.f-svnkontras {
	font-family: 'svnkontras', sans-serif;
}

@font-face {
	font-family: 'svnwylievoigen';
	src: url("../fonts/SVN-WylieVoigen.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

.f-svnwylievoigen {
	font-family: 'svnwylievoigen', sans-serif;
}

@font-face {
	font-family: 'tungsten';
	src: url("../fonts/SVN-Tungsten-Semibold.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}

.f-tungsten {
	font-family: 'tungsten', sans-serif;
}

body {
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0;
	padding: 0;
	background: none;
	font-family: 'vlabelpro', Verdana, Geneva, Tahoma, sans-serif;
	position: relative;
}

body,
html {
	padding: 0;
	margin: 0;
	background: #101216;
}

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;
}

.wrapper {
	margin: 0 auto;
	width: 100%;
}

.wrapper {
	width: 2000px;
	max-width: 2000px;
}

.container1 {
	display: block;
	margin: 0 auto;
	width: 1200px;
	position: relative;
}

.frame {
	width: 960px;
	height: auto;
	position: relative;
	margin: 0 auto;
}

.desktop {
	display: block !important
}

.mobile {
	display: none !important
}

.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%;
	pointer-events: auto !important;
}

.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: 2000px) {
	.wrapper {
		transform-origin: top center;
		position: relative;
	}

	html,
	body {
		margin: 0 auto;
	}
}

@media (min-width: 1440px) {
	.container {
		max-width: 1200px;
	}
}

@media (max-width: 750px) {
	.desktop {
		display: none !important
	}

	.mobile {
		display: block !important
	}

	.wrapper {
		width: 750px;
		max-width: 750px;
	}

	.container1 {
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width: 575px) {
	.frame {
		max-width: calc(100% - 5px * 2)
	}
}

@media (orientation: portrait) {
	.frame {
		max-width: calc(100% - 10px * 2)
	}

}

.cursor-pointer {
	cursor: pointer;
}

.warning {
	position: absolute;
	top: 4.4rem;
	left: 0;
	z-index: 999;
}

@media (max-width: 750px) {
	.warning {
		top: 77px;
		left: 0;
		z-index: 999;
	}
}

.text-yellow-gradient {
	background: #EACE6B;
	background: linear-gradient(to bottom right, #EACE6B 0%, #FFEBA7 50%, #D2BC7B 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

}

/*----------------------------Menu Top---------------------------------*/
.header {
	height: auto;
	position: absolute;
	z-index: 888;
	background-color: rgba(18, 24, 30, 1);
	width: 100%;
	height: 4.8rem;

}

.header .logo {
	margin-top: -6px;
}

.header .navbar-nav .nav-item .nav-link {
	font-family: 'svnwylievoigen', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	padding: 28px 16px;
}

.header .navbar-nav .nav-item .nav-link.btn-login {
	padding: 9px 0px;
}

.header .navbar-nav .nav-item .nav-link.btn-login .account-name {
	width: 150px;
	display: block;
	overflow: hidden;
}

.header .navbar-nav .nav-item .dropdown-menu .dropdown-item {
	font-family: 'svnwylievoigen', sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	color: #000;
}

.header .navbar-nav .nav-item.active .nav-link,
.header .navbar-nav .nav-item:hover .nav-link {
	background-color: #e9d280;
	color: #2c323b;
	text-align: center;
	padding: 28px 16px 18px;
}

.header .navbar-nav .nav-item:hover .nav-link.btn-login {
	background: none;
	padding: 9px 0px;
	filter: brightness(110%);
	color: #fff;

}

.header .logo .spinner-grow {
	opacity: 1;
	animation: none;
	background-color: #00ff24;

}

.header .logo .spinner-grow.inactive {
	background-color: #c50202;
}

.header .dropdown:hover>.dropdown-menu {
	display: block;
}

.dropdown.soon .dropdown-item:focus,
.dropdown.soon .dropdown-item:hover {
	background: transparent;
}

.dropdown.soon .dropdown-toggle::after {
	content: "";
	display: none;
}

.dropdown.soon .dropdown-menu {
	margin-top: -12px;
}

@media (max-width: 750px) {
	.logo {
		display: none;
	}

	.header .navbar-nav {
		width: 100%;
	}

	.header .logo-m {
		width: 246px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		text-align: center;
		margin: 0 auto;
	}

	.offcanvas .nav-link {
		font-size: 38px;
		text-align: center;
		border-bottom: solid 1px #1b1b1b;
	}

	.offcanvas-header .btn-close {
		background-color: #fff;
		width: 32px;
		height: 24px;
		top: 16px;
		position: absolute;
		right: 8px;
	}
}

/*------------Section 1-------------*/
.section1 {
	width: 100%;
	height: 1024px;
	position: relative;
}

.section1 .logo-m {
	position: absolute;
	top: 68px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	z-index: 11;
	width: 360px;
}

.section1 .art {
	position: absolute;
	top: 4px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	z-index: 10;

}

.section1 .art .art1 {
	position: absolute;
    top: 300px;
    left: 250px;
	z-index: 10;
}

.section1 .art .art2 {
	position: absolute;
	top: 247px;
	left: 483px;
	z-index: 11;
}

.section1 .art .art3 {
	position: absolute;
	top: 204px;
	left: 781px;
	z-index: 12;
}

.section1 .art .art4 {
	position: absolute;
	top: 280px;
	left: 1064px;
	z-index: 11;
}

.section1 .art .art5 {
	position: absolute;
	top: 335px;
	left: 1272px;
	z-index: 10;
}

.section1 .art .eff-page1 {
	position: absolute;
	top: 375px;
	left: 0;
	z-index: 15;
}

.section1 .art .art1 {
	animation: moveYDiv 4s .4s ease-in-out infinite;
}

.section1 .art .art2 {
	animation: moveYDiv 4s .7s ease-in-out infinite;
}

.section1 .art .art3 {
	animation: moveYDiv 4s ease-in-out infinite;
}

.section1 .art .art4 {
	animation: moveYDiv 4s .7s ease-in-out infinite;
}

.section1 .art .art5 {
	animation: moveYDiv 4s .4s ease-in-out infinite;
}

.section1 .btn-taigame {
	position: absolute;
	top: 748px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	z-index: 11;
}

.section1 .note {
	width: 1713px;
	height: 36px;
	background: url(../images/bg-note.png) no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 928px;
	z-index: 12;
	font-family: 'utmaptima', sans-serif;
	font-size: 20px;
	color: #ffefc1;
	text-align: center;
}

@media (max-width: 750px) {
	.section1 {
		height: 1224px;
	}

	.section1 .art .art2 {
		position: absolute;
		top: 187px;
		left: -130px;
		z-index: 11;
	}

	.section1 .art .art3 {
		position: absolute;
		top: 144px;
		left: 181px;
		z-index: 12;
	}

	.section1 .art .art4 {
		position: absolute;
		top: 220px;
		left: 436px;
		z-index: 11;
	}

	.section1 .art .art1,
	.section1 .art .art5 {
		display: none;
	}

	.section1 .btn-taigame {
		top: 888px;
	}

	.section1 .note {
		width: 750px;
		height: 92px;
		top: 1080px;
		font-size: 24px;
		background-size: 100% 100%;
		padding: 8px;
	}
}

/*------------Section 2-------------*/
.section2 {
	width: 100%;
	height: 464px;
	position: relative;
	overflow: hidden;
}

.section2 .art-page2 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 22;
}

.section2 .text-gt {
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 890px;
	height: 230px;
	background: url(../images/frame-page2.png) no-repeat;
	background-size: 100%;
	font-size: 18px;
	color: #ffefc1;
	font-family: 'utmaptima', sans-serif;
	padding: 50px 50px 50px 350px;
}

@media (max-width: 750px) {
	.section2 .art-page2 {
		top: 0;
		left: -90px;
	}

	.section2 .text-gt {
		top: 100px;
		width: 750px;
		height: 230px;
		font-size: 19px;
		padding: 15px 17px 50px 285px;
	}
}

/*------------Section 3-------------*/
.section3 {
	width: 100%;
	height: 921px;
	position: relative;
	overflow: hidden;
}

.section3 .title {
	text-align: center;
	margin-top: 0;
}

.section3 .col-left {
	width: 448px;
	position: relative;
	overflow: hidden;
}

.section3 .col-left .nav {
	width: 375px;
	margin: 24px auto;
}

.section3 .col-left .nav .nav-item {
	background-color: #000;
	border-radius: 8px;
}

.section3 .col-left .nav .nav-link {
	font-family: 'svnwylievoigen', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #dbdbdb;
	font-weight: 500;
}

.section3 .col-left .nav .nav-link.active {
	background: #EACE6B;
	background: linear-gradient(to bottom right, #f1db89 0%, #ffedb1 50%, #D2BC7B 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 600;
}


.section3 .col-left .tbl-bxh {
	width: 375px;
	height: 657px;
	background: url(../images/bg-bxh.png) no-repeat;
	background-size: 100%;
	margin-left: 36px;
	font-family: roboto, sans-serif;
}

.section3 .col-left .tbl-bxh .table {
	padding-top: 24px;
}

.section3 .col-left .tbl-bxh .table tr th {
	padding-top: 32px;
	font-weight: bold;
	font-size: 16px;
	vertical-align: middle;
}

.section3 .col-left .tbl-bxh .table thead {
	background: url(../images/line.png) no-repeat;
	background-size: 100%;
	background-position: bottom;
}

.section3 .col-left .tbl-bxh .table tr td {
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	vertical-align: middle;
	background-color: transparent !important;
}

.section3 .col-left .tbl-bxh .pagination {
	margin: 24px auto;
}

.section3 .col-left .tbl-bxh .pagination .page-item .page-link {
	background: transparent;
	border: none;
	font-size: 24px;
	color: #fff;
}

.section3 .col-left .tbl-bxh .pagination .page-item .page-link:hover,
.section3 .col-left .tbl-bxh .pagination .page-item.active .page-link {
	color: #fbb132;
}

.section3 .col-right {
	width: 748px;
}

.section3 .col-right .search {
	width: 300px;
	position: absolute;
	top: 24px;
	right: 28px;

}

.section3 .col-right .search input {
	background-color: #edd4b0;
	border: solid 1px #edd4b0;
	position: relative;
}

.section3 .col-right .search .btn-search {
	position: absolute;
	top: 5px;
	right: 8px;
}

.section3 .col-right .nav {
	width: 713px;
	margin: 132px 0 21px 12px;
}

.section3 .col-right .nav .nav-item {
	background-color: #000;
	border-radius: 8px;
}

.section3 .col-right .nav .nav-link {
	font-family: 'svnwylievoigen', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #dbdbdb;
	font-weight: 500;
}

.section3 .col-right .nav .nav-link.active {
	background: #EACE6B;
	background: linear-gradient(to bottom right, #f1db89 0%, #ffedb1 50%, #D2BC7B 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 600;
}


.section3 .col-right .list-news {
	max-width: 713px;
	max-height: 657px;
	background: rgb(242, 234, 215);
	background: linear-gradient(0deg, rgba(242, 234, 215, 1) 70%, rgba(237, 211, 176, 1) 100%);
	padding: 32px 16px 16px 16px;
	border-radius: 8px;
	position: relative;
}

.section3 .col-right .btn-xemthem {
	position: absolute;
	top: -8px;
	right: -22px;
}

.section3 .col-right .list-news .news-item {
	position: relative;
	border-bottom: solid 1px #000;
	padding: 8px 0;
}

.section3 .col-right .list-news .news-item:hover {
	transform: scale(1.01);
}

.section3 .col-right .list-news .news-item a {
	text-decoration: none;
	color: #000;
	text-decoration: none;
}

.section3 .col-right .list-news .thumb {
	width: 162px;
	height: 97px;
	border: solid 1px #000;
	padding: 2px;
	margin-right: 16px;
}

.section3 .col-right .list-news .description {
	width: 490px;
}

.section3 .col-right .list-news .description .title {
	font-size: 20px;
	font-family: roboto, sans-serif;
	font-weight: 600;
	color: #000;
	text-align: left;
	max-width: 400px;
}

.section3 .col-right .list-news .description .datetime {
	position: absolute;
	top: 8px;
	right: 0;
	font-size: 16px;
	color: #333;
	font-weight: 600;
}

.section3 .col-right .list-news .description .sub-des {
	font-size: 14px;
	font-family: roboto, sans-serif;
	color: #000;
}

.section3 .col-right .pagination {
	margin: 8px auto;
}

.section3 .col-right .pagination .page-item .page-link {
	background: transparent;
	border: none;
	font-size: 24px;
	color: #000;
}

.section3 .col-right .pagination .page-item .page-link:hover,
.section3 .col-right .pagination .page-item.active .page-link {
	color: #fbb132;
}

@media (max-width: 750px) {
	.section3 {
		height: 1848px;
	}

	.section3 .container1 {
		flex-direction: column-reverse;
	}

	.section3 .col-right .nav .nav-link {
		font-size: 24px;
		padding-top: 14px;
	}

	.section3 .col-right .list-news .description .title {
		font-size: 22px;
	}

	.section3 .col-right .list-news .description .sub-des {
		font-size: 18px;
	}

	.section3 .col-right .list-news {
		overflow-y: auto;
		overflow-x: hidden;
		margin: 0 auto;
	}

	.section3 .col-left {
		width: 714px;
		margin-top: 48px;
	}

	.section3 .col-left .tbl-bxh {
		width: 680px;
	}

	.section3 .col-left .nav .nav-link {
		font-size: 22px;
		padding-top: 14px;
	}

	.section3 .col-left .tbl-bxh .table tr th {
		font-size: 22px;
	}

	.section3 .col-left .tbl-bxh .table tr td {
		font-size: 18px;
	}
}

/*------------Section 4-------------*/
.section4 {
	width: 100%;
	height: 1000px;
	position: relative;
}

.section4 .frame-news {
	width: 1334px;
	margin: 0 auto;
	padding-top: 277px;
}

.section4 .frame-news .item {
	width: 325px;
	height: 520px;
	background: url(../images/frame-news-page4.png) no-repeat;
	background-size: 100%;
	position: relative;
}

.section4 .frame-news .item .title-news {
	width: 255px;
	height: 58px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bolder;
	position: absolute;
	top: 42px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	text-align: center;
	line-height: 28px;
	padding-top: 6px;

}

.section4 .frame-news .item .title-news a {
	color: #392d0d;
	text-decoration: none;
}

.section4 .frame-news .item .thumb {
	width: 255px;
	height: 255px;
	overflow: hidden;
	position: absolute;
	top: 112px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	background: #a2843c;
	-webkit-clip-path: polygon(3% 0%, 97% 0%, 100% 3%, 100% 97%, 97% 100%, 3% 100%, 0% 97%, 0% 3%);
	clip-path: polygon(3% 0%, 97% 0%, 100% 3%, 100% 97%, 97% 100%, 3% 100%, 0% 97%, 0% 3%);
}

.section4 .frame-news .item .short-des {
	position: absolute;
	width: 255px;
	height: 74px;
	top: 378px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	font-weight: bold;
	line-height: 23px;
}

.section4 .frame-news .item .short-des a {
	color: #392d0d;
	text-decoration: none;
}

.section4 .frame-news .item .date {
	font-size: 22px;
	font-weight: bold;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: 26px;
	margin-bottom: 0;
	font-weight: bolder;
}
.section4 .pagination {
	margin-top: 3rem;
}
.section4 .pagination .page-item {
	margin: 4px;
}

.section4 .pagination .page-item .page-link {
	width: 40px;
	height: 40px;
	background-color: #000;
	border: solid 1px #ab8736;
	text-align: center;
	font-size: 32px;
	font-family: 'tungsten', sans-serif;
	text-align: center;
	color: #dbc383;
	line-height: 24px;
	font-weight: 300;
}

.section4 .pagination .page-item.active .page-link {
	background-color: #ab8736;
	color: #fff994;
}

.section4 .pagination .page-item:first-child .page-link {
	border-radius: 0;
}

.section4 .pagination .page-item:last-child .page-link {
	border-radius: 0;
}

@media (max-width: 750px) {
	.section4 {
		height: 1400px;
	}

	.section4 .frame-news {
		width: 750px;
		margin: 0 auto;
		padding-top: 232px;
	}
	.section4 .frame-news .item {
		transform: scale(2);
		transform-origin: center top;
	}
	.section4 .pagination {
		margin-top: 560px;
		transform: scale(1.5);
	}
}

/*------------Section 4a-------------*/
.section4a {
	width: 100%;
	height: 952px;
	position: relative;
}

.section4a .mySwiper5 {
	width: 1200px;
	margin: 0 auto;
	padding-top: 270px;
}

.section4a .mySwiper5 .swiper-slide {
	width: 954px;
	margin: 0 auto;
}

.section4a .mySwiper5 .swiper-slide .slider-image {
	width: 954px;
	height: 557px;
	background: url(../images/bg-slider-page4.png) no-repeat;
	background-size: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px;

}

.section4a .mySwiper5 .swiper-slide img {
	border: solid 3px #9a7a2e;
}

.section4a .mySwiper5 .swiper-wrapper .swiper-slide-next {
	opacity: 0.8;
	filter: brightness(50%);
	padding-left: 0;
	padding-top: 16px;

}

.section4a .mySwiper5 .swiper-wrapper .swiper-slide-prev {
	opacity: 0.8;
	filter: brightness(50%);
	padding-right: 250px;
	padding-top: 16px;
}

.section4a .swiper-button-next {
	right: 0;
	top: 49%;
	width: 50px;
}

.section4a .swiper-button-prev {
	left: 0;
	top: 49%;
	width: 50px;
}

.section4a .swiper-button-next:after,
.section4a .swiper-button-prev:after {
	content: '';
}

.section4a .nav-slider {
	width: 1300px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	position: absolute;
	top: 63%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
}

@media (max-width: 750px) {
	.section4a {
		height: 690px;
	}

	.section4a .mySwiper5 {
		padding-top: 200px;
		width: 750px;
	}

	.section4a .mySwiper5 .swiper-slide {
		width: 700px;
		margin: 0 auto;
	}

	.section4a .mySwiper5 .swiper-slide .slider-image {
		width: 700px;
		height: 409px;
		padding: 20px;
	}

	.section4a .nav-slider {
		width: 750px;
	}

}

/*------------Section 5-------------*/
.section5 {
	width: 100%;
	height: 1150px;
	position: relative;
}

.section5 .title {
	text-align: center;
	margin-top: 48px;
}

.mySwiper2 {
	margin-top: -56px;
	max-width: 960px;
}

.mySwiper2.swiper {
	z-index: 1;
}

.mySwiper2 .char-content {
	width: 348px;
	position: absolute;
	right: 72px;
	z-index: 22;
}

.mySwiper2 .char-content .name-char {
	font-family: 'svnkontras', sans-serif;
	font-size: 58px;
	background: #FFFFFF;
	background: linear-gradient(to bottom right, #FFFFFF 0%, #B7B7B7 42%, #B7B7B7 67%, #FFFFFF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
}

.mySwiper2 .char-content .description {
	font-family: 'uvnanhhainhe', sans-serif;
	font-size: 20px;
	color: #fff;
	height: 160px;
	overflow: auto;

}


.mySwiper2 .char-thumb {
	width: 100%;
	position: relative;
	animation: moveYDiv1 3s ease-in-out infinite;
	margin-top: 32px;
	z-index: 21;
}

.mySwiper2 .char-content .playvideo-char {
	position: absolute;
	bottom: -124px;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-animation: turn1 5s linear infinite;
	animation: turn1 5s linear infinite;
}

.mySwiper2 .swiper-slide:nth-child(1) .char-thumb .playvideo-char {
	bottom: 28px;
	left: 266px;
}

.mySwiper2 .swiper-slide:nth-child(7) .char-thumb .playvideo-char {
	bottom: 28px;
	left: 316px;
}

.mySwiper2 .swiper-slide:nth-child(8) .char-thumb .playvideo-char {
	bottom: 28px;
	left: 240px;
}

.mySwiper2 .swiper-slide:nth-child(9) .char-thumb .playvideo-char {
	bottom: 28px;
	left: 262px;
}

.frame-thumb {
	position: absolute;
	top: 16px;
	left: 0;
	width: 750px;
	height: 727px;
}


.char-slide-thumb {
	width: 100%;
	height: 100%;
	position: relative;
}

.mySwiper {
	height: 100%;
	box-sizing: border-box;
	padding: 0;
	margin-top: 164px;

}

.mySwiper .swiper-slide {
	width: 25%;
	height: auto;
	opacity: 0.9;
	filter: grayscale(90%);
	cursor: pointer;
}

.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
	filter: grayscale(0);
}

.char-slide-thumb .mySwiper .swiper-slide:nth-child(1) {
	position: absolute;
	top: 0;
	right: 17px;
}

.char-slide-thumb .mySwiper .swiper-slide:nth-child(2) {
	position: absolute;
	top: 41px;
	right: 103px;
}

.char-slide-thumb .mySwiper .swiper-slide:nth-child(3) {
	position: absolute;
	top: 105px;
	right: 175px;
}

.char-slide-thumb .mySwiper .swiper-slide:nth-child(4) {
	position: absolute;
	top: 197px;
	right: 229px;
}

.char-slide-thumb .mySwiper .swiper-slide:nth-child(5) {
	position: absolute;
	top: 291px;
	right: 252px;
}

.char-slide-thumb .mySwiper .swiper-slide:nth-child(6) {
	position: absolute;
	top: 387px;
	right: 253px;
}

.char-slide-thumb .mySwiper .swiper-slide:nth-child(7) {
	position: absolute;
	top: 480px;
	right: 227px;
}

.char-slide-thumb .mySwiper .swiper-slide:nth-child(8) {
	position: absolute;
	top: 557px;
	right: 172px;
}

.char-slide-thumb .mySwiper .swiper-slide:nth-child(9) {
	position: absolute;
	top: 622px;
	right: 102px;
}




.mySwiper2 .swiper-button-next:after,
.mySwiper2 .swiper-button-prev:after {
	content: '';
}


.char-slide-thumb .swiper-button-next,
.char-slide-thumb .swiper-button-prev {
	display: none;
}

.mySwiper2 .swiper-slide-active .char-content {
	animation: lightSpeedIn1 2s ease-in-out;
}

.section5 .pre-nex {
	position: absolute;
	width: 942px;
	margin: 0 auto;
	top: 520px;
	left: 0;
	right: 0;
	z-index: 60;
}

.section5 .swiper-button-next {
	right: 0;
	top: 49%;
	width: 100px;
	display: block;
}


.section5 .swiper-button-prev {
	left: 0;
	top: 49%;
	width: 100px;
	display: block;
}

.section5 .swiper-button-next:after,
.section5 .swiper-rtl .swiper-button-prev:after,
.section5 .swiper-button-prev:after,
.section5 .swiper-rtl .swiper-button-next:after {
	content: "";
}



.section5 .social-group {
	margin-top: 94px;
	justify-content: center;
}

@media (max-width: 750px) {
	.section5 {
		height: 1200px;

	}

	.section5 .title {
		margin-top: 0;
	}

	.mySwiper2 .char-thumb {
		margin-left: -200px;
	}

	.mySwiper2 .char-content {
		right: 24px;
	}

	.frame-thumb {
		top: 16px;
		width: 750px;
		height: 100px;
	}

	.char-slide-thumb .mySwiper .swiper-slide:nth-child(1) {
		top: 0;
		right: 656px;
	}

	.char-slide-thumb .mySwiper .swiper-slide:nth-child(2) {
		top: 0;
		right: 578px;
	}

	.char-slide-thumb .mySwiper .swiper-slide:nth-child(3) {
		top: 0;
		right: 490px;
	}

	.char-slide-thumb .mySwiper .swiper-slide:nth-child(4) {
		top: 0;
		right: 410px;
	}

	.char-slide-thumb .mySwiper .swiper-slide:nth-child(5) {
		top: 0;
		right: 328px;
	}

	.char-slide-thumb .mySwiper .swiper-slide:nth-child(6) {
		top: 0;
		right: 250px;
	}

	.char-slide-thumb .mySwiper .swiper-slide:nth-child(7) {
		top: 0;
		right: 170px;
	}

	.char-slide-thumb .mySwiper .swiper-slide:nth-child(8) {
		top: 0;
		right: 88px;
	}

	.char-slide-thumb .mySwiper .swiper-slide:nth-child(9) {
		top: 0;
		right: 3px;
	}

	.mySwiper {
		margin-top: 900px;
	}

	.section5 .social-group {
		margin-top: 142px;
		justify-content: center;
	}
}

/*----------------------------Section 6 Footer---------------------------------*/
.section6 {
	height: 300px;
	margin-top: 0;
	background-color: #000;

}

.footer {
	font-family: 'vlabelpro', sans-serif;
	font-size: 18px;
}

.footer-content,
.warning-18 {
	width: 50%;
	margin: 0 auto;
}

.vtc-logo {
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
}

.footer-text {
	padding: 15px;
	color: #fff;
	line-height: 20px;
}

.footer-text a {
	color: #c6cad9;
}

@media (max-width: 960px) {
	.footer {
		font-family: 'vlabelpro', sans-serif;
		font-size: 24px;
	}

	.footer-text {
		line-height: 34px;
	}
}

/*------------Section 7-------------*/
.section7 {
	width: 100%;
	height: 1300px;
	position: relative;
	overflow: hidden;
}

.section7 .content-gt {
	margin-top: 200px;
	background: rgba(0, 0, 0, 0.7);
}

.section7 .content-gt .gt-header {
	height: 100px;
	border-bottom: 1px solid #fff;
	margin: 0 24px;
}

.section7 .content-gt .description {
	width: 640px;

}

.section7 .content-gt .description h2 {
	color: #ffeba7;
	font-family: 'svnwylievoigen', sans-serif;
	font-size: 50px;
	text-transform: uppercase;
	padding-top: 60px;
}

.section7 .content-gt .description p {
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	text-align: justify;
}

.section7 .content-gt .thumb {
	width: 500px;
}

.section7 .social-group {
	margin-top: 38px;
	justify-content: center;
}

@media (max-width: 750px) {
	.section7 {
		width: 100%;
		height: 1656px;
		position: relative;
	}

	.section7 .social-group {
		margin: 100px 0;
		justify-content: center;
	}

	.section7 .content-gt .thumb {
		width: 500px;
		position: absolute;
		right: -156px;
		z-index: 80;
		opacity: .5;
	}

	.section7 .content-gt .description p {
		font-size: 28px;
	}

	.section7 .content-gt .description {
		width: 850px;
	}
}

/*------------Section 8-------------*/
.section8 {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	background-color: #101216;
}

.section8 .tab-tintuc {
	margin-top: 200px;
}

.section8 .tab-tintuc .nav .nav-item {
	background-color: #000;
	font-family: 'svnwylievoigen', sans-serif;
	font-size: 35px;
	text-transform: uppercase;
	margin: 2px;

}

.section8 .tab-tintuc .nav .nav-item .nav-link {
	color: #fff;
	padding-top: 12px;
}

.section8 .tab-tintuc .nav .nav-item:hover .nav-link,
.section8 .tab-tintuc .nav .nav-item.active,
.section8 .tab-tintuc .nav .nav-item.active .nav-link {
	background-color: #ffe28b;
	color: #000;
}

.section8 .list-tintuc {
	background-color: #1b1612;
}

.section8 .list-tintuc .item-news {
	padding: 48px;
}

.section8 .list-tintuc .item-news .thumb {
	width: 440px;
}

.section8 .list-tintuc .item-news .thumb img {
	border-radius: 16px;

}

.section8 .list-tintuc .description {
	padding-left: 48px;
	width: 640px;
}

.section8 .list-tintuc h2 a {
	font-family: 'svnwylievoigen', sans-serif;
	font-size: 35px;
	text-transform: uppercase;
	color: #ddc886;
	text-decoration: none;
}

.section8 .list-tintuc .datetime {
	font-size: 16px;
	color: #a2a2a2;
	font-family: 'Roboto Condensed', sans-serif;
}

.section8 .list-tintuc p a {
	font-size: 20px;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	text-decoration: none;
}

.section8 .list-tintuc .readmore {
	font-size: 16px;
	color: #e0b53d;
	font-family: 'Roboto Condensed', sans-serif;
}

.section8 .social-group {
	margin: 48px 0;
	justify-content: center;
}

.section8 .pagination .page-item .page-link {
	border: 0;
	background: none;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 25px;
	text-align: center;
}

.section8 .pagination .page-item .page-link:hover,
.section8 .pagination .page-item.active .page-link {
	color: #ffc76b;
}

@media (max-width: 750px) {
	.section8 {
		width: 100%;
		height: auto;
		position: relative;
	}

	.section8 .list-tintuc .datetime,
	.section8 .list-tintuc .readmore {
		font-size: 20px;
	}

	.section8 .list-tintuc p a {
		font-size: 26px;
		height: 106px;
		overflow: hidden;
		display: block;
	}

/* 	.section8 .tab-tintuc .nav {
		justify-content: center;
	} */

	.section8 .social-group {
		margin: 36px 0;
		justify-content: center;
	}

	.section8 .list-tintuc h2 a {
		font-size: 26px;
	}
	.section8 .list-tintuc .item-news {
		padding: 16px 8px;
	}
/* 	.section8 .tab-tintuc .nav .nav-item {
		width: 32.8%;
		text-align: center;
	} */
}

/*------------Section 9-------------*/
.section9 {
	width: 100%;
	height: auto;
	/* max-height: 2450px; */
	position: relative;
	overflow: hidden;
	background-color: #101216;
}

.section9 .news-detail {
	margin-top: 200px;
	background-color: #0e0b0a;
	padding: 24px;
}

.section9 .news-detail .news-detail-header {
	height: 72px;
	border-bottom: 2px solid #414141;
	margin: 0 0 24px 0;
}

.section9 .news-detail h1 {
	font-family: 'svnwylievoigen', sans-serif;
	font-size: 68px;
	text-transform: uppercase;
	padding: 16px 0;
	margin-bottom: 0;
	background: #EACE6B;
	background: linear-gradient(to bottom right, #EACE6B 0%, #FFEBA7 50%, #D2BC7B 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

}

.section9 .news-detail .datetime {
	color: #acacac;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 25px;
}

.section9 .news-detail .content {
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	margin: 48px 0;
	height: 724px;
	overflow: auto;
}

.section9 .social-group {
	margin: 48px 0;
	justify-content: center;
}

@media (max-width: 750px) {

	.section9 .social-group {
		margin: 100px 0;
		justify-content: center;

	}

	.section9 .news-detail .content {
		font-size: 34px;
		height: auto;
	}
}

/*------------Section 10 Huong Dan-------------*/
.section10 {
	width: 100%;
	height: auto;
	max-height: 2300px;
	position: relative;
	overflow: hidden;
	background-color: #101216;
}

.section10 .container1 {
	margin-top: 200px;
	display: flex;
	justify-content: flex-end;
}

.section10 .menu-left {
	width: 424px;
	position: absolute;
	left: 0;
	top: 0;
}

.section10 .menu-left .list-menu {
	background: url(../images/hd-bg-menu-left.png) no-repeat;
	background-size: 100%;
	margin-top: -26px;
	margin-left: 16px;
	padding: 48px 38px;
	height: 680px;
}

.section10 .menu-left .list-menu .search {
	background-color: #fff6dc;
	border-radius: 24px;
	margin: 0 24px;
}

.section10 .menu-left .list-menu .search .form-control {
	background-color: transparent;

	border-radius: 24px;
	border: solid 1px #000;
	border-right: none;
}

.section10 .menu-left .list-menu .search .btn {
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	border-radius: 24px;
	padding: 0;
}

.section10 .menu-left .list-menu .nav {
	height: 420px;
	overflow-y: auto;
	overflow-x: hidden;
	flex-wrap: nowrap;
}

.section10 .menu-left .list-menu .nav-item {
	width: 329px;
	height: 85px;
	background: url(../images/hd-bg-item-menu-left.png) no-repeat;
	background-size: 100%;
}

.section10 .menu-left .list-menu .nav-item .nav-link {
	font-size: 24px;
	font-family: 'svnwylievoigen', sans-serif;
	text-align: center;
	line-height: 76px;
	color: #010101;
}

.section10 .menu-left .list-menu .dropdown .dropdown-menu {
	width: 100%;
	background-color: #010101;
}

.section10 .menu-left .list-menu .dropdown .dropdown-menu .dropdown-item {
	color: #f9e3b8;
	font-size: 24px;
	font-family: 'svnwylievoigen', sans-serif;
	text-align: center;
}

.section10 .menu-left .list-menu .dropdown .dropdown-menu .dropdown-item:hover {
	background-color: #896127;
}

.section10 .content-right {
	width: 836px;
	height: 1700px;
	background: rgb(26, 33, 38);
	background: linear-gradient(0deg, rgba(26, 33, 38, 1) 0%, rgba(16, 18, 22, 1) 100%);
	font-family: 'Roboto Condensed', sans-serif;
}

.section10 .content-right .tab-hd {
	display: flex;
}

.section10 .content-right .tab-hd a {
	background-color: #1a2126;
	text-align: center;
	font-size: 26px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'svnwylievoigen', sans-serif;
	height: 68px;
	line-height: 80px;
}

.section10 .content-right .tab-hd a:hover,
.section10 .content-right .tab-hd a.active {
	background: url(../images/hd-bg-tab-hover.png) no-repeat;
	background-size: 100%;
	color: #010101;
}

.section10 .content-right .hd-content {
	width: 797px;
	margin: 24px;
}

.section10 .content-right .hd-content .hd-top {
	background: url(../images/hd-bg-top-content.png) no-repeat;
	background-size: 100%;
	color: #fff;
	width: 797px;
	height: 107px;
	padding: 36px;
}

.section10 .content-right .hd-content .hd-middle {
	background: url(../images/hd-bg-middle-content.png) repeat-y;
	background-size: 100%;
	color: #fff;
	width: 797px;
	height: auto;
	max-height: 1500px;
	overflow-y: auto;
	overflow: auto;
	color: #010101;
	padding: 0 36px;
	font-size: 18px;
}

.section10 .content-right .hd-content .hd-bottom {
	background: url(../images/hd-bg-bottom-content.png) no-repeat;
	background-size: 100%;
	color: #fff;
	width: 797px;
	height: 43px;
}

.section10 .content-right .hd-content .hd-top h1 {
	font-family: 'svnwylievoigen', sans-serif;
	font-size: 26px;
	text-transform: uppercase;
}

.section10 .content-right .hd-content .hd-top .datetime {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	color: #fff;
}

.section10 .social-group {
	margin: 100px 0;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.section10 .menu-left .list-menu::-webkit-scrollbar {
	display: inherit;
}

.section10 .content-right .hd-content .hd-middle::-webkit-scrollbar {
	display: none;
}

.section10 .content-right .hd-content .hd-middle {
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}

/* Hide scrollbar for IE, Edge and Firefox */
.section10 .menu-left .list-menu {
	-ms-overflow-style: inherit;
	/* IE and Edge */
	scrollbar-width: inherit;
	/* Firefox */
}

@media (max-width: 750px) {

	.section10 .content-right {
		width: 750px;
		height: 1700px;
	}

	.section10 .content-right .hd-content {
		width: 750px;
		margin: 0;
	}

	.section10 .content-right .hd-content .hd-top {
		height: 100px;
	}

	.section10 .content-right .hd-content .hd-top,
	.section10 .content-right .hd-content .hd-middle,
	.section10 .content-right .hd-content .hd-bottom {
		width: 750px;
		font-size: 26px;
	}
	.section10 .menu-left {
		display: none;
	}
	.section10 .content-right .hd-content .dropdown .btn.dropdown-toggle {
		width: 100%;
		font-size: 28px;
	}
	.section10 .content-right .hd-content .dropdown .dropdown-menu {
		width: 100%;
		padding: 0;
	}
	.section10 .content-right .hd-content .dropdown .dropdown-item{
		font-size: 28px;
		text-align: center;
		padding: 12px 0;
		background-color: #2c323b;
		color: rgb(249, 227, 184);
		border-bottom: solid 1px #efefef;

	}

}

/*----------------------------Moi ban---------------------------------*/
.mb-shadow {
	border: 1px solid rgb(255, 174, 0);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05) inset, 0px 0px 8px rgba(255, 174, 0, 0.6);
}

.section9 .section-background {
	height: 100%;
}

.section9 .section-background .bg-bottom {
	bottom: 0;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
}

.section9 .moiban .news-detail h1 {
	border-bottom: solid 1px #414141;
	padding-bottom: 0;
	margin-bottom: 16px;
	font-size: 60px;
}

.section9 .moiban .moiban-content .moiban-step1 .description-step1 {
	position: absolute;
	top: 146px;
	left: 40px;
	width: 340px;
	font-family: 'svnwylievoigen', sans-serif;
	font-size: 20px;
	font-weight: 500;
}

.section9 .moiban .news-detail .title-ruban {
	font-family: 'svnwylievoigen', sans-serif;
	font-size: 55px;
	text-transform: uppercase;
	padding: 16px 0;
	margin-bottom: 0;
	background: #EACE6B;
	background: linear-gradient(to bottom right, #EACE6B 0%, #FFEBA7 50%, #D2BC7B 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.section9 .moiban .art-moiban {
	position: absolute;
	top: 80px;
	left: -100px;
	z-index: 90;
}

.section9 .moiban .moiban-content2 {
	position: relative;
	width: 860px;
	margin-left: auto;
	text-align: center;
	z-index: 91;
}

.section9 .moiban .moiban-content2 .item-moiban .item {
	width: 247px;
	height: 289px;
	background: url(../images/frame-item-moiban.png) no-repeat;
	background-size: 100%;
	text-align: center;
}

.section9 .moiban .moiban-content2 .item-moiban .item .number {
	font-family: 'svnwylievoigen', sans-serif;
	font-size: 23px;
	text-transform: uppercase;
	padding: 18px 0;
	margin-bottom: 0;
	background: #EACE6B;
	background: linear-gradient(to bottom right, #EACE6B 0%, #FFEBA7 50%, #D2BC7B 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	font-weight: 600;
}

.section9 .moiban .moiban-content2 .item-moiban .item .des-item {
	color: #fff;
	font-size: 24px;
}

.section9 .moiban .moiban-content2 .tangvang h2 {
	font-family: 'svnwylievoigen', sans-serif;
	font-size: 40px;
	padding: 18px 0;
	margin-bottom: 0;
	background: #EACE6B;
	background: linear-gradient(to bottom right, #EACE6B 0%, #FFEBA7 50%, #D2BC7B 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	font-weight: 600;
}

.section9 .moiban .moiban-content2 .tangvang h2 span {
	text-transform: uppercase;
}

.section9 .moiban .frame-dangkytruoc .box-dangkytruoc {
	width: 815px;
	position: absolute;
	top: 56px;
	right: 64px;

}

.section9 .moiban .frame-dangkytruoc .box-dangkytruoc .number {
	text-align: center;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.section9 .moiban .frame-dangkytruoc .box-dangkytruoc .number span {
	background-color: #2c1400;
	width: 78px;
	height: 118px;
	text-align: center;
	line-height: 118px;
	font-size: 99px;
	font-family: 'roboto', sans-serif;
	color: #fff;
	font-weight: 500;
	display: block;
	text-shadow: 0px 0px 15px #c0892a, 0px 0px 15px #c0892a, 0px 0px 15px #c0892a, 0px 0px 3px #804d00, 0px 0px 3px #804d00;
	margin: 4px;

}

.section9 .moiban .frame-dangkytruoc .box-dangkytruoc h4 {
	font-family: 'svnwylievoigen', sans-serif;
	font-size: 28px;
	text-transform: uppercase;
	background: #EACE6B;
	background: linear-gradient(to bottom right, #EACE6B 0%, #FFEBA7 50%, #D2BC7B 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	padding-top: 8px;
}

.section9 .moiban .mocquatang {
	background: url(../images/bg-mocquatang.png) no-repeat;
	background-size: 100%;
	background-position: center 100px;
}

.section9 .moiban .mocquatang h2 {
	margin-top: -42px;
}

.section9 .moiban .mocquatang .mocquatang-content {
	padding: 0 0 20px 24px;
}

.section9 .tab-tintuc {
	margin-top: 200px;
}

.section9 .tab-tintuc .nav .nav-item {
	background-color: #000;
	font-family: 'svnwylievoigen', sans-serif;
	font-size: 35px;
	text-transform: uppercase;
	margin: 2px;

}

.section9 .tab-tintuc .nav .nav-item .nav-link {
	color: #fff;
}

.section9 .tab-tintuc .nav .nav-item:hover .nav-link,
.section9 .tab-tintuc .nav .nav-item.active,
.section9 .tab-tintuc .nav .nav-item.active .nav-link {
	background-color: #ffe28b;
	color: #000;
}

.section9 .moiban .news-detail {
	margin-top: 0;
}

.section9 .moiban .news-detail .taolink {
	width: 1228px;
	height: 611px;
	background: url(../images/bg-p1-moiban.png) no-repeat;
	background-size: 100%;
	overflow: hidden;
}

.section9 .moiban .news-detail .taolink .form-taolink {
	width: 686px;
	height: 266px;
	margin: 166px 60px;
	text-align: center;
}

.section9 .moiban .news-detail .taolink .form-taolink h2 {
	color: #000;
	font-family: 'svnwylievoigen', sans-serif;
	font-size: 40px;
}

.section9 .moiban .news-detail .taolink .form-taolink h2 span {
	color: #ff0000;
	font-size: 50px;
}

.section9 .moiban .news-detail .taolink .form-taolink .form-control {
	height: 60px;
	color: #555;
	font-family: 'svnwylievoigen', sans-serif;
	font-size: 28px;
	border-color: #baa285;
}

.section9 .moiban .news-detail .taolink .form-taolink .input-group-text {
	color: #fff;
	font-family: 'svnwylievoigen', sans-serif;
	font-size: 28px;
	background: url(../images/bg-taolink.png) no-repeat;
	background-size: 100% 100%;
	text-decoration: none;
}

.section9 .moiban .news-detail .taolink .form-taolink .input-group {
	background-color: #baa285;
	border-radius: 4px;
}

.section9 .moiban .news-detail .vqmm {
	position: relative;
}

.section9 .moiban .news-detail .vqmm .main-vqmm {
	background: url(../images/art-vqmm.png) no-repeat;
	background-size: 100%;
	height: 832px;
	width: 1876px;
	position: relative;
	top: 0;
	left: -404px;
}

.section9 .moiban .news-detail .vqmm .main-vqmm .frame-vq {
	width: 563px;
	height: 546px;
	background: url(../images/frame-vq.png) no-repeat;
	background-size: 100%;
	margin: 0 auto;
	position: absolute;
	top: 16px;
	left: 188px;
	right: 0;
}

.section9 .moiban .news-detail .vqmm .main-vqmm .frame-vq .vq {
	position: absolute;
	top: 22px;
	left: 21px;
	-webkit-animation: turn1 10s linear infinite;
	animation: turn1 10s linear infinite;
}

.section9 .moiban .news-detail .vqmm .main-vqmm .frame-vq .arr-vq {
	top: -38px;
	left: 0;
	right: 13px;
	text-align: center;
	position: absolute;
	margin: 0 auto;
}

.section9 .moiban .news-detail .vqmm .main-vqmm .frame-vq .btn-quay {
	top: 190px;
	left: 0;
	right: 20px;
	text-align: center;
	position: absolute;
	margin: 0 auto;
}

.section9 .moiban .news-detail .vqmm .main-vqmm .btn-group-func {
	position: absolute;
	top: 190px;
	right: 330px;
}

.section9 .moiban .news-detail .vqmm .main-vqmm .title-luotquay {
	position: absolute;
	bottom: 178px;
	left: 158px;
	right: 0;
	text-align: center;
	color: #fff;
	font-family: 'svnwylievoigen', sans-serif;
	font-size: 28px;
}

.section9 .moiban .news-detail .sukienmoiban h2 {
	margin-top: -160px;
}

.section9 .moiban .news-detail .thembanthemqua {
	background: url(../images/bg-thembanthemqua.png) no-repeat;
	background-size: 100%;
}

.section9 .moiban .news-detail .dangnhap-21ngay .timeline {
	font-family: 'svnwylievoigen', sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	background: #EACE6B;
	background: linear-gradient(to bottom right, #EACE6B 0%, #FFEBA7 50%, #D2BC7B 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	padding-top: 8px;
	font-weight: 600;
}

.section9 .moiban .news-detail .dangnhap-21ngay .btn-group-tuan a {
	width: 225px;
	height: 65px;
	background: url(../images/bg-btn-lg.png) no-repeat;
	background-size: 100%;
	display: block;
	font-family: 'svnwylievoigen', sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	color: #000;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	line-height: 72px;
	filter: grayscale(90%);
}

.section9 .moiban .news-detail .dangnhap-21ngay .btn-group-tuan a.active {
	filter: grayscale(0);
}

.section9 .moiban .news-detail .dangnhap-21ngay .tuan .btn-dangnhap a {
	width: 225px;
	height: 53px;
	background: url(../images/bg-btn-lg.png) no-repeat;
	background-size: 100%;
	display: block;
	font-family: 'svnwylievoigen', sans-serif;
	font-size: 25px;
	text-transform: uppercase;
	color: #000;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	line-height: 62px;
	margin: 0 auto;
}

.section9 .moiban .news-detail .dangnhap-21ngay .tuan .btn-dangnhap a.opened {
	filter: grayscale(60%);
	pointer-events: none;
}

.section9 .moiban .news-detail .dangnhap-21ngay .tuan .item {
	position: relative;
}

.section9 .moiban .news-detail .dangnhap-21ngay .tuan .item h4 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	font-family: 'svnwylievoigen', sans-serif;
	font-size: 28px;
	color: #000;
	text-align: center;
}

.section9 .moiban .news-detail .dangnhap-21ngay .tuan .item.opened .chucmung {
	position: absolute;
	top: 48px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	font-family: 'svnwylievoigen', sans-serif;
	font-size: 18px;
	color: #000;
}

.section9 .moiban .news-detail .dangnhap-21ngay .tuan .item.opened h4 {
	position: relative;
	font-size: 22px;
}

.section9 .moiban .news-detail .dangnhap-21ngay .dangnhapmoingay {
	width: 1141px;
	height: 758px;
	background: url(../images/bg-dangnhapmoingay.png) no-repeat;
	background-size: 100%;
	position: relative;
	margin-top: 72px;
}

.section9 .moiban .news-detail .dangnhap-21ngay .dangnhapmoingay .items {
	width: 630px;
	height: 460px;
	position: absolute;
	top: 238px;
	right: 86px;
}

.section9 .moiban .news-detail .dangnhap-21ngay .dangnhapmoingay .items .item2 {
	margin-left: -24px;
}

.section9 .moiban .news-detail .dangnhap-21ngay .dangnhapmoingay .items .item3 {
	margin-left: -24px;
}

.section9 .moiban .news-detail .dangnhap-21ngay .dangnhapmoingay .items .item5 {
	margin-left: -24px;
}

.section9 .moiban .news-detail .dangnhap-21ngay .dangnhapmoingay .items .item6 {
	margin-left: -24px;
	margin-right: 36px;
}

.section9 .moiban .news-detail .dangnhap-21ngay .mySwiper4 {
	width: 100%;
	height: 100%;
}

.section9 .moiban .news-detail .dangnhap-21ngay .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}

.section9 .moiban .news-detail .dangnhap-21ngay .mySwiper4 {
	margin-left: auto;
	margin-right: auto;
}

.section9 .moiban .news-detail .dangnhap-21ngay .swiper-button-next {
	right: 0;
	top: 49%;
	width: 100px;
	display: block;
	transform: rotate(180deg);
}


.section9 .moiban .news-detail .dangnhap-21ngay .swiper-button-prev {
	left: 0;
	top: 49%;
	width: 100px;
	display: block;
}

.section9 .moiban .news-detail .dangnhap-21ngay .swiper-button-next:after,
.section9 .moiban .news-detail .dangnhap-21ngay .swiper-rtl .swiper-button-prev:after,
.section9 .moiban .news-detail .dangnhap-21ngay .swiper-button-prev:after,
.section9 .moiban .news-detail .dangnhap-21ngay .swiper-rtl .swiper-button-next:after {
	content: "";
}

@media (max-width: 750px) {
	.section9 .moiban .news-detail .dangnhap-21ngay .dangnhapmoingay {
		width: 750px;
		height: 498px;
	}

	.section9 .moiban .news-detail .dangnhap-21ngay .dangnhapmoingay .items {
		width: 448px;
		height: 328px;
		top: 158px;
		right: 24px;
	}

	.section9 .moiban .news-detail .dangnhap-21ngay .dangnhapmoingay .items .item {
		width: 33.33%;
	}

	.section9 .moiban .news-detail .dangnhap-21ngay .dangnhapmoingay .items .item2 {
		margin-left: -16px;
	}

	.section9 .moiban .news-detail .dangnhap-21ngay .dangnhapmoingay .items .item3 {
		margin-left: -16px;
	}

	.section9 .moiban .news-detail .dangnhap-21ngay .dangnhapmoingay .items .item5 {
		margin-left: -16px;
	}

	.section9 .moiban .news-detail .dangnhap-21ngay .dangnhapmoingay .items .item6 {
		margin-left: -16px;
		margin-right: 24px;
	}

	.section9 .moiban .news-detail .dangnhap-21ngay .tuan .btn-dangnhap a {
		width: 160px;
		height: 46px;
		font-size: 20px;
		line-height: 52px;
	}

	.section9 .moiban .news-detail h1 {
		font-size: 38px;
	}

	.section9 .moiban .news-detail .taolink {
		width: 750px;
		height: 373px;
		background: url(../images/bg-p1-moiban.png) no-repeat;
		background-size: 100%;
		overflow: hidden;
	}

	.section9 .moiban .news-detail .taolink .form-taolink {
		width: 502px;
		height: 266px;
		margin: 66px 24px;
		text-align: center;
	}

	.section9 .moiban .news-detail .taolink .form-taolink h2 {
		font-size: 30px;
	}

	.section9 .moiban .news-detail .vqmm .main-vqmm {
		left: -556px;
	}

	.section9 .moiban .news-detail .vqmm .main-vqmm .frame-vq {
		left: 124px;
	}

	.section9 .moiban .news-detail .vqmm .main-vqmm .title-luotquay {
		left: 92px;
	}

	.section9 .moiban .sukienmoiban .moiban-content {
		flex-direction: column;
		text-align: center;
	}

	.section9 .moiban .moiban-content .moiban-step1 .description-step1 {
		left: 118px;
	}

	.section9 .moiban .moiban-content2 {
		width: 700px;
	}

	.section9 .moiban .moiban-content2 .item-moiban .item {
		margin: 4px;
	}

	.section9 .moiban .art-moiban {
		left: -250px;
	}

	.section9 .moiban .frame-dangkytruoc .box-dangkytruoc .number span {
		background-color: #2c1400;
		width: 48px;
		height: 71px;
		line-height: 70px;
		font-size: 51px;
		margin: 2px;
	}

	.section9 .moiban .frame-dangkytruoc .box-dangkytruoc {
		width: 524px;
		top: 34px;
		right: 16px;
	}

	.section9 .moiban .frame-dangkytruoc .box-dangkytruoc .number-dangky {
		margin-right: 8px;
	}

	.section9 .moiban .frame-dangkytruoc .box-dangkytruoc h4 {
		font-size: 24px;
	}

	.section9 .news-detail .news-detail-header {
		height: 20px;
	}
}

/*----------------------------Menu Fixed right---------------------------------*/

.download {
	align-items: center;
	background: url(../images/bg-download.png) no-repeat;
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	height: 447px;
	position: fixed;
	right: -264px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transform-origin: right top;
	width: 268px;
	z-index: 10;

}

.download.active {
	pointer-events: auto;
}

@media (prefers-reduced-motion:reduce) {
	.download {
		transition: none
	}
}

/* @media screen and (min-width:2200px) {
	.download {
		transform: scale(1.3) translateY(-50%);
		-webkit-transform: scale(1.3) translateY(-50%);
		transform-origin: top right;
	}
}

@media screen and (min-width:3000px) {
	.download {
		transform: scale(2) translateY(-50%);
		-webkit-transform: scale(2) translateY(-50%);
		transform-origin: top right;
	}
} */

/* @media (max-width: 1680px) {
	.download {
		transform: scale(.85) translateY(-50%);
		-webkit-transform: scale(.85) translateY(-50%);
		transform-origin: top right;
	}
} */

@media (max-width:991.98px) {
	.download {
		display: none
	}
}

.download-btn.download-btn-logo {
	padding-top: 0;
	width: 132px;
	text-align: center;
}

.download-btn-ios {
	width: 214px;
}

.download .btn-img {
	padding-bottom: 0;
	margin-bottom: -6px;
}

.download-btn {
	width: 214px;

}


.download .btn-group-social {
	margin-top: 8px;
	max-width: 172px;
}


.download-toggle {
	background: url(../images/btn-open-neo.png) no-repeat 0 0/100% 100%;
	height: 182px;
	pointer-events: auto;
	position: absolute;
	right: 98%;
	top: 50%;
	transform: translateY(-50%);
	/* transform: scaleX(-1); */
	transition: all .2s linear;
	transition-delay: .2s;
	width: 52px;
}

@media (prefers-reduced-motion:reduce) {
	.download-toggle {
		transition: none
	}
}

.download.active {
	pointer-events: auto;
	transform: translate(-15.3rem, -50%)
}

.download.active .download-toggle {
	transform: rotate(180deg);
	transition-delay: 0s;
	background: url(../images/arrow.png) no-repeat 0 0/100% 100%;
	width: 20px;
	height: 40px;
	right: 92%;
	top: 42%;
}

.download.hide {
	opacity: 0 !important;
	transform: translate(100%, calc(-50% + .5px))
}

.download.hide,
.download.hide .download-toggle {
	pointer-events: none
}

/*----------------------------Modal---------------------------------*/
.modal-info {
	background: url(../images/bg-popup.png) no-repeat;
	width: 942px;
	height: 558px;
	max-width: 942px;
	background-size: 100%;
	margin: 0 auto;
}

.modal-info .modal-header {
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 999;
}

.modal-info .modal-header .btn-close {
	color: #fff;
	filter: invert(1);
}

.modal-info .form-thongtin {
	margin-top: -24px;
}

.modal-info .form-control {
	background-color: #ccaf71;
	border: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 600;
}

.modal-info .form-floating>.form-control,
.modal-info .form-floating>.form-control-plaintext,
.modal-info .form-floating>.form-select {
	height: calc(3rem + 2px);
}

.modal-info .form-floating>label {
	padding: 0.75rem;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
}

.modal-info .btn-submit {
	background: url(../images/bg-btn-popup.png) no-repeat;
	width: 292px;
	height: 67px;
	font-family: 'svnwylievoigen', sans-serif;
	font-size: 34px;
	text-transform: uppercase;
	text-align: center;
	line-height: 77px;
	margin: 24px auto 0;
}

.modal-info .btn-submit a {
	text-decoration: none;
	color: #000;
}

.modal-info .note-register {
	font-size: 20px;
	color: #ffefc1;
	font-weight: 600;
	text-align: center;
	padding-top: 0;
}

.modal-info h2 {
	font-family: 'svnwylievoigen', sans-serif;
	font-size: 36px;
	text-align: center;
	text-transform: uppercase;
	color: #e4ca7a;
}



/*------------------Animation------------------*/
@keyframes blink {
	0% {
		opacity: 1;
		filter: brightness(1.1);
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes blink {
	0% {
		opacity: 1;
		filter: brightness(1.1);
	}

	100% {
		opacity: 1;
	}
}

@keyframes moveYDiv1 {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(20px);
	}

	100% {
		transform: translateY(0px);
	}
}

@-webkit-keyframes moveYDiv1 {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(20px);
	}

	100% {
		transform: translateY(0px);
	}
}

@keyframes turn1 {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-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.9);
		opacity: 1;
	}

	50% {
		transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(0.9);
		opacity: 1;
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
		opacity: 1;
	}

	50% {
		-webkit-transform: scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(0.95);
		opacity: 1;
	}
}

.blink {
	animation: blink 0.5s 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;
	}
}

@-webkit-keyframes moveYDiv1 {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-10px);
	}

	100% {
		transform: translateY(0px);
	}
}

@keyframes moveYDiv1 {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-10px);
	}

	100% {
		transform: translateY(0px);
	}
}

@-webkit-keyframes moveYDiv {
	0% {
		transform: translateY(-5px);
	}

	50% {
		transform: translateY(5px);
	}

	100% {
		transform: translateY(-5px);
	}
}

@keyframes moveYDiv {
	0% {
		transform: translateY(-5px);
	}

	50% {
		transform: translateY(5px);
	}

	100% {
		transform: translateY(-5px);
	}
}

@keyframes turn1 {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@-webkit-keyframes turn1 {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@-webkit-keyframes lightSpeedIn1 {
	0% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
}

@keyframes lightSpeedIn1 {
	0% {
		transform: translateX(100%);
		opacity: 0;
	}

	100% {
		transform: translateX(0%);
		opacity: 1;
	}
}

.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(2);
}

@-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);
	}
}

@keyframes turn1 {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@-webkit-keyframes turn1 {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}
