a:link,
a:visited {
	text-decoration: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
}

body {
	color: #111;
	background: #fff;
	font-size: 14px;
	line-height: 1.5;
	font-family: 'Open Sans', 'Roboto Condensed', sans-serif;
}

a {
	color: #2F37B2;
	text-decoration: none;
}

.f-robo {
	font-family: 'Roboto Condensed', sans-serif;
}

/*sidebar=================================*/


#barToggle {
	height: 36px;
	width: 36px;
	border: none;
	top: 0px;
	color: #0D6EFD;
	background: none;
	font-size: 1rem;
	position: relative;
	overflow: hidden
}

	#barToggle:before, #barToggle:after, #barToggle .toggle-line {
		content: "";
		position: absolute;
		left: .25rem;
		height: 2px;
		background: #0D6EFD;
		transition: all .2s ease-in-out;
	}

	#barToggle:before {
		top: .5rem;
		width: 25px;
	}

	#barToggle:after {
		bottom: .5rem;
		width: 25px;
	}

	#barToggle .toggle-line {
		width: 15px;
	}

/**/
#header {
	min-height: 48px;
	background: #fff;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
}


#search .input-group {
	border: 1px solid #DCDCDC;
}

#search input, #search .btn {
	border: none;
	background: none;
}

.navbar-nav {
	font-weight: 400;
}

#header .navbar-nav {
	font-family: 'Roboto Condensed', sans-serif;
}

	#header .navbar-nav .nav-item {
		margin: 0 10px;
	}

.navbar-sub {
	background: #fff;
	position: absolute;
	padding: .25rem .5rem;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 9;
}

	.navbar-sub .nav {
		justify-content: center;
	}

	.navbar-sub .nav-link {
		color: #222;
		text-transform: none;
	}

		.navbar-sub .nav-link:hover {
			color: #2F37B2;
		}

	.nav-item:hover .navbar-sub, .nav-item.active .navbar-sub, .navbar-sub li:hover .collapse {
		display: block;
	}

#navbars .btn-close {
	position: absolute;
	right: -2rem;
	top: 0;
}

/**/
.navbar-sub-1 {
	position: absolute;
	padding: .75rem;
	background: #fff;
	text-transform: none;
	list-style: none;
	-moz-border-radius: 0 0 .25rem .25rem;
	border-radius: 0 0 .25rem .25rem;
	-webkit-border-radius: 0 0 .25rem .25rem;
}

	.navbar-sub-1 a {
		padding: .5rem 0;
		display: block;
		color: #555;
		border-bottom: 1px solid #eee;
	}








#textSlider {
	margin: 0;
	overflow: hidden;
	height: 22px;
}

.thumb.rounded {
	overflow: hidden;
}

.thumb {
	position: relative;
}

	.thumb .text {
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		background: rgb(0,0,0);
		background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	}

	.thumb .zoom {
		overflow: hidden;
	}

		.thumb .zoom img {
			transition: all 300ms ease-in-out;
			-webkit-transition: all 300ms ease-in-out;
			-moz-transition: all 300ms ease-in-out;
			-o-transition: all 300ms ease-in-out;
		}

		.thumb .zoom:hover img {
			transform: scale(1.1);
		}

.tl-widget {
	font-size: 1.25rem;
	font-weight: 600;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	border-bottom: 1px solid #2F37B2;
}

	.tl-widget span {
		background: #2F37B2;
		color: #fff;
		padding: .35rem 1.25rem;
		display: inline-block;
		position: relative;
	}

		.tl-widget span::before {
			content: "";
			width: 0;
			height: 0;
			border-left: 10px solid transparent;
			border-right: 10px solid transparent;
			border-top: 10px solid #2F37B2;
			position: absolute;
			top: 100%;
			left: 50%;
			margin-left: -10px;
		}

#hotNews {
	background: #E7F1FA;
}

.cardNews .item {
	overflow: hidden;
}

	.cardNews .item img {
		max-width: 100%;
	}

