/* responsive kv section with side bar, from CNCB*/

.section-kv .kv-container {
    position: relative;
    height: 360px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.section-kv .kv-container .kv-holder {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 18px;
    bottom: 18px;
    background-color: #E0E0E0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*background-image: url(../citicfirst-acq/tc/kv.jpg);*/
}
.section-kv .kv-container .kv-holder .kv-leadin-holder {
    position: relative;
    height: 100%;
}
.section-kv .kv-container .kv-holder .kv-leadin-holder .leadin {
	font-family: Tahoma, Helvetica, Arial, "Microsoft Yahei","微软雅黑", STXihei, "华文细黑", sans-serif;
    font-size: 34px;
    line-height: 1.1;
    position: absolute;
    left: 25%;
    text-shadow: 1px 0px 5px rgba(255, 255, 255, 1);
    display: table;
    width: 100%;
    height: 100%;
	font-weight:500;
	color:#333333;
}
.section-kv .kv-container .kv-holder .kv-leadin-holder .leadin .leadin-text {
    display: table-cell;
    vertical-align: middle;
}
.section-kv .kv-container .door-left-holder {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
}
.img-fit-height {
    height: 100%;
    width: auto;
}
.left-block {
    display: block;
    margin-left: 0px;
    margin-right: auto;
}
.section-kv .kv-container .door-right-holder {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.right-block {
    display: block;
    margin-left: auto;
    margin-right: 0px;
}


@media (max-width: 1199px) and (min-width: 992px){
.section-kv .kv-container {
    height: 320px;
}
.section-kv .kv-container .kv-holder {
    top: 16px;
    bottom: 16px;
}

.section-kv .kv-container .kv-holder .kv-leadin-holder .leadin {
    font-size: 24px;
    left: 19%;
    width: 70%;
}

}
@media (max-width: 991px) and (min-width: 768px){
.section-kv .kv-container {
    height: 280px;
}
.section-kv .kv-container .kv-holder {
    top: 14px;
    bottom: 14px;
}


.section-kv .kv-container .kv-holder .kv-leadin-holder .leadin {
    font-size: 24px;
    left: 25%;
    width: 70%;
}

}

@media (max-width: 767px){
.section-kv .kv-container {
    height: 260px;
}
.section-kv .kv-container .kv-holder {
    top: 14px;
    bottom: 14px;
    /*background-image: url(../citicfirst-acq/tc/kv-mobile.jpg);*/
}
.section-kv .kv-container .kv-holder .kv-leadin-holder .leadin {
    font-size: 27px;
    left: 15%;
    width: 67%;
}
}

@media (max-width: 593px){
.section-kv .kv-container .kv-holder .kv-leadin-holder .leadin {
    font-size: 24px;
    left: 16%;
    width: 70%;
}
}

@media (max-width: 479px){
.section-kv .kv-container {
    height: 185px;
}
.section-kv .kv-container .kv-holder {
    top: 10px;
    bottom: 10px;
    /*background-image: url(../citicfirst-acq/tc/kv-mobile.jpg);*/
}
.section-kv .kv-container .kv-holder .kv-leadin-holder .leadin {
    font-size: 16px;
    left: 10%;
    width: 80%;
}
}

@media (max-width: 364px){
.section-kv .kv-container .kv-holder .kv-leadin-holder .leadin {
    font-size: 16px;
    left: 10%;
    width: 80%;
}
}