@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: 'donglebold';
	src: url("../font/Dongle-Bold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

.f-donglebold {
	font-family: 'donglebold', sans-serif;
}

@font-face {
	font-family: 'icielcrocante';
	src: url("../font/iCielCrocante.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}

.f-icielcrocante {
	font-family: 'icielcrocante', sans-serif;
}



body {
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0;
	padding: 0;
	background: none;
	font-family: 'donglebold', sans-serif;
	position: relative;
}

body,
html {
	padding: 0;
	margin: 0;
	background: #000;
	font-size: 0.831vw;
}

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: relative;
}

.wrapper {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}

.wrapper {
	width: 1920px;
}

.container1 {
	display: block;
	margin: 0 auto;
	width: 1790px;
	height: 100%;
	position: relative;
}

.frame {
	width: 100%;
	max-width: 1200px;
	height: auto;
	position: relative;
	margin: 0 auto;
}

.frame1 {
	width: 100%;
	max-width: 880px;
	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%
}

.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;
	}
}


@media (max-width: 1024px) {
	html {
		font-size: 1vw;
	}

	.desktop {
		display: none !important
	}

	.mobile {
		display: block !important
	}

	.wrapper {
		width: 1024px;
	}

	.container1 {
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width: 640px) {

	.wrapper {
		width: 640px;
	}

	.container1 {
		width: 100%;
		max-width: 100%;
	}
}

.cursor-pointer {
	cursor: pointer;
}

.text-orange-black {
	color: #b34c20 !important;
}

.pointer-events-none {
	pointer-events: none;
}

/*----------------------------Header---------------------------------*/
.header {
	background: rgba(0, 0, 0, 0.9);
	height: 105px;
	width: 1920px;
	display: block;
	transform-origin: left top;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
	color: #d18e1f;
	filter: brightness(130%);
}

.header ul li {
	padding: 0 8px;
}

.header ul li a {
	color: #ac9877;
	font-size: 22px;
	white-space: nowrap;
	font-family: vlsommet, tahoma, arial;
}

.header ul li a:hover {
	color: #d18e1f;
}

.header ul li a.active {
	color: #d18e1f;
}

.header-headroom.headroom--not-top {
	position: fixed;
}

.header-headroom.headroom--not-top .logo {
	transform: scale(0.7) translateY(-0.625rem);
}

.header .logo {
	top: .5rem;
	left: 0;
	transition: all 0.2s ease-in-out;
	transform-origin: top center;
}

.navbar-nav {
	flex-direction: row;
}

.header .logo img {
	width: 8.688rem;
}

.navbar-nav .nav-item:nth-child(1) .nav-link,
.navbar-nav .nav-item:nth-child(2) .nav-link,
.navbar-nav .nav-item:nth-child(3) .nav-link,
.navbar-nav .nav-item:nth-child(4) .nav-link {
	padding: 0 48px;
	font-family: 'icielcrocante', sans-serif;
	font-size: 26px;
	color: #fff;
	height: 105px;
	line-height: 105px;
}

.navbar-nav .nav-item:nth-child(1) .nav-link:hover,
.navbar-nav .nav-item:nth-child(2) .nav-link:hover,
.navbar-nav .nav-item:nth-child(3) .nav-link:hover,
.navbar-nav .nav-item:nth-child(4) .nav-link:hover,
.navbar-nav .nav-item:nth-child(1) .nav-link.active,
.navbar-nav .nav-item:nth-child(2) .nav-link.active,
.navbar-nav .nav-item:nth-child(3) .nav-link.active,
.navbar-nav .nav-item:nth-child(4) .nav-link.active {
	background-color: #fead0f;
	border-bottom: 7px solid #ff8106;
}

.navbar-nav .dropdown-menu {
	background-color: #000;

}

.navbar-nav .dropdown-menu .dropdown-item {
	font-family: 'icielcrocante', sans-serif;
	color: #fff;
	font-size: 26px;
	padding-left: 32px;
	padding-right: 32px;
}

.navbar-nav .dropdown-menu .dropdown-item:hover {
	background-color: #242424;
}

@media (max-width:1024px) {
	.header .navbar-nav {
		transform: scale(0.9);
		transform-origin: top right;
		padding-top: 12px;
	}

	.header {
		height: 84px;
		width: 100%;
	}

	.header .logo {
		top: 1rem;
		left: 1rem;
		transition: all 0.2s ease-in-out;
	}

	.header .logo img {
		width: 18rem;
	}

	.header .navbar-nav .dropdown-menu {
		right: 0;
		left: auto;
		min-width: 260px;
		background-color: #302720;
		font-size: 24px;
	}

	.header .navbar-nav .dropdown-menu li {
		padding: 0 16px;
		border-bottom: solid 1px #c1c1c1;
	}

	.header .navbar-nav .dropdown-menu li a {
		font-size: 28px;
		padding: 12px 0;
	}

	.header .navbar-nav .dropdown-menu li a img {
		padding: 0 12px;
		width: 52px;
	}

	.navbar-nav .nav-item:nth-child(1) .nav-link,
	.navbar-nav .nav-item:nth-child(2) .nav-link,
	.navbar-nav .nav-item:nth-child(3) .nav-link,
	.navbar-nav .nav-item:nth-child(4) .nav-link,
	.navbar-nav .nav-item:nth-child(5) .nav-link {
		padding: 0;
		font-family: 'icielcrocante', sans-serif;
		font-size: 26px;
		color: #fff;
		height: 70px;
		line-height: normal;
	}

	.offcanvas.offcanvas-end {
		background-color: #000;
	}

	.offcanvas.offcanvas-end .btn-close {
		filter: invert(1);
		font-size: 5rem;
		margin-top: 1rem;
		margin-right: 1rem;
		border: solid 1px;
		padding: 1.5rem
	}

	.offcanvas.offcanvas-end .offcanvas-title {
		max-width: 80%;
	}

	.offcanvas.offcanvas-end .offcanvas-body {
		padding: 2rem;
	}

	.offcanvas.offcanvas-end .offcanvas-body .searchbox {
		font-size: 4rem;
		padding-top: 1rem;
	}

	.offcanvas.offcanvas-end .navbar-nav .nav-item:nth-child(1) .nav-link,
	.offcanvas.offcanvas-end .navbar-nav .nav-item:nth-child(2) .nav-link,
	.offcanvas.offcanvas-end .navbar-nav .nav-item:nth-child(3) .nav-link,
	.offcanvas.offcanvas-end .navbar-nav .nav-item:nth-child(4) .nav-link,
	.offcanvas.offcanvas-end .navbar-nav .nav-item:nth-child(5) .nav-link {
		padding: 0 16px;
		font-family: 'icielcrocante', sans-serif;
		font-size: 26px;
		color: #fff;
		height: 70px;
		line-height: 70px;
	}

	.offcanvas.offcanvas-end .navbar-nav .dropdown-menu {
		background-color: #333;
	}

}

@media (max-width:640px) {

	.header {
		height: 56px;

	}

	.header .navbar-nav {
		transform: scale(0.6);
		transform-origin: top right;
		padding-top: 8px;
	}


	.header-headroom.headroom--not-top .logo {
		transform: scale(0.8) translateY(-0.625rem);
	}

	.header ul li a {
		color: #fdf2d0;
		font-size: 16px;
		white-space: nowrap;
	}

	.header ul li {
		padding: 5px 8px;
	}

	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute;
	}

	.offcanvas.offcanvas-end .offcanvas-body {
		padding: 10rem;
	}

	.offcanvas.offcanvas-end .offcanvas-body .searchbox {
		font-size: 7rem;
		padding-top: 1rem;
	}
}

