body {
	background-color: #96cce8;
	font-size: 14px;
	font-family: tahoma;
}

a:hover {
	text-decoration: none;
}


header .logo img{
	height: 90px;
}
header .site-title {
	font-size: 1.6rem;
}

/*navmain*/
.navmain .navbar-nav .nav-link {
	color: #fff;
	font-weight: bold;
}

/*mainSlide*/
.mainSlide {
	position: relative;
}
.mainSlide .owl-nav button.owl-next, .mainSlide .owl-nav button.owl-prev {
	position: absolute;
	top: 45%;
	border-radius: 15px;
	height: 30px;
	width: 30px;
	border:1px solid #fff;
	color: #ffc107;
	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;
}

/*intro*/
.intro h2.a-title {
	font-size: 1.5em;
	text-transform: uppercase;
}

/*services*/
.services h2.title {
	font-size: 1.5em;
	text-transform: uppercase;
}
.services h3 {
	font-size: 1.3em;
}
.services a:hover {
	color: #999 !important;
}
.services img {
	height: 210px;
	object-fit: cover;
}

/*project*/
.project h2.title {
	font-size: 1.5em;
	text-transform: uppercase;
}
.project h3 {
	font-size: 1.3em;
}
.project a:hover {
	color: #ccc !important;
}
.project img {
	height: 210px;
	object-fit: cover;
}

/*news*/
.news h2.title {
	font-size: 1.5em;
	text-transform: uppercase;
}
.news h3 {
	font-size: 1.3em;
}
.news a:hover {
	color: #999 !important;
}

/*newsSlide*/
.newsSlide .item img {
	height: 200px;
	object-fit: cover;
}

/*partners*/
.partners .item img {
	height: 150px;
	object-fit: contain;
	border:1px solid #ddd;

}


footer {
	min-height:150px;
}
footer h3.f-title {
	font-size: 1em;
	font-weight: bold;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #ccc;
}
footer ul {
	padding:0px;
	margin:0px;
	list-style: none;
}
footer ul li {
	padding:3px;
}
footer ul li:before {
	content: "\BB";
	margin-right: 5px;
}
footer h3.title {
	font-size: 1.3em;

}
footer .net-media a {
	display: inline-block;
	width: 30px;
	text-align: center;
	background-color: #fff;
	color: #666;
	border-radius: 3px;

}
footer .net-media a:hover {
	color: #888;
	background-color: #ddd;
}


/*btn-media*/
.btn-media {
	position: fixed;
	bottom: 20%;
	left: 30px;
	z-index: 999;
}
.btn-media a {
	display: inline-block;
	border-radius: 18px;
	box-shadow: 0 0 10px -2px rgba(0,0,0,0.7);
}

/*go-top*/
.go-top {
	border:1px solid rgba(234,30,31,0.85);;
	color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background-color: rgba(234,30,31,0.75);
	position: fixed;
	text-align: center;
	line-height: 30px;
	right:20px;
	bottom: 50px;
	transition: background-color 0.3s, color 0.3s;
	cursor:pointer;
	display: none;
	z-index: 999;
}
.go-top:hover {
	color:#eee;
	background-color: rgba(200,0,0,0.55);
}

.b-red {
	border:1px solid #f00;
}

/*mobile-media*/
.mobile-media {
	display: none;
	text-align: center;
}
.mobile-media span {
	font-size: 2em;
}
.mobile-media ul {
	padding: 0px;
	margin: 0px;
	display: flex;
	justify-content: center;
}
.mobile-media ul li {
	display: inline-block;
	width: 33%;
}
.mobile-media ul li a {
	color: #fff;
}

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

@media (min-width: 768px) {
	header {
		background-image: url('../images/bg-head.png');
		background-position: right;
		background-size: contain;
		background-repeat: no-repeat;
	}

	.navmain .dropdown:hover .dropdown-menu {
		display: block;
	}
	.dropdown-menu {
		margin-top: 0;
	}
}

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

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

@media (max-width: 575.98px) {
	header .logo img{
		height: 60px;
	}
	header .site-title {
		font-size: 1rem;
	}

	.mobile-media {
		display: block;
		background-color: rgba(234,30,31,0.85);
		position: fixed;
		bottom: 0px;
		min-height: 40px;
		color: #fff;
		width: 100%;
		z-index: 9999;
		line-height: 40px;
	}
}