.p-110-cont {
    padding-top: 110px;
    padding-bottom: 110px;
}

.accordion > dt {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
}

.accordion > dt > a.active {
    color: #000;
    border-color: #ddd;
    background-color: #fcfcfc;
    cursor: default;
}

.accordion > dt > a {
    display: block;
    position: relative;
    color: #777;
    text-decoration: none;
    padding: 14px 20px;
    border: 1px solid #e5e5e5;
    -webkit-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.accordion > dd {
    margin-bottom: 10px;
    padding: 10px 20px 20px;
    font-size: 14px;
    line-height: 1.8;
    color: #7e8082;
}

a {
    color: #4b4e53;
    outline: none !important;
    text-decoration: none;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.sub-bnr2{
    background: url(../images/sub-bnr-bg-2.jpg) no-repeat !important;
}