@charset "utf-8";

@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');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;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;
}


.f-montserrat {
	font-family: 'Montserrat', sans-serif, tahoma, Verdana;
}

.f-roboto {
	font-family: 'Roboto', sans-serif, tahoma, Verdana;
}


body {
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0;
	padding: 0;
	background: none;
	font-family: 'Roboto', sans-serif;
	position: relative;
}

body,
html {
	padding: 0;
	margin: 0;
	background: #073055;
}

ul {
	list-style: none;
	margin: 0
}

a {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.wrapper {
	transform-origin: top left;
	position: absolute;
	overflow: hidden;
}

.wrapper {
	margin: 0 auto;
	width: 100%;
}

.wrapper {
	width: 1920px;
}

.container {
	display: block;
	margin: 0 auto;
	width: 1200px;
	height: 100%;
	position: relative;
	max-width: 1200px;
}


.frame {
	width: 900px;
	height: auto;
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
}


.desktop {
	display: block !important
}

.mobile {
	display: none !important
}

.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: 1920px) {
	.wrapper {
		transform-origin: top left;
	}

	.frame {
		width: 1200px;
	}
}

@media (min-width: 1440px) {
	.container {
		max-width: 1200px;
	}


}

@media (max-width: 960px) {
	.desktop {
		display: none !important
	}

	.mobile {
		display: block !important
	}

	.wrapper {
		width: 960px;
	}

	.container {
		width: 100%;
		max-width: 100%;
	}
}

@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---------------------------------*/
.header {
	/* background: rgba(27, 75, 112, 0.5); */
	background: none;
	height: 76px;
	width: 100%;
	display: block;
	vertical-align: text-bottom;
}

.header ul li a {
	color: #ffffe2;
	padding: 0;

}

.header ul li a:hover {
	color: #fd2000;
}

.header ul li a.active {
	color: #fd2000;
}

.header-headroom.headroom--not-top {
	position: fixed;
}

.header-headroom.headroom--not-top .logo {
	transform: scale(0.7) translateY(-0.625rem);
}

.header .logo {
	top: -.5rem;
	left: 0;
	transition: all 0.2s ease-in-out;
	transform-origin: top center;
}

.navbar-nav {
	flex-direction: row;
}

.header .logo img {
	width: 15.313rem;
}
@media screen and (min-width:2200px) {
	.header {
		transform: scale(1.3);
		-webkit-transform: scale(1.3);
		transform-origin: top center;
	}
}
@media screen and (min-width:3000px) {
	.header {
		transform: scale(2);
		-webkit-transform: scale(2);
		transform-origin: top center;
	}
}
@media (max-width: 1680px) {
	.header {
		height: 56px;
	}

	.header .logo img {
		width: 10rem;
	}

	.header ul li a {
		max-width: 172px;

	}
}
@media (max-width: 960px) {
	.btn-group-social-m {
		margin-top: -24px;
	}
	.btn-group-social-m img{
		width: 72px;
	}
	.btn-group-m .logo-m img {
		width: 50%;
	}
}
@media (max-width: 480px) {
	.btn-group-social-m {
		margin-top: -16px;
	}
	.btn-group-social-m img{
		width: 36px;
	}
	.btn-group-m .logo-m img {
		width: 36%;
	}
}
/*----------------------------Particles Js---------------------------------*/
#particles-js {
	top: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%
}

#particles-js,
.count-particles {
	position: absolute;
	left: 0;
	z-index: 100
}

.count-particles {
	background: #002;
	top: 48px;
	width: 80px;
	color: #13e8e9;
	font-size: .8em;
	text-align: left;
	text-indent: 4px;
	line-height: 14px;
	padding-bottom: 2px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 700
}

.js-count-particles {
	font-size: 1.1em
}

#stats,
.count-particles {
	-webkit-user-select: none
}

#stats {
	border-radius: 3px 3px 0 0;
	overflow: hidden
}

.count-particles {
	border-radius: 0 0 3px 3px
}
/*----------------------------Menu Fixed right---------------------------------*/

.download {
	align-items: center;
	background: url(../images/bg-frame-download.png) no-repeat;
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	height: 780px;
	position: fixed;
	right: 0;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 190px;
	z-index: 10;

}

