﻿/*  .section-gallery  */
.section-gallery .container-gallery {
    max-width: 1440px;
    margin: auto;
    overflow: hidden;
}

.inner-gallery {
    border-radius: 30px 30px 0 0;
    overflow: hidden;
}

.section-gallery .container-gallery .swiper-container {
    position: relative;
}

.section-gallery .item .item-content {
    position: relative;
}

.section-gallery .item .item-content .image::before {
    content: '';
    background: linear-gradient(0deg, rgba(0, 12, 29, 0.28) 18.93%, rgba(0, 15, 37, 0) 55.74%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.section-gallery .item .item-content .image {
    height: 0;
    padding-bottom: 42.4%;
}

.section-gallery .caption {
    background: #428B8BB2;
    line-height: 28px;
    padding: 8px 0;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

.section-gallery .item .item-content .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    Max-width: unset !important;
    object-fit: cover;
}

/* end section gallery  */

.our-project .section-search {
    height: 0;
    overflow: hidden;
    pointer-events: none;
}

.our-project .section-search .grounp-filter .field {
    width: 100%;
}

.our-project {
    padding-top: 80px;
    padding-bottom: 135px;
    display: inline-block;
    width: 100%;
}

.our-project .entry-title {
    color: #037580;
}

.our-project .section-content .count-item {
    margin-bottom: 40px;
}

.border-our-project .list-item-our-project {
    display: flex;
    flex-wrap: wrap;
    gap: 39px;
    width: 100%;
}

.border-our-project .list-item-our-project .border-item {
    width: calc(33.33% - 26px);
}

.border-our-project .list-item-our-project .item-blog {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.border-our-project .list-item-our-project .item-blog .border-image {
    position: relative;
    height: 192px;
    overflow: hidden;
}

.border-our-project .list-item-our-project .item-blog .border-image .image-thumb {
    background-size: cover;
    padding-bottom: 192px;
    width: 100%;
    position: relative;
}

.border-our-project .list-item-our-project .item-blog .border-image .image-thumb:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.33;
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.32) 100%);
    z-index: 1;
}

.border-our-project .list-item-our-project .item-blog .border-image .image-thumb img {
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover;
}

.border-our-project .list-item-our-project .item-blog:hover .border-image .image-thumb img {
    transform: scale(1.1);
}

.border-our-project .list-item-our-project .item-blog:hover .border-info .name-blog h4 {
    /* font-size: 28px; */
}

.border-our-project .list-item-our-project .item-blog {
    overflow: hidden;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
}

.bottom-link-icon {
    position: absolute;
    bottom: 24px;
    right: 32px;
}

.item-timeline-list .subtitle {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 4px;
    letter-spacing: 0.01em;
}

.item-timeline-list .title {
    font-size: 20px;
    line-height: 23.6px;
    letter-spacing: 0.005em;
    font-weight: 600;
}

.item-timeline-list {
    margin-bottom: 18px;
    color: #fff;
}

.item-timeline-list:last-child {
    margin-bottom: 0;
}

.list-item-our-project .border-info {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.border-our-project .list-item-our-project .item-blog .border-info {
    background-color: var(--color-primary);
    padding: 32px 32px 86px 32px;
    min-height: 355px;
}

.item-blog .name-blog {
    padding-bottom: 22px;
    border-bottom: solid 1px #fff;
}

.border-our-project .list-item-our-project .border-info .name-blog h4 {
    color: #fff;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    font-family: var(--font-heading-primary);
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.border-our-project .list-item-our-project .border-info .name-blog a:hover {
    text-decoration: none;
}

.border-our-project .list-item-our-project .border-info span,
.border-our-project .list-item-our-project .border-info a {
    color: #fff;
    font-family: var(--font-body-text);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.02em;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.border-our-project .list-item-our-project .border-info span {
    color: #E3E3E3;
}

.border-our-project .list-item-our-project .border-info .industry-our-project span {
    padding: 5px 14px 3px;
    background: #fff;
    color: #037580;
    margin-right: 10px;
    display: inline-block;
    border-radius: 50px;
}

.border-our-project .list-item-our-project .border-info .industry-our-project span:last-child {
    margin-right: 0;
}

.our-project .section-content .wrap-pagination {
    padding-top: 57px;
}

.filter-top {
    max-width: 453px;
    margin: auto;
}

/* filter custom list post */
.section-search {
    margin-top: 40px;
    margin-bottom: 40px;
    z-index: 3;
    position: relative;
    display: block;
}

.section-search .grounp-filter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 0 22px;
    background: #fff;
    z-index: 1;
    position: relative;
    border-radius: 15px;
}

.section-search .grounp-filter .field {
    margin: 0;
    border-left: 1px solid #DCDCEB;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.section-search .grounp-filter .field .title-field {
    padding: 0 30px 14px;
    font-style: normal;
    font-weight: 600;
    color: #037580;
    font-size: 20px;
}

.section-search .grounp-filter .field:first-child {
    border: initial;
}

/* .section-search .grounp-filter .field .select2-container {
    min-width: 157px;
        max-width: 80%;
        width: fit-content !important;
} */
.section-search .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 30px;
    padding: 0;
}

.section-search .grounp-filter .select2-container .selection {
    border: initial;
    padding: 0 30px;
    position: relative;
}

/* .section-search .grounp-filter .select2-container .selection:after {
    display: block;
    width: 50%;
    height: 100%;
    content: '';
    position: absolute;
    right: 2%;
    top: 0;
    cursor: pointer;
    pointer-events: none;
} */
.section-search .grounp-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
    /* font-size: 15px;
    line-height: 28px; */
    letter-spacing: 0.01em;
    color: #8F90A6;
    padding-right: 20px;
    display: block;
}

