@font-face {
    font-family: 'Helvetica Neue Medium';
    src: url('../fonts/HelveticaNeue-Medium.eot');
    src: url('../fonts/HelveticaNeue-Medium.woff2') format('woff2'),
    url('../fonts/HelveticaNeue-Medium.woff') format('woff'),
    url('../fonts/HelveticaNeue-Medium.ttf') format('truetype'),
    url('../fonts/HelveticaNeue-Medium.svg#HelveticaNeue-Medium') format('svg'),
    url('../fonts/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue Bold';
    src: url('../fonts/HelveticaNeue-Bold.eot');
    src: url('../fonts/HelveticaNeue-Bold.woff2') format('woff2'),
    url('../fonts/HelveticaNeue-Bold.woff') format('woff'),
    url('../fonts/HelveticaNeue-Bold.ttf') format('truetype'),
    url('../fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold') format('svg'),
    url('../fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Helvetica Neue Regular';
    src: url('../fonts/HelveticaNeue.eot');
    src: url('../fonts/HelveticaNeue.woff2') format('woff2'),
    url('../fonts/HelveticaNeue.woff') format('woff'),
    url('../fonts/HelveticaNeue.ttf') format('truetype'),
    url('../fonts/HelveticaNeue.svg#HelveticaNeue') format('svg'),
    url('../fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}




h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Helvetica Neue Bold, 'sans-serif';
    font-weight: normal;
    font-style: normal;
}

.single-product ul.select-options li.active{
    display: block !important;
}

h1 {
    font-size: 72px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 18px;
}


.groupDrop .group-dropdown h4{
    font-size: 16px;
    line-height:16px;
    position: relative;
}
h5 {
    font-size: 14px;
}

h6 {
    font-size: 10px;
}

p {
    font-family: Helvetica Neue Medium, 'sans-serif';
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
}

* {
    margin: 0;
    padding: 0;
}


/*header*/

header .navbar {
    background: #2c2c2c;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 32px 0;
    margin-bottom: 0;
}

header .search-bar {
    background: #2c2c2c;
}

header .navbar .main-item {
    padding: 0;
}

header .navbar .navbar-header .banner {
    padding: 0;
}

header .navbar .main-item .list-item .item .link {
    color: #ffffff;
    padding: 15px;
}

header .navbar .main-item .list-item .item.help .text {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #ff8200;
    padding: 8px 16px;
}

header .navbar .main-item .list-item .item.login .icon {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #ff8200;
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
}

header .navbar .main-item .list-item .item.login .link {
    padding: 8px 0;
}

header .navbar .main-item .list-item .item.call-phone .text {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #ff8200;
    padding: 8px 16px;
}

header .navbar .main-item .list-item .item.call-phone .text .icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: text-top;
}

header .navbar .main-item .list-item .item.call-phone .text .value {
    display: inline-block;
    vertical-align: top;
}

header .search-bar .group-dropdown {
    position: relative;
    width: 100%;
    color: #ffffff;
    padding-bottom: 15px;
}

header .search-bar .group-dropdown:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background: #ffffff;
    bottom: 0;
}

header .search-bar .group-dropdown:after {
    content: '';
    background-image: url("/wp-content/themes/thenatives/images/down-secret.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 6;
    width: 16px;
    height: 8px;
}

header .search-bar .group-button-search {
    width: 100%;
}
header .group-button-search form{
    position: relative;
    height: 40px;
}
header .search-bar .group-button-search .form-control {
    box-shadow: none;
    outline: none;
    border: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

header .search-bar .group-button-search .input-group-btn {
    position: absolute;
    height: 100%;
    display: block;
    margin: 0;
    right: 0;
}

header .search-bar .group-button-search .input-group-btn .btn-search {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
    color: #ff8200;
    box-shadow: none;
    outline: none;
    border: none;
    background: #ffffff;
}

header .search-bar .group-button-search .input-group-btn .btn-search:active,
header .search-bar .group-button-search .input-group-btn .btn-search:focus,
header .search-bar .group-button-search .input-group-btn .btn-search:visited,
header .search-bar .group-button-search .input-group-btn .btn-search:hover {
    box-shadow: none;
    outline: none;
    border: none;
}

@media (max-width: 767px) {
    header .search-bar .group-dropdown {
        min-height: 30px;
        margin-bottom: 0px;
    }
}


/*download*/

.product-section {
    padding-bottom: 65px;
}

.product-section .headerContentSection {
    background: #2c2c2c;
    color: #ffffff;
    padding: 80px 0 40px 0;
}

.product-section .headerContentSection .text {
    color: #ff8200;
    font-size: 48px;
}

.product-section .content {
    margin-top: 56px;
}

.product-section .content .product {
    margin-bottom: 33px;
}

.product-section .content .product .product-name {
    color: #ff8200;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 8px;
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 700;
}

.product-section .content .product .product-image {
    padding-top: 25px;
    overflow: hidden;
}

.product-section .content .product .product-image a {
    overflow: hidden;
    display: block;
}

.product-section .content .product .product-image a .img-responsive {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.7s;
    max-width: 100%;
}

.product-section .content .product .product-image a:hover .img-responsive {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.5);
}


/*home*/

body {
    font-family: Helvetica Neue Medium;
}

body.modal-open {
    overflow: initial;
    padding-right: 0 !important;
}

.home header .navbar,
.home header .search-bar {
    background-color: transparent;
}

.home header {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    outline: none;
    border: none;
    margin: 0;
    box-shadow: none;
}

.home .headerContentSection {
    overflow: hidden;
}

.home .headerContentSection .headerContentWrapper {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding-top: 130px;
    height: auto;
}


.home .headerContentSection .slick-dots {
    width: auto;
    bottom: 120px;
}

@media (min-width: 768px) {
    .home .headerContentSection .slick-dots {
        left: calc((100% - 750px) / 2);
    }
}

@media (min-width: 992px) {
    .home .headerContentSection .slick-dots {
        left: calc((100% - 970px) / 2);
    }
}

@media (min-width: 1200px) {
    .home .headerContentSection .slick-dots {
        left: calc((100% - 1170px) / 2);
    }
}

.home .headerContentSection .slick-dots li button:before {
    width: 8px;
    height: 8px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    color: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
}

.home .headerContentSection .slick-dots li.slick-active button:before {
    color: transparent;
    background-color: #ff8200;
    border-color: #ff8200;
}

.home .headerContentSection .headerContentWrapper .overlay-section {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #000000 100%);
}

.home .headerContentSection .jumbotron-slider {
    color: #ffffff;
    position: relative;
    z-index: 2;
}

.home .headerContentSection .jumbotron-slider .jumbotron {
    background-color: transparent;
    padding: 72px 0 192px 0;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .headerContentSection.slick-dotted.slick-slider {
        margin-bottom: 40px;
    }
}

.page-template-template-contact .formContacT .ConTactForM_wrapper .gform_footer,
.buttonStyle, .formLogin .ConTactForM_wrapper .gform_footer {
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    outline: none;
    border: none;
    padding: 12px 21px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
}

.page-template-template-contact .formContacT .ConTactForM_wrapper .gform_footer:before,
.buttonStyle:before, .formLogin .ConTactForM_wrapper .gform_footer:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: scaleX(1);
    -moz-transform:    scaleX(1);
    -ms-transform:     scaleX(1);
    -o-transform:      scaleX(1);
    transform:         scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 4px;
}

.page-template-template-contact .formContacT .ConTactForM_wrapper .ConTactForM .gform_footer:hover:before,
.buttonStyle:hover:before,  .formLogin .ConTactForM_wrapper .gform_footer:hover:before{
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.buttonStyle:active,
.buttonStyle:focus,
.buttonStyle:visited {
    outline: none;
    border: none;
}

.buttonStyleYellow {
    background-color: #ffffff;
    color: #ffffff;
}

.buttonStyleYellow:before {
    background-color: #ff8200;
}

.buttonStyleYellow:hover {
    color: #ff8200;
}

.buttonStyleYellow:hover .caret {
    border-top-color: #ff8200;
}

.buttonStyleWhite {
    background-color: #2c2c2c;
    color: #ff8200;
}

.buttonStyleWhite:hover {
    color: #ffffff;
}

.buttonStyle.buttonStyleWhite .caret {
    border-top-color: #ff8200;
}

.buttonStyleWhite:before {
    background-color: #ffffff;
}


.buttonStyleYellowBgWhite {
    background-color: #2c2c2c;
    color: #ffffff;
}

.buttonStyleYellowBgWhite:hover {
    color: #ffffff;
}

.buttonStyleYellowBgWhite:before {
    background-color: #ff8200;
}


.buttonStyleWhiteBgBlack {
    background-color: #ff8200;
    color: #ff8200;
}

.buttonStyleWhiteBgBlack:hover {
    color: #ffffff!important;
}

.buttonStyle.buttonStyleWhiteBgBlack .caret {
    border-top-color: #ff8200;
}

.buttonStyle.buttonStyleWhiteBgBlack:hover .caret {
    border-top-color: #ffffff;
}

.buttonStyleWhiteBgBlack:before {
    background-color: #ffffff;
}

.buttonStyleWhiteBgWhite {
    background-color: #2c2c2c;
    color: #ffffff;
}

.buttonStyleWhiteBgWhite:hover {
    color: #ffffff;
}

.buttonStyle.buttonStyleWhiteBgWhite .caret {
    border-top-color: #ffffff;
}

.buttonStyle.buttonStyleWhiteBgWhite:hover .caret {
    border-top-color: #ffffff;
}

.buttonStyleWhiteBgWhite:before {
    background-color: #ff8200;
}

.buttonStyleBlack {
    background-color: #ffffff;
    color: #ffffff;
}
.buttonStyle.buttonStyleBlack .caret{
    border-top-color: #ff8200;
}
.buttonStyleBlack:hover {
    color: #ff8200;
}

.buttonStyleBlack:hover .caret {
    border-top-color: #ff8200;
}

.buttonStyleBlack:hover {
    background-color: #ffffff;
}

.buttonStyleBlack:before {
    background-color: #2c2c2c;
}

.buttonStyle .caret {
    border-bottom: transparent;
    border-top-color: #ff8200;
    border-width: 8px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.buttonStyle .caret{
    border-top-color: #ffffff;
    margin-left: 3px;
}
.home .headerContentSection .jumbotron-slider .jumbotron .group-button .buttonStyle:first-child {
    margin-right: 24px;
}

.btn .caret {
    transform: rotate(-90deg);
    border-top: 8px dashed;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    margin-left: 10px;
}

.home .headerContentSection .jumbotron-slider .jumbotron .sumary-text {
    margin: 0;
    font-size: 57px;
    font-weight: normal;
    line-height: 80px;
    max-width: 700px;
    overflow: hidden;
    max-height: 160px;
}

.description-text {
    font-family: 'Helvetica Neue Bold', sans-serif;
    font-weight: normal;
    line-height: 40px;
    font-size: 24px;
    padding: 16px 0;
    color: #fff;
}

@media (max-width: 767px) {
    .home .headerContentSection .jumbotron-slider .jumbotron .sumary-text {
        margin-bottom: -15px;
        font-size: 28px;
        max-width: 300px;
        line-height: 40px;
    }

    .home .headerContentSection .jumbotron-slider .jumbotron .description-text {
        font-size: 16px;
        max-height: 95px;
        overflow: hidden;
        white-space: normal;
        margin-bottom: 20px;
        line-height: 24px;
        padding-top: 35px;
    }

    .home .headerContentSection .slick-dots {
        width: 100%;
    }

    /*.featureProjectSection .container {*/
        /*padding: 0;*/
    /*}*/
}

@media (max-width: 499px) {
    .home .headerContentSection .jumbotron-slider .jumbotron .group-button .buttonStyle {
        padding: 12px 7px;
    }

    .home .headerContentSection .jumbotron-slider .jumbotron .group-button .buttonStyle:first-child {
        margin-right: 10px;
    }

    .home .headerContentSection .jumbotron-slider .jumbotron .group-button .buttonStyle .caret{
        margin-left: 0px;
    }
}

@media (max-width: 400px) {

    /*.home .headerContentSection .jumbotron-slider .jumbotron .description-text {
        line-height: 25px;
    }*/

    .home .headerContentSection .jumbotron-slider .jumbotron .group-button .btn {
        padding: 12px 7px;
    }

    .home .headerContentSection .jumbotron-slider .jumbotron .group-button .btn:first-child {
        margin-right: 10px;
    }

    .home .headerContentSection .jumbotron-slider .jumbotron .group-button .btn .caret {
        margin-left: 5px;
    }
}

.featureProjectSection .featureProjectWrapper:active,
.featureProjectSection .featureProjectWrapper:focus {
    outline: none;
}

.featureProjectSection .featureProjectSlider .slick-list {
    margin-bottom: 74px;
}

.featureProjectSection .featureProjectSlider .slick-arrow {
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
    padding: 22px 15px;
    border: 0;
    outline: none;
    width: 60px;
    border-radius: 0;
    background-color: #ff8200;
}

.featureProjectSection .featureProjectSlider .btnPrevSlider .caret {
    transform: rotate(-90deg) translateY(-50%);
    margin-left: 7px;
}

.featureProjectSection .featureProjectSlider .btnNextSlider .caret {
    transform: rotate(90deg) translateY(50%);
    margin-left: 7px;
}

.featureProjectSection .featureProjectSlider .btnNextSlider {
    top: 52px;
}

.featureProjectSection .featureProjectWrapper .summary-project .header-block {
    color: #ff8200;
    position: relative;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;
    font-family: 'Helvetica Neue Bold', sans-serif;
}

.featureProjectSection .featureProjectWrapper .summary-project .header-block:after {
    content: "";
    width: 80px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -5px;
    background: #ff8200;
}

.featureProjectSection .featureProjectWrapper .description-project {
    line-height: 32px;
    font-size: 24px;
    font-weight: normal;
    color: #000000;
    margin-bottom: 65px;
    max-height: 96px;
    overflow: hidden;
    font-family: 'Helvetica Neue Medium', sans-serif;
}
.featureProjectSection .featureProjectWrapper .description-project a {
    color: #000000;
}

.featureProjectSection .featureProjectWrapper .summary-project .summary {
    background: #ff8200;
    box-shadow: 0 0 24px rgba(125, 125, 125, 0.5);
    padding: 29px 0 39px 20px;
}

.featureProjectSection .featureProjectWrapper .summary-project .summary .first-text a {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    display: block;
    padding-bottom: 8px;
    font-family: 'Helvetica Neue Regular', sans-serif;
    max-width: 180px;
    overflow: hidden;
    white-space: nowrap;
}

.featureProjectSection .featureProjectWrapper .summary-project .summary .second-text {
    line-height: 24px;
    font-weight: normal;
    font-size: 18px;
    color: #ffffff;
    display: block;
    font-family: 'Helvetica Neue Bold', sans-serif;
    max-width: 240px;
    /*overflow: hidden;*/
    white-space: nowrap;
}
.featureProjectSection .featureProjectWrapper .summary-project .summary .second-text a {
    color: #fff;
}
.featureProjectSection .featureProjectWrapper .summary-project .summary .buttonStyle {
    margin-top: 20px;
    width: 125px;
    line-height: 16px;
    padding: 12px 10px;
}

.summary .btn-learn-more .caret{
    transform: rotate(-90deg);
    border-top: 8px dashed;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    margin-left: 15px;
}

.featureProjectSection .featureProjectWrapper .demo-project {
    position: relative;
    z-index: 11;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.featureProjectSection .featureProjectWrapper .demo-project .project {
    width: 100%;
    padding-right: 30px;
}

.featureProjectSection .featureProjectWrapper .demo-project .project .item {
    background-color: #b3b3b3;
}

.featureProjectSection .featureProjectWrapper .demo-project .project .item img {
    height: 440px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 991px) {
    .featureProjectSection .featureProjectWrapper .demo-project .project .item img {
        height: 360px;
    }
}

@media (max-width: 767px) {
    .featureProjectSection .featureProjectWrapper .demo-project .project .item img {
        height: 320px;
    }
}

@media (max-width: 375px) {
    .featureProjectSection .featureProjectWrapper .demo-project .project .item img {
        height: 256px;
    }
}

@media (min-width: 768px) {
    .featureProjectSection .slick-list .featureProjectWrapper {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: flex-end;
        height: auto;
        padding: 0 15px;
    }

    .featureProjectSection {
        margin-top: -70px;
    }

    .featureProjectSection .featureProjectWrapper .summary-project.visible-mobile {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .featureProjectSection .featureProjectWrapper .summary-project {
        padding-right: 7px;
        padding: 0 7px 0 15px;
    }

    .featureProjectSection .featureProjectWrapper .summary-project .header-block {
        margin-bottom: 5px;
        font-size: 14px;
    }

    .featureProjectSection .featureProjectWrapper .summary-project .header-block:after {
        bottom: 0;
    }

    .featureProjectSection .featureProjectWrapper .description-project {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 25px;
    }

    .featureProjectSection .featureProjectWrapper .summary-project .summary {
        padding: 10px;
    }

    .featureProjectSection .featureProjectWrapper .summary-project .summary .first-text a {
        margin-bottom: 0;
        padding-bottom: 3px;
        line-height: 20px;
        font-size: 14px;
    }

    .featureProjectSection .featureProjectWrapper .summary-project .summary .second-text {
        font-size: 18px;
        line-height: 20px;
    }

    .featureProjectSection .featureProjectWrapper .summary-project .summary .btn-learn-more {
        margin-top: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .featureProjectSection .featureProjectWrapper .summary-project .header-block {
        margin-bottom: 20px;
    }

    .featureProjectSection .featureProjectWrapper .description-project {
        margin-bottom: 20px;
    }

    .featureProjectSection .featureProjectWrapper .summary-project .summary {
        padding: 10px 15px 15px 15px;
    }
}

@media (max-width: 767px) {
    .featureProjectSection .container {
        padding: 0;
    }

    .featureProjectSection .container .row {
        margin: 0;
    }

    .featureProjectSection .slick-list .featureProjectWrapper {
        padding: 0;
    }

    .featureProjectSection .featureProjectSlider .btnPrevSlider,
    .featureProjectSection .featureProjectSlider .btnNextSlider {
        width: 42px;
        height: 42px;
        padding: 0;
        margin-right: 10px;
    }

    .featureProjectSection .featureProjectWrapper .summary-project {
        padding: 0 15px;
    }

    .featureProjectSection .featureProjectWrapper .demo-project,
    .featureProjectSection .featureProjectWrapper .visible-mobile {
        padding: 0;
    }

    .featureProjectSection .featureProjectWrapper .summary-project .header-block {
        margin-bottom: 10px;
        margin-top: 0;
    }

    .featureProjectSection .featureProjectWrapper .description-project {
        margin-bottom: 30px;
        margin-top:30px;
    }

    .featureProjectSection .featureProjectWrapper .summary-project .summary {
        padding: 30px 15px 40px 15px;
    }

    .featureProjectSection .featureProjectWrapper .demo-project .project {
        padding-right: 0;
    }

    .featureProjectSection .featureProjectSlider .slick-list {
        margin-bottom: 0;
    }
}

@media (max-width: 374px) {

    .featureProjectSection .featureProjectWrapper .summary-project .summary .btn-learn-more {
        margin-top: 10px;
    }
}

.ourStorySection {
    padding-bottom: 90px;
}
.ourStorySection .summaryStoryWrapper .col-lg-7 {
    padding-right: 0;
}
.ourStorySection .container {
    position: relative;
    overflow: hidden;
}

/*.ourStorySection .video-wrapper */.video-story {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

/*.ourStorySection .video-wrapper */.video-story:before,
/*.ourStorySection .video-wrapper */.video-story:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}

/*.ourStorySection .video-wrapper */.video-story:before {
    /*background: linear-gradient(-90deg, rgba(14, 14, 14, 0.1) 65%, rgba(0, 0, 0, 0.8) 100%);*/
    z-index: 1;
}


/*.ourStorySection .video-wrapper */.video-story .video,
/*.ourStorySection .video-wrapper */.video-story iframe,
/*.ourStorySection .video-wrapper */.video-story .img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*.ourStorySection .video-wrapper */.video-story .video {
    opacity: 0;
    transition: opacity 0.5s ease-out;
}

/*.ourStorySection .video-wrapper */.video-story .video.active {
    opacity: 1;
    z-index: 2;
    transition: opacity 0.5s ease-in;
}

/*.ourStorySection .video-wrapper */.video-story .img-wrapper {
    z-index: 1;
}

/*.ourStorySection .video-wrapper */.video-story .img-wrapper.img-video:before {
    content: '';
    width: 64px;
    height: 64px;
    background: #fff;
    background: url(/wp-content/uploads/2018/02/arrow.png) no-repeat;
    left: 50%;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    position: absolute;
    cursor: pointer;
}

/*.ourStorySection .video-wrapper*/ .video-story .img-wrapper.img-video:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
    background-color: #2c2c2c;
}

/*.ourStorySection .video-wrapper */.video-story .img-wrapper .img-responsive {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.ourStorySection .summaryStory {
    background-color: #2c2c2c;
    padding: 30px 75px 32px 60px;
    color: #ffffff;
    position: relative;
}

.ourStorySection .summaryStory .logo {
    position: absolute;
    top: -21px;
    background: #2c2c2c;
    border-radius: 50%;
    padding: 5px;
}

.ourStorySection .summaryStory .title-section {
    color: #ff8200;
    border-bottom: 1px solid #ff8200;
    display: inline-block;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;
    margin-bottom: 16px;
    font-family: 'Helvetica Neue Bold', sans-serif;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 250px;
}

.ourStorySection .summaryStory .summary-text {
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: normal;
    margin-bottom: 16px;
    max-width: 306px;
    max-height: 96px;
    overflow: hidden;
}

.ourStorySection .summaryStory p {
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    padding-top: 0;
    font-family: 'Helvetica Neue Medium', sans-serif;
    max-height: 228px;
    overflow: hidden;
    white-space: inherit;
}

.ourStorySection .summaryStory .btn-learn-more {
    display: inline-block;
    font-size: 14px;
    padding: 12px 10px 12px 16px;
}

.ourStorySection .summaryStory .btn-learn-more .caret {
    border-bottom-color: transparent;
     transform: rotate(-90deg);
     border-width: 6px;
    margin-left: 21px;
}

@media (max-width: 767px) {
    .ourStorySection {
        padding-bottom: 0;
        padding-top: 0!important;
    }

    .ourStorySection .video-wrapper .row {
        margin: 0;
    }

    .ourStorySection .video-wrapper [class*='col-'] {
        padding: 0;
    }
    section.testimonialSection{
        margin-bottom: 0;
    }
    section.latestNewsSection .summaryPost .summaryWrapper{
        margin-left: -30px;
        padding-bottom: 40px;
        margin-right: 0;
    }
    .latestNewsSection .container{
        padding: 0;
    }
    .latestNewsSection .container .row{
        margin: 0;
    }
    .latestNewsSection .summaryPost, .latestNewsSection .col-xs-12{
        padding: 0;
    }
    section.latestNewsSection{
        margin-bottom: 0;
    }
    .home .headerContentSection .slick-dots{
        bottom: 55px;
    }
    .home .headerContentSection .jumbotron-slider .jumbotron{
        padding-bottom: 142px;
    }
}

.our-product-section {
    padding-bottom: 20px;
}

.our-product-section .main-product .title-section {
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;
    position: relative;
    margin-bottom: 25px;
    font-family: 'Helvetica Neue Bold', sans-serif;
}

.our-product-section .main-product .title-section:after {
    content: "";
    height: 1px;
    width: 50px;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.our-product-section .main-product .summary-product {
    display: block;
    max-width: 460px;
    font-size: 72px;
    color: #ffffff;
    line-height: 80px;
    margin-bottom: 20px;
    font-family: 'Helvetica Neue Bold', sans-serif;
    max-height: 160px;
    overflow: hidden;
}

.our-product-section .main-product .btn {
    color: #ffffff;
    background: #ff8200;
    padding: 13px 10px;
    line-height: 16px;
    box-shadow: none;
}

.our-product-section .main-product .btn .caret {
    transform: rotate(-90deg);
    margin-left: 15px;
}

.our-product-section .main-product {
    /*width: 100%;*/
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 70px 0 40px 0;
    padding-left: 40px;
    padding-top: 70px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    background-blend-mode: multiply;
}

.our-product-section .list-product {
    height: 680px;
    overflow: hidden;
    width: 100%;
    position: relative;
    border-radius: 4px;
   /* box-shadow: 0px 0px 7px 2px #737373b0;*/
}

.our-product-section .list-product .item-wrapper.active-item {
    width: 100%;
}

.our-product-section .list-product .item-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.our-product-section .list-product .item-wrapper .item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    background-color: #454545;
    background-blend-mode: multiply;
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 140px;
}

.our-product-section .list-product .item-wrapper .item:hover {
    background-color: #ff8200;
}

.our-product-section .list-product .item .text-rotate {
    writing-mode: tb;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #ffffff;
    z-index: 1;
    font-family: 'Helvetica Neue Bold', sans-serif;
}

.our-product-section .list-product .item-wrapper:first-child .item {
    visibility: hidden;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .our-product-section .list-product .item-wrapper .item {
        width: 100px;
    }

    .our-product-section .main-product .summary-product {
        font-size: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .our-product-section .list-product {
        height: 500px;
    }
    .our-product-section .list-product .item-wrapper .item {
        width: 90px;
    }
    .our-product-section .main-product .summary-product {
        font-size: 36px;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .our-product-section {
        padding-bottom: 0;
    }
    .our-product-section .container-fluid {
        padding: 0;
    }

    .our-product-section .list-product {
        height: 780px;
    }

    .our-product-section .list-product .item-wrapper {
        height: 100%;
    }

    .our-product-section .list-product .item-wrapper .item {
        height: 80px;
        width: 100%;
    }

    .our-product-section .list-product .item-wrapper .item:hover {
        background-color: #454545;
    }

    .our-product-section .list-product .item-wrapper:first-child .item {
        display: none;
    }

    .our-product-section .list-product .item .text-rotate {
        writing-mode: initial;
    }

    .our-product-section .main-product {
        position: initial;
        top: initial;
        left: initial;
        right: initial;
        bottom: initial;
        padding: 40px 0 0 15px;
    }
    .our-product-section .main-product .title-section {
        padding-bottom: 8px;
    }

    .our-product-section .main-product .summary-product {
        font-size: 32px;
        line-height: 38px;
    }
}

@media (min-width: 768px) {
    .ourStorySection .summaryStoryWrapper {
        position: absolute;
        right: 15px;
        top: 50%;
        left: 58.33%;
        transform: translateY(-50%);
        z-index: 1;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .ourStorySection .summaryStoryWrapper {
        left: 53%;
    }
}

@media (max-width: 767px) {
    .ourStorySection > .container {
        padding: 0;
    }
    .ourStorySection .summaryStory .logo{
        z-index: 1;
    }

    .ourStorySection .summaryStoryWrapper .summaryStory {
        padding: 40px 15px 45px 15px;
    }

    .ourStorySection .summaryStory .summary-text {
        max-width: initial;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ourStorySection .summaryStory {
        padding: 20px 30px 20px 50px;
    }

    .ourStorySection .summaryStory .title-section {
        margin-bottom: 10px;
    }

    .ourStorySection .summaryStory .summary-text {
        padding-bottom: 10px;
    }

    .ourStorySection .summaryStory .description-text {
        padding-bottom: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .ourStorySection .summaryStory {
        padding: 20px 15px 20px 15px;
    }

    .ourStorySection .summaryStory .title-section {
        margin-bottom: 10px;
        padding-bottom: 0;
    }

    .ourStorySection .summaryStory .summary-text {
        padding-bottom: 10px;
        font-size: 20px;
        line-height: 25px;
    }

    .ourStorySection .summaryStory .description-text {
        padding-bottom: 10px;
        font-size: 13px;
        line-height: 20px;
    }
}

.testimonialSection {
    margin-bottom: 70px;
    position: relative;
}

.testimonialSection .backgroundSlider {
    position: absolute;
    top: 130px;
    right: 0;
    left: 0;
    bottom: 0;
}

.testimonialSection .backgroundSlider .container-fluid {
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 1200px){
    .testimonialSection .backgroundSlider .container-fluid,
    .testimonialSection .backgroundSlider .container-fluid .row,
    .testimonialSection .backgroundSlider .container-fluid .groupButtonControl{
        left: 29px!important;
    }
}
@media (min-width: 992px) {
    .testimonialSection .backgroundSlider .container-fluid,
    .testimonialSection .backgroundSlider .container-fluid .row,
    .testimonialSection .backgroundSlider .container-fluid .groupButtonControl {
        padding: 0;
        position: absolute;
        top: 0;
        left: -20px;
        bottom: 0;
        right: 0;
    }
}

.testimonialSection .backgroundSlider .container-fluid .groupButtonControl .groupBtn {
    display: flex;
    align-items: flex-end;
}

.testimonialSection .backgroundSlider .container-fluid .groupButtonControl .groupBtn:after {
    content: '';
    position: absolute;
    bottom: 0;
    background-color: #ff8200;
    top: 0;
    right: -15px;
    left: -5px;
}

.testimonialSection .backgroundSlider .container-fluid .groupButtonControl .groupBtn .slick-arrow {
    padding: 22px;
    border: none;
    outline: none;
    border-radius: 0;
    background: transparent;
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 60px;
    height: 60px;
}

.testimonialSection .backgroundSlider .container-fluid .groupButtonControl .groupBtn .slick-arrow:first-child {
    left: -5px;
}

.testimonialSection .backgroundSlider .container-fluid .groupButtonControl .groupBtn .slick-arrow:last-child {
    margin-left: 51px;
}

.testimonialSection .backgroundSlider .container-fluid .groupButtonControl .groupBtn .testimonialNextSlider .caret {
    transform: rotate(-90deg);
}

.testimonialSection .backgroundSlider .container-fluid .groupButtonControl .groupBtn .testimonialPrevSlider .caret {
    transform: rotate(90deg) translateY(50%);
}

.testimonialSection .testimonialSlider {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
}

@media (min-width: 992px) {
    .testimonialSection .testimonialWrapper:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 23%;
        left: 0;
        box-shadow: 0 0 24px rgba(221, 221, 221, 0.5);
        z-index: -1;
        background-color: #ffffff;
    }
}

.testimonialSection .testimonialSlider .slick-list {
    padding: 60px 0;
}

.testimonialSection .testimonialSlider .slick-slide {
    position: relative;
    height: auto;
}

.testimonialSection .testimonialWrapper:active,
.testimonialSection .testimonialWrapper:focus {
    outline: none;
}

.testimonialSection .testimonialWrapper .testimonial-summary {
    padding-top: 40px;
    height: 312px;
}

.testimonial-summary .title-section {
    font-size: 16px;
    font-weight: normal;
    font-family: 'Helvetica Neue Bold', sans-serif;
    position: relative;
    line-height: 32px;
    color: #ff8200;
    padding-bottom: 8px;
    display: inline-block;
    max-width: 500px;
    overflow: hidden;
    max-height: 64px;
}
.bannerProducT .testimonial-summary >span{
    font-family: 'Helvetica Neue', sans-serif;
}
.testimonial-summary .title-section:after {
    content: "";
    width: 80px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #ff8200;
}

.testimonialSection .testimonialWrapper .testimonial-summary .description-text {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    display: block;
    margin-bottom: 14px;
    color: #000000;
    font-family: 'Helvetica Neue Medium', sans-serif;
    padding-bottom: 0;
    max-height: 135px;
    overflow: hidden;
}

.testimonialSection .testimonialWrapper .testimonial-summary .auth {
    padding-bottom: 50px;
}

.testimonialSection .testimonialWrapper .testimonial-summary .auth .name {
    color: #777777;
    font-size: 12px;
    font-weight: normal;
    line-height: 32px;
    font-family: 'Helvetica Neue Bold', sans-serif;
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
}

.testimonialSection .testimonialWrapper .testimonial-summary .auth .avatar {
    position: absolute;
    bottom: -30px;
    opacity: 0;
    transition: opacity 1s;
}

.testimonialSection .testimonialWrapper .testimonial-summary .auth .avatar .img-responsive {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #c1c1c1;
    -o-object-fit: cover;
    object-fit: contain;
}

.testimonialSection .testimonialWrapper .testimonial-video .video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    width: 100%;
    margin-top: -40px;
    background: #cacaca;
}

.testimonialSection .testimonialWrapper .testimonial-video .video iframe,
.testimonialSection .testimonialWrapper .testimonial-video .video .img-responsive {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.testimonialSection .testimonialWrapper .testimonial-video .group-btn {
    display: flex;
    position: absolute;
    bottom: 0;
    left: -65px;
}

.testimonialSection .testimonialWrapper .testimonial-video .group-btn .btn {
    padding: 25px;
    border-radius: 0;
    background: #ff8200;
    outline: none;
    border: none;
    height: 57px;
}

@media (max-width: 991px) {
    .testimonialSection .testimonialSlider:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: -80px;
        right: 0;
        left: 0;
        box-shadow: 0 0 24px rgba(221, 221, 221, 0.5);
        z-index: -1;
        background-color: #ffffff;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .testimonialSection .backgroundSlider {
        top: 160px;
    }
}

@media (min-width: 992px) {
    .testimonialSection .testimonialWrapper .container .row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: flex-end;
    }
}

@media (max-width: 991px) {
    .testimonialSection .backgroundSlider {
        position: relative;
        top: initial;
        z-index: 2;
    }

    .testimonialSection .backgroundSlider .container-fluid {
        /*width: 750px;*/
        width: 721px;
    }

    .testimonialSection .testimonialSlider .slick-list {
        padding: 0;
    }

    .testimonialSection .testimonialWrapper .testimonial-video .video {
        margin-top: initial;
    }

    .testimonialSection .testimonialWrapper .testimonial-summary {
        padding-bottom: 50px;
        padding-top: 0;
    }
    .testimonialSection .testimonialWrapper .testimonial-summary .auth {
        padding-bottom: initial;
        position: relative;
    }

    .testimonialSection .testimonialWrapper .testimonial-summary .auth .name {
        position: inherit;
        top: 50%;
        transform: translateY(-50%);
    }

    .testimonialSection .testimonialWrapper .testimonial-summary .auth .avatar {
        position: initial;
        bottom: initial;
    }

    .testimonialSection .backgroundSlider .container-fluid .groupButtonControl {
        padding: 0;
    }

    .testimonialSection .backgroundSlider .container-fluid .groupButtonControl .groupBtn {
        position: relative;
        height: 60px;
    }

    .testimonialSection .backgroundSlider .container-fluid .groupButtonControl .groupBtn:after {
        left: 0;
    }

    .testimonialSection .backgroundSlider .container-fluid .groupButtonControl .groupBtn .buttonStyle:first-child {
        left: 0;
    }

    .testimonialSection .backgroundSlider .container-fluid .groupButtonControl .groupBtn .buttonStyle:last-child {
        left: 0px;
    }
}

@media (max-width: 767px) {
    .testimonialSection .testimonialWrapper .testimonial-video-wrapper {
        padding: 0;
    }

    .testimonialSection .backgroundSlider .container-fluid {
        width: auto;
    }

    .testimonialSection .testimonialSlider .slick-list {
        padding: 0;
    }

    .testimonialSection .testimonialSlider:after {
        box-shadow: 0 -5px 20px -5px #c3c3c3;
        bottom: 0;
    }

    .testimonialSection .testimonialWrapper .testimonial-summary .auth .avatar {
        position: relative;
    }

    .testimonialSection .testimonialWrapper .testimonial-summary .auth .avatar:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 30px;
        right: -15px;
        left: -15px;
        box-shadow: 0 12px 15px -10px #c3c3c3;
        z-index: -1;
        background-color: #ffffff;
    }

    .testimonialSection .testimonialWrapper .testimonial-summary {
        padding-bottom: 20px;
        margin-top: 40px;
        height: auto;
    }
}

.latestNewsSection {
    margin-bottom: 100px;
}

.latestNewsSection .summaryPost .summaryWrapper {
    padding: 40px 0 134px 60px;
    background: #fafafa;
    margin-right: -30px;
    padding-right: 30px;
}

.latestNewsSection .summaryPost .summaryWrapper .titleSection {
    font-size: 16px;
    line-height: 32px;
    color: #ff8200;
    font-weight: normal;
    margin: 0;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 16px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.latestNewsSection .summaryPost .summaryWrapper .titleSection:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 1px;
    background-color: #ff8200;
}

.latestNewsSection .summaryPost .summaryWrapper .howToText {
    font-size: 24px;
    line-height: 32px;
    margin: 0;
    margin-bottom: 24px;
    font-weight: normal;
    height: 64px;
}
.latestNewsSection .howToText a {
    color: #000000;
    font-family: Helvetica Neue Medium, 'sans-serif';
    line-height: 32px;
    font-size: 24px;
}
.latestNewsSection .image-post img{
    height: 400px;
}
.latestNewsSection .timePost a{
    color: #777777;
}
.latestNewsSection .summaryPost .summaryWrapper .timePost {
    font-size: 12px;
    line-height: 32px;
    color: #777777;
    font-family: Helvetica Neue Bold, 'sans-serif';
    font-weight: bold;
}

@media (min-width: 768px) {
    .latestNewsSection .row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: flex-end;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    /*.latestNewsSection .summaryPost .summaryWrapper {
        padding: 20px 0 30px 60px;
    }*/
}

@media (min-width: 768px) and (max-width: 991px) {
    .latestNewsSection .summaryPost .summaryWrapper {
        padding-left: 25px;
    }

    .latestNewsSection .summaryPost .summaryWrapper .titleSection {
        margin-bottom: 10px;
        padding-bottom: 5px;
    }

    .latestNewsSection .summaryPost .summaryWrapper .howToText {
        font-size: 21px;
        margin-bottom: 10px;
        height: auto;
    }

    .latestNewsSection .summaryPost .summaryWrapper .timePost {
        margin-bottom: 0;
        padding-bottom: 10px;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    /*.latestNewsSection .summaryPost .summaryWrapper {
        padding: 0px 0 0 10px;
    }*/

    .latestNewsSection .summaryPost .summaryWrapper .titleSection {
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

    .latestNewsSection .summaryPost .summaryWrapper .howToText {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .latestNewsSection .summaryPost .summaryWrapper .timePost {
        margin-bottom: 0;
    }
}

@media (max-width: 599px) {
    .latestNewsSection .row {
        position: relative;
    }

    /*.latestNewsSection .summaryPost {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }*/

    /*.latestNewsSection .summaryPost .summaryWrapper {
        background: #5454548f;
        padding: 10px 15px 10px 15px;
        margin-right: 0;
        color: #ffffff;
    }*/

    .latestNewsSection .summaryPost .summaryWrapper .titleSection {
        padding-bottom: 0px;
        margin-bottom: 5px;
    }

    .latestNewsSection .summaryPost .summaryWrapper .howToText {
        font-size: 20px;
        margin-bottom: 5px;
        height: auto;
    }

    .latestNewsSection .summaryPost .summaryWrapper .timePost {
        margin-bottom: 0;
        color: #777777;
    }
    .home .headerContentSection .jumbotron-slider .jumbotron .description-text{
        max-height: 100%;
    }
}

@media (max-width: 375px) {
    .latestNewsSection .summaryPost .summaryWrapper .howToText {
        font-size: 14px;
        line-height: 23px;
        margin-top: 20px;
    }
    .select select{
        background-position: center right 10px!important;
    }

}

.productRangeSection {
    position: relative;
}

.productRangeSection > .container {
    height: 200px;
}

.productRangeSection .fullSection {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
}

.productRangeSection .fullSection .leftSection {
    width: 50%;
    height: 200px;
    background: #ff8200;
}

.productRangeSection .fullSection .rightSection {
    width: 50%;
    height: 200px;
}

.productRangeSection .fullSection .rightSection .img-responsive {
    height: 100%;
    width: 100%;
}

.productRangeSection .summaryWrapper {
    color: #ffffff;
}

.productRangeSection .summaryWrapper .titleSection {
    margin: 0;
    padding: 43px 0 8px 0;
    font-size: 24px;
    line-height: 32px;
    font-weight: normal;
    font-family: 'Helvetica Neue Bold', 'sans-serif';
}

.productRangeSection .summaryWrapper .description {
    padding-bottom: 16px;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Helvetica Neue Medium', 'sans-serif';
    margin: 0;
}

.productRangeSection .summaryWrapper .btn {
    background-color: #2c2c2c;
    padding: 12px;
}

.productRangeSection .summaryWrapper .btn .caret {
    transform: rotate(-90deg);
    border-width: 8px;
    border-bottom-color: transparent;
    border-top-color: #ff8200;
    margin-left: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .productRangeSection .summaryWrapper .titleSection {
        font-size: 20px;
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    .productRangeSection .fullSection {
        display: block;
        position: relative;
    }

    .productRangeSection .fullSection .rightSection,
    .productRangeSection .fullSection .rightSection .img-responsive,
    .productRangeSection .fullSection .leftSection {
        width: 100%;
    }

    .productRangeSection > .container {
        position: absolute;
        top: 0;
    }

    .productRangeSection .summaryWrapper .titleSection {
        padding-top: 20px;
    }

    .productRangeSection .summaryWrapper .btn {
        padding: 10px;
    }
}

/*footer*/

.footer {
    padding: 32px 0 38px 0;
    background-color: #2c2c2c;
    color: #ffffff;
}

.footer .logo-single {
    width: 34px;
    height: 34px;
    margin-bottom: 34px;
}

.footer .block .block-title {
    border-bottom: 1px solid #575757;
    padding-bottom: 17px;
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
}

.footer .block .list-item {
    padding-top: 15px;
    list-style: none;
}

.footer .block .list-item .item {
    padding-bottom: 8px;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
}

.footer .block .list-item .item .location {
    display: inline-block;
}

.footer .block .list-item .item .location {
    position: absolute;
}

.footer .block .list-item .item .detail {
    margin-left: 150px;
    display: block;
}

@media (max-width: 768px) {
    .footer .block .list-item .item .detail {
        margin-left: 100px;
    }
}

.footer .block .list-item .item .link {
    color: #ffffff;
}

.footer .group .social,
.footer .group .contact,
.footer .group .design-by {
    display: inline-block;
}

.footer .group .social .text {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Helvetica Neue Bold', sans-serif;
}

.footer .group .social .icon {
    display: inline-block;
    vertical-align: middle;
}

.footer .group .social .icon .fa {
    font-size: 22px;
}

.footer .group .social .icon:first-child {
    padding-left: 19px;
}

.footer .group .social .icon:not(:first-child) {
    padding-left: 16px;
}

.footer .group .social .icon .link {
    color: #ffffff;
}

.footer .group .contact {
    padding-left: 47px;
}

.footer .group .contact .text .link {
    color: #ffffff;
    text-decoration: underline;
    font-size: 12px;
    font-weight: normal;
    line-height: 24px;
}

.footer .group .contact .text:not(:first-child) {
    padding-left: 16px;
}

.footer .group .design-by {
    padding-left: 38px;
}

.footer .group .design-by .wrapper .link {
    color: #ffffff;
    text-decoration: underline;
}


/*our product*/
.hoverImage {
    width: 150px;
    text-align: center;
}
.hoverShare:before {
    content: '';
    width: 100%;
    height: 10px;
    display: block;
    position: absolute;
    top: -10px;
    left:0;
}
.hoverShare:hover {
    display: block;
}

/*search result*/
section.showResult {
    padding-top: 30px;
    padding-bottom: 60px;
}
.titleSearch{
    border-bottom: solid 1px #d8d8d8;
    margin-bottom: 15px;
}
.titleSearch h4 {
    color: #ff8200;
    font-family: "Helvetica Neue Bold",sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 5px;
}
.titleSearch p{
    color: #aaaaaa;
    font-family: "Helvetica Neue Bold", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 5px;
}
.learnMore {
    text-align: center;
    margin-bottom: 40px
}
.learnMore .buttonStyle{
    padding: 12px 20px;
    display: inline-block;
    max-width: 160px;
    border-radius: 0;
}
.list-product{
    margin-bottom: 40px;
}
.showResult .contentItem{
    margin-bottom: 30px;
}
.informationProduct h3 {
    color: #000000;
    font-family: "Helvetica Neue Medium",sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 32px;
    margin-top: 0;
}
.resultProject .informationProduct{
    padding: 10px 25px 20px;
}
.resultProject .informationProduct h4:after{
    content:'';
    height: 1px;
    width: 80px;
    background-color: #ff8200;
    display: block;
    margin-top: 10px;
    margin-bottom: 15px;
}
.resultProject .informationProduct p{
    color: #ff8200;
    line-height: 24px;
}
.searchItem h4 {
    color: #000000;
    font-family: "Helvetica Neue Bold",sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;
    margin-bottom: 0;
    margin-top: 16px;
}
.searchItem h3 {
    color: #000000;
    font-family: "Helvetica Neue Medium",sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 32px;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom:0px;
}
.searchItem {
    border-bottom: solid 1px #d8d8d8;
}

.searchItem:last-child .textInfo{
    margin-bottom:40px;
}
.entry-meta li {
    display: inline-block;
    color: #777777;
    font-family: "Helvetica Neue Bold",sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 32px;
}
.entry-meta ul{
    margin-bottom: 15px;
}
.select select {
    background: transparent;
    color: #000000;
    font-family: "Helvetica Neue Medium",sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    max-width: 100%;
    background-image: url('/wp-content/themes/thenatives/images/button-dropdown.svg');
    background-repeat: no-repeat;
    background-position: center right;
    border-bottom: 1px solid #fff;
}
.page-template-template-contact .select select{
    background-position: center right 15px;
}
.post-type-archive-project .select select{
    background-position: center right 0px;
}


.boxContaint .select select{
    width: 100%;
}
.filterHeaderSearch {
    width: 388px;
    margin-top: 40px;
}
h4.totalResult {
    float: left;
    margin-bottom: 0;
    margin-right: 0;
    color: #ff8200;
    font-family: "Helvetica Neue Bold",'sans-serif';
    font-size: 12px;
    font-weight: normal;
    line-height: 24px;
    margin-top: 13px;
}
.filterHeaderSearch.custom-data-result .totalResult {
    float: right;
}
.searchResult .breachcrum {
    padding-top: 30px;
}
.searchResult .breachcrum .filterHeaderSearch .select{
    display: inline-block;
    max-width: 261px;
    width: 100%;
    float: right;
}

.pagination {
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
}

.pagination li {
    display: inline-block;
    margin-right: 24px;
    cursor: initial;
    overflow:hidden
}

.pagination li a {
    color: #ffffff;
    text-decoration: none;
    width: 32px;
    height: 32px;
    background: #979797;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
}

.pagination li:hover a {
    background: #e0e0e0;
}

.pagination li.active {
    background: #ff8200;
}

.pagination li.active a {
    color: #ffffff;
    background-color: #ff8200;
}

.pagination li:hover:not(.active) a {
    text-decoration: none;
    color: #ff8200;
}

.pagination li:last-child a,
.pagination li:first-child a {
    border-radius: 50%;
    background: #edeced;
}

.pagination li:last-child .fa,
.pagination li:first-child .fa {
    color: #c7c7c7;
    font-size: 23px;

}

.pagination li:last-child a:hover .fa,
.pagination li:first-child a:hover .fa  {
    color:  #ff8200;
}

.pagination li:last-child .fa {
    margin-right: -2px;
}

.pagination li:first-child .fa {
    margin-right: 2px;
}

.filterHeaderSearch .select select {
    color:#dddddd;
}

.filterHeaderSearch .select ul.select-options{
    background:#f5f5f5;
}
a.clickPopupC {
    color: #ff8200;
}