section.section_faq{
    min-height: 350px;
    width: 100%;
    background-color:black;
}

section.section_faq .contain_line_top{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.section_faq .contain_line_top .element_title_faq{
    background-color: black;
    color: white;
    width: 250px;
    height: 50px;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    line-height: 50px;
}

section.section_faq .contain_list_element_faq{
    display: flex;
    justify-content: space-between;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 50px;
}

section.section_faq .contain_list_element_faq .contain_left_faq{
    width: 60%;
    min-height: 350px;
    margin-right: 20px;
    padding-left: 20px;
}

section.section_faq .contain_list_element_faq .contain_left_faq .line_faq{
    min-height: 250px;
    width: 100%;
    border: 1px solid black;
    background-color: black;
    border-bottom: 1px solid  white;
    padding: 30px;
    margin-bottom: 5px;
}
section.section_faq .contain_list_element_faq .contain_left_faq .line_faq .title_faq{
    font-size: 32px;
    font-weight: bold;
    padding: 0;
    padding-bottom: 0px;
    margin: 0;
    margin-bottom: 8px;
    color: white;

}
section.section_faq .contain_list_element_faq .contain_left_faq .line_faq .text_question_01{
    
    font-size: 18px;
    color: white;
}

section.section_faq .contain_list_element_faq .contain_left_faq .line_faq .contain_line_reponse{
    border: 1px solid #fff;
    min-height: 150px;
    width: 100%;
    background-color: #fff;
}
section.section_faq .contain_list_element_faq .contain_left_faq .line_faq .contain_line_reponse{
    width: 100%;
    padding: 10px;
}
section.section_faq .contain_list_element_faq .contain_left_faq .line_faq .contain_line_reponse .contain_element_reponse_top{

    display: flex;
    justify-content: left;

}
section.section_faq .contain_list_element_faq .contain_left_faq .line_faq .contain_line_reponse .contain_er_top_left{
    width: 80px;
    height: 80px;
    background-color: black;
}
section.section_faq .contain_list_element_faq .contain_left_faq .line_faq .contain_line_reponse .contain_er_top_right{
    font-size: 12px;
    padding-left: 15px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
section.section_faq .contain_list_element_faq .contain_left_faq .line_faq .contain_line_reponse .contain_er_top_right p{
    margin: 0;
}

section.section_faq .contain_list_element_faq .contain_left_faq .line_faq .contain_line_reponse .contain_element_reponse_text p{
    font-size: 13px;
    margin-top: 15px;
    font-style: italic;
}


section.section_faq .contain_list_element_faq .contain_right_faq{
    width: calc(40% - 30px);
    height: 350px;
    display: block;
    padding: 30px;
    padding-left: 15px;
    position: sticky;
    position:-webkit-sticky;
    top: 180px;
    z-index: 100000;
}

section.section_faq .contain_list_element_faq .contain_right_faq .line_title_recent_faq{
    font-weight: bold;
    background-color: white;
    padding: 5px;
    padding-left: 15px;
}
section.section_faq .contain_list_element_faq .contain_right_faq ul {
    list-style-type: none;
}
section.section_faq .contain_list_element_faq .contain_right_faq ul li{
    border-bottom: 1px solid white;
    margin-bottom: 15px;
}
section.section_faq .contain_list_element_faq .contain_right_faq ul li a{
    color: white;
    font-size: 12px;
    font-style: italic;
}



@media only screen and (max-width:1030px) {
    
    section.section_faq .contain_list_element_faq{
        flex-wrap: wrap;
    } 
    section.section_faq .contain_list_element_faq .contain_left_faq{
        width: 90%;
    }
    
    section.section_faq .contain_list_element_faq .contain_right_faq{
        width: 90%;
    }
}