.crumb {
    font-size: 14px;
    color: #666666;
    min-height: 80px;
    line-height: 80px;
    width: calc(85% - 30px);
    margin: 0 auto;
    max-width: 1920px;
}

.crumb .home .home_icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(/assets/image/f175bc985c1055cf88e66ec3bbeb886f24ea17df217f14041bd2e3f92e9d0de1.png);
    position: relative;
    top: 5px;
    margin-right: 5px;
}

.page1 .banner .text-box div {
    font-size: 2.625em;
    font-weight: normal;
    color: #000;
}

.page1 .banner .text-box p {
    font-size: 1.25em;
    color: #FFFFFF;
}

@media (max-width: 991px) {
    .page1 {
        margin-bottom: 40px !important;
    }
}

.section-1 .title {
    font-weight: Bold;
    font-size: 2em;
    color: #000000;
    padding: 15px 0;
}

.section-1 .row .col-lg-4, .section-1 .row .col-lg-6, .section-1 .row .col-lg-8 {
    padding: 0 7px;
}
@media (max-width: 991px) {
    .section-1 .row .col-lg-7 {
        padding: 0 7px;
    }
}
.section-1 .row .pic-text-box {
    display: flex;
    align-items: flex-start;
    padding: 20px 20px 30px;
    background: #F6F6F6;
    height: 252px;
}

.section-1 .row .pic-text-box img {
    width: 55px;
}

@media (max-width: 991px) {
    .section-1 .row .pic-text-box img {
        width: 35px;
        margin-right: 20px;
    }
}

.section-1 .row .pic-text-box .word {
    padding-left: 15px;
    height: 100%;
    padding-top: 5px;
    flex-direction: column;
    display: flex;
    word-break: break-word;
    flex-grow: 1;
}
.section-1 .row .pic-text-box .word .word-info {
    display: flex;
}
@media (max-width: 991px) {
    .section-1 .row .pic-text-box .word .word-info {
        flex-direction: column;
    }
}
@media (min-width: 992px) {
    .section-1 .row .pic-text-box .word {
        padding-right: 50px;
    }
    .section-1 .row .pic-text-box .word .info-item {
        margin-right: 20px;
        width: 50%;
    }
}
.section-1 .row .pic-text-box .word p:first-child {
    font-size: 18px;
    padding-top: 10px;
}

.section-1 .row .pic-text-box .word p:nth-child(2) {
    font-size: 16px;
    padding: 10px 0 30px;
    height: 20px;
}

.section-1 .row .col-lg-6 .pic-text-box .word p:first-child {
    font-size: 16px;
    padding: 10px 0 30px;
}

.section-1 .row .pic-text-box .word a {
    color: #C7000B;
    font-size: 16px;
    display: block;
    padding-bottom: 15px;
}
.section-1 .support .pic-text-box .word a {
    padding-top: 30px;
}
.section-1 .support .pic-text-box .word a + a {
    padding-top: 0;
}

textarea {
    min-height: 100px;
    max-height: 100px;
    min-width: 100%;
    max-width: 100%;
}

.required {
    display: none;
}

.required div {
    display: flex;
    justify-content: end;
    align-items: center;
    color: #c7000b;
    font-size: 14px;
    text-align: right;
    margin: 0;
}

.required img {
    margin-right: 4px;
}

.required p {
    margin-bottom: 0;
}

.radio {
    display: flex;
    position: relative;
}

.radio div {
    width: 20px;
    height: 20px;
    border: 1px solid #999;
    cursor: pointer;
    background: #fff;
    margin-right: 10px;
}

.radio span {
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 20px;
    left: 3px;
    top: -5px;
    cursor: pointer;
    display: none;
}

.radio p {
    flex: 1;
    margin-bottom: 20px !important;
}

.radio p a {
    text-decoration: underline;
}

.radio .en a {
    border-bottom: 1px solid #666;
    text-decoration: none;
}

.submit {
    width: 170px;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #999;
    background: #eee;
    color: #999;
}

@media (max-width: 991px) {
    .submit {
        width: 85px;
        font-size: 13px;
    }
}

.submit.active {
    background: #C7000B;
    color: #fff;
    cursor: pointer;
}

@media (max-width: 991px) {
    .crumb {
        display: none;
    }

    .page1 .banner .bg.mobile {
        background: #ececec;
        height: 379px;
        width: 100%;
    }

    .page1 .banner .text-box div {
        font-size: 2.625em;
        font-weight: normal;
        color: #000;
    }

    .page1 .banner .text-box p {
        font-size: 2em;
        line-height: 1.5em;
        color: #FFFFFF;
    }

    .section-1 .title {
        text-align: center;
    }

    .section-1 .row .pic-text-box {
        height: auto;
    }

    .section-1 .row .pic-text-box .word p:first-child {
        font-size: 16px !important;
        padding-top: 0;
    }

    .section-1 .row .pic-text-box .word p:nth-child(2) {
        font-size: 13px !important;
        padding: 0;
        height: auto !important;
    }

    .section-1 .row .pic-text-box .word a {
        color: #C7000B;
        font-size: 13px;
        padding-top: 0;
    }

    #student .title {
        text-align: left;
    }

    p {
        font-size: 13px !important;
    }
}