.download.active {
	pointer-events: auto;
}

@media (prefers-reduced-motion:reduce) {
	.download {
		transition: none
	}
}

@media screen and (min-width:2200px) {
	.download {
		transform: scale(1.3) translateY(-50%) ;
		-webkit-transform: scale(1.3) translateY(-50%) ;
		transform-origin: top right;
	}
}
@media screen and (min-width:3000px) {
	.download {
		transform: scale(2) translateY(-50%);
		-webkit-transform: scale(2) translateY(-50%);
		transform-origin: top right;
	}
}
@media (max-width: 1680px) {
	.download {
		transform: scale(.85) translateY(-50%);
		-webkit-transform: scale(.85) translateY(-50%);
		transform-origin: top right;
	}
}

@media (max-width:991.98px) {
	.download {
		display: none
	}
}

.download-btn-ios {
	margin-top: 52px;
	width: 137px;
	margin-bottom: 6px;
}

.download-btn-messenger {
	margin-top: 115px;
	width: 62px;
}

.download-btn {
	width: 137px;
}

.download-btn:not(:last-child) {
	margin-bottom: 6px;
}

.download .btn-group-social {
	margin-top: 30px;
}

/*----------------------------frame 1---------------------------------*/
.section-frame1 {
	height: 956px;
}
.section-frame1 .box-slogan {
	animation: glow 0.5s infinite alternate, sloganAni .4s .1s linear both;
}

.section-frame1 .slogan {
	margin: 0 auto;
	text-align: center;
	padding-top: 510px;
}

.section-frame1 .sub-s {
	margin: -20px auto 16px;
	text-align: center;
}

.section-frame1 .taigame {
	width: 608px;
	height: 198px;
	background: url(../images/bg-taigame-s1.png) no-repeat;
	background-size: 100%;
	margin: 0 auto;
	padding: 30px;
}

.section-frame1 .play-video .play {
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	top: 0;
	width: 153px;
	height: 143px;
}



@media (max-width: 960px) {
	.section-frame1 {
		height: 1664px;
	}

	.section-frame1 .slogan {
		padding-top: 1120px;
	}
	.section-frame1 .sub-s {
		width: 746px;
	}
	.section-frame1 .play-video .play {
		position: absolute;
		right: 0;
		left: 0;
		text-align: center;
		margin: 0 auto;
		bottom: 0;
		width: 153px;
		height: 143px;
	}
}

/*----------------------------frame 2---------------------------------*/
.section-frame2 {
	height: 541px;
}
.section-frame2 .s2-main{
	display: flex;
	justify-content: space-between;
}
.section-frame2 .content-s2 .s2-left {
	width: 639px;
	height: 416px;
}

.mySwiper.swiper {
	width: 100%;
	height: 100%;
}

.mySwiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mySwiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mySwiper .swiper-pagination-bullet {
	width: 33px;
	height: 33px;
	background: url(../images/pagination-s2.png) no-repeat;
	background-size: 100%;
}

.mySwiper .swiper-pagination-bullet-active {
	width: 33px;
	height: 33px;
	background: url(../images/pagination-active-s2.png) no-repeat;
	background-size: 100%;
}

.section-frame2 .content-s2 .s2-right {
	width: 548px;
	height: 416px;
	background-color: #fff;
	padding: 8px;
}

.section-frame2 .content-s2 .s2-right .tn-header {
	border-bottom: solid 1px #8da5b7;
	border-radius: 0;
}

.section-frame2 .content-s2 .s2-right .tn-header li {
	border: none;
	background: transparent;
}

.section-frame2 .content-s2 .s2-right .tn-header li.active {
	border-bottom: solid 3px #1b4b70;
	border-radius: 0;
	font-weight: bolder;
}

.section-frame2 .content-s2 .s2-right .tn-header li.active a {
	font-weight: 500;
	color: #1b4b70;
}

.section-frame2 .content-s2 .s2-right .tn-header li a {
	font-size: 22px;
	color: #000;
	text-decoration: none;
	border: none;
	text-transform: uppercase;
	font-family: 'roboto', sans-serif, tahoma, Verdana;
	font-weight: 300;
}

.section-frame2 .content-s2 .s2-right .tn-header li a:hover {
	color: #1b4b70;
	font-weight: 500;
}

