@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;
    font-display: swap;
}

.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;
    font-display: swap;
}

.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;
    font-display: swap;
}

.f-utmessendine {
	font-family: 'utmessendine';
}


body {
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0;
	padding: 0;
	background: none;
	font-family: 'svngotham', sans-serif;
}

body,
html {
	padding: 0;
	margin: 0;
	background: #000c1c;
	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.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: 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;
}

/*----------------------------Header---------------------------------*/
.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 1920px;
	height: 107px;
	background-color: rgba(11, 11, 11, 0.4);
	z-index: 9999;
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	transform-origin: left top;

}

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

.header .nav-download .dropdown-menu {
	width: 250px;
	padding: 0
}

.header .nav-download .dropdown-menu .input-group .input-group-text {
	cursor: pointer;
}

.header .nav-download .dropdown .dropdown-toggle::after {
	display: none;
}

@media (min-width: 1920px) {
	.header {
		height: 107px;
	}
}

@media (max-width: 1680px) {
	.logo img {
		width: 320px;
		display: block;
		text-align: center;
		margin: 0 auto;
	}
}

/*----------------------------Swiper---------------------------------*/

.swiper {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	background-size: cover;
	background-position: center;
}

.mySwiper2 {
	height: 100%;
	width: 100%;
}

.mySwiper {
	height: 450px;
	width: 66px;
	box-sizing: border-box;
	padding: 0;
	position: fixed !important;
	top: 24%;
	left: 48px;
	background: none;

}

.mySwiper .swiper-slide {
	width: 100%;
	height: auto;
	opacity: 1;
	position: relative;
	flex-shrink: unset;

}

.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}

.mySwiper .swiper-slide .img-menu {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 1;
}

.mySwiper .swiper-slide a {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 66px;
	height: 66px;
	background-color: rgba(0, 17, 48, 0.34);
	text-align: center;
	color: #fff;
	font-family: 'mtdchalmers', sans-serif;
	font-size: 38px;
	text-decoration: none;
	cursor: pointer;
	border: solid 1px #fff;
}

.mySwiper .swiper-slide.swiper-slide-thumb-active {
	background: url(../images/bg-number-page-hover.png) no-repeat;
	background-size: 100%;
	color: #fff;
	width: 66px;
	height: 66px;
	cursor: pointer;
}

/*   .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  } */
@media (max-width: 1680px) {
	.mySwiper {
		height: 402px;
		width: 66px;
		box-sizing: border-box;
		padding: 10px 0;
		position: fixed !important;
		top: 24%;
		left: 48px;

	}

}

/*----------------------------Menu left---------------------------------*/

.menu-left {
	position: fixed;
	top: 15%;
	left: 0;
	z-index: 700;
	max-width: 10%;
}

.menu-left ul li a.active {
	filter: brightness(130%);
}

.menu-left ul li a:hover {
	filter: brightness(120%);
}

/*----------------------------Page1---------------------------------*/
.mySwiper2 .bg-page1 video {
	position: fixed;
	right: 0;
	top: 0;
	min-width: 100%;
	min-height: 100%;
}

.page1 {
	width: 100%;
	height: 100%;
	/* object-fit: cover;
	background: url(../images/bg-p1.jpg) no-repeat 50%/cover; */
}

.p1-content {
	will-change: transform;
}

.page1 .logo {
	position: absolute;
	left: 0;
	right: 0;
	top: 222px;
	text-align: center;
	margin: 0 auto;
	z-index: 12;
}

.page1 .text-main {
	position: absolute;
	left: 0;
	right: 0;
	top: 500px;
	text-align: center;
	margin: 0 auto;
	z-index: 12;
}

.page1 .btn-taimienphi {
	position: absolute;
	left: 0;
	right: 0;
	top: 748px;
	text-align: center;
	margin: 0 auto;
	z-index: 102;
}

.swiper-slide-active .logo,
.swiper-slide-active .text-main {
	animation: moveYDiv1 3s ease-in-out infinite, sloganAni .4s .1s linear both;
}

.swiper-slide-active .page1 .btn-taimienphi {
	animation: fadeInUp .4s .1s linear both;
}

@media (max-width: 1680px) {
	.page1 .slogan {
		padding-top: 48px;
	}

}

@media (max-width: 1024px) {
	.page2 .page2-content {
		padding-top: 100px;
	}

	.page1 .canvas {
		top: 29%;
		transform: scale(.7);
		-webkit-transform: scale(.7) translate(-50%, -50%);
		transform-origin: top left;
	}
}

