.faqs-page .content-page {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.col-left {
    width: 348px;
}

.col-right {
    width: calc(100% - 408px);
    padding-left: 60px;
    border-left: 1px solid #282828;
    margin-left: 60px;
}

.col-right .image img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.faqs-item .title {
    padding: 30px 0;
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    text-transform: capitalize;
    align-items: center;
    position: relative;
}

.faqs-item .title .category-subcategory, .label .category-subcategory{
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.faqs-item .title:hover, .faqs-item.active .title {
    color: #00ACD7;
}

.content-item{
    padding: 20px 40px;
    cursor: pointer;
    font-size: 20px;
    line-height: 30px;
}

.content-item{
    padding: 20px 40px;
    cursor: pointer;
    font-size: 20px;
    line-height: 30px;
}

.content-item:hover, .content-item.active {
    background: #F0EDE1;
}

.content-item {
    transition: all 0.5s;
}

.faqs-item 
 .content {
    display: none;
    position: relative;
}

.faqs-item.has-content.active .title {color: #00ACD7;}

.faqs-item.has-content .circle {
    display: block;
    width: 36px;
    height: 36px;
    border: 1.5px solid #00ACD7;
    border-radius: 50%;
    transition: all .3s;
    margin-left: auto;
}

.faqs-item.has-content .circle::before {
    content: '';
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-image:url(../images/plus.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    transition: all .3s;
    background-position: center;
    display: inline-block;
}

.faqs-item.has-content:hover .circle::before {
    transform: rotate(180deg);
}

.faqs-item.has-content.active .circle::before {
    background-image:url(../images/minus.svg);
    background-size: 24px;
}

.faqs-item.has-content.active .circle {
    background-color: #00ACD7;
}

.faqs-item {
    cursor: pointer;
}

.faqs-item .title .image {
    height: 24px;
}

.faqs-item:first-child .title {
    padding-top: 0;
}

.faqs-item .content:before {
    content: '';
    height: 1px; /* Độ dày của đường */
    background: repeating-linear-gradient(
        to right,
        #282828,
        #282828 8px,  /* Độ rộng của mỗi đoạn gạch */
        transparent 8px, /* Khoảng cách giữa các đoạn */
        transparent 16px /* Tổng chu kỳ */
    );
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.col-right .image {
    position: relative;
    padding-bottom: calc(457/812 * 100%);
    overflow: hidden;
    margin-bottom: 41px;
}

.col-right h4 {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 40px;
    text-transform: capitalize;
}

.faqs-list h5 {
    margin-bottom: 10px;
}

.content-right-item:not(:last-child) {
    margin-bottom: 40px;
}

.download-file .text {
    font-size: 20px;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    height: 26px;
}

.download-file .icon {
    margin-right: 8px;
    margin-top: 0px;
    display: inline-block;
    vertical-align: middle;
}

.faqs-page {
    padding-bottom: 120px;
    width: 100%;
}

.col-left .fillter-category  {
    margin-bottom: 33px;
    padding-bottom: 27px;
    border-bottom: 1px solid;

}

.col-left .fillter-category h5.label {
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
    gap: 20px;
}

.col-left h5.label .circle {
    display: block;
    position: absolute;
    right: 7px;
    left: auto;
    width: 10px;
    height: 10px;
    border: solid #00ACD7;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 0px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all .3s;
}

.col-left .fillter-category.active .circle {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.col-right .post-item:not(:first-child) {
    display: none;
}

.col-right.loading {
    position: relative;
}

.col-right.loading:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.col-right.loading:after {
    content: '';
    position: absolute;
    background-image: url('../images/loading.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.content-right-item ul {
    list-style-position: inside;
}

@media (min-width: 768px){
    
.faqs-item .title .text {
    padding-top: 3px;
}

.career-category-list.faqs-items {
    display: block !important;
}
}

@media (max-width: 1024px) and (min-width: 768px){
    .col-left {
        width: 260px;
    }
    
    .col-right {
        width: calc(100% - 290px);
        padding-left: 30px;
        margin-left: 30px;
    }
}

@media (max-width: 767px){
    .col-left {
        width: 100%;
    }
    
    .col-right {
        width: 100%;
        margin-left: 0;
        border: 0;
        padding-left: 0;
    }

    .career-category-list.faqs-items {
        border-bottom: 1px solid;
        margin-bottom: 61px;
        display: none;
    }

    .faqs-page {
        padding-bottom: 100px;
        width: 100%;
    }
    
    .fillter-category {
        display: flex;
        flex-wrap: wrap;
        gap: 4px;
    }
    
    .fillter-category h5 {
        width: 100%;
    }
    
    .fillter-category h5.sub-cate {
        font-weight: 400;
        padding-left: 44px;
    }
}

