/* Video */
.Ciber-A-Video{
    margin-top: 30px;
}

@media (max-width: 374px){
    .sizeYoutubeVideo{
        width: 285px;
        height: 220px;
    }   
}

@media (min-width: 375px){
    .sizeYoutubeVideo {
        width: 345px;
        height: 230px;
    }
}

@media (min-width: 500px){
    .sizeYoutubeVideo {
        width: 500px;
        height: 350px;
    }
}

@media(min-width:992px){
    .sizeYoutubeVideo{
        width: 450px;
        height: 300px;
    }
}

@media (min-width: 1200px){
    .sizeYoutubeVideo {
        width: 500px;
        height: 350px;
    }
}

/* Image and Video Section */
img#cibes-a-width{
    width: 70%;
    /* margin-bottom: 90px; */
}

@media (min-width: 992px){
    .ImageAndVideo{
        margin-top: 60px;
        margin-bottom: 35px;
    }

    img#cibes-a-width {
        width: 75%;
    }

    .pd-videoCibes{
        padding-top: 55px;
    }
}

@media(max-width:991px){
    .pd-videoCibes{
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.cibesImage-bg{
    /* background-color: white; */
}

/* Table */
@media(min-width:992px){
    .TableSection{
        margin-top: 20px;
    }
}

.TechnicalDataTitle{
    font-weight: bold;
}

.cibes-data-table{
    width: 100%;
    /* margin-bottom: 20px; */
}

.cibes-data-table tr td{
    padding: 0px 40px;

}

.cibes-data-table tr th{
    padding: 10px 40px 10px 5px;
    border-right: 1px solid #dddddd;
}

@media(max-width: 767px){
    .cibes-data-table tr td{
        /* width: 50%; */
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        border: 1px solid #dddddd;
        padding-top: 10px;
    }
    
    .cibes-data-table tr th{
        padding-left: 10px;
        padding-right: 10px;
        border: 1px solid #dddddd;
        padding-bottom: 10px;
        padding-top: 10px;
    }
}

.break-line{
    border-top: 3px solid #eeeeee;
}

/* Guide */
.GuideTitle{
    font-weight: bold;
    text-align: center;
}

.cibes-guide{
    margin-top: 30px;
    margin-bottom: 60px;
}

.StepGuide{
    margin-top: 50px;
    margin-bottom: 50px;
}

.FollowStep{
    text-align: center;
}

/* A385 */
.ul-style-list{
    list-style: outside;
    padding-inline-start: 20px;
    margin-bottom: 10px;
}

.b385-1-bgImg{
    background-image: url('../img/b385/b385-1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.b385-2-bgImg{
    background-image: url('../img/b385/b385-2.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.b385-3-bgImg{
    background-image: url('../img/b385/b385-3.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.height-b385-img{
    height: 322px;
}

.height-b385-thumImg{
    height: 83px;
}