@charset "utf-8";
/* Place in your CSS file at the top of the document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat: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);
}

* {
	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: 'svnagencyfb';
	src: url("../font/SVN-AgencyFB.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

.f-svnagencyfb {
	font-family: 'svnagencyfb';
}

@font-face {
	font-family: 'svnagencyfbbold';
	src: url("../font/SVN-AgencyFBBold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

.f-svnagencyfbbold {
	font-family: 'svnagencyfbbold';
}
@font-face {
	font-family: 'svnjusticeleague';
	src: url("../font/SVN-Justice-League.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

.f-svnjusticeleague {
	font-family: 'svnjusticeleague';
}

body {
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0;
	padding: 0;
	background: none;
	font-family: 'svnagencyfb', sans-serif;
}

body,
html {
	padding: 0;
	margin: 0;
	background: #282828;
	position: relative;
	height: 100%;
}

ul {
	list-style: none;
	margin: 0
}

a {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.container {
	display: block;
	margin: 0 auto;
	width: 1140px;
	height: 100%;
	position: relative;
	max-width: 1200px;
}

.container1 {
	display: block;
	margin: 0 auto;
	width: 1323px;
	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.02);
	/* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.brightness:hover {
	filter: brightness(1.2)
}

.section {
	position: relative;
	display: block;
	max-width: 100%
}

.section-background {
	position: absolute;
	display: block;
	width: 100%;
	margin: 0 auto;
	top: 0;
	left: 0;
}

.section-content {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	height: 100%;

}


@media (min-width: 1440px) {
	.container {
		max-width: 1140px;
	}

}

@media (max-width: 960px) {
	.desktop {
		display: none !important
	}

	.mobile {
		display: block !important
	}


	.container {
		width: 100%;
		max-width: 100%;
	}

	.container1 {
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width: 640px) {
	.header-desktop {
		display: none !important
	}

	.header-mobile {
		display: block !important
	}
}

@media (max-width: 575px) {
	.frame {
		max-width: calc(100% - 5px * 2)
	}
}

/* @media (orientation: portrait) {
	.frame {
		max-width: calc(100% - 10px * 2)
	}
	.wrapper {
		width: 960px;
	}

} */


.cursor-pointer {
	cursor: pointer;
}

.desktop {
	display: block;
}

.mobile {
	display: none;
}

.header-desktop {
	display: block;
}

.header-mobile {
	display: none;
}

.text-red {
	color: #b73131 !important;
}



/*----------------------------Swiper---------------------------------*/


.mySwiper2 .swiper-slide {
	background-size: cover;
	background-position: center;
}

.mySwiper2 {
	height: 100%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}



/*----------------------------Page1---------------------------------*/
.page1 {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: url(../images/bg-page1.jpg) no-repeat 50%/cover;
}

.page1 .logo {
	position: absolute;
	top: 2%;
	right: 21%;
	z-index: 10;
	transform-origin: top right;
}

.page1 .text-welcomeback {
	position: absolute;
	bottom: 37%;
	right: 0;
	z-index: 11;
	transform-origin: bottom right;
}

.page1 .slogan {
	position: absolute;
	top: 17%;
	right: 8%;
	z-index: 12;
	transform-origin: top right;
}
.page1 .text {
	position: absolute;
	top: 47%;
	right: 8%;
	z-index: 12;
	transform-origin: top right;
}
.page1 .art {
	position: absolute;
	top: 2%;
	left: 3%;
	z-index: 12;
	transform-origin: top left;
}

.page1 .btn-trolaichientruong {
	position: absolute;
	bottom: 3%;
	right: 24%;
	z-index: 12;
	transform-origin: bottom right;
}

.page1 .note {
	position: absolute;
	bottom: 0;
	right: 12%;
	z-index: 12;
	font-size: 24px;
	font-family: 'svnagencyfb', sans-serif;
	color: #fff;
	font-style: italic;

}

.swiper-slide-active .text img {
	animation: sloganAni 1s ease-in-out;
}
.swiper-slide-active .slogan img {
	animation: sloganAni .5s ease-in-out;
}
.swiper-slide-active .art img {
	animation: fadeInUp .3s ease-in-out;
}

