.header-content{
    position: relative;
    min-width: 320px;
    max-width: 1000px;
    margin: auto;
    z-index: 2;
}
.header-content {
    margin-left: 136px;
}
.btn.request-consult{
    padding:10px 35px;
    background-color: #eee;
    font-size:18px;
    font-family: "aGothic19", Helvetica, Arial, sans-serif;
    font-weight: bold;
}
@media (min-width: 769px) {
    .header-wrap{
        padding-top: 140px;
        height: 480px;
    }
    .header-content .main-container h2 {
        font-size: 52px;
    }
}
@media screen and (max-width: 768px) {
    .header-wrap{
        padding-top: 80px;
        height: 350px;
        position:relative;
        overflow: hidden;
    }
    .header-content{
        position: relative;
        width: 100%;
        padding:0 10px;
        margin: 0;
        z-index: 2;
    }

    .header-content .main-container .mobile-block{
        display: block;
    }
    .request-consult{
        display:none;
    }
}
/*main*/
.slide{
    position:relative;
}
.slide-div{
    overflow:hidden;
    position:relative;
    margin: 0px 64px;
    display: flex;
}
.slide-content{
    display: flex;
    position:relative;
    flex-direction:row;
}
.pass-note-slide{
    display: flex;
    flex-direction: row;
}
.slide-request-consult{
    padding: 10px;
    height: 100%;
}
.slide-request-consult .request-consult{
    background: #eee;
    border-radius: 15px;
    text-align: center;
    min-width: 100px;
    max-width: 200px;
    width: 100%;
    height: 100%;
    font-family: "aGothic19", Helvetica, Arial, sans-serif;
    border: 1px solid #999;
}

.pass-note{
    background:#eee;
    border-radius: 15px;
    text-align:center;
    margin:0 10px;
    padding: 10px 20px;
    width:200px;
}

