@CHARSET "UTF-8";

a {
	color: #333;
}

.modal .modal-dialog .modal-content {
	border-radius: 3px;
}

.modal .modal-dialog .modal-header {
	padding: 5px 10px;
}

.modal .modal-dialog .modal-header .close {
	margin-top: 0;
}

.modal .modal-dialog .modal-header h4 {
	font-size: 16px;
}

.modal .modal-dialog .modal-body {
	padding: 10px;
}

.modal .modal-dialog .modal-footer {
	padding: 5px 10px 8px;
}

/* nav */
#header .navbar {
	margin-bottom: 0;
	height: 62px;
	border-bottom: 1px solid #eee;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

#header .navbar .navbar-header {
	height: 61px;
	margin: 0;
}

#header .navbar .navbar-header .navbar-toggle {
	margin-top: 14px;
}

#header .navbar .navbar-header>.navbar-brand-lg{
	margin-left: 0;
	padding: 10px 20px;
	background: #222;
	height: 80px;
}

#header .navbar .navbar-header>.navbar-brand-lg>.nav-brand-text {
	width: 0;
    height: 0;
    position: absolute;
    margin-left: 220px;
  	margin-top: -8px;
    border-top: 18px solid #3e3e3e;
    border-right: 15px solid transparent;
}

#header .navbar .navbar-header>.navbar-brand-sm{
	padding: 8px 20px;
}

#header .navbar .navbar-collapse {
	background: #fff;
	margin: 0 10px;
	border: 1px solid #e7e7e7;
}

#header .navbar .collapse .navbar-nav>li.active {
	background: #e7e7e7;
}

 #header .navbar .dropdown-menu {
 	-webkit-box-shadow: none;
  	box-shadow: none;
 }
 
@media (min-width: 768px) {
	#header .navbar .dropdown:hover .dropdown-menu {
	    display: block;
	 }
	
	#header .navbar .navbar-collapse {
		border: none;
	}
	#header .navbar .collapse .navbar-nav>li>a {
		border-top: 2px solid #fff;
		border-bottom: 1px solid #fff;
		padding: 19px 15px;
	}
	
	#header .navbar .collapse .navbar-nav>li.active>a,#header .navbar .collapse .navbar-nav>li:hover>a {
		background: #fff;
		border-top: 2px solid #666;
	}
	
	#header .navbar .collapse .navbar-nav>li.open>a {
		background: #fff;
		border-top: 2px solid #666;
	}
}

#header .navbar .in>.navbar-nav{
	background: #fff;
	padding: 8px 0;
	margin: 0 -15px;
}

#header .navbar .in .navbar-nav>li>a {
	padding: 10px 15px;
}

#content .banner-container {
	margin-top: -21px;
}
.header{
  height: 62px;
}
.footer-top {
	margin-top: 40px;
	background: #202020;
	padding: 20px;
	color: #898989;
}

.footer-top hr {
	border-color: #898989;
	margin: 10px 0;
}

.footer-top p {
	margin-bottom: 4px;
}

.footer {
	background: #000;
	height:50px;
	font-size: 13px;
	line-height: 80px;
	padding: 10px 0;
	color: #898989;
}

.footer .row {
	height: 18px;
	line-height: 18px;
}

.footer .row a {
	color: #898989;
}

.page-header {
	margin: 30px 0 15px;
}

#link-team-container .link-item img {
	width: 100%;
}

.about #link-team-container .link-item>div {
	padding: 0 45px;
}

/* content */
.section .section-header {
	position: relative;
	top: -21px;
	margin-bottom: -50px;
}

.section .section-header .section-header-name {
	position: relative;
	top: -130px;
	color: #fff;
	height: 50px;
}

.section .section-header .section-header-name h1 {
	margin-bottom: 0;
	font-size: 40px;
	font-weight: 100;
	display: inline-block;
}

.section .section-header .section-header-name h2 {
	margin-top:5px;
	font-size: 25px;
	font-weight: 100;
	position: relative;
	bottom: -3px;
	left: 5px;
	display: inline-block;
}

