:root {
    --info: #0058c0;
    --info2: #00479B;
    --info3: #00336F;

    --info-rgb: 0,88,192;
    --info2-rgb: 0,71,155;
    --info3-rgb: 0,51,111;
}
body {
	font-size: 14px;
	font-family: Tahoma;

}

a {
	color: var(--info3);
	text-align:justify;
	font-weight:bold;
	transition: color .3s ease;
}
a:hover {
	text-decoration: none;
}

.top-head .float-right {
	font-size:1.2em;
}

header {
	background-image:url('../images/data/banner1.jpg');
	background-size:cover;
	background-repeat:no-repeat;
}
header .logo {
	height: 80px;
}

header .box ul {
	padding:0px;
	margin:0px;
	list-style: none;
}
header .box ul li {
	display: inline-block;
	padding-left: 2px;
	padding-right: 2px;
	position: relative;
}
header .box {
	font-size: 0.9em;
}
header .box ul li:not(:last-child):after {
	content: "|";
	padding-left: 6px;
	color: #666;
}
header .box ul li a {
	color: #555;
}

/*navMain*/
.navMain {
	background-color: var(--info);
}
.navMain .navbar-nav .nav-link {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin-left:12px;
	margin-right:12px;
	font-size:1.05em;
}
/* cho nay doi mau menu nhe a */
.navMain .navbar-nav .nav-link:hover {
	color:rgba(255, 255, 255, .75);
}

/*mainSlide*/
.mainSlide {
	position: relative;
}
.mainSlide .owl-nav button.owl-next, .mainSlide .owl-nav button.owl-prev {
	position: absolute;
	top: 46%;
	border-radius: 15px;
	height: 30px;
	width: 30px;
	border:1px solid #fff;
	color: #3364B4;
	background-color: rgba(255,255,255,0.55);
	outline: none;
}
.mainSlide .owl-nav button.owl-next {
	right: 15px;
}
.mainSlide .owl-nav button.owl-prev {
	left: 15px;
}
.mainSlide .box-s1 {
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	left: 0px;
	color: #fff;
	font-size: 1.5em;
	width: 50%;
	text-align: center;
	padding:50px;
}
.mainSlide .item {
	position: relative;
}

/*report-count*/
.report-count {
	margin-top: -60px;
	transform: translateX(-50%);
	left: 50%;
	z-index: 999;
	background-color: #fff;
	background-image: url('../images/bg-report.jpg');
	background-size: cover;
}
.report-count .title {
	font-size: 1.3em;
	text-transform: uppercase;
}
.report-count p {
	margin-bottom: 0px;
}

/*intro*/
.intro .thumb figure figcaption {
	top: 0px;
	color: #fff;
	padding-top: 60px;
	padding-left: 15px;
	padding-right: 15px;
	transition: background-color 0.3s;
}
.intro .thumb figure figcaption:hover {
	background-color: rgba(0,0,0,0.35);
}
.intro .thumb figure figcaption span.icon {
	font-size: 2.5em;
}
.intro .thumb figure figcaption h2 {
	font-size: 1.4em;
	font-weight: bold;
}
.intro h2 {
	font-size:1.8em;
}

/*news*/
.news h3.card-title {
	font-size: 1.2em;
	color:#156461;
}
.news div.title {
	font-size: 1.3em;
	border-bottom: 2px solid var(--info);
	padding:0px;
	margin-bottom: 10px;
}
.news div.title .icon {
	background-color: var(--info);
	color: #fff;
	padding:5px 15px;
	display: inline-block;
	position: relative;
}
.news div.title .icon:after {
	content: "";
	width: 0;
    height: 0;
    border-bottom: 37px solid var(--info);
    border-right: 37px solid transparent;
    position: absolute;
    top:0px;
    right: -37px;
}
.news .card-img {
	object-fit: cover;
	height: 156px;
}
.news h4.title {
	font-size: 1.1em;
}
.news .hot-news {
	height: 193px;
	overflow-y: auto;
	border:1px solid #ccc;
}
.news .hot-news a {
	color: #ee2828;
}
.news .hot-news h3 {
	margin:0px;
	padding:15px 10px 10px 10px;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #005a9c;
	position: sticky;
	top: 0px;
	background-color: var(--light);
}
.news .hot-news ul {
	padding:10px 10px 10px 30px;
	margin:0px;
	font-size: 13px;
	color:#1a5fad;
}
.news .hot-news ul li {
	padding:5px;
	color: #666;
}