/*------------Section 1-------------*/
.section1 {
	width: 100%;
	height: 925px;
	position: relative;
	background: url(../images/bg-p1.jpg) no-repeat;
	background-size: 100%;


}

.section1 .logo-main {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	top: 290px;


}

.section1 .download-main {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 700px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	gap: 8px;
}

@media (max-width: 1024px) {
	.section1 {
		height: 1125px;
		background: url(../images/bg-p1-m.jpg) no-repeat;
	}

	.section1 .download-main {
		display: none;
	}

	.section1 .download-main-m {
		text-align: center;
		position: absolute;
		left: 0;
		right: 0;
		top: 640px;
		width: 640px;
		margin: 0 auto;
	}

}

@media (max-width: 640px) {
	.section1 {
		height: 1125px;
		background: url(../images/bg-p1-sm.jpg) no-repeat;
	}



}


/*------------Section 2-------------*/

.section2 {
	width: 100%;
	height: 876px;
	position: relative;
	background: url(../images/bg-p2.jpg) no-repeat;
	background-size: 100%;
}

.section2 .main-content {
	display: flex;
	justify-content: center;

}

.section2 .main-content .tintuc {
	position: relative;
	width: 700px;
}

.section2 .main-content .tintuc .title {
	padding-top: 48px;
	padding-left: 24px;
}

.section2 .main-content .tintuc .thumb-news {
	width: 348px;
	height: 227px;
	background: url(../images/bg-tintuc.png) no-repeat;
	background-size: 100%;
	text-align: center;
	padding-top: 16px;
}

.section2 .main-content .tintuc .title-news {
	display: flex;
	justify-content: space-between;
	align-items: start;
	padding-top: 4px;

}

.section2 .main-content .tintuc .title-news h2 {
	font-size: 28px;
	line-height: 22px;
	text-transform: uppercase;
	padding-left: 6px;
}

.section2 .main-content .tintuc .title-news h2 a {
	color: #ff7800;
	text-decoration: none;
}

.section2 .main-content .tintuc .col-6 {
	padding-bottom: 8px;
}

.section2 .main-content .tinhot {
	margin-left: 48px;
}

.section2 .main-content .tinhot .mySwiper {
	position: relative;
	width: 500px;
	height: 100%;
}

.section2 .main-content .tinhot .mySwipe .swiper-slide {
	padding: 16px;
}

.section2 .main-content .tinhot .title {
	padding-top: 48px;
	position: relative;
	padding-left: 24px;
}

.section2 .swiper {
	width: 100%;
	height: 100%;
}

.section2 .swiper-slide {
	width: 463px;
	text-align: right;
	margin-top: 18px;
}

.section2 .tinhot .swiper-slide img {
	margin: 0 auto;
}

.section2 .main-content .tintuc-m {
	display: none;
}

@media (max-width: 1024px) {
	.section2 {
		height: 1121px;
		background: url(../images/bg-p2-m.jpg) no-repeat;
	}

	.section2 .main-content {
		display: flex;
		justify-content: center;
		flex-direction: column;

	}

	.section2 .main-content .tintuc {
		display: none;
	}

	.section2 .main-content .tintuc-m {
		position: relative;
		padding: 0 42px;
		display: block;
		max-width: 670px;
		margin: 0 auto;
	}

	.section2 .main-content .tintuc-m .title,
	.section2 .main-content .tinhot .title {
		padding-top: 48px;
		padding-left: auto;
		text-align: center;
	}

	.section2 .main-content .tintuc-m .thumb-news {
		width: 567px;
		height: 306px;
		background: none;
		text-align: center;
		padding-top: 16px;
		margin: 0 auto;
	}

	.section2 .main-content .tintuc-m .title-news {
		display: flex;
		justify-content: start;
		align-items: center;
		padding-top: 20px;
		width: 540px;
		margin: 0 auto;
	}

	.section2 .main-content .tintuc-m .title-news h2 {
		color: #ff7800;
		font-size: 36px;
		line-height: 22px;
		text-transform: uppercase;
		padding-left: 6px;
		text-align: left;
	}

	.section2 .main-content .tintuc-m .swiper-slide {
		height: auto;
		text-align: right;
		margin-top: 18px;
	}

	.section2 .main-content .tinhot .mySwiper {
		width: 570px;
		height: 380px;
	}

	.section2 .main-content .tinhot {
		margin-right: auto;
		margin-left: auto;
	}

	.section2 .swiper-slide {
		margin-top: 12px;
		height: 100%;
	}

	.section2 .btn-group-p2 {
		width: 580px;
		margin: 0 auto;
	}

	.section2 .btn-group-p2 a {
		padding: 16px
	}

	.section2 .main-content .tintuc-m .swiper-button-prev:after,
	.section2 .main-content .tintuc-m .swiper-rtl .swiper-button-next:after,
	.section2 .main-content .tintuc-m .swiper-button-next:after,
	.section2 .main-content .tintuc-m .swiper-rtl .swiper-button-prev:after,
	.section2 .main-content .tinhot .swiper-button-prev:after,
	.section2 .main-content .tinhot .swiper-rtl .swiper-button-next:after,
	.section2 .main-content .tinhot .swiper-button-next:after,
	.section2 .main-content .tinhot .swiper-rtl .swiper-button-prev:after {
		content: "";
	}

	.section2 .main-content .tintuc-m .swiper-button-next,
	.section2 .main-content .tintuc-m .swiper-button-prev,
	.section2 .main-content .tinhot .swiper-button-next,
	.section2 .main-content .tinhot .swiper-button-prev {
		width: 48px;
	}

}

