@charset "utf-8";
.service_type {
    width: 100%;
    display: table;
    margin: 20px 0 0;
}
.service_type_wrapper {
    width: 50%;
    display: table-cell;
    padding: 10px;
}
.service_type_box {
    padding: 15px;
    background: #fcfcfc;
}
.service_type_box p {
    font-weight: bold;
    line-height: 160%;
    margin: 0 0 20px;
    color: #444;
}
.service_type_box .character {
    margin: 5px 0 20px;
    padding: 5px 0;
}
.character span {
    width: 12px;
    height: 12px;
    display: inline-block;
    background: #d64343;
    border-radius: 2px;
    margin-right: 5px;
}
.dedicated .character span {
    width: 12px;
    height: 12px;
    display: inline-block;
    background: #316ce1;
    border-radius: 2px;
    margin-right: 5px;
}
.service_type_box .circle{
    background:#20b2aa;
    width:80px;
    height:80px;
    text-align:center;
    line-height:1.4;
    font-weight:bold;
    border-radius: 80px;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    -o-border-radius: 80px;
    -ms-border-radius: 80px;
}
.service_type .title {
    background: #d64343;
    text-align: center;
    color: #fff;
    font-weight: normal;
    padding: 10px 0;
    border-bottom: 4px solid #ffabab;
    border-top: 4px solid #ffabab;
}
.service_type .dedicated .title {
    background: #316ce1;
    border-bottom: 4px solid #8fb0f3;
    border-top: 4px solid #8fb0f3;
}

/* slider */
.bx-wrapper {
    margin: 0 0 50px;
}
.bx-custom-pager {
    width: 100%;
    display: table;
}
.bx-pager-item {
    width: 10%;
    height: 40px;
    line-height: 40px;
    display: table-cell;
    background: #efefef;
}
.bx-pager-item a {
    display: block;
    text-align: center;
    color: #555;
    font-weight: bold;
    text-decoration: none;
}
.bx-pager-item  {
    border-right: 2px solid #fff;
}
.bx-pager-item a  {
    border-bottom: 5px solid #ccc;    
}
.bx-pager-item .active {
    border-bottom: 5px solid #f00;
}
.bx-pager-item:last-child {
    border-right: none;
}
.bx-viewport {
    height: 280px !important; 
}