.section-tittle .spanX {
    text-transform: none;
    display: contents;
    color: #ee7f19
}

.sponsor {
    width: 50% !important;
    border: 1px solid #ffff;
    padding: 10px;
    margin-bottom: 0px !important
}

.sponsor-title h5 {
    background: #ffff;
    color: #000;
    padding: 10px;
    width: 50%;
    font-size: 18px
}

.sponsor-title p {
    color: #9B9EAC;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5
}

.sponsorBg {
    background: #0e0e0e;
    padding-top: 90px
}

.shedule-wrapper .shedule-items .shedule-left .job-tittle h4 {
    color: #ffff;
    font-family: "obvia", 'Noto Sans TC', sans-serif;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
}

.price {
    width: 210px;
    text-align: left;
}

@media (max-width: 575px) {
    .price {
        width: 100%
    }

}

.section-top-border {
    border: none;
    padding: 0 0 120px 0
}

.single-gallery-image {
    margin: 0 auto;
    height: 90px;
}
.team-area .single-team .team-caption h3 {
    color: #FFBD00;
    font-weight: 600;
    font-size: 24px
}
.team-area .single-team .team-caption .engFW{
    font-weight: normal;
}
.shedule-wrapper .shedule-items .shedule-left .job-tittle .engLS{
    margin-bottom: 10px ;
    font-weight: 500
}
.translate-btn{
    color: #ffffff !important;
    border-radius: 10px;
    padding: 10px 20px !important;
}
.translate-btn:hover{
    color: #FF60CE !important;   
}