.footer-section {
    padding-top: 50px;
}
.my-section-2{
    padding-bottom: 30px;
}
.hd-img-section .hd-title{
    color: #FFBE1B;
    text-align: center;
    line-height: 100px;
}
.com-title{
    position: relative;
    justify-content: center;
}
.com-title h3{
    color: #FFBE1B;
}
.com-title img{
    padding-top: 60px;
}
.com-title .c-bg-1{
    position: absolute;
    top: -90px;
    width: 300px;
    height: 200px;
    left: 38%;
}
.hd-img-section{
    background-image: none;
}


.my-wrapper-3{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 80px;
    position: relative;
}

.my-wrapper-3 img {
    transition: all 0.3 ease-in-out;
}

.my-wrapper-3 .c-bg-97{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
}
.my-wrapper-3 .c-bg-96{
    position: absolute;
    right: 0;
    top: -50px;
    width: 56%;
}
.left-wrapper-3{
    width: 40%;
}
.right-wrapper-3{
    width: 40%;
}
.left-wrapper-3 .img-wrapper{
    width: fit-content;
    height: fit-content;
    overflow: hidden;
    border-radius: 20px;
}
.left-wrapper-3 img{
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
}
.left-wrapper-3 .img-wrapper:hover img{
    transform: scale(1.1);
}
.qualification{
    width: 75%;
    border-radius: 20px;
    background-color: #fff;
    padding: 15px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}
.width-box-3 .qualification{
    width: 100%;
}
.qua-title{
    background-color: #FFEBA5;
    color: #88654F;
    font-size: 25px;
    font-weight: 600;
    padding: 13px;
    border-radius: 30px;
    text-align: center;
}
.qua-list li{
    color: #88654F;
    font-size: 20px;
    background-color: #FFF5D1;
    padding: 10px 30px;
    border-radius: 30px;
    margin: 8px 0;
    display: flex;
    align-items: center;
}
.qua-list li span{
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #88654F;
    border-radius: 50%;
    margin-right: 10px;
	min-width:8px;
}
.grey-qua-txt{
    background-color: #F4F4F4;
    border-radius: 20px;
    padding: 10px 15px;
}
.grey-qua-txt p{
    color: #88654F;
    font-size: 15px;
    line-height: 25px;
    font-family: PingFang HK, PingFang HK;
}

.content-wrapper-3{
    margin-top: 80px;
    padding: 0 80px;
    position: relative;
}
.content-wrapper-3 .c-bg-95{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.con-title-3 span{
    background-color: #88654f;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block;
}
.con-title-3{
    color: #88654F;
    font-size: 28px;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 40px;
    font-family: PingFang HK, PingFang HK;
    /* display: flex;
    align-items: center; */
}
.con-title-3 p{
    font-weight: 500;
    margin-bottom: 30px;
}
.con-sec-title-3{
    color: #88654F;
    font-size: 25px;
    line-height: 50px;
    font-weight: 600;
    font-family: PingFang HK, PingFang HK;
}
.con-sec-title-3 p{
    font-weight: 500;
    margin-bottom: 30px;
}
.content-wrapper-3>div>p{
    color: #88654F;
    font-size: 25px;
    line-height: 48px;
    font-family: PingFang HK, PingFang HK;
}
.con-txt-3{
    margin: 20px 0;
}
.con-title-3 a{
    color: #88654F;
    text-decoration: underline;
    transition: all 0.3s ease;
}
.con-title-3 a:hover{
    color: #FFBE1B;
}
.padding-con-txt{
    padding-left: 0px;
    margin-bottom: 30px;
    text-indent: 0em;
}
.padding-con-txt p{
    margin-bottom: 0px;
}


.box-span-txt p{
    margin-bottom: 0;
    text-indent: 0em;
}
.box-span-txt p span{
    border-radius: 0px;
}
.M-change-item-txt{
    display: none;
}

/* 申請樂務會-start */
.my-wrapper-4{
    margin-top: 80px;
}
.my-wrapper-4 .qualification{
    width: 80%;
    margin: 0 auto;
}
.qua-title-flex{
    display: flex;
    margin-bottom: 4px;
}
.title-1-left{
    width: 60%;
    border-radius: 30px 0 0 30px;
}
.title-2-right{
    width: 40%;
    border-radius: 0 30px 30px 0;
}
.qua-list-flex{
    display: flex;
    column-gap: 5px;
}
.q-list-left{
    width: 60%;
}
.q-list-left li{
    justify-content: center;
    background-color: #F4F4F4;
}
.q-list-right{
    width: 40%;
}
.q-list-right li{
    justify-content: center;
    background-color: #FFF5D1;
}


.pair-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.pair-item {
    display: flex;
    align-items: stretch; 
    gap: 5px;
}

.pair-item .left,
.pair-item .right {
    flex: 1;
    box-sizing: border-box;
    min-height: 43px; 
    color: #88654F;
    font-size: 20px;
    background-color: #FFF5D1;
    padding: 10px 30px;
    border-radius: 30px;
    margin: 4px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 如果需要区分样式也可以单独设置 */
.pair-item .left {
    min-width: 60%;
    background-color: #F4F4F4;
}


.con-txt-4{
    margin-bottom: 50px;
}
.con-txt-4 p{
    margin-bottom: 0;
}
.my-container-4{
    position: relative;
}
.my-container-4 .c-bg-95{
    position: absolute;
    width: 100%;
    top: 18%;
    right: 0;
}
.M-img-service{
    display: none;
}

/* 申請樂務會-end */

.pt-section{
    padding-top: 30px;
}

@media screen and (min-width:769px) {
	.page-en-us .content-wrapper-3>div>p{
		line-height:41px;
	}
	
	 
}