/*----------------------------Page2---------------------------------*/
.page2 {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	background: url(../images/bg-p2.jpg) no-repeat 50%/cover;

}

.p2-content {
	transform-origin: left top;
	will-change: transform;
	width: 1920px;
	position: relative;
}

.page2 .nav {
	padding-top: 160px;
	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;
}

.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: 1200px;
	background-color: #0c1d2d;
	margin: 0 auto 8px;
	padding: 16px;
}

.page2 .tab-content .news-item:hover a {
	color: #face94;
}

.page2 .tab-content .news-item .thumb {
	padding: 2px;
	border: solid 1px #fff;

}
.page2 .tab-content .news-item img {
    height: 90px;
    width: 180px;
}

.page2 .tab-content .news-item h2 a {
	color: #fff;
	font-family: 'mtdchalmers', sans-serif;
	font-size: 38px;
	text-transform: uppercase;
	text-decoration: none;
}

.page2 .tab-content .news-item p a {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}

.page2 .tab-content .news-item .short-des {
	padding: 0 16px;
	max-height: 144px;
	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;
}

.swiper-slide-active .nav {
	animation: fadeInDown .4s .1s linear both;
}

.swiper-slide-active .tab-content {
	animation: fadeInUp .4s .1s linear both;
}

@media (min-width: 2000px) {
	.p2-content {
		transform-origin: left -148px;

	}

}

@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: 100vh;
	object-fit: cover;
	background: url(../images/bg-p3.jpg) no-repeat 50%/cover;

}

.p3-content {
	transform-origin: left top;
	will-change: transform;
	width: 1920px;

	position: relative;
}

.page3 .title {
	position: absolute;
	top: 80px;
	left: 222px;
	z-index: 35;
}

.page3 .mySwiper3 {
	position: absolute;
	left: 284px;
	top: 650px;
	width: 672px;
	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: 100%;
	z-index: 33;
	overflow: visible;
}

.page3 .mySwiper4 .thumb-char {
	background: url(../images/circle-art.png) no-repeat;
	background-size: 100%;
	position: absolute;
	right: 224px;
	top: 190px;
	background-position: right bottom;
	width: 645px;
	height: 646px;
}

.page3 .mySwiper4 .swiper-slide {
	height: 100vh;
}

.page3 .mySwiper4 .thumb-char .spellbinder {
	position: relative;
	bottom: 152px;
	right: 4px;
}

.page3 .mySwiper4 .thumb-char .blader {
	position: relative;
	bottom: 128px;
	right: -103px;
}

.page3 .mySwiper4 .thumb-char .darklord {
	position: relative;
	bottom: 151px;
	right: 22px;
}

.page3 .mySwiper4 .thumb-char .warmage {
	position: relative;
	bottom: 115px;
	right: -18px
}

.page3 .mySwiper4 .thumb-char .whisperer {
	position: relative;
	bottom: 51px;
	right: -33px;
}

.page3 .mySwiper4 .thumb-char .blackphantom {
	position: relative;
	bottom: 12px;
	right: -5px;
}


.swiper-fade .swiper-slide-active .mySwiper3 .swiper-slide {
	pointer-events: auto;
}


.page3 .mySwiper4 .swiper-slide .info-char {
	width: 658px;
	height: 368px;
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	top: 320px;
	left: 286px;
}

.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: 18px;
	text-align: center;
}

.page3 .mySwiper4 .swiper-slide .btn-group-char {
	display: flex;
	justify-content: space-between;
}

.swiper-slide-active .mySwiper3 {
	animation: flipInY 1s .1s linear both;
}

.swiper-slide-active .mySwiper4 {
	animation: bounceIn .8s .1s linear both;
}

