/*#region common*/
.recruitment-detail {
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    color: #303030;
    padding: 100px 0 40px;
    line-height: 1.42857143;
}

.recruitment-detail p {
    margin-bottom: 10px;
}

.recruitment-detail .page-container {
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}

.loader:before {
    border: 10px solid #f3f3f3;
    border-top: 10px solid #bfc8d1
}

.text-bold {
    font-family: Inter Bold, Arial, sans-serif;
    font-weight: 700;
}

.text-medium {
    font-family: Inter Medium, Arial, sans-serif;
    font-weight: 500;
}

.text-italic {
    font-family: Inter Italic, Arial, sans-serif;
}

.uppercase {
    text-transform: uppercase;
}

.recruitment-detail .primary-btn {
    display: block;
    width: fit-content;
    padding: 12px 20px;
    border-radius: 8px;
    background-color: #DA0B2D;
    color: #fff;
}

.mobile-view {
    display: none;
}

@media (max-width: 767px) {
    .mobile-view {
        display: block;
    }

    .recruitment-detail {
        padding: 60px 0 30px;
    }
}

/*#endregion*/

/*#region Recruitment Content*/
.recruitment-banner {
    padding-bottom: 24px;
}

.recruitment-wrap {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.recruitment-main {
    width: 100%;
}

.recruitment-sidebar {
    flex-shrink: 0;
    width: 380px;
}

.recruitment-title {
    font-size: 28px;
    margin: 0;
    padding-bottom: 18px;
}

.recruitment-infor .ri-item {
    display: flex;
    gap: 16px;
}

.recruitment-infor .ri-item:not(:last-child) {
    margin-bottom: 12px;
}

.recruitment-infor .ri-item .ri-label {
    min-width: 156px;
}

.recruitment-infor .ri-item .ri-text {
    color: #6D757D;
}

.recruitment-apply {
    padding: 32px 0 24px;
}

.share-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    user-select: none;
}

.recruitment-text {
    padding-top: 36px;
}

.rt-area {
    padding-bottom: 40px;
}

.rt-area .group-content {
    font-size: 17px;
    color: #303030;
    padding-top: 10px;
}
.rt-summary {
    text-align: justify;
}
.rt-title {
    font-size: 24px;
}

.recruitment-keyword {
    margin-bottom: 30px;
}

.rk-title {
    font-size: 20px;
    padding-bottom: 10px;
}

.rk-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.rk-item {
    display: inline-block;
    background-color: #f2f2f2;
    border-radius: 5px;
    padding: 8px 15px;
    margin-bottom: 6px;
}

@media (max-width: 979px) {
    .recruitment-wrap {
        flex-direction: column;
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .recruitment-title {
        font-size: 24px;
    }

    .rt-title {
        font-size: 20px;
    }
}

/*#endregion*/

/*#region Recruitment Sidebar*/
.social-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-bottom: 30px;
}

.social-section a {
    width: 42px;
    height: 42px;
}

.rs-region .rs-highlight {
    color: #1877F1;
}

.rs-region a {
    color: inherit;
}

.rs-region {
    margin-bottom: 30px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
}

.rs-job {
    color: #1877F1;
}

.rs-title {
    padding: 15px 30px;
    border-bottom: 1px solid #dee2e6;
}

.rs-content {
    padding: 10px 30px;
}

.rs-item {
    display: block;
    padding: 25px 0;
    border-bottom: 1px dashed #dee2e6;
}

.rs-item:last-child {
    border-bottom: none;
}

.rs-text {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 10px;
}

.rs-icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rs-more {
    margin: 0 0 20px 25px;
}

@media (max-width: 979px) {
    .recruitment-sidebar {
        width: 100%;
    }
}

/*#endregion*/

/*#region Recruitment Form*/
.recruitment-form {
    border-radius: 10px;
    border: 1px solid #dee2e6;
    overflow: hidden;
    padding: 40px 40px 50px;
}

.recruitment-form ol li,
.recruitment-form ul li {
    margin: 0;
}

.form-title {
    font-size: 24px;
}

.rf-button {
    margin-top: 25px;
    position: relative;
}

.rf-button #submit {
    background: #bfc8d1;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0 7px 64px rgba(0, 0, 0, .07);
    overflow: hidden;
    display: block;
    padding: 17px 0;
    font-size: 18px;
    text-transform: uppercase;
    user-select: none;
}

.rf-button #submit:hover {
    opacity: 0.85;
}

.rf-button #submit.active {
    background: #e71924;
    cursor: pointer;
}

.rf-area {
    padding-top: 10px;
    padding-bottom: 10px
}

.rf-title {
    font-size: 17px;
    color: #6d757d;
    padding-bottom: 5px
}

.rf-input {
    position: relative
}

.rf-required {
    color: #e71924
}

