.video-analytics-main {
    width: 100%;
    overflow: hidden;
    padding: 50px 0;
    display: block;
}

.video-heading h3 {
    font-size: 28px;
    line-height: 38px;
    color: #0B5C9D;
    font-family: SSTBold;
    font-weight: bold;
    margin-bottom: 30px;
}

.video-desc p {
    font-size: 16px;
    font-family: SST-Roman;
    line-height: 26px;
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;
}

.video-desc p a {
    color: #0B5C9D;
    text-decoration: none;
}

.video-desc p a:hover {
    text-decoration: underline;
}

.product-feature {
    display: flex;
    flex-wrap: wrap;
}

.product-thumb {
    width: 60%;
    overflow: hidden;
}

.product-slider {
    width: 100%;
}

.product-detail {
    width: 40%;
    padding-left: 40px;
}

.product-detail h3 {
    font-size: 24px;
    line-height: 38px;
    color: #0B5C9D;
    font-family: SSTBold;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 2px solid #0B5C9D;
    padding-bottom: 20px;
}

.product-boldtxt {
    font-size: 22px;
    line-height: 32px;
    font-family: SSTBold;
    font-weight: bold;
    color: #000;
    padding-bottom: 20px;
}

.product-descrp-txt p {
    font-size: 16px;
    font-family: SST-Roman;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
}

.workflow-main {
    background: rgba(243, 249, 251, 0.5);
    width: 100%;
    padding: 80px 0;
    display: block;
    clear: both;
}

.workflow-main h2 {
    color: #0B5C9D;
    position: relative;
}

.workflow-main .producttitle h2::before {
    background-color: #0B5C9D;
    width: 10%;
}

.workflow-main .producttitle p {
    font-size: 20px;
    line-height: 30px;
    font-family: SST-Roman;
    max-width: 830px;
    margin: 50px auto 0;
    font-weight: 500;
}

.workflow-list {
    text-align: center;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.work-col {
    /* display: inline-block; */
    width: 33%;
    padding: 40px;
}

.microphone .work-col {
    width: 24%;
}

.work-thumb img {
    width: 100%;
}

.video-analytics-main {
    width: 100%;
    float: left;
}

.work-head h4 {
    font-size: 23px;
    font-family: SSTBold;
    line-height: 30px;
    margin: 30px 0 20px;
}

.microphone .work-head h4 {
    color: #0B5C9D;
    min-height: 61px;
}

.spatial-reality-display .work-head h4 {
    color: #0B5C9D;
}

.work-head a {
    color: #0B5C9D;
    font-family: SSTBold;
    text-decoration: underline;
    font-size: 18px;
    line-height: 28px;
}

.work-thumb {
    min-height: 100px;
}

.video-link {
    color: #000;
    font-family: SSTBold;
    text-decoration: none;
}

.video-desc {
    padding-bottom: 30px;
}

.listing-theme2 .bravia.innovation {
    margin-top: 0;
    background-color: #EDF2F5;
}

.gallery {
    width: 100%;
}

.gallery-slider {
    width: 100%;
    height: auto;
    margin: 0 0 17px 0;
    border-radius: 10px;
    padding: 130px 0;
    background-color: #F3F9FB;
}

.spatial-reality-display .gallery-slider {
    padding: 130px 0 50px;
}

.edge .gallery-slider {
    padding: 57px 0;
}

.gallery-slider .swiper-slide {
    width: auto;
}

.gallery-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.edge .gallery-slider .swiper-slide img {
    width: 650px;
}

.spatial-reality-display .gallery-slider .swiper-slide img {
    display: block;
    width: 700px;
    height: 100%;
    margin: 0 auto;
}

.gallery-thumbs {
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.gallery-thumbs .swiper-slide {
    width: 200px;
    height: 135px;
    text-align: center;
    overflow: hidden;
    background-color: #F3F9FB;
    border-radius: 10px;
}

.microphone .gallery-thumbs .swiper-slide {
    height: 200px;
    line-height: 200px;
}

.gallery-thumbs .swiper-slide img {
    width: 100%;
    height: unset;
    padding: 15px;
}

.product-feature-wrap {
    box-shadow: 10px 20px 40px #00000029;
    border-radius: 25px;
    background: #F3F9FB;
    padding: 30px 50px;
}

.product-feature-wrap h4 {
    font-size: 24px;
    line-height: 38px;
    color: #0B5C9D;
    font-family: SSTBold;
    font-weight: bold;
    margin-bottom: 20px;
}

.product-btn-wrapper {
    display: flex;
    gap: 30px;
}

.product-logo {
    margin-bottom: 10px;
}

.product-logo img {
    width: 280px;
}

.spatial-reality-display .product-logo img {
    width: 200px;
}


/* .work-thumb {
    min-height: 200px;
}

.work-head p {
    min-height: 100px;
} */

@media (max-width:1366px) {
    .work-head h4 {
        font-size: 20px;
    }
    .spatial-reality-display .gallery-slider .swiper-slide img {
        display: block;
        width: 599px;
    }
    .product-detail h3 {
        font-size: 22px;
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
    .product-boldtxt {
        font-size: 15px;
        line-height: 18px;
        padding-bottom: 20px;
    }
    .product-feature-wrap {
        padding: 26px 30px;
    }
    .product-feature-wrap h4 {
        font-size: 20px;
        line-height: 31px;
        margin-bottom: 8px;
    }
    .gallery-slider {
        padding: 67px 0;
    }
    .listing-theme2 .features {
        min-height: unset;
    }
    .spatial-reality-display .product-logo img {
        width: 161px;
    }
}

@media (max-width:991px) {
    .microphone .work-head h4 {
        min-height: unset;
    }
    .product-thumb {
        width: 100%;
        overflow: hidden;
    }
    .product-detail {
        width: 100%;
        padding-left: 0px;
        padding-top: 25px;
    }
    .work-col,
    .microphone .work-col {
        width: 100%;
    }
    .gallery-slider {
        padding: 25px 0 !important;
    }
    .spatial-reality-display .gallery-slider .swiper-slide img {
        width: 100%;
    }
    .gallery-slider .swiper-slide {
        padding: 0 80px;
    }
    .edge .gallery-slider .swiper-slide img {
        width: 100%;
    }
    .microphone .gallery-thumbs .swiper-slide {
        height: 150px;
        line-height: 150px;
    }
}

@media (max-width:480px) {
    .gallery-thumbs .swiper-slide {
        height: 72px;
    }
    .product-feature-wrap {
        padding: 30px 13px;
    }
    .gallery-slider .swiper-slide {
        padding: 0 10px;
    }
    .spatial-reality-display .slideTxt .toppost h1 {
        font-size: 20px;
    }
    .spatial-reality-display .slideTxt .toppost p {
        font-size: 15px;
    }
    .microphone .gallery-thumbs .swiper-slide {
        height: 100px;
        line-height: 100px;
    }
}