body {
	overflow-x: hidden;
	background: #fff;
}

header {
	margin-bottom: 20px;
}

header .current-time {
	font-weight: 700;
	font-size: 16px;
}

header .current-time .fa {
	color: red;
	margin-right: 5px;
}

.tts {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.logo {
	position: relative
}

.logo img,
.logo-xs img {
	width: 100%;
	height: auto
}

.logo-xs {
	display: none
}

.hidden-md {
	display: none
}

.bnn-right {
	position: absolute;
	right: 10px;
	top: 20px;
	max-width: 250px;
}

.headerSearch {
	background: #fff;
	border-radius: 15px;
	position: relative;

}

.headerSearch input,
.headerSearch button {
	background: none;
	border: none
}

footer .ft {
	font-size: 16px;
	padding: 20px 0;
	color: #fff;
	text-align: center;
	background: url(../images/bg-footer.png) no-repeat center center, #1B6CCB;
}

.main-menu-box {
	background: #1B6CCB;
}

.d-flex-center {
	display: flex;
	align-items: center
}

.main-menu {
	padding: 0;
	margin: 0;


}

.main-menu li {
	display: inline-block;
}

.main-menu a {
	color: #3c3c3c;

}

.main-menu>li>a {
	padding: 10px;
	font-size: 16px;
	display: block;

	text-transform: uppercase;
	margin: 1px 0;
	color: #fff;
}

.main-menu>li>a:hover {
	background: none;
	color: yellow;
}

.main-menu .sub-menu {
	z-index: 999;
	position: absolute;
	width: 250px;
	max-width: none;
	padding: 0;
	border: 0;
	background: #fff;
	border-radius: 0;
	box-shadow: 0 2px 10px -3px rgb(0 0 0 / 30%);
	display: block;
	visibility: hidden;
	opacity: 0;
	text-align: left;
	transform: translate(0, 10px);
	transition: opacity .2s ease-in, transform .2s ease-in, visibility .2s ease-in;
}

.main-menu .sub-menu2 {
	z-index: 999;
	position: absolute;
	width: 250px;
	max-width: none;
	padding: 0;
	border: 0;
	background: #fff;
	border-radius: 0;
	box-shadow: 0 2px 10px -3px rgb(0 0 0 / 30%);
	display: none;
	text-align: left;
	top: 0;
	left: 100%;
}

.main-menu>li:hover .sub-menu {
	opacity: 1;
	transform: translate(0, 0);
	transition: opacity .2s ease-in, transform .2s ease-in, visibility .2s ease-in;
	visibility: visible;
}

.main-menu .sub-menu>li:hover .sub-menu2 {
	display: block
}

.main-menu .sub-menu li {
	display: block;
	margin: 0;
	position: relative;
	border-bottom: 1px solid #ddd;
}

.main-menu .sub-menu li a {
	display: block;
	background: #fff;
	color: #3c3c3c;
	padding: 0 10px;
	font-weight: 700;
	line-height: 35px;
}

.main-menu .sub-menu li a:hover {
	color: #1B6CCB !important;

	text-decoration: none;
	color: #fff;
}

.main-menu .sub-menu li .fa {
	position: absolute;
	right: 10px;
	transform: translateY(50%);
}

.block-box {
	margin-bottom: 20px !important;
}

.row {
	margin-left: -10px;
	margin-right: -10px;
}

[class*=" col-"],
[class^=col-] {
	padding-left: 10px;
	padding-right: 10px;
}

.border-1 {
	border: 1px solid #ddd
}

.heading-s2 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 10px;
	background: red;
}

.img-4-3 {
	position: relative;
	padding-top: 75%;
	display: block
}

.img-16-9 {
	position: relative;
	padding-top: 56.25%;
	height: 0;
	display: block
}

.img-4-3 img,
.img-16-9 img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover
}

