ul {
    margin: 0;
}



header {
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    padding: 10px 0;
    z-index: 99;
}


.fiexed-header-on header {
    height: 80px;
    background-color: rgba(0,0,0,.95);
}

.fiexed-header-on .col-md-8 {
    margin-top: 5px;
}

.fiexed-header-on .logo {
    transform: scale(.8);
    margin-top: 0;
    margin-bottom: 0;
}



/* ==========================================================================
   aboutÒ³±àÐ´
   ========================================================================== */

.son-index .breadcumb-area {
    background: rgba(0, 0, 0, 0) url(../img/son/breadcumb-bg.jpg) no-repeat scroll center center / cover;
    padding: 280px 0 80px;
}
.son-index .bg-with-gradient {
    position: relative;
    z-index: 2;
}
.son-index .breadcumb-area::before {
    opacity: 0.8;
}
.son-index .bg-with-gradient::before {
    background-image: linear-gradient( 0deg, rgb(71, 136, 217) 11%, rgb(2, 194, 202) 100%);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.75;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.son-index .bg-with-gradient::before {
    background-image: linear-gradient( 0deg, rgb(71, 136, 217) 11%, rgb(2, 194, 202) 100%);
}
.breadcumb-content .title {
    color: #ffffff;
    font-size: 68px;
    line-height: 60px;
    margin: 0 0 120px;
    text-align: center;
    text-transform: uppercase;
}
.breadcumb-content .links {
    list-style: outside none none;
    padding: 0;
}

.breadcumb-content .links li {
    display: inline-block;
    padding: 0 15px 0 0;
    position: relative;
}
.breadcumb-content .links li a {
    color: #00cae9;
    display: block;
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    text-transform: capitalize;
}
.breadcumb-content .links li:last-child a {
    color: #ffffff;
}
.breadcumb-content .links li:nth-last-child(2)::after {
    color: #ffffff;
}
.breadcumb-content .links li::after {
    color: #00cae9;
    content: "/";
    font-size: 26px;
    position: absolute;
    right: 0;
    top: -6px;
}
.breadcumb-content .links li:nth-last-child(1)::after {
    color: #00cae9;
    content: "";
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
}

.service .text-center{
    margin-bottom: 5%;
}