        .about-content-top {
    border-bottom: 1px solid rgba(3, 7, 13, 0.12);
}

.about-content-top .tp-feature__text p {
    line-height: 28px;
}

.icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    min-width: 80px;
    height: 80px;
    background-color: #f3f6fc1a;
    border-radius: 50%;
    backdrop-filter: blur(6px);
    cursor: pointer;
    z-index: 4;
}

.img-video img {
    width: 100%;
}

.overlay-video {
    position: fixed;
    inset: 0;
    background-color: #0b0b0bcc;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
    z-index: 10;
}

.overlay-video.active-preview-off {
    position: static;
    opacity: 1;
    visibility: visible;
    background-color: #fff;
}

.overlay-video.show {
    opacity: 1;
    visibility: visible;
    transition: all .4s;
}

.video-platform {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}

.main-video {
    max-width: 900px;
}



.about-list{
    padding-left: 0;
}

.about-list li:first-child {
    border-top: 1px solid rgba(3, 7, 13, 0.12);
}

.about-list li {
    padding: 15px 0;
    border-bottom: 1px solid rgba(3, 7, 13, 0.12);
}

.list-brand img {
    filter: invert(1);
    width: auto;
    height: 70px;
    object-fit: contain;
    margin: auto;
}

.list-brand .swiper-pagination,
.list-brand .swiper-button-next,
.list-brand .swiper-button-prev {
    display: none;
}

.list-brand .swiper-slide a {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 50px 30px;
    border: 1px solid rgba(3, 7, 13, 0.1);
    transition: all .4s;
}

.list-brand .swiper-slide a img {
    transition: all .4s;
}

.list-brand .swiper-slide a img:nth-child(1) {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    filter: invert(0);
}

.list-brand .swiper-slide a:hover {
    background-color: var(--primary);
    transition: all .4s;
}

.list-brand .swiper-slide a:hover img:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%);
    filter: invert(1);
    transition: all .4s;
}

.list-brand .swiper-slide a:hover img:nth-child(2) {
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
}

.section-services .btn-page {
    margin-top: 0;
}

.services-right .tp-post__thumbnail {
    display: none;
}

.services-image-left {
    position: relative;
    height: 630px;
    max-width: 550px;
}
.services-image-left .tp-post__thumbnail a {
    display: block;
    height: 100%;
}

.services-image-left .tp-post__thumbnail {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    transform: rotate(-5deg);
    opacity: 0;
    visibility: hidden;
    cursor: none;
    transition: all .4s;
}

.services-image-left .tp-post__thumbnail.active {
    transform: rotate(0deg);
    opacity: 1;
    visibility: visible;
    cursor: auto;
    transition: all .4s;
}

.services-image-left .tp-post__thumbnail img {
    height: 100%;
}

.services-right .tp-title {
    max-width: 90%;
}



.heading-company .content_button_link{
    position: relative;
    font-size: 16px;
    color: var(--black);
    font-weight: 600;
    background-color: transparent;
    transition: all .4s;
}

.heading-company .content_button_link::before {
    content: "";
    position: absolute;
    left: 23px;
    bottom: 0;
    width: calc(100% - 20px);
    height: 1px;
    background-color: var(--black);
    transition: all .4s;
}

.heading-company .content_button_link i {
    transform: rotate(45deg);
    margin-right: 8px;
    transition: all .4s;
}

.heading-company .content_button_link:hover {
    color: var(--primary);
    transition: all .4s;
}

.heading-company .content_button_link:hover::before {
    background-color: var(--primary);
    transition: all .4s;
}


.box-company__info:first-child {
    border-top: 1px solid rgba(3, 7, 13, 0.12);
}

.box-company__info {
    border-bottom: 1px solid rgba(3, 7, 13, 0.12);
}

.company-right .content_button_link {
    position: relative;
    text-align: center;
    padding: 18px 0;
    display: inline-block;
    width: 100%;
    position: relative;
    color: #fff;
    background-color: var(--primary);
    margin-top: 30px;
    transition: all .4s;
    z-index: 1;
}

.company-right .content_button_link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: var(--black);
    transition: all .4s;
    z-index: -1;
}

.company-right .content_button_link i {
    transform: rotate(-45deg);
    transition: all .4s;
}

.company-right .content_button_link:hover::before {
    width: 100%;
    transition: all .4s;
}


.slide-client-feedback .swiper-slide > .row {
    background-color: #fff;
    padding: 50px 100px;
}
.slide-client-feedback .tp-post__thumbnail {
    margin: 30px 0 15px 0;
}
.slide-client-feedback .tp-post__thumbnail img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: auto;
}

.qoute-feedback img {
    margin: auto;
}

.qoute-feedback {
    margin-bottom: 35px;
}

.slide-client-feedback .tp-body > p {
    letter-spacing: -0.48px;
    line-height: 37px;
}

.author-info .name {
    font-size: 22px;
}

.author-info .author-job {
    font-size: 16px;
    font-weight: 400;
}

.slide-client-feedback .swiper-button-next::after {
    content: "\f061";
    font-family: fontawesome;
    font-size: 25px;
    color: var(--black);
}

.slide-client-feedback .swiper-button-prev::after {
    content: "\f060";
    font-family: fontawesome;
    font-size: 25px;
    color: var(--black);
}
.slide-client-feedback .swiper-button-next {
    /*right: 20%;*/
    width: 60px;
    min-width: 60px;
    height: 60px;
    border: 1px solid var(--black);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide-client-feedback .swiper-button-prev {
    /*left: 20%;*/
    width: 60px;
    min-width: 60px;
    height: 60px;
    border: 1px solid var(--black);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide-client-feedback .swiper-slide {
    opacity: .2;
}

.slide-client-feedback .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.slide-client-feedback .swiper-pagination {
    display: none;
}


.section-marquee--black {
    transform: translateY(-100px) rotate(-3.5deg);
    z-index: -1;
}

.section-marquee--black .marquee-content {
    animation-direction: reverse;
}

@media (max-width: 1400px) {
    .box-company__info-text .tp-feature__text {
        text-align: left !important;
    }
    
    .slide-client-feedback .swiper-slide > .row {
        padding: 40px 60px;
    }
    
    .big-counter .tp-feature__heading {
        font-size: 100px !important;
    }
}

@media (max-width: 1200px) {
    .about-image,
    .about-content-center,
    .about-content-right{
        width: 50%;
    }
    
    
    .slide-client-feedback .swiper-slide > .row {
        padding: 28px;
    }
}

@media (max-width: 991px) {
    .about-content-center {
        margin: 30px 0;
    }
    
    .about-image,
    .about-content-center,
    .about-content-right{
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .services-image-left {
        height: 450px;
    }
}