@media (max-width: 640px) {
	.section2 {
		height: 1121px;
		background: url(../images/bg-p2-sm.jpg) no-repeat;
	}
}

/*------------Section 3-------------*/

.section3 {
	width: 100%;
	height: 900px;
	position: relative;
	background: url(../images/bg-p3.jpg) no-repeat;
	background-size: 100%;
}

.section3 .title {
	text-align: center;
	padding-top: 127px;
}

.section3 .bong0 {
	position: absolute;
	top: 468px;
	left: 0;
	z-index: 30;
}

.section3 .bong1 {
	position: absolute;
	top: 200px;
	left: 38px;
	z-index: 31;
	animation: floatY 9s var(--float-ease) infinite;
}

.section3 .bong2 {
	position: absolute;
	top: 480px;
	left: 286px;
	z-index: 31;
	animation: floatY 7s var(--float-ease) infinite;
	animation-delay: 0.7s;
}

.section3 .bong3 {
	position: absolute;
	top: 600px;
	left: 448px;
	z-index: 31;
	animation: floatY 11s var(--float-ease) infinite;
	animation-delay: 0.4s;
}

.section3 .bong4 {
	position: absolute;
	top: 318px;
	left: 512px;
	z-index: 31;
	animation: floatY 11s var(--float-ease) infinite;
	animation-delay: 0.25s;
}

.section3 .bong5 {
	position: absolute;
	top: 376px;
	right: 538px;
	z-index: 31;
	animation: floatY 11s var(--float-ease) infinite;
	animation-delay: 0.95s;
}

.section3 .bong6 {
	position: absolute;
	top: 576px;
	right: 432px;
	z-index: 31;
	animation: floatY 11s var(--float-ease) infinite;
	animation-delay: 1.25s;
}

.section3 .bong7 {
	position: absolute;
	top: 472px;
	right: 272px;
	z-index: 31;
	animation: floatY 11s var(--float-ease) infinite;
	animation-delay: 1.35s;
}

.section3 .bong8 {
	position: absolute;
	top: 256px;
	right: 0;
	z-index: 30;
}

.section3 .art1 {
	position: absolute;
	top: 116px;
	left: 348px;
	z-index: 30;
	animation: moveYDiv1 3s infinite;
}

.section3 .art2 {
	position: absolute;
	top: 124px;
	right: 282px;
	z-index: 30;
	animation: moveYDiv1 4s .35s infinite;
}

.section3 .btn-group-tl {
	position: absolute;
	top: 756px;
	left: 0;
	right: 0;
	z-index: 32;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	gap: 16px;
}

@media (max-width: 1024px) {
	.section3 {
		height: 1129px;
		background: url(../images/bg-p3-m.jpg) no-repeat;
	}

	.section3 .title {
		text-align: center;
		padding-top: 34px;
	}

	.section3 .bong0,
	.section3 .bong1,
	.section3 .bong2,
	.section3 .bong3,
	.section3 .bong4,
	.section3 .bong5,
	.section3 .bong6,
	.section3 .bong7,
	.section3 .bong8,
	.section3 .art1,
	.section3 .art2 {
		display: none;
	}

	.section3 .btn-group-tl {
		top: 939px;
	}


}

@media (max-width: 640px) {
	.section3 {
		height: 1129px;
		background: url(../images/bg-p3-sm.jpg) no-repeat;
	}
}

/*------------Section 4-------------*/

.section4 {
	width: 100%;
	height: 901px;
	position: relative;
	background: url(../images/bg-p4.jpg) no-repeat;
	background-size: 100%;
}

.section4 .title {
	text-align: center;
	padding-top: 127px;
}

.section4 .art1 {
	position: absolute;
	top: 184px;
	left: 224px;
	z-index: 30;
	-webkit-animation: ani4 5s linear infinite;
	animation: ani4 5s linear infinite;
}

.section4 .art2 {
	position: absolute;
	top: 256px;
	left: 0;
	z-index: 30;
	animation: moveYDiv1 5s ease-in-out infinite;
}

.section4 .art3 {
	position: absolute;
	top: 312px;
	right: 190px;
	z-index: 30;
	-webkit-animation: ani4 8s linear infinite;
	animation: ani4 8s linear infinite;
}

.section4 .bxh {
	width: 990px;
	height: 500px;
	background: url(../images/frame-bxh.png) no-repeat;
	background-size: 100%;
	margin: 0 auto;
	padding: 20px;
}

.section4 .btn-bxh {
	display: flex;
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 758px;
}

.section4 .btn-bxh .nav-link {
	filter: grayscale(100%);
	transform: scale(.95);
}

.section4 .btn-bxh .nav-link.active {
	background: none;
	filter: none;
	transform: none;
}

.section4 .bxh .table td {
	font-size: 42px;
	color: #000000;
	text-align: center;
	line-height: 50px;
	padding-bottom: 0;
	vertical-align: middle;
}

