.formDkSer{
    margin-bottom: 20px;
    padding: 25px 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.formDkSer .wrapSerFm{
    max-width: 770px;
    margin: 0 auto;
}
.formStyAll .groupFrm textarea{
    height: 93px;
}
.formDkSer .titleFRm{
    margin-bottom: 10px;
    text-align: center;
}
.formDkSer .titleFRm h2{
    color: #ffffff;
    font-size: 23px;
    line-height: 35px;
    text-transform: uppercase;
}

.question-wrap{
    margin-bottom: 30px;
}
.question {
    padding: 15px 0px 10px 45px;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.questionRes .question:last-child{
    border-bottom: none;
}
.question .number{
    position: absolute;
    left: 0px;
    top: 16px;
    z-index: 1;
    color: #ffffff;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #da2028;
    text-align: center;
}
.question .quest{
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}
.question .quest::before{
    content: "\f078";
    font-family: fontAwesome;
    position: absolute;
    right: 4px;
    top: 2px;
    font-size: 12px;
    line-height: 20px;
    color: #999999;
    z-index: 1;
    
}

.question.active .quest:before{
    content: "\f077";
    color: #da2028;
}
.question .quest .que {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.question.active .quest .que{

}
.question .quest .que span{
    color: #999999;
    font-weight: normal;
    display: block;
    margin-top: 10px;
}
.question .quest .time{
 
    line-height: 21px;
    color:#999999;
    font-style: italic;
}
.question .answer {
    position: relative;
    display: none;
    font-size: 14px;
    line-height: 22px;
    padding-right: 30px;
}
.question .answer .dowlowFile {
    margin-top: 10px;
}
.question .answer .dowlowFile a{
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #1c89c6;
    border-radius: 3px;
}
.question .answer .dowlowFile a span{
    display: inline-block;
    padding-left: 20px;
    position: relative;
}
.question .answer .dowlowFile a span::before{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: fontAwesome;
    color: #1d89c6;
}

/* formFaqQue */
.formFaqQue{
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 40px 100px 50px;
}
.formFaqQue .titleAFrmFaq{
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
}
.formFaqQue .titleAFrmFaq::before{
    content: '';
    width: 50px;
    height: 3px;
    background-color: #da2028;
    position: absolute;
    bottom: 0;
}
.formFaqQue .titleAFrmFaq h2{
    font-weight: 500;
    font-family: 'Oswald';
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: #1f4286;
}
.formFaqQue .contentFrmFaq .noteFrm{
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 10px;
}
.formFaqQue .frmAll textarea{
    height: 123px;
}
/* formFaqQue */

/* lstLinkTab */
.lstLinkTab{
    padding: 10px 0 0;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}
.lstLinkTab ul{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    overflow: hidden;
    overflow-x: auto;
    align-content: center;
    height: 35px;
}

.lstLinkTab ul::-webkit-scrollbar {
    height: 5px;
    background-color: #F5F5F5;
} 
.lstLinkTab ul::-webkit-scrollbar-thumb {
    background-color: #da2028;
}
.lstLinkTab ul li{
    margin: 0 5px;
}
.lstLinkTab ul li a{
    display: block;
    text-transform: uppercase;
    padding: 0px 20px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    font-weight: bold;
}
@media all and (max-width: 991px){
    .question .quest .que{
        font-size: 15px;
        line-height: 23px;
    }
    .formFaqQue{
        padding: 30px 20px 30px;
    }
    .lstLinkTab ul::-webkit-scrollbar {
        height: 0px;
    } 
    .lstLinkTab ul{
        align-content: flex-start;
    }
    .lstLinkTab ul li a{
        padding: 0px 15px;
    }
}