*{
    font-family: "微軟正黑體";
}

body{
    height: 400px;
}

#demos{
    padding-bottom: 50px;
}

.clear{
    clear: both;
}
#demos .owl-carousel .item {
    height: 100%;
    background: #ecf0f6;
    padding: 5px;
    min-height: 300px;
    border-radius: 5px;
}
.userFeedback{
    position: relative;
    max-width: 460px;
    padding: 10px 0px 0px;
    margin: 0 auto;
}
.userFeedback .userImg{
    float: left;
    width: 100%;
    border-radius: 5px;
}
.userFeedback .userImg p{
    position: relative;
    top: -15px;
    left: -15px;
    width: 110px;
    height: 110px;
    overflow: hidden;
    border-radius: 60px;
    border: 4px solid #f4f7fa;
}
.userFeedback .userImg.male p img{
    position: absolute;
    top: 10px;
    right: 0;
}
.userFeedback .userImg.male p::before img{
    width: 125%;
}
.itemNB{
    position: absolute;
    z-index: 1;
    top: -10px;
    left: 65px;
}
.itemNB h4{
    margin: 0px;
    font-size: 2.5rem;
    font-weight: 800 !important;
    font-style: italic;
    text-shadow: 2px 1px 2px #50505073;
    transform: rotate(4deg);
}
.userImg p{
    font-size: 1rem;
    font-weight: 600 !important;
    color: #505050;
}
.userIdentity{
    position: relative;
    width: calc(100% - 110px);
    top: -115px;
    left: 105px;
    border-bottom: 1px dashed #acacac;
    padding-bottom: 10px;
}
.userText{
    position: absolute;
    top: 110px;
    width: 95%;
    min-height: 155px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff7;
    border-radius: 5px;
}
.userText p{
    width: 100%;
    font-size: 1.25rem;
    font-weight: 600 !important;
    padding: 10px 3%;
    margin: 0px;
    line-height: 1.5;    
}
.owl-carousel .owl-item img {
    display: block;
    width: 90%;
}

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
