/* 
    Created on : 2017-3-27, 16:37:16
    Author     : CHEEE, All Rights Reserved.
*/
.banner{
    background: url('../img/banner.jpg') no-repeat center;
    background-size: cover;
}
.quote{
    position:relative;
    z-index: 1;
    top: 90px;
    left: calc(100% - 670px);
    color: black;  
    width: 581px;
    text-align: right;
}
.quote span{
    display: block;
    font-size: 60px;
    line-height: 72px;
    font-family: Montserrat-Black;
}
#quote-left{
    position: relative;
    top: 35px;
    right: 460px;
}
#quote-right{
    position: relative;
    bottom: 35px;
    left: 75px;
}
.quote p{
    position: relative;
    bottom: 50px;
}
#quote-name{
    padding-top: 33px;
    font-size: 26px;
    line-height: 31px;
    font-weight: bold;
    color: #686868;
}
#quote-title{
    padding-top: 10px;
    font-size: 16px;
    line-height: 19px;
    color: #848485
}
.after-banner{
    min-height: 184px;
}
.banner2{
    background: url(../img/banner2.png) no-repeat center;
    background-size: cover;
    width: 100%;
    margin: 0 auto;
    height: 450px;
    border-bottom: 5px solid black;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}

.banner2-div{
    position: relative;
    top: 125px;
    border-bottom: 2px solid white;
    width: 90%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: white;
}

#banner2-div1{
    height: 33px;
    font-size: 20px;
    font-weight: lighter;
}

#banner2-div2{
    padding-top: 45px;
    height: 92px;
    font-size: 45px;
    font-weight: lighter;
}

#banner2-div3{
    padding-top: 11px;
    height: 30px;
    font-size: 20px;
    font-weight: 200;
}
.myskill table{
    margin-bottom: 30px;
}
@media (max-width: 1199px){
    .quote{
        top: 70px;
    }
    .quote span{
        font-size: 40px;
        line-height: 45px;
    }
    #quote-left{
        top: 20px;
        right: 320px;
        width: 40px;
    }
    #quote-right{
        bottom: 20px;
        left: 70px;
        width: 40px;
    }
    #quote-name{
        padding-top: 33px;
        font-size: 20px;
    }
    #quote-title{
        padding-top: 10px;
        font-size: 14px;
    }
    #banner2-div2{
        padding-top: 50px;
        font-size: 40px;
    }
}
@media (max-width: 768px){
    .banner{
        background-position-x: -80px;
    }
    .quote{
        top: 70px;
        left: calc(100% - 650px);
    }
    .quote span{
        font-size: 25px;
        line-height: 30px;
    }
    #quote-left{
        top: 24px;
        right: 200px;
        width: 25px;
    }   
    #quote-right{
        bottom: 25px;
        left: 40px;
        width: 25px;
    }
    #quote-name{
        padding-top: 30px;
        font-size: 16px;
    }
    #quote-title{
        padding-top: 0px;
        font-size: 12px;
    }
    .banner2{
        height: 280px;
    }
    .banner2-div{
        top: 40px;
    }
    #banner2-div1{
        height: 33px;
        font-size: 10px;
    }

    #banner2-div2{
        padding-top: 50px;
        height: 70px;
        font-size: 25px;
    }

    #banner2-div3{
        font-size: 10px;
    }
}
@media (max-width: 414px){
    .banner{
        background-position-x: -60px;
    }
    .quote{
        top: 0px;
        left: calc(100% - 620px);
    }
    .quote span{
        font-size: 20px;
        line-height: 22px;
    }
    #quote-left{
        top: 20px;
        right: 150px;
        width: 20px;
    }   
    #quote-right{
        bottom: 25px;
        left: 30px;
        width: 20px;
    }
    #quote-name{
        padding-top: 30px;
        font-size: 14px;
        line-height: 16px;
    }
    #quote-title{
        padding-top: 0px;
        line-height: 14px;
        font-size: 12px;
    }
    #banner2-div1{
        padding-top: 15px;
    }
    #banner2-div2{
        padding-top: 20px;
        height: 70px;
        font-size: 25px;
    }
}