.section4 .bxh .table th {
	font-size: 42px;
	color: #fff;
	text-align: center;
	background-color: #ff9c00;
	text-transform: uppercase;
	line-height: 50px;
	padding-bottom: 0;
	position: sticky;
	top: 0;
	vertical-align: middle;
}

.section4 .bxh .scroll-bxh {
	height: 450px;
	overflow-y: auto;
	overflow-x: hidden;
}

.section4 .bxh .table-striped>tbody>tr:nth-of-type(even)>* {
	background-color: #ffc600;
	border: none;
}

.section4 .bxh .table-striped>tbody>tr:nth-of-type(odd)>* {
	background-color: #fff;
	border: none;
}

@media (max-width: 1024px) {
	.section4 {
		height: 1129px;
		background: url(../images/bg-p4-m.jpg) no-repeat;
	}

	.section4 .title {
		padding-top: 34px;
	}

	.section4 .art1 {
		display: none;
	}

	.section4 .art2 {
		top: 620px;
		left: -50px;
		width: 280px;
	}

	.section4 .art3 {
		top: 312px;
		right: 42px;
	}

	.section4 .bxh {
		width: 640px;
		height: 800px;
		background: url(../images/frame-bxh-m.png) no-repeat;
		background-size: 100%;
		margin: 32px auto 0;
		padding: 20px 16px;
	}

	.section4 .btn-bxh {
		top: 984px;
	}

	.section4 .bxh .scroll-bxh {
		height: 738px;
	}
}

@media (max-width: 640px) {
	.section4 {
		height: 1129px;
		background: url(../images/bg-p4-sm.jpg) no-repeat;
	}

	.section4 .art2 {
		top: 512px;
		left: -324px;
	}

	.section4 .art3 {
		top: 312px;
		right: -152px;
	}
}


/*------------Section 5-------------*/

.section5 {
	width: 100%;
	height: 897px;
	position: relative;
	background: url(../images/bg-p5.jpg) no-repeat;
	background-size: 100%;
}

.section5 .title {
	text-align: center;
	padding-top: 126px;
}

.section5 .tank-left {
	position: absolute;
	top: 390px;
	left: 380px;
	width: 482px;
	height: 212px;
	background: url(../images/tank-left-p5.png) no-repeat;
	background-size: 100%;
}

.section5 .tank-right {
	position: absolute;
	top: 405px;
	right: 368px;
	width: 482px;
	height: 212px;
	background: url(../images/tank-right-p5.png) no-repeat;
	background-size: 100%;
}

.section5 .btn-group-tank {
	position: absolute;
	top: 650px;
	right: 0;
	left: 0;
	margin: 0 auto;
	gap: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.section5 .tank-left .art1 {
	position: absolute;
	left: -62px;
	top: -34px;
	-webkit-animation: ani2 5s linear infinite;
	animation: ani2 5s linear infinite
}

.section5 .tank-left .art2 {
	position: absolute;
	left: 74px;
	top: -90px;
	-webkit-animation: ani2 5s linear infinite;
	animation: ani2 5s linear infinite
}

.section5 .tank-left .art3 {
	position: absolute;
	left: 188px;
	top: -104px;
	-webkit-animation: ani2 5s linear infinite;
	animation: ani2 5s linear infinite
}

.section5 .tank-right .art6 {
	position: absolute;
	right: 11px;
	top: -56px;
	-webkit-animation: ani2 5s 2.5s linear infinite;
	animation: ani2 5s 2.5s linear infinite
}

.section5 .tank-right .art5 {
	position: absolute;
	right: 116px;
	top: -87px;
	-webkit-animation: ani2 5s 2.5s linear infinite;
	animation: ani2 5s 2.5s linear infinite
}

.section5 .tank-right .art4 {
	position: absolute;
	right: 239px;
	top: -110px;
	-webkit-animation: ani2 5s 2.5s linear infinite;
	animation: ani2 5s 2.5s linear infinite
}


@media (max-width: 1024px) {
	.section5 {
		height: 1121px;
		background: url(../images/bg-p5-m.jpg) no-repeat;
	}

	.section5 .title {
		padding-top: 30px;
	}

	.section5 .tank-left {
		position: absolute;
		top: 320px;
		left: 0;
		width: 482px;
		height: 212px;
		background: url(../images/tank-left-p5.png) no-repeat;
		background-size: 100%;
	}

	.section5 .tank-right {
		position: absolute;
		top: 335px;
		right: 0;
		width: 482px;
		height: 212px;
		background: url(../images/tank-right-p5.png) no-repeat;
		background-size: 100%;
	}

	.section5 .tank-left .art1 {
		position: absolute;
		left: 136px;
		top: -88px;
	}

	.section5 .tank-left .art2 {
		position: absolute;
		left: 252px;
		top: -72px;
	}

	.section5 .tank-left .art3 {
		position: absolute;
		left: 348px;
		top: -54px;
	}

	.section5 .tank-right .art4 {
		position: absolute;
		right: 362px;
		top: -77px;
	}

	.section5 .tank-right .art5 {
		position: absolute;
		right: 248px;
		top: -74px;
	}

	.section5 .tank-right .art6 {
		position: absolute;
		right: 150px;
		top: -56px;
	}

	.section5 .btn-group-tank {
		display: none;
	}

	.section5 .mobile .row {
		position: absolute;
		top: 570px;
		left: 0;
		right: 0;
	}

	.section5 .mobile .row>* {
		padding: 8px;
	}
}

@media (max-width: 640px) {
	.section5 {
		height: 1121px;
		background: url(../images/bg-p5-sm.jpg) no-repeat;
	}

	.section5 .tank-left {
		position: absolute;
		top: 320px;
		left: -180px;
		width: 482px;
		height: 212px;
		background: url(../images/tank-left-p5.png) no-repeat;
		background-size: 100%;
	}

	.section5 .tank-right {
		position: absolute;
		top: 335px;
		right: -180px;
		width: 482px;
		height: 212px;
		background: url(../images/tank-right-p5.png) no-repeat;
		background-size: 100%;
	}
}

/*------------Section 6-------------*/

.section6 {
	width: 100%;
	height: 1520px;
	position: relative;
	background: url(../images/bg-p6.jpg) no-repeat;
	background-size: 100%;
}

.section6 .title {
	text-align: center;
	padding-top: 134px;
}

.section6 .mySwiper1 {
	width: 100%;
	margin-top: 24px;
	overflow: visible;
}

.section6 .mySwiper1 .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 986px;
	height: 500px;
}

