/*header*/
#header{
	background: #fff;
	width: 100%;
}
#header .top-header {
	background-color: #256bb3;
	padding: 10px 0;
}
#header .top-header .address{
	line-height: 36px;
	color: #fff;
}
#header .top-header .social{
	margin-right: 40px;
}
#header .top-header .social li{
	margin:  0 10px;
}
#header .top-header .social li a{
	color: #fff;
	line-height: 36px;
}
#header .top-header .social li img{
	max-width: 25px;
}
#header .bot-header {
	width: 100%;
	background-color: #fff;
	position: relative;
}
#header .bot-header:before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.7;
}
#header .bot-header .hotline, 
#header .bot-header .service{
	position: relative;
    height: 75px;
    margin-top: 25px;
}
#header .bot-header .hotline:after, 
#header .bot-header .service:after{
	position: absolute;
	top: 10px;
	content: "";    
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 40px;
	height: 40px;
}
#header .bot-header .hotline:after{
	left: -10px;
	background-image: url(../image/info-left-arrow.png);
}
#header .bot-header .service:after{
	right: -10px;
	background-image: url(../image/info-right-arrow.png);
}
#header .bot-header .hotline h4,
#header .bot-header .service h4{
	font-size: 15px;
	font-weight: 600;
}
#header .bot-header .hotline a, #header .bot-header .service a{
	font-size: 18px;
	color: #1081ed;
	font-weight: bold;
}
#header .bot-header .hotline a{
	padding-left: 30px;
}
#header .bot-header .service a{
	padding-right: 30px;
}
/*nav*/
#nav{
	text-align: center;
}
#nav .container > .nav-group{
	display: inline-block;
	margin-bottom: -6px;
}
#nav .container > .nav-group > [class *=nav-]{
	float: left;
}
#nav .nav-left{
	position: relative;
}
#nav .nav-left .icon-home{
	width: 60px;
	height: 60px;
	padding: 20px;
	line-height: 20px;
	font-size: 20px;
	color: #256bb3;
	cursor: pointer;
}
#nav .nav-left .menu{
	position: absolute;
	top: 100%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	content: ".";
	width: max-content;
	text-align: left;
	z-index: 9;
	background-color: #fff;
	border-radius: 0 0 5px 5px;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
	-webkit-transform: translateY(300px);
	-moz-transform: translateY(300px);
	-ms-transform: translateY(300px);
	-o-transform: translateY(300px);
	transform: translateY(300px);
}
#nav .nav-left:hover .menu{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
#nav .nav-left .menu a{
	padding: 0 10px;
	min-width: 200px;
	display: block;
	line-height: 36px;
}
/*search*/
#search .search-over{
	position: relative;
	margin: 2px 0;
}
#search input{
	padding: 10px;
	padding-right: 36px;
	font-size: 13px;
	width: 100%;
	border: 0;
	line-height: 1.4;
	height: 32px;
}
#search #button-search-header{
	position: absolute;
	top: 0; right: 0;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 13px;
	text-align: center;
	background-color: #ededed;
	cursor: pointer;
}
/*logo*/
#header .btn-mb {
	display: none;
}
#header #logo a {
	display: block;
}
#header .bottom-header.fixed #logo img {
	max-height: 80px;
}
#header .bot-header img{
	height: 100px;
    padding: 15px 0;
    display: inline-block;
} 

/*menu*/
.menu{
	margin: 0;
	padding: 0;
}
.menu.main-menu li{
	display: inline-block;
	float: left;
	position: relative;
}
.menu li a{
	display: inline-block;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	line-height: 60px;
	font-size: 13px;
	white-space: nowrap;
	padding:  0 20px;
}

.menu li ul a{
	display: block;
	line-height: 36px;
}
.menu li a:hover, .menu li.current a{
	color: #256bb3;
}
.menu ul{
	position: absolute;
	top: 100%;
	left: 0;
	opacity: 0;
	z-index: 2;
	margin-top: -1px;
	background-color: #fff;
	visibility: hidden;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: translateX(0px) translateY(300px);
	-moz-transform: translateX(0px) translateY(300px);
	-ms-transform: translateX(0px) translateY(300px);
	-o-transform: translateX(0px) translateY(300px);
	transform: translateX(0px) translateY(300px);
}
.menu ul ul{
	top: 5px;
	left: 100%;
	-webkit-transform: translateY(0px) translateX(300px);
	-moz-transform: translateY(0px) translateX(300px);
	-ms-transform: translateY(0px) translateX(300px);
	-o-transform: translateY(0px) translateX(300px);
	transform: translateY(0px) translateX(300px);
}
.menu li:hover > ul{
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0px) translateY(0px);
	-moz-transform: translateX(0px) translateY(0px);
	-ms-transform: translateX(0px) translateY(0px);
	-o-transform: translateX(0px) translateY(0px);
	transform: translateX(0px) translateY(0px);
}
.menu ul li{
	width: 100%;
	display: block;
}
.menu ul li:after{
	position: unset !important;
	content: unset !important;
}
#nav .nav-left .menu a:hover, 
.menu ul a:hover{
	color: #fff;
	background-color: #6593c3;
}

