@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: 'mtdchalmers';
	src: url("../font/MTD-Chalmers.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}

.f-mtdchalmers {
	font-family: 'mtdchalmers';
}

@font-face {
	font-family: 'svngotham';
	src: url("../font/SVN-Gotham-Book.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

.f-svngotham {
	font-family: 'svngotham';
}

@font-face {
	font-family: 'utmessendine';
	src: url("../font/UTM-Essendine-Caps.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

.f-utmessendine {
	font-family: 'utmessendine';
}


body {
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	background: none;
	font-family: 'svngotham', Tahoma, sans-serif;
	position: relative;
}

body,
html {
	padding: 0;
	margin: 0 auto;
	background: #101216;
	color: #fff;
}

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: 1323px;
	height: 100%;
	position: relative;
}


.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 (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;
}

.wrapper {
	width: 768px;
	max-width: 768px;
	margin: 0 auto;
	transform-origin: left top;
	will-change: transform;
}

@media (max-width: 768px) {
	.wrapper {
		width: 768px;
		max-width: 768px;
	}

}

/*----------------------------Header---------------------------------*/
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 768px;
	height: 107px;
	background-color: rgba(11, 11, 11, 0.4);
	z-index: 101;
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	transform-origin: center top;
	will-change: transform;
}

.header .nav-download,
.header .ic-mu {

	padding: 21px;
}

.header .nav-main .nav-link {
	font-family: 'mtdchalmers', sans-serif;
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	padding-top: 30px;
	padding-bottom: 50px;
	width: 200px;
}

.header .nav-main .nav-link:hover,
.header .nav-main .nav-link.active {
	background: url(../images/bg-menu-hover.png) no-repeat;
	background-size: 100%;
	color: #face95;
}

.header .nav-main .dropdown .dropdown-menu {
	background: url(../images/bg-submenu.png) no-repeat;
	background-size: 100%;
	padding: 10px;
}

.header .nav-main .dropdown .dropdown-menu .dropdown-item {
	color: #fff;
	font-family: 'mtdchalmers', sans-serif;
	font-size: 24px;
	text-transform: uppercase;
}

.header .nav-main .dropdown .dropdown-menu .dropdown-item:hover {
	background-color: rgba(11, 11, 11, 0.4);
}

@media (max-width: 768px) {
	.header {
		width: 768px;
		height: 107px;
		transform-origin: left top;

	}

	.offcanvas {
		background-color: #0c1d2d;
	}

	.offcanvas .btn-close {
		filter: invert(1);
	}

	.offcanvas .nav-main {
		text-align: center;
	}

	.offcanvas .nav-main .nav-item {
		border-bottom: solid 1px #010c18;
	}

	.offcanvas .nav-main .nav-link {
		font-family: 'mtdchalmers', sans-serif;
		font-size: 24px;
		color: #fff;
		text-transform: uppercase;
		width: 200px;
		text-align: center;
		margin: 0 auto;

	}

	.offcanvas .nav-main .dropdown .dropdown-menu .dropdown-item {
		font-family: 'mtdchalmers', sans-serif;
		font-size: 24px;
		text-transform: uppercase;
	}
}


/*----------------------------Page1---------------------------------*/
.page1 {
	width: 100%;
	height: 1125px;
	/* object-fit: cover;
	background: url(../images/bg-p1.jpg) no-repeat; */
	position: relative;

}

.page1 .bg-page1 video {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	width: 768px
}

.page1-content {
	will-change: transform;
}

.page1 .logo {
	position: absolute;
	left: 0;
	right: 0;
	top: 280px;
	text-align: center;
	margin: 0 auto;
	z-index: 12;
}

.page1 .text-main {
	position: absolute;
	left: 0;
	right: 0;
	top: 680px;
	text-align: center;
	margin: 0 auto;
	z-index: 12;
}

.page1 .btn-taimienphi {
	position: absolute;
	left: 0;
	right: 0;
	top: 890px;
	text-align: center;
	margin: 0 auto;
	z-index: 12;
}

@media (max-width: 768px) {
	.page1 {
		width: 100%;
		height: 1125px;
		object-fit: cover;
		background: url(../images/bg-p1.jpg) no-repeat;
	}

}

/*----------------------------Page2---------------------------------*/
.page2 {
	width: 100%;
	height: 1125px;
	object-fit: cover;
	background: url(../images/bg-p2.jpg) no-repeat;

}

.page2 .nav {
	padding-top: 60px;
	margin-bottom: 16px;
}

.page2 .nav .nav-link {
	background: url(../images/tab-p2.png) no-repeat;
	background-size: 100%;
	width: 332px;
	height: 89px;
	text-align: center;
	color: #fff;
	font-family: 'mtdchalmers', sans-serif;
	font-size: 38px;
	text-transform: uppercase;
	line-height: 72px;
	filter: grayscale(80%);
	opacity: .8;
	margin-bottom: 8px;
}

.page2 .nav .nav-link:hover,
.page2 .nav .nav-link.active {
	color: #face94;
	filter: none;
	opacity: 1;
}

.page2 .tab-content .news-item {
	display: flex;
	justify-content: center;
	align-items: self-start;
	width: 768px;
	color: #0c1d2d;
	margin: 0 auto 8px;
	padding: 16px 58px;
	flex-direction: column;
}

.page2 .tab-content .news-item .thumb {
	padding: 2px;
	border: solid 1px #fff;
	text-align: center;
	margin: 0 auto;
}

.page2 .tab-content .news-item h2 a {
	color: #0c1d2d;
	font-family: 'mtdchalmers', sans-serif;
	font-size: 50px;
	text-transform: uppercase;
	text-decoration: none;
}

.page2 .tab-content .news-item h3 {
	font-size: 24px;
	color: #b68900;
	padding: 8px 24px;
}

.page2 .tab-content .news-item h3 .datetime {
	font-size: 24px;
	color: #0c1d2d;
}

.page2 .tab-content .news-item p a {
	color: #0c1d2d;
	font-size: 24px;
	text-decoration: none;
}

.page2 .tab-content .news-item .short-des {
	padding: 0 16px;
	max-height: 268px;
	overflow: hidden;
}

.page2 .tab-content .news-item .datetime {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}

.page2 .tab-content .btn-xemthem {
	text-align: center;
	color: #fff;
	font-family: 'mtdchalmers', sans-serif;
	font-size: 26px;
	text-transform: uppercase;
	background-color: #0c1d2d;
	text-decoration: none;
	padding: 16px 48px;
	width: 240px;
	margin: 8px auto 0;
	display: block;
}

.page2 .tab-content .btn-xemthem:hover {
	color: #face94;
}

@media (max-width: 768px) {
	.page2 {
		width: 100%;
		height: 1125px;
		object-fit: cover;
		background: url(../images/bg-p2.jpg) no-repeat;

	}
}



/*----------------------------Page3---------------------------------*/
.page3 {
	width: 100%;
	height: 1127px;
	object-fit: cover;
	background: url(../images/bg-p3.jpg) no-repeat;
	position: relative;
}

.page3 .title {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 35;
}

.page3 .mySwiper3 {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 768px;
	height: 150px;
	z-index: 39;
}

.page3 .mySwiper3 .swiper-slide {
	cursor: pointer;
	text-align: center;
	padding: 6px 0 0 0;
}

.page3 .mySwiper3 .swiper-slide:hover,
.page3 .mySwiper3 .swiper-slide-thumb-active {
	background-color: #bdbdbd;
	text-align: center;
	border-radius: 8px;
}

.page3 .mySwiper4 {
	height: 250vw;
	/* z-index: 33; */
}

.page3 .mySwiper4 .thumb-char {
	background: url(../images/circle-art.png) no-repeat;
	background-size: 100%;
	position: absolute;
	right: 0;
	top: 290px;
	background-position: right bottom;
	width: 420px;
	height: 420px;
}

.page3 .mySwiper4 .swiper-slide {
	height: 100vh;
}

.page3 .mySwiper4 .thumb-char .spellbinder {
	position: relative;
	top: -134px;
	right: 34px;
}

.page3 .mySwiper4 .thumb-char .blader {
	position: relative;
	top: -190px;
	right: -17px
}

.page3 .mySwiper4 .thumb-char .darklord {
	position: relative;
	top: -160px;
	right: 22px;
}

.page3 .mySwiper4 .thumb-char .warmage {
	position: relative;
	top: -76px;
	right: -18px
}

.page3 .mySwiper4 .thumb-char .whisperer {
	position: relative;
	top: -94px;
	right: 90px;
}

.page3 .mySwiper4 .thumb-char .blackphantom {
	position: relative;
	top: 12px;
	right: -5px;
}


.swiper-fade .swiper-slide .mySwiper3 .swiper-slide {
	pointer-events: auto;
}

.page3 .mySwiper4 .swiper-slide .info-char {
	width: 384px;
	height: 650px;
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	top: 300px;
	left: 16px;
}

.page3 .mySwiper4 .swiper-slide .name-char {
	color: #031022;
	font-family: 'mtdchalmers', sans-serif;
	font-size: 39px;
	text-transform: uppercase;
	text-align: center;
}

.page3 .mySwiper4 .swiper-slide .des-char {
	color: #031022;
	font-size: 22px;
	text-align: center;
}

.page3 .mySwiper4 .swiper-slide .btn-group-char {
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

@media (max-width: 768px) {
	.page3 {
		width: 100%;
		height: 1127px;
		object-fit: cover;
		background: url(../images/bg-p3.jpg) no-repeat;
		overflow: hidden;
	}
}

/*----------------------------Page4---------------------------------*/
.page4 {
	width: 100%;
	height: 1123px;
	object-fit: cover;
	background: url(../images/bg-p4.jpg) no-repeat;
	overflow: hidden;
}

.page4-content {
	height: 100%;
}

.page4 .mySwiper5 {
	height: 100%;
}

.page4 .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.page4 .swiper-slide .thumb {
	width: 650px;
}

.page4 .thumb-frame {
	position: relative;
}

.page4 video {
	width: 634px;
	height: 422px;
	position: absolute;
	left: 8px;
	top: 11px;
	object-fit: cover;
}

.page4 .swiper-slide .des {
	width: 768px;
	text-align: center;
	padding: 0 16px;
	font-size: 24px;
	color: #fff;
}

.page4 .swiper-slide .btn-taimienphi {
	margin-top: 0;
}

.page4 .swiper-slide .des .title {
	margin-top: -48px;
}

.page4 .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: '';
}

.page4 .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: '';
}

.page4 .swiper-button-next,
.page4 .swiper-rtl .swiper-button-prev {
	width: 59px;
	height: 59px;
	right: 0;
	top: 700px;
}

.page4 .swiper-button-prev,
.page4 .swiper-rtl .swiper-button-next {
	width: 59px;
	height: 59px;
	left: 0;
	top: 700px;
}

@media (max-width: 768px) {
	.page4 {
		width: 100%;
		height: 1123px;
		object-fit: cover;
		background: url(../images/bg-p4.jpg) no-repeat;
		overflow: hidden;
	}
}

/*----------------------------Page5---------------------------------*/
.page5 {
	width: 100%;
	height: 1125px;
	background-color: #fff;
	overflow: hidden;
	position: relative;
	object-fit: cover;
	background: url(../images/bg-p5.jpg) no-repeat;
}

.page5 .title {
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 35;
}

.page5 .nav {
	margin-top: 230px;
}

.page5 .nav-pills .nav-link,
.page5 .nav-pills .show>.nav-link {
	background: url(../images/tab-p5.png) no-repeat;
	background-size: 100%;
	width: 389px;
	height: 64px;
	color: #fff;
	font-family: 'mtdchalmers', sans-serif;
	font-size: 36px;
	text-transform: uppercase;
	text-align: center;
	line-height: 50px;
	filter: grayscale(50%);
	opacity: .8;
}

.page5 .nav-pills .nav-link.active {
	filter: none;
	opacity: 1;
	color: #face95;
}

.page5 .tab-content .tbl-content {
	width: 768px;
	height: 758px;
	background: url(../images/frame-bxh.png) no-repeat;
	background-size: 100%;
	margin: 0 auto 8px;
	padding: 10px 24px 0;
}

.page5 .tab-content .table {
	margin-bottom: 0;
}

.page5 .tab-content tr th {
	color: #fff;
	font-family: 'mtdchalmers', sans-serif;
	font-size: 35px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 300;
}

.page5 .tab-content tr td {
	color: #fff;
	font-family: 'utmessendine', sans-serif;
	font-size: 24px;
	text-align: center;
	font-weight: 300;
	background-color: #000916;
	padding: 11px 0;
}

.page5 .tab-content tbody {
	border: solid 1px #fff;
}

.page5 .tab-content .kq {
	text-align: center;
	color: #000916;
	font-family: 'mtdchalmers', sans-serif;
	font-size: 35px;
	text-transform: uppercase;
}

.page5 .tab-content .page-link {
	background-color: #020e1e;
	text-align: center;
	color: #fff;
	font-family: 'mtdchalmers', sans-serif;
	font-size: 28px;
	text-transform: uppercase;
	width: 50px;
	height: 50px;
	line-height: 34px;
	opacity: .8;
}

.page5 .tab-content .page-item.active .page-link,
.page5 .tab-content .page-item:hover .page-link {
	color: #face95;
	opacity: 1;
}

.page5 .art-left {
	position: absolute;
	left: 0;
	bottom: -100px;
}

.page5 .art-right {
	position: absolute;
	right: 0;
	bottom: 0;
}

@media (max-width: 768px) {
	.page5 {
		width: 100%;
		height: 1125px;
		background-color: #fff;
		overflow: hidden;
		position: relative;
	}
}

/*----------------------------Page6---------------------------------*/
.page6 {
	width: 100%;
	height: 1124px;
	object-fit: cover;
	background: url(../images/bg-p6.jpg) no-repeat;
	overflow: hidden;
	position: relative;
}

.page6 .title {
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 35;
}

.page6 .cauhinh {
	margin-top: 210px;
}

.page6 .btn-taimienphi {
	text-align: center;
	margin: 48px auto 0;
	width: 447px;
	display: block;
}



@media (max-width: 768px) {
	.page6 {
		width: 100%;
		height: 1124px;
		object-fit: cover;
		background: url(../images/bg-p6.jpg) no-repeat;
		overflow: hidden;
		position: relative;
	}
}

/*----------------------------Page7---------------------------------*/
.page7 {
	width: 100%;
	height: 500px;
	background-color: #000;
	text-align: center;
	color: #fff;
	font-size: 22px;
	padding: 16px;

}

.page7 .logo-footer {
	padding-top: 30px;

}

@media (max-width: 768px) {
	.page7 {
		width: 100%;
		height: 500px;
		background-color: #000;
		text-align: center;
		color: #fff;

	}
}

/*----------------------------Page tin tuc---------------------------------*/
.wrapper.news {
	background: url(../images/bg-page.jpg) repeat-y;
	background-size: 100%;
}

.lists-news {
	width: 768px;
	margin: 0 auto;
}

.lists-news .nav {
	padding-top: 30px;
	margin-bottom: 16px;
}

.lists-news .nav .nav-link {
	background: url(../images/tab-p2.png) no-repeat;
	background-size: 100%;
	width: 332px;
	height: 89px;
	text-align: center;
	color: #fff;
	font-family: 'mtdchalmers', sans-serif;
	font-size: 38px;
	text-transform: uppercase;
	line-height: 72px;
	filter: grayscale(80%);
	opacity: .8;
}

.lists-news .nav .nav-link:hover,
.lists-news .nav .nav-link.active {
	color: #face94;
	filter: none;
	opacity: 1;
}

.lists-news .item-news {
	width: 650px;
	overflow: hidden;
	margin: 8px;
}

.lists-news .item-news .thumb {
	width: 650px;
	height: 407px;
}

.lists-news .item-news h5 {
	font-size: 18px;
	color: #b68900;
	padding: 8px 0;

}

.lists-news .item-news h5 .datetime {
	color: #0c1d2d;

}

.lists-news .item-news .title a {
	color: #0c1d2d;
	font-family: 'mtdchalmers', sans-serif;
	font-size: 38px;
	text-transform: uppercase;
	text-decoration: none;
}

.lists-news .item-news .title a:hover {
	color: #b68900;
}

.lists-news .news-content {
	flex-wrap: wrap;
	gap: 8px;
}

.lists-news .news-content .short-des a {
	font-size: 18px;
	color: #0c1d2d;
	text-decoration: none;
}

.lists-news .tab-content .pagination {
	margin: 16px auto;
}

.lists-news .tab-content .page-link {
	background-color: #020e1e;
	text-align: center;
	color: #fff;
	font-family: 'mtdchalmers', sans-serif;
	font-size: 28px;
	text-transform: uppercase;
	width: 50px;
	height: 50px;
	line-height: 34px;
	opacity: .8;
	border: none;
}

.lists-news .tab-content .page-item.active .page-link,
.lists-news .tab-content .page-item:hover .page-link {
	color: #face95;
	opacity: 1;
}

.lists-news .art-left {
	position: absolute;
	left: 0;
	bottom: -100px;
}

.lists-news .art-right {
	position: absolute;
	right: 0;
	bottom: 0;
}

.news-details {
	position: relative;
	max-width: 1400px;
	margin: 16px auto;
}

.news-details .title-gt {
	text-align: center;
	margin-top: 16px;
}

.news-details .content-gt {
	background: url(../images/frame-gioithieu.png) no-repeat;
	background-size: 100%;
	width: 640px;
	height: 2651px;
	overflow: hidden;
	margin: 0 auto 48px;
	position: relative;
}

.news-details .content-gt .content-gt-details {
	width: 516px;
	margin-top: 72px;
	margin-left: 72px;
	text-align: justify;
	color: #fff;
	font-size: 23px;

}

.news-details .content-gt .content-gt-details h2 {
	text-transform: uppercase;
	font-size: 38px;
	color: #face94;
	font-family: 'mtdchalmers', sans-serif;
}

.news-details h1.title {
	text-transform: uppercase;
	font-size: 38px;
	color: #020e1e;
	font-family: 'mtdchalmers', sans-serif;
	padding: 0 24px;
}

.news-details .description {
	color: #020e1e;
	font-size: 22px;
	padding: 0 24px;
}

.news-details .description img{
    max-width: 100%;
    height: auto;
}


.footer {
	background-color: #0c1d2d;
	text-align: center;
	color: #fff;
	padding: 24px 0;
	line-height: 30px;
}

/*----------------------------Modal---------------------------------*/
/*----------------------------Popup---------------------------------*/
.modal-cs1 {
	width: 375px;
	max-width: 375px;
	height: 253px;
	margin: 0 auto;

}

.modal-cs1 .modal-content {
	background: url(../images/popup-taigame.png) no-repeat;
	background-size: 100%;
	width: 375px;
	height: 253px;
}

.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: -22px;
	right: 0;
	width: 24px;
	height: 24px;
	opacity: 1;
}

.modal-cs1 .modal-body .content-taigame {
	padding: 48px 12px 0;
}

.modal-cs1 .modal-body .content-taigame .title {
	text-transform: uppercase;
	font-family: 'mtdchalmers', sans-serif;
	font-size: 14px;
	color: #fff;
	padding-top: 8px;
}

.modal-cs1 .modal-body .content-taigame .btn-taimienphi img {
	width: 10rem;
}


/*----------------------------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.05);
		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.05);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(0.95);
		opacity: 1;
	}
}

.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;
}