.section6 .mySwiper1 .swiper-slide img {
	filter: grayscale(20%);
	opacity: .7;
}

.section6 .mySwiper1 .swiper-slide-visible.swiper-slide-active img {
	transform: scale(1.6);
	transform-origin: center;
	filter: none;
	opacity: 1;
}

.section6 .mySwiper1 .swiper-button-next,
.section6 .mySwiper1 .swiper-rtl .swiper-button-prev {
	right: 22rem;
	width: 4rem;
}

.section6 .mySwiper1 .swiper-button-prev,
.section6 .mySwiper1 .swiper-rtl .swiper-button-next {
	left: 22rem;
	width: 4rem;
}

.section6 .mySwiper1 .swiper-button-next:after,
.section6 .mySwiper1 .swiper-rtl .swiper-button-prev:after {
	content: "";
}

.section6 .mySwiper1 .swiper-button-prev:after,
.section6 .mySwiper1 .swiper-rtl .swiper-button-next:after {
	content: "";
}

.section6 .mySwiper1 .swiper-horizontal>.swiper-pagination-bullets,
.section6 .mySwiper1 .swiper-pagination-bullets.swiper-pagination-horizontal,
.section6 .mySwiper1 .swiper-pagination-custom,
.section6 .mySwiper1 .swiper-pagination-fraction {
	top: 33rem;
}

.section6 .mySwiper1 .swiper-pagination-bullet {
	font-family: 'icielcrocante', sans-serif;
	width: 62px;
	height: 62px;
	text-align: center;
	line-height: 62px;
	font-size: 28px;
	color: #000;
	opacity: 1;
	background: url(../images/bg-pagi-p6.png) no-repeat;
	background-size: 100%;
	border-radius: 0;
	filter: grayscale(80%);
}

.section6 .mySwiper1 .swiper-pagination-bullet-active {
	color: #fe3c06;
	filter: none;
}

.section6 .art1 {
	position: absolute;
	top: 700px;
	left: 10px;
}

.section6 .art2 {
	position: absolute;
	top: 724px;
	right: 0;
}

.section6 .btn-group-social {
	position: absolute;
	top: 928px;
	right: 0;
	left: 0;
	margin: 0 auto;
	gap: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 1024px) {
	.section6 {
		height: 2061px;
		background: url(../images/bg-p6-m.jpg) no-repeat;
	}

	.section6 .title {
		padding-top: 22px;
	}

	.section6 .mySwiper1 {
		padding: 16px;
		margin-top: 148px;
		max-width: 670px;
	}

	.section6 .mySwiper1 .swiper-slide-visible.swiper-slide-active img {
		transform: none
	}

	.section6 .mySwiper1 .swiper-horizontal>.swiper-pagination-bullets,
	.section6 .mySwiper1 .swiper-pagination-bullets.swiper-pagination-horizontal,
	.section6 .mySwiper1 .swiper-pagination-custom,
	.section6 .mySwiper1 .swiper-pagination-fraction {
		top: 90rem;
	}

	.section6 .btn-group-social {
		top: 1310px;
		flex-wrap: wrap;
	}

	.section6 .mySwiper1 .swiper-button-next,
	.section6 .mySwiper1 .swiper-rtl .swiper-button-prev {
		right: 0;
		width: 10rem;
	}

	.section6 .mySwiper1 .swiper-button-prev,
	.section6 .mySwiper1 .swiper-rtl .swiper-button-next {
		left: 0;
		width: 10rem;
	}

	.section6 .art1,
	.section6 .art2 {
		display: none;
	}

}

@media (max-width: 640px) {
	.section6 {
		height: 2061px;
		background: url(../images/bg-p6-sm.jpg) no-repeat;
	}

	.section6 .mySwiper1 .swiper-horizontal>.swiper-pagination-bullets,
	.section6 .mySwiper1 .swiper-pagination-bullets.swiper-pagination-horizontal,
	.section6 .mySwiper1 .swiper-pagination-custom,
	.section6 .mySwiper1 .swiper-pagination-fraction {
		top: 154rem;
	}

	.section6 .btn-group-social {
		top: 1156px;
		flex-wrap: wrap;
	}

}

/*------------List news-------------*/
.listnews {
	background: url(../images/bg-listnews.jpg) no-repeat;
	width: 100%;
	height: 100%;
	max-height: 1909px;
	background-size: 100%;
	overflow: hidden;
	position: relative;

}

.wrapper .banner-game {
	margin-top: 84px;
}

.listnews .tab-news {
	font-size: 16px;
	color: #302720;
	line-height: 24px;
	background-color: #fff;
	z-index: 20;
	margin-top: 48px;
	margin-bottom: 24px;
	border: solid 3px #000;
}

.listnews .tab-news .tn-header {
	background-color: #000;
	padding-top: 18px;
	padding-bottom: 8px;
	padding-left: 4px;
	border-radius: 0;
}

.listnews .tab-news .tn-header li {
	border: none;
	background: transparent;
	padding: 0;
}

.listnews .tab-news .tn-header li a {
	font-family: 'icielcrocante', sans-serif;
	font-size: 34px;
	color: #fff;
	text-decoration: none;
	border: none;
	text-transform: uppercase;
	padding: 24px 16px
}

.listnews .tab-news .tn-header li a:hover,
.listnews .tab-news .tn-header li a.active {
	color: #000;
	background-color: #fea70a;
	padding: 24px 16px
}

.listnews .tab-news .tn-header li .searchbox {
	background: transparent;
	border-color: #ccb8a7;
	color: #ccb8a7;
	font-size: 26px;

}

