body {
	padding-top: 70px;
}

img {
	max-width: 100%;
}

header {
	display: block;
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 9999;
    border-bottom: 2px solid #c5161d;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 8px;
    top: 0;
}

header h1 {
	display: inline-block;
	margin: 0;
}

header h1 a {
	display: block;
	width: 120px;
}

header h1 strong {
	display: none;
}

header nav {
    position: absolute;
    right: 15px;
    top: 15px;
}

header nav a {
	display: block;
    width: 54px;
    height: 37px;
}

header nav a img {
	height: 100%;
}

.center {
	text-align: center;
}

.brand-logo {
	display: inline-block;
	width: 220px;
}

.act-page {
	color: #000000;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

section.home-sec {
	padding-top: 40px;
	padding-bottom: 100px;
}


.bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg img {
	display: none;
}

#slider {
	position: relative;
}

#slider .page {
    padding-bottom: 40%;
    display: block;
}

#slider .owl-dots {
	position: absolute;
    bottom: 0;
    right: 0;
	padding: 10px 0;
}

.owl-dot {
	width: 14px;
	height: 14px;
	background-color: #b2b2b2;
	border-radius: 50%;
	float: left;
    margin-right: 9px;
}

.owl-dot.active {
	background-color: #c4161f;
}

.clb:after {
	display: table;
	content: '';
	clear: both;
}

p.about {
	font-size: 18px;
    font-weight: bold;
    line-height: 1.7;
    margin-top: 30px;
    margin-bottom: 50px;
}

h5.title {
	font-weight: bold;
	color: #c5151f;
	font-size: 25px;
	margin-bottom: 30px;
}

.news-list {
    margin-bottom: 20px;
}

.news-item {
	padding-bottom: 5px;
	border-bottom: 1px solid #aaa;
	margin-bottom: 20px;
}

.news-item h3 {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 6px;
}

.news-item h3 a {
	color: #000;
}

.news-item .date {
	color: #aaa;
}
/*.owl-dot:last-child {
    margin-right: 9px;
}*/

ul {
    padding: 0;
    list-style: none;
}


.dc-container .dc-select {
	padding-bottom: 20px;
	margin-bottom: 50px;
	border-bottom: 1px solid #9f9f9f;
}

.dc-select > li {
    position: relative;
    display: block;
    float: left;
    margin-right: 30px;
}

.dc-select > li a {
    font-weight: bold;
    font-size: 22px;
    line-height: 1;
    color: #000;
}

.dc-select > li a.point {
	color: #ca9535;
}

.dc-select > li a.running {
	color: #cf152d;
}

.dc-select:after {
	display: table;
	content: '';
	clear: both;
}

.act-item {
	position: relative;
	margin-bottom: 40px;
}

.act-item .act-image.bg {
    padding-bottom: 52.32%;
    display: block;
    position: relative;
}

.act-item .atag {
	position: absolute;
	top: 0;
	left: 0;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	padding: 13px 13px;
	line-height: 1;
	color: #fff;
	font-size: 20px;
}

.act-item a.favorite {
	color: #cf152d;
	line-height: 1;
	font-size: 28px;
	position: absolute;
    top: 12px;
    right: 13px;
}

.act-item .atag.focus {
	background: #ca9535;
}

.act-item .atag.running {
	background: #cf152d;
}

.act-item .atag.end {
	background: #aaaaaa;
}

.act-list .col-md-6:nth-child(2n+1) {
    clear: left;
}

.act-item .act-content h2 {
	width: 65%;
	float: left;
}

.act-item .fa-heart {
	color: #c4161f;
}

.act-item .act-content .act-meta {
    width: 35%;
    float: left;
    margin-top: 26px;
    text-align: right;
    font-size: 18px;
}

.act-item .act-content .act-meta .view {
	margin-right: 20px;
}

.act-item .act-content .act-meta a {
    color: #aaa;
}

.act-item .act-content h2 a {
	color: #000;
	font-size: 23px;
    line-height: 1.6;
}

.act-item .act-content .atime {
	color: #aaa;
	font-size: 18px;
}

@media (max-width: 991px) {
	header {
	    padding-top: 9px;
	    padding-bottom: 3px;
	}

	header h1 a {
	    width: 100px;
	}

	header nav {
		right: 0;
		top: 8px;
	}
}

@media (max-width: 600px) {
	section.home-sec {
		padding-bottom: 50px;
	}
}

@media (max-width: 560px) {
	.act-item .act-content h2 {
		width: 100%;
	}

	.act-item .act-content .act-meta {
		width: 100%;
		text-align: left;
		margin-top: 0;
    	margin-bottom: 13px;
	}
}



.news-sec {
	padding-top: 31px;
    padding-bottom: 100px;
}

