.page-template-sectors #tabs .background-content {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/background-content-sector.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-template-sectors  #sectors {
    max-width: 1264px;
    margin: 0 auto;
    padding: 0 25px;
}

.page-template-sectors .content_sectors {
    display: flex;
}

.page-template-sectors .content {
    padding-top: 92px;
    padding-bottom: 141px;
}

.page-template-sectors .content_sectors .content_item_sector {
    position: relative;
    width: 75%;
}

.page-template-sectors .content_sectors .content_item_sector .loading {
    color: #029a3c;
    font-family: 'Barlow';
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 0.92504185px;
    text-align: center;
}

.page-template-sectors .content_sectors .list_sectors {
    width: 100%;
    max-width: 302px;
    padding: 0;
    list-style: none;
}

.page-template-sectors .content_sectors .list_sectors .item_sectors {
    max-width: 245px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.page-template-sectors  .list_sectors .item_sectors .icon {
    position: relative;
}

.page-template-sectors  .list_sectors .item_sectors .icon:after {
    -webkit-transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    -webkit-transform: scale(0.5625);
    transform: scale(0.5625);
    opacity: 0;
    visibility: hidden;
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background: #029a3c;
}

.page-template-sectors  .list_sectors .item_sectors a {
    text-decoration: none;
}

.page-template-sectors  .list_sectors .item_sectors .icon a {
    width: 61px;
    height: 61px;
    padding: 10.5px;
}

.page-template-sectors  .list_sectors .item_sectors .icon a svg {
    display: block;
    width: 100%;
    height: 100%;
    outline: none;
    box-shadow: none;
    border: none;
}

.page-template-sectors  .list_sectors .item_sectors .title_item a {
    color: #666666;
    font-family: 'Barlow';
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 0.92504185px;
    margin-left: 5px;
}

.page-template-sectors  .list_sectors .item_sectors:hover .icon:after{
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.page-template-sectors  .list_sectors .item_sectors:hover .title_item a {
    color: #029a3c;
}

.page-template-sectors  .list_sectors .item_sectors:hover .icon path, 
.page-template-sectors  .list_sectors .item_sectors:hover .icon rect{
    fill: #FFFFFF;
    stroke: #FFFFFF;
}

.page-template-sectors  .list_sectors .item_sectors.active .icon:after{
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.page-template-sectors  .list_sectors .item_sectors.active .title_item a {
    color: #029a3c;
}

.page-template-sectors  .list_sectors .item_sectors.active .icon path,
.page-template-sectors  .list_sectors .item_sectors.active .icon rect,
.page-template-sectors  .list_sectors .item_sectors.active .icon line, 
.page-template-sectors  .list_sectors .item_sectors.active .icon polyline{
    fill: #FFFFFF;
    stroke: #FFFFFF;
}

.page-template-sectors  .content_item_sector .description_item p {
    margin-top: 8px;
    margin-bottom: 49px;
    line-height: 21px;
}

.page-template-sectors .content_sectors .content_item_sector .list_content {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 50px;
    max-width: 84%;
}

.page-template-sectors  .content_item_sector .list_content .item_content {
    border-left: 1px solid #029a3c;
    padding-left: 30px;
    margin-bottom: 36px;
    padding-bottom: 10px;
}

.page-template-sectors  .content_item_sector .list_content .item_content .title_item_content {
    color: #029a3c;
    font-family: 'Barlow';
    font-size: 21px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1.2141175px;
    padding-bottom: 6px;
}

.page-template-sectors  .content_item_sector .list_content .item_content p {
    margin: 0;
    line-height: 21px;
}

.page-template-sectors .content_item_sector .link-arrow {
    margin-top: 20px;
    max-width: 195px;
    padding-bottom: 12px;
}

.page-template-sectors .gallery_slider .item_gallery img {
    width: 507px;
    height: 381px;
    object-fit: cover;
}

.content_gallery .gallery_slider .owl-nav {
    position: absolute;
    left: 11px;
    bottom: 20px;
}

.content_gallery .gallery_slider.owl-carousel .owl-nav button {
    width: 57px;
    height: 57px;
    background: rgb(2 154 60 / 70%);
    border-radius: 50%;
    margin: 0 5px;
}

.content_gallery .gallery_slider.owl-carousel .owl-nav button.disabled {
    opacity: 0.52;
}

.gallery_slider.owl-carousel .owl-nav button span {
    display: flex;
    color: #FFF;
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
    justify-content: center;
    align-items: center;
    margin-top: -6px;
}

.page-template-sectors .content_item_sector .content_gallery {
    margin-top: 68px;
}

.page-template-sectors .content_sectors_mb {
    display: none;
}

/* Digital Solutions */
#digital-solutions {
    max-width: 864px;
}

.content-digital-solutions {
    padding: 78px 0 105px;
}

.content-digital-solutions h3 {
    margin: 0;
    margin-bottom: 30px;
}

.content-digital-solutions .wp-video {
    margin: 47px 0 40px;
}

.content-digital-solutions .mejs-container {
    width: 100% !important;
    height: 355px !important;
    max-width: 631px;
}

.content-digital-solutions video.wp-video-shortcode {
    width: 100% !important;
    height: 355px !important;
    max-width: 631px;
}

.content-digital-solutions p {
    line-height: 22px;
    margin-bottom: 22px;
}

.content-digital-solutions img {
    width: 468px;
    height: 355px;
    object-fit: cover;
    margin: 20px 0;
}

.content-digital-solutions .download_DC {
    color: #029A3C;
    font-family: 'Barlow';
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.92504185px;
    text-decoration: underline;
    margin-top: 30px;
    text-decoration-thickness: from-font;
}

.content-digital-solutions .download_DC:hover {
    opacity: 0.5;
}

.content-digital-solutions .mejs-controls {
    display: none;
}

@media(max-width: 1023.86px){
    .page-template-sectors .content_sectors .list_sectors {
        max-width: 250px;
    }

    .page-template-sectors .content_sectors .content_item_sector {
        width: 65%;
    }

    .page-template-sectors .content_sectors .list_sectors .item_sectors {
        max-width: 100%;
        margin-bottom: 25px;
    }

    .page-template-sectors .content_sectors .content_item_sector .description_item p {
        margin-bottom: 25px;
    }

    .page-template-sectors .content_sectors .content_item_sector .list_content {
        grid-column-gap: 20px;
        max-width: 100%;
    }

    .page-template-sectors .content_sectors .content_item_sector .list_content .item_content {
        margin-bottom: 25px;
    }

    .page-template-sectors .content_item_sector .link-arrow {
        margin-top: 10px;
    }

    .page-template-sectors .content_item_sector .content_gallery {
        margin-top: 40px;
    }
}

@media(max-width: 767.86px){
    .page-template-sectors .content {
        padding-top: 36px;
        padding-bottom: 119px;
    }

    .page-template-sectors .content_sectors{
        display: none;
    }

    .page-template-sectors .content_sectors_mb {
        display: block;
    }

    .page-template-sectors .content_sectors_mb .content_item_sector {
        position: relative;
    }

    .page-template-sectors .content_sectors_mb:first-child .content_item_sector {
        display: block;
    }

    .page-template-sectors .list-tab li {
        margin-right: 45px;
    }

    .page-template-sectors .list-tab li.ui-tabs-active.ui-state-active a {
        padding-right: 25px;
    }
    
    .page-template-sectors .content_sectors_mb .head_sectors {
        cursor: pointer;
        position: relative;
        padding: 10px 17px;
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        background-color: #f0f0f0;
        outline: none;
        box-shadow: none;
        padding-right: 32px;
    }

    .page-template-sectors .content_sectors_mb .head_sectors a {
        width: 24px;
        height: 24px;
        text-decoration: none;
        pointer-events: none;
    }
    
    .page-template-sectors .content_sectors_mb .head_sectors .title_item a {
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        color: #000000;
        font-family: 'Barlow';
        font-size: 17px;
        font-weight: 700;
        line-height: 20px;
        text-transform: uppercase;
        letter-spacing: 0.98285705px;
        margin-left: 15px;
    }
    
    .page-template-sectors .content_sectors_mb .head_sectors:after {
        content: '';
        display: block;
        position: absolute;
        width: 16px;
        height: 1px;
        right: 14px;
        top: 50%;
        background: #000;
    }
    
    .page-template-sectors .content_sectors_mb .head_sectors:before {
        content: '';
        display: block;
        position: absolute;
        width: 16px;
        height: 1px;
        right: 14px;
        top: 50%;
        background: #000;
        transform: rotateZ(90deg);
        transition: all 1s;
    }
    
    .page-template-sectors .content_sectors_mb .head_sectors.ui-accordion-header-active:before {
        transform: rotateZ(0deg);
        transition: all 1s;
    }
    
    .page-template-sectors .content_sectors_mb .content_item_sector .content_post .description_item p {
        margin: 0;
        margin-bottom: 30px;
        line-height: 22px;
        letter-spacing: 0.9px;
    }
    
    .page-template-sectors .content_sectors_mb .content_item_sector .content_post  .list_content {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    .page-template-sectors .content_sectors_mb .content_item_sector .content_post .list_content .item_content {
        border-left: 1px solid #029a3c;
        padding-left: 15px;
        margin-bottom: 20px;
        padding-bottom: 5px;
    }
    
    .page-template-sectors .content_sectors_mb .content_item_sector .content_post .list_content .item_content .title_item_content {
        color: #029a3c;
        font-family: 'Barlow';
        font-size: 18px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 1.2141175px;
        padding-top: 5px;
        padding-bottom: 15px;
    }
    
    .page-template-sectors .content_sectors_mb .content_item_sector .content_post .list_content .item_content p {
        margin: 0;
    }

    .page-template-sectors .content_sectors_mb .link-arrow {
        margin-top: 32px;
        max-width: 151px;
    }

    .main .link-arrow:hover:after {
        transform: none;
    }

    .main .link-arrow:hover:before {
        display: none;
    }

    .page-template-sectors .content_sectors_mb .content_gallery {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .page-template-sectors .content_sectors_mb.active {
        margin-bottom: 55px;
    }

    .page-template-sectors .gallery_slider .item_gallery img {
        width: 100%;
        height: 243px;
    }

    .page-template-sectors .content_sectors_mb .head_sectors a svg {
        display: block;
        width: 100%;
        height: 100%;
        outline: none;
        box-shadow: none;
        border: none;
    }

    .content_gallery .gallery_slider.owl-carousel .owl-nav button {
        width: 43px;
        height: 43px;
    }
    /* Digital Solutions */
    .content-digital-solutions {
        padding: 50px 0 50px;
    }

    .content-digital-solutions h3 {
        margin-bottom: 20px;
    }

    .content-digital-solutions p {
        margin-bottom: 20px;
    }

    .content-digital-solutions img {
        width: 100%;
        height: 325px;
    }

    .content-digital-solutions .wp-video {
        width: 100%;
        height: 325px;
        margin-bottom: 20px;
    }

    .content-digital-solutions .mejs-container {
        height: 325px !important;
        max-width: 100%;
    }
    
    .content-digital-solutions video.wp-video-shortcode {
        height: 325px !important;
        max-width: 100%;
    }

    .content-digital-solutions .download_DC {
        margin-top: 20px;
    }
}