body {
	font-size: 14px;
	font-family: arial;
}

a:hover {
	text-decoration: none;
}


.navmain {
	/*background-image: linear-gradient(#eee, #fff, #eee);*/
	background-color: #fdc300;
	z-index: 99999;
}
.navmain .navbar-nav .nav-link {
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
}
.navmain .navbar-nav .n-home .nav-link {
	font-weight: bold;
	font-size: 3em;
	position: absolute;
	top: -18px;
	padding:0px;
}
.navmain .navbar-nav .n-home {
	width: 5em;
}
.navmain .navbar-nav .nav-item {
	position: relative;
}

/*mainSlide*/
.mainSlide {
	position: relative;
}
.mainSlide button.owl-next {
	right: 15px;
}
.mainSlide button.owl-prev {
	left: 15px;
}
.mainSlide button.owl-prev, .mainSlide button.owl-next {
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	font-size: 4em !important;
	color: #fff !important;
}

/*pGroup*/
.pGroup h2.title {
	position: relative;
}
.pGroup h2.title:after {
	content: "";
	width: 100%;
	border:1px solid #ea1e1f;
	position: absolute;
	transform: translateY(-50%);
	left: 0px;
	top: 50%;
}
.pGroup h2.title span {
	background-color: #fff;
	display: inline-block;
	position: absolute;
	z-index: 9999;
	padding-left: 25px;
	padding-right: 25px;
	transform: translateX(-50%);
	left: 50%;
}
.pGroup .pSlide .item img {
	height: 280px;
	width: 100%;
	object-fit: cover;
}
.pGroup .pSlide .item h3 {
	font-size: 1.2em;
	position: relative;
}
.pGroup .pSlide .item a {
	color: #555;
}
.pGroup .pSlide .item h3:before {
	content: "";
	position: absolute;
	left: 0px;
	top:0px;
	width: 0;
	height: 0;
	border-top: 35px solid red;
	border-right: 35px solid transparent;
}

/*sGroup*/
.sGroup {
	background-image: url('../images/bg-service.jpg');
	background-size: cover;
	background-attachment: fixed;

}
.sGroup h2.title {
	position: relative;
}
.sGroup h2.title:before {
	content: "";
	width: 40%;
	border:1px solid #ea1e1f;
	position: absolute;
	transform: translateY(-50%);
	left: 0px;
	top: 50%;
}
.sGroup h2.title:after {
	content: "";
	width: 40%;
	border:1px solid #ea1e1f;
	position: absolute;
	transform: translateY(-50%);
	right: 0px;
	top: 50%;
}
.sGroup h2.title span {
	display: inline-block;
	position: absolute;
	z-index: 9999;
	padding-left: 25px;
	padding-right: 25px;
	transform: translateX(-50%);
	left: 50%;
}
.sGroup img {
	height: 220px;
	object-fit: cover;
}
.sGroup h3 {
	font-size: 1.2em;

}

/*nGroup*/
.nGroup h2.title {
	position: relative;
}
.nGroup h2.title:after {
	content: "";
	width: 100%;
	border:1px solid #ea1e1f;
	position: absolute;
	transform: translateY(-50%);
	left: 0px;
	top: 50%;
}
.nGroup h2.title span {
	background-color: #fff;
	display: inline-block;
	position: absolute;
	z-index: 9999;
	padding-left: 25px;
	padding-right: 25px;
	transform: translateX(-50%);
	left: 50%;
}
.nGroup .card-img {
	height: 150px;
	object-fit: cover;
}
.nGroup .card h5 {
	font-size: 1.3em;
}

/*contact*/
.contact h2.title {
	position: relative;
}
.contact h2.title:before {
	content: "";
	width: 40%;
	border:1px solid #ea1e1f;
	position: absolute;
	transform: translateY(-50%);
	left: 0px;
	top: 50%;
}
.contact h2.title:after {
	content: "";
	width: 40%;
	border:1px solid #ea1e1f;
	position: absolute;
	transform: translateY(-50%);
	right: 0px;
	top: 50%;
}
.contact h2.title span {
	display: inline-block;
	position: absolute;
	z-index: 9999;
	padding-left: 25px;
	padding-right: 25px;
	transform: translateX(-50%);
	left: 50%;
}
.contact h3.title {
	font-size: 1.3em;
	border-bottom: 1px solid #a00;
	padding-bottom: 8px;
}
.contact h1 {
	font-size: 1.4em;
}
.contact .media {
	display: inline-block;
}
.contact .media a {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	border:1px solid #888;
	line-height: 40px;
	text-align: center;
	color: #555;
	font-size: 1.5em;
	margin: 5px;
}
.contact .media a:hover {
	color: #999;
}




footer {
	
}

/*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 (max-width: 575px) {
	.pGroup h2.title {
		font-size: 1.5em;
	}

	.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;
	}
}

@media (min-width: 768px) {

}

@media (min-width: 992px) {
	.navmain .navbar-nav .nav-item:not(:last-child):after {
		content: "";
		border-right: 1px solid #666;
		position: absolute;
		right: 0px;
		top: 50%;
		transform: translateY(-50%);
		height: 30%
	}
	
	.navmain .nav-item:hover .dropdown-menu {
		display: block;
		margin-top: 0px;
	}
	.navmain .dropdown-menu {
		background-color: rgba(234,30,31,0.75);
		box-shadow: 0px 5px 11px -5px rgba(0,0,0,0.75);
	}
	.navmain .dropdown-menu .dropdown-item {
		color: #fff;
	}
	.navmain .dropdown-menu .dropdown-item:hover {
		background-color: #EE4D4E;
	}
}

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

@media (max-width: 575.98px) {

}