.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    background-size: cover;
    background-position: center center;
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/*首页轮换*/
.swiper-pagination-bullet-active {
    background: #614c3f!important;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px!important;
}




.portfolioFilter {
    margin-top: 90px;
    margin-bottom: 40px;
    position: relative;
}

.portfolioFilter .cbp-filter-item {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0px 10px 0 10px;
    padding: 0 10px 0 10px;
    display: inline;
    cursor: pointer;
}

.portfolioFilter .cbp-filter-item:before {
    content: " ";
    border-left: 1px solid #000;
    height: 70%;
    position: absolute;
    margin-left: -8px;
    margin-top: 4px;
    opacity: 0.0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.portfolioFilter .cbp-filter-item:hover:before {
    content: " ";
    border-left: 1px solid #000;
    height: 70%;
    position: absolute;
    margin-left: -8px;
    margin-top: 4px;
    opacity: 1.0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.portfolioFilter .cbp-filter-item-active:before {
    content: " ";
    border-left: 1px solid #000;
    height: 70%;
    position: absolute;
    margin-left: -8px;
    margin-top: 4px;
    opacity: 1.0;
}

.portfolioFilter .cbp-filter-item:after {
    content: " ";
    position: absolute;
    border-left: 1px solid #000;
    height: 70%;
    position: absolute;
    margin-top: 4px;
    margin-left: 6px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.portfolioFilter .cbp-filter-item-active:after {
    content: " ";
    border-left: 1px solid #000;
    height: 70%;
    position: absolute;
    margin-top: 4px;
    margin-left: 6px;
    opacity: 1.0;
}


.portfolioFilter .cbp-filter-item:hover:after {
    content: " ";
    position: absolute;
    border-left: 1px solid #000;
    height: 70%;
    position: absolute;
    margin-top: 4px;
    margin-left: 6px;
    opacity: 1.0;
}

/* style */

.cbp-item-off {
    z-index: -1;
    pointer-events: none;
    visibility: hidden;
    opacity: 0 !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;
}

/* classic  */

.cbp.classicAnim .cbp-item {
    overflow: hidden;
    cursor: pointer;
}

.cbp.classicAnim .cbp-item img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    filter: grayscale(100%);
}


.cbp.classicAnim .cbp-item:hover img {
    transform: scale(1.1);
    filter: grayscale(0%);
}

.cbp.classicAnim .cbp-item:hover .caption-box {
    /*background: rgba(255, 255, 255, 0.90);*/
}

.cbp.classicAnim .cbp-item .caption-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: right;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}



.cbp.classicAnim .cbp-item .caption-box p {
    bottom: 30px;
    line-height: 1.5;
    font-weight: 400;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}



.cbp.classicAnim .cbp-item .caption-box h2,
.cbp.classicAnim .cbp-item .caption-box p {
    position: absolute;
    right: 30px;
    left: 30px;
    padding: 4px 0;
    color: #000;
    font-weight: 400;
    line-height: 25px;
}

.cbp.classicAnim .cbp-item .caption-box h2::after,
.cbp.classicAnim .cbp-item .caption-box p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.cbp.classicAnim .cbp-item .caption-box h2::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
    content: '';
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
}

.cbp.classicAnim .cbp-item .caption-box h2 {
    top: 60px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    opacity: 0;
    font-size: 1.2em;
}

.cbp.classicAnim .cbp-item:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.cbp.classicAnim .cbp-item:hover h2::after,
.cbp.classicAnim .cbp-item:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* creative */

.cbp.creativeAnim .cbp-item .image-box {
    position: relative;
    overflow: hidden;
}

.cbp.creativeAnim .cbp-item:hover img {
    transform: scale(1.5);
}


