.box-guide {
    background-color: #fff;
    padding: 13px 20px 12px;
    border-bottom: 1px solid #eaeef1;
}

.style-icons-font.sty-normal {
    color: #083f88;
    display: inline-block;
    margin-right: 3px;
    font-size: 22px;
    line-height: 1;
}

.box-guide .lb_guide {
    font-size: 17px;
    font-weight: 700;
}

.box-guide .lb_text_guide {
    color: #444;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: normal;
}

.box-star {
    background-color: #fff;
    padding: 20px;
}

.button-help.active {
    color: #fff;
    background-color: #3371e3;
}

.button-help {
    border: 1px solid #ddd;
    height: 65px;
    margin-bottom: 5%;
    width: 100%;
    color: #aaa;
}

.button-help .fas {
    position: absolute;
    padding-left: 8%;
    line-height: 63px;
    font-size: 40px;
}

.label-button {
    display: inline-block;
    font-size: 20px;
    line-height: 63px;
    padding-left: 30%;
    font-weight: normal;
}

.block-page-faq .title {
    padding-bottom: 0;
}

#main_detail .bottomline {
    width: 100%;
}

#main_detail .sizeText {
    font-size: 30px;
    font-weight: 700;
}

.block-page-faq .title h3 {
    margin: 0;
}

#main_detail .setColor {
    color: #023F88;
    font-size: 20px;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.block-page-faq .lb_group {
    position: relative;
    z-index: 2;
    padding-top: 10px;
}

.block-page-faq .bx_detail {
    width: 100%;
    display: block;
    padding-top: 10px;
}

.block-page-faq .bx_detail .video-detail {
    padding: 10px;
    border-radius: 5px;
    background-color: #f0f0f0;
    margin-bottom: 5px;
}

.block-page-faq .bx_detail .video-detail span.text-label {
    font-size: 16px;
    font-weight: bold;
}

.block-page-faq .bx_detail .video-detail hr.underline-text-label {
    margin: 0;
    margin-bottom: 10px;
    width: 65px;
    border: 1px solid;
}

.faq-list {
    margin-bottom: 10px;
    clear: left;
}

.block-page-faq .faq-list .question {
    font-weight: 700;
    position: relative;
}

.block-page-faq .faq-list .bullet {
    color: #ed9327;
    font-size: 20px;
    position: absolute;
    line-height: 20px;
}

.block-page-faq .faq-list .hovUnder {
    padding-left: 20px;
    z-index: 1;
    position: relative;
    display: inline-block;
    color: #333;
    cursor: pointer;
}

.block-page-faq .lb_group span {
    font-size: 17px;
    color: #333;
}

.font-w-normal {
    font-weight: normal;
}

.hovUnder:hover {
    text-decoration: underline;
}

@media (min-width: 767px) {
    #main_detail {
        display: block !important;
        padding-left: 35px;
    }
}