#kv-carousel{
    text-align: center;
}
.carousel-control-container{
    position:absolute;
    top:0;
    max-width:1200px;
    left:50%;
    margin-left:-50%;
    width:100%;
    height:100%;
}
.carousel-control {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 50%;
    margin-top: -27px;
    background-repeat: no-repeat;
    opacity:1;
    background-repeat: no-repeat;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.carousel-control.left {
    background-image: url("../images/karihome_kv_arrrow.png"); 
    background-position: 0 0;
    left:19%;
}
.carousel-control.left:hover{
    opacity:0.4;
}
.carousel-control.right {
    width: 57px;
    height: 57px;
    background-image: url("../images/karihome_kv_arrrow.png"); 
    background-position: -56px 0;
    right:19%;
}
.carousel-control.right:hover{
    opacity:0.4;
}

.carousel-indicators li {
    width: 14px;
    height: 14px;
    margin: 0;
    border-radius: 50%;
    border:none;
    background-color: #fff;
    margin:0 11px;
}
.carousel-indicators .active {
    margin:0 11px;
    width: 14px;
    height: 14px;
    background-color: #8ac609;
}
.scroll-down{
    position:relative;
    height:40px;
    background:url('../images/karihome_index_bg.png') no-repeat 50% 100%;
    text-align:center;
    margin-bottom:68px;
}
.scroll-down div{
    height:7px;
    background-color:#8ac609;
}
.scroll-down span{
    display:inline-block;
    width:50px;
    height:25px;
    cursor:pointer;
    background:url('../images/karihome_index_arrow.png') no-repeat 50% 100%;
}
.region{
    position: relative;
    float:left;
    margin-bottom:14px;
    overflow:hidden;
    border:1px solid #e5e5e5;
    
}
.about{
    height:372px;
    background-repeat:no-repeat;
    background-position:50% 0;
    background-size: cover;
}
.about_karihome{
    position:absolute;
    min-height:75px;
    width:100%;
    background-color: rgba(255,255,255,0.85);
    top:295px;
}
.about_title{
    padding-left: 165px;
    padding-right:5px;
    height: 75px;
    color:#5b5149;
    font-size:18px;
    line-height: 24px;
}
.about_title:before{
    content:'';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.about_title span{
    display:inline-block;
    vertical-align: middle;
    max-height: 72px;
    overflow: hidden;
}
.about_content{
    padding-left: 162px;
    padding-right:5px;
    line-height:24px;
    font-size:14px;
    padding-bottom:18px;
    max-width: 545px;
}
.about_content a:hover,.about_title a:hover{
    text-decoration:underline;
}
.sheep{
    position:absolute;
    bottom:28px;
    left:12px;
    width: 38%;
    max-width: 140px;
}
.video{
    clear:left;
    height:266px;
}
.video_play{
    width:76px;
    height:55px;
    background-color:rgba(49,49,49,0.8);
    background-image: url('../images/karihome_video_btn.png');
    background-repeat:no-repeat;
    background-position:50% 50%;
    border-radius:10px;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-38px;
}
.video_bg{
    height: 193px;
    position: relative;
    background-repeat:no-repeat;
    background-position: 50% 0;
    background-size: cover;
}
.video_play:hover{
    background-color:rgb(49,49,49);
}
.intro_title{
    position:absolute;
    width:100%;
    bottom:0;
    height:73px;
    border-top:4px solid #8ac609;
    background-color:#fff;
    line-height:73px;
    font-size:18px;
    color:#5b5149;
    padding-left:98px;
}
.intro_title img{
    position:absolute;
    left:23px;
    top:8px;
}
.intro_title.spec{
    border-top-color:#d5a44d;
    padding:0 86px 0 13px;
}
.intro_title.spec img{
    left:auto;
    right:20px;
    max-width:67px;
}
.about,.video{
    width:calc(100% - 593px);
    margin-right:17px;
}

.news{
    width:576px;
    height:312px;
    overflow:hidden;
    border-top:4px solid #d5a44d;
}
.news_content{
    float: left;
    width:294px;
    height:312px;
}
.news_content.content{
    padding:0 15px;
}
.news_content .date{
    font-size:14px;
    padding:35px 0 15px 0;
}
.news_content .date{
    color:#b51621;
}
.news_content .title{
    font-size:18px;
    line-height:28px;
    margin-bottom:25px;
    max-height: 84px; 
    overflow: hidden;
}
.news_content .title a{
    color:#5b5149;
}
.news_content .content{
    margin-bottom: 40px;
    font-size:14px;
    line-height:24px;
    max-height: 91px;
    overflow: hidden;
}
.news_content .content a{
    color:#545454;
}
.news_content .title a:hover,.news_content .content a:hover,.sample_title a:hover{
    text-decoration:underline;
}

.news_content:last-child{
    width:280px;
}
.news_content img{
    width:100%;
}
.indicators-region{
    width: 50%;
    position: absolute;
    bottom: 0;
}
.indicators-region .carousel-indicators li{
    background-color:#cbcbcb;
}
.indicators-region .carousel-indicators .active{
    background-color: #8ac609;
}

.baby,.sample{
    width:280px;
    height:326px;
    margin-top: -60px;
}
.baby{
    margin-right:15px; 
}
.sample{
    padding-top:18px;
    border-top:4px solid #8ac609;
    text-align:center;
    margin-bottom:70px;
}
.sample img{
    display:block;
    margin: 0 auto 24px;
    max-height:132px;
}
.sample_title{
    padding:0 20px;
    font-size:14px;
    /* max-height:132px; */
    max-height:65px;
    overflow:hidden;
    text-align:left;
    margin-bottom:25px;
    line-height:22px;
}
.sample_title a{
    color:#545454;
}
.sample_btn{
    display:inline-block;
    color:#608909;
    padding: 5px 20px;
    border:1px solid #8ac609;
    border-radius:20px;
    max-width: 240px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sample_btn:hover{
    background-color:#8ac609;
    color:#fff;
}
.sample_btn:after {
    font-family: FontAwesome;
    content: "\f101";
}
#inline_content iframe{
    width:100%;
}
#inline_content{
    display:none;
    position:relative;
    padding-bottom:56.25%;
    height:0;
    overflow:hidden;
}
#inline_content iframe, #inline_content object, #inline_content embed {
    position:absolute;
    top:0;
    left:0;
    width:100%!important;
    height:100%!important;
}
#cboxLoadedContent #inline_content{
    display:block;
}
#inline_content2 iframe{
    width:100%;
}
#inline_content2{
    display:none;
    position:relative;
    padding-bottom:56.25%;
    height:0;
    overflow:hidden;
}
#inline_content2 iframe, #inline_content2 object, #inline_content2 embed {
    position:absolute;
    top:0;
    left:0;
    width:100%!important;
    height:100%!important;
}
#cboxLoadedContent #inline_content2{
    display:block;
}
.our-product{
    text-align:center;
    background-color:#d6b461;
    font-size:35px;
    font-weight:normal;
    color:#fefefe;
    margin:0 0 60px 0;
    height:128px;
    line-height:128px;
}
.prod-carousel-container{
    margin-bottom:100px;
    padding: 0 90px;
}
.prod-carousel .slide{
    width:25%;
    text-align: center;
    /* background: url('../images/karihome_product_bg.png') no-repeat 50% 2px; */
}
.bx-wrapper{
    margin:0 auto;
}
#slide-prev,#slide-next{
    position: absolute;
    top: 50%;
    margin-top: -19px;
}
#slide-prev{
    left:65px;
}
#slide-next{
    right:65px;
}
#slide-prev a,#slide-next a{
    display:block;
    background-image: url("../images/karihome_product_arrow.png"); 
    background-position: 0 0; 
    width: 20px; 
    height: 38px; 
    background-repeat: no-repeat;
    opacity:0.5;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
