.shadow-line {
    display: none;
}
section {
    padding: 50px 0;
}
#review {
    background: #f2f3f8;
}
#review .div-title {
    width: 100%;
}
.widget-index .div-title-underbar {
    border: 0;
}
#info .widget-box {
    border:1px solid #e8e8e8;
    padding: 25px;
    min-height: 345px;
}
#info .widget-box .col-sm-4 {
    text-align: center;
}
#info .widget-box .profile-button {
    margin-top: 25px;
}
#info .widget-box .profile-img {
    display: inline-block;
}
#info .widget-box .profile-img img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border:1px solid #ccc;
}
#info .widget-box .profile-name {
    display: inline-block;
}
#info .widget-box .profile-button button {
    margin-top: 15px;
    min-width: 100px;

}
#info .widget-box .profile-info h4 {
    font-weight: normal;
    line-height: 20px;
    font-size: 15px;
    margin-top: 0;
}
#info .widget-box .profile-info h4 .en {
    font-size: 13px;
}
#banner1 {
    padding: 0;
}
#customer {
   background: url('/thema/Basic/assets/img/bg_section_customer.jpg') repeat center top;
}
#customer .customer-title {
    margin-bottom: 25px;
}
#customer .customer-title h1{
    font-size: 32px;
    font-weight: bold;
}
#customer .customer-utube-clip {
    width: 560px;
    margin: 0 auto;
}
#customer .customer-content {
    margin-top: 65px;
}

#customer .customer-content h2 {
    font-size: 28px;
    font-weight: bold
}
#customer .customer-content h4 {
    color: #518ddd;
    font-weight: normal;
}
#customer .customer-content.left .customer-content-title:before {
    content:'';
    border-left: 5px solid #000;
    float: left;
    width: 30px;
    height: 60px;
}
#customer .customer-content.left .customer-content-photo {
    position: absolute;
    width: 165px;
    height: 165px;
    border: 1px solid #ccc;
    padding: 15px;
    background: #fff;
    top: 50%;
    transform: translate(0, -50%);

}
#customer .customer-content.left .customer-content-cont {
    position: relative;
    margin-top: 55px;
}

#customer .customer-content.left .customer-content-photo img {
    width: 100%;
}
#customer .customer-content.left .customer-content-box {
    background: #fff;
    font-size: 16px;
    line-height: 26px;
    width: 90%;
    float: right;
    padding: 65px;
}
#customer .customer-content.right .customer-content-title {
    text-align: right;
}
#customer .customer-content.right .customer-content-title:before {
    content:'';
    border-left: 5px solid #000;
    float: right;
    margin-left: 30px;
    height: 60px;
}
#customer .customer-content.right .customer-content-photo {
    position: absolute;
    width: 165px;
    height: 165px;
    border: 1px solid #ccc;
    padding: 15px;
    background: #fff;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);

}
#customer .customer-content.right .customer-content-cont {
    position: relative;
    margin-top: 55px;
}

#customer .customer-content.right .customer-content-photo img {
    width: 100%;
}
#customer .customer-content.right .customer-content-box {
    background: #fff;
    font-size: 16px;
    line-height: 26px;
    width: 90%;
    padding: 65px;
}

#special .special-title h1 {
    font-weight: bold;
}

#lecture, #noti {
    background: #f2f3f8;
}
@media all and (max-width:767px) {
    section {
        padding: 25px 0;
    }
    section#noti {
        padding: 25px;
    }
    #info .widget-box {
        padding: 15px;
    }
    .profile-button {
        position: absolute;
        top: 100px;
        right: 10px;
    }
    .profile-info {
        margin-top: 70px;
    }
    .profile-img {
        position: absolute;
    }
    .profile-name {float: right; margin-right: 20px;}
    #customer .customer-utube-clip {
        width: 100%;
    }
    #customer .customer-utube-clip iframe {
        width: 100%;
        height: 200px;
    }
    #customer .customer-content h2 {
        font-size: 6vw;
    }
    #customer .customer-content.left .customer-content-box {
        width: 100%;
        padding: 11vw 5vw;
    }
    #customer .customer-content.left .customer-content-photo {
        width: 21vw;
        height: 21vw;
        top:0;
        left: 50%;
        transform: translate(-50%,-70%);
        padding: 2vw;
    }
    #customer .customer-content.right .customer-content-box {
        width: 100%;
        padding: 11vw 5vw;
    }
    #customer .customer-content.right .customer-content-photo {
        width: 21vw;
        height: 21vw;
        top:0;
        left: 50%;
        transform: translate(-50%,-70%);
        padding: 2vw;
    }
    #customer .customer-title h1, #special .special-title h1, #banner2 .banner2-title h1{
        font-size: 6vw;
    }
    #special .special-diagram img {
        width: 100%;
    }
}


