.logo-header {
    width: 150px;
}

@media (min-width: 1200px) {
    .language-switcher-mobile {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .cs_site_header.cs_style_1 .cs_main_header_right {
        padding-right: 50px;
        display: none !important;
    }
}


.cs_shape_wrap .cs_shape {
    background: linear-gradient(209.87deg, #0068E0 1.29%, #00E861 104.28%);
}
.cs_btn {
    background: linear-gradient(90deg,  #0068E0 , #00E861 ) !important;
}
.cs_hero_circle_in {
    background: linear-gradient(90deg, #0068E0 0%, #00E861 100%) !important;
}

.cs_team.cs_style_1 {
    background: linear-gradient(180deg, rgba(3, 203, 190, 0.5) 0%, rgba(2, 154, 143, 0.5) 100%) !important;
}
/* .cs_team.cs_style_1 .cs_team_thumbnail {
    background: var(--linear, linear-gradient(90deg, rgba(3, 203, 190, 0.11) 0%, rgba(2, 154, 143, 0.11) 100%))
    !important;
} */

.cs_post.cs_style_1 {
    background: linear-gradient(180deg, rgba(3, 203, 190, 0.5) 0%, rgba(2, 154, 143, 0.5) 100%) !important;
}

.cta-download img {
    width: 200px;
}

@media screen and (max-width: 768px) {
    .cta-download img {
        width: 150px;
    }
}

.cs_hero.cs_style_1 .cs_hero_title {
    margin-bottom: 20px !important;
}

.mascot img {
    width: 642px;
}

.about_img img {
    width: 755px;
    height: 600px;
}

@media (max-width: 1199px) {
    .about_img img {
        width: 100%;
        height: auto;
        max-height: 400px;
    }

    .about_title {
        font-size: 24px !important;
    }
}

.course-slider .cs_card {
    width: 280px; height: 450px; display: flex; flex-direction: column;
}

.course-slider .cs_card_text {
    height: 150px; display: flex; flex-direction: column;
}

.course-slider .cs_card_title {
    line-height: 1.3; height: 60px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}

.course-slider .cs_card_text_inner {
    flex: 1; display: flex; flex-direction: column;
}
.course-slider .cs_card_title a{
    font-size: 18px;
}
.course-slider .cs_card_subtitle {
    font-size: 12px; line-height: 1.2; height: 80px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; flex: 1;
}
.cs_team_subtitle{
    display: -webkit-box;
    -webkit-line-clamp: 4;      /* Số dòng muốn hiển thị */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.post_image {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.partners-section .container .title {
    color: #ffffff;
    text-align: center;
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: bold;
}
.logo-slider {
    position: relative;
    width: 100%;
}

.logo-slider .logo-track {
    animation: scroll 40s linear infinite;
}
.logo-slider .logo-track-reverse {
    animation: scroll-reverse 40s linear infinite;
}
.logo-slider .slide {
    width: 250px;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-slider .slide img {
    max-height: 60px;
    width: auto;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}
.logo-slider .slide a:hover img {
    opacity: 1;
}

/* Main Section Styling */
.careers-section {
    position: relative;
    min-height: 100vh;
    padding: 80px 0;
    overflow: hidden;
}



/* Header Styling */
.careers-main-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

@media (max-width: 768px) {
    .careers-main-title {
        font-size: 2.5rem;
    }
}

/* Job Cards */
.careers-list {
    position: relative;
    z-index: 2;
}

.career-card {
    background: rgba(0, 30, 30, 0.8);
    border: 1px solid rgba(0, 255, 150, 0.15);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    border-radius: 12px;
}

.career-card:hover {
    transform: translateY(-2px);
    border-color: rgba(0, 255, 150, 0.3);
    box-shadow: 0 8px 25px rgba(0, 255, 150, 0.1);
}

/* Job Title */
.job-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.job-title a:hover {
    color: #00ff96 !important;
    transition: color 0.3s ease;
}

/* Job Tags */
.job-tag {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: capitalize;
}

.tag-urgent {
    background-color: #007bff;
    color: white;
}

.tag-bonus {
    background-color: #00ff96;
    color: #000;
}

/* Job Info */
.job-info .info-label {
    color: #888;
    font-size: 0.875rem;
    margin-bottom: 4px;
    font-weight: 400;
}

.job-info .info-value {
    color: #fff;
    font-size: 0.95rem;
    font-weight: 500;
    margin-bottom: 0;
}

/* Share Button */
.share-btn {
    background: transparent;
    border: none;
    color: #00ff96;
    padding: 8px;
    border-radius: 6px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.share-btn:hover {
    background: rgba(0, 255, 150, 0.1);
    transform: scale(1.1);
}

/* Pagination */
.pagination-section {
    position: relative;
    z-index: 2;
}

.pagination-divider {
    border-color: #fff !important;
    margin: 3rem 0 2rem 0;
}

.pagination-wrapper {
    max-width: 600px;
    margin: 0 auto;
}

.pagination-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.pagination-nav:hover {
    color: #00ff96;
}

.pagination-nav.disabled {
    color: #666;
    cursor: not-allowed;
    pointer-events: none;
}

.pagination-nav.disabled:hover {
    color: #666;
}

.pagination-numbers {
    display: flex;
    align-items: center;
    gap: 12px;
}

.page-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.page-number:hover {
    color: #00ff96;
    background: rgba(0, 255, 150, 0.1);
}

.page-number.active {
    color: #fff;
    background: rgba(0, 255, 150, 0.2);
    font-weight: 600;
}

.page-dots {
    color: #666;
    font-size: 0.9rem;
}

/* No Jobs Found */
.no-careers-found {
    position: relative;
    z-index: 2;
}

.no-jobs-icon {
    opacity: 0.7;
}

/* Responsive Design */
@media (max-width: 992px) {
    .job-info {
        margin-bottom: 1rem;
    }

    .pagination-wrapper .d-flex {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .pagination-numbers {
        justify-content: center;
    }

    .pagination-nav {
        align-self: center;
    }
}

@media (max-width: 576px) {
    .career-card {
        padding: 1.5rem !important;
    }

    .job-title {
        font-size: 1.1rem;
    }

    .careers-main-title {
        font-size: 2rem;
    }
}
/* Ensure blog shapes don't overlay content */
.cs_blog_shapes_1 .cs_shape_position_1 {
    opacity: 0.2;
}
.cs_blog_shapes_1 .cs_shape_position_2 {
    opacity: 0.2;
}

/* Footer customizations */
.cs_footer_row .cs_footer_col:first-child {
    flex: 2.2 !important; /* Increase width of first column */
}
.footer-company-details p {
    margin-bottom: 8px;
    font-size: 16px; /* readable on desktop */
    line-height: 1.6;
}
.footer-company-details p strong {
    font-size: 18px;
}
@media (max-width: 1199px) {
    .footer-company-details p {
        font-size: 15px;
        line-height: 1.6;
    }
}
@media (max-width: 575px) {
    .footer-company-details p {
        font-size: 14px;
        line-height: 1.6;
    }
}