#playVideo {
	position: relative;
}

	#playVideo .text-white {
		position: absolute;
		bottom: 0;
		width: 100%;
		background: rgba(0,0,0,.1);
	}

.btn-play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -2rem;
	margin-left: -2rem;
	margin-top:;
	font-size: 4rem;
	color: #E71111;
	opacity: .3;
}

	.btn-play:hover {
		opacity: 1;
		color: #E71111;
	}
/**/
.listNews .item {
	margin-bottom: 1rem;
	word-wrap: break-word;
	display: flex;
	position: relative;
	flex-direction: row;
	align-items: top;
}

	.listNews .item h2 {
		font-size: 1.25rem;
		margin-bottom: .75rem;
	}

	.listNews .item img.rounded {
		width: 260px;
	}

.pagination > li > a, .pagination > li > span {
	margin: 0 2px;
	padding: 5px 10px;
	color: #555;
	border: none;
	background: #dddddd;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	outline: none;
}

	.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
		background: #0173B2;
		color: #fff;
	}

#footer p {
	margin: .25rem;
	font-size: 90%;
}
/**/
#navsort a {
	color: #222;
	font-size: 85%;
}

	#navsort a.active {
		color: #fff;
		background: #2F37B2;
	}
/*==================================*/
/**/

#listMedia .time {
	font-size: 85%;
	color: #555;
	margin-top: 5px;
}

#listMedia .col-sm-6 {
	margin-bottom: 30px;
}

	#listMedia .col-sm-6:nth-child(4n+1) {
		clear: both;
	}

#listMedia h2, #listMedia-Other h2 {
	font-size: 16px;
	margin: 5px 0 10px 0;
	line-height: normal;
}

#listMedia #hotMedia h2 {
	font-size: 18px;
}

#listMedia h2 a, #listMedia-Other h2 a {
	color: #111;
}

#listMedia .fa-2x, #listMedia .fa-3x {
	line-height: normal;
}

#listMedia .fa-2x {
	margin-bottom: 30px;
}

#listMedia .thumb {
	position: relative;
}

#listMedia-Other .thumb {
	overflow: hidden;
}

#listMedia.photo .thumb:before, #listMedia.video .thumb:before {
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	color: #fff;
	text-align: center;
	line-height: 46px;
	font-size: 1.5rem;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	margin-bottom: 50px;
	border: 1px solid #fff;
	font-weight: 900;
	font-family: "Font Awesome 5 Pro";
	z-index: 9;
}

#listMedia.photo .thumb:hover:before, #listMedia.video .thumb:hover:before {
	opacity: 1;
}

#listMedia.photo .thumb:before {
	content: "\f030";
}

#listMedia.video .thumb:before {
	content: "\f04b";
}

#listMedia.photo .col-md-6 .thumb:before, #listMedia.video .col-md-6 .thumb:before {
	margin-left: -28px;
	margin-top: -28px;
	width: 56px;
	height: 56px;
	line-height: 56px;
	background-size: 36px auto;
}

#listMedia.photo .col-md-3 .thumb:before, #listMedia.video .col-md-3 .thumb:before {
	margin-left: -18px;
	margin-top: -18px;
	width: 46px;
	height: 46px;
	background-size: 24px auto;
}

figure {
	margin-bottom: 0;
}

	figure.image img {
		width: 100%;
	}

figcaption {
	padding: 10px;
	background: #f2f2f2;
	margin-bottom: 15px;
	font-size: 85%;
}

#videoContent {
	padding: 15px;
	background: #f2f2f2;
}

/**/

.modal-header .close, .modal-header .btn-close {
	position: absolute;
	right: 10px;
	margin: 0;
}

.modal .modal-header {
	justify-content: flex-start;
}

/*========*/
#hotNews img {
	height: 196px;
}

.thumb-img {
	position: relative;
}

.cardNews a {
	position: relative;
}

.thumb-img img {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

#card_hotNews-slide .thumb-img {
	height: 390px;
}

#card_hotNews-thumb .thumb-img {
	height: 210px;
}

