.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* display none until init*/
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 5;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon*/
.grabbing {
    cursor: url(../images/grabbing.png) 8 8, move;
}

/* fix*/
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

@media only screen and (max-width: 1200px) {
    #owl-demo1 {
        width: 100%;
        float: left;
    }

    #owl-demo1 .item {
        width: 100%;
        float: left;
        position: relative;
        padding:0px 0px 20px 0px;
    }
    #owl-demo1 .imgk{
        width:100%;
        position:relative;

        background-color: #000;
    }
    #owl-demo1 .imgk img{
        width:100%;
    }
    #owl-demo1 .imgk p{
        width:100%;
        color:#fff;
        height:40px;
        line-height:40px;
        color:#fff;
        padding-left:15px;
        text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
        position:absolute;
        left:0px;
        bottom: 0px;
        background-color: rgba(6,64,151,.5);
    }
    #owl-demo1 .txtk{
        position:absolute;
        width:100%;
        height:100%;
        padding:4px;
        left: 0px;
        top:0px;
        display:none;
    }

    #owl-demo2 {
        width: 100%;
        float: left;
    }

    #owl-demo2 .item {
        width: 100%;
        float: left;
        position: relative;
        padding:0px 10px 20px 10px;
    }
    #owl-demo2 .imgk,#owl-demo2 .imgk img,#owl-demo2 .txtk{
        width:100%;
        float:left:
    }
    #owl-demo2 .imgk{
    }
    #owl-demo2 .imgk img{
    }
    #owl-demo2 .txtk{
        border:solid 1px #ddd;
        padding:15px;
    }
    #owl-demo2 .txtk h2{
        font-size:16px;
        font-weight:bold;
        line-height: 30px;
        height:30px;
        text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
        margin-bottom:8px;
    }
    #owl-demo2 .txtk p{
        color:#666;
        line-height: 22px;
        min-height:154px;
        text-align:justify;
    }

}
@media only screen and (max-width: 650px) {
    #owl-demo2 .item {
        width: 100%;
        float: left;
        position: relative;
        padding:0px 0px 20px 0px;
    }
}

@media only screen and (min-width: 1200px) {
    #owl-demo1 {
        width: 1290px;
        margin-left:-45px;
        float: left;
    }

    #owl-demo1 .item {
        width: 100%;
        float: left;
        position: relative;
        padding:00px 45px 55px 45px;
    }
    #owl-demo1 .imgk{
        width:100%;
        position:relative;

        background-color: #000;
    }
    #owl-demo1 .imgk img{
        width:100%;
        min-height: 375px;
    }
    #owl-demo1 .imgk p{
        width:100%;
        color:#fff;
        height:40px;
        line-height:40px;
        color:#fff;
        padding-left:15px;
        text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
        position:absolute;
        left:0px;
        bottom: 0px;
        background-color: rgba(6,64,151,.5);
    }
    #owl-demo1 .txtk{
        position:absolute;
        width:100%;
        height:100%;
        padding:4px;
        left: 0px;
        top:0px;
        display:none;
    }
    #owl-demo1 .item:hover .txtk{
        display:block;
    }
    #owl-demo1 .item:hover .imgk p{
        display:none;
    }
    #owl-demo1 .item:hover .imgk img{
        filter:alpha(opacity=50); -moz-opacity:0.5; opacity:0.5;
    }
    #owl-demo1 .txtk p{
        position:absolute;
        width:100%;
        height:100%;
        left: 0px;
        top:0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #owl-demo1 .txtk a{
        line-height: 40px;
        padding:0 30px;
        font-size:14px;
        margin:0 10px;
        -moz-border-radius:0px; -webkit-border-radius:0px; border-radius:0px;
    }


    #owl-demo2 {
        width: 1244px;
        margin-left:-22px;
        float: left;
    }

    #owl-demo2 .item {
        width: 100%;
        float: left;
        position: relative;
        padding:0px 22px 44px 22px;
    }
    #owl-demo2 .imgk,#owl-demo2 .imgk img,#owl-demo2 .txtk{
        width:100%;
        float:left:
    }
    #owl-demo2 .imgk{
        height:170px;
        overflow:hidden;;
    }
    #owl-demo2 .imgk img{
        min-height: 170px;
    }
    #owl-demo2 .txtk{
        border:solid 1px #ddd;
        padding:20px;
    }
    #owl-demo2 .txtk h2{
        font-size:20px;
        font-weight:bold;
        line-height: 35px;
        height:35px;
        text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
        margin-bottom:8px;
    }
    #owl-demo2 .txtk p{
        color:#666;
        line-height: 22px;
        min-height:154px;
        text-align:justify;
    }

}

