.faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailLMenu .wrapCurrentFaqDetailMenu p, .faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailLMenu ul li {
    font-family: "Krungsri Condensed";
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #828282
}

.faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection .wrapBtnViewMoreQuestion a .btnViewMoreQuestion {
    font-family: "Krungsri Condensed";
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #fff
}

.faqDetailContentSection .breadcrumbP {
    font-family: "Krungsri Condensed";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #828282
}

.faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection .faqSectionSection .faqSectionBox .faqSectionText .AnswerDetail {
    font-family: "Krungsri Condensed";
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #828282
}

@media (max-width:992px) {
    .faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection .faqSectionSection .faqSectionBox .faqSectionText .AnswerDetail {
        font-size: 14px;
        line-height: 20px
    }
}

.faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection h3 {
    font-family: "Krungsri Simple";
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 140%;
    color: #fff
}

.faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection .faqSectionSection .faqSectionBox .faqSectionText .AnswerTitle, .faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection .faqSectionSection .faqSectionBox .faqSectionTopic h4 {
    font-family: "Krungsri Condensed";
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 140%;
    color: #25447e
}

@media (max-width:992px) {
    .faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection .faqSectionSection .faqSectionBox .faqSectionText .AnswerTitle, .faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection .faqSectionSection .faqSectionBox .faqSectionTopic h4 {
        font-size: 30px
    }
}

@media (max-width:767px) {
    .faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection .faqSectionSection .faqSectionBox .faqSectionText .AnswerTitle, .faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection .faqSectionSection .faqSectionBox .faqSectionTopic h4 {
        font-size: 22px
    }
}

.faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection .faqSectionSection .faqSectionBox .faqSectionTopic p {
    font-family: "Krungsri Condensed";
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    color: #25447e
}

@media (max-width:992px) {
    .faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection .faqSectionSection .faqSectionBox .faqSectionTopic p {
        font-size: 16px
    }
}

@keyframes arrowSwipe {
    0% {
        transform: translateX(0);
        -ms-transform: translateX(0);
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0)
    }

    50% {
        transform: translateX(5px);
        -ms-transform: translateX(5px);
        -moz-transform: translateX(5px);
        -webkit-transform: translateX(5px);
        -o-transform: translateX(5px)
    }

    100% {
        transform: translateX(0);
        -ms-transform: translateX(0);
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0)
    }
}

@keyframes arrowSwipeDown {
    0% {
        transform: translateY(2px);
        -ms-transform: translateY(2px);
        -moz-transform: translateY(2px);
        -webkit-transform: translateY(2px);
        -o-transform: translateY(2px)
    }

    50% {
        transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        -moz-transform: translateY(-2px);
        -webkit-transform: translateY(-2px);
        -o-transform: translateY(-2px)
    }

    100% {
        transform: translateY(2px);
        -ms-transform: translateY(2px);
        -moz-transform: translateY(2px);
        -webkit-transform: translateY(2px);
        -o-transform: translateY(2px)
    }
}

a, button, input {
    outline: 0;
    box-shadow: none
}

a, h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
    text-decoration: none
}

form {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    border: 0
}

.modal {
    display: none;
    position: fixed;
    z-index: 1300;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0,0,0,.3);
    justify-content: center;
    align-items: center;
    padding: 0 16px
}

@media (min-width:767px) {
    .modal {
        padding: 0
    }
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 100%;
    max-height: 70vh;
    border-radius: 20px;
    animation-name: animatetop;
    animation-duration: .4s;
    top: 50%;
    transform: translateY(-50%)
}

@media (min-width:767px) {
    .modal-content {
        width: 80%
    }
}

.modal-content .content {
    padding: 58px 12px 28px;
    overflow-y: auto
}

@media (min-width:767px) {
    .modal-content .content {
        padding: 77px 22px 40px
    }
}

.close {
    position: absolute;
    top: 20px;
    right: 20px
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer
    }

