
.single-thumbnail-card {
    position: relative;
    max-width: 900px;
    margin: 0px auto;
}
.single-thumbnail-card1 {
    position: relative;
    /* max-width: 900px; */
    margin: 0px auto;
}
.single-thumbnail {
    border-radius: 6px;
    height: 200px;
    width: 100%;
    overflow: hidden;
    filter: brightness(50%);
    box-shadow: 0 22px 50px -24px rgba(0,0,0,.6);
    background-color: #fff;
}


.single-image {
    height: 200px;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    background: rgba(0,0,0,.5);
    background-size: cover;
    /* background-position: center; */
    /* filter: blur(15px); */
    /* -webkit-filter: blur(15px); */
    /* background-repeat: no-repeat; */
    /* background-repeat: no-repeat; */
    -ms-filter: blur(15px);
    -moz-filter: blur(15px);
    filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=15,MakeShadow=false);
    /* -webkit-transform: scale(1.1); */
    -ms-transform: scale(1.1);
    /* transform: scale(1.1); */
}
.single-image1 {
    height: 200px;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    background: rgba(0,0,0,.5);
	    border-radius: 6px;
    background-size: cover;
    background-position: center; 
    /* filter: blur(15px); */
    /* -webkit-filter: blur(15px); */
    /* background-repeat: no-repeat; */
    /* background-repeat: no-repeat; */
    -ms-filter: blur(15px);
    -moz-filter: blur(15px);
    filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=15,MakeShadow=false);
    /* -webkit-transform: scale(1.1); */
    -ms-transform: scale(1.1);
    /* transform: scale(1.1); */
}
.single-thumbnail-overlay {
    position: absolute;
    color: #fff;
    padding-bottom: 20px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;

}
.single-thumbnail-overlay1 {
    position: absolute;
    color: #fff;
    padding-bottom: 20px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
	text-align: center;
	padding-bottom: 50px;
}
.single-thumbnail-overlay1 a{
    margin-bottom: 22px;
    font-weight: 500;
    font-size: 15px;
    /* color: #aaa; */
    color: #fff;
    text-shadow:0 2px 2px rgba(0,0,0,.3);
    line-height:1.5em;
    opacity:.75;
    text-decoration:none;
    text-transform: uppercase;

}
.single-thumbnail-overlay a{
color: #fff;
    text-shadow: 0 2px 2px rgba(0,0,0,.3);
    line-height: 1.5em;
    opacity: .75;
    text-decoration: none;
    text-transform: uppercase;

}
.button{
    display: block;
    max-width: 300px;
    margin: 50px auto;
    color: #fff;
    text-decoration: none;
    background-color: #f1404b;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    box-shadow: 0px 7px 15px 0px rgba(187, 48, 57, 0.52);
    transition: .3s;
}
.button:hover{
    background-color: #222;
    box-shadow:none;
}
.single-thumbnail-card:after {
    padding-top: 200px;
}

.containerNarrow {
    max-width: 600px;
    margin: 0 auto;
}

.h1bai1 {
    margin-top: 6px;
    margin-bottom: 13px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -.3px;
    line-height: 37px;
}
.h1bai{
	font-size: 28px;
	font-weight: 600;
    background: url(//img.ahap.cn/file/ahap/texure.jpg);
    background-repeat: repeat-x;
    background-position: 100% 100%;
    color: transparent;
    -webkit-font-smoothing: antialiased;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}