/*------------------------------------
 *Author:KecambahLinux
 *Template:Nature Loco
 *Version:1.0
 *-------------------------------------
 */
.section {
    left: 0;
    background-size: cover;
}

#pp-nav li .active span,
.pp-slidesNav .active span {
    background: #ffffff;
}

.display-table {
    display: table;
    width: 100%;
    height: 100%;
}

.display-content {
    vertical-align: middle;
    display: table-cell;
    padding: 100px 0px;
}

.section-title {
    font-size: 40px;
    margin: 0px 20px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 800;
    color: #fff;
    font-family: "Martel", serif;
    margin-top: 10px;
}

.title-small {
    position: absolute;
    /* transform: rotate(-90deg); */
    top: 50%;
    width: 280px;
    left: -83px;
}

.title-small p {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.17em;
    text-align: center;
    transform: rotate(-90deg);
    position: relative;
    display: block;
}

.title-small p::before {
    content: '';
    width: 32px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 28px;
    top: 12px;
}

.title-small p::after {
    content: '';
    width: 32px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 12px;
    right: 32px;
}