@font-face {
    font-family: 'SVN-Agency FB';
    src: url('/fonts/LandingPage/SVN-Agency FB.ttf') format('truetype'),
    url('/fonts/LandingPage/SVN-Agency FB Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

.title-event {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    font-family: 'SVN-Agency FB';
    background: linear-gradient(25deg, #0948EB 34%, #E55300 60.71%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin-top: 56px;
}

.title-career-booming {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    font-family: 'SVN-Agency FB';
    background: linear-gradient(25deg, #0948EB 34%, #E55300 60.71%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.bg-job-opportunity {
    background-image: url('/public/imgs-version2/page/career-booming/bg-job2.png');
    background-repeat: no-repeat, no-repeat;
    background-size: 100%;
}

.p-career-booming {
    align-content: center;
    text-align: center;
}

.text-align {
    text-align: center;
}

/* .bg-section2{
    position: relative;
} */
.title-section2,
.content-section2{
    /* position: absolute; */
    /*top: 50%;  Đặt phần tử ở giữa ảnh */
    /*left: 50%; /* Đặt phần tử ở giữa ảnh */
    /*transform: translate(-50%, -50%); /* Dịch chuyển phần tử để căn giữa chính xác */
    text-align: center;
    /* Căn giữa nội dung */
    color: white;
    /* Đặt màu chữ cho dễ nhìn trên nền ảnh */
    z-index: 10;
    /* Đảm bảo phần tử này nằm trên ảnh */
}

.bg-section2 p {
    color: white;
    font-size: 14px;
}

.title-section2 h2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    font-family: 'SVN-Agency FB';
    color: white;
}

.bg-section-4 {
    /* position: relative; */
    background-image:
            url("/public/imgs-version2/page/career-booming/section4-elementop.svg"),
            url("/public/imgs-version2/page/career-booming/section4-elementbottom.svg"),
            url("/public/imgs-version2/page/career-booming/section4-bg.png");

    background-repeat:
            no-repeat,
            no-repeat,
            no-repeat;
    background-size:
            contain,
            contain,
            cover;
    text-align: center;
    background-position:
            top -70px left 40px,
            bottom 40px right 26px,
            center center;
}

.title-section4 {
    /* position: absolute;
    top: 64px;
    transform: translate(-50%, 0%);
    left: 50%; */
    padding-top: 56px;
    padding-bottom: 56px;
    position: relative;
}

.title-section4 img {
    position: relative;
}

.title-section4 h2 {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    font-family: 'SVN-Agency FB';
    color: white;
    font-size: 48px;
    width: 100%;
    top: 46%;
    text-align: center;
}

.content-section4 {
    /* width: 100%;
    position: absolute;
    top: 320px;
    transform: translate(-50%, 0%);
    left: 50%; */
    display: flex;
    padding-bottom: 56px;
}

.section4 {
    background-image: url('/public/imgs-version2/page/career-booming/bg-section4.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.content {
    width: 100%;
}

.bg-card {
    position: relative;
}

.content-card {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    aspect-ratio: 185 / 251;
    padding-top: 45%;
    color: white;
}

.content-card h2 {
    font-family: 'SVN-Agency FB';
    color: white;
    z-index: 2;
    font-size: 48px;
    text-align: center;
    line-height: 56px;
    margin-top: 40px;
}


.content-card h2 span {
    color: #FFF8AE;
}

.content-card p {
    color: white;
    text-align: justify;
    margin-top: 32px;
    padding: 0 32px;
}

.bg-section-4 img {
    vertical-align: bottom;
}

.section-form {
    background-image: url('/public/imgs-version2/page/career-booming/bg-section-form.png');
    height: 720px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.content-form {
    color: white;
    font-size: 14px;
}

.content-form select {
    background-color: white;
    font-size: 14px;
    color: #656565;
    padding: 16px 16px;
}


.section-form form {
    width: 100%;
}

.section-form {
    padding-bottom: 30px;
}

.btn-send-infor button {
    padding: 16px 40px;
    background-color: #ffffff;
    color: rgb(187, 0, 103);
    font-weight: bold;
    border: none;
    font-size: 20px;
}

.btn-send-infor button:hover {
    background-color: #00ada8;
    color: #247BE6;
    border: none;
}

.btn-send-infor {
    padding-bottom: 20px;
}

.section-form .btn-submit {
    color: #CF0663;
    font-weight: bold;
    height: 40px;
    border: none;
}

.form-dang-ky input {
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid white;
    color: #656565;
    height: 40px !important;
}

.form-dang-ky label {
    color: white;
    text-align: left;
}

.form-select {
    height: 40px;
    color: #656565 !important;
}

.btn-outline-secondary {
    background-color: white !important;
    width: 100%;
    color: #656565;
}

.btn-outline-secondary:hover {
    color: white;
    background-color: #0948EB !important;
}

.btn-dang-ky {
    padding: 16px;
    border-radius: 4px;
    text-align: center;

}

.btn-dang-ky button {
    background-color: white;
    border: none;
    font-weight: bold;
    padding: 12px 64px;
    border-radius: 4px;
}

.btn {
    border-radius: 4px !important;
}

.btn-dang-ky button:hover {
    background: linear-gradient(90deg, #003CF2 0%, #FF3D00 100%);
    color: white;
}

.title-form img {
    width: 30%;
    margin-bottom: 30px;
}

.bg-event {
    background-image: url("/public/imgs-version2/page/career-booming/bg-event-right.png"), url("/public/imgs-version2/page/career-booming/bg-event-left.png") !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom -16px right -15px, top 50px left -43px;
}



.text-white {
    color: white;
}


.nav-tabs li a.active {
    background-image: url("/public/imgs-version2/page/career-booming/bg-footer.png");
    background-size: cover;
    background-repeat: no-repeat;
    color: white !important;
    border: none;
}

.card-grid-3 {
    border-image-slice: 2 !important;
}

.card-grid-3 .card-grid-3-image figure {
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.title-section5 {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}

.title-section5 h2 {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    font-family: 'SVN-Agency FB';
    color: white;
    z-index: 9999;
    font-size: 48px;
    width: 100%;
    top: 46%;
    text-align: center;
}

.bg-section2 {
    background-image:
            url(/public/imgs-version2/page/career-booming/bg-ele-left-section2.svg),
            url(/public/imgs-version2/page/career-booming/bg-ele-right-section2.svg),
            url(/public/imgs-version2/page/career-booming/bg-section2.svg);
    background-repeat: no-repeat;
    background-size:
            30%,
            30%,
            cover;
    background-position: top 50% left 24px, top 50% right -24px, center center;
    padding-top: 132px;
    padding-bottom: 132px;
}

.content-section2 p {
    width: 560px;
    margin-top: 30px;
    padding-left: 8px;
    padding-right: 8px;
}

.section2 {
    margin-top: 30px;
}

.bg-job-opportunity {
    margin-top: 50px;
}

/* .form-select select option {
    font-size: 14px;
}
.form-dang-ky .form-group label{
    font-size: 14px;
}  */
.form-control {
    border-radius: 0px !important;
}

.section-title {
    font-family: "Plus Jakarta Sans", sans-serif;
}

.name-job {
    font-family: "Plus Jakarta Sans", sans-serif;
}

.footer h5 {
    font-family: "Plus Jakarta Sans", sans-serif;
}

.footer h6 {
    font-family: "Plus Jakarta Sans", sans-serif;
}

.card-grid-2 .card-grid-2-image-left .right-info .name-job {
    font-family: "Plus Jakarta Sans", sans-serif !important;
}

.bg-footer {
    background-color: white !important;
}

.content-section2 ul li {
    margin: 0;
    padding: 0;
}

.content-section2 ul {
    margin: 0;
    padding: 0;
}

.nhom-nganh {
    background-image: url(/public/imgs-version2/page/career-booming/nen.png);
    height: 180px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;

}
.nhom-nganh button {
    background-color: transparent;
    border: none;
    padding: 8px 12px;
    font-size: 20px;
    font-weight: 700;
    font-size: 16px;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 24px;
}
.nhom-nganh button:hover {
    background-color: transparent;
}

.arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid currentColor;
    transition: transform 0.3s ease;
}

button[aria-expanded="true"] .arrow {
    transform: rotate(180deg);
}

.jobs-modal__body ul{
    list-style: disc;
    margin-left: 20px;
}

.jobs-modal__body p,
.jobs-modal__body ul {
    color: #05264e;
}

.jobs-modal__body button[data-bs-toggle="collapse"]{
    border: 1px solid rgba(0, 0, 0, .125)
}

#survey-form .select2-container {
    display: block;
    width: 100%;
    padding: .375rem 0 .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#survey-form .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 50%;
    transform: translateY(-50%);
}

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above{
    margin-top: 0 !important;
}

#graduation-time{
    background-color: white;
}

@media (max-width: 1440px) {
    .bg-event {
        background-size: 20%;
        background-position: bottom 16px right -24px, top -69px left -72px;
    }

    .content-section4 {
        top: 200px;
    }

    .section-form {
        height: auto;
    }

    .title-section5 {
        padding-top: 32px;
        padding-bottom: 32px;

    }

}

@media (max-width: 1199.98px) {
    #lua-chon-fpt-telecom .bg-card {
        --bs-gutter-x: 36rem;
        --bs-gutter-y: 2rem;
    }

    .content-card {
        padding-top: 40%;
    }

    .content-card p {
        padding: 0 32px;
    }

    .section2 {
        margin-top: 16px;
    }

    .bg-event {
        background-size: 25%, 20%;
        background-position: bottom 18px right -24px, top -40px left -48px;
    }

    .bg-section2 {
        padding-top: 76px;
        padding-bottom: 76px;
        background-size:
                26%,
                26%,
                cover;
    }

    .bg-section-4 {

        background-repeat:
                no-repeat,
                no-repeat,
                no-repeat;
        background-size:
                150%,
                150%,
                cover;
    }
}

@media (max-width: 991.98px) {
    #lua-chon-fpt-telecom .bg-card {
        --bs-gutter-x: 18rem;
        --bs-gutter-y: 2rem;
    }

    .content-card {
        padding-top: 45%;
    }

    .content-card p {
        padding: 0 48px;
    }

    .title-section4 img {
        width: 64%;
    }

    .title-section5 img {
        width: 64%;
    }

    .section2 {
        margin-top: 12px;
    }

    .bg-section2 {
        padding-top: 48px;
        padding-bottom: 48px;
        background-size:
                0%,
                0%,
                cover;
    }

    .bg-section2 p {
        margin-top: 16px;
    }
}

@media (max-width: 768.98px) {
    .title-section4 h2 {
        font-size: 32px;
    }

    #lua-chon-fpt-telecom .bg-card {
        --bs-gutter-x: 10rem;
        --bs-gutter-y: 2rem;
    }

    .content-card {
        padding-top: 40%;
    }

    .bg-section-4 {
        background-position:
                top 64px left 40px,
                bottom 40px right 26px,
                center center;
    }

    .bg-section2 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .section2 {
        margin-top: 8px;
    }

    .title-section2 h2 {
        line-height: 48px;
    }

    .bg-event {
        background-size: 38%, 20%;
        background-position: bottom 24px right -45px, top 28px left -20px;
    }

    .title-section2 h2,
    .title-section4 h2,
    .title-career-booming,
    .title-event,
    .title-section5 h2 {
        font-size: 40px;
    }

    .content-section2 p {
        font-size: 14px;
        line-height: 20px;
    }

    .title-section4 img {
        width: 65%;
    }

    .bg-card img {
        width: 65%;
    }

    .content-card p {
        margin-top: 24px;
    }

    .content-card h2 {
        margin-top: 32px;
    }
}

@media (max-width: 575.98px) {

    .title-section2 h2,
    .title-section4 h2,
    .title-career-booming,
    .title-event,
    .title-section5 h2 {
        font-size: 24px;
    }

    .title-section2 h2 {
        line-height: 32px;
    }

    .section2 {
        margin-top: 4px;
    }

    .content-card h2 {
        margin-top: 16px;
    }

    .content-card p {
        margin-top: 16px;
        padding: 0 12px;
    }

    .content-card {
        padding-top: 32%;
    }

}

@media (max-width: 484.98px) {

    .title-section2 h2,
    .title-section4 h2,
    .title-career-booming,
    .title-event,
    .title-section5 h2 {
        font-size: 24px;
    }

    .content-card h2 {
        font-size: 24px !important;
        line-height: 32px;
    }

    .content-card p {
        line-height: 16px;
    }

    .content-section2 p {
        font-size: 12px;
        line-height: 16px;
    }

    .p-career-booming {
        line-height: 16px;
    }

    .bg-job-opportunity {
        margin-top: 8px;
    }

    .content-section2 ul li {
        font-size: 12px;
        line-height: 16px;
    }

    .bg-section2 {
        padding-top: 48px;
        padding-bottom: 48px;
        background-size:
                0%,
                0%,
                cover;
    }

    .title-section2 h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .bg-section2 p {
        font-size: 12px;
        line-height: 16px;
        margin-top: 4px;
        width: 372px;
        margin-top: 8px;
    }

    .title-section2 h2 {
        font-size: 24px;
    }

    .content-card p {
        font-size: 12px;
        line-height: 18px;
    }

    .content-card h2 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .title-section4 h2 {
        top: 47%;
    }


    .content-card {
        top: 210px;
        padding-top: 45%;
    }

    .title-section4 {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .title-section4 h2 {
        top: 44%;
    }

    .bg-section-4 {
        background-position: top -20px left 16px, bottom 40px right 26px, center center !important;
    }

    .title-section5 h2 {
        top: 44%;
    }

    .title-event {
        margin-top: 24px;
    }

}