/*at center - blue*/
.sunway-title-01 {
    position: relative;
    padding-bottom:20px;
}

.sunway-title-01:before {
    position: absolute;
    background-size: contain !important;
    width: 100px;
    height: 5px;
    content: '';
    background-color: #244580;
    bottom:0px;
    right: 0px; left:0; margin:auto;
    background-repeat:no-repeat;
    }

/*at left - blue*/
.sunway-title-02 {
    position: relative;
    padding-bottom:20px;
}

.sunway-title-02:before {
    position: absolute;
    background-size: contain !important;
    width: 100px;
    height: 5px;
    content: '';
    background-color: #244580;
    bottom:0px;
    left:0; margin:auto;
    background-repeat:no-repeat;
    }

/*at left - white*/
.sunway-title-03 {
    position: relative;
    padding-bottom:20px;
}

.sunway-title-03:before {
    position: absolute;
    background-size: contain !important;
    width: 100px;
    height: 5px;
    content: '';
    background-color: #fff;
    bottom:0px;
    left:0; margin:auto;
    background-repeat:no-repeat;
    }



/*at left - green*/
.sunway-title-04 {
    position: relative;
    padding-bottom:20px;
}

.sunway-title-04:before {
    position: absolute;
    background-size: contain !important;
    width: 100px;
    height: 5px;
    content: '';
    background-color: #2e725c;
    bottom:0px;
    left:0; margin:auto;
    background-repeat:no-repeat;
    }


/*at center - white*/
.sunway-title-05 {
    position: relative;
    padding-bottom:20px;
}

.sunway-title-05:before {
    position: absolute;
    background-size: contain !important;
    width: 100px;
    height: 5px;
    content: '';
    background-color: #fff;
    bottom:0px;
    right: 0px; left:0; margin:auto;
    background-repeat:no-repeat;
    }

/*at center - green*/
.sunway-title-06 {
    position: relative;
    padding-bottom:20px;
}

.sunway-title-06:before {
    position: absolute;
    background-size: contain !important;
    width: 100px;
    height: 5px;
    content: '';
    background-color: #2e725c;
    bottom:0px;
    right: 0px; left:0; margin:auto;
    background-repeat:no-repeat;
    }