textarea.nocontent {
    border: 1px solid #c7000b;
}
.search-EmailInput.nocontent{
    border: 1px solid #c7000b;
}
.emailRequired{
    display: flex;
    /* justify-content: end; */
    align-items: center;
    color: #c7000b;
    font-size: 14px;
    text-align: right;
    margin: 0;
}
.mask {
    display: none;
}

.mask .pop-up-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 101;
    top: 0;
    left: 0;
}

.mask .submit-box {
    position: fixed;
    padding: 70px 0;
    background-color: #fff;
    top: 50%;
    margin-top: -155px;
    text-align: center;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    z-index: 101;
}

.mask .submit-box h5 {
    font-size: 26px;
    color: #333;
    font-weight: 400 !important;
}

.mask .submit-box .btn-rect {
    padding: 0 30px;
    min-width: 140px;
    height: 32px !important;
    line-height: 30px !important;
    text-align: center;
    border: 1px solid #111;
    display: inline-block;
    color: #111;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 0.875em;
    margin-top: 50px;
}

.mask .submit-box .btn-rect:hover {
    background: #C7000B;
    color: #fff;
    border: none;
}

@media (min-width: 992px) {
    .mask .submit-box .btn-rect {
        min-width: 170px;
        height: 40px !important;
        line-height: 38px !important;
    }
}

.mask .submit-box .icon-btn-close {
    position: absolute;
    top: 0px;
    right: 10px;
    cursor: pointer;
    font-size: 30px;
}

.float-r {
    float: right;
    margin-left: 10px;
}

ul, li {
    list-style-type: none;
}

form p {
    line-height: 150%;
    font-size: 1em;
}

.select-container {
    display: block;
    height: 32px;
    border: 1px solid #000;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    width: 35%;
    margin-bottom: 1em;
}

@media (max-width: 991px) {
    .select-container {
        width: 100% !important;
    }
}

textarea {
    margin: 1px !important;
}

.select-container .type-title {
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}

.select-container li {
    display: block;
    line-height: 1.4;
    font-size: 16px;
    color: #000;
    padding: 10px 0 10px 14px;
    cursor: pointer;
    border-bottom: 1px solid #eaeaea;
}

@media (max-width: 991px) {
    .select-container .type-title {
        font-size: 13px;
    }

    .select-container li {
        font-size: 13px;
    }
}

.select-container > ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    max-height: 326px;
    background: #fff;
    -moz-box-shadow: 0 1px 1px 2px #f1f1f1;
    -webkit-box-shadow: 0 1px 1px 2px #f1f1f1;
    box-shadow: 0 1px 1px 2px #f1f1f1;
    overflow-y: auto;
    z-index: 11;
}

textarea[name=content] {
    min-height: 252px;
    max-height: 252px;
    min-width: 100%;
    max-width: 100%;
    padding: 5px;
}

.select-container .type-title::after {
    content: '';
    position: absolute;
    right: 12px;
    top: 45%;
    width: 10px;
    height: 10px;
    border-left: 2px solid grey;
    border-bottom: 2px solid grey;
    -moz-transform: rotate(-45deg) translateY(-50%);
    -ms-transform: rotate(-45deg) translateY(-50%);
    -o-transform: rotate(-45deg) translateY(-50%);
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
}

.select-container.active .type-title::after {
    transform: rotate(135deg);
    border-color: #c7000b;
}

#submit {
    width: 104px;
    height: 37px;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #999;
    background: #eee;
}

.ml8 {
    margin-left: -8px;
}

@media (max-width: 991px) {
    .ml8 {
        margin-left: 0px;
    }
}

.mb20 {
    margin-bottom: 20px;
}

.sty-size {
    font-size: 16px;
    line-height: 24px;
}

.ml50 {
    margin-left: 50px;
}

.ml50.de {
    margin-left: 57px;
}

.section-1 .row .pic-text-box.pic-text-box-gr {
    display: flex;
    align-items: flex-start;
    padding: 20px 20px 30px;
    background: #F6F6F6;
    height: 278px;
}

.section-1 .row .pic-text-box.pic-text-box-za {
    display: flex;
    align-items: flex-start;
    padding: 20px 20px 30px;
    background: #F6F6F6;
    height: 400px;
}
@media (max-width: 991px) {
    .section-1 .row .pic-text-box.pic-text-box-za {
        height: auto;
    }
    .problemDiv p{
        margin-bottom: 5px;
    }
    .emailDiv p{
        margin-bottom: 5px;
    }
    .textara_p{
        margin: 20px 0  5px;
    }
}

@media (min-width:991px) {
    .proFeedback{display: flex;}
    .problemDiv{width:50%;}
    .problemDiv .select-container{
        width:70%;
    }
    .emailDiv{width: 50%;}
    .emailDiv input{
        width: 70%;
        padding: 5px;
    }
}
.search-EmailInput{
    width: 100%;
        height: 35px;
        border: 1px solid #000;
        border-radius: 5px;
    }    
