div#div_col_body_user{
    overflow: hidden;
}
div#div_row_head{
    position: fixed;
    width: 100%;
    z-index: 10;
    background-color: #FFF;
}
/* Service */
div#div_row_titserv {
    margin-top: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
}
div#div_row_infoserv{
    padding-top: 40px;
    padding-bottom: 40px;
}
#div_row_infoserv .txt_area_lines,
#div_row_infoserv .txt_area_lines p span{
    line-height: 1;
}
.div_cont_butvid{
    margin-top: 15px;
}
.img_ser_vid{
    height: 30px;
}
.mod_vidser{
    height: 80%;
}
.div_cont_mod_vidser{
    height: 100%;
}
.div_cont_mod_vidser iframe.ifr_video {
    height: 100%;
}
.div_img_detail{
    display: inline-block;
    padding: 8px;
    border-radius: 8px;
}
.div_img_detail img{
    border-radius: 8px;
}
#div_row_infoserv table{
    border: none;
}
#div_row_infoserv table tbody{
    background-color: transparent;
}
#div_row_infoserv table tbody tr{
    background-color: transparent;
    border: none;
    height: auto !important;
    min-height: auto !important;
}
#div_row_infoserv table tbody td{
    border: none;
}

.reveal-overlay {
    z-index: 7 !important;
}
div#div_row_actions {
    height: 100px;
}

#div_row_extfoot{
    height: 70px;
}

/* Small screens and Medium screens */
/* max-width 640px, mobile-only, 641px - 1024px, tablet-only */
@media only screen and (max-width: 40em), only screen and (min-width: 40.063em) and (max-width: 64em){
    
}