#pills-tab {
    justify-content: center;
    margin-bottom: 3rem;
    gap: 0 3rem;
    display: flex;
}
li{
list-style: none;
}
.top_head-career{
    text-align: center;
}
.sub-hero-bg img {
    background-position: center center;
    width: 100%;
    height: 100%;
}
.title-all-color{
font-size: 70px;
    font-weight: 700;
    margin: 0;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #686D7C;
    display: inline;
    border-bottom: 2px solid #D5D7EC; 
}
.tab-content{
    margin-bottom: 5rem;
}
#pills-tab li button {
    padding: 1rem 1.5rem;
    width: 200px;
    border: 1px solid #6B0000;
    font-size: 1rem;
    background: #ffffff;
    border-radius: 0.3rem;
}
#pills-tab button.nav-link{
	    color: #2e4657!important;
}
#pills-tab button.nav-link.active{
	    color: #ffffff!important;
}
.page-title-txt {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    z-index: 5;
    color: #fff;
}
.tagline-small {
    font-weight: 600;
    padding-bottom: 1rem;
}
.page-title-txt .main-title {
    font-size: 48px;
    font-weight: 700;
    margin: 0;
    line-height: 1;
    letter-spacing: 0.05em;
    text-shadow: 0 2px 10px rgba(0,0,0,0.4);
    background: none;
    padding: 0;
    color: #fff;
}
.nav-list-header li a {
    font-size: 16px;
    color: #000;
}
 .outline_profile {
    border-top: 1px solid #E1E1E1;
}
.tab-pane {
        display: none;
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
    }
    
    /* Khi có class 'active', hiển thị lên */
    .tab-pane.active {
        display: block;
    }

    /* Hiệu ứng Fade in */
    .tab-pane.show {
        opacity: 1;
    }

    /* Con trỏ chuột dạng bàn tay khi hover vào nút */
    .nav-link {
        cursor: pointer;
    }
.all_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
 .outline_profile dt {
    background-color: #F4F7F9;
    width: 17rem;
    padding: 0 2rem;
    font-weight: 700;
}
 .outline_profile dt, .company_page .outline_profile dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #E1E1E1;
	line-height: 2;
	height: auto;
}

.outline_profile dd {
    width: calc(100% - 17rem);
    padding: 1.5rem;
    height: 100%;
    border-bottom: 1px solid #E1E1E1;
    line-height: 1.6;
    margin-bottom: 0;
}
.career-inner .career-wrap {
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
    padding-top: 5rem;
}
.big-btn-line {
    padding: 70px 0;
}
.big-box {
    border: 1px solid #052b54;
    border-radius: 10px;
    background-color: #07376c;
    text-align: center;
    max-width: 780px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 2rem;
}
.big-btn-title h2 {
    margin-bottom: 15px;
    color: #fff;
    font-size: 23px;
    font-weight: 600;
}
.big-contact {
    border-radius: 10px;
    background: #fff;
}
.big-ft {
    background: #e7e7e7;
    padding: 2rem 2rem 2rem;
    transition: 0.5s ease;
    border-radius: 10px;
}
.big-box:hover .big-ft{
	opacity: 0.85;
}
.big-ft-btn {
    color: #fff;
    font-size: 2rem;
    width: 100%;
    display: block;
    border-radius: 0.5rem;
    padding: 1rem;
    font-weight: 600;
    text-shadow: -1px -1px rgb(0 0 0 / 40%);
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.1) 50% , rgba(0,0,0,0.2) 50%, transparent);
    background-color: #1AB822;
    line-height: 1.7;
}
.danger-mess {
    display: none;
    color: #B94A48!important;
    font-size: 0.9em;
}
.border-txt{
    color: #B94A48;
    background-color: #F2DEDE!important;
    border: 1px solid #EED3D7!important;
}
	.daijobu-mess {
    display: inline;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #B10005!important;
}
.contact-ct {
    font-size: 3rem;
    margin: 10rem 0 5rem 0;
}
.group1 {
    display: flex;
    padding: 3px;
}
label {
    display: block;
    text-align: left;
    font-weight: bold;
    margin-bottom: 1rem;
    font-size: 2rem;
}
.text12 {
    width: 100%;
    border: none;
    font-size: 1.6rem;
    font-weight: 300;
    background: #F4F7F9;
    outline: none;
    min-height: 7rem;
    padding: 0 2rem;
}
.group1 .input{
	width: 100%;
}
span.require {
    background: rgba(217, 0, 12, 0.1);
    width: 4.5rem;
    height: 2.6rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 1rem;
    font-size: 1.4rem;
    font-weight: 500;
    color: #D9000C;
    border-radius: .02rem;
}
.privacy_policy p{
	padding: 1rem;
}
.submit_group .btn-submit {
    padding: 4rem 12rem;
    font-size: 2rem;
    border: none;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #f0f0f0;
	position: relative;
	z-index: 1;
	color: #000;
}
.submit_group .btn-submit::before {
 content: '';
 width: 0;
 height: 100%;
 position: absolute;
 top: 0;
 left: 0;
    background: #1b488f;
 -webkit-transition: .5s ease;
 -o-transition: .5s ease;
 transition: .5s ease;
 display: block;
 z-index: -1;
}
.submit_group{
	margin-top: 5rem;
}
.submit_group .btn-submit:hover::before {
 width: 100%;
}
.submit_group .btn-submit:hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
            box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
    color: #fff;
}

