/*實驗室流程圖區域*/
.laboratory-process {
    width: 100%;
    height: 600px;
    margin: 0px;
    background-image: url(../images/service_main.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
    .laboratory-process {
        /*margin-top: 40px;*/
        height: 400px;
    }

}

.top-banner {
    background-image: url("../images/plt-service.jpg");
}

#service01.platelet-svg-sectoin.left-side {
    min-height: 120px;
}
@media screen and (max-width: 767px) {
    #service01.platelet-svg-sectoin.left-side  {
        min-height: 80px;
    }
}