.section-frame2 .content-s2 .s2-right .list-news {
	padding-left: 4px;
	background: transparent;
	margin-top: 16px;
}

.section-frame2 .content-s2 .s2-right .list-news li {
	background: transparent;
	border-top: none;
	border-right: none;
	border-left: none;
	padding: 12px;
	font-weight: 300;
}

.section-frame2 .content-s2 .s2-right .list-news li a {
	color: #545454;
	font-size: 20px;

}
.section-frame2 .content-s2 .s2-right .list-news li:hover {
	font-weight: 500;
}
@media (max-width: 960px) {
	.section-frame2 {
		height: 1470px;
	}
	.section-frame2 .s2-main{
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	.section-frame2 .content-s2 .s2-left {
		width: 100%;
		height: auto;
	}
	.section-frame2 .content-s2 .s2-right {
		width: 100%;
		height: auto;
		background-color: #fff;
		padding: 24px 8px 8px 8px;
	}
	.section-frame2 .content-s2 .s2-right .tn-header li a {
		font-size: 38px;
	}
	.section-frame2 .content-s2 .s2-right .tn-header li a {
		font-size: 38px;
	}
	.section-frame2 .content-s2 .s2-right .tn-header li a img{
		min-width: 40px;
	}
	.section-frame2 .content-s2 .s2-right .tn-header li {
		padding: 16px 24px;
	}
	.section-frame2 .content-s2 .s2-right .list-news li, .section-frame2 .content-s2 .s2-right .list-news li a {
		font-size: 32px;	
		padding: 16px;
	}

}
/*----------------------------frame 3---------------------------------*/
.section-frame3 {
	height: 1083px;
}

.section-frame3 .content-s3 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.section-frame3 .content-s3 .title-s3 {
	text-align: center;
	margin-top: -64px;
	position: relative;
	z-index: 31;
}

.section-frame3 .content-s3 .frame-bxh {
	width: 1732px;
	height: 1110px;
	position: absolute;
	top: 58px;
	right: 0;
	background: url(../images/frame-bxh.png) no-repeat;
	background-size: 100%;
	z-index: 30;
}

.section-frame3 .content-s3 .frame-bxh .content-bxh {
	width: 1130px;
	height: 655px;
	position: relative;
	margin: 244px 0 0 216px;
	display: flex;
	justify-content: space-between;
}

.section-frame3 .content-s3 .frame-bxh .content-bxh .text-left {
	width: 148px;
}

.section-frame3 .content-s3 .frame-bxh .content-bxh .text-left .text1 {
	font-size: 15px;
	color: #fefefe;
	padding: 240px 24px 0 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	font-weight: 300;

}

.section-frame3 .content-s3 .frame-bxh .content-bxh .text-left .text2 {
	font-size: 17px;
	color: #fbd773;
	padding: 0 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	font-weight: 300;

}

.section-frame3 .content-s3 .frame-bxh .content-bxh .text-left .text2 .time-update {
	font-size: 25px;
	font-weight: bold;
}

.section-frame3 .content-s3 .frame-bxh .content-bxh .text-right {
	width: 1000px;
	padding: 16px
}

.section-frame3 .content-s3 .frame-bxh .content-bxh .text-right .title-bxh {
	font-size: 28px;
	font-weight: bold;
	color: #1e3871;
}

.section-frame3 .content-s3 .frame-bxh .content-bxh .text-right .select-server .form-select {
	width: 260px;
	font-size: 18px;
	color: #1e3871;
}

.section-frame3 .content-s3 .frame-bxh .content-bxh .text-right .select-server .form-select option {
	font-size: 14px;
	padding: 8px 0;
}

.section-frame3 .content-s3 .frame-bxh .content-bxh .text-right .main-bxh {
	margin-top: 16px;
	overflow-y: scroll;
	font-family: 'Montserrat', sans-serif, tahoma, Verdana;
	height: 580px;
}

.section-frame3 .content-s3 .frame-bxh .content-bxh .text-right .main-bxh thead {
	color: #1e3871;
	font-size: 22px;
	font-weight: 700;
}

.section-frame3 .content-s3 .frame-bxh .content-bxh .text-right .main-bxh .top1 {
	font-size: 18px;
	color: #ff0000;
}

.section-frame3 .content-s3 .frame-bxh .content-bxh .text-right .main-bxh td {
	vertical-align: middle;
	font-weight: 600;
	padding: 14px 0;
}

.section-frame3 .content-s3 .frame-bxh .content-bxh .text-right .main-bxh .top2 {
	font-size: 18px;
	color: #ff7800;
}

.section-frame3 .content-s3 .frame-bxh .content-bxh .text-right .main-bxh .top3 {
	font-size: 18px;
	color: #690101;
}
@media (max-width: 960px) {
	.section-frame3 {
		height: 907px;
	}
	.section-frame3 .content-s3 .frame-bxh {
		width: 100%;
		height: auto;
		position: absolute;
		top: 58px;
		right: 0;
		background: url(../images/frame-bxh-m.png) no-repeat;
		background-size: 100%;
		z-index: 30;
	}
	.section-frame3 .content-s3 .frame-bxh .content-bxh {
		width: 100%;
		height: 655px;
		position: relative;
		margin: 185px 0 0 34px;
		justify-content: start;
	}
	.section-frame3 .content-s3 .frame-bxh .content-bxh .text-right {
		width: 774px;
		padding: 10px;
	}
	.section-frame3 .content-s3 .frame-bxh .content-bxh .text-left {
		width: 118px;
	}
	.section-frame3 .content-s3 .frame-bxh .content-bxh .text-left .text1 {
		font-size: 13px;
		padding: 197px 8px 0 8px;	
	}
	.section-frame3 .content-s3 .frame-bxh .content-bxh .text-right .main-bxh {
		margin-top: 8px;
		height: 450px;
	}
	.section-frame3 .content-s3 .frame-bxh .content-bxh .text-right .main-bxh td {
		padding: 6px 0;
	}

}
/*----------------------------frame 4---------------------------------*/
.section-frame4 {
	height: 1093px;
}

.section-frame4 .content-s4 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.section-frame4 .content-s4 .title-s4 {
	text-align: center;
	margin-top: -100px;
	position: relative;
	z-index: 31;
}
.section-frame4 .content-s4 .list-char {
	width: 1674px;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}
.mySwiper1.swiper {
	width: 100%;
	height: 100%;
}

.mySwiper1 .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.mySwiper1 .swiper-pagination-bullet {
	width: 33px;
	height: 33px;
	background: url(../images/pagination-s2.png) no-repeat;
	background-size: 100%;
	filter: invert(70%);
}

.mySwiper1 .swiper-pagination-bullet-active {
	width: 33px;
	height: 33px;
	background: url(../images/pagination-active-s2.png) no-repeat;
	background-size: 100%;
}

.mySwiper1 .swiper-slide .des-char{
	width: 414px;
	position: absolute;
	top: 324px;
	left: 146px;
	text-align: center;
	color: #848484;
	font-size: 14px;
	z-index: 42;
}

.mySwiper1 .swiper-slide .thumb-char{
	position: absolute;
	top: 110px;
	left: 446px;
	z-index: 41;
}
.mySwiper1 .swiper-slide .video-char{
	position: absolute;
	top: 200px;
	right: 0;
	width: 1033px;
	background: url(../images/bg-video-char.png) no-repeat;
	background-size: 100%;
	height: 664px;
	z-index: 40;
	overflow: hidden;
}
.mySwiper1 .swiper-slide .video-char iframe{ 
	margin: 50px 62px;
}


@media (max-width: 960px) {
	.section-frame4 {
		height: 1863px;
	}
	.section-frame4 .content-s4 .list-char {
		width: 100%;
	}
	.mySwiper1 .swiper-slide {
		overflow: hidden;
	}
	.mySwiper1 .swiper-slide .video-char{
		bottom: 172px;
		top: auto;
		width: 100%;
	}
	.mySwiper1 .swiper-slide .video-char iframe{ 
		margin: 50px 0;
	}
	.mySwiper1 .swiper-slide .thumb-char{
		top: 130px;
		left: auto;
		right: -300px;
	}
	.mySwiper1 .swiper-slide .des-char{
		left: 34px;
		top: 310px;
	}
	.mySwiper1 .swiper-horizontal>.swiper-pagination-bullets, .mySwiper1 .swiper-pagination-bullets.swiper-pagination-horizontal, .mySwiper1 .swiper-pagination-custom,	.mySwiper1 .swiper-pagination-fraction {
		bottom: 144px;
	}
}
/*----------------------------frame 5---------------------------------*/
.section-frame5 {
	height: 1031px;
}

.section-frame5 .content-s5 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.section-frame5 .content-s5 .title-s5 {
	text-align: center;
	position: relative;
	z-index: 31;
}
.section-frame5 .content-s5 .slider-s5{
	margin-top: -30px;
}

.swiper-container {
	width: 930px;
	padding-top: -50px;
	padding-bottom: 50px;
	margin: 0 auto;
	display: block;
}

.swiper-slide {
	width: 300px;
}

.swiper-container .swiper-slide .slider-image .fs-page5 {
	position: absolute;
	width: 1000px;
}

.swiper-container .swiper-wrapper .swiper-slide-next {
	opacity: 0.8;
	filter: brightness(20%)
}

.swiper-container .swiper-wrapper .swiper-slide-prev {
	opacity: 0.8;
	filter: brightness(20%)
}

.swiper-container .swiper-button-next {
	right: -105px;
	top: 54%;
	width: 50px;
}

.swiper-container .swiper-button-prev {
	left: -105px;
	top: 54%;
	width: 50px;
}

.swiper-container .swiper-button-next:after,
.swiper-container .swiper-button-prev:after {
	content: '';
}

@media (max-width:991.98px) {
	.swiper-container .swiper-slide .slider-image .fs-page5 {
		width: 100%;
	}

	.swiper-container .swiper-slide .slider-image .fs-thumb-page5 {
		width: 100%;
	}

	.swiper-container .swiper-button-next {
		display: none;
	}

	.swiper-container .swiper-button-prev {
		display: none;
	}
}

.section5 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: url(../images/bullet-slider-p5.png) no-repeat;
	width: 34px;
	height: 34px;
	filter: brightness(100%);
}

