.carousel-item {
    height: 65vh;
    min-height: 200px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  footer.page-footer {
    bottom:0;
    color:#fff
  }
  footer.page-footer .container-fluid {
    width:auto
  }
  footer.page-footer .footer-copyright {
    overflow:hidden;
    background-color:rgba(0,0,0,.2);
    color:rgba(255,255,255,.6)
  }
  footer.page-footer a {
    color:#fff
  }



.card.card-image {
	-webkit-background-size:cover;
	background-size:cover;
	background-position:center;
	width:100%
}
.card.card-image [class*=rgba-] {
	-webkit-border-radius:.25rem;
	border-radius:.25rem
}
.card.card-cascade.wider {
	-webkit-box-shadow:none;
	box-shadow:none;
	background-color:transparent
}
.card.card-cascade.wider .view.view-cascade {
	z-index:2
}
.card.card-cascade.wider .card-body.card-body-cascade {
	-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
	box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
	margin-left:4%;
	margin-right:4%;
	background:#fff;
	z-index:1;
	-webkit-border-radius:0 0 .25rem .25rem;
	border-radius:0 0 .25rem .25rem
}
.card.card-cascade.wider.reverse .card-body.card-body-cascade {
	z-index:3;
	margin-top:-1rem;
	-webkit-border-radius:.25rem;
	border-radius:.25rem;
	-webkit-box-shadow:0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
	box-shadow:0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15)
}

.card.card-cascade .view.view-cascade {
	-webkit-box-shadow:0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
	box-shadow:0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
	-webkit-border-radius:.25rem;
	border-radius:.25rem
}
.card.card-cascade .view.view-cascade.gradient-card-header {
	padding:1.6rem 1rem;
	text-align:center
}
.card.card-cascade .view.view-cascade.gradient-card-header .card-header-title {
	font-weight:500
}
.card.card-cascade .view.view-cascade.gradient-card-header .btn-floating {
	background-color:rgba(255,255,255,.2)
}

.purple-gradient {
	background:-webkit-linear-gradient(50deg,#ff6ec4,#7873f5)!important;
	background:-o-linear-gradient(50deg,#ff6ec4,#7873f5)!important;
	background:linear-gradient(40deg,#ff6ec4,#7873f5)!important
}
.peach-gradient {
	background:-webkit-linear-gradient(50deg,#ffd86f,#fc6262)!important;
	background:-o-linear-gradient(50deg,#ffd86f,#fc6262)!important;
	background:linear-gradient(40deg,#ffd86f,#fc6262)!important
}
.aqua-gradient {
	background:-webkit-linear-gradient(50deg,#2096ff,#05ffa3)!important;
	background:-o-linear-gradient(50deg,#2096ff,#05ffa3)!important;
	background:linear-gradient(40deg,#2096ff,#05ffa3)!important
}
.blue-gradient {
	background:-webkit-linear-gradient(50deg,#45cafc,#303f9f)!important;
	background:-o-linear-gradient(50deg,#45cafc,#303f9f)!important;
	background:linear-gradient(40deg,#45cafc,#303f9f)!important
}
section {
    padding: 4rem 0;
}
hr {
    max-width: 100px;
    border-width: 3px;
    border-color: #f05f40;
}
hr.light {
    border-color: #fff;
}


.single-news {
	border-bottom:1px solid #e0e0e0
}
.single-news:last-of-type {
	border-bottom:none
}


.sidebar1 {
    background: #212121;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#212121, #1C2331, #37474F);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#212121, #1C2331, #37474F);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#212121, #1C2331, #37474F);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#212121, #1C2331, #37474F);
    /* Standard syntax */
    padding: 0px;
    min-height: 100%;
}
.list {
    color: #fff;
    list-style: none;
    padding-left: 0px;
}
.list::first-line {
    color: rgba(255, 255, 255, 0.5);
}
.list> li, .list> h5 {
    padding: 5px 0px 5px 40px;
}
.list> li> a {
    color: #ffffff;
}
.list>li:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-left: 5px solid white;
    color: white;
    font-weight: bolder;
    padding-left: 35px;
}
.main-content{
text-align:center;
}
.list-second {
    color: #fff;
    list-style: none;
    padding-left: 14px;
    font-size: 0.8rem;
}
.list-second::first-line {
    color: rgba(255, 255, 255, 0.5);
}
.list-second> li, .list> h5 {
    padding: 5px 0px 5px 40px;
}
.list-second> li> a {
    color: #ffffff;
}
.list-second>li:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-left: 5px solid white;
    color: white;
    font-weight: bolder;
    padding-left: 35px;
}

.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.text-chn {
	padding-left: 2em;
}