@media (min-width:1600px) {
    .filter-top {
        max-width: 540px;
    }

    .section-search .grounp-filter {
        padding: 30px 0;
    }
}

@media (max-width:1024px) {
    .our-project {
        padding-top: 55px;
        padding-bottom: 85px;
    }

    .border-our-project .list-item-our-project {
        gap: 30px;
    }

    .border-our-project .list-item-our-project .border-item {
        width: calc(50% - 15px);
    }

    .border-our-project .list-item-our-project .item-blog .border-info {
        left: 20px;
        bottom: 15px;
        right: 20px;
    }
}

@media (max-width:991px) {
    .our-project {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .border-our-project .list-item-our-project .item-blog .border-info {
        left: 16px;
        right: 16px;
    }
}

@media (max-width:767.98px) {
    .border-our-project .list-item-our-project {
        gap: 30px;
    }

    .border-our-project .list-item-our-project .border-item {
        width: 100%;
    }

    .our-project .section-content .count-item {
        font-style: normal;
    }

    .border-our-project .list-item-our-project .border-info .industry-our-project span {
        padding: 4px 14px;
        margin-right: 5px;
    }

    .our-project .section-content .wrap-pagination {
        padding-top: 40px;
    }

    .count-item {
        font-size: 17px;
        line-height: 25px;
    }

    .item-timeline-list .subtitle {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.01em;
    }

    .item-timeline-list .title {
        font-size: 17px;
        line-height: 20.06px;
        letter-spacing: 0.005em;
    }

    .item-timeline-list {
        margin-bottom: 12px;
    }

    .bottom-link-icon {
        bottom: 21px;
        right: 28px;
    }

    .section-gallery .caption {
        line-height: 20.3px;
    }

    .section-gallery {
        padding-bottom: 2px;
    }

    .section-project-detail .info-content {
        margin-top: -20px;
    }
}

/* detail  */
.single-project .our-project-detail {
    position: relative;
}

.single-project .our-project-detail:before {
    /* right: -42%;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    background: url("../images/pattern-backgound.png") left top no-repeat;
    top: 15px;
    position: absolute; */
}

.our-project-detail {
    padding-top: 70px;
    display: inline-block;
    width: 100%;
}

.our-project-detail .entry-title-our-project {
    margin-bottom: 60px;
    margin-top: 60px;
}

.border-detail .columns {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #CFCFCF;
    padding-bottom: 60px;
    padding-top: 60px;
    gap: 20px;
    justify-content: space-between;
}

.border-detail .columns:last-child {
    border: 0;
}

.border-detail .columns .title {
    color: #428B8B;
}

.border-detail .columns>.title {
    max-width: 260px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--color-primary);
}

.border-detail .columns .ct-right {
    width: 69%;
    margin: 0;
}

.border-detail .columns .ct-right .option {
    border-bottom: 1px solid #282828;
    padding: 20px 0;
}

.border-detail .columns .ct-right .option:first-child {
    padding-top: 1px;
}