.section5 .swiper-pagination-bullet {
	background: url(../images/bullet-slider-p5.png) no-repeat;
	width: 34px;
	height: 34px;
	opacity: .9;
	filter: brightness(140%);
}
@media (max-width: 960px) {
	.section-frame5 {
		height: 1028px;
	}
	.section-frame5 .content-s5 .title-s5 {
		margin-top: -84px;
	}
}
/*----------------------------frame 6---------------------------------*/
.section-frame6 {
	height: 400px;
}

.section-frame6 .content-s6 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.footer-text {
	padding: 15px;
	color: #1e3871;
	line-height: 30px;
	font-family: 'Montserrat', sans-serif, tahoma, Verdana;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}
@media (max-width: 960px) {
	.section-frame6 {
		height: 600px;
	}
}
/*----------------------------frame 7---------------------------------*/
.section-frame7 {
	height: 668px;
}
.section-frame7 .section-background{
	margin-top: -180px;
	background-color: #0d172d;
}
.section-frame7 .logo-footer {
	padding-top: 300px;
}
.footer-text {
	padding: 15px;
	color: #1e3871;
	line-height: 30px;
	font-family: 'Montserrat', sans-serif, tahoma, Verdana;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}
@media (max-width: 960px) {
	.footer-text {
		font-size: 24px;
		padding: 0 120px;
		line-height: 36px;
	}
	.section-frame7 .logo-footer {
		padding-top: 130px;
		padding-bottom: 24px;
	}
}
/*----------------------------List news---------------------------------*/
.list-news {
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #0d172d;
}
.list-news .background-top{
	position: relative;
}
.ln-content {
	background: url(../images/bg-main-tintuc.png) no-repeat;
	background-size: 100%;
	background-position: top center;
	width: 1272px;
	margin: -450px auto 0;
	padding: 110px 38px 0 38px;
	position: relative;
	z-index: 100;
}
.ln-content .content-main{
	background-color: #fff;
	padding: 36px 60px;
}
.ln-content .content-main .breadcrumb-item+.breadcrumb-item::before{
	color: #001440;
	padding: 0 8px;
}
.ln-content .content-main .breadcrumb li a{
	font-size: 44px;
	font-weight: 700;
	color: #001440;
	text-decoration: none;
}
.ln-content .content-main .breadcrumb li.active{
	font-size: 28px;
	font-weight: 500;
	color: #001440;
	text-decoration: none;
}

