.joinus_content{background-image:url('../images/joinus/bjt.png');background-size:cover;background-position: center center;}
.tab-header{position:relative;display:flex;justify-content:center;align-items:center;border-bottom: 2px solid #fff;margin-bottom: 48px;}
.tab-header .tab{display: inline-block;margin:0 30px;position: relative;top:2px;}
.tab-header .tab a{display: block; font-size:24px;padding:10px 20px 22px;border-bottom: 2px solid #fff;}
.tab-header .tab.active a{font-weight: bold;border-color: #1062D2;}

.emile_box{display:flex;align-items:center;justify-content:center;}
.emile_img{width:32px;margin-right:19px;}
.emile_text{font-size:16px;line-height:32px;}

.tab-content{min-height:100px;margin: 27px 0 50px;}
.job-type{display:grid;grid-template-columns:1fr 1fr;gap:32px 32px;}
.job-container{margin-top: 23px;cursor: pointer;}
.job-card{position:relative;}
.job-title{height:68px;background:#253d62;font-weight:700;font-size:20px;color:#fff;line-height:68px;text-align: center;}
.job-title:hover{background-color:#1062d2}
.arrow-container{text-align: center; margin-top:10px;}
.arrow-container .toggle-arrow{width:24px;height:auto;}
.arrow-container.expanded .toggle-arrow{transform:rotate(180deg)}

.job-collapse{max-height:0;overflow:hidden;background:rgb(255,255,255,.5);}
.job-collapse.expanded{max-height:120vh;padding: 30px 35px;}
.job-content,.job-content p{font-size:14px;line-height:25px;}
.job-content h3{font-size: 16px;margin-top: 20px;font-weight: bold;}
.job-content h3:first-child{margin-top: 0;}

@media (max-width:1680px){

    .tab-header{margin-bottom: 40px;}
    .tab-header .tab a{font-size: 22px;}    
    .tab-header .tab a{padding: 10px 18px 18px;}

    .tab-content{margin: 20px 0 30px;}
    .job-title{font-size: 18px;line-height: 62px;height: 62px;}

}

@media (max-width:1460px){

    .tab-header{margin-bottom: 32px;}
    .tab-header .tab a{padding:0 15px 15px;}
    .tab-header .tab a{font-size: 18px;}

    .emile_img{width: 28px;margin-right: 14px;}
    .emile_text{font-size: 14px;line-height: 28px;}
    .tab-content{margin: 15px 0 22px;}

    .job-container{margin-top: 17px;}
    .job-title{font-size: 15px;line-height: 50px;height: 50px;}
    .arrow-container .toggle-arrow{width: 19px;}
    .arrow-container{margin-top: 6px;}
    .job-collapse.expanded{padding:28px;}
    .job-content, .job-content p{font-size: 13px;line-height: 1.8;}

}

@media (max-width:768px){

    .tab-header .tab{margin:0;width: 50%;}
    .tab-header .tab a{font-size: 16px;padding:0 10px 15px;text-align: center;}
    .tab-header{margin-bottom: 15px;}
    .emile_text{font-size: 12px;}
    .emile_img{width: 25px;height:auto;margin-right: 8px;}

    .tab-content{margin:0;padding:0;}
    .job-type{grid-template-columns: 1fr;gap:0;}
    .job-container{margin-top: 12px;}
    .job-title{font-size: 16px;line-height: 46px;height: 46px;}
    .arrow-container .toggle-arrow{width: 15px;}
    .arrow-container{margin-top: 5px;}

    .job-collapse.expanded{padding: 20px;}

}