/*news-h*/
.news-h h2 {
	font-size: 1.6em;
	text-transform: uppercase;
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.news-h .big {
	position: relative;
}
.news-h .big img {
	aspect-ratio: 5/3;
	object-fit: cover;
}
.news-h .big figcaption {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background-color: rgba(200,0,0,0.55);
	color:#eee;
	padding:10px;
	transition: background-color 0.3s;
}
.news-h .big figcaption:hover {
	background-color: rgba(200,0,0,0.75);
}
.news-h .big figcaption h3 {
	font-size: 1.3em;
}
.news-h .big figcaption a {
	color: #eee;
	transition: color 0.3s;
}
.news-h .big figcaption a:hover {
	color: #fff;
}
.news-h .list-h img {
	width: 100%;
	height: 66px;
	object-fit: cover;
}
.news-h .list-h h4 {
	font-size: 1.05em;
}
.news-h .list-h .media h4:hover {
	color: #ec0933;
}
.news-h .list-h .media a {
	color: #333;
	font-size: 0.9em;
}
.news-h .list-h li:not(:last-child) {
	margin-bottom: 1.2em;
}
.news-h .list-h .row:not(:last-child) {
	margin-bottom:0.5rem;
}

/*mess-h*/
.mess-h {
	padding-left: 10px;
	padding-right: 10px;
}
.mess-h h3 {
	font-size: 1.2em;
	border-bottom: 1px solid #ccc;
	padding-bottom: 13px;
	margin-bottom: 10px;
}
.mess-h .h-right-list {
	height: 355px;
	overflow: auto;
}
/* width */
.mess-h .list-group::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.mess-h .list-group::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.mess-h .list-group::-webkit-scrollbar-thumb {
  background: #aaa;
}

/* Handle on hover */
.mess-h .list-group::-webkit-scrollbar-thumb:hover {
  background: #888;
}

/*box-calen*/
.box-calen {
	height: 230px;
	background-color: #ccc;
	border-radius: 0px 0px 20px 0px;
}
.box-calen h3.title {
	background-color: var(--info);
	color:#fff;
	font-size:1.3em;
	padding:10px 15px;
	text-align: center;
	position: relative;
	margin-bottom: 0px;
}
.box-calen h3.title:before {
	content: "";
	position: absolute;
	height: 16px;
	width: 16px;
	border-radius: 8px;
	background-color: #eee;
	left: 15px;
	top: 12px;
	box-shadow: 0px 0px 5px 3px #aaa;
}
.box-calen h3.title:after {
	content: "";
	position: absolute;
	height: 16px;
	width: 16px;
	border-radius: 8px;
	background-color: #eee;
	right: 15px;
	top: 12px;
	box-shadow: 0px 0px 5px 3px #aaa;
}
.box-calen .c-calendar {
	border-left:1px solid #ccc;
	border-right:3px solid #ccc;
	border-bottom: 3px solid #ccc;
	height: 190px;
	border-radius: 0px 0px 50px 0px;
	background-color: #fff;
	font-weight: bold;
	font-family: Fantasy;
	background-image: url('../images/calendar.jpg');
	background-size: 100% 100%;
}
.box-calen .c-calendar .day {
	font-size: 3em;
	color:#fff;
}
.box-calen .c-calendar .year {
	font-size: 2.3em;
	color: #aaa;
}
.box-calen .c-calendar hr {
	width: 30%;
}

/*document*/
.document h2.title {
	font-size: 1.3em;
}
.document .dIcon {
	height: 50px;
	width: 50px;
	background-color: var(--info);
	color: #fff;
	text-align: center;
	line-height: 50px;
	font-size: 2em;
}
.document .lib figure img {
	width: 100%;
	aspect-ratio:3/1.5;
	object-fit: cover;
	border:1px solid #ccc;
}
.document .lib .col-sm-6 {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}
.document .lib figure {
	position: relative;
}
.document .lib figcaption {
	position: absolute;
	bottom: 0px;
	background-color: var(--info2);
	color: #fff;
	width: 100%;
	text-align: center;
	padding:.5rem 0px;
	transition: background-color 0.3s;
}
.document .lib figcaption:hover {
	background-color: rgba(var(--info2-rgb),0.75);
}
.document .lib figcaption h3 {
	font-size: 1.3em;
	text-align: center;
	padding:3px;
	margin: 0px;
}
.document .lib figcaption p {
	margin-bottom: 0px;
}

/*boxright*/
.boxright .b-title {
	font-size: 1.3em;
	border-left: 2px solid #D53402;
}
.boxright .media img {
	width: 100px;
	height: 80px;
	object-fit: cover;
}
.boxright .nav-list {
	list-style: none;

}
.boxright .nav-list li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.boxright .nav-list li:not(:last-child) {
	border-bottom: 1px solid #eee;
}
.boxright .nav-list a {
	color: #333;
	transition: color 0.3s;
}
.boxright .nav-list a:hover {
	color: #666;
}



footer {
	min-height: 100px;
	background-color: var(--info2);
	color: #fff;
}
footer h3.title {
	font-size: 1.2em;
}
footer .site-info {
	background-color: var(--info3);
}
footer ul li {
	padding-top: 5px;
	padding-bottom: 5px;
}

.adsSlide img {
	border:1px solid #ccc;
	box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important;
	aspect-ratio: 16/9;
	object-fit: contain;
}

/*share*/
.share {
	position: fixed;
	transform: translateY(-50%);
	top: 50%;
	left: 0;
}
.share a {
	display: block;
}
.share img {
	width: 40px;
	transition: all 0.3s;
}
.share img:hover {
	width: 45px;
}

/*public*/
.row-c {
	display: -ms-flexbox;
 	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

/*go-top*/
.go-top {
	border:1px solid #ccc;
	color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background-color: rgba(150,150,150,0.75);
	position: fixed;
	text-align: center;
	line-height: 30px;
	right:20px;
	transform: translateY(-50%);
	top: 50%;
	transition: background-color 0.3s, color 0.3s;
	cursor:pointer;
	display: none;
}
.go-top:hover {
	color:#eee;
	background-color: rgba(120,120,120,0.55);
}

@media (min-width: 576px) {
	header .site-title h2 {
		font-size: 1.2em;

	}
	header .site-title p {
		font-size: 1.1em;
	}
	
	header .h-email {
		display:none;
	}
}

@media (min-width: 768px) {
	header .logo {
		height: 60px;
	}
	header .site-title h2 {
		font-size: 1.1em;

	}
	header .site-title p {
		font-size: 1.3em;
	}
	.px-sm-0 {
		padding-left: 0px;
		padding-right: 0px;
	}
	.navMain .navbar-nav .nav-link {
		font-size:0.9em;
		padding-left:2px;
		padding-right:2px;
		margin-left:3px;
		margin-right:3px;
	}
	.navMain .navbar-nav .nav-item:hover .dropdown-menu {
		visibility: visible;
		top:100%;
	}
	.navMain .navbar-nav .dropdown-menu {
		transition: top 0.3s;
		margin-top: 0px;
		display: block;
		top:130%;
		visibility: hidden;
	}
	
	.news-h .list-h .col-sm-5 {
		padding-right:0px;
	}
	.news-h .list-h .row {
		margin-top:10px;
	}
	footer .guest-log {
		font-size:0.8em;
	}
}

@media (min-width: 992px) {
	header .logo {
		height: 80px;
	}
	header .site-title h2 {
		font-size: 1.6em;

	}
	.navMain .navbar-nav .nav-link {
		color: #fff;
		text-transform: uppercase;
		font-weight: bold;
		margin-left:12px;
		margin-right:12px;
		font-size:1.05em;
	}
	footer .guest-log {
		font-size:0.8em;
	}
}

@media (min-width: 1200px) {
	.report-count {
		width: 75%;
	}
}
@media (min-width: 1300px) {
	.report-count {
		width: 55%;
	}
}

@media (max-width: 575.98px) {
	header .container {
		padding-top:5px!important;
		padding-bottom:5px!important;
	}
	header .site-title h2 {
		font-size: 0.8em;

	}
	header .site-title p {
		font-size: 1.1em;
	}
	
	.intro h2 {
		font-size:1.5em;
	}
	.news-h .big img {
		height: 250px;
	}
	.news-h .list-h {
		margin-top:15px;
	}
	
	.news-h .list-h img {
		height:150px;
		margin-bottom:10px;
	}
}