@keyframes animatetop {
    from {
        bottom: -300px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

.faqDetailContentSection {
    width: 100%;
    height: auto;
    padding: 30px 0 156px;
    background-color: #f4f4f4
}

@media (max-width:992px) {
    .faqDetailContentSection {
        padding-bottom: 0
    }
}

@media (max-width:767px) {
    .faqDetailContentSection {
        padding-bottom: 0
    }
}

.faqDetailContentSection .breadcrumbP {
    color: #25447e
}

@media (max-width:767px) {
    .faqDetailContentSection .breadcrumbP {
        padding: 0 20px
    }
}

.faqDetailContentSection .breadcrumbP a {
    color: #25447e
}

.faqDetailContentSection .wrapFaqDetailContentGrid {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 265px 1fr;
    gap: 0 35px;
    grid-gap: 0 35px;
    padding-top: 68px
}

@media (max-width:1025px) {
    .faqDetailContentSection .wrapFaqDetailContentGrid {
        grid-template-columns: 1fr;
        padding-top: 54px
    }
}

.faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailLMenu {
    width: 100%;
    height: auto
}

    .faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailLMenu .wrapCurrentFaqDetailMenu {
        display: none;
        width: 100%;
        height: 40px;
        border: 1px solid #d0d0d0;
        border-radius: 100px;
        position: relative;
        justify-content: center;
        align-items: center;
        cursor: pointer
    }

@media (max-width:1025px) {
    .faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailLMenu .wrapCurrentFaqDetailMenu {
        display: flex
    }
}

@media (max-width:767px) {
    .faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailLMenu .wrapCurrentFaqDetailMenu {
        width: calc(100% - 40px);
        height: 50px;
        margin: 0 auto;
        justify-content: flex-start;
        padding-left: 30px
    }
}

.faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailLMenu .wrapCurrentFaqDetailMenu img {
    width: 35px;
    height: auto
}

.faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailLMenu .wrapCurrentFaqDetailMenu p {
    color: #505050;
    margin-left: 25px
}

@media (max-width:767px) {
    .faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailLMenu .wrapCurrentFaqDetailMenu p {
        margin-left: 16px
    }
}

.faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailLMenu .wrapCurrentFaqDetailMenu .iconArrowFilterFaq {
    width: 12px;
    height: auto;
    position: absolute;
    top: 16px;
    right: 24px;
    transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

@media (max-width:767px) {
    .faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailLMenu .wrapCurrentFaqDetailMenu .iconArrowFilterFaq {
        top: 20px
    }
}

.faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailLMenu .wrapCurrentFaqDetailMenu .iconArrowFilterFaqActive {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailLMenu ul {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

@media (max-width:1025px) {
    .faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailLMenu ul {
        max-height: 0;
        overflow: hidden;
        border-radius: 25px
    }
}

@media (max-width:767px) {
    .faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailLMenu ul {
        width: calc(100% - 40px);
        margin: 0 auto
    }
}

.faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailLMenu ul li {
    width: 100%;
    height: 60px;
    background-color: #fff;
    border-bottom: 1px solid #d0d0d0;
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0 15px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

    .faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailLMenu ul li img {
        max-width: 30px;
        transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out
    }

    .faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailLMenu ul li p {
        margin-left: 16px;
        transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out
    }

    .faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailLMenu ul li:hover {
        background-color: #d0d0d0;
        transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out
    }

@media (max-width:1281px) {
    .faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailLMenu ul li:hover {
        background-color: #25447e
    }
}

.faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailLMenu ul .liFaqDetailMenuActive {
    background-color: #25447e;
    color: #fff;
    transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

    .faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailLMenu ul .liFaqDetailMenuActive img {
        filter: brightness(0) invert(1);
        transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out
    }

    .faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailLMenu ul .liFaqDetailMenuActive p {
        transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out
    }

@media (max-width:1025px) {
    .faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailLMenu .filterMenuUlFaqActive {
        max-height: 999999px;
        margin-top: 20px;
        transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out
    }
}

.faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent {
    width: 100%;
    height: auto
}

    .faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection {
        width: 100%;
        height: auto;
        padding: 0;
        background-color: #f4f4f4;
        display: none
    }

@media (max-width:1025px) {
    .faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection {
        padding: 34px 0 94px
    }
}

@media (max-width:767px) {
    .faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection {
        padding: 26px 0 62px
    }
}

.faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection h3 {
    color: #25447e
}

@media (max-width:1025px) {
    .faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection h3 {
        font-size: 24px
    }
}

@media (max-width:767px) {
    .faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection h3 {
        text-align: center;
        padding: 0 20px
    }
}

.faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection .faqSectionSection {
    width: 100%;
    height: auto;
    padding-top: 38px
}

@media (max-width:1025px) {
    .faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection .faqSectionSection {
        padding-top: 30px
    }
}

@media (max-width:767px) {
    .faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection .faqSectionSection {
        padding-top: 20px
    }
}

.faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection .faqSectionSection .faqSectionBox {
    width: 100%;
    height: auto;
    max-height: 112px;
    overflow: hidden
}

@media (max-width:1025px) {
    .faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection .faqSectionSection .faqSectionBox {
        max-height: 72px
    }
}

@media (max-width:767px) {
    .faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection .faqSectionSection .faqSectionBox {
        max-height: 80px;
        height: auto
    }
}

.faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection .faqSectionSection .faqSectionBox .faqSectionTopic {
    width: 100%;
    height: 112px;
    border-bottom: 1px solid #d0d0d0;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

@media (max-width:1025px) {
    .faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection .faqSectionSection .faqSectionBox .faqSectionTopic {
        height: 72px
    }
}

@media (max-width:767px) {
    .faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection .faqSectionSection .faqSectionBox .faqSectionTopic {
        padding-right: 60px;
        height: 80px
    }
}

.faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection .faqSectionSection .faqSectionBox .faqSectionTopic h4 {
    margin-left: 20px
}

@media (max-width:767px) {
    .faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection .faqSectionSection .faqSectionBox .faqSectionTopic h4 {
        margin-left: 12px
    }
}

.faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection .faqSectionSection .faqSectionBox .faqSectionTopic p {
    margin-left: 22px
}

@media (max-width:767px) {
    .faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection .faqSectionSection .faqSectionBox .faqSectionTopic p {
        margin-left: 14px
    }
}

.faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection .faqSectionSection .faqSectionBox .faqSectionTopic .wrapPlusFaq {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    cursor: pointer
}

@media (max-width:992px) {
    .faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection .faqSectionSection .faqSectionBox .faqSectionTopic .wrapPlusFaq {
        width: 15px;
        height: 15px
    }
}

.faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection .faqSectionSection .faqSectionBox .faqSectionTopic .wrapPlusFaq .bar {
    background-color: #25447e;
    position: absolute
}

    .faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection .faqSectionSection .faqSectionBox .faqSectionTopic .wrapPlusFaq .bar:nth-child(1) {
        width: 20px;
        height: 2px;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out
    }

@media (max-width:992px) {
    .faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection .faqSectionSection .faqSectionBox .faqSectionTopic .wrapPlusFaq .bar:nth-child(1) {
        width: 15px;
        height: 2px
    }
}

.faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection .faqSectionSection .faqSectionBox .faqSectionTopic .wrapPlusFaq .bar:nth-child(2) {
    width: 2px;
    height: 20px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    opacity: 1
}

@media (max-width:992px) {
    .faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection .faqSectionSection .faqSectionBox .faqSectionTopic .wrapPlusFaq .bar:nth-child(2) {
        width: 2px;
        height: 15px
    }
}

.faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection .faqSectionSection .faqSectionBox .faqSectionTopic::before {
    content: "";
    width: 7px;
    height: calc(100% + 1px);
    background-color: #25447e;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

@media (max-width:767px) {
    .faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection .faqSectionSection .faqSectionBox .faqSectionTopic::before {
        width: 5px
    }
}

.faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection .faqSectionSection .faqSectionBox .faqSectionText {
    width: 100%;
    height: auto;
    padding: 32px 0 44px;
    padding-left: 28px;
    padding-right: 100px;
    background-color: #fff;
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 24px;
    grid-gap: 24px
}

@media (max-width:1025px) {
    .faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection .faqSectionSection .faqSectionBox .faqSectionText {
        padding: 24px 0;
        padding-left: 25px;
        padding-right: 10px
    }
}

@media (max-width:767px) {
    .faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection .faqSectionSection .faqSectionBox .faqSectionText {
        padding: 16px 14px;
        grid-template-columns: 24px 1fr;
        gap: 12px;
        grid-gap: 12px
    }
}

.faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection .faqSectionSection .faqSectionBox .faqSectionText .AnswerDetail {
    line-height: 130%;
    margin-top: 12px
}

@media (max-width:767px) {
    .faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection .faqSectionSection .faqSectionBox .faqSectionText .AnswerDetail {
        margin-top: 6px
    }
}

.faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection .faqSectionSection .faqSectionBoxActive {
    max-height: 999999px
}

    .faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection .faqSectionSection .faqSectionBoxActive .faqSectionTopic {
        background-color: #fff;
        transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out
    }

        .faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection .faqSectionSection .faqSectionBoxActive .faqSectionTopic .wrapPlusFaq {
            transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out
        }

            .faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection .faqSectionSection .faqSectionBoxActive .faqSectionTopic .wrapPlusFaq .bar:nth-child(2) {
                opacity: 0;
                transition: all .3s ease-in-out;
                -ms-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out
            }

.faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection .wrapBtnViewMoreQuestion {
    width: 100%;
    height: auto;
    padding: 68px 0 0;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width:767px) {
    .faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection .wrapBtnViewMoreQuestion {
        padding: 65px 0 0
    }
}

.faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection .wrapBtnViewMoreQuestion a {
    width: fit-content;
    height: auto
}

    .faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection .wrapBtnViewMoreQuestion a .btnViewMoreQuestion {
        width: 170px;
        height: 40px;
        border: none;
        border-radius: 50px;
        color: #fff;
        background-image: linear-gradient(to right,#003e7b,#44c7f4);
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -webkit-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        width: 265px
    }

        .faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection .wrapBtnViewMoreQuestion a .btnViewMoreQuestion img {
            margin-left: 5px
        }

        .faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection .wrapBtnViewMoreQuestion a .btnViewMoreQuestion:hover {
            background-image: linear-gradient(to right,#44c7f4,#003e7b)
        }

            .faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSection .wrapBtnViewMoreQuestion a .btnViewMoreQuestion:hover img {
                animation: arrowSwipe 2s linear infinite
            }

.faqDetailContentSection .wrapFaqDetailContentGrid .wrapFaqDetailContent .faqSectionActive {
    display: block
}