.listnews .tab-news .tn-header li .searchbox::placeholder {
	color: #ccb8a7;
}

.listnews .tab-news .tn-header li .input-searchbox {
	max-width: 300px;
	padding-right: 16px;
}

.listnews .news {
	padding: 0;
	margin: 24px;
	border-bottom: solid 1px #d7cab2;
}

.listnews .news .text-news h2 a {
	font-size: 29px;
	color: #ee6a00;
	font-family: 'icielcrocante', sans-serif;
}

.listnews .news .text-news h2 label {
	text-transform: uppercase;
	color: #ee6a00;
}

.listnews .news .text-news a {
	color: #000;
	text-decoration: none;
	font-size: 36px;
}

.listnews .news .text-news .datetime {
	color: #000;
	text-decoration: none;
	font-size: 36px;
	margin-bottom: 0;
}

.listnews .page-item:first-child .page-link,
.listnews .page-item:not(first-child) .page-link {
	width: 62px;
	height: 62px;
	line-height: 45px;
	font-family: 'icielcrocante', sans-serif;
	font-size: 36px;
	color: #000;
	text-align: center;
	vertical-align: middle;
	background: url(../images/bg-pagi-p6.png) no-repeat;
	margin: 0 8px;
	opacity: .8;
	filter: grayscale(80%);
}

.listnews .page-item.active:first-child .page-link,
.listnews .page-item.active:not(first-child) .page-link {
	opacity: 1;
	filter: initial;
	border: none;
	color: #000;
}

.listnews .btn-group-social {
	position: relative;
	margin: 0 auto;
	gap: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 24px 0;
}

.listnews .art1 {
	position: absolute;
	top: 628px;
	left: 0;
	z-index: 80;
}


@media (max-width: 1024px) {
	.listnews {
		background: url(../images/bg-listnews-m.jpg) no-repeat;
		max-height: 2616px;
		background-size: 100% 100%;

	}

	.listnews .frame {
		max-width: 620px;
	}

	.listnews .tab-news .tn-header li a {
		font-size: 22px;
		padding: 24px 12px;
	}

	.listnews .tab-news .tn-header li a:hover,
	.listnews .tab-news .tn-header li a.active {
		padding: 24px 12px;
	}

	.listnews .news {
		padding: 0;
		margin: 24px;
		border-bottom: solid 1px #d7cab2;
		flex-direction: column;
		text-align: center;
	}

	.listnews .art1 {
		display: none;
	}

}

@media (max-width: 640px) {
	.listnews {
		background: url(../images/bg-listnews-sm.jpg) no-repeat;
		max-height: 2616px;
		background-size: 100% 100%;

	}


}

/*------------Details news-------------*/
.listnews .details {
	padding: 36px 24px;
	font-size: 28px;
	max-height: 1200px;
	overflow-y: auto;
	overflow-x: hidden;
	color: #302720;
	line-height: 24px;
	background-color: #fff;
	z-index: 20;
	margin-top: 110px;
	margin-bottom: 24px;
	border: solid 3px #000;
	position: relative;
}

.listnews .details h1 {
	font-size: 55px;
	color: #ff7200;
	font-family: 'icielcrocante', sans-serif;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 3px 0 #000, -3px 0 #000, 0 3px #000, 0 -3px #000, 2px 2px #000, -2px -2px #000, 2px -2px #000, -2px 2px #000;
}

.listnews .details h1 label {
	text-transform: uppercase;
	color: #b34c20;
}

.listnews .tag-baiviet {
	background-color: #000;
	padding: 16px;
	width: 260px;
	position: absolute;
	left: 361px;
	top: 10px;
	color: #ffd504;
	font-size: 55px;
	font-family: 'icielcrocante', sans-serif;
	text-transform: uppercase;
	text-align: center;
}

.listnews .tag-next {
	background-color: #000;
	padding: 16px;
	width: 120px;
	position: absolute;
	right: 361px;
	top: 10px;
	text-align: center;
}


@media (max-width: 1024px) {
	.listnews .tag-baiviet {
		background-color: #000;
		padding: 16px;
		width: 260px;
		position: absolute;
		left: 203px;
		top: 10px;
		color: #ffd504;
		font-size: 55px;
		font-family: 'icielcrocante', sans-serif;
		text-transform: uppercase;
		text-align: center;
	}

	.listnews .tag-next {
		background-color: #000;
		padding: 16px;
		width: 120px;
		position: absolute;
		right: 203px;
		top: 10px;
		text-align: center;
	}

	.listnews .details {
		font-size: 36px;
		line-height: 36px;
		max-height: 1372px;
	}

}

@media (max-width: 640px) {
	.listnews .tag-baiviet {
		background-color: #000;
		padding: 16px;
		width: 216px;
		position: absolute;
		left: 11px;
		top: 16px;
		color: #ffd504;
		font-size: 42px;
		font-family: 'icielcrocante', sans-serif;
		text-transform: uppercase;
		text-align: center;

	}

	.listnews .tag-next {
		background-color: #000;
		padding: 16px;
		width: 120px;
		position: absolute;
		right: 11px;
		top: 10px;
	}


}

/*------------Footer-------------*/
.footer {
	position: absolute;
	left: 0;
	right: 0;
	top: 1160px;
}

.footer.news {
	position: relative;
	top: auto;
	border-bottom: none;
}

.footer-text {
	padding: 15px;
	color: #000;
	line-height: 26px;
	letter-spacing: normal;
	text-align: center;
	font-size: 28px;
}

@media (max-width: 1024px) {
	.footer {
		top: 1564px;
	}

	.footer-text {
		line-height: 36px;
		font-size: 36px;
	}
}






