
.s-play-video{
    background-color: #1B1B1B;
    background-image: url('images/bg-decorative-top.png'), url('images/bg-decorative-bottom.png');
    background-position: top left, bottom right;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto; /* hoặc contain / cover tùy mục đích */
    color: #fff;
    overflow: hidden;
}
.s-camera-tech{
    background: #F7F7F8;
    color: #3D3D3D;
}
.ss-camera-none-bg{
    color: #3D3D3D;
}

.s-play-video .ss-container .new-title-label{
    line-height: 48px;
    text-align: center;
    color: #fff;
    padding: 0;
}

.s-play-video .video-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 */
    background: #000;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
    margin: 40px 0;
}
  
.s-play-video .video-thumbnail {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
  
.s-play-video .video-thumbnail .overlay-text {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    padding: 0 10%;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}
.s-play-video .video-thumbnail .overlay-text h3{
    color: #fff;
    font-weight: 700;
    font-size: 56px;
    line-height: 65px;
}
  
.s-play-video .video-thumbnail .play-button {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
    background: url(./images/bg_btn_play.png) no-repeat center center;
    background-size: cover;
}
.group-inline.camera-tech-grid{
    gap: 0 24px;
    letter-spacing: 0.1px;
}
.camera-tech-grid .item{
    box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03),
                0px 12px 16px -4px rgba(16, 24, 40, 0.08);
    background: #fff;
    border-radius: 16px;
    padding: 28px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(61, 61, 61, 1);
    vertical-align: middle;
}
.camera-tech-grid .item .icon{
    width: 80px;
    height: 80px;
}