.txt-area{
    height: 15rem;
    padding: 2rem;
    width: 100%;
    border: none;
    font-size: 1.6rem;
    font-weight: 300;
    background: #F4F7F9;
    outline: none;
}
.wrap-page-all {
    margin: 9.5rem 0 0;
    position: relative;
    background: #F4F7F9;
    padding: 4rem 0 9rem 3rem;
}
.privacy_policy p br.pc-none{
	display: none;
}
.privacy_policy p a{
color: #3b64c2;	
}
.fade {
    transition: opacity 0.3s linear!important;
}
.top_head-career .title-small {
    font-size: 1.5rem;
    color: #686D7C;
    padding: 2rem 0 5rem 0;
}
.intro {
    color: #333333;
    position: relative;
    padding-top: 5rem;
}
.tag {
    display: inline-block;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: .08em;
    padding: 10px;
    margin-bottom: 30px;
    color: #ffffff;
    z-index: 2;
    position: relative;
    background: #3382FF;
    border-radius: 0.5rem;
}
.intro .main-it .line {
    display: inline-block;
    padding-bottom: 5px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 34px;
}
.intro .text-intro {
    font-size: 16px;
    font-weight: 500;
    background: #E8FCFF;
    padding: 1.5rem 1rem;
    line-height: 1.6;
    color: #515151;
}
.under-color {
    color: #FF9C18;
    font-weight: 600;
}
.under-color-last {
    color: #3382FF;
}
.intro .container {
    margin: 0 auto;
    max-width: 1050px;
    width: 100%;
}
.container{
    padding-bottom: 5rem;
}
.hight-tt03{
    font-size: 2rem;
}
.hight-tt02{
color: #79A3D5;
}
.detail-fukuri {
    display: flex;
    gap: 0 4rem;
}
.under-color-last-tt{
    font-weight: 400;
}
.hight-tt04{
   color: #515151;
}


.contact-container {
    width: 100%;
    max-width: 600px; /* Độ rộng tối đa giống ảnh */
    margin: 0 auto;
}

.form-title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 400;
    position: relative;
    padding-bottom: 15px;
}

/* Đường gạch chân ngắn màu xanh nhạt dưới tiêu đề */
.form-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: #dbe2ef; /* Màu xanh xám nhạt */
    margin: 15px auto 0;
}

.form-desc {
    text-align: center;
    font-size: 1rem;
    color: #666;
    margin-bottom: 40px;
}

/* --- Các nhóm input --- */
.form-group {
    margin-bottom: 25px;
}

/* Label (Nhãn) */
.form-group label {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 8px;
    color: #222;
}

/* --- Badge (Nhãn Bắt buộc / Tùy chọn) --- */
.badge {
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 3px;
    margin-left: 10px;
    color: #fff;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
}

.badge.required {
    background-color: #d32424;
}
/* Màu xám cho 'Tùy chọn' */
.badge.optional {
    background-color: #999; /* Hoặc #a8a8a8 */
}
/* --- Thêm vào cuối file recruit.css --- */

/* Viền đỏ và nền đỏ nhạt khi lỗi */
.form-group input.input-error,
.form-group textarea.input-error {
    border-color: #d32424 !important;
    background-color: #fff8f8;
    box-shadow: 0 0 0 2px rgba(211, 36, 36, 0.1);
}

/* Dòng chữ thông báo lỗi */
.error-msg {
    display: none; /* Mặc định ẩn */
    color: #d32424;
    font-size: 13px;
    font-weight: 600;
    margin-top: 6px;
    animation: fadeIn 0.3s ease-in-out;
}

/* Icon cảnh báo trước lỗi */
.error-msg::before {
    content: "⚠️ "; 
}

/* Hiệu ứng hiện dần */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}
/* --- Input Field (Ô nhập liệu) --- */
.form-group input {
    width: 100%;
    padding: 12px 15px;
    font-size: 16px;
    border: 1px solid #ccc; /* Viền xám nhạt */
    border-radius: 6px; /* Bo góc nhẹ */
    box-sizing: border-box; /* Để padding không làm vỡ layout */
    color: #333;
    background-color: #fff;
    transition: border-color 0.3s;
}

/* Placeholder (Chữ gợi ý bên trong) */
.form-group input::placeholder {
    color: #aaa; /* Màu chữ xám nhạt */
}

/* Hiệu ứng khi click vào ô input */
.form-group input:focus {
    outline: none;
    border-color: #312fe5; /* Màu xanh đậm giống theme timeline của bạn */
    box-shadow: 0 0 5px rgba(49, 47, 229, 0.2);
}
/* --- Style cho phần Textarea & Note --- */
.label-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap; /* Xuống dòng nếu màn hình quá nhỏ */
    margin-bottom: 8px;
}

