* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}
img{
    max-width: 100%;
}

.text-c {
    text-align: center;
}

.text-r {
    text-align: right;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.pad-0 {
    padding: 0 !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #19BBC6;
}

.btn-default:hover {
    background: #19BBC6;
    color: #fff !important;
}
.btn-primary:hover {
    background: #fff;
    color: #19BBC6 !important;
    border-color: #fff;
}

.wid-100 {
    width: 100%;
}

.btn-primary {
    background: #19BBC6;
    border-color: #19BBC6;
}

#title {
    padding: 30px;
    color: #333;
    font-size: 18px;
}


#title #subTitle {
    color: #999;
    font-size: 12px;
    position: relative;
    overflow: hidden;
}

#subTitle::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 8%;
    width: 100%;
    height: 1px;
    background: #F9F9F9;
}

#desc {
    color: #333;
    font-size: 12px;
}

img,
span {
    vertical-align: middle;
}

.mg-btm-10 {
    margin-bottom: 10px !important;
}

.mg-btm-20 {
    margin-bottom: 20px !important;
}
.bg-f9{
    background: #F9F9F9;
}
a {
    color: inherit;
}

a:focus, a:hover {
    color: #19BBC6;
}
    a:focus, a:hover{
        text-decoration: none;
    }
@media (max-width: 768px) {
    #title {
        padding: 15px;
    }
}
