body {
	font-size: 14px;
	font-family: Tahoma;

}

a:hover {
	text-decoration: none;
}

header {

}
header .logo {
	height: 100px;
}
header .site-title h2 {
	font-size: 1.4em;

}
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 .navbar-nav .nav-link {
	color: #fff;
	text-transform: uppercase;
}

/*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;
}

/*news*/
.news h3.card-title {
	font-size: 1.2em;
}
.news h2.title {
	font-size: 1.5em;
}
.news .card-img {
	object-fit: cover;
}
.news h4.title {
	font-size: 1.1em;
}

/*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: 120px;
	object-fit: cover;
}
.document .lib .col-sm-4 {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}



footer {
	min-height: 100px;
	background-color: var(--info);
	color: #fff;
}
footer h3.title {
	font-size: 1.2em;
}
footer .site-info {
	background-color: #116A78;
}

/*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 #142960;
	color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background-color: rgba(32,59,128,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(20,41,96,0.55);
}

@media (min-width: 576px) {
	
}

@media (min-width: 768px) {
	
}

@media (min-width: 992px) {
	
}

@media (min-width: 1200px) {
	.report-count {
		width: 75%;
	}
}
@media (min-width: 1300px) {
	.report-count {
		width: 55%;
	}
}

@media (max-width: 575.98px) {
	
}