#slide-next a{
    background-position: -20px 0;
}
#slide-prev a:hover,#slide-next a:hover{
    opacity:1;
}
#slide-prev a.disabled, #slide-next a.disabled{
    display:none;
}
.product_img{
    height:152px;
    margin-bottom:10px;
}
.product_img img{
    max-height:152px;
}
.product_img:before{
    content: '';
    height:100%;
    display:inline-block;
    vertical-align: middle;
}
.product_img a{ 
    display: inline-block;
    vertical-align: middle;
}
.product_title{
    padding:0 15px;
    max-height:42px;
    overflow:hidden;
    margin-bottom: 15px;
}
.product_title a{
    color: #686868;
    line-height: normal;
}
.product_title a:hover{
    color: #000;
    text-decoration:underline;
}
.bx-wrapper .bx-pager.bx-default-pager a ,.bx-wrapper .bx-pager.bx-default-pager a:hover{
    background: #b5b5b5;
    margin: 0 10px 10px 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #8ac609;
}
.bx-wrapper .bx-pager{
    bottom:-40px;
}
.baby_img {
    display: block;
    position: relative;
    margin: 0 auto;
    background-size: cover;
    background-position: 50% 0%;
    height: 252px;
}
.baby_img img{
    width:100%;
}
.baby_img:hover .cover_gray{
    display:block;
}
.cover_gray {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background-color: rgba(97,92,96,0.4);
}
.cover_gray span {
    width: 156px;
    display: inline-block;
    background-color: #bc9948;
    font-size: 14px;
    padding: 10px;
    color: #fff;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -78px;
}