/* Dòng chữ nhỏ lưu ý về 300 ký tự */
.note-text {
    font-size: 12px;
    margin-left: 10px;
    color: #333;
}

/* Khung nhập văn bản lớn */
.form-group textarea {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
    font-family: inherit; /* Giữ font chữ giống body */
    resize: vertical; /* Cho phép kéo giãn chiều dọc */
}

.form-group textarea:focus {
    outline: none;
    border-color: #312fe5;
    box-shadow: 0 0 5px rgba(49, 47, 229, 0.2);
}

/* --- Style cho Footer (Cảnh báo, Checkbox, Button) --- */
.form-footer {
    text-align: center; /* Căn giữa toàn bộ nội dung bên dưới */
    margin-top: 30px;
}

/* Đoạn văn bản cảnh báo màu đỏ */
.warning-msg {
    color: #ff0000; /* Màu đỏ */
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    font-weight: 500;
}

.warning-msg p {
    margin: 5px 0;
}

/* Checkbox xác nhận */
.confirm-check {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    font-size: 14px;
    color: #333;
}

.confirm-check input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    cursor: pointer;
}

.confirm-check label {
    cursor: pointer;
    margin: 0;
    font-size: 1rem;
}

/* Nút Submit (Gửi) */
.btn-submit {
    background-color: #eee; /* Nền xám nhạt giống ảnh */
    color: #555; /* Chữ xám đậm */
    border: none;
    padding: 15px 60px; /* Nút rộng ngang */
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

/* Hiệu ứng khi di chuột vào nút */
.btn-submit:hover {
    background-color: #ddd;
    color: #000;
}
/* --- CSS CHO THÔNG BÁO KHÔNG TUYỂN DỤNG --- */
.no-vacancy-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0; /* Khoảng cách trên dưới cho thoáng */
    width: 100%;
}

.no-vacancy-text {
    font-size: 1.2rem;
    color: #686D7C; /* Màu chữ xám xanh giống tiêu đề */
    margin: 0 30px; /* Khoảng cách giữa chữ và đường kẻ */
    font-weight: 500;
}

.no-vacancy-wrapper .line {
    display: block;
    width: 100px;      /* Độ dài đường kẻ */
    height: 1px;       /* Độ mảnh */
    background-color: #D5D7EC; /* Màu tím nhạt giống ảnh */
}

/* --- LOGIC NÚT SUBMIT (DISABLED) --- */

/* Khi nút bị khóa (Chưa check) */
.btn-submit:disabled {
    background-color: #cccccc !important; /* Màu xám */
    color: #888888 !important;            /* Chữ xám đậm */
    cursor: not-allowed;                  /* Chuột hiện dấu cấm */
    pointer-events: none;                 /* Không cho click */
    box-shadow: none !important;
}

/* Ẩn hiệu ứng trượt màu xanh khi nút đang khóa */
.btn-submit:disabled::before {
    display: none;
}

/* Checkbox căn giữa và thêm khoảng cách */
.confirm-check {
    gap: 10px;
}
.confirm-check input[type="checkbox"] {
    transform: scale(1.2); /* Phóng to checkbox một chút cho dễ bấm */
}

/* Mobile: Thu nhỏ khoảng cách */
@media screen and (max-width: 576px) {
    .no-vacancy-wrapper {
        padding: 60px 0;
    }
    .no-vacancy-text {
        font-size: 1rem;
        margin: 0 15px;
    }
    .no-vacancy-wrapper .line {
        width: 50px;
    }
}
@media screen and (max-width: 992px){
#pills-tab {
    justify-content: center;
    margin-bottom: 3rem;
    gap: 0 1rem;
}
.outline_profile dt {
    width: 12rem;
}

.outline_profile dd {
    width: calc(100% - 12rem);
}





}



@media screen and (max-width: 576px){
.title-all-page {
    font-size: 3.4rem;
}
.wrap-page-all {
    margin: 9.5rem 0 0;
    padding: 4rem 0 3rem 0;
}	
.all_under_pagetitle {
    padding-top: 4rem;
}	
.big-ft-btn {
    font-size: 1.6rem;
}
.outline_profile dd {
    padding: 3rem 1rem;
}	
.all_flex {
    flex-direction: column;
}	
.outline_profile dt {
    width: 100%;
    padding: 0.5rem;
     align-items: flex-start;   
}
.outline_profile dd {
    width: 100%;
    padding:1rem;
    font-size: 15px;
}	
.big-btn-title h2 {
    font-size: 18px;
}	
.privacy_policy p {
    padding: 1rem;
    line-height: 1.6;
}	
#pills-tab li button {
    padding: 0.7rem;
    width: 100px;
    border: 1px solid #3169c0;
}	
.intro .main-it .line {
    display: inline-block;
    padding-bottom: 5px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 25px;
}	
	
	
	
	
	
	
	

}