#idfaq {
    font-family: 'Segoe UI', sans-serif;
    background: #060923;
    padding: 7% 10%;
}

.cauhoithuonggap {
    font-weight: bold;
    font-size: 1.8rem;
    font-style: italic;
    color: aqua;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 234, 255, 0.8);
}


.form-quesition {
    padding-top: 50px;
    
}

.quesition {
    color: white;
    padding: 20px;
    max-width: 100%;
    background-color: #1D2939;
    margin-bottom: 15px;
    border-radius: 5px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}



.quesition:hover{
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
    transition: 0.4s;
}

.answer {
    display: none;
    max-width: 100%;
    padding: 10px;
    background-color: #1D2939;
    margin-bottom: 15px;
    border-radius: 5px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
    font-style: italic;
    color: #555;
    transition: opacity 0.5s ease;
    color: white;
    outline: none;
    -webkit-tap-highlight-color: transparent;

}

@media only screen and (max-width: 63.9375em) {
    .cauhoithuonggap {
        font-size: 1.5rem;
    }
}