@charset "UTF-8";
:root {
    --primary-color: #0066cc;
    --secondary-color: #f5f5f5;
    --text-color: #333;
    --light-blue: #e6f3ff;
    --light-bg: #f8f9fa;
    --border-color: #eee;
    --section-padding: 60px 0;
    --transition: all 0.3s ease;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    font-family: "Microsoft YaHei", sans-serif;
    color: var(--text-color);
    line-height: 1.6;
    position: relative;
    min-height: 100vh;
}

.container {
    width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
}


/* Ã©Â¡Â¶Ã©Æ’Â¨Ã¥Â¯Â¼Ã¨Ë†Âª */
.top-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: all 0.3s ease;
}

.nav-wrap {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    background: #fff;
}

.logo img {
    height: 40px;
}

.main-nav ul {
    display: flex;
    margin: 0;
    background: #fff;

}
.main-nav ul li{
    display: flex;
    flex-direction: column;
    position: relative;
}
.main-nav ul li a {
    font-size: 18px;
    color: #333333;
    text-decoration: none;
    padding: 35px 15px;
    transition: all 0.3s ease;
    display: block;
}

.main-nav ul li.active a {

    font-weight: bold;
    font-size: 18px;
    color: #007AC3;
}
.main-nav ul li  span{
    display: block;
    width: 88px;
    height: 8px;
    background: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.main-nav ul li.active  span{

    background: linear-gradient(270deg, rgba(129,207,254,0.56) 0%, #007AC3 100%);
}
h2,img{
    margin: 0;
}
.top-nav.scrolled {
    padding: 10px 0;
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Ã¤Â¸Â»banner */
.main-banner {
    position: relative;

    overflow: hidden;
    margin-top: 70px;
}

.main-banner img {
    width: 100%;

    object-fit: cover;
}


.banner-text h1 {
    font-size: 48px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

/* Ã©â‚¬Å¡Ã§â€Â¨Ã©Æ’Â¨Ã¥Ë†â€ Ã¦Â Â·Ã¥Â¼Â */
.section-content {
    padding: 80px 0 0 0;
}

.section-title {
    font-size: 36px;

    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;

}
.section-title .section-title-text{
    line-height: 36px;
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;


}
.section-title .section-title-text span.en{
    position: relative;
    font-size: 36px;
    color: #999999;
    opacity: 0.5;
    font-weight: bold;

}
.section-title .section-title-text span.l{
    width: 4px;
    height: 36px;
    display: inline-block;
    background: #007AC3;
    margin-left: 16px;
}
.section-title  .section-title-text span.ch{
    position: relative;
    font-weight: bold;
    font-size: 36px;
    color: #007AC3;
    margin-left: 10px;

}
.section-title  .line{
    height: 2px;
    width: 537px;
    overflow: hidden;

}
.section-title  .line img{
    width: 100%;
    display: block;
    height: 2px;

}




/* Ã¨ÂµÂ°Ã¨Â¿â€ºÃ¤Â¸Å“Ã¥ÂÂ´ */
.company-intro {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 50px;


}

.company-image {
    width: 317px;
    height: 472px;

}

.company-image img {
    width: 317px;
    height: 472px;
    display: inline-block;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
*{
    box-sizing: border-box;
}
.company-text {

    width: 630px;
    height: 472px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;


    padding-left: 45px;

}
.company-text .company-box{
}
.company-text .company-box p{
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
    text-align: justify;
    text-indent: 2em;
    margin-bottom: 10px;
}
.company-text-bottom{
    width:100%;
    height: 73px;
    background: #DDF4FC;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
}
.company-text-bottom .item{}
.company-text-bottom .line{
    width: 1px;
    height: 30px;
    background: #0460A7;
}
.company-text-bottom .item .item-icon{}
.company-text-bottom .item .item-text{}
.company-buttons {
    margin-top: 30px;
    display: flex;
}

.btn-more, .btn-apply {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: bold;
}

.btn-more {
    background: var(--light-blue);
    color: var(--primary-color);
}

.btn-apply {
    background: var(--primary-color);
    color: white;
}

.btn-more:hover, .btn-apply:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.btn-more span, .btn-apply span {
    margin-left: 5px;
    transition: var(--transition);
}

.btn-more:hover span, .btn-apply:hover span {
    transform: translateX(5px);
}

.company-culture, .company-history, .company-data {
}
.company-culture{
    background: #DDF4FC url("../images/culture-bg.png") no-repeat center bottom ;
    padding-top: 50px;

    padding-bottom: 30px;
}

.title{

    text-transform: uppercase;
}
.title h3{text-align: center;
    position: relative;
    font-weight: 300;
    font-size: 36px;
    color: #999999;
    opacity: 0.5;}
.title h2{
    text-align: center;
    font-weight: bold;
    position: relative;
    font-size: 36px;
    top: -39px;
    color: #007AC3;}
.title .line{
    text-align: center;
    margin-top: -40px;
}
.title .line img{

}
.culture-items {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;

}

.culture-item {
    flex: 1;
    text-align: center;

    border-radius: 10px;
    transition: all 0.3s ease;
}

.culture-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.culture-icon {
    width: 345px;
    height: 262px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.culture-icon.wrap1{

    background: url("../images/culture-img1.png") no-repeat center center;
}
.culture-icon.wrap2{

    background: url("../images/culture-img2.png") no-repeat center center;
}

.culture-icon.wrap3{

    background: url("../images/culture-img3.png") no-repeat center center;
}
.culture-icon .culture-icon-text{
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    text-align: center;
}

.culture-icon img {
    width: 345px;
    height: 262px;
}

.culture-item h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--secondary-color);
}

.culture-item p {
    font-size: 16px;
}

.company-history{
    padding : 50px 0;
}
.history-timeline {
    position: relative;
    padding: 40px 0;
}

.timeline-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.timeline-date {
    flex: 0 0 120px;
    font-weight: bold;
    color: var(--primary-color);
}

.timeline-dot {
    width: 12px;
    height: 12px;
    background: var(--primary-color);
    border-radius: 50%;
    margin: 0 20px;
}
.ry-wrap{
    position: relative;
}
.ry-wrap .ry-tab{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 60px;
    position: relative;
    z-index: 9;
}
.ry-wrap .ry-tab .ry-tab-item{
    width: 145px;
    height: 61px;
    line-height: 61px;
    text-align: center;
    background: linear-gradient(0deg, #81CFFE 0%, #007AC3 100%);
    border-radius: 9px;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    margin-left: 6px;
    z-index: 9;
    opacity:0.5;
    cursor: pointer;
}
.ry-wrap .ry-tab .ry-tab-item.active{

    background: linear-gradient(0deg, #81CFFE 0%, #007AC3 100%);
    opacity: 1;
}
.ry-wrap .ry-row{
    position: relative;
    width: 993px;
    margin-top: -10px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 20px 10px;
    z-index: 100;
    min-height: 305px;
    margin-left: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:flex-start;

}
.ry-wrap .ry-row .ry-row-item{
    display: flex;
    width: 480px;
    background: #DDF4FC;
    position: relative;
    z-index: 102;

    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    margin-bottom: 14px;

}
.ry-wrap .ry-row .ry-row-item-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    z-index: 102;
}
.ry-wrap .ry-row .ry-row-item-left .ry-row-item-icon {
    position: relative;
    z-index: 102;

}
.ry-wrap .ry-row .ry-row-item-left .ry-row-item-text{
    margin-left: 10px;
    font-weight: bold;
    font-size: 12px;
    color: #333333;
    flex:1;
    position: relative;
    z-index: 102;
    /*    Ã¤Â¸ÂÃ¦ÂÂ¢Ã¨Â¡Å’ Ã¨Â¶â€¦Ã¥â€¡ÂºÃ§Å“ÂÃ§â€¢Â¥Ã¥ÂÂ·*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.ry-wrap .ry-row .ry-row-item-right{
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    white-space: nowrap;
    position: relative;
    z-index: 102;
}
.ry-bg{
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 993px;
    height: 45px;
    background: linear-gradient(270deg, #81CFFE 0%, #007AC3 100%);
    border-radius:0 0 8px 8px;
    z-index: 101;
}
.timeline-content {
    flex: 1;
    padding: 20px;
    background: var(--light-blue);
    border-radius: 10px;
}

.timeline-content img {
    width: 80px;
    height: 80px;
    margin-right: 15px;
    border-radius: 5px;
}

.timeline-content p {
    font-size: 16px;
}

.company-data {
    display: flex;
    justify-content: center;
    gap: 100px;
}

.data-item {
    text-align: center;
}

.data-item img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.data-number {
    font-size: 36px;
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 5px;
}

.data-title {
    font-size: 18px;
    color: var(--text-color);
}

/* Ã¦â€¹â€ºÃ¨ÂËœÃ¥â€¦Â¬Ã¥â€˜Å  */
.recruitment-plan {

}

.plan-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    text-align: center;
    padding-top: 40px;

}
.plan-row span{
    color: #007AC3;
    font-weight: bold;
}
.zpgg{
    background: url("../images/plan-bg.png") no-repeat center bottom;
    background-size: 100%;
    padding-bottom: 120px;
}
.zpxq-wrap{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 100px;
    padding-top: 53px;
    .zpxq-item{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;


        .zpxq-icon{
            padding: 30px 0;
            width: 114px;
            height: 114px;
            text-align: center;
            background: #FFFFFF;
            border-radius: 50%;
            border: 6px solid #EEFAFE;
            margin-bottom: 30px;
        }
        .zpxq-title{
            font-weight: bold;
            font-size: 24px;
            color: #333333;
            margin-bottom: 10px;
        }
        .zpxq-content{
            font-weight: normal;
            font-size: 18px;
            color: #333333;
            text-align: center;
        }
    }
}
.plan-item {
    flex: 0 0 45%;
    display: flex;
    align-items: center;
    padding: 20px;
    background-color: var(--light-bg);
    border-radius: 5px;
    transition: var(--transition);
}
.plan-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    padding-top: 47px;
    .plan-item{
        background: url("../images/item-bg.png") no-repeat center center;
        width: 468px;
        height: 171px;
        margin-bottom: 46px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        .plan-item-title{
            font-weight: bold;
            font-size: 24px;
            color: #0460A7;
            text-align: center;
            position: relative;
            z-index: 3;
        }
        .plan-item-title::after{
            content: '';
            display: block;
            width: 95px;
            height: 8px;
            left: 50%;
            bottom: -3px;
            transform: translateX(-50%);
            background: #FFFFFF;
            position: absolute;
            z-index: 0;
        }
        .plan-item-content{
            margin-top: 30px;
        }
        .plan-item-content p{
            font-weight: 400;
            font-size: 16px;
            color: #333333;
            text-align: center;
        }
        &.num1{
            background: url("../images/item-bg1.png") no-repeat center center;

        }
        &.num2{
            background: url("../images/item-bg2.png") no-repeat center center;

        }
        &.num3{
            background: url("../images/item-bg3.png") no-repeat center center;

        }
        &.num4{
            background: url("../images/item-bg4.png") no-repeat center center;

        }
    }
}

.plan-text-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
.process-wrap{
    text-align: center;
    padding-bottom: 135px;
    position: relative;
    margin-top: 60px;
}
.process-wrap .lc-img{
    width: 100%;
    position: relative;

}
.process-wrap .lc-box{
    width: 100%;
    position: absolute;
    top:125px;

}
.process-wrap .lc-box dl{
    width: 20%;
    position: absolute;
    left: 20px;

}
.process-wrap .lc-box dl.num1{left: -28px;}
.process-wrap .lc-box dl.num2{left: 200px;}
.process-wrap .lc-box dl.num3{left: 440px;}
.process-wrap .lc-box dl.num4{left: 680px;}
.process-wrap .lc-box dl.num5{left: 895px;}
.process-wrap .lc-box dl dt{
    font-weight: bold;
    font-size: 24px;
    color: #333333;
}
.process-wrap .lc-box dl dd{
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    padding-top: 12px
;
}
.plan-text-wrap  .hl{
    font-weight: bold;
    font-size: 18px;
    color: #007AC3;
    line-height: 32px;
}
.plan-text-wrap2{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
}
.plan-text-wrap2 .add{
    padding: 0 40px;
    font-weight: bold;
}
.plan-text-wrap2 .item-text{
    font-weight: bold;
}
.plan-text-wrap2 .item-img{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
.plan-icon {
    margin-right: 20px;
}
.qa-wrap{
    padding-top: 50px;

}
.qa-wrap .qa-row{
    margin-bottom: 33px;
    background: #DDF4FC;
    border-radius: 9px;
    padding: 0 55px 10px 55px;

}
.qa-wrap .qa-row .qa-header{
    display: flex;
    flex-direction: row;
}
.qa-wrap .qa-row .qa-header .qa-header-h1{
    width: 96px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    background: url("../images/qa-t.png") no-repeat center center;


}
.qa-wrap .qa-row .qa-header .qa-header-title{
    font-weight: bold;
    font-size: 24px;
    color: #007AC3;
    line-height: 43px;
    padding-top: 5px;
    padding-left: 30px;
    display: inline-block;
}
.qa-content{
    padding-top: 46px;
}
.qa-content .qa-item {
    margin-bottom: 30px;
    width: 100%;
    border-bottom: 1px dashed #007AC3;
    padding-bottom: 30px;
}
.qa-content .qa-item .qa-item-q{
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
}
.qa-content .qa-item .qa-item-a{
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.qa-content .qa-item .qa-item-a  .qa-item-a-title{
    font-size: 16px;
    color: #333333;
    line-height: 32px;
}
.qa-content .qa-item .qa-item-a  .qa-content-box{


}
.qa-content .qa-item .qa-item-a  .qa-content-box p{
    margin: 0;
    font-size: 17px;
    color: #333333;
    line-height: 32px;
}
.plan-icon img {
    width: 50px;
    height: 50px;
}

.plan-item h4 {
    font-size: 18px;
    font-weight: bold;
    color: var(--secondary-color);
    margin-bottom: 5px;
}

.plan-item p {
    font-size: 16px;
}

.recruitment-process, .recruitment-schedule {
    margin-bottom: 50px;
}

.recruitment-process h3, .recruitment-schedule h3 {
    font-size: 24px;
    font-weight: bold;
    color: var(--secondary-color);
    margin-bottom: 30px;
    text-align: center;
}

.process-steps {
    display: flex;
    justify-content: center;
    align-items: center;
}

.process-step {
    text-align: center;
    flex: 0 0 auto;
}

.process-arrow {
    font-size: 24px;
    margin: 0 20px;
    color: var(--primary-color);
}

.step-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.step-icon img {
    width: 40px;
    height: 40px;
}

.step-text {
    font-size: 16px;
    font-weight: 500;
}
.yptj-wrap{
    width: 989px;
    height: 388px;
    background: url("../images/zptj-bg.png") no-repeat center center;
    padding: 30px 95px;
    margin: 54px auto 50px auto;
}
.yptj-wrap .tj-item{
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 36px;
}
.yptj-wrap .tj-item span{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #007AC3;
    border-radius: 50%;
    margin-right: 20px;


}
.schedule-timeline {
    max-width: 800px;
    margin: 0 auto;
}
.jobs-wrap{
}
.jobs-wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width:989px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 50px;
}
.jobs-wrap .job-tabs{width: 320px;}
.jobs-wrap .job-tabs .tab-item{
    width: 100%;
    height: 80px;
    margin-bottom: 10px;
    background: #DDF4FC;
    border-radius: 8px;
    line-height: 33px;
    text-align: center;
    background: url("../images/job-li.png") no-repeat center center;
    font-weight: normal;
    font-size: 24px;
    color: #007AC3;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.jobs-wrap .job-tabs .tab-item.active{
    background: url("../images/job-li-active.png") no-repeat center center;
    color: #FFFFFF;


}
.jobs-wrap .job-tabs .tab-item:hover{
    background: url("../images/job-li-active.png") no-repeat center center;
    color: #FFFFFF;

}
.jobs-wrap .job-list-wrap{
    flex: 1;
    padding-left: 16px;

}
.jobs-wrap  .job-list-wrap .job-list-row{width: 100%;    margin-bottom: 5px;}
.jobs-wrap  .job-list-wrap .job-list-row .job-header{
    height: 60px;
    background: #007AC3;
    padding: 0 30px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.jobs-wrap  .job-list-wrap .job-list-row .job-header .job-title{
    width: 100%;
    line-height: 60px;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    cursor: pointer;

}
.jobs-wrap  .job-list-wrap .job-list-row .job-header .status{}
.jobs-wrap  .job-list-wrap .job-list-row .job-desc{
    background: #DDF4FC;
    padding: 26px 30px;
}
.jobs-wrap  .job-list-wrap .job-list-row .job-desc .desc-row{}
.jobs-wrap  .job-list-wrap .job-list-row .job-desc .desc-row .desc-row-title{
    margin: 10px auto;
}
.jobs-wrap  .job-list-wrap .job-list-row .job-desc .desc-row .desc-row-title .label{
    font-weight: bold;
    font-size: 16px;
    color: #007AC3;
}
.jobs-wrap  .job-list-wrap .job-list-row .job-desc .desc-row .desc-row-title .text{
    font-weight: normal;
    font-size: 16px;
    color: #333333;
}
.jobs-wrap  .job-list-wrap .job-list-row .job-desc .desc-row .desc-content{}
.jobs-wrap  .job-list-wrap .job-list-row .job-desc .desc-row .desc-content p{
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
    margin-bottom: 10px;
}
.apply-wrap{text-align: right;padding-top: 40px;}
.apply-wrap .apply-button{
    display: inline-block;
    width: 146px;
    line-height: 40px;
    text-align: center;
    background: #007AC3;
    color: #ffffff;
    border-radius: 20px;
}
.apply-wrap .apply-button:link{
    color: #ffffff;
    text-decoration: none;
}
.apply-wrap .apply-button:hover{
    color: #ffffff;
    text-decoration: none;
}
.schedule-item {
    display: flex;
    margin-bottom: 30px;
    position: relative;
    padding-left: 30px;
}

.schedule-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 15px;
    height: 15px;
    background-color: var(--primary-color);
    border-radius: 50%;
}

.schedule-item:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 20px;
    width: 1px;
    height: calc(100% + 10px);
    background-color: var(--primary-color);
}

.schedule-item:last-child:after {
    display: none;
}

.schedule-date {
    flex: 0 0 200px;
    font-weight: bold;
    color: var(--secondary-color);
}

.schedule-content {
    flex: 1;
}

.schedule-content p {
    font-size: 16px;
}

/* Ã¦â€¹â€ºÃ¨ÂËœÃ¥Â²â€”Ã¤Â½Â */
.position-categories {
    max-width: 1200px;
    margin: 0 auto;
}

.category-tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

.tab {
    padding: 10px 25px;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tab.active {
    background: var(--primary-color);
    color: white;
}

.positions-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.position-item {
    padding: 25px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.position-title {
    font-size: 20px;
    font-weight: bold;
    color: var(--secondary-color);
    margin-bottom: 15px;
}

.position-details {
    margin-bottom: 20px;
}

.detail-item {
    margin-bottom: 10px;
}

.detail-item .label {
    font-weight: 500;
}

.position-item .btn-apply {
    position: absolute;
    right: 30px;
    bottom: 30px;
    padding: 8px 15px;
    font-size: 14px;
}

.position-more {
    text-align: center;
    margin-top: 30px;
}

.position-more .btn-more {
    padding: 12px 30px;
}

/* Q&A */
.qa-list {
    max-width: 800px;
    margin: 0 auto;
}



.qa-item:last-child {
    border-bottom: none;
}

.qa-question, .qa-answer {
    display: flex;
    gap: 15px;
}

.q-icon, .a-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.q-icon {
    background: var(--primary-color);
    color: white;
}

.a-icon {
    background: var(--light-blue);
    color: var(--primary-color);
}

.qa-question p, .qa-answer p {
    flex: 1;
    font-size: 16px;
    line-height: 1.6;
}

.qa-question p {
    font-weight: 500;
}

.contact-info {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 30px;
    background-color: var(--light-bg);
    border-radius: 5px;
}

.contact-info h3 {
    font-size: 24px;
    font-weight: bold;
    color: var(--secondary-color);
    margin-bottom: 20px;
}

.contact-info p {
    font-size: 16px;
    margin-bottom: 10px;
}

/* Ã¥Âºâ€¢Ã©Æ’Â¨Ã§â€°Ë†Ã¦ÂÆ’ */
.footer {
    background: #007AC3;
    padding: 30px 0;
    text-align: center;
    color: #fff;
}

.copyright p {
    font-size: 14px;
}