/*breadcrum*/
#crumbs {
	background: #f2f2f2;
	border: 1px solid #d9d9d9;
	overflow: hidden;
	margin-bottom: 30px;
}
#crumbs .inner-crumbs {
	padding: 10px 15px;
	border-radius: 3px;
}
#crumbs .inner-crumbs a{
	color: #111;
}
#crumbs .inner-crumbs a:hover{
	color: #fdc800;
}
/* category page, news page*/
.img-top-cat{
	margin-bottom: 30px;
}
h1.title-page{
	font-size: 18px;
	color: #333;
	margin: 0;
	padding-bottom: 10px;
	font-weight: 600!important;
	border-bottom: 1px solid #ccc;
	position: relative;
	margin-bottom: 30px;
}
h1.title-page:after{
	content: '';
	width: 100px;
	height: 3px;
	bottom: -2px;
	left: 0;
	position: absolute;
	background: #256bb3;
}
/* contact page */
.contact-info {
	background: #fff;
	padding: 15px;
	box-shadow: 1px 2px 13px #a0a0a0;
	border-radius: 5px;
	margin-bottom: 30px;
}
.contact-info address i.fa {
	color: #256bb3;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.contact-info .desc{
	margin-bottom: 30px;
}

/* end contact page*/
/* staff.apt */
.staff > .container > .heading {
	color: #2988d8;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}
.staff .info .name{
	color: #2988d8;
	font-weight: 600;
	font-size: 20px;
}
.staff .info div{
	font-weight: 500;
	color: #000;
}
.staff .info span{
	color: #999;
}
/* end staff.apt */

.apt-carousel.owl-carousel .info-top > .image, .apt-carousel.owl-carousel .info-top > .name{
	width: 100%;
	float: unset;
}
.apt-carousel.owl-carousel .owl-nav [class*=owl-]{
	position: absolute;
	top: 0;
	margin-top: -55px;
	height: 30px;
	width: 30px;
	right: 0;
	background-color: #fff;
}
.apt-carousel.owl-carousel .owl-nav [class*=owl-]:hover{
	color: #dc1e1f;
	background-color: #ffb70a;
}
.apt-carousel.owl-carousel .owl-nav .owl-prev{
	right: 40px;
}
#news-related .owl-carousel .owl-nav.disabled{
	display: block;
}
/*news page*/
.news-description > div{
	border: 4px double #dfdfdf;
	padding: 15px;
}
/*footer*/

footer .footer-bot{
	position: relative;
	z-index: 1;
	color: #fff;
	background-color: #1a4e80;
}
footer .footer-bot .column-footer{
	margin: 60px 0 40px;
}
footer .footer-bot h3{
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	padding: 10px 0;
	margin-bottom: 20px;
	text-transform: uppercase;
	position: relative;
} 
footer .footer-bot .content{
	color: #dbe4f0;
	font-size: 14px;
	line-height: 30px;
}
footer .footer-bot .content li{
	margin: 5px 0;
}
footer .footer-bot .content span{
	margin-right: 3px;
	font-size: 14px;
	font-weight: 600;
	color: #7db7e5;
}
footer .footer-bot .name, footer .footer-bot a{
	font-weight: bold;
	color: #dbe4f0
}
footer .footer-bot a[href *= 'mailto'] {
	word-break: break-all;
}
footer .footer-bot a:hover{
	color: #ca2d35;
}
footer .footer-bot .name{
	text-transform: uppercase;
}
footer .footer-bot .social{
	border-top: 1px solid #eeeeee;
	align-items: flex-start;
}
footer .footer-bot .content.form{
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 5px;
}
footer .footer-bot .form-group{
	margin-bottom: 10px;
}
#powered {
	text-align: center;
	line-height: 30px;
	font-weight: 600;
	color: #1a4e80;
	background-color: #2988d8;
}
#powered a{
	color: #1a4e80;
	font-weight: 600;
}