.alert_img,.alert_content{
    float:left;
}
.alert_img{
    width:47%;
    text-align: right;
    padding: 65px 15px 0 15px;
}
.alert_content{
    width:53%;
    color:#81511c;
    font-size:15px;
    line-height:24px;
    margin-top: 118px;
    padding: 0px 40px 0 15px;
}
.alert_logo{
    position:absolute;
    right:50px;
    bottom:25px;
}
.alert_logo img{
    max-width:160px;
}
.video_play_about {
    width: 76px;
    height: 55px;
    background-color: rgba(49,49,49,0.8);
    background-image: url(../images/karihome_video_btn.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 10px;
    position: absolute;
    top: 25%;
    left: 50%;
    margin-left: -38px;
}
@media screen and (min-width: 900px) and (max-width: 980px){
    .about_title{
        padding-left:130px;
    }
    .about_content{
        padding-left:132px;
    }
    .sheep {
        width: 34%;
    }

}

@media screen and (min-width: 640px){
    .carousel-indicators {
        bottom: 30px;
    }
    .indicators-region .carousel-indicators {
        bottom: 15px;
    }
}
@media screen and (max-width: 899px){
    #kv-carousel{
        padding-top: 60px;
    }
    .carousel-control{
        margin-top:0;
    }
    .carousel-control.left {
        left:15px;
    }
    .carousel-control.right {
        right:15px;
    }
    .region{
        width:100%;
    }
    .baby, .sample {
        width: calc(50% - 8px);
        margin-top: 0px;
    }
    .about_content {
        max-width:none;
    }
    .news_content,.indicators-region {
        width: calc(100% - 280px);
    }
    .alert_box {
        top: 7%;
        height: 86%;
        padding:4px 0;
    }
    .alert_img{
        width:100%;
        text-align: center;
        padding: 45px 15px 0 15px;
    }
    .alert_container{
        padding:0 20px;
    }
    .alert_content{
        width:100%;
        line-height:24px;
        margin-top: 20px;
        margin-bottom:40px;
        padding: 0px;
    }
    .alert_logo{
        position: static;
        margin-bottom:25px;
        text-align: right;
    }
    .scroll-down{
        margin-bottom:30px;
    }
    .prod-carousel-container {
        padding: 0 40px;
    }
    #slide-prev {
        left: 20px;
    }
    #slide-next {
        right: 20px;
    }

}
@media screen and (max-width: 639px){

    .carousel-control{
        display:none;
    }
    .carousel-indicators li,.carousel-indicators .active{
        margin:0 6px;
    }
    .baby, .sample {
        margin-right:0; 
        width: 100%;
    }
    .news_content.content,.indicators-region {
        width:100%;
    }
    .news_content.graph{
        display:none;
    }

}