body {
	padding-bottom: 100px;
}

a {
	text-decoration: none;
}

h1.site-title,h2.site-title {
	font-size: 2.5em;
}

/*f-search*/
.f-search h2 {
	font-size: 1.6em;
}

/*mess-h*/
.mess-h {
	padding-left: 10px;
	padding-right: 10px;
}
.mess-h h3 {
	font-size: 1.2em;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	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;
}

/*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;
}






footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 999;
}
footer .nav-link {
	padding:3px 5px;
	font-size:0.9em;
	color: #ddd;
}
footer .nav-link:hover {
	color: #fff;
}


/*public*/


/*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) {
	.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;
	}
}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}
@media (min-width: 1400px) {

}

@media (max-width: 575px) {

}