/*----------------------------Swiper slider ---------------------------------*/
/* .swiper-container {
	width: 930px;
	padding-top: 170px;
	padding-bottom: 50px;
	margin: 0 auto;
}

.swiper-slide {
	width: 300px;
}

.swiper-container .swiper-slide .slider-image .fs-page5 {
	position: absolute;
	width: 1000px;
}

.swiper-container .swiper-slide .slider-image .fs-thumb-page5 {
	margin: 30px 28px;
}

.swiper-container .swiper-wrapper .swiper-slide-next {
	opacity: 0.8;
	filter: brightness(20%)
}

.swiper-container .swiper-wrapper .swiper-slide-prev {
	opacity: 0.8;
	filter: brightness(20%)
}

.swiper-container .swiper-button-next {
	right: -105px;
	top: 54%;
	width: 50px;
}

.swiper-container .swiper-button-prev {
	left: -37px;
	top: 54%;
	width: 50px;
}

.swiper-container .swiper-button-next:after,
.swiper-container .swiper-button-prev:after {
	content: '';
}

@media (max-width:991.98px) {
	.swiper-container .swiper-slide .slider-image .fs-page5 {
		width: 100%;
	}

	.swiper-container .swiper-slide .slider-image .fs-thumb-page5 {
		width: 860px;
	}

	.swiper-container .swiper-button-next {
		display: none;
	}

	.swiper-container .swiper-button-prev {
		display: none;
	}
}

.section5 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: url(../images/bullet-slider-p5.png) no-repeat;
	width: 34px;
	height: 34px;
	filter: brightness(100%);
}

.section5 .swiper-pagination-bullet {
	background: url(../images/bullet-slider-p5.png) no-repeat;
	width: 34px;
	height: 34px;
	opacity: .9;
	filter: brightness(140%);
} */

/*----------------------------Fixed Right---------------------------------*/
.download {
	align-items: center;
	background: url(../images/download-right.png) no-repeat 0 0;
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	height: 453px;
	padding: .625rem 1.6875rem 0 1.5rem;
	position: fixed;
	right: 24px;
	top: 24%;
	transition: transform .4s ease-in-out;
	width: 205px;
	z-index: 1030;

}

.download .btn-logo {
	position: absolute;
	left: -54px;
	top: -93px;
	width: 310px;
}

.download .btn-ios {
	margin-top: 60px;
}

.download .download-btn {
	margin-bottom: 4px;
}



@media (prefers-reduced-motion:reduce) {
	.download {
		transition: none
	}
}


@media (max-width:1025px) {
	.download {
		display: none
	}
}


@media (prefers-reduced-motion:reduce) {
	.download .btn-backtotop {
		transition: none
	}
}

.download .btn-backtotop:focus,
.download .btn-backtotop:hover {
	opacity: .7
}

.download.active {
	transform: translateY(calc(-50% + .5px))
}

@media (max-width: 960px) {
	.download {
		transform: scale(.6);
		transform-origin: top right;

	}
}

@media (max-width: 575px) {
	.download {
		transform: scale(.3);
		transform-origin: top right;

	}
}


/*----------------------------Popup Temp1---------------------------------*/
.modal-temp1 {
	width: 1194px;
	max-width: 1194px;
	height: 695px;

}

.modal-temp1 .modal-content {
	background: url(../images/popup.png) no-repeat;
	background-size: 100%;
	width: 1194px;
	height: 695px;
}

.modal-temp1 .modal-content,
.modal-temp1 .modal-header {
	border: none;
}

.modal-temp1 .modal-header {
	padding: 0;
	color: #fff;
	text-shadow: 3px 0 #000, -3px 0 #000, 0 3px #000, 0 -3px #000, 2px 2px #000, -2px -2px #000, 2px -2px #000, -2px 2px #000;
	text-transform: uppercase;
}

.modal-temp1 .modal-header .btn-close {
	position: absolute;
	top: 27px;
	right: 18px;
	width: 36px;
	height: 36px;
	opacity: 1;
	z-index: 100;
	font-family: 'icielcrocante', sans-serif;
	font-size: 26px;
	filter: invert(1);
}

.modal-temp1 .modal-header .modal-title {
	width: 320px;
	text-align: center;
	line-height: 63px;
	font-family: 'icielcrocante', sans-serif;
	font-size: 36px;
}

.modal-temp1 .modal-body {
	font-size: 30px;
	color: #2c2c2c;
	width: 1120px;
	margin: 16px auto 24px;
	height: 590px;
	overflow-y: auto;
	overflow-x: hidden;
	line-height: 28px;
}

.modal-temp1 .modal-body .content-main {
	position: relative;
}

.modal-temp1 .modal-body .content-main.char {
	display: flex;
	justify-content: center;
	font-family: 'icielcrocante', sans-serif;
}

