#service {
    padding-top: 120px;
}

.section-title {
    margin-bottom: 50px;
}

.section-title h3 {
    font-family: "Oswald";
    text-transform: uppercase;
    color: #222;
    letter-spacing: 2px;
    font-size: 30px;
    display: block;
    margin: 40px 0 30px 0;
    clear: both;
    position: relative;
}

.section-title p {
    font-family: "Oswald";
    text-transform: uppercase;
    color: #00a0ff;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 3px;
}

.section-title.st-center {
    text-align: center;
}

.section-title.st-center:before {
    margin: auto;
    margin-top: 30px;
}

.section-title:before {
    content: "";
}

.section-title img {
    display: block;
    cursor: pointer;
    margin: 0 auto;
}

#service-pricing {
    width: 100%;
    height: 600px;
    min-height: 577px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.divAdd {
    position: absolute;
    top: 34%;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 42px;
    background: rgba(0, 160, 255, 0.6);
    text-align: center;
    font-size: 40px;
    font-weight: normal;
    margin-left: -25px;
    color: rgba(255, 255, 255, .8);
    z-index: 99;
    opacity: 1;
}

.pricing-table {
    cursor: pointer;
    height: 100%;
    background-color: #fff;
}

.pricing-default {
    cursor: pointer;
    display: block;
    height: 100%;
    position: relative;
    text-align: center;
}

.pricing-default h4 {
    font-size: 18px;
    color: #4c4c4c;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 24px 0 10px;
}
.default-even{
    height: 100%;
}
.default-even .default-h {
    margin: 0px 0px 10px;
}

.default-even .divAdd {
    top: 55%;
}

.default-even .default-p {
    margin-bottom: 24px;
}

.default-even .pricing-hover {
    bottom: 18px;
    top: initial;
}

.pricing-default b {
    height: 2px;
    width: 60px;
    display: block;
    margin: 0 auto;
    background: #00a0ff;
}

.pricing-default img {
    display: block;
    margin: 0 auto;
    cursor: pointer;
    height: auto;
}

.pricing-default p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    margin: 0;
    color: #999;
    line-height: 2;
    margin-top: 10px;
}

.pricing-hover {
    position: absolute;
    background: rgba(0, 160, 255, 0.8);
    top: 18px;
    left: 12%;
    height: 69%;
    width: 75%;
    margin-left: 2px;
    text-align: center;
    opacity: 0;
}
.btnGo, .btnGoHZZ, .btnGoCSNL{
    width: 120px;
    height: 40px;
    color: #fff;
    font-weight: 700;
    border-radius: 2px;
    text-align: center;
    line-height: 40px;
    display: block;
    margin: 30px auto 0;
    border: 1px solid rgba(255, 255, 255, .6);
    box-shadow: 0px 0px rgba(255, 255, 255, .6);
    letter-spacing: 1em;
    text-indent: 1em;
}

.pricing-default:hover .pricing-hover {
    opacity: 1;
}

.pricing-default:hover .pricing-default p {
    -webkit-line-clamp: 5;
}
p:hover{
    overflow: visible;
    z-index: 999999;
}
.pricing-default:hover .pricing-default h4, .pricing-default:hover .pricing-default b {
    visibility: hidden;
}

.pricing-default:hover .pricing-hover b {
    background: #f5f5f5;
}

.pricing-default:hover .pricing-hover h4 {
    color: #f5f5f5;
    font-size: 20px;
    margin-top: 20px;
    font-weight: 400;
}

.pricing-default:hover .pricing-hover img {
    margin-top: 20px;
}

.pricing-default:hover .divAdd {
    opacity: 0;
    z-index: -999;
}
#service .owl-carousel .owl-wrapper-outer {
    height: 100%;
}
#service .owl-buttons div {
    position: absolute;
    border-radius: inherit !important;
    width: 40px;
    height: 40px;
    right: -90px !important;

    padding: 0 !important;
    text-indent: -9999px;
    opacity: 1 !important;
}

#service .owl-prev {
    top: 30%;
    margin: -20px 0 0 !important;
    background: url(../images/btn_l1.png) rgba(0, 0, 0, .1) !important;
}

#service .owl-next {
    top: 30%;
    margin: 30px 0 0 !important;
    background: url(../images/btn_r.png) rgba(0, 0, 0, .1) !important;
}

