/* responsive kv section with side bar, from CNCB*/

.section-kv{
    margin-top: 20px;
}

.section-kv .kv-container {
    position: relative;
    height: 360px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}
.section-kv .kv-container .kv-holder {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 18px;
    bottom: 18px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.section-kv .kv-container .kv-holder .kv-leadin-holder {
    position: relative;
    height: 100%;
	
	max-width: 960px;
    margin: auto;
}
.section-kv .kv-container .kv-holder .kv-leadin-holder .leadin {
	font-family: Tahoma, Helvetica, Arial, "Microsoft Yahei","微軟雅黑", STXihei, "華文細黑", sans-serif;
    line-height: 1.2;
    position: absolute;
    left: 20px;
    display: table;
    width: 45%;
    height: 100%;
    font-size: 26px;
    /*text-shadow: 0px 1px 5.2px rgba(0, 0, 0, .8);*/
}

.section-kv .kv-container .kv-holder .kv-leadin-holder .leadin .leadin-text {
    display: table-cell;
    vertical-align: middle;
	color: #333333;
}

.section-kv .kv-container .kv-holder .kv-leadin-holder .leadin .leadin-text .highlight{
    font-size:140%;
    color:#FF7900;
    font-weight: bold;
}

.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;
}

/*kv4 setup*/
.section-kv .kv-container .kv-holder.kv4 .kv-leadin-holder .leadin {
    width: 50%;
}

.kv-is-on{
    visibility: visible !important;
    opacity: 1 !important;
    transition: 1s all;
}
.section-kv .kv-container .kv-holder.kv1 {
    background-image: url(../en/kv1b.jpg);
    transition: 1s all;
    background-position: calc(50%) 0px;
}

.section-kv .kv-container .kv-holder.kv2 {
    background-image: url(../en/kv2b.jpg);
    transition: 1s all;
}


.section-kv .kv-container .kv-holder.kv3 {
    background-image: url(../en/kv3.jpg);
    transition: 1s all;
}
.section-kv .kv-container .kv-holder.kv4{
    background-image: url(../en/kv4b.jpg);
    transition: 1s all;
	
    background-position: calc(50%) 0px;
}
.section-kv .kv-container .kv-holder.kv5{
    background-image: url(../en/kv5.jpg);
    transition: 1s all;
	background-position: center top;
}
.section-kv .kv-container .kv-holder.kv3 .kv-leadin-holder .leadin{
	width: 50%;
	font-size: 22px;
}


.section-kv .kv-container .kv-holder.kv1 .kv-leadin-holder .leadin{
    font-size: 22px;
}

.section-kv .kv-container .kv-holder.kv4 .kv-leadin-holder .leadin {
    font-size: 20px;
}

.section-kv .kv-container .kv-holder.kv4 .kv-leadin-holder .leadin {
	width: 55%;
}

.section-kv .kv-container .kv-holder.kv5 .kv-leadin-holder .leadin {
	text-shadow: 0px 0px 0px rgb(0 0 0 / 0%);
}

@media (max-width: 991px){
.section-kv .kv-container {
    height: 360px;
}
.section-kv .kv-container .kv-holder {
    top: 14px;
    bottom: 14px;
	background-size: cover;
}
.section-kv .kv-container .kv-holder.kv1 .kv-leadin-holder .leadin, .section-kv .kv-container .kv-holder.kv4 .kv-leadin-holder .leadin {
    font-size: 13px;
}
.section-kv .kv-container .kv-holder.kv4 .kv-leadin-holder .leadin {
	width: 44%;
}
.section-kv .kv-container .kv-holder.kv4 {
	background-position: 55%;
}
    
}

@media (max-width: 767px){
 .section-kv .container{
    padding: 0;
}
    
.section-kv .kv-container .kv-holder .kv-leadin-holder .leadin {
    font-size: 18px;
    width: 40%;
}
.section-kv .kv-container .kv-holder {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 18px;
    bottom: 18px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: 60%;
}
	
.section-kv .kv-container .kv-holder.kv5 {
    background-position: 48% center;
}
	
.section-kv .kv-container .kv-holder.kv1 .kv-leadin-holder .leadin{
	width: 60%;
}
    
.section-kv .kv-container .kv-holder.kv3 .kv-leadin-holder .leadin{
	font-size: 14px;
}
	
}

@media (max-width: 650px){
.section-kv .kv-container {
    height: 290px;
}    

}

@media (max-width: 540px){
    
.section-kv .kv-container .kv-holder {
    top: 13px;
    }
    
.section-kv .kv-container {
    height: 290px;
} 

/* 540 kv 123 setup*/
.section-kv .kv-container .kv-holder .kv-leadin-holder .leadin {
    font-size: 13px;
}
.section-kv .kv-container .kv-holder.kv1 .kv-leadin-holder .leadin{
	width:45%;
}
  .section-kv .kv-container .kv-holder .kv-leadin-holder .leadin .leadin-text .highlight { font-size: 120% }

}

@media (max-width: 430px){
.section-kv .kv-container {
    height: 250px;
    
}    
}
