#section5_wrapper ul {
    padding: 0;
    margin : 0;
}

.sections {
    width       : 100%;
    height      : auto;
    display     : block;
    position    : relative;
    max-width   : 1920px;
    margin-left : auto;
    margin-right: auto;
}

/* SECTION 5 */
.section5_top_content_wrapper {
    display           : block;
    max-width         : 1440px;
    box-sizing        : border-box;
    height            : 620px;
    margin-top        : 40px;
    padding           : 40px;
    /*background-color: rgba(54, 54, 54, 1);*/
    background-image  : url(../img/bg/feature_bg.jpg);
    background-size   : cover;
    position          : relative;
    margin-left       : auto;
    margin-right      : auto;
    z-index           : 10;
}

.section5_top_content {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(246, 141, 49);
    width       : 100%;
    height      : 100%;
}

#section5 h2 {
    font-size         : 48px;
    color             : rgb(246, 141, 49);
    line-height       : 56px;
    text-align        : center;
    padding-bottom    : 10px;
    padding-top       : 60px;
    -webkit-transition: all .6s;
    -moz-transition   : all .6s;
    -o-transition     : all .6s;
    transition        : all .6s;
    opacity           : 0;
    -webkit-transform : translateY(-50px);
    /* Safari */
    transform         : translateY(-50px);
    -moz-transform    : translateY(-50px);
}

.active_section#section5 h2 {
    opacity          : 1;
    -webkit-transform: translateY(0px);
    /* Safari */
    transform        : translateY(0px);
    -moz-transform   : translateY(0px);
}

#section5 h3 {
    font-size         : 19px;
    color             : rgb(255, 255, 255);
    line-height       : 24px;
    text-align        : center;
    -webkit-transition: all .6s .1s;
    -moz-transition   : all .6s .1s;
    -o-transition     : all .6s .1s;
    transition        : all .6s .1s;
    opacity           : 0;
    -webkit-transform : translateY(20px);
    /* Safari */
    transform         : translateY(20px);
    -moz-transform    : translateY(20px);
}

.active_section#section5 h3 {
    opacity          : 1;
    -webkit-transform: translateY(0px);
    /* Safari */
    transform        : translateY(0px);
    -moz-transform   : translateY(0px);
}

.section5_top_content_item_wrapper {
    max-width   : 1100px;
    width       : 100%;
    margin-left : auto;
    margin-right: auto;
    display     : block;
    box-sizing  : border-box;
    text-align  : center;
    margin-top  : 30px;
}

.section5_item {
    width             : 320px;
    float             : left;
    height            : auto;
    display           : block;
    margin-left       : 20px;
    margin-right      : 20px;
    -webkit-transition: all .6s;
    -moz-transition   : all .6s;
    -o-transition     : all .6s;
    transition        : all .6s;
    opacity           : 0;
    -webkit-transform : translateY(10px);
    /* Safari */
    transform         : translateY(10px);
    -moz-transform    : translateY(10px);
}

.active_section .section5_item {
    opacity          : 1;
    -webkit-transform: translateY(0px);
    /* Safari */
    transform        : translateY(0px);
    -moz-transform   : translateY(0px);
}

.active_section .section5_item:nth-child(1) {
    -webkit-transition: all .6s .8s;
    -moz-transition   : all .6s .8s;
    -o-transition     : all .6s .8s;
    transition        : all .6s .8s;
}

.active_section .section5_item:nth-child(2) {
    -webkit-transition: all .6s .9s;
    -moz-transition   : all .6s .9s;
    -o-transition     : all .6s .9s;
    transition        : all .6s .9s;
}

.active_section .section5_item:nth-child(3) {
    -webkit-transition: all .6s 1s;
    -moz-transition   : all .6s 1s;
    -o-transition     : all .6s 1s;
    transition        : all .6s 1s;
}

.active_section .section5_item:nth-child(4) {
    -webkit-transition: all .6s 1.1s;
    -moz-transition   : all .6s 1.1s;
    -o-transition     : all .6s 1.1s;
    transition        : all .6s 1.1s;
}

.active_section .section5_item:nth-child(5) {
    -webkit-transition: all .6s 1.2s;
    -moz-transition   : all .6s 1.2s;
    -o-transition     : all .6s 1.2s;
    transition        : all .6s 1.2s;
}

.active_section .section5_item:nth-child(6) {
    -webkit-transition: all .6s 1.3s;
    -moz-transition   : all .6s 1.3s;
    -o-transition     : all .6s 1.3s;
    transition        : all .6s 1.3s;
}

.section5_item_top {
    width     : 100%;
    box-sizing: border-box;
    position  : relative;
}