.swiper-slide-active .page3 .title {
	animation: fadeInDown .8s .1s linear both;
}
/*
@media (min-width: 2000px) {
	.p3-content {
		transform-origin: left -148px;

	}

	.page3 .mySwiper4 .swiper-slide {
		height: 36vw;
	}

	.page3 .mySwiper4 .thumb-char {
		bottom: -68px;
	}

	.page3 .mySwiper3 {
		bottom: -100px;
	}

	.page3 .mySwiper4 .swiper-slide .info-char {
		top: 330px;
	}

}

@media (min-width: 2200px) {

	.page3 .mySwiper3 {
		bottom: 130px;
	}

	.page3 .mySwiper4 .thumb-char {
		bottom: 90px;
	}

}

@media (min-width: 3000px) {
	.p3-content {
		transform-origin: left top;

	}
	.page3 .mySwiper4 .thumb-char {
        bottom: -112px;
    }
	.page3 .mySwiper3 {
		bottom: -124px;
	}

	.page3 .mySwiper4 .swiper-slide {
		height: 22vw;
	}

}

@media (max-width: 1600px) {
	.page3 .title {
		top: -88px;
	}

	.page3 .mySwiper4 .swiper-slide .info-char {
		top: 160px;

	}

	.page3 .mySwiper4 .thumb-char {
		bottom: 86px;
	}

	.page3 .mySwiper3 {
		bottom: 20px;
	}
}

@media (max-width: 1440px) {
	.page3 .slogan-p3 {
		padding-top: 60px;
	}

	.page3 .title {
		top: -72px;
	}

	.page3 .mySwiper4 .swiper-slide .info-char {
		top: 168px;

	}

	.page3 .mySwiper3 {
		bottom: 60px;
	}

	.page3 .page3-content {
		transform-origin: left center;
	}
}
 */
@media (max-width: 1024px) {
	.page3 .page3-content {
		padding-top: 100px;
	}

}

/*----------------------------Page4---------------------------------*/
.page4 {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	background: url(../images/bg-p4.jpg) no-repeat 50%/cover;
	overflow: hidden;
}

.p4-content {
	transform-origin: left center;
	will-change: transform;
	width: 1920px;
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
}

.page4 .mySwiper5 {
	height: 100%;
}

.page4 .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}

.page4 .swiper-slide .thumb {
	width: 650px;
}

.page4 .swiper-slide .des {
	width: 720px;
	text-align: center;
	padding: 0 16px;
	font-size: 18px;
	color: #fff;
	margin-left: 68px;
	margin-top: -158px;
}

.page4 .swiper-slide .btn-taimienphi {
	margin-top: 24px;
}

.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: 966px;
}

.page4 .swiper-button-prev,
.page4 .swiper-rtl .swiper-button-next {
	width: 59px;
	height: 59px;
	left: 178px;
}

.page4 .thumb-frame {
	position: relative;
}

.page4 video {
	width: 636px;
	height: 422px;
	position: absolute;
	left: 8px;
	top: 11px;
	object-fit: cover;
}

.swiper-slide-active .mySwiper5 {
	animation: flipInX .8s .1s linear both;
}

@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: 100vh;
	background-color: #fff;
	overflow: hidden;

}

.p5-content {
	transform-origin: left top;
	will-change: transform;
	width: 1920px;
	position: relative;
}

.page5 .title {
	position: absolute;
	top: -220px;
	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,
.page5 .nav-pills .nav-link:hover {
	filter: none;
	opacity: 1;
	color: #face95;
}

.page5 .tab-content .tbl-content {
	width: 1198px;
	height: 500px;
	background: url(../images/frame-bxh.png) no-repeat;
	background-size: 100%;
	margin: 0 auto 8px;
	padding: 0 24px;
}

.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;
	padding-bottom: 0;
}

.page5 .tab-content tr td {
	color: #fff;
	font-family: 'utmessendine', sans-serif;
	font-size: 24px;
	text-align: center;
	font-weight: 300;
	background-color: #000916;
}

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

.swiper-slide-active .page5 .title {
	animation: fadeInDown .8s .1s linear both;
}

@media (min-width: 2000px) {
	/* 	.page5 {
		display: flex;
		align-items: center;
	} */

	.page5 .nav {
		margin-top: 316px;
	}

	.p5-content {
		transform-origin: left top;

	}

	.page5 .title {
		top: -230px;
	}
}

@media (min-width: 3000px) {
	/* 	.page5 {
		display: flex;
		align-items: center;
	} */

	.page5 .nav {
		margin-top: 550px;
	}

	.p5-content {
		transform-origin: left top;

	}

	.page5 .title {
		top: -230px;
	}
}

@media (max-width: 1680px) {
	.page5 .slogan-p5 {
		padding-top: 60px;
	}

	.page5 .title {
		top: -224px;
	}

	.page5 .nav {
		margin-top: 192px;
	}

}

@media (max-width: 1024px) {
	.page5 .page5-content {
		padding-top: 100px;
	}

}


/*----------------------------Page6---------------------------------*/
.page6 {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	background: url(../images/bg-p6.jpg) no-repeat 50%/cover;
	overflow: hidden;

}

.p6-content {
	transform-origin: left top;
	will-change: transform;
	width: 1920px;
	position: relative;
}

