#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}
.owl-pagination {
    bottom: 0;
    position: absolute;
    width: 100%;
}
.owl-buttons {
    position: absolute;
    width: 100%;
    top: 40%;
}
.owl-buttons > .owl-prev {
    position: absolute;
    left: 0;
    width: 48px;
    height: 48px;
    background: url('../upload/img/arrow_left.png') no-repeat !important;
    padding: 0 !important;
}
.owl-buttons > .owl-next {
    position: absolute;
    right: 0;
    width: 48px;
    height: 48px;
    background: url('../upload/img/arrow_right.png') no-repeat !important;
    padding: 0 !important;
}
@media (max-width: 1023px) {
    .owl-controls {
        display: none !important;
    }
}
@media (max-width: 1039px) and (min-width: 1024px) {
    .navList li {
        font-size: 12px !important;
    }
}
.label-1 {
    width: auto;
    text-align: left;
    margin: 16px;
    bottom: auto;
    background-color: rgba(212, 0, 4, 1.00);
    color: #FFF;
    border-radius: 1px;
    padding: 4px 6px;
    letter-spacing: .03em;
    font-weight: 400;
    position: absolute;
    left: -3px;
    right: auto;
    top: -5px;
    text-transform: uppercase;
    border: none;
    font-size: 13px;
}
.tab-item {
    color: #14b0bf;
    border-color: #14b0bf;
    font-weight: 700;
    font-family: Microsoft JhengHei;
    padding: 10px 30px;
    border-width: 1px 0 0 0;
    border-style: solid;
    transition: background 300ms, color 200ms ease 0s;
    -moz-transition: background 300ms, color 200ms ease 0s;
    -webkit-transition: background 300ms, color 200ms ease 0s;
}
.tab-item:hover, .tab-item.active {
    color: #ffffff;
    background-color: #14b0bf;
    font-weight: 600;
}
.outsidebox {
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    overflow: hidden;
    position: relative;
}
.border-notop-color-e8e8e8 {
    border-right-color: #14b0bf;
    border-bottom-color: #14b0bf;
    border-left-color: #14b0bf;
}
.fa-fw {
    margin-right: 10px;
}
.pinkbgccc {
    color: #fff;
    background-color: #39b54a;
    font-weight: 600;
    letter-spacing: 5px;
    border-color: #39b54a;
}
.tab-content {
    overflow: hidden;
}