.pass-note-title{
    font-family: "aGothic15", Helvetica, Arial, sans-serif;
    text-align:center;
    font-size:24px;
}
.pass-note-detail .pass-note-title{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 300px;
}
.pass-note .pass-note-subtitle{
    font-size:14px;
}
.pass-note-detail .pass-note-subtitle{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 300px;
}
.pass-note-detail .pass-note-content{
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.pass-note-image{
    border: 2px solid #eee;
}
.pass-note-image img{
    width: 320px;
    height: 160px;
}
.pass-note-detail{
    border-radius: 15px;
    margin:10px;
    display: flex;
    flex-direction: column;
    flex: 1 1 300px;
}
.more-review{
    font-size: 18px;
    margin-bottom: 0;
}
.more-video{
    font-size: 18px;
    margin-bottom: 0;
}
.btn-right{
    display: flex;
    flex-direction: row-reverse;
}
.btn-arrow{
    background: #000;
    border-radius: 36px;
    width: 36px;
    height: 36px;
    display: inline-block;

}
.btn-arrow img{
    width: 100%;
    padding: 4px;
}

.btn-floating{
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #000;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
a.btn-floating{
    text-decoration: none;
}
.left-btn{
    position: absolute;
    top:calc(50% - 20px);
    left: 10px;
    color:#fff;
}
.right-btn{
    position:absolute;
    top:calc(50% - 20px);
    right:10px;
}
.left-btn:hover{
    color:#fff;
}
.right-btn:hover{
    color:#fff;
}
@media screen and (max-width: 768px){

    .slide-div{
        overflow-x:scroll;
        margin:10px;
    }
    .left-btn{
        display:none;
    }
    .right-btn{
        display:none;
    }
    .advantages-container{
        margin:0;
        padding:0;
    }
}

.title-content{
    text-align:center;
    border-bottom:3px solid #bbb;
    margin-bottom: 20px;
    font-family: "aGothic19", Helvetica, Arial, sans-serif;
    padding-bottom:20px;
    margin-top: 40px;
}
.progress-row{
    max-width: 1650px;
    margin: auto;
}
.row-flex{
    display:flex;
    flex-direction: row;
}
.flex-item-image{

}
.flex-item-image img{
    width: 100%;
    margin-bottom: 20px;
}
.flex-item{
    display: flex;
    flex-direction: column;
    flex: 1 1 300px;
}
.item-content{
    border-radius: 5px;
    background: #eee;
    padding: 5px;
    height: 100%;
}
.item-content h3{
    font-family: "aGothic19", Helvetica, Arial, sans-serif;
    font-size: 24px;
    margin: 0;
}
.item-content p{
    margin: 5px 0;
    font-size: 14px;
}
.video-item{
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1 1 25%;
    justify-content: space-around;
}
.video-view-content {
    height:100%;
    min-height: 300px;
    max-height: 300px;
}
.video-title{
    margin:0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.video-content{
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


@media screen and (max-width: 767px){
    .item-content{
        margin-bottom: 20px;
    }
    .row-flex{
        flex-direction:column;
    }
    .flex-item{
        flex: 1 1 100%;
    }
    .video-item{
        flex: 1 1 100%;
    }
    .video-view-content{
        height: 210px;
        max-height: 210px;
        flex-direction:column;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .slide-request-consult .request-consult{
        font-size:1.35vw;
    }
    .row-container{
        margin:0 10px;
    }
    .item-content{
        margin-bottom: 20px;
    }
    .video-row{
        flex-wrap: wrap;
    }
    .video-item{
        flex: 1 1 50%;
    }

    .video-view-content{
        height: 260px;
        max-height: 260px;
        flex-direction:column;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1980px) {
    .slide-request-consult .request-consult{
        font-size:1.25vw;
    }
}
.consultant-content{
    padding:10px 20px;
    max-width: 1650px;
    margin: auto;
}
.consultant-content:first-of-type{
    padding-top: 0;
}
.consultant-content:last-of-type{
    padding-bottom: 20px;
}
.consultant-image{
    display: block;
    margin: auto;
    width:100%;
    max-width: 300px;
}
.consultant-name{
    margin: 20px 0;
    color:#3a909a;
    font-size:18px;
    font-style: italic;
    font-weight: bold;
    font-family: "aGothic15", Helvetica, Arial, sans-serif;
}
.consultant-career-goal{
    margin: 20px 0;
    font-size: 20px;
    font-family: "aGothic15", Helvetica, Arial, sans-serif;
}
.consultant-description{
    font-family: "aGothic15", Helvetica, Arial, sans-serif;
    font-size: 14px;
}
.consultant-history div{
    font-family: "aGothic15", Helvetica, Arial, sans-serif;
    color:#595959;
    font-size: 14px;
}
.consultant-history h5{
    font-family: "aGothic15", Helvetica, Arial, sans-serif;
    font-size: 16px;
}
.row-advantages{
    overflow:hidden;
    background-size: 100% auto;
    background-image: url(/img/3_homepage_main_foot.jpg);
    background-position: center;
    background-repeat:  no-repeat;
    position: relative;
}
.row-advantages .dim {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(118,113,113,0.71);
    z-index: 1;
}
.advantages-container{
    padding: 50px 10%;
    margin: 0 35px;
    position: relative;
    z-index: 2;
}
.advantages-title{
    color:#fff;
    font-family: "aGothic15", Helvetica, Arial, sans-serif;
    font-size:18px;
    font-weight: bold;
}
.advantages-content{
    color:#fff;
    font-family: "aGothic15", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

@media screen and (max-width: 320px){
    .title-content .mobile-block{
        display: block;
    }
}
@media screen and (max-width: 768px){
    .row{
        margin: 0 -10px;
    }
    .item-content{
        margin-bottom: 10px;
    }
    .item-content h3{
        font-size: 18px;
    }
    .flex-item-image img{
        margin-bottom: 5px;
    }
    .slide{
        padding:0;
    }
    .video-row{
        margin-bottom: 0 !important;
    }
    .video-item{
        margin-bottom: 20px;
    }
    .video-title{
        height: auto;
        max-height:150px;
        padding:0;
    }
    .more-review{
        font-size: 14px;
    }
    .more-video{
        font-size: 14px;
    }
    .btn-arrow{
        width: 24px;
        height: 24px;
        border-radius: 24px;

    }
    .pass-note-detail .pass-note-title{
        font-size: 18px;
    }
    .video-title{
        font-size: 18px;
    }
    .title-content{
        font-size: 20px;
        border-bottom:0px;
        margin-top: 20px;
        margin-bottom: 10px;
        padding-bottom : 0;
    }

    .consultant-image{
        padding: 20px;
    }
    .consultant-container h4{
        font-size: 16px;
        font-weight: bold;
    }

    .advantages-container{
        margin:0;
        padding:20px;
    }
    .advantages-title{
        font-weight: normal;
    }
    .advantages-content{
    }
}