.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 49px;
    padding: 0;
}

.category.page-category.cau-hoi-thuong-gap.category-id-39 {
    width: 100%;
}

.content {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin-top: 34px;
    margin-bottom: 20px;
}

.content p:first-of-type {
    font-weight: 700;
    font-size: 24px;
    line-height: 133.4%;
    height: 32px;
    text-align: center;
    color: #1F2251;
}

.content p:last-of-type {
    margin-top: 8px;
    height: 48px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    letter-spacing: 0.15px;
    color: #212121;
    max-width: 490px;
}

.search {
    margin: 0 auto;
    position: relative;
    padding: 0 10px;
    height: 56px;
    width: 691px;
    margin-bottom: 56px;
}

.search input {
    padding: 0 50px;
    height: 100%;
    width: 100%;
    outline: none;
    border-radius: 8px;
    border: 1px solid rgba(76, 78, 100, 0.22);
    font-weight: 400;
    font-size: 16px;
}

.search button {
    position: absolute;
    top: 0;
    left: 20px;
    border: none;
    background: transparent;
    height: 56px;
}

.search button:hover {
    scale: 1.2;
    transition: all linear 0.1s;
}

/* accordion */
.accordion-detail {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.accordion {
    background-color: #F7F7F9;
    border: 1px solid rgba(234, 234, 255, 0.87);
    cursor: pointer;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    /* transition: slidein linear 0.4s; */
    height: 100px;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.15px;
    color: #1F2251;
    width: 70%;
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 0 25px;
    margin-top: 20px;

}

.accordion-red::after,
.accordion:after {
    content: '\00ff0b';
    font-size: 40px;
    color: #777;
    float: right;
    margin-left: 5px;
    vertical-align: sub;
    transform: translateY(-50%);
}

.active:after {
    content: "\2212";
    color: #D72134;
}


.accordion-detail button:last-of-type {
    color: #D72134;
}

.accordion-red::after {
    color: #D72134;
}

.panel {
    display: none;
    padding: 0 25px;
    background-color: #F7F7F9;
    overflow: hidden;
    width: 70%;
    /* margin-top: -10px; */
    /* padding: 30px 30px 20px 30px; */
    /* border-radius: 8px; */
    font-weight: 400;
    font-size: 16px;
}


.panel p {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.15px;
    color: rgba(76, 78, 100, 0.87);
    padding: 10px 20px;
    line-height: 160%;
}

.panel p a {
    color: #458FCD;
}


/* responsive */
@media only screen and (max-width: 880px) {
    .search {
        width: 670px;
    }
}

/* @media only screen and (max-width: 660px) {
    .search {
        width: 400px;
    }

    .content {
        width: 400px;
    }

    .accordion {
        font-size: 14px;
    }
} */

.nav-pill-main-div {
    position: relative;
    height: 100%;
}

ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.tabs li {
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    transition: 0.3s ease all;
    width: 33%;
}

ul.tabs li.current {
    color: #222;
    transition: 0.3s ease all;
}

ul.tabs li.current span {
    transition: 0.3s ease all;
}

.tab-content {
    display: none;
    padding: 15px;
    transition: 0.3s ease all;
}

.tab-content.current {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease all;
}


/*------ease effect------*/
.nav-justified>li {
    float: none;
}

.nav-justified>li span {
    width: 100%;
}

.customize_solution .nav-justified>li {
    float: none;
}

.customize_solution span.ease-effect {
    text-decoration: none;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s ease all;
}

.customize_solution span.ease-effect:hover,
.customize_solution span.ease-effect:focus,
.customize_solution ul.tabs li.current span:hover,
.customize_solution ul.tabs li.current span:focus {
    color: #777;
    transition: 0.3s ease all;
}

.customize_solution span.ease-effect {
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    padding: 14px 0px;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    position: relative;
    transform: translateY(13.5px);
    transition: 0.3s ease all;
}


.customize_solution .ease-effect:before {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: '';
    color: #777;
    z-index: -2;
}

li.tab-link.nav-pill:hover::before,
.customize_solution .ease-effect:hover:before,
.customize_solution .ease-effect:focus:before {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
    border-bottom: 4px solid #D72134;
}

li.tab-link.nav-pill.current:before,
.customize_solution li.tab-link.nav-pill.current .ease-effect:before,
.customize_solution li.tab-link.nav-pill.current .ease-effect:before {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
    border-bottom: 4px solid #D72134;
}

.finbyz-icon {
    height: 100px;
    width: 100px;
}

#content-hiden {
    display: none;
}

.group-question {
    padding-top: 60px;
    padding-bottom: 40px;
    display: flex;
    width: 70%;
    color: #5DB921;
    font-weight: 700;
    font-size: 24px;
    height: 33px;
    margin: 20px 0;
    margin-bottom: 10px;
}

.group-question2 {
    margin-top: 60px;
}

.wrap-question {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wrap-question .group-question {
    padding-top: 20px;
}

.category.page-category.cau-hoi-thuong-gap.category-id-5 {
    width: 100%;
}

.dot {
    margin-right: 10px;
    height: 5px;
    width: 5px;
    background-color: #000000;
    border-radius: 50%;
    display: inline-block;
    padding: 3px;
    margin-bottom: 2px;
}

.table-question {
    width: 100%;
}

.table-question,
th,
td {
    border: 1px solid black;
    text-align: center;
}

.table-question tr td,
.table-question tr th {
    padding: 10px;
}

.table-question tr th:first-child {
    width: 10%;
}