.section .section-body {
	position: relative;
}

.articles .articles-item-introduction {
	 text-align: justify;
}

.article-body img{
	max-width:100%;
}

/*articles-half-detail-text*/
.articles-half-detail-text .articles-list-item>.articles-list-item-date>.media-object{
	width: 50px;
	height: 60px;
}

.articles-half-detail-text .articles-list-item>.articles-list-item-date .articles-list-item-date-day {
	background: #666;
	color: #fff;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
}

.articles-half-detail-text .articles-list-item>.articles-list-item-date .articles-list-item-date-month {
	background: #eee;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
}

.articles-full-image-image .articles-item .articles-item-info {
	display: none;
}

/* articles-full-detail-detail */
.articles-full-detail-detail .media-object {
	max-width: 200px;
}

.articles-full-detail-detail .fa-tags {
	margin-left: 10px;
}

.articles-full-detail-detail .media-object {
	margin-left: 40px;
}

.articles-full-detail-detail .articles-item-title{
	margin-bottom: 20px;
}

.articles-full-detail-detail .articles-list-item {
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}

.articles-full-detail-detail .articles-list-item img {
	width: 200px;
	height: 130px;
}

/* article */
@media (min-width: 992px) {
	#content .article .article .article-footer .article-footer-next{
		text-align: right;
	}
}

/* position */
.section-position .breadcrumb{
	background: #fff;
	font-size: 13px;
}

.section-position-hidden {
	display: none;
}

@media (max-width: 768px){
	.section-position-hidden {
		display: block;
	}
}

/* pager */
.section-pager {
	margin: 15px;
	font-size: 13px;
}

.section-pager>div>span:hover, .section-pager>div>a:hover{
	background: #888;
	color: #fff;
}

.section-pager>div>span, .section-pager>div>a {
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin: 0 1px;
	background: #eee;
	color: #000;
}

.section-pager>div>span.current {
	background: #666;
	color: #fff;
}

.section-pager>div>a.next,.section-pager>div>a.prev {
	margin-left: -2px;
	margin-right: -2px;
}

.section-pager>div>span.rows {
	width: 80px;
	background: #fff;
	color: #666;
	font-size: 12px;
}

.section-pager-default {
	float: right;
}

.section-pager-center {
	text-align: center;
}

.section-pager-center span.rows {
	display: none;
}

/* about */
.about .section-body h3,.contact .section-body h3 {
	font-size: 16px;
	font-weight: bold;
	padding-left: 7px;
  	border-left: 3px solid #000;
  	margin-bottom: -5px;
}

.about .pager-header h3,.contact .pager-header h3 {
	border-left: none;
}

.about .media img {
	width: 400px;
}

.about .media .media-left {
	padding-right: 30px;
}

.about .link-container .link-item .link-team-info .title {
	margin: 10px 0;
}

.about .link-container .link-item .link-team-info .title small {
	display: block;
}

/* contact */
@media (min-width: 768px) {
	.contact>.container, .about>.container {
		padding-top: 0;
		position: relative;
		top: 30px;
	}
}

.contact .container h3 {
	margin-bottom: 20px;
}

.contact .container #contact p.site {
	font-size: 15px;
}

.contact .container #contact p,.contact .container #message>.help-block{
	margin: 5px 10px;
}

.contact .container button[type="submit"] {
	color: #fff;
	background: #000;
}

.contact .container button[type="reset"] {
	margin-left: 15px;
}

.article .article-title {
	margin-top: -5px;
}

/* article-case */
.article-case .thumbnail {
	margin-bottom: 10px;
}

.article-case .btn {
	background: #333;
	color: #fff;
}

.article-case .btn:hover {
	background: #777;
}

.article-case .article-body img {
	width: 100%;
	border: 1px solid #ccc;
	padding: 5px;
}

.article-case .article-title {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 5px 0;
}

.push-wrap{
	margin-bottom: 20px;
}

#content .push-wrap .page-header-description{
	margin-bottom: 55px;
}