:root {
    --info: #4169E1;
}
body {
	font-size: 14px;
	font-family: Tahoma;

}

a {
	color: var(--info);
}
a:hover {
	text-decoration: none;
}

header {

}
header .logo {
	height: 80px;
}
header .site-title h2 {
	font-size: 1.8em;

}
header .site-title p {
	font-size: 1.3em;
}
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:#4169E1!important;
}
.navMain .navbar-nav .nav-link {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size:14px;
}
.navMain .navbar-brand span {
	font-size:1.2em;
	margin-left:10px;
}

/*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;
}

/*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.5em;
}
.document .dIcon {
	height: 50px;
	width: 50px;
	background-color: var(--info);
	color: #fff;
	text-align: center;
	line-height: 50px;
	font-size: 2em;
}
.document .lib img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}
.document .lib .col-sm-4 {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}
.document .lib figure {
	position: relative;
}
.document .lib figcaption {
	position: ;
	bottom: 0px;
	background-color: #4169E1;
	color: #fff;
	width: 100%;
	text-align: center;
	padding:1px 0px;
	transition: background-color 0.3s;
}
.document .lib figcaption:hover {
	background-color: rgba(0,0,0,0.55);
}
.document .lib figcaption h3 {
	font-size: 1.3em;
}
.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(--info);
	color: #fff;
}
footer h3.title {
	font-size: 1.2em;
}
footer .site-info {
	background-color: #116A78;
}
footer ul li {
	padding-top: 5px;
	padding-bottom: 5px;
}

/*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) {
	
}

@media (min-width: 768px) {
	.px-sm-0 {
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media (min-width: 992px) {
	.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;
		background-color:#4169E1;
	}
	.navMain .navbar-nav .dropdown-menu .dropdown-item {
		color:#fff;
	}
	.navMain .navbar-nav .dropdown-menu .dropdown-item:hover {
		background-color:#4169E1;
	}
}

@media (min-width: 1200px) {
	.report-count {
		width: 75%;
	}
}
@media (min-width: 1300px) {
	.report-count {
		width: 55%;
	}
	.container {
		max-width:1360px;
	}
}
@media (min-width: 1400px) {
	.container {
		max-width:1360px;
	}
}

@media (max-width: 575.98px) {
	.navMain .navbar-brand span {
		font-size:1.3em;
	}
	.intro h2 {
		font-size:1.5em;
	}
}






