.boxLstGb .titleBox{
    font-size: 36px;
    line-height: 54px;
    font-weight: 900;
    text-align: center;
    color: #c81828;
    margin-bottom: 30px;
}
.boxLstGb .LstGbs00 .item{
    margin-bottom: 30px;
}
.boxLstGb .LstGbs00 .boxS .img a{
    padding-bottom: 80%;
    position: relative;
    height: 0;
    display: block;
    overflow: hidden;
}
.boxLstGb .LstGbs00 .boxS .img a::before{
    content: '';
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.boxLstGb .LstGbs00 .boxS .img a:hover::before{
    -webkit-animation: shine 2s;
	animation: shine 2s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.boxLstGb .LstGbs00 .boxS .img a img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 2s linear;
    -o-transition: all 2s linear;
    transition: all 2s linear;
}
.boxLstGb .LstGbs00 .boxS .img a:hover img{
    transform: scale(1.05);
    -webkit-transition: all 2s linear;
    -o-transition: all 2s linear;
    transition: all 2s linear;
}
.boxLstGb .LstGbs00 .boxS .caption{
    padding: 10px 0;
}

.boxLstGb .LstGbs00 .boxS .caption h3{
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    margin-bottom: 20px;
}
.thecontent h3{
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #c81828;
    margin: 20px 0;
}
.thecontent p span{
    font-weight: bold;
}
.thecontent p img{
    margin: 10px 0;
}
@media all and (max-width: 991px){
    .boxLstGb .titleBox{
        font-size: 30px;
        line-height: 45px;
    }
}