.img-16-9 h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #0000008c;
	padding: 6px;
	margin: 0;
	line-height: 18px;
	width: 100%;
	color: #fff;
	min-height: 52px;
	font-size: 16px;
}

.mn-footer-box {
	background: #0050ac
}

.news-list {
	padding: 10px;
	border: 1px solid #ddd;
	margin: 0;
}

.news-list li {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-left: 15px;
	border-bottom: 1px dashed #ddd;
}

.news-list li h3 {
	font-weight: 400
}

.news-list li h3 a {
	color: #000 !important;
}

.news-list li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.news-list li:after {
	content: '';
	width: 5px;
	height: 9px;
	display: inline-block;
	background: url(../images/iconthongbao.png) no-repeat;
	position: absolute;
	top: 5px;
	left: 0;
}

.news-list-box {
	border: 1px solid #ddd;
	padding: 7px;
}

.news-list-1 {
	display: flex;
	border-bottom: 1px dashed #ddd;
	padding: 10px 0;
	gap: 9px;
}

.news-list-1:first-child {
	padding-top: 0
}

.news-list-1:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.news-list-1 .img {
	padding: 2px;
	flex: 0 0 31%;
	border: 1px solid #ddd
}

.news-list-1 .content {
	flex: 1
}

.news-list-1 h3 a {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: 1.4;
	font-weight: 400
}

.news-list-1 h3 a {
	color: #000 !important;
}

.news-list-1 .h3 a {
	font-weight: 700 !important;
}

.news-list-1 .h3 {
	font-weight: 700 !important;
	margin-bottom: 10px;
	font-size: 18px;
}

.news-list-2 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	gap: 4px;
}

.news-list-2:last-child {
	margin-bottom: 0
}

.news-list-2 .img {
	padding: 2px;
	flex: 0 0 calc(44% - 2px);
	border: 1px solid #ddd
}

.news-list-2 .content {
	flex: 0 0 calc(56% - 2px);
	padding-left: 8px;
}

.news-list-2 .content .hometext {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	font-weight: 400
}

.news-list-2 h3 {
	flex: 0 0 100%;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: 1.4;
	font-size: 16px;
	font-weight: 700
}

.news-list-2 h3 a {
	color: #000 !important;
}

.heading-s3 {
	display: flex
}

.heading-s3 span {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 15px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	background: #AE0011
}

.heading-s1 {
	display: flex;
	margin-bottom: 10px
}

.heading-s1 span {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 15px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	background: #283EAB
}

.block-content {
	border: 1px solid #283EAB;
	padding: 10px;
}

.right .block-content img {
	width: 100%;
	height: auto
}

.heading-s4 {
	display: flex;
	margin-bottom: 10px;
	align-items: center;
}

.heading-s4 {
	height: 40px;
	line-height: 40px;
}

.heading-s4 span::before {
	content: '';
	width: 17px;
	height: 16px;
	display: inline-block;
	background: url(../images/bulet-k1.png) no-repeat;
	margin-right: 7px
}

.heading-s4 span {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 15px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	background: #283EAB
}

.news-slider {
	position: relative
}

.news-slider h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #0000008c;
	padding: 6px;
	margin: 0;
	line-height: 18px;
	width: 100%;
	color: #fff;
	min-height: 52px;
	font-size: 16px;
}

.news-slider h3 a {
	color: #fff !important
}