.news-content h1 {
	margin: 0;
	margin-bottom: 10px;
	line-height: 1.6;
}

.news-content .date {
	font-size: 18px;
	color: #aaa;
	margin-bottom: 20px;
}

.news-content .content {
	color: #000;
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 60px;
    white-space: pre-line;
}

hr {
    border-top: 1px solid #bbb;
}


.activity-content .act-meta {
	text-align: right;
	font-size: 22px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.activity-content .act-meta .view {
	margin-right: 20px;
}

.activity-content .act-meta a {
	color: #aaa;
}

.act-info .label, .act-info .value {
	font-size: 20px;
	padding: 0;
}

.act-info > div {
	margin-bottom: 10px;
}

.act-info .label {
	color: #666;
	margin-right: 20px;
}

.act-info .value {
	color: #c99734;
}

.activity-content .act-meta .fa-heart {
	color: #c4161f;
}

.tag-con {
	padding: 18px 0;
}

.tag-con .tag {
    padding: 5px 13px;
    line-height: 1;
    font-size: 20px;
    color: #c99734;
    margin-right: 10px;
    border: 2px solid #c99734;
}

.activity-content h1 {
	color: #c4161f;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}


h5.sub-title {
	font-size: 23px;
	color: #000;
	margin-bottom: 20px;
}

.activity-content .content {
	font-size: 18px;
    line-height: 1.8;
    font-weight: bold;
	margin-bottom: 36px;
}

.recommand-act {
	margin-top: 40px;
}


.btn {
	background-color: #c4161f;
	font-size: 20px;
	padding: 10px 30px;
	color: #fff;
}

.btn:hover {
	background-color: #b3050e;
	color: #fff;
}

.login-panel {
	text-align: center;
	min-height: 400px;
}

.login-panel h3 {
	text-align: center;
	font-size: 25px;
	margin-bottom: 20px
}

.login-panel input {
	border: 1px solid #aaa;
    padding: 10px 15px;
    color: #aaa;
    font-weight: bold;
    font-size: 17px;
    border-radius: 15px;
    width: 100%;
    max-width: 600px;
}

.login-panel .form-gorup {
	max-width: 600px;
	width: 100%;
	display: inline-block;
	margin-bottom: 25px;
}

.login-panel input[name="captcha"] {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.login-panel .btn-code {
	background-color: #a6a6a6;
	color: #fff;
	font-size: 17px;
	font-weight: normal;
	padding: 10px 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	display: block;
	line-height: 1.54;
	cursor: pointer;
}

.login-panel .btn-code:hover {
	background-color: #999;
}

.login-panel .desc {
	font-size: 16px;
    font-weight: bold;
    color: #aaa;
    margin-bottom: 25px;
}


.table {
	display: table;
    margin-bottom: 26px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table label {
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    padding: 0;
    font-size: 25px;
}

.privacy_policy {
	font-size: 17px;
	font-weight: bold;
	color: #aaa;
}

.privacy_policy a {
	margin-left: 10px;
	color: #c4161f;
}

.term-panel {
	text-align: center;
}

.term-panel h3 {
	text-align: center;
    font-size: 25px;
    margin-bottom: 20px;
}

.term-panel h5 {
	text-align: left;
	font-size: 20px;
}

.term-panel p {
	text-align: left;
	font-size: 16px;
	margin-bottom: 23px;
}






.user-info {
	position: relative;
	max-width: 600px;
    margin: 0 auto;
}

.user-info .name-con {
	width: 115px;
	position: absolute;
}

.user-info .name-circle {
	width: 100px;
	line-height: 100px;
	height: 100px;
	text-align: center;
	background-color: #c4161f;
	border-radius: 50%;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

.user-info .info-con {
	margin-left: 120px;
	color: #999;
	font-size: 16px;
	padding-top: 5px;
}

.user-info .info-con .form-gorup {
	margin-bottom: 1px;
}
    	

footer {
	background-color: #c4161f;
}

footer .copy-right {
	color: #fff;
	font-size: 16px;
	padding: 30px;
	margin: 0;
}



.cover-con {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99999;
}


.cover-con .panel {
	position: absolute;
    width: 100%;
    max-width: 600px;
    padding: 40px 20px;
    top: 50%;
    left: 50%;
    color: #fff;
	-webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	background-color: rgba(0, 0, 0, 0.85);
	border-radius: 0;
	text-align: center;
}

.cover-con .panel .close-btn {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    padding: 8px 16px;
    font-size: 21px;
    cursor: pointer;
}

.cover-con .panel p {
	text-align: center;
    line-height: 1.7;
    font-size: 16px;
    margin-bottom: 25px;
}

.cover-con .panel p b {
	font-size: 20px;
}

.btn.btn-small {
    font-size: 17px;
    padding: 7px 37px;
    border-radius: 0;
}