.border-detail .section-project-detail .info-content .collapse-heading {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.border-detail .section-project-detail .info-content .collapse-heading .title {
    width: 100%;
    letter-spacing: 0;
}

.border-detail .section-project-detail .info-content .collapse-heading::after {
    background-position: center;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 0;
    cursor: pointer;
    content: '';
    background-image: url(../images/plussos.svg);
    width: 20px;
    height: 20px;
    pointer-events: none;
}

.border-detail .section-project-detail .info-content .collapse-heading.active:after {
    background-image: url(../images/minussos.svg);
}

.border-detail .section-project-detail .info-content .collapse-content .content {
    font-family: var(--font-body-text);
    margin-top: 10px;
    font-size: 17px;
    line-height: 28px;
}

.border-detail .description .content p {
    font-family: var(--font-body-text);
    font-style: normal;
    line-height: 25px;
}

.border-detail .description .content p:not(:first-child) {
    margin-top: 40px;
}

.section-video h5 {
    letter-spacing: 0;
}

.expandlink a {
    font-size: 18px;
    font-weight: 500;
    line-height: 23.4px;
    display: flex;
    align-items: center;
    margin-top: 40px;
    text-decoration: none !important;
}

.expandlink a::after {
    content: '';
    width: 21px;
    height: 20px;
    background-image: url(../images/plussos.svg);
    display: inline-block;
    margin-left: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.expandlink.active a::after {
    background-image: url(../images/minussos.svg);
}

.description .ct-right img {
    max-height: 506px;
}

@media (max-width:1280px) {
    .border-detail .columns .title {
        /* padding-right: 20px; */
    }

    .section-gallery .item .item-content .image {
        padding-bottom: 50%;
    }

    .section-gallery .swiper-button-next,
    .section-gallery .swiper-button-prev {
        top: 50%;
    }
}

@media (max-width:1024px) {

    .border-detail .columns.description,
    .border-detail .columns.demonstration-video,
    .border-detail .columns {
        padding-bottom: 50px;
        padding-top: 45px;
    }
}

@media (max-width:767.98px) {
    .single-project .our-project-detail:before {
        width: 783.8px;
        height: 452px;
        right: -530px;
        top: 36px;
        background-size: cover;
    }

    .border-detail .columns {
        flex-direction: column;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .border-detail .columns .title {
        width: 100%;
        display: inline-block;
    }

    .our-project-detail .entry-title-our-project {
        margin-top: 0;
        margin-bottom: 40px;
    }

    .our-project-detail {
        padding-top: 31px;
    }

    .section-gallery .item .item-content .image {
        padding-bottom: 67%;
    }

    .section-gallery .swiper-button-next,
    .section-gallery .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .border-detail .columns .ct-right .option:first-child,
    .border-detail .columns .ct-right .option {
        padding: 19px 0;
    }

    .border-detail .columns.demonstration-video .title {
        /* margin-bottom: 20px; */
    }

    .border-detail .columns.description {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .border-detail .columns.description .title {
        /* margin-bottom: 20px; */
    }

    .border-detail .description .content p {
        font-size: 15px;
        line-height: 20.3px;
    }

    .border-detail .section-project-detail .info-content .collapse-content .content {
        font-size: 15px;
        line-height: 125%;
    }

    .section-timeline .image-timeline {
        margin-bottom: 12px;
    }

    .slide-timeline {
        max-height: var(--height);
        overflow: hidden;
    }

    .slide-timeline.active {
        max-height: 100%;
    }

    .border-our-project .list-item-our-project .item-blog .border-info {
        min-height: 311px;
        padding: 27.92px 27.92px 64px;
        gap: 12px;
    }

    .description .ct-right img {
        max-height: 51.3vw;
    }
}

/*  time line  */
.conatiner-time_line {
    max-width: 1440px;
    margin: auto;
}

.section-timeline {
    padding-top: 70px;
}

.section-timeline .title-time-line {
    margin-bottom: 50px;
    position: relative;
}

.section-timeline .slide-timeline {}

.section-timeline .slide-timeline .owl-nav {
    display: none;
}

.section-timeline .container-timeline {
    padding-left: 25px;
    overflow: hidden;
}

.section-timeline .border-img {
    position: relative;
    max-width: 100px;
}

.section-timeline .image-timeline {
    height: 0;
    width: 100%;
    background-size: cover;
    overflow: hidden;
    padding-bottom: 100%;
    margin-bottom: 24px;
}

.list-item-timeline {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
}

.item-timeline:after {
    content: '';
    position: absolute;
    right: -30px;
    width: 1px;
    height: 100%;
    background-color: #CFCFCF;
    top: 0;
}

.item-timeline {
    width: calc(33.33% - 40px);
    position: relative;
}

.item-timeline .title {
    margin-bottom: 12px;
}

.item-timeline .subtitle {
    font-size: 20px;
    font-weight: 600;
    line-height: 23.6px;
    letter-spacing: 0.005em;
    margin-bottom: 12px;
    color: #428B8B;
    text-transform: capitalize;
}

.item-timeline .small_text {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0.01em;
}

.item-timeline .number {
    font-size: 26px;
    font-weight: 500;
    line-height: 33.8px;
    color: var(--color-primary);
}

.item-timeline .bottom-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 10px;
}

.item-timeline .image-icon img {
    max-height: 34px !important;
}

.section-timeline .image-timeline img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
    border-radius: 50%;
}

.section-timeline .time-timeline {
    margin-top: 15px;
    margin-bottom: 5px;
    font-family: var(--font-body-text);
    font-style: normal;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: #037580;
}

.section-timeline .time-timeline h5 {
    font-family: var(--font-body-text);
    letter-spacing: 0;
}

.section-timeline .content-timeline {
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.01em;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: 69px;
    margin-bottom: 12px;
}

.section-timeline .container .line {
    height: 1px;
    background-color: #cfcfcf;
    margin-top: 67px;
}

.border-detail .wp-block-image {
    margin-top: 40px;
    margin-bottom: 0;
}

.item-logo img {
    width: auto !important;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: contain;
}

.item-logo {
    height: 72px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.list-logo {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 69px;
}

.section-video>* {
    margin-bottom: 20px;
}

.section-video>*:last-child {
    margin-bottom: 0;
}

.section-video .list-logo {
    margin-bottom: 40px;
}

.section-summary .has_bottom.item-timeline {
    padding-bottom: 85px;
}

.has_bottom.item-timeline .bottom-content {
    position: absolute;
    bottom: 6px;
}

.item-timeline>div:last-child {
    margin-bottom: 0;
}

.border-detail .columns.demonstration-video {
    padding-bottom: 95px;
}

.item-timeline:last-child:after {
    display: none;
}

@media (min-width:768px) {
    .item-timeline:nth-child(3n):after {
        display: none;
    }

    .section-gallery {
        padding-bottom: 20px;
    }

    .expandlink.mobile {
        display: none;
    }
}

@media (min-width:1300px) {
    .section-timeline .container-timeline {
        padding-left: calc((1440px - 1300px)/2 + 25px);
    }

    .item-timeline .title h3 {
        display: inline-block;
        min-width: 100px;
    }
}

@media (max-width:1279px) {
    .section-timeline {
        padding-top: 50px;
    }

    .item-timeline {
        width: calc(33.33% - 21.33px);
    }

    .list-item-timeline {
        gap: 36px 32px;
    }

    .item-timeline:after {
        right: -16px;
    }

    .section-timeline .border-img {
        max-width: 50px;
    }

    .item-timeline .image-icon img {
        max-height: 22px !important;
    }

    .border-detail .columns .ct-right {
        width: calc(100% - 150px);
    }

    .has_bottom.item-timeline {
        padding-bottom: 70px;
    }
}

@media (max-width:991px) {
    .section-gallery .item .item-content .image {
        padding-bottom: 68%;
    }

    .border-detail .columns .title h3 {
        font-size: 24px;
    }

    .border-detail .columns>.title h3 {
        font-size: 20px;
    }

    .item-timeline .subtitle {
        font-size: 17px;
        line-height: 20.06px;
        letter-spacing: 0.005em;
    }

    .section-timeline .content-timeline {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.01em;
        max-height: 80px;
        -webkit-line-clamp: 4;
    }
}

@media (max-width:767.98px) {
    .section-timeline {
        padding-top: 40px;
    }

    .section-timeline .title-time-line {
        margin-bottom: 25px;
    }

    .section-timeline .title-time-line h3 {
        font-size: 25px;
    }

    .section-timeline .container .line {
        margin-top: 53px;
    }

    .section-timeline .title-time-line .swipers-button-prev,
    .section-timeline .title-time-line .swipers-button-next {
        display: none;
    }

    .item-timeline {
        width: calc(50% - 16px);
    }

    .item-timeline:nth-child(2n):after {
        display: none;
    }

    .list-logo {
        gap: 27px 10px;
    }

    .section-video .list-logo {
        margin-bottom: 20px;
    }

    .item-timeline {
        /* min-height: 322px; */
    }

    .has_bottom.item-timeline {
        padding-bottom: 68px;
    }

    .section-timeline .image-timeline {
        margin-bottom: 12px;
    }

    .item-timeline .number {
        font-size: 18px;
        line-height: 23.4px;
    }

    .border-detail .description .content p:not(:first-child) {
        margin-top: 20px;
    }

    .border-detail .wp-block-image {
        margin-top: 20px;
    }

    .item-logo {
        width: 77px;
        height: 42px;
    }

    .border-detail .columns.demonstration-video {
        padding-top: 41px;
        padding-bottom: 42px;
    }

    .border-detail .columns .ct-right {
        width: 100%;
        display: inline-block;
        /* margin-top: 19px; */
    }
}

@media (max-width:500px) {
    .wrap-pagination.pagination {
        gap: 10px;
        justify-content: space-between;
    }
}