.owl-nav {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.owl-prev,
.owl-next {
	color: #fff;
	background: #0000008c;
	padding: 10px 8px;
	display: inline-block;
	font-size: 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.owl-prev {
	left: 15px;
}

.owl-next {
	right: 15px;
}

.owl-dots {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	width: 100%;
	bottom: 0px;
}

.owl-dot {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 50%;
	margin: 0 3px;
	background: #1B6CCB
}

.menu-right {
	padding: 0;
	margin: 0
}

.menu-right li {
	margin-bottom: 5px;
}

.menu-right li:last-child {
	margin-bottom: 0
}

.menu-right li a {
	border: 1px solid #ddd;
	border-radius: 5px;
	background: #fff;
	color: red;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	padding: 0 10px;
	padding-left: 48px;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	position: relative
}

.menu-right a img {
	height: 38px !important;
	width: 38px !important;
	position: absolute;
	left: 0;
	top: 0;
}

.menu-right-2 {
	padding: 0;
	margin: 0
}

.menu-right-2 li {
	margin-bottom: 5px;
}

.menu-right-2 li:last-child {
	margin-bottom: 0
}

.menu-right-2 li a {
	background: #fff;
	color: #000;
	font-size: 14px;

	text-transform: uppercase;
	display: block;
	padding: 0 10px;
	padding-left: 40px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	position: relative
}

.menu-right-2 a img {
	height: 30px !important;
	width: 30px !important;
	position: absolute;
	left: 0;
	top: 0;
}

.menu-right-img {
	padding: 0;
	margin: 0
}

.menu-right-img li {
	margin-bottom: 10px;
}

.menu-right-img img {
	width: 100%;
	height: auto
}

.countera {
	text-align: center
}

.countera span {
	display: block;
	color: #d53c00;
	font-family: 'UTM Swiss', Arial, sans-serif;
	font-size: 28px;
	font-weight: bold;
}

.mobile-menu-bg {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	display: none;
}

.mobile-menu-wrap {
	width: 280px;
	position: fixed;
	top: 0;
	left: 0;
	width: 280px;
	height: 100%;
	background: #fffffff2;
	z-index: 9999;
	visibility: hidden;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
}

.mobile-menu-wrap.animate {
	transition: all 0.25s ease;
}

.mobile-menu-wrap .logo {
	text-align: center;
	padding: 10px;
}

.mobile-menu-wrap .logo img {
	height: 40px;
	width: auto;
}

.mobile-menu-wrap .menu {
	background-color: #fffffff2;
	height: calc(100vh - 170px);
	overflow: auto;
}

.mobile-menu-wrap .mfooter {
	background-color: #fff;
	height: 30px;
	padding: 10px;
	text-align: center;
	color: #777;
}

.mobile-menu-toggle-btn {
	cursor: pointer;
	background: none;
	text-align: right;

	font-size: 30px;
	display: none;
	color: #fff;
	z-index: 999;

	border-radius: 4px;
}

.mobile-menu-toggle-btn:hover {
	background: none;
}


@media (max-width: 767.98px) {
	.mobile-menu-toggle-btn {
		display: block;
		vertical-align: middle;
	}

	.open-menu .mobile-menu-bg {
		display: block;
	}

	.open-menu .mobile-menu-wrap {
		visibility: visible;
		transform: translateX(0px);
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-o-transform: translateX(0px);
	}
}

.icon_new {
	display: inline-block !important
}

.video-list {
	padding: 0;
	margin: 0
}

.video-list li {
	position: relative;
	padding: 10px 0;
}

.video-list li:before {
	content: '';
	width: 14px;
	height: 10px;
	display: inline-block;
	background: url(../images/icon-video.png) no-repeat
}

.video-list li a {
	color: #000;
}

.video-list-box {
	padding: 0;
	border: 1px solid #ddd;
	margin-top: 20px;
}

.video-list-box li {
	position: relative;
	padding: 10px;
	border-bottom: 1px solid #ddd;
}

.video-list-box li:last-child {
	border-bottom: none
}

.video-list-box li:before {
	content: '';
	width: 14px;
	height: 10px;
	display: inline-block;
	background: url(../images/icon-video.png) no-repeat
}

.video-list-box li a {
	color: #000;
}

.youtube-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}

.youtube-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.footer-top {
	background: #FFEFD2;
	padding: 10px 0;
}
.weblink-select{
	font-size: 16px;
}
.d-flex-end{
	display: flex;
	justify-content: flex-end
}
.icon-tool {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}