.faq-page .faq-heading {
    padding-top: 60px;
    padding-bottom: 45px;
}
.faq-page .faq-heading .page-title {
    font-size: 50px;
    text-transform: uppercase;
    line-height: 60px;
    margin-bottom: 10px;
}
.faq-page .faq-heading .sub-title {
    max-width: 505px;
    margin: 0 auto;
    line-height: 18px;
}
.faq-page .faq-download {
    background-image: url("../image/bg-faq.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 15px;
}
.faq-page .faq-download .col-item {
    padding: 30px 0;
}

.faq-page .faq-download .col-item h3 {
    font-size: 21px;
}
.faq-page .faq-content-head {
    padding-top: 35px;
    padding-bottom: 35px;
}
.faq-page .faq-content-head h3 {
    font-size: 23px;
    line-height: 28px;
    font-weight: bold;
}
.faq-page .faq-content-head p {
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
}
.faq-page .faq-content{
    padding-bottom: 40px;
    border-bottom: 1px solid #E9EBE9;
}
.faq-page #faqs-tab {
    padding-top: 15px;
    padding-bottom: 15px;
}
.faq-page #faqs-tab .nav-link {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.faq-page #faqs-tab .nav-link {
    color: #606060;
    padding-left: 30px;
    padding-right: 15px;
    line-height: 15px;
}
.faq-page #faqs-tab {
    background: #E9EBE9;
    border-radius: 10px;
    min-width: 280px;
}
.faq-page #faqs-tab .nav-link.active {
    color: #d31145;
    font-weight: bold;
    position: relative;
}
.faq-page #faqs-tab .nav-link.active:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 8px;
    left: 10px;
    background-image: url(../image/arrow-faq-active.svg);
    background-repeat: no-repeat;
    top: 10px;
}
.accordion .accordion-item {
    border: none;
}
.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1.5em 0;
    font-weight: bold;
    border: none;
    background: none;
    outline: none;
    color: #606060;
    line-height: 16px;
}
.accordion button{
    border-top: 1px solid #E9EBE9;
}
.accordion .accordion-item button{
    width: 95%;
}
.accordion .accordion-item:first-child button{
    border-top: none;
    padding-top: 0;
}
.accordion button span.icon{
    color: #d31145;
}
.accordion button:hover, .accordion button:focus {
    cursor: pointer;
    color: #d31145;
}

.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 14px;
    right: -5%;
    border: 2px solid;
    border-radius: 5px;
    padding: 5px 7px 3px 7px;
    font-size: 14px;
    color: #d31145;
}
.accordion .accordion-item:first-child button .icon {
    top: -5px;
}
.accordion button[aria-expanded=true] {
    color: #d31145;
}
.accordion button[aria-expanded=true] .icon:before {
    content: '\f106';
}
.accordion button[aria-expanded=true] .icon::after {
    width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
    opacity: 1;
    max-height: initial;
    transition: all 200ms linear;
    will-change: opacity, max-height;
    padding-bottom: 20px;
}
.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}
.faq-footer {
    padding-top: 50px;
    padding-bottom: 50px;
}
.faq-footer .number{
    font-size: 61px;
    line-height: 61px;
}
.faq-footer .col-info ul{
    padding-left: 15px;
}
.faq-footer .col-info ul li,
.faq-footer .col-info ul li a{
    font-size: 23px;
    line-height: 27px;
    position: relative;
}
.faq-footer .col-info ul li a {
    color: #d31145;
}

.faq-footer .col-info ul li:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 8px;
    left: -20px;
    background-image: url(../image/arrow-faq.svg);
    background-repeat: no-repeat;
    top: 10px;
}

@media (max-width: 991px) {
    .faq-page #faqs-tab {
        margin-right: 0!important;
        margin-bottom: 30px;
        width: 100%;
    }
    .accordion .accordion-item button {
        width: 94%;
    }
    .accordion button .icon {
        right: -7%;
    }
    .faq-category {
        flex-wrap: wrap;
    }
    .faq-footer .hotline {
        margin-bottom: 25px;
    }
    .faq-footer .number{
        font-size: 10vw;
    }
    .faq-footer .col-info ul li, .faq-footer .col-info ul li a {
        font-size: 16px;
    }
}