@media (max-width: 1024px) {
	.page1 .page1-content {
		padding-top: 100px;
	}

}

/*----------------------------Page2---------------------------------*/
.page2 {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: url(../images/bg-page2.jpg) no-repeat 50%/cover;
	background-position: top center;
}
.swiper-slide-active .page2 {
	animation: flipInX 1s both;
}
.page2 .page2-content {
	display: block;
	margin: 0 auto;
	width: 1180px;
	height: 100%;
	position: relative;
	max-width: 1200px;
	transform-origin: bottom center;
	overflow: hidden;
}
.page2 .page2-content .title-page2 {
	transform-origin: top center;
	margin-top: 16px;
}
.swiper-slide-active .page2 .page2-content .title-page2 img {
	animation: fadeInDown 3s both;
}
.page2 .page2-content .newsletter {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: 0;
	z-index: 20;
}
.page2 .page2-content .btn-dangnhap-group {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: 1%;
	display: flex;
	flex-direction: column;
}
.swiper-slide-active .page2 .page2-content .btn-dangnhap-group a{
	animation: fadeInUp 2s both;
}
.page2 .page2-content .btn-dangnhapnhanqua {
	font-size: 32px;
	color: #21282c;
	text-shadow: 0 1px 1px #c0c2c9;
	text-decoration: none;
	font-family: 'svnjusticeleague', sans-serif;
}
@media (min-width: 2000px) {
	.page2 .page2-content .btn-dangnhap-group {
		bottom: 3%;
	}
	.page2 .page2-content { 
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
}

@media (max-width: 1680px) {
	.page2 .slogan-p2 {
		padding-top: 60px;
	}

}

@media (max-width: 1024px) {
	.page2 .page2-content {
		padding-top: 100px;
	}

}


/*----------------------------Page3---------------------------------*/
.page3 {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: url(../images/bg-page3.jpg) no-repeat 50%/cover;

}

.page3 .page3-content {
	display: block;
	margin: 0 auto;
	width: 1315px;
	height: 150%;
	position: relative;
	max-width: 1315px;
	transform-origin: top center;
	overflow: hidden;
}

.page3 .page3-content .title-page3 {
	transform-origin: top center;
	margin-top: 62px;
}
.swiper-slide-active .page3 .page3-content .title-page3 {
	animation: fadeInDown 1s both;
}
.page3 .mySwiper1 {
	max-width: 1315px;
}
.swiper-slide-active .page3 .mySwiper1 {
	animation: bounceIn 1s both;
}


.page3 .mySwiper1 .swiper-slide img{
	max-height: 400px;
}
.page3 .mySwiper1 .swiper-slide{
	text-align: center;
	margin-top: 44px;
}
.page3 .mySwiper1 .swiper-slide .slider-content .title {
	margin-top: 62px;
}
.page3 .char-slide-thumb {
	width: 790px;
	height: 90px;
	position: absolute;
	top: 86px;
	right: 0;
}
.swiper-slide-active .page3 .char-slide-thumb {
	animation: fadeInDown 1s both;
}
.page3 .mySwiper {
	height: 100px;
	box-sizing: border-box;
	padding: 0;

}

.page3 .mySwiper .swiper-slide {
	opacity: 0.9;
	filter: grayscale(90%);
	cursor: pointer;
}

.page3 .mySwiper .swiper-slide-thumb-active {
	opacity: 1;
	filter: grayscale(0);
}

.page3 .mySwiper1 .swiper-button-next {
	right: 0;
	top: 30%;
	width: 36px;
	display: block;
}

.page3 .mySwiper1 .swiper-button-prev {
	left: 0;
	top: 30%;
	width: 36px;
	display: block;
}

.page3 .mySwiper1 .swiper-button-next:after,
.page3 .mySwiper1 .swiper-button-prev:after {
	content: '';
}

.swiper-fade .swiper-slide-active .page3 .swiper-slide {
    pointer-events: auto;
}


@media (max-width: 1680px) {
	.page3 .slogan-p3 {
		padding-top: 60px;
	}

}

@media (max-width: 1024px) {
	.page3 .page3-content {
		padding-top: 100px;
	}

}

/*----------------------------Page4---------------------------------*/
.page4 {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: url(../images/bg-page4.jpg) no-repeat 50%/cover;
}
.page4 .art-page4 {
	position: absolute;
	top: 1%;
	right: 7%;
	z-index: 40;
	width: 682px;
	height: 1071px;
	transform-origin: top right;
}
.swiper-slide-active .page4 .art-page4 img{
	animation: fadeInUp 1s both;
}
.page4 .page4-content {
	display: block;
	margin: 0 auto;
	width: 1396px;
	height: 150%;
	position: relative;
	max-width: 1396px;
	transform-origin: top center;
	overflow: hidden;
	z-index: 41;
}
.page4 .page4-content .title-page4 {
	transform-origin: top left;
	margin-top: 16px;

}
.swiper-slide-active .page4 .page4-content .title-page4 {
	animation: fadeInDown 1s both;
}
.page4 .page4-content .items {
	margin-top: 48px;
}
.swiper-slide-active .page4 .page4-content .items {
	animation: flipInY 1s both;
}
.page4 .page4-content .items .item {
	width: 277px;
	height: 712px;
	background: url(../images/bg-item-page4.png) no-repeat;
	text-align: center;
	background-size: 100%;
	position: relative;

}
.page4 .page4-content .items .item:hover {
	filter: brightness(120%);
}
.page4 .page4-content .items .item h4 {
	font-family: 'svnagencyfbbold', sans-serif;
	font-size: 36px;
	color: #614515;
	text-shadow: 0 1px 1px #f7e797;
	padding-top: 16px;
}
.page4 .page4-content .items .item .thumb {
	width: 276px;
	height: 530px;
	margin: 8px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.page4 .page4-content .items .item .thumb img{
	max-height: 100%;
	text-align: center;
}
.page4 .page4-content .items .item .thumb .status {
	width: 52px;
	height: 52px;
	border-radius: 26px;
	border: 1px solid #d9ab2a;
	background-color: #9d692d;
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 15px;
}
.page4 .page4-content .items .item .name {
	width: 96%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'svnagencyfbbold', sans-serif;
	font-size: 24px;
	color: #00c0ff;
	text-shadow: 0 1px 1px #00306e;
	margin: 0 auto;
	text-transform: uppercase;
}
.page4 .page4-content .items .item .btn-nhan {
	position: relative;
	padding: 8px 0;
}
.page4 .page4-content .items .item .btn-nhan.inactive {
	filter: grayscale(90%);
}
.page4 .page4-content .items .item .btn-nhan a{
	font-family: 'svnagencyfbbold', sans-serif;
	font-size: 30px;
	color: #f0e3d4;
	text-shadow: 0 1px 1px #4a0005;
	text-decoration: none;
}




@media (max-width: 1680px) {
	.page4 .slogan-p4 {
		padding-top: 60px;
	}

}

@media (max-width: 1024px) {
	.page4 .page4-content {
		padding-top: 100px;
	}

}

/*----------------------------Page5---------------------------------*/
.page5 {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: url(../images/bg-page5.jpg) no-repeat 50%/cover;
	position: relative;
}
.swiper-slide-active .page5 {
	animation: bounce 1s both;
}
.page5 .page5-content {
	display: block;
	margin: 0 auto;
	width: 1540px;
	height: 150%;
	position: relative;
	max-width: 1540px;
	transform-origin: top center;
	overflow: hidden;
	z-index: 58;
}

.page5 .page5-content .title-page5 {
	transform-origin: top left;
	margin-top: 16px;	
	text-align: center;
}
.swiper-slide-active .page5 .page5-content .title-page5 {
	animation: fadeInDown 1s both;
}
.page5 .page5-content .vq {
	width: 1000px;
	height: 616px;
	position: relative;
	margin-top: 48px;
	z-index: 56;
}
.swiper-slide-active .page5 .page5-content .vq {
	animation: flip1 1s both;
}


.page5 .page5-content .vq .temp1 {
	width: 328px;
	height: 301px;
	background: url(../images/temp1.png) no-repeat;
	background-size: 100%;
	position: relative;
	margin: 0 auto;
	text-align: center;
}
.page5 .page5-content .vq .temp1 .thumb{
	width: 270px;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 16px auto;
}
.page5 .page5-content .vq .temp1 .thumb img{
	max-height: 100%;
}
.page5 .page5-content .vq .temp1 .btn-nhan {
	width: 142px;
	height: 40px;
	text-align: center;
	line-height: 32px;
	font-family: 'svnagencyfbbold', sans-serif;
	font-size: 24px;
	text-decoration: none;
	color: #fff;
	background: url(../images/btn-nhansung.png) no-repeat;
	background-size: 100%;
	margin: 0 auto;
	display: block;
}
.page5 .page5-content .vq .temp1 h4 {
	color: #fbfaf8;
	font-family: 'svnagencyfbbold', sans-serif;
	font-size: 24px;
	text-align: center;
	padding-top: 8px;
}
.page5 .page5-content .vq .temp2 {
	width: 328px;
	height: 150px;
	background: url(../images/temp2.png) no-repeat;
	background-size: 100%;
	position: relative;
}
.page5 .page5-content .vq .temp2 h4 {
	color: #fbfaf8;
	font-family: 'svnagencyfbbold', sans-serif;
	font-size: 24px;
	width: 130px;
	height: 48px;
	position: absolute;
	top: 48px;
	left: 24px;
	text-align: center;
}
.page5 .page5-content .vq .temp2 .thumb {
	width: 146px;
	height: 116px;
	position: absolute;
	top: 16px;
	right: 48px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.page5 .page5-content .vq .temp2 .thumb img {
	max-height: 100%;
}
.page5 .page5-content .vq .temp2 .number {
	width: 40px;
	height: 40px;
	background-color: #6c3e98;
	border-radius: 24px;
	border: solid 1px #b271a2;
	z-index: 55;
	position: absolute;
	right: 24px;
	bottom: 36px;
	color: #fbfaf8;
	font-family: 'svnagencyfbbold', sans-serif;
	font-size: 24px;
	text-align: center;
	line-height: 32px;
}

.page5 .page5-content .vq .item1 {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}
.page5 .page5-content .vq .item1 h4 {
	font-size: 24px;
	text-align: center;
	position: absolute;
	bottom: 8px;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #fbfaf8;
	font-family: 'svnagencyfbbold', sans-serif;
}
.page5 .page5-content .vq .item2 {
	position: absolute;
	top: 0;
	left: 336px;
}

.page5 .page5-content .vq .item3 {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 56;
}
.page5 .page5-content .vq .item4 {
	position: absolute;
	top: 157px;
	right: 0;
	z-index: 56;
}
.page5 .page5-content .vq .item5 {
	position: absolute;
	bottom: 0;
	right: 0;
}
.page5 .page5-content .vq .item6 {
	position: absolute;
	bottom: 0;
	right: 336px;
}
.page5 .page5-content .vq .item7 {
	position: absolute;
	bottom: 0;
	left: 0;
}
.page5 .page5-content .vq .item8 {
	position: absolute;
	bottom: 157px;
	left: 0;
}
.page5 .page5-content .vq .btn-rutthuong {
	width: 328px;
	height: 301px;
	background: url(../images/btn-rutthuong.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 159px;
	left: 336px;
}

.page5 .page5-content .vq .btn-rutthuong {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fbfaf8;
	font-family: 'svnagencyfbbold', sans-serif;
	font-size: 24px;
	text-align: center;
}
.page5 .page5-content .vq .btn-rutthuong a {
	color: #fbfaf8;
	font-family: 'svnagencyfbbold', sans-serif;
	font-size: 36px;
	font-style: italic;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 40px;
}
.page5 .page5-content .vq .btn-rutthuong:hover {
	filter: brightness(120%);
}

.page5  .art1-page5 {
	position: absolute;
	top: 0;
	right: 16%;
	z-index: 51;
	transform-origin: top right;
}
.page5  .art2-page5 {
	position: absolute;
	top: 80px;
	right: 0;
	z-index: 50;
	transform-origin: top right;
}

.swiper-slide-active .page5  .art2-page5{
	animation: fadeLeft .8s ease-in-out;
}
.swiper-slide-active .page5  .art1-page5{
	animation: faderight .8s ease-in-out;
}


/*----------------------------Page6---------------------------------*/
.page6 {
	width: 100%;
	height: 100%;
	background-color: #222529;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-family: 'Montserrat', sans-serif;
}
.page6 .taigame {
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
	color: #00c0ff;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
}
.page6 .text-footer {
	font-size: 20px;
	color: #fff;
	padding: 24px 0 0;
}
.page6 .text-footer a {
	background-color: #42464b;
	border-radius: 8px;
	padding: 8px 24px;
	margin: 8px;
	color: #fff;
	text-decoration: none;
}




/*----------------------------Animation---------------------------------*/
@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.95);
		opacity: 1;
		transform-origin: center center;
	}

	50% {
		transform: scale(1);
		opacity: 1;
		transform-origin: center center;
	}

	100% {
		transform: scale(0.95);
		opacity: 1;
		transform-origin: center center;
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
		opacity: 1;
	}

	50% {
		-webkit-transform: scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(0.95);
		opacity: 1;
	}
}


@-webkit-keyframes fadeLeft {
	0% {
		opacity: 0;
		right: -100px;
	}

	100% {
		opacity: 1;
		right: 0;
	}
}

@keyframes fadeLeft {
	0% {
		opacity: 0;
		right: -100px;
	}

	100% {
		opacity: 1;
		right: 0;
	}
}
@-webkit-keyframes faderight {
	0% {
		opacity: 0;
		right: 20%;
	}

	100% {
		opacity: 1;
		right: 16%;
	}
}

@keyframes faderight {
	0% {
		opacity: 0;
		right: 20%;
	}

	100% {
		opacity: 1;
		right: 16%;
	}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(0);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(0);
	}

	100% {
		opacity: 1;
		transform: translateX(20px);
	}
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-30px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-30px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(30deg);
		opacity: 0;
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}

