/* section-tab ===== */
ul.qa_accordion {
    padding:0;
}
ul.qa_accordion li {
    padding: 28px 70px 28px 0;
}
ul.qa_accordion li:hover {
    background: none;
}
ul.qa_accordion li:hover h2 {
    color:#000;
}
ul.qa_accordion li:hover p {
    color:#000;
}
ul.qa_accordion li:hover i {
    background: #000;

}
/** 切換頁籤 **/

.qa_tab {
    position: relative;
    left: -64px;
}

.c_form_style,.qa_tab a {
    display: block;
    color: #858585;
    margin-bottom: 13px;
    background: #e1e2e8;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    letter-spacing: 1.2px;
}
.c_form_style select {
    color:#fff;
    padding-left:55px;
}

.qa_tab a:hover,
.c_form_style,.qa_tab a.active {
    background: #262626;
    color: #fff;
}

.c_form_style,.qa_tab a.active {
    -webkit-box-shadow: 0px 0px 36px -5px rgba(150, 150, 150, 1);
    -moz-box-shadow: 0px 0px 36px -5px rgba(150, 150, 150, 1);
    box-shadow: 0px 0px 25px -5px rgba(150, 150, 150, 1);
}

.qa_tab a i {
    width: 31px;
    height: 31px;
    display: inline-block;
    vertical-align: middle;
    background-position: center center;
    background-size: auto auto;
    background-repeat: no-repeat;
    background-image: url(../images/qa/c_tab_icon.png);
    margin: 0 32px 0 10px;
}

.c-section-1 {
    padding-top: 140px;
}

.section_tab {
    padding: 10px 0 80px 0;
}

.tab_content {
    border: 1px solid #dfdfdf;
    background: rgba(255, 255, 255, 0.65);
    padding: 60px 0 60px 0;
    position: relative;
    z-index: 1;
}

.c-dec-text {
    font-size: 175.3px;
    line-height: 170px;
    color: #bababa;
    position: absolute;
    z-index: 0;
    opacity: 0.08;
    right: -65px;
    top:-100px;
    text-align: right;
}


/* section-tab =====End */

@media (max-width: 991px) {}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .tab_content {
        width: 90%;
        margin-left:10%;
    }
    ul.qa_accordion {
        list-style: none;
        padding: 0;
        margin: 0;
        padding: 0;
    }
    .qa_tab {
        width: 200px;
    }
}
@media (max-width: 767px) {
    .qa_tab {
        position: relative;
        left: 0px;
    }
    ul.qa_accordion {
        list-style: none;
        padding: 0;
        margin: 12px 0 0 0;
        padding: 0 0 0 0;
    }
    ul.qa_accordion li {
        padding: 18px 0 28px 0px;
        background-color: rgba(252, 252, 252, 1);
    }
    ul.qa_accordion li h2 {
        font-size: 15px;
        line-height: 20px;
        margin: 0 50px 0 0;
    }
    ul.qa_accordion li i {
        right: 0px;
        top: 2px;
    }
    .c_form_style {
        background-position: 12px center;
        background-size: auto auto;
        background-repeat: no-repeat;
        background-image: url(../images/qa/c_tab_icon.png);
        background-color: rgba(38, 38, 38, 1);
    }
    .c_form_style .icon-chevron-thin-down {
        top: 14px;
        font-size: 15px;
        color: #fff;
        background-color: rgba(38, 38, 38, 1);
    }
    .c_form_style select {
        color: #fff;
        padding-left: 55px;
        position: relative;
        top:5px;
    }
    .tab_content {
        padding: 20px 15px 20px 15px;
        background-color: rgba(252, 252, 252, 1);
    }
    ul.qa_accordion li p {
        margin: 16px 0 0 0;
    }
    .section_tab {
        padding: 10px 0 45px 0;
    }
    .c-page-title .en {
        font-size: 70px;
        line-height: 70px;
        display: inline-block;
    }
    .c-page-title-box {
        bottom: -25px;
    }
}