.camera-tech-grid .item h4{
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    margin: 18px 0 16px;
}
.ss-container .new-title-label{
    padding-bottom: 40px;
}
.camera-tech-grid ul{
    padding-left: 10px;
    list-style: none;
}
.camera-tech-grid ul>li{
    position: relative;
    padding-left: 18px;
}
.camera-tech-grid li::before {
    content: '•';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.s-camera-none-bg ul.circle-check-list {
    margin: 16px 0 40px;
}
.app-download-buttons>div {
    float: left;
    margin-right: 20px;
}

.swiper-camera.t-slider-auto .item{
    width: calc((100% - 24px * 3) / 4);
}

.swiper-camera p{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #D1D1D1;
}

.swiper-camera img{
    border-radius: 12px;
}

.swiper-camera h4{
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin: 24px 0 12px;
    color: #fff;
}
.swiper-camera-certificate.t-slider-auto .item{
    width: calc((100% - 24px * 4) / 5);
}
.swiper-camera-certificate h4{
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #3D3D3D;
    margin: 4px 0 8px 0;
}
.swiper-camera-certificate p{
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #888888;
}

.slider-gird{
    display: none;
}



@media (min-width: 992px) {
    .s-camera-none-bg .col-md-40{
        padding-right: 30px;
    }
    .s-camera-none-bg .col-md-60{
        padding-left: 29px;
    }
    .text-left .new-title-label{
        text-align: left;
        padding-bottom: 0;
    }
}
@media (min-width: 768px) {
    .swiper-camera-certificate .btn-show-more{
        display: none;
    }
}

@media (max-width: 1220px) {
    .s-play-video .video-thumbnail .overlay-text h3{
        font-size: 40px;
        line-height: 45px;
    }
    .s-play-video .video-thumbnail .play-button {
        width: 100px;
        height: 100px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .camera-tech-grid .item{
        font-size: 15px;
        line-height: 18px;
    }
    .camera-tech-grid .item .icon{
        width: 60px;
        height: 60px;
    }
    .camera-tech-grid .item h4{
        font-size: 22px;
        line-height: 28px;
    }
    .group-inline.camera-tech-grid{
        gap: 0 16px;
    }
    .ss-container .new-title-label h2{
        font-size: 35px;
        line-height: 40px;
    }
    .swiper-camera-certificate.t-slider-auto .item{
        width: calc((100% - 24px * 3) / 4);
    }
}
@media (max-width: 991px) {
    .ss-container .new-title-label h2{
        font-size: 28px;
        line-height: 32px;
    }
    .s-play-video .video-thumbnail .overlay-text h3{
        font-size: 30px;
        line-height: 36px;
    }
    .s-play-video .video-thumbnail .play-button {
        width: 80px;
        height: 80px;
    }
    .group-inline.camera-tech-grid{
        gap: 16px;
    }
    .camera-tech-grid ul{
        padding-left: 8px;
    }
    .camera-tech-grid ul>li{
        padding-left: 16px;
    }
    .s-camera-none-bg ul.circle-check-list {
        margin: 28px 0 20px;
    }
    .s-camera-none-bg .new-title-label{
        padding-bottom: 16px;
    }
    .swiper-camera.t-slider-auto .item{
        width: calc((100% - 24px * 2) / 3);
    }
    .swiper-camera h4{
        font-size: 16px;
        line-height: 22px;
        margin: 11.5px 0 8px;
    }
    .swiper-camera p{
        font-size: 14px;
        line-height: 20px;
    }
    .swiper-camera-certificate.t-slider-auto .item{
        width: calc((100% - 19px*2) / 3);
    }
    
    .slider-gird{
        display: none;
    }
}  
@media (max-width: 767px) {
    .s-play-video .video-wrapper {
        margin: 28px 0 20px;
    }
    .s-play-video .video-thumbnail .overlay-text h3{
        font-size: 20px;
        line-height: 24px;
    }
    .s-play-video .video-thumbnail .play-button {
        width: 40px;
        height: 40px;
        margin-top: 7px;
        margin-bottom: 7px;
    }
    .s-play-video .video-thumbnail .overlay-text{
        font-size: 14px;
    }
    .camera-tech-grid .item{
        font-size: 14px;
        line-height: 20px;
        padding: 24px;
    }
    .camera-tech-grid .item .icon{
        width: 40px;
        height: 40px;
    }
    .camera-tech-grid .item h4{
        font-size: 20px;
        line-height: 28px;
        margin: 12px 0 8px;
    }

    .ss-container .new-title-label{
        padding-bottom: 28px;
    }
    .app-download-buttons>div{
        width: 50%;
        float: left;
        margin-right: 0;
        padding: 0 20px;
    }
    .swiper-camera.t-slider-auto .item{
        width: calc((100% - 16px) / 2);
    }
    .swiper-camera-certificate.t-slider-auto.none-mobile .swiper-wrapper{
        grid-template-columns: repeat(2, 1fr);
        gap: 16px 19px;
    }
    .swiper-camera-certificate.t-slider-auto .item{
        width: auto;
    }
    
    .swiper-camera-certificate.show-short .item:nth-child(n+5) {
        display: none;
    }

    .swiper-camera-certificate .btn-show-more .btn-toggle{
        margin-top: 20px;
        border: 1.5px solid #4564ED;
        padding-top: 10px;
        padding-right: 16px;
        padding-bottom: 10px;
        padding-left: 20px;
        border-radius: 8px;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        color: #4564ED;
    }
      
    .swiper-camera-certificate .btn-show-more .btn-toggle::after {
        content: "";
        width: 20px;
        height: 20px;
        display: inline-block;
        background: url('../img/icon/icon-arrow-up-blue.svg') no-repeat center center;
        background-size: contain;
        margin-left: 8px;
        margin-bottom: -5px;
    }
    
    .swiper-camera-certificate.show-short .btn-show-more .btn-toggle::after {
        background-image: url('../img/icon/icon-arrow-down-blue.svg');
    }
    
}  
@media (max-width: 520px) {
    .new-title-label h2{
        font-size: 24px;
        line-height: 32px;
    }
    .s-play-video .video-thumbnail .play-button {
        width: 30px;
        height: 30px;
    }
    .s-play-video .video-thumbnail .overlay-text h3{
        font-size: 16px;
        line-height: 18px;
    }
    .camera-tech-grid .item .icon{
        width: 40px;
        height: 40px;
    }
    .swiper-camera.t-slider-auto .item{
        width: calc((100% - 16px) / 1.3);
    }
    .swiper-camera .swiper-slide.item.swiper-slide-prev{
        opacity: 1;
    }
    .s-play-video .video-wrapper {
        margin-bottom: 16px;
    }
} 