.content-main .news {
	padding: 8px 0 0 0;
}
.content-main .news .thumb-news{
	width: 410px;
}

.content-main .news .text-news h2 a{
	font-size: 25px;
	font-weight: 600;
	color: #002488;
}
.content-main .news .text-news h2 label{
	text-transform: uppercase;
	color: #b34c20;
}
.content-main .news .text-news a{
	color: #656565;
	text-decoration: none;
	line-height: 38px;
	font-size: 19px;
}
.content-main .news .text-news .time-update{
	color: #656565;
	font-size: 18px;
}

.content-main .page-item:first-child .page-link, .content-main .page-item:not(first-child) .page-link {
	width: 49px;
	height: 41px;
	text-align: center;
	vertical-align: middle;
	margin: 0 8px;
	opacity: .8;
	filter: grayscale(80%);
	border-radius: 4px;
}
.content-main .page-item.active:first-child .page-link, .content-main .page-item.active:not(first-child) .page-link {
	opacity: 1;
	filter: initial;
	border: none;
	color: #fff;
	background-color: #3ba8ff;
}
.news .chitiet{
	line-height: 40px;
	font-size: 24px;
	color: #262626;
	padding-top: 36px;
}

.news .chitiet .title{
	font-size: 36px;
	font-weight: 600;
	color: #002488;
	line-height: 50px;
}
.news .chitiet .time-update{
	padding-bottom: 36px;
}
.news .tintuc-khac .title-tintuc-khac {
	font-size: 32px;
	padding-top: 48px;
}
.news .tintuc-khac .title-tintuc-khac::after {
	content: "";
	width: 120px;
	height: 4px;
	background-color: #001440;
	display: block;
	margin-top: 12px;
	position: absolute;
}