@keyframes flipInX {
	0% {
		transform: perspective(400px) rotateX(30deg);
		opacity: 0;
	}

	100% {
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	backface-visibility: visible !important;
	animation-name: flipInX;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(200px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(200px)
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
	}

	70% {
		-webkit-transform: perspective(400px) rotateY(10deg);
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
}

@keyframes flipInY {
	0% {
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}

	40% {
		transform: perspective(400px) rotateY(-10deg);
	}

	70% {
		transform: perspective(400px) rotateY(10deg);
	}

	100% {
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	backface-visibility: visible !important;
	animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {
	0% {
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}

	100% {
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	animation-name: flipOutX;
	backface-visibility: visible !important;
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: translateX(-20%) skewX(30deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: translateX(0%) skewX(-15deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}
}

@keyframes lightSpeedIn {
	0% {
		transform: translateX(-100%) skewX(-30deg);
		opacity: 0;
	}

	60% {
		transform: translateX(20%) skewX(30deg);
		opacity: 1;
	}

	80% {
		transform: translateX(0%) skewX(-15deg);
		opacity: 1;
	}

	100% {
		transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

.animated.lightSpeedIn {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
	}

	70% {
		-webkit-transform: scale(.9);
	}

	100% {
		-webkit-transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(.3);
	}

	50% {
		opacity: 1;
		transform: scale(1.05);
	}

	70% {
		transform: scale(.9);
	}

	100% {
		transform: scale(1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		transform: translateX(-100%) rotate(-120deg);
	}

	100% {
		opacity: 1;
		transform: translateX(0px) rotate(0deg);
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}
@-webkit-keyframes bounce { 
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
	40% {-webkit-transform: translateY(-30px);} 
	60% {-webkit-transform: translateY(-15px);} 
 } 
 
 @keyframes bounce { 
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
	40% {transform: translateY(-30px);} 
	60% {transform: translateY(-15px);} 
 }
 @-webkit-keyframes sloganAni {
	0% {
		-webkit-transform: scale(1.8);
		opacity: 0;
	}

	60% {
		-webkit-transform: scale(1);
		opacity: 1;
	}	

	100% {
		-webkit-transform: translate(0, 0);
		opacity: 1;
	}
}

@keyframes sloganAni {
	0% {
		transform: scale(1.8);
		opacity: 0;
	}

	60% {
		transform: scale(1);
		opacity: 1;
	}
	
	100% {
		transform: translate(0, 0);
		opacity: 1;
	}
}