.modal-temp1 .modal-body .content-main.char .info-char .thumb {
	width: 285px;
	height: 199px;
	background: url(../images/bg-nv-popup.png) no-repeat;
	background-size: 100%;
	text-align: center;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.modal-temp1 .modal-body .content-main.char .info-char .chiso {
	text-align: center;
	margin: 0 auto;
	padding: 8px;
}

.modal-temp1 .modal-body .content-main.char .info-char .title-char {
	font-size: 58px;
	color: #ffb400;
	text-shadow: 8px 0 #000, -8px 0 #000, 0 8px #000, 0 -8px #000, 7px 7px #000, -7px -7px #000, 7px -7px #000, -7px 7px #000;
	text-align: center;
	padding: 8px 0 0;
	text-transform: uppercase;
}

.modal-temp1 .modal-body .content-main.char .info-char .skill .title-skill {
	font-size: 26px;
	color: #fff;
	text-shadow: 3px 0 #000, -3px 0 #000, 0 3px #000, 0 -3px #000, 2px 2px #000, -2px -2px #000, 2px -2px #000, -2px 2px #000;
	text-align: center;
	padding: 8px 0 0;
	text-transform: uppercase;
}

.modal-temp1 .modal-body .content-main.char .video-char {
	background-color: #bcbcbc;
	border: solid 5px #969696;
	flex: 1 1 auto !important;
	margin-left: 16px;
	text-align: center;
}

.modal-temp1 .modal-body .content-main.char .video-char .title-video {
	font-size: 50px;
	text-transform: uppercase;
	color: #c75000;
	text-shadow: 3px 3px 1px #ffe400;
}

@media (max-width: 1024px) {
	.modal-temp1 {
		width: 360px;
		max-width: 360px;
		height: 570px;
		margin: 0 auto;
	}

	.modal-temp1 .modal-content {
		width: 360px;
		height: 570px;
		background: url(../images/bg-nv-popup-m.png) no-repeat;
		background-size: 100%;
	}

	.modal-temp1 .modal-header .btn-close {
		position: absolute;
		top: 19px;
		right: 0;
		width: 24px;
		height: 24px;
		font-size: 12px;
	}

	.modal-temp1 .modal-header .modal-title {
		width: 134px;
		line-height: 42px;
		font-size: 16px;
	}

	.modal-temp1 .modal-body {
		font-size: 26px;
		width: 330px;
		margin: 16px auto 24px;
		height: 590px;
		overflow-y: auto;
		overflow-x: hidden;
		line-height: 28px;
	}

	.modal-temp1 .modal-body .content-main h1 {
		font-size: 6rem;
		line-height: 30px;
	}

	.modal-temp1 .modal-body .content-main.char {
		display: flex;
		flex-direction: column;
		justify-content: center;
		font-family: 'icielcrocante', sans-serif;
	}

	.modal-temp1 .modal-body .content-main.char .video-char {
		margin-left: 0;
		margin-top: 48px;
	}

	.modal-temp1 .modal-body .content-main.char .video-char .title-video {
		font-size: 34px;
		line-height: 60px;
	}

	.modal-temp1 .modal-body .content-main.char .info-char {
		display: flex;
		justify-content: center;
	}

	.modal-temp1 .modal-body .content-main.char .info-char .title-char {
		font-size: 28px;
		text-shadow: 3px 0 #000, -3px 0 #000, 0 3px #000, 0 -3px #000, 2px 2px #000, -2px -2px #000, 2px -2px #000, -2px 2px #000;
	}

	.modal-temp1 .modal-body .content-main.char .info-char .thumb {
		width: 150px;
		height: 105px;

	}

	.modal-temp1 .modal-body .content-main.char .info-char .thumb img {
		max-height: 100%;
	}

	.modal-temp1 .modal-body .content-main.char .info-char .skill .title-skill {
		font-size: 20px;
	}

	.modal-temp1 .modal-body .content-main.char .info-char .skill .skills img {
		max-width: 33%;
	}
}

@media (max-width: 640px) {
	.modal-temp1 .modal-body .content-main h1 {
		font-size: 10rem;
		line-height: 30px;
	}
}




/*------------------Animation------------------*/
.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(20px);
	}

	100% {
		transform: translateY(0px);
	}
}

@keyframes moveYDiv1 {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(20px);
	}

	100% {
		transform: translateY(0px);
	}
}

.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);
	}
}

@keyframes turn1 {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes turn1 {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

.turn1 {
	-webkit-animation: turn1 7s linear infinite;
	animation: turn1 7s linear infinite;
}

:root {
	--shake-distance: 1px;
	/* độ lắc (tăng nếu muốn mạnh hơn) */
	--shake-duration: 4s;
	--float-distance: 18px;
	/* khoảng dịch chuyển lên/xuống */
	--float-duration-min: 6s;
	/* thời gian chu kỳ nhỏ nhất */
	--float-duration-max: 12s;
	/* lớn nhất */
	--float-ease: cubic-bezier(.2, .8, .2, 1);
}

@keyframes shake {
	0% {
		transform: translateY(0);
	}

	25% {
		transform: translateY(calc(-1 * var(--shake-distance)));
	}

	50% {
		transform: translateY(var(--shake-distance));
	}

	75% {
		transform: translateY(calc(-0.05 * var(--shake-distance)));
	}

	100% {
		transform: translateY(0);
	}
}

.shake {
	animation: shake var(--shake-duration) ease-in-out infinite;
}

.shake1 {
	--shake-duration: 6s;
	animation: shake var(--shake-duration) ease-in-out infinite;
}

@keyframes floatY {
	0% {
		transform: translateY(0) rotate(-1deg) scale(1);
	}

	25% {
		transform: translateY(calc(-1 * var(--float-distance))) rotate(1deg) scale(1.02);
	}

	50% {
		transform: translateY(calc(var(--float-distance) * 0.6)) rotate(-0.5deg) scale(0.99);
	}

	75% {
		transform: translateY(calc(-0.4 * var(--float-distance))) rotate(0.6deg) scale(1.01);
	}

	100% {
		transform: translateY(0) rotate(-1deg) scale(1);
	}
}

@-webkit-keyframes ani4 {
	0% {
		transform: translate(100px, 0px)
	}

	10% {
		transform: translate(70px, -20px)
	}

	20% {
		transform: translate(50px, -40px)
	}

	30% {
		transform: translate(20px, -50px)
	}

	40% {
		transform: translate(40px, -60px)
	}

	50% {
		transform: translate(60px, -40px)
	}

	60% {
		transform: translate(70px, -30px)
	}

	85% {
		transform: translate(90px, -20px)
	}

	100% {
		transform: translate(100px, 0px)
	}
}

@keyframes ani4 {
	0% {
		transform: translate(100px, 0px)
	}

	10% {
		transform: translate(70px, -20px)
	}

	20% {
		transform: translate(50px, -40px)
	}

	30% {
		transform: translate(20px, -50px)
	}

	40% {
		transform: translate(40px, -60px)
	}

	50% {
		transform: translate(60px, -40px)
	}

	60% {
		transform: translate(70px, -30px)
	}

	85% {
		transform: translate(90px, -20px)
	}

	100% {
		transform: translate(100px, 0px)
	}
}

@-webkit-keyframes ani2 {
	0% {
		transform: translateX(0);
	}

	30% {
		transform: translateX(20px);
	}

	60% {
		transform: translateX(10px);
	}

	100% {
		transform: translateX(0);
	}
}

@keyframes ani2 {
	0% {
		transform: translateX(0);
	}

	30% {
		transform: translateX(20px);
	}

	60% {
		transform: translateX(10px);
	}

	100% {
		transform: translateX(0);
	}
}