.news .tintuc-khac .list-news {
	padding-left: 4px;
	background: transparent;
	margin-top: 16px;
}

.news .tintuc-khac .list-news li {
	background: transparent;
	border-top: none;
	border-right: none;
	border-left: none;
	padding: 12px 12px 12px 0;
	font-weight: 300;
}

.news .tintuc-khac .list-news li a {
	color: #545454;
	font-size: 24px;

}
.news .tintuc-khac .list-news li:hover {
	font-weight: 500;
}


@media (max-width: 960px) {
	
	.ln-content {
		width: 100%;
	}
}
/*----------------------------Animation---------------------------------*/
.pulse1 {
	animation-name: pulse1;
	-webkit-animation-name: pulse1;

	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes pulse1 {
	0% {
		transform: scale(0.9);
		opacity: 1;
	}

	50% {
		transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(0.9);
		opacity: 1;
	}
}

@-webkit-keyframes pulse1 {
	0% {
		-webkit-transform: scale(0.95);
		opacity: 1;
	}

	50% {
		-webkit-transform: scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(0.95);
		opacity: 1;
	}
}

.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.99);
		opacity: 1;
		transform-origin: center center;
	}

	50% {
		transform: scale(1);
		opacity: 1;
		transform-origin: center center;
	}

	100% {
		transform: scale(0.99);
		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;
	}
}

.blink {
	animation: blink 1s ease-in-out infinite;
}

@keyframes blink {
	0% {
		opacity: 1;
		filter: brightness(1.2);
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes blink {
	0% {
		opacity: 1;
		filter: brightness(1.2);
	}

	100% {
		opacity: 1;
	}
}

@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);
	}
}

@keyframes glow {
	from {
		filter: drop-shadow(0 0 0.3rem rgb(9, 153, 184)) brightness(110%);
	}

	to {
		filter: drop-shadow(0 0 1rem rgb(9, 153, 184)) brightness(150%);
	}
}

@-webkit-keyframes glow {
	from {
		filter: drop-shadow(0 0 0.3rem rgb(9, 153, 184)) brightness(110%);
	}

	to {
		filter: drop-shadow(0 0 1rem rgb(9, 153, 184)) brightness(150%);
	}
}

@-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;
	}
}