.cardNews .item {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-bottom: .75rem;
}

	.cardNews .item .thumb {
		flex: 0 0 auto;
		max-width: 100%;
		width: 150px;
		height: 112px;
		margin-right: 15px;
	}

	.cardNews .item .desc {
		flex: 0 0 auto;
		max-width: 100%;
		width: calc(100% - 165px);
	}

	.cardNews .item .thumb a {
		position: relative;
		display: block;
		overflow: hidden;
		height: 100%;
	}

	.cardNews .item img {
		position: absolute;
		height: 100%;
		top: 0;
		left: 0;
		width: 100%;
		-webkit-object-fit: cover;
		-moz-object-fit: cover;
		object-fit: cover;
	}

	.cardNews .item.item-top .thumb {
		width: 300px;
		height: 225px;
	}

	.cardNews .item.item-top .desc {
		width: calc(100% - 315px);
	}

	.cardNews .item.item-top .thumb a {
		height: 100%;
	}

	.cardNews .item.item-top {
		padding-bottom: .25rem;
		border-bottom: 1px solid #eee;
	}

	.cardNews .item p {
		margin: 0;
	}

.col-md-4 .cardNews .item h2 {
	font-size: 1em;
}

.col-md-4 .cardNews .item .h6 {
	font-size: 1em;
}

.col-md-4 .cardNews .item.item-top {
	width: 100%;
	display: block;
}

	.col-md-4 .cardNews .item.item-top .thumb {
		height: 280px;
		margin-bottom: .25rem;
		margin-right: 0;
	}

	.col-md-4 .cardNews .item.item-top .thumb, .col-md-4 .cardNews .item.item-top .desc {
		width: 100%;
	}

.cardNews .item.item-top {
	padding-bottom: .75rem;
}

.col-md-4 .cardNews .item.item-top h2 {
	font-size: 1.25em;
}
/**/
.list-group-dot li {
	background: url(../img/arrow-r.svg) no-repeat 0 1rem;
}

.list-group-dot a {
	display: block;
}





/*owl-carousel*/

.owl-carousel, .listPartner {
}

	.owl-carousel.owl-loaded, .listPartner.owl-loaded {
		display: block;
		position: relative;
		overflow: hidden
	}

	.owl-carousel .owl-stage-outer, .listPartner .owl-stage-outer {
		position: relative;
		overflow: hidden;
		-moz-transform: translate3d(0px,0,0);
		-webkit-transform: translate3d(0px,0,0);
		transform: translate3d(0px,0,0);
	}

	.owl-carousel .owl-item, .listPartner .owl-item {
		position: relative;
		min-height: 1px;
		float: left;
		-webkit-backface-visibility: hidden;
		-webkit-tap-highlight-color: transparent;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	.owl-carousel .item, .listPartner .item {
		padding: 0 10px;
	}

		.owl-carousel .item .inner, .listPartner .item .inner {
			background: #fff;
		}

.owl-theme .owl-controls {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	-moz-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
}

.owl-prev, .owl-next {
	top: 00px;
	width: 40px;
	height: 40px;
	position: absolute;
	text-indent: -1000em;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
}

.owl-prev {
	left: -40px;
	background: url(img/angle-left-b_g.png) no-repeat 50% 0;
}

.owl-next {
	right: -40px;
	background: url(img/angle-right-b_g.png) no-repeat 50% 0;
}

.owl-prev:hover {
	background: url(img/angle-left-b_g.png) no-repeat 50% 100%;
}

.owl-next:hover {
	background: url(img/angle-right-b_g.png) no-repeat 50% 100%;
}
/**/
.listNews-number li {
	list-style-position: outside;
	position: relative;
	padding-left: 10px;
}

	.listNews-number li:before {
		content: "";
		position: absolute;
		left: -30px;
		top: -5px;
		background-color: rgba(0, 0, 0, 0.1);
		z-index: -1;
		display: inline-block;
		width: 30px;
		height: 30px;
		border-radius: 50%;
	}

	.listNews-number li::marker {
		font-weight: 500;
		font-size: 120%;
		color: #2F37B2;
	}

	.listNews-number li a {
		color: #333;
	}
