
@CHARSET "UTF-8";

/* refer to home-help.css*/
#header {
	height: 62px;
}

#header .navbar-default, #header .navbar-default .navbar-header {
	height: 62px;
}

#header .navbar-brand-sm img, #header .navbar-brand-xs img {
	height: 40px;
	margin-top: 5px;
}

.navbar-default .nav>li.active>a, .navbar-default .nav>li:hover>a {
}

@media (max-width: 992px) {
	.section-position-hidden {
		display: block;
	}
}

a:hover {
	color: #00BCAB;
}

.btn-primary {
	background: #00BCAB;
	border-color: #00BCAB;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:active, .btn-primary.disabled:focus {
	background: #32A298;
	border-color: #00BCAB;
}
@media(min-width: 992px) {
	.articles-list-thumbnail .thumbnail img{
	    max-height: 123px;
	}
}

@media(max-width: 992px) {
	.section-body>.row>.col-lg-9, .article-default>.row>.col-lg-9 {
		max-height: auto;
	}
}
/* strong text */
strong {
	color: #00BCAB;
}

.navbar-default .navbar-header>.navbar-brand-lg {
	background: none;
	padding: 9px 0;
}

.navbar-default .collapse .navbar-nav>li>a {
	border-color: #fff;
}

.navbar-default .collapse .navbar-nav>li.active>a, #header .navbar-default .collapse .navbar-nav>li:hover>a {
	border-color: #fff;
	color: #00BCAB;
}

.footer {
	background: #919191;
	color: #fff;
}

.footer a {
	color: #fff;
}

.footer-top {
	background: #F1F1F1;
	overflow: auto;
	border-top: 1px solid #ccc;
	margin-top: 20px;
}

.footer-top .navbar {
	margin-top: 35px;
}

.footer-top .navbar-bottom .nav {
	width: 602px;
	margin: 0 auto;
	float: none !important;
}

.footer-top .navbar-bottom .nav>li>a:focus, .footer-top .navbar-bottom .nav>li>a:hover {
	background: none;
}

.footer-top .friend-link, .footer-top .contact {
	color: #777;
}

.footer-top .friend-link a {
	color: #777;
	text-decoration: none;
}

.footer-top .friend-link .header-title {
	margin-right: 10px;
}

.footer-top .contact>div {
	float: left;
	margin-right: 15px;
}

.footer-top .contact {
	margin-bottom: 50px;
}

.push-container .push-header .page-header {
	border: none;
}

.push-container .push-header .page-header h2 {
	font-size: 36px;
}

.push-container .push-header .page-header h2 a {
	color: #00BCAB;
}

.push-container .push-header .description {
	color: #777;
}

.push-container .push-header .description img {
	max-width: 100%;
}

#push-wrap-center {
	background: url(../../../Images/Home/custom/bg.jpg);
}

.section-position .breadcrumb {
	background: none;
	border-radius: 0;
	margin: 0;
	padding: 0;
}

.section-top {
	margin-top: 20px;
}

.section-top .section-name {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 2px solid #333;
	padding-bottom: 20px;
	margin-bottom: -20px;
	margin-left: 10px;
}

.section-top .section-name a:hover {
	color: #333;
}

.section-top .section-name.current {
	border-color: #00BCAB;
}

.rightnavs h4 {
	font-size: 14px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
} 

.rightnavs h4 span {
	color: #333;
	border-bottom: 2px solid #333;
	padding-bottom: 8px;
}

.rightnavs .contact .info {
	/* background: url(../../../Images/Home/custom/customer-service.jpg) #eee; */
	height: 213px;
	padding: 20px;
}

.rightnavs .contact .info>div {
	margin-bottom: 10px;
	color: #777;
}

.rightnavs .contact .info>div.welcome-telephone {
	border: 1px solid #555;
	display: inline-block;
	margin-top: 10px;
	padding: 2px 8px;
}

.section>hr {
	margin-bottom: 0;
}

.section .section-right {
	margin-top: -20px;
	padding-top: 10px;
	padding-left: 20px;
    border-left: 1px solid #eee;
    position: absolute;
    right: 0;
    height: 100%;
}

.section-position .breadcrumb {
	font-size: 14px;
}

.section-header-name {
	right: 0;
	color: #919193;
	font-family: Times;
}

.section-body-header .page-header small {
	color: #333;
	font-family: Times;
	font-size: 60%;
}

.section-body-header .page-header {
	border: none;
}

.section-body-header .page-header h3 {
	color: #00BCAB;
	margin-top: 25px;
}

.articles-list-media .media-object {
	max-width: 200px;
    margin-left: 0;
}

.articles-list-media .media-body {
	padding-left: 40px;
} 

.articles-top .media-object {
	max-width: 300px;
}

.articles-top .articles-item .media-body {
	background: #fefefe;
}

#push-wrap-center .push-container .push-body .push-item {
	background: #F5F5F5;
	padding: 20px 15px;
	margin-bottom: 0;
	width: 100%;
}

#push-wrap-bottom .thumbnail {
	border: none;
	margin-top: 15px;
}

.section-body>.row>.col-lg-9, .article-default>.row>.col-lg-9 {
	height: 800px;
}
@media(max-width: 992px) {
	.articles-list-media .media-body {
		padding-left: 0;
	}
}