@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: 'uvnlaxanh';
	src: url("../font/UVNLaXanh.TTF") format("truetype");
	font-weight: normal;
	font-style: normal;
}

.f-uvnlaxanh {
	font-family: 'uvnlaxanh';
}

@font-face {
	font-family: 'svngilroy';
	src: url("../font/SVN-Gilroy-SemiBold.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}

.f-svngilroy {
	font-family: 'svngilroy';
}


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;
}

.container1 {
	display: block;
	margin: 0 auto;
	width: 1200px;
	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 (max-width: 1200px) {
	.desktop {
		display: none !important
	}

	.mobile {
		display: block !important
	}


	.container1 {
		width: 100%;
		max-width: 100%;
	}
}


.cursor-pointer {
	cursor: pointer;
}

.desktop {
	display: block;
}

.mobile {
	display: none;
}



/*----------------------------Swiper---------------------------------*/


.mySwiper2 .swiper-slide {
	background-size: cover;
	background-position: center;
}

.mySwiper2 {
	height: 100%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}


.mySwiper {
	height: 500px;
	width: 224px;
	box-sizing: border-box;
	padding: 0;
	position: fixed !important;
	top: 9vw;
	left: 16px;
	background: none;

}

.mySwiper .swiper-slide {
	width: 100%;
	height: auto;
	opacity: 1;
	position: relative;
	flex-shrink: unset;
	cursor: pointer;

}

.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
	filter: brightness(180%);
}

.mySwiper .swiper-slide .img-menu {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 1;
}

.mySwiper .swiper-slide a:hover {
	opacity: 1;
	filter: brightness(180%);

}

@media (max-width: 1200px) {
	.swiper.mySwiper {
		display: none;
	}

}

/*----------------------------Page1---------------------------------*/
.page1 {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: url(../images/bg-p1.jpg) no-repeat 50%/cover;
}

.page1 .logo-group {
	position: absolute;
	top: 32px;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page1 .social {
	position: absolute;
	top: 24px;
	right: 48px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 1200px) {
	.page1 {
		width: 100%;
		height: 100%;
		object-fit: cover;
		background: url(../images/bg-p1-m.jpg) no-repeat 50%/cover;
		height: 1080px;
	}


}

/*----------------------------Page2---------------------------------*/
.page2 {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: url(../images/bg-p2.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: 24px;
	text-align: center;
}

.swiper-slide-active .page2 .page2-content .title-page2 img {
	animation: fadeInDown 3s both;
}

.page2 .page2-content .container1 .moc1 {
	width: 554px;
	height: 309px;
	background: url(../images/moc1.png) no-repeat;
	background-size: 100%;
	position: absolute;
	left: 48px;
	top: 30px;

}

.page2 .page2-content .container1 .moc1 .des {
	font-family: 'svngilroy';
	font-size: 22px;
	color: #fff;
	padding: 80px 0 0 40px;
	width: 376px;
	max-height: 206px;
	overflow-y: auto;
	scrollbar-width: none;
	/* Ẩn scrollbar trên Firefox */
	-ms-overflow-style: none;
	/* Ẩn trên IE và Edge cũ */
}

.page2 .page2-content .container1 .moc2 {
	width: 558px;
	height: 309px;
	background: url(../images/moc2.png) no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 310px;
}

.page2 .page2-content .container1 .moc2 .des {
	font-family: 'svngilroy';
	font-size: 22px;
	color: #fff;
	padding: 72px 0 0 220px;
	width: 546px;
	max-height: 206px;
	overflow-y: auto;
	scrollbar-width: none;
	/* Ẩn scrollbar trên Firefox */
	-ms-overflow-style: none;
	/* Ẩn trên IE và Edge cũ */
}

.page2 .page2-content .container1 .moc-modangky {
	width: 559px;
	height: 310px;
	background: url(../images/moc-dangky.png) no-repeat;
	background-size: 100%;
	position: absolute;
	right: 30px;
	top: 0;
}

.page2 .page2-content .container1 .moc-modangky .des {
	font-family: 'svngilroy';
	font-size: 22px;
	color: #fff;
	padding: 72px 0 0 220px;
	width: 546px;
	max-height: 206px;
	overflow-y: auto;
	scrollbar-width: none;
	/* Ẩn scrollbar trên Firefox */
	-ms-overflow-style: none;
	/* Ẩn trên IE và Edge cũ */
}

.page2 .page2-content .container1 .moc-chungket {
	width: 670px;
	height: 436px;
	background: url(../images/moc-chungket.png) no-repeat;
	background-size: 100%;
	position: absolute;
	right: 30px;
	top: 240px;
}

.page2 .page2-content .container1 .moc-chungket .des {
	font-family: 'svngilroy';
	font-size: 22px;
	color: #fff;
	padding: 165px 0 0 357px;
	width: 656px;
	max-height: 303px;
	overflow-y: auto;
	scrollbar-width: none;
	/* Ẩn scrollbar trên Firefox */
	-ms-overflow-style: none;
	/* Ẩn trên IE và Edge cũ */
}

.page2 .page2-content .container1 .moc1 .des::-webkit-scrollbar,
.page2 .page2-content .container1 .moc2 .des::-webkit-scrollbar,
.page2 .page2-content .container1 .moc-modangky .des::-webkit-scrollbar,
.page2 .page2-content .container1 .moc-chungket .des::-webkit-scrollbar {
	display: none;
}

.page2 .page2-content .container1 .btn-dangky {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 130px;
	text-align: center;
	margin: 0 auto;
}

@media (min-width: 2000px) {

	.page2 .container1 {
		transform-origin: center top;
		height: 75%;
	}
}

@media (max-width: 1200px) {
	.page2 {
		background: url(../images/bg-p2-m.jpg) no-repeat 50%/cover;
		height: 1080px;

	}

	.page2 .page2-content {
		padding-top: 200px;
	}

	.page2 .page2-content .title-page2 {
		transform-origin: left top;
	}

	.page2 .container1 {
		transform-origin: left center;
	}
}



/*----------------------------Page3---------------------------------*/
.page3 {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: url(../images/bg-p3.jpg) no-repeat 50%/cover;
	position: relative;
}

.swiper-slide-active .page3 {
	animation: bounce 1s both;
}

.page3 .page3-content {
	display: block;
	margin: 0 auto;
	width: 1540px;
	height: 150%;
	position: relative;
	max-width: 1540px;
	transform-origin: top center;
	overflow: hidden;
	z-index: 58;
}

.page3 .page3-content .title-page3 {
	transform-origin: top left;
	margin-top: 16px;
	text-align: center;
}

.swiper-slide-active .page3 .page3-content .title-page3 {
	animation: fadeInDown 1s both;
}

.page3 .page3-content .tonggiai {
	margin: 200px auto 0;
	/* margin: -48px auto 0;*/
	text-align: center;
}

.page3 .page3-content .giai123 {
	margin: 0 auto;
	text-align: center;
}

@media (max-width: 1200px) {
	.page3 {
		background: url(../images/bg-p3-m.jpg) no-repeat 50%/cover;
		height: 1080px;
	}

	.page3 .page3-content {
		width: 1200px;
		height: 100%;
		max-width: 1200px;
		transform-origin: top left;
		padding-top: 200px;
	}

	.page3 .page3-content .title-page3 {
		transform-origin: top left;
	}

}

/*----------------------------Page4---------------------------------*/
.page4 {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: url(../images/bg-p4.jpg) no-repeat 50%/cover;

}

.page4 .page4-content {
	display: block;
	margin: 0 auto;
	width: 1315px;
	height: 150%;
	position: relative;
	max-width: 1315px;
	transform-origin: top center;
	overflow: hidden;
}

.page4 .page4-content .title-page4 {
	transform-origin: top center;
	margin-top: 10px;
	text-align: center;
}

.swiper-slide-active .page4 .page4-content .title-page4 {
	animation: fadeInDown 1s both;
}

.page4 .page4-content .group-round {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.page4 .page4-content .group-round .round1,
.page4 .page4-content .group-round .round2 {
	width: 446px;
	height: 317px;
	background: url(../images/frame-vongloai-p4.png) no-repeat;
	background-size: 100%;
	margin: 10px 48px;
}

.page4 .page4-content .group-round .round-ck {
	width: 764px;
	height: 230px;
	background: url(../images/frame-vongck-p4.png) no-repeat;
	background-size: 100%;
}

.page4 .page4-content .text-p4 {
	filter: saturate(4);
	margin-top: -24px;
	mix-blend-mode: hue;
	isolation: isolate;
}

.page4 .page4-content .group-round .round1 h2,
.page4 .page4-content .group-round .round2 h2 {
	color: #fff3cc;
	font-size: 24px;
	font-weight: bold;
	font-family: 'uvnlaxanh', sans-serif;
	text-align: center;
	text-transform: uppercase;
	padding-top: 16px;
}

.page4 .page4-content .group-round .round1 p,
.page4 .page4-content .group-round .round2 p {
	color: #32250b;
	font-size: 24px;
	font-family: 'svngilroy', sans-serif;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0;
}

.page4 .page4-content .group-round .round1 .days,
.page4 .page4-content .group-round .round2 .days {
	max-height: 208px;
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-width: none;
	/* Ẩn scrollbar trên Firefox */
	-ms-overflow-style: none;
	/* Ẩn trên IE và Edge cũ */
}

.page4 .page4-content .group-round .round1 .days::-webkit-scrollbar,
.page4 .page4-content .group-round .round2 .days::-webkit-scrollbar {
	display: none;
}

.page4 .page4-content .group-round .round-ck h2 {
	color: #fff3cc;
	font-size: 24px;
	font-weight: bold;
	font-family: 'uvnlaxanh', sans-serif;
	text-align: center;
	text-transform: uppercase;
	padding-top: 24px;
	margin-bottom: 32px;
}

.page4 .page4-content .group-round .round-ck p {
	color: #32250b;
	font-size: 26px;
	font-family: 'svngilroy', sans-serif;
	text-align: center;
	margin-bottom: 10px;
}

.page4 .page4-content .group-round .round-ck p span {
	color: #32250b;
	font-size: 26px;
	font-family: 'svngilroy', sans-serif;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: 700;
	background: #BD6746;
	background: linear-gradient(0deg, rgba(189, 103, 70, 1) 0%, rgba(255, 255, 255, 1) 100%);
	padding: 4px 24px;
	border-radius: 32px;
}


@media (max-width: 1200px) {
	.page4 {
		background: url(../images/bg-p4-m.jpg) no-repeat 50%/cover;
		height: 1080px;
	}

	.page4 .page4-content {
		width: 1200px;
		height: 100%;
		max-width: 1200px;
		transform-origin: top left;
		padding-top: 200px;
	}

}

/*----------------------------Page5---------------------------------*/
.page5 {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: url(../images/bg-p5.jpg) no-repeat 50%/cover;
}


.page5 .page5-content {
	display: block;
	margin: 0 auto;
	width: 1500px;
	height: 150%;
	position: relative;
	max-width: 1500px;
	transform-origin: top center;
	overflow: hidden;
	z-index: 41;
}

.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 .content-thele {
	width: 1231px;
	height: 670px;
	background: url(../images/frame-thele-p5.png) no-repeat;
	background-size: 100%;
	margin: -48px 268px;
	position: relative;
}

.page5 .page5-content .content-thele .main {
	position: absolute;
	width: 732px;
	height: 502px;
	overflow-y: auto;
	overflow-x: hidden;
	left: 36px;
	top: 116px;
	color: #fff;
	font-size: 26px;
	font-family: 'svngilroy', sans-serif;
}


@media (max-width: 1200px) {
	.page5 {
		background: url(../images/bg-p5-m.jpg) no-repeat 50%/cover;
		height: 1080px;
	}

	.page5 .page5-content {
		width: 1200px;
		height: 100%;
		max-width: 1200px;
		transform-origin: top left;
		padding-top: 200px;
	}

	.page5 .page5-content .content-thele {
		width: 1231px;
		height: 670px;
		margin: 0 100px;
	}

}

/*----------------------------Page6---------------------------------*/
.page6 {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: url(../images/bg-p6.jpg) no-repeat 50%/cover;
}


.page6 .page6-content {
	display: block;
	margin: 0 auto;
	width: 1396px;
	height: 150%;
	position: relative;
	max-width: 1396px;
	transform-origin: top center;
	overflow: hidden;
	z-index: 41;
}

.page6 .page6-content .title-page6 {
	transform-origin: top left;
	margin-top: 16px;
	text-align: center;

}

.swiper-slide-active .page6 .page6-content .title-page6 {
	animation: fadeInDown 1s both;
}

.page6 .page6-content .lists-ntt {
	width: 1200px;
	margin: 100px auto 0;
	position: relative;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.page6 .page6-content .lists-ntt a {
	margin: 16px 0;
}


@media (max-width: 1200px) {
	.page6 {
		background: url(../images/bg-p6-m.jpg) no-repeat 50%/cover;
		height: 1080px;
	}


	.page6 .page6-content {
		width: 1200px;
		height: 100%;
		max-width: 1200px;
		transform-origin: top left;
		padding-top: 200px;

	}

}


/*----------------------------Page7---------------------------------*/
.page7 {
	width: 100%;
	height: 100%;
	background-color: #000;
}

.footer {
	position: absolute;
	width: 1080px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.footer-content {
	display: flex;
	flex-direction: row;
	text-align: left;
	justify-content: center;
	align-items: center;
	width: 73%;
	margin: 0 auto 0 auto;
}

.vtc-logo {
	margin: 0 auto;
	margin-bottom: 0px;
	margin-bottom: 20px;
	width: 40%;
	text-align: center;
	border-right: solid 1px #fff;
	padding: 20px 0;
}

.footer-text {
	padding: 15px;
	color: #c6cad9;
	line-height: 22px;
}

.footer-text a {
	color: #c6cad9;
}

@media (max-width: 1200px) {
	.page7 {
		height: 400px;
	}

	.footer-text {
		font-size: 24px;
		line-height: 30px;
	}

	.footer-content {
		width: 88%;

	}
}
/*----------------------------Popup---------------------------------*/
.modal-cs1 {
	width: 960px;
	max-width: 960px;
	height: 761px;

}

.modal-cs1 .modal-content {
	background: url(../images/bg-popup.png) no-repeat;
	background-size: 100%;
	width: 960px;
	height: 761px;
}

.modal-cs1 .modal-content,
.modal-cs1 .modal-header {
	border: none;
}

.modal-cs1 .modal-header {
	padding: 0;

}

.modal-cs1 .modal-header .btn-close {
	position: absolute;
	top: 78px;
    right: 52px;
	width: 34px;
	height: 36px;
	opacity: 1;
	z-index: 100;
	background: none;
}

.modal-cs1 .modal-body {
	font-size: 18px;
	color: #2c2c2c;
}

.modal-cs1 .modal-body .title {
	font-size: 115px;
	text-align: center;
	margin-top: 24px;
	color: #600907;
	text-transform: capitalize;
	margin-bottom: 0;
}
.modal-cs1 .modal-body .content-nv {
	width: 72%;
	margin: 0 auto;
}

.modal-cs1 .modal-body .content-nv .form-label{
	font-family: 'uvnlaxanh';
	font-size: 36px;
	font-weight: bold;
	color: #2d2005;
	text-align: left;
}
.modal-cs1 .modal-body .content-nv .form-control {
	background-color: #c0ac8b;
	border-color: #a88e62;
	border-width: 2px;
	padding: 8px 12px;
	font-size: 22px;
}
.modal-cs1 .modal-body .content-nv .col-9 {
	margin-bottom: 16px;
}



@media (max-width: 640px) {
	.modal-cs1 {
		width: 360px;
		max-width: 360px;
		height: 255px;
		margin: 0 auto;
	}

	.modal-cs1 .modal-content {
		width: 360px;
		height: 255px;
		background: url(../images/bg-popup-m.png) no-repeat;
		background-size: 100%;
	}

	.modal-cs1 .modal-header .btn-close {
		position: absolute;
		top: -11px;
		right: -14px;
		width: 28px;
		height: 28px;
	}

	.modal-cs1 .modal-body .title {
		font-size: 46px;
		margin-top: -20px;
	}


}

/*----------------------------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;
	}
}