.usefulInfo{
    width: 78%;
    margin: 70px auto 100px;
    display: flex;
}
.employUsefulInfo .usefulInfo_list .pageA{
font-size: 20px !important;
top: 104px !important;
}
.usefulInfo .usefulInfo_list{
    width: 256px;
    /*height: 198; */
    border-radius: 8px;
    gap: 20px;
    /* padding-top: 30px;
    padding-bottom: 30px; */
    box-shadow: 0px 20px 40px 0px #10182814;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-right: 32px;
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    cursor: pointer;
}
.usefulInfo .usefulInfo_list a{
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    color: #333333;
     padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
}
.usefulInfo .usefulInfo_list img{
    width: 54px;
}

.product_brochure{
    width: 78%;
    margin: 0 auto;
}
.product_brochure .tabs{
    display: flex;
    margin:50px 0;
}
.product_brochure .tabs .tab{
    width: 50%;
    font-family: Rubik Regular;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #333333;
    border: 1px solid #D6D6D6;
    padding: 16px 0;
    text-align: center;
   cursor: pointer;
}
.product_brochure .tabs .tab:first-child {
border-right: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.product_brochure .tabs .tab:last-child {
border-left: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.product_brochure .tabs .tab.active{
    border: 1px solid #00B9F2;
    color: #00B9F2;
}
.product_brochure .tab_content{
    margin-top: 50px;
}
.product_brochure .list_item{
    margin-bottom: 24px;
    display: none;
    width:100%;
}
.product_brochure .list_item.active{
    display: block;
}
.product_brochure .list_item .list_title{
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #002E6C;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 32px;
    box-shadow: 0px 0px 20px 0px #10182814;
    margin-bottom: 40px;
    border-radius: 4px;
       cursor: pointer;
    width:100%;
  
}
.product_brochure .list_item .list_title .fold_icon{
    background-image: url("/uiFramework/commonResource/image/2025061616452794265.svg");
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
}
.product_brochure .list_item .list_title .fold_icon.expanded {
    transform: rotate(180deg);
}
.product_brochure .list_content{
    display: none;
}
.product_brochure .list_content.show{
    display: block;
}
.product_brochure .list_content ul{
    padding: 0;
}
.product_brochure .list_content ul li{
    list-style: none;
    display: flex;
    justify-content:space-between;
    align-items: center;
   padding: 26px 18px 26px 0; 
    border-bottom: 1px solid #D8E0E0;
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0%;
}
.product_brochure .list_content ul li .download{
    display: flex;
    align-items: center;
    font-family: Rubik Bolder;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #00B9F2;
}
.product_brochure .list_content .download img{
    width: 20px;
}
/* MPF / CPF/ Macau Pension */
.important_note{
    padding: 32px;
    background: #F9F9FB;
}
.important_note .title a{
    font-family: Rubik Bolder;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #333333;
    margin-bottom: 24px;
}
.important_note .content{
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #333333;
}
.second_title{
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #002E6C;
    margin-bottom: 40px;
    margin-top: 50px;
}
.reports{
    margin:50px auto !important;
}
.reports .report{
    display: flex;
    padding: 26px 24px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px 0px #10182814;
    margin-bottom: 16px;
    border-radius: 8px;
}
.report-date{
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    margin-right:32px;
    color: #666666;
    white-space: nowrap;
}
.report-content{
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #333333;
}
@media (max-width:953px) {
.employUsefulInfo .usefulInfo_list .pageA{
font-size: 15.79px !important;
}
   
    .usefulInfo{
        width: 92%;
        margin: 24px auto 24px;
        display: flex;
        flex-direction: column;
    }
    .usefulInfo .usefulInfo_list{
        flex-direction: row;
        width: 100%;
        justify-content: flex-start;
        /* padding: 16px 15px; */
        margin-bottom: 16px;
        font-size: 15.79px;
        line-height: 29.73px;
    }
    .usefulInfo .usefulInfo_list a{
        font-size: 15.79px;
        padding: 16px 15px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 20px;
    }
    .usefulInfo .usefulInfo_list img{
        width: 36px;
        height:36px;
        object-fit:contain;
    }
    .product_brochure{
        width: 100% !important;
    }
    .product_brochure .tabs{
     margin: 16px 4% 30px 4%;
     width: 92%;
    }
    .product_brochure .tabs .tab{
    font-family: Rubik Regular;
font-size: 14px;
font-weight: 400;
line-height: 20px;
padding: 10px 0;
    }
.product_brochure .list_item {
    margin-bottom: 16px;
}
    .product_brochure .tab_content{
        margin-top: 16px;
    }
    .product_brochure .list_item .list_title{
        font-size: 16px;
        padding: 16px 24px;
        margin-bottom: 16px;
    }
    .product_brochure .list_content ul li{
        padding: 16px 0;
        flex-direction: column;
        align-items: flex-start;
        font-size: 14px;
        margin: 0 24px;
        /* border-bottom: none; */
    }
    .product_brochure .list_content ul li .download{
        font-size: 12px;
        margin-top: 16px;
    }
    .reports{
        margin: 24px auto !important;
    }
    .reports .report{
        flex-direction: column-reverse;
        padding: 15px;
    }
    .report-content{
        font-size: 16px;
        line-height: 24px;
    }
    .report-date{
        font-size: 14px;
        line-height: 20px;
        margin-right: 0px;
        margin-top: 8px;
    }
}