.page6 .title {
	position: absolute;
	top: -200px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 35;
}

.page6 .cauhinh {
	margin-top: 210px;
}

.page6 .btn-taimienphi {
	text-align: center;
	margin: 0 auto;
	width: 447px;
	display: block;
}

.swiper-slide-active .page6 .title {
	animation: fadeInDown 1s .1s linear both;
}

.swiper-slide-active .cauhinh {
	animation: flipInY .8s .1s linear both;
}

.swiper-slide-active .page6 .btn-taimienphi {
	animation: fadeInUp .4s .1s linear both;
}

@media (min-width: 2000px) {
	/* 	.page6 {
		display: flex;
		align-items: center;
	} */

	.page6 .cauhinh {
		margin-top: 240px;
	}

	.p6-content {
		transform-origin: left -148px;

	}

	.page6 .title {
		top: -205px;

	}
}

@media (max-width: 1680px) {
	.page5 .slogan-p6 {
		padding-top: 80px;
	}

	.page6 .cauhinh {
		margin-top: 165px;
	}

}

@media (max-width: 1024px) {
	.page5 .page6-content {
		padding-top: 100px;
	}

}

/*----------------------------Page7---------------------------------*/
.page7 {
	width: 100%;
	height: 100vh;
	background-color: #000;
	text-align: center;
	color: #fff;

}

.page7 .logo-footer {
	padding-top: 200px;

}

/*----------------------------Page tin tuc---------------------------------*/
.wrapper {
	width: 1920px;
	margin: 0 auto;
	transform-origin: left top;
	background: url(../images/bg-page.jpg) repeat-y;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.lists-news {
	width: 1444px;
	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: 460px;
	overflow: hidden;
	margin: 8px;
}

.lists-news .item-news .thumb {
	width: 460px;
	height: 288px;
}

.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: 1258px;
	height: 1493px;
	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: 18px;

}

.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;
    text-align: center;
}

.news-details .description {
	color: #020e1e;
	font-size: 18px;
}

.news-details .description img{
    width: 100%;
    height: auto;
}




.footer {
	background-color: #0c1d2d;
	text-align: center;
	color: #fff;
	padding: 24px 0;
	line-height: 30px;
}

/*----------------------------Modal---------------------------------*/
/*----------------------------Popup---------------------------------*/
.modal-cs1 {
	width: 870px;
	max-width: 870px;
	height: 588px;

}

.modal-cs1 .modal-content {
	background: url(../images/popup-taigame.png) no-repeat;
	background-size: 100%;
	width: 870px;
	height: 588px;
}

.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: -30px;
	width: 62px;
	height: 62px;
	opacity: 1;
}

.modal-cs1 .modal-body .content-taigame {
	padding: 130px 50px 0;
}

.modal-cs1 .modal-body .content-taigame .title {
	text-transform: uppercase;
	font-size: 30px;
	color: #fff;
	font-family: 'mtdchalmers', sans-serif;
	padding-top: 24px;
}


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

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

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

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

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

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

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

@-webkit-keyframes sloganAni {
	0% {
		-webkit-transform: scale(1.8);
		opacity: 0;
	}

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

	65% {
		-webkit-transform: translate(-4px, -4px);
	}

	70% {
		-webkit-transform: translate(0, 0);
	}

	75% {
		-webkit-transform: translate(4px, 4px);
	}

	80% {
		-webkit-transform: translate(0, 0);
	}

	85% {
		-webkit-transform: translate(-4px, 4px);
	}

	90% {
		-webkit-transform: translate(0, 0);
	}

	95% {
		-webkit-transform: translate(4px, -4px);
	}

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

@keyframes sloganAni {
	0% {
		transform: scale(1.8);
		opacity: 0;
	}

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

	65% {
		transform: translate(-4px, -4px);
	}

	70% {
		transform: translate(0, 0);
	}

	75% {
		transform: translate(4px, 4px);
	}

	80% {
		transform: translate(0, 0);
	}

	85% {
		transform: translate(-4px, 4px);
	}

	90% {
		transform: translate(0, 0);
	}

	95% {
		transform: translate(4px, -4px);
	}

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

.pulse-reverse:hover,
.pulse-reverse:focus {
	-webkit-animation-name: pulse-reverse;
	animation-name: pulse-reverse;
	transition: all 0.2s ease-in-out;
	-webkit-animation-duration: 300ms;
	animation-duration: 300ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	filter: saturate(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);
	}
}
