.main_txt_color{
    color: #75a83e;
}
.word_bold{
    font-weight: bold;
}
.service-detail-page .banner-section:before{
    background-image: url(../images/bg-overlay.png);
}
/* 聯絡我們表單 */
.contact_form.--hide{
    display: none;
}
.contact_input_box {
    margin-bottom: 25px;
    position: relative;
}
.contact_input{
    width: 100%;
    height: 50px;
    background-color: #0c111d;
    border: 1px solid #333741;
    border-radius: 10px;
    color: #85888e;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 10px 14px;
}
.contact_input:focus{
    outline: none;
    border-color: #333741;
    color: #85888e;
}
.contact_us .contact_input {
    border-color: #d6d6d6;
}
.contact_us .contact_input:focus{
    background: #fff;
    border-color: #919191;
    color: #919191;
}
.contact_form .error_icon{
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    height: 48px;
    width: 50px;
    display: none;
}
.--error .contact_input{
    border-color: #e80000;
}
.--error .error_icon{
    background: #e80000;
    border-radius: 8px;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    display: block;
}
.error_notice{
    display: none;
}
.--error .error_notice,
.error_notice.--show {
    display: block;
    color: #e80000;
    margin-top: 10px;
}
.contact_textarea{
    width: 100%;
    height: 200px;
    background-color: #0c111d;
    border: 1px solid #333741;
    border-radius: 10px;
    color: #85888e;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 10px 14px;
    margin-bottom: 25px;
}
.contact_textarea:focus{
    outline: none;
}
.contact_us .contact_textarea {
    border-color: #d6d6d6;
}
.contact_us .contact_textarea:focus {
    background: #fff;
    border-color: #919191;
    color: #919191;
}
.--error .contact_textarea{
    border-color: #e80000;
}
.contact_select_file{
    position: relative;
    width: 100%;
    background-color: #0c111d;
    border-radius: 10px;
    border: none;
    color: #85888e;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 10px 14px;
    margin-bottom: 69px;
    cursor: pointer;
}
.contact_select_file:focus{
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    outline: none;
}
.contact_us .contact_select_file:active{
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}
.contact_select_file:before{
    content: '';
    position: absolute;
    top: 62px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #f5f5f5;
}
.contact_submit_btn{
    background-color: #75a83e;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    width: 100%;
    padding: 12px;
    height: 50px;
    border: none;
    margin-bottom: 25px;
}
.form-section__title{
    padding-bottom: 48px;
}
.contact_us.--hide{
    display: none;
}
.contact_us .contact_input,
.contact_us .contact_textarea,
.contact_us .contact_select_file{
    background: #fff;
    color: #737373;
}
.contact_us .contact_select_file{
    border: 1px solid #d6d6d6;
}
.contact_form+.thank_container{
    color: #FFF;
}
.thank_container{
    display: none;
}
.thank_container.--show{
    display: block;
}
.thank_title,
.thank_txt{
    text-align: center;
}
.thank_txt{
    display: block;
    margin: 20px 0;
}
.thank_img{
    width: 100%;
}
/* footer訂閱我們 */
.sub_title{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 16px;
}
.sub_txt{
    display: block;
    color: #424242;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 16px;
}
.sub_input_box{
    width: 100%;
    position: relative;
}
.sub_input{
    width: 100%;
    background-color: #fff;
    border: .1rem solid #dcdcdc;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
    color: #6d6d6d;
    font-size: 16px;
    height: 40px;
    line-height: 24px;
    padding: 11px 63px 11px 16px;
}
.sub_input:hover{
    border-color: #75a83e;
    box-shadow: 0 0 .4rem 0 #75a83e;
}
.sub_input:focus{
    outline: none;
}
.sub_btn{
    align-items: center;
    border: none;
    background-color: #75a83e;
    border-radius: 0 4px 4px 0;
    color: #fff;
    content: "\f061";
    display: flex;
    font-family: Font Awesome\ 6 Pro;
    font-size: 22px;
    height: 40px;
    justify-content: center;
    right: 0;
    position: absolute;
    top: 0;
    width: 40px;
}
.--error .sub_input{
    border-color: #e80000;
}
.submitted_txt{
    display: block;
    margin: 10px 0;
}
.subscribe_box.--hide,
.form_submitted{
    display: none;
}
.form_submitted.--show{
    display: block;
}