.yiju-eng{
    min-height: 600px;
}

.yiju-eng .contact-form-title{
    font-weight: bold;
    background-color: #e4773a;
    color: #fff;
    min-height: 40px;
    padding: 4px 4px 4px 12px;
}

.yiju-eng .contact-entry{
    width: 100%;
    border: 1px solid #e4773a;
    padding: 5px 10px 5px 10px;
    margin-bottom: 15px;
}

.yiju-eng .contact-form-title .pull-right-icon{
    background-color: #fff;
    width: 30px;
    text-align: center;
}

.yiju-eng .contact-form-title i{
    font-size: 30px;
    color: #e4773a;
}

.yiju-eng .no-margin{
    margin: 0px!important;
}

.yiju-eng .no-padding{
    padding: 0px!important;
}

.yiju-eng .section{
    margin-bottom: 60px;
}

.yiju-eng .text-thin{
    font-weight: normal!important;
}

.yiju-eng .section-title{
    color: #000;
    font-weight: 900;
    font-size:  24px;
    margin-top: 25px;
    margin-bottom: 15px;
}

.yiju-eng .section-title-big{
    color: #000;
    font-weight: 900;
    font-size:  30px;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.yiju-eng .section-title-small{
    color: #000;
    font-weight: 900;
    font-size:  20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.yiju-eng .why-block{
    min-height: 360px;
    padding: 25px;
}

.yiju-eng .why-block .title{
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    padding-top:25px;
    padding-bottom: 15px;
    text-align: left;
}

.yiju-eng .why-block .content{
    font-size: 16px;
    color: #fff;
    padding-top:10px;
    padding-bottom: 20px;
    text-align: left;
}

.yiju-eng .why-block.orange{
    background-color: #e4773a;
}

.yiju-eng .why-block.grey{
    background-color: #9c968f;
}

.yiju-eng .why-block.black{
    background-color: #333;
}

.yiju-eng .section-content{
    color: #000;
    font-size:  20px;
    margin-bottom: 15px;
}

.yiju-eng .section-content-big{
    color: #000;
    font-size:  22px;
    margin-bottom: 20px;
    font-weight: 600;
}

.yiju-eng .section-content-why{
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 40px;
    text-align: center;
}

.yiju-eng .section-content-partners{
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px;
    text-align: center;
    /*border: 1px solid #e4773a;*/
}

.yiju-eng .section-content-partners .sponsor{
    border: 1px solid #e4773a;
    margin-right: -1px;
    margin-bottom: -1px;
}

.yiju-eng .section-number{
    font-size: 48px;
    color: #e4773a;
    font-weight: 700;
    text-align: center;
}

.yiju-eng .section-number-desc{
    display: table;
    min-height: 68px;
    padding-left: 15px;
    margin: 0px;
}

.yiju-eng .section-number-desc span{
    display: table-cell;
    vertical-align: middle;
}

.yiju-eng h1{
    color: #e4773a;
    text-align: center;
}

.yiju-eng .header-intro{
    font-size: 26px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}

.yiju-eng .button-container{
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.yiju-eng .button-container-left{
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

.yiju-eng .btn-large{
    display: inline-block;
    background-color: #e4773a;
    padding: 10px 35px 10px 35px;
    min-width: 250px;
    font-size: 22px;
    color: #fff;
    line-height: 38px;
}

@media (max-width:479px){
    .yiju-eng .section-number-desc{
        min-height: auto;
        text-align: center;
        margin-bottom: 15px;
        padding: 0px;
        display: block;
    }
    
    .yiju-eng .section-number-desc span{
        display: inline-block;
    }
    
    .yiju-eng .button-container-left{
        text-align: center;
    }
}