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

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

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

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

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


/* end section gallery  */
.our-project .section-search .grounp-filter .field {
    width: calc(100% /4);
}

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



.our-project .entry-title {
    margin-top: 32px;
    color: var(--blue-color);
}

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

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

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

.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;
}

.border-our-project .list-item-our-project .item-blog .border-image .image-thumb {
    background-size: cover;
    padding-bottom: 65.6%;
    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-our-project .list-item-our-project .item-blog .border-info {
    position: absolute;
    z-index: 2;
    left: 30px;
    bottom: 18px;
    right: 30px;
    max-height: 80%;
    overflow-x: auto;
}


.border-our-project .list-item-our-project .border-info .name-blog h4 {
    color: #fff;
    font-family: var(--font-body-text);
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    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: var(--blue-color);
    margin-top: 8px;
    margin-right: 10px;
    display: inline-block;
}

.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;
}



/* @media (max-width:1024px) {
    .our-project .section-search .grounp-filter .field .select2-container {
        max-width: 80%;
    }
} */

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

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

    .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;
    }
    .border-our-project .list-item-our-project .item-blog:hover .border-info .name-blog h4 {

        font-size: 26px;
    }
}

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

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

@media (max-width:767.98px) {
    .our-project {
        padding-top: 0;
    }

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

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

    .our-project .section-content .count-item {
        font-family: var(--font-body-text);
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0.02em;
        margin-top: 11px;
        margin-bottom: 18px;
    }

    .our-project .section-content .count-item strong {
        font-size: 14px;

    }

    .border-our-project .list-item-our-project .border-info .industry-our-project span {
        padding: 3px 10px 1px;
        margin-right: 5px;
    }

    .our-project .section-content .wrap-pagination {
        padding-top: 40px;
    }
    .border-our-project .list-item-our-project .item-blog:hover .border-info .name-blog h4 {

        font-size: 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: 43px;
}

.border-detail .columns {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #CFCFCF;
    padding-bottom: 70px;
    padding-top: 80px;
}

.border-detail .columns .title {
    width: 31%;
    padding-right: 15px;
    font-family: var(--font-heading-primary);
}

.border-detail .columns.demonstration-video {
    padding-top: 70px;
    padding-bottom: 60px;
}

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

.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 {
    font-family: var(--font-body-text);
    width: 100%;
    /*    letter-spacing: 0;*/
    letter-spacing: -0.1px;
}

.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.png);
    width: 20px;
    height: 20px;
    pointer-events: none;
}

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

.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: 25px;
}

@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:991px) {
    .section-gallery .item .item-content .image {
        padding-bottom: 60%;
    }

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

@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: 45px;
        padding-bottom: 40px;
    }

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

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

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

    .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: 35px;
        height: 36.37px;
    }



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

    .border-detail .columns .ct-right .option .collapse-content {
        padding-top: 11px;
    }

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

    .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: 125%;
    }

    .border-detail .description .content p:not(:first-child) {
        margin-top: 25px;
    }
    .border-detail .section-project-detail .info-content .collapse-content .content {
        font-size: 15px;
        line-height: 125%;
    }
}


/*  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;
    clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 100%, 0 20%);
}

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

.section-timeline .image-timeline img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}

.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: var(--blue-color);
}

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

.section-timeline .content-timeline {
    font-family: var(--font-body-text);
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /*    letter-spacing: 0.01em;*/
    letter-spacing: 0.16px;
    color: #282828;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

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

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

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

@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 .image-timeline {
        padding-bottom: 66.3%;
    }

    .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;
    }
}