.cbp.creativeAnim .cbp-item img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.cbp.creativeAnim .cbp-item .caption-box {
    position: absolute;
    padding: 25px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cbp.creativeAnim .cbp-item:hover .caption-box {
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 1;
}

.cbp.creativeAnim .cbp-item .caption-box .caption-center-box {
    border: 1px solid #000;
    transform: scale(0.9);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.cbp.creativeAnim .cbp-item .caption-box:hover .caption-center-box {
    transform: scale(1.0);
}

.cbp.creativeAnim .cbp-item .caption-box .caption-center-box {
    display: table;
    height: 100%;
    width: 100%;
}

.cbp.creativeAnim .cbp-item .caption-box .caption-body {
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}

.cbp.creativeAnim .cbp-item .caption-box h2 {
    font-size: 1.2em;
    font-weight: 400;
    color: #000000;
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
}

.cbp.creativeAnim .cbp-item .caption-box p {
    padding-top: 50px;
    text-align: center;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    color: #000;
    padding: 10px;
}

/* alternative */

.cbp.alternativeAnim .cbp-item h2 {
    font-size: 1.2em;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 5px;
    margin-top: 15px;
}

.cbp.alternativeAnim .cbp-item p {
    font-style: italic;
}

/* minimal */

.cbp.minimalAnim .cbp-item .image-box {
    position: relative;
    overflow: hidden;
}



.cbp.minimalAnim .cbp-item img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.cbp.minimalAnim .cbp-item .caption-box {
    position: absolute;
    padding: 25px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cbp.minimalAnim .cbp-item:hover .caption-box {
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 1;
}

.cbp.minimalnim .cbp-item .caption-box .caption-center-box {
    border: 1px solid #000;
    transform: scale(0.9);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.cbp.minimalAnim .cbp-item .caption-box:hover .caption-center-box {
    transform: scale(1.0);
}

.cbp.minimalAnim .cbp-item .caption-box .caption-center-box {
    display: table;
    height: 100%;
    width: 100%;
}

.cbp.minimalAnim .cbp-item .caption-box .caption-body {
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}

.cbp.minimalAnim .cbp-item .caption-box h2 {
    font-size: 1.2em;
    font-weight: 400;
    color: #000000;
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
}

.cbp.minimalAnim .cbp-item .caption-box p {
    padding-top: 50px;
    text-align: center;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    color: #000;
    padding: 10px;
}


/* single projects */

.portfolio-single-nav {
    margin-top: 55px;
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}

.single-project h4.title-project {
    margin-top: 0;
    font-size: 18px;
}

.single-navigation .prev-button {
    float: left;
    padding-bottom: 10px;
}

.single-navigation .next-button {
    float: right;
}

.single-navigation .prev-button a,
.single-navigation .next-button a {
    color: #000000;
    border: 1px solid #000000;
    font-size: 11px;
    background: transparent;
    border-radius: 0;
    margin-top: 5px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 0.05em;
    font-weight: 400;
    padding: 7px 22px 6px 22px;
    -webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -ms-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}

.single-navigation .prev-button a:hover,
.single-navigation .next-button a:hover {
    background: #000000;
    color: #fff;
}

.single-navigation .prev-button a i {
    padding-right: 5px;
    font-weight: 700;
}

.single-navigation .next-button a i {
    padding-left: 5px;
    font-weight: 700;
}

.gallery-projects {
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
}

.gallery-projects .overlay-box {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.gallery-projects .overlay-box>a {
    display: block;
    position: relative;
}

.gallery-projects .overlay-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.gallery-projects .overlay-box .overlay {
    display: table;
    height: 100%;
    width: 100%;
}

.gallery-projects i {
    font-size: 23px;
    color: #000;
    display: table-cell;
    vertical-align: middle;
}

.gallery-projects img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.gallery-projects .overlay-box:hover .overlay-wrap {
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 1;
}

.project-details {
    margin-top: 50px;
    margin-bottom: 50px;
}

.project-details h4 {
    display: block;
    padding-bottom: 10px;
}

.project-details h4 {
    margin-top: 18px;
    font-size: 18px;
    padding-bottom: 10px;
}

.project-details h5 {
    margin-top: 18px;
    font-size: 15px;
}

.project-details .share-icons {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}

.project-details .share-icons span {
    margin-right: -10px;
}

.project-details .share-icons li {
    list-style: none;
    display: inline-block;
}

.project-details p {
    font-size: 14px;
}

.project-details .share-icons li a {
    color: #000000;
    font-size: 15px;
    display: block;
    margin-right: 18px;
    position: relative;
    background-color: transparent;
}

.project-details .share-icons li i {
    color: rgb(33, 31, 31);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.project-details .share-icons li i:hover {
    color: rgba(0, 0, 0, 0.44);
}


.cbp-getMore:hover{
    color: #B0B0B0
}

.cbp-getMore{
    border: 1px solid #000;
    color: #000;
    display: inline-block;
    font: 400 12px/36px "Open Sans", sans-serif;
    min-width: 80px;
    text-decoration: none;
    padding: 0 30px;
    outline: 0;
    margin-top: 40px;
    box-shadow: none;
    -webkit-transition: color .25s;
    transition: color .25s
}