.section5_item_top img {
    position: absolute;
    left    : 0px;
}

.section5_item_top_text {
    width         : 100%;
    position      : relative;
    box-sizing    : border-box;
    padding-left  : 40px;
    font-size     : 24px;
    color         : rgb(232, 232, 232);
    line-height   : 28px;
    text-align    : left;
    padding-bottom: 20px;
}

.section5_item_text p {
    font-size  : 14px;
    color      : rgb(190, 190, 190);
    line-height: 20px;
    text-align : left;
}

.section5_item_text {
    width        : 100%;
    height       : 100px;
    margin-bottom: 20px;
    overflow     : hidden;
}

.section5_bottom_content_wrapper {
    margin-top           : -300px;
    width                : 100%;
    height               : 850px;
    background           : url(../img/bg/feature_bg_photo3.jpg);
    background-position  : center top;
    background-size      : cover;
    background-attachment: fixed;
    -webkit-transition   : all .6s .5s;
    -moz-transition      : all .6s .5s;
    -o-transition        : all .6s .5s;
    transition           : all .6s .5s;
    opacity              : .2;
    z-index              : 4;
}

.active_section .section5_bottom_content_wrapper {
    opacity: 1;
}

@media screen and (max-width: 1180px) {
    .section5_item {
        width        : 33.33%;
        margin-left  : 0px;
        margin-right : 0px;
        box-sizing   : border-box;
        padding-left : 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .section5_top_content_wrapper {
        position     : relative;
        margin-left  : auto;
        margin-right : auto;
        background   : #000;
        height       : auto;
        overflow     : hidden;
        width        : 100%;
        box-sizing   : border-box;
        padding-left : 0px;
        padding-right: 0px;
    }

    .section5_top_content {
        position    : relative;
        border-style: none;
    }

    #section5 h2 {
        font-size    : 22px;
        line-height  : 36px;
        width        : 100%;
        box-sizing   : border-box;
        padding-left : 20px;
        padding-right: 20px;
    }

    #section5 h3 {
        font-size    : 18px;
        line-height  : 24px;
        box-sizing   : border-box;
        padding-left : 20px;
        padding-right: 20px;
        width        : 100%;
    }

    .section5_item_top_text {
        font-size     : 16px;
        padding-bottom: 0px;
    }

    .section5_item {
        width        : 100%;
        padding-left : 0px;
        padding-right: 0px;
        margin-left  : 0px;
        margin-right : 0px;
        box-sizing   : border-box;
        padding-left : 20px;
        padding-right: 20px;
        border-bottom: 1px solid #333;
        padding-top  : 20px;
    }

    .section5_item:nth-Child(even) {
        background: #222;
    }

    .section5_top_content_item_wrapper {
        border-top: 1px solid #333;
        box-sizing: border-box;
        overflow  : hidden;
    }

    .open_arrow {
        -ms-transform           : rotate(-90deg);
        /* IE 9 */
        -ms-transform-origin    : 50% 50%;
        /* IE 9 */
        -webkit-transform       : rotate(-90deg);
        /* Chrome, Safari, Opera */
        -webkit-transform-origin: 50% 50%;
        /* Chrome, Safari, Opera */
        transform               : rotate(-90deg);
        transform-origin        : 50% 50%;
        right                   : 10px;
        width                   : 13px;
        height                  : auto;
        top                     : 4px;
        left                    : auto !important;
        -webkit-transition      : all .4s;
        -moz-transition         : all .4s;
        -o-transition           : all .4s;
        transition              : all .4s;
        display                 : block;
    }

    .open_text .open_arrow {
        -ms-transform           : rotate(90deg);
        /* IE 9 */
        -ms-transform-origin    : 50% 50%;
        /* IE 9 */
        -webkit-transform       : rotate(90deg);
        /* Chrome, Safari, Opera */
        -webkit-transform-origin: 50% 50%;
        /* Chrome, Safari, Opera */
        transform               : rotate(90deg);
        transform-origin        : 50% 50%;
    }

    .section5_item_text {
        height            : 0;
        padding-bottom    : 0px;
        padding-top       : 0px;
        opacity           : 0;
        -webkit-transition: all .6s;
        -moz-transition   : all .6s;
        -o-transition     : all .6s;
        transition        : all .6s;
    }

    .open_text .section5_item_text {
        height        : auto;
        padding-bottom: 0px;
        opacity       : 1;
        padding-top   : 8px;
    }

    .section5_bottom_content_wrapper {
        margin-top           : 0px;
        background-attachment: scroll !important;
        height               : 300px;
    }
}
/* SECTION 5 END */