.rf-input input[type=file] {
    height: .1px;
    width: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

.rf-image {
    display: none;
    max-width: 300px;
    max-height: 300px;
    margin: 0 auto 15px
}

.rf-image img {
    max-height: inherit
}

.rf-filename {
    display: none;
    font-size: 18px;
    color: #343434;
    padding-bottom: 10px;
    overflow: hidden
}

.rf-file {
    padding: 30px 15px;
    border-radius: 6px;
    border: 1px dashed #e71924;
    overflow: hidden;
    text-align: center
}

.rf-file label {
    font-family: Inter Bold, Arial, sans-serif;
    font-weight: normal;
    margin: 0;
    font-size: 20px;
    color: #e71924;
    cursor: pointer
}

.rf-file label:hover {
    opacity: .85
}

.rf-note {
    color: #6d757d;
    padding-top: 5px
}

.rf-input input[type=text] {
    font-size: 17px;
    border-radius: 6px;
    border: 1px solid #dee2e6;
    height: 48px;
    overflow: hidden;
    padding: 0 15px
}

.rf-input input[type=text].rf-error-input {
    border: 1px solid #e71924
}

.rf-input input[type=number] {
    font-size: 17px;
    border-radius: 6px;
    border: 1px solid #dee2e6;
    height: 48px;
    overflow: hidden;
    padding: 0 15px;
    width: 100%
}

.rf-input input[type=number].rf-error-input {
    border: 1px solid #e71924
}

.rf-input input[type=number]::-webkit-outer-spin-button,
.rf-input input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.rf-input input[type=number] {
    -moz-appearance: textfield
}

.rf-calendar input {
    background: url(/sites/misa/images/pages/recruitment-detail/ic-calendar.svg) no-repeat right 15px center
}

.rf-radio {
    padding-top: 10px;
    padding-bottom: 5px
}

.rf-radio:last-child {
    padding-bottom: 0
}

.rf-input input[type=radio] {
    display: none
}

.rf-radio .rf-icon {
    font-size: 17px;
    color: #6d757d;
    cursor: pointer;
    position: relative;
    padding-left: 35px;
    margin: 0;
    font-weight: normal;
    line-height: 22px
}

.rf-radio .rf-icon:before {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    background: url(/sites/misa/images/pages/recruitment-detail/ic-inactive-radio.svg) no-repeat;
    background-size: 22px
}

.rf-input input[type=radio]:checked+.rf-icon:before {
    background: url(/sites/misa/images/pages/recruitment-detail/ic-active-radio.svg) no-repeat;
    background-size: 22px
}

.rf-checkbox {
    padding-top: 10px;
    padding-bottom: 5px
}

.rf-checkbox:last-child {
    padding-bottom: 0
}

.rf-input input[type=checkbox] {
    display: none
}

.rf-checkbox .rf-icon {
    font-size: 17px;
    color: #6d757d;
    cursor: pointer;
    position: relative;
    padding-left: 35px;
    margin: 0;
    font-weight: normal;
    line-height: 22px
}

.rf-checkbox .rf-icon:before {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    background: url(/sites/misa/images/pages/recruitment-detail/ic-inactive-checkbox.svg) no-repeat;
    background-size: 22px
}

.rf-input input[type=checkbox]:checked+.rf-icon:before {
    background: url(/sites/misa/images/pages/recruitment-detail/ic-active-checkbox.svg) no-repeat;
    background-size: 22px
}

.rf-notify {
    display: none;
    font-size: 17px;
    color: #e71924;
    text-align: center;
    padding-top: 20px
}

.rf-button {
    margin-top: 25px;
    position: relative
}

.rf-error {
    font-size: 15px;
    color: #e71924;
    padding-top: 5px
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #343434
}

.p-box {
    background: #fff;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .05);
    padding: 30px 35px;
    border-radius: 10px;
    overflow: hidden;
    text-align: center
}

.p-notify {
    font-size: 17px;
    padding-bottom: 15px
}

.p-close {
    display: inline-flex
}

.p-close a {
    display: inline-block;
    background: #e71924;
    font-size: 16px;
    color: #fff;
    width: 100px;
    height: 36px;
    line-height: 36px;
    border-radius: 6px;
    overflow: hidden
}

span.year.active {
    background: #e71924 !important
}

td.active.day {
    background: #e71924 !important
}

span.month.active {
    background: #e71924 !important
}

@media (max-width: 767px) {
    .recruitment-form {
        padding: 30px 20px 40px;
    }
}

/*#endregion*/

#copyFeedback {
    position: fixed;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    font-family: Inter Italic, Arial, sans-serif;
    font-size: 14px;
    color: #008FEC;
}

/* Thêm CSS cho các nút fixed */
.fixed-buttons {
    position: fixed;
    bottom: 100px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 999;
}

.fixed-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.fixed-btn:hover {
    transform: scale(1.1);
}

.fixed-btn.apply {
    background-color: #DA0B2D;
    color: #fff;
    font-size: 14px;
    padding: 10px;
    text-align: center;
}

@media (max-width: 767px) {
    .fixed-buttons {
        bottom: 15px;
        left: 15px;
        gap: 8px;
    }

    .fixed-btn {
        width: 45px;
        height: 45px;
    }

    .scroll-up {
        display: block !important;
    }
}

.hotline-quick-access,
#chat-widget-container,
#zalo-vr,
.live-chat,
.live-chat-mobile,
.notify {
    display: none !important;
}
/*region ava*/
.ava-sidebar-mobile{
    min-height: 150px;
    display: block;
}
.ava-message-mobile {
    width: 188px;
    height: 123px;
    background: #1877f1;
    opacity: 0.64;
    border-radius: 8px;
    /* position: absolute; */
    /* right: 120px; */
    margin-left: 25px;
}
.ava-message-text-mobile {
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 30px 24px 18px 9px;
    width: 179px;
    height: 75px;
}
.ava-messages-icon-mobile {
    z-index: 1;
    position: absolute;
    left: -20px;
    /* top: 5px; */
    /* bottom: 0; */
    top: -37px;
}
.ava-icon-mobile {
    position: absolute;
    /* top: -72px; */
    right: -17px;
    bottom: 21px;
}
.ava-chat-mobile {
    background: #1877f1;
    border-radius: 8px;
    height: 38px;
    width: 147px;
    position: absolute;
    left: 85px;
    bottom: -24px;
}
.ava-chat-text {
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 8px 16px 11px 12px;
}
.aib-popup{
	height: calc(100vh - 56px);
}
/* endregion */