* {
    outline: 0;
    box-sizing: border-box;
    font-family: Roboto, sans-serif !important;
    margin: 0;
    font-size: 15px;
    color: #474747;
}

a {
    color: #474747;
    text-decoration: unset;
}

li {
    list-style: none;
}

ul {
    padding: 0px
}

body {
    background: #F6F6F6;
    font-size: 13px;
    color: #4f4f4f;
    line-height: 1.428571429;
    margin: 0;
}

::-webkit-scrollbar {
    width: 5px;
}

.perfect_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

button {
    border: none;
    background-color: unset;
    cursor: pointer;
}

.layout {
    position: fixed;
    top: 0;
    z-index: 999;
    display: none;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px);
    background-color: #00000087;
    width: 100%;
    height: 100%;
    overflow: scroll;
}

/* header */
.block_header {
    background-color: #4c5bd4;
    padding: 15px;
    box-shadow: 0 0 6px rgb(255 255 255 / 50%);
}

.block_header_left {
    display: flex;
}

.logo_site {
    display: block;
    margin-top: 7px;
}

.btn_header_option,
.btn_close_header_option,
.btn_mobile_chat {
    display: none;
    background-color: unset;
    border: none;
}

.list_option_pc {
    display: flex;
    gap: 25px;
    align-items: center;
    width: fit-content;
    margin-left: 25px;
}

.item {
    cursor: pointer;
}

.item_txt {
    color: white;
}

.block_items_discover,
.block_items_tools {
    position: relative;
}

.block_items_discover,
.block_items_tools {
    position: absolute;
    display: none;
    background-color: white;
    box-shadow: 0 0 3px 2px #888;
    z-index: 999;
    border-radius: 5px;
    width: 337px;
    padding: 20px;
    flex-direction: column;
    gap: 10px;
    cursor: auto;
}

.item_child a {
    background: rgba(76, 91, 212, .05);
    border-radius: 4px;
    height: 47px;
    padding: 0 11px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}

.item_discover_pc:hover .block_items_discover {
    display: flex;
}

.item_tools_pc:hover .block_items_tools {
    display: flex;
}

.block_header_right {
    display: flex;
    gap: 15px;
    width: fit-content;
}

.block_header_right button {
    width: 110px;
    height: 40px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    color: white;
}
.block_header_right .menu_upnew_header {
    width: fit-content !important;
    padding: 0 15px !important;
    background: #F88C00 !important;
}
.block_header_right a {
    color: white;
}

.btn_chat {
    background-color: unset;
    gap: 8px;
    width: fit-content !important;
}

.btn_chat span {
    color: white;
    font-weight: 500;
}

.btn_mobile_chat,
.div_icon_chat {
    position: relative;
}

.count_noti {
    position: absolute;
    top: -8px;
    right: -8px;
    font-size: 12px;
    border-radius: 50%;
    background: #ff4d43;
    width: 18px;
    height: 18px;
    line-height: 18px;
    color: white;
}

.icon_chat {
    width: 26px;
    height: 26px;
}

.btn_post {
    background-color: #232f87;
    width: 92px !important;
}

.btn_login {
    background-color: white;
}

.btn_login a {
    color: #4c5bd4 !important;
}

.btn_register {
    background-color: unset;
    border: 1px solid white !important;
}

/* list option mobile */
.list_option_mobile {
    position: fixed;
    width: 100%;
    z-index: 999;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    margin-top: 65px;
    background-color: #f6f6f6;
    padding: 10px;
    overflow: scroll;
    display: none;
}

.list_option_mobile .item {
    background-color: white;
    padding: 10px;
    margin: 10px 0;
}

.list_option_father .item a {
    display: flex;
    align-items: center;
    gap: 15px;
    color: black;
}

.item_discover,
.item_tools {
    position: relative;
}

.icon_arrow {
    position: absolute;
    right: 20px;
    top: 10px;
}

.list_option_child {
    margin-top: 10px;
    display: none;
}

.list_option_child .item {
    background-color: rgba(76, 91, 212, .05);
    font-size: 14px !important;
}

/* end header */

/* banner */
/* block search */
.block_banner {
    background-color: #4c5bd4;
    display: flex;
    justify-content: center;
    gap: 100px;
    padding: 50px;
    position: relative;
}

.container_dot_banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@keyframes zoom {
    0% {
        opacity: 0;
        transform: scale(1.5);
        transform: rotate(5deg);
        animation-timing-function: ease-in;
    }
    50% {
        opacity: 0.5;
    }
    85% {
        opacity: 1;
    }
    95% {
        opacity: .1;
    }
    100% {
        opacity: .2;
        transform: scale(2.5);
    }
}

.start_dots {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background-image: radial-gradient(4px 4px at 50px 200px, #eee, rgba(0, 0, 0, 0)), radial-gradient(4px 4px at 40px 70px, #fff, rgba(0, 0, 0, 0)), radial-gradient(6px 6px at 120px 40px, #ddd, rgba(0, 0, 0, 0));
    background-repeat: repeat;
    background-size: 250px 250px;
    opacity: 0;
    animation: zoom 10s infinite;
}

.start_dots:nth-child(1) {
    background-position: 10% 90%;
    animation-delay: 0s;
}

.block_search_txt {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
}

.block_search_keyword {
    position: relative;
    background-color: white;
    gap: 15px;
    padding: 0 20px 0 30px;
    height: 65px;
    border-radius: 55px;
    margin-top: 10px;
}

.icon_search {
    width: 16px;
    height: 16px;
}

.icon_audio {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.search_keyword {
    flex-grow: 1;
    border: none;
    height: 100%;
}

.box_key,
.box_district {
    box-shadow: 0 0 5px 0 #c20000;
    background: #fff;
    border-radius: 10px;
    min-height: 255px;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 99;
    padding: 15px 0 15px 18px;
    display: none;
    width: 1024px;
}

.close_box_key,
.close_box_district {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 32px;
    color: gray;
}

.box_key_header {
    display: flex;
    margin-bottom: 15px;
}

.box_key_header_text1,
.box_key_header_text2,
.box_district_header_text {
    width: 50%;
    color: #888;
    font-size: 13px;
}

.box_district_header_text {
    margin-bottom: 15px;
}

.list_keyword {
    display: flex;
}

.list_keyword_css,
.list_district_css {
    display: flex;
    flex-wrap: wrap;
    height: fit-content;
    row-gap: 5px;
}

.list_keyword_css p,
.list_district_css span {
    width: 33%;
    margin-bottom: 5px;
    font-size: 14px;
    color: #484848;
    cursor: pointer;
}

#list_keyword_suggest p {
    width: 100%;
}

.box_district_header_text2 {
    display: none;
}

.block_search_option .select2 {
    width: 397px !important;
}

.block_search_option .select2-container {
    z-index: 9;
}

.block_search_option .select2-container .select2-selection--single {
    height: 65px;
    border-radius: 40px 0 0 40px !important;
}

.block_search_option .select2-selection__rendered {
    text-indent: 45px;
    line-height: 66px !important;
}

.block_search_option .select2-selection__arrow {
    display: none;
}

.block_search_option {
    display: flex;
    align-items: center;
    margin-top: 20px;
    position: relative;
}

.wrap_btn_search {
    display: flex;
    gap: 5px;
}

.btn_search {
    width: 123px;
    height: 65px;
    border: none;
    background: #fff600;
    color: #485bd6;
    font-size: 16px;
    border-radius: 1px 55px 55px 1px;
    border-left: 1px solid #4c5bd4;
    font-weight: 700;
}

.detail_search_container {
    width: 911px;
    margin: auto;
    box-shadow: 0 0 2px rgba(0, 0, 0, .55);
    text-align: left;
    border-radius: 10px;
    background: #fff;
}

.detail_search_container .header {
    padding: 18px 25px;
    background: #4c5bd4;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.detail_search_container .header span {
    color: white;
    font-size: 22px;
}

.detail_search_body {
    padding: 37px 25px 20px;
    border-radius: 0 0 10px 10px;
}

.search_com {
    width: 100%;
    height: 40px;
    font-family: Roboto-Regular, sans-serif;
    font-size: 15px;
    line-height: 18px;
    color: #000;
    border: 1px solid #999 !important;
    border-radius: 8px;
    text-indent: 5px;
}

.list_select_tag {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.select_tag select {
    width: 266px;
    height: 40px;
    font-size: 15px;
    line-height: 18px;
    color: #000;
    border: 1px solid #999 !important;
    border-radius: 8px;
    margin-bottom: 0 !important;
    background: #fff;
    margin-top: 20px;
}

.detail_search_container .select2 {
    margin-top: 20px;
}

.select2-container {
    z-index: 9999;
}

.detail_search_container .select2-selection__placeholder,
.detail_search_container .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000 !important;
    line-height: 40px;
}

.detail_search_container .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
}

.detail_search_container .select2-container--default .select2-selection--single {
    height: 40px;
    border-radius: 8px;
    border: 1px solid #999;
}

.btn_detail_search {
    width: 144px;
    height: 38px;
    border-radius: 5px;
    font-size: 18px;
    background-color: #4c5bd4;
    color: white;
    margin: 20px 0;
    float: right;
}

.close_detail_search {
    cursor: pointer;
}

/* end block search */

/* block QR */
.block_qr {
    position: relative;
    width: 330px;
    height: 330px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 22px 0;
    gap: 15px;
    z-index:10
}

.block_qr > img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block_qr_header {
    position: relative;
    z-index: 1;
    color: #0F21B4;
    font-size: 16px
}

.qr {
    width: 200px;
    height: 200px;
    background-color: white;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
}

.qr img {
    width: 180px;
    height: 180px;
}

.block_qr_footer {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 20px;
    font-size: 14px;
    padding: 0 30px;
}

.block_qr_footer img {
    width: 30px;
}

/* end Qr */

/* body */
/* container top */
.container {
    width: 1200px;
    margin: auto;
}

.wrap_breadcrumb {
    margin: 10px 0 20px 0;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
}

.breadcrumb li:first-child span {
    color: #4c5bd4;
}

.breadcrumb li a {
    display: inline-block;
    font-size: 14px;
    line-height: 37px;
    color: #474747;
    text-decoration: none;
    background: unset;
    font-family: Roboto-Regular, sans-serif;
    font-weight: 700;
}

.breadcrumb li:not(:first-child)::before {
    content: '>';
    font-size: 14px;
    line-height: 37px;
    color: #474747;
    padding: 0 5px;
    float: left;
    position: relative;
    left: -10px;
    margin-left: 20px;
}

.info_com {
    background: #fff;
    padding: 20px 30px;
    margin-bottom: 20px;
    display: flex;
    gap: 30px;
}

.info_com .block_left {
    width: 130px;
    height: 130px;
    position: relative;
}

.avatar {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 3px solid #4c5bd4;
}

.status_online {
    position: absolute;
    padding: 1px 5px;
    left: 18%;
    top: 80%;
    background: #f4fce9;
    border-radius: 24px;
    font-weight: unset;
    font-size: 10px;
    line-height: 14px;
    color: #76b51b;
}

.medal_lightning,
.medal_start {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    width: 41px;
    height: 41px;
}

.medal_start {
    left: unset;
    right: 0;
}

.info_com .block_right {
    width: calc(100% - 160px);
}

h1 {
    color: rgb(76, 91, 212);
    font-size: 28px;
    margin-bottom: 15px;
}

.info_com .detail {
    display: flex;
    flex-wrap: wrap;
}

.info_com .element_detail {
    width: 48%;
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    align-items: center;
}

.element_detail span {
    font-weight: 600;
}

.info_com .wrap_btn {
    display: flex;
    gap: 20px;
}

.btn_chat_com,
.btn_history {
    width: 190px;
    height: 40px;
    border-radius: 3px;
    color: #6f6f6f;
    cursor: pointer;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    display: flex;
    gap: 10px;
}

.btn_chat_com {
    border: 1px solid #31a246;
}

.btn_history {
    background-color: #e7ad3c;
}

.btn_history span {
    color: white;
    font-weight: 600;
}

/* end container top */

.block_describe,
.block_vote,
.block_jobs,
.block_cv,
.block_keys_involve {
    background-color: white;
    margin-bottom: 20px;
}

h2 {
    color: #4c5bd4;
    padding: 10px 10px 10px 30px;
    background: #f7f9ff;
    margin-bottom: 0;
    width: 100%;
    display: flex;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    text-transform: uppercase;
}

h2::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 21px;
    background: #ffbc3b;
    left: 15px;
    top: 9px;
}

.block_describe span {
    display: block;
    padding: 20px;
    justify-content: space-between;
}

/* vote */
.container_vote {
    display: flex;
    gap: 15px;
    width: 100%;
    padding: 20px 40px;
}

.block_total_vote {
    width: 15%;
    min-width: 130px;
    text-align: center;
}

.average {
    font-size: 28px;
    line-height: 28px;
    color: #474747;
    font-weight: 600;
}

.list_start_average {
    margin: 10px 0;
}

.list_start_average img {
    width: 20px;
    height: 20px;
}

.block_detail_vote {
    flex-grow: 1;
}

.detail_vote {
    display: flex;
    gap: 15px;
    align-items: center;
}

progress {
    width: calc(100% - 105px);
    height: 10px;
}

.block_action_vote {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 25%;
}

.block_action_vote p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.block_action_vote button {
    display: flex;
    width: 208px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #4c5bd4;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    height: 36px;
}

/* end vote */

/* popup login */
.popup_login_container {
    width: 911px;
    margin: auto;
    margin-top: 100px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .55);
    border-radius: 10px;
    background: #fff;
}

.popup_login_header {
    text-align: center;
    background: #3d49aa;
    color: #fff;
    padding: 28px 0;
    font-size: 18px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
}

.close_popup_login {
    color: white;
    font-size: 22px;
    position: absolute;
    top: 22px;
    right: 20px;
    cursor: pointer;
}

.popup_login_body {
    padding: 20px 40px;
}

.popup_login_body .wrap_input {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 40%;
}

.popup_login_body input {
    border: none;
    border-bottom: 1px solid #3d49aa;
    width: 100%;
}

.input_account,
.input_password {
    margin-top: 40px;
}

.err_account,
.err_password {
    color: red;
    margin-top: 8px;
    display: none;
}

.popup_login_body button {
    background-color: #3d49aa;
    width: 180px;
    height: 40px;
    justify-content: center;
    color: white;
    border-radius: 20px;
    margin-top: 40px;
}

.popup_login_body .wrap_qr {
    flex-grow: 1;
    display: flex;
    gap: 30px;
    justify-content: center;
}

.element_qr {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.element_qr p {
    text-align: center;
    font-weight: bold;
}

.element_qr a {
    background: url('https://timviec365.vn/images/footer_apptimviec.png') no-repeat;
    background-size: 100% 100%;
    height: 31px;
    padding: 3px 0 0 27px;
    color: #3d49aa;
    font-weight: bold;
}

.popup_login_bottom {
    margin-top: 30px;
    border: 1px solid #e6e6e6;
    padding: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.popup_login_bottom a {
    color: #3d49aa;
}

/* end login */

/* list jobs */
.list_jobs {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
}

.element_job {
    border-radius: 10px;
    border: 1px solid #dadada;
    padding: 12px 20px;
}

.job_name {
    font-size: 16px;
    margin-bottom: 15px;
    color: #4c5bd4;
    text-transform: uppercase;
}

.job_position {
    margin: 10px 0;
}

.detail_job {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.attr_job {
    width: 32%;
    display: flex;
    gap: 5px;
}

.attr_job:last-child {
    width: 100%;
}

.attr_job img {
    width: 16px;
    height: 16px;
}

.benefit {
    width: 100%;
    display: flex;
    padding: 10px;
    border-radius: 4px;
    background: #f2f7fb;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* end jobs */

.block_cv_title {
    font-size: 16px;
    margin-top: 20px;
    font-weight: 700;
    padding: 10px 10px 10px 30px;
    border-radius: 8px 8px 0 0;
    background: #f7f9ff;
}

.block_cv_title::before {
    content: "";
    display: inline-block;
    background: url('https://timviec365.vn/images/qluv/nn_1.png');
    width: 19px;
    height: 19px;
    margin-right: 10px;
    margin-bottom: -3px;
}

.block_cv_title a {
    color: #4c5bd4;
}

.list_cv {
    gap: 20px;
    max-width: 1200px;
    width: 100%;
    padding: 20px;
}

.cv {
    width: 24%;
    height: 245px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.cv img {
    width: 100%;
    height: 100%;
}

.cv:hover .cv_hover {
    display: flex;
}

.cv_hover {
    position: absolute;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    text-align: center;
    transition: all .2s ease-in-out;
    top: 0;
    border-radius: 10px;
    display: none;
    align-items: center;
    justify-content: center;
}

.cv_hover a {
    background-color: #02b5e1;
    color: #fff;
    border-radius: 20px;
    padding: 9px 20px;
    text-align: center;
    position: relative;
    display: inline-block;
}

.banner_cv {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.banner_cv img {
    width: 100%;
    height: 100%;
}

.block_keys_involve {
    height: fit-content;
    overflow: hidden;
}

.list_key {
    padding: 20px;
    height: 55px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
}

.list_key a {
    color: #fd3e45;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 30px;
}

.hidden_more {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.list_key .show_more {
    position: absolute;
    right: 13px;
    top: 25px;
    cursor: pointer;
}
.btn_mobile_dangtin {
    display: none;
    float: right;
    line-height: 19px;
    font-size: 16px;
    width: fit-content !important;
    padding: 10px 5px !important;
    background: #F88C00 !important;
    color: #fff;
    border-radius: 4px;
}
@media screen and (max-width: 1024px) {
    .btn_mobile_dangtin {
        display: block;
    }
}
@media (max-width:1024px) {

    .block_header_left,
    .logo_header {
        width: 100%;
    }

    .list_option_pc {
        display: none;
    }

    .block_header_right {
        display: none;
    }

    .btn_header_option,
    .btn_mobile_chat {
        display: block;
    }

    .count_noti {
        top: 0;
        right: -3px;
    }

    .block_qr {
        display: none;
    }

    .block_search_txt {
        display: none;
    }

    .detail_search_container {
        width: 700px;
    }

    .container {
        width: 100%;
        padding: 0px 20px;
    }

    .popup_login_container {
        width: 90%;
    }

    .block_action_vote button {
        width: 100%;
    }

    .box_key,
    .box_district {
        width: 100%;
    }
}

@media (max-width:480px) {
    .block_banner {
        padding: 50px 25px;
    }

    .block_search {
        width: 100%;
    }

    .block_search_keyword {
        height: 40px;
    }

    .block_search_option {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .block_search_option .select2-container .select2-selection--single {
        height: 40px;
        border-radius: 40px !important;
    }

    .block_search_option .select2-selection__rendered {
        text-indent: 22px;
        line-height: 41px !important
    }

    .block_search_option .select2 {
        width: 100% !important;
    }

    .wrap_btn_search {
        width: 100%;
    }

    .btn_search {
        flex-grow: 1;
        height: 40px;
        border-radius: 40px;
    }

    .detail_search_container {
        width: 360px;
    }

    .select_tag select {
        width: 310px;
    }

    .detail_search_container .select2 {
        width: 310px;
    }

    .info_com {
        flex-direction: column;
        align-items: center;
    }

    .info_com .block_right {
        width: 100%;
    }

    .info_com .detail {
        flex-direction: column;
    }

    .info_com .element_detail {
        width: 100%;
    }

    .popup_login_container {
        margin-top: 40px;
    }

    .popup_login_body {
        padding: 20px 30px;
    }

    .popup_login_header {
        padding: 28px 40px;
        font-size: 16px;
    }

    .popup_login_body .respone_480 {
        flex-direction: column;
    }

    .popup_login_body .wrap_input {
        width: 100%;
    }

    .popup_login_body .wrap_qr {
        width: 100%;
        margin-top: 30px;
    }

    .popup_login_body .wrap_qr img {
        display: none;
    }

    .popup_login_bottom {
        margin-top: 10px;
        flex-direction: column;
        gap: 10px;
    }

    .container_vote {
        flex-direction: column;
        align-items: center;
    }

    .block_total_vote,
    .block_detail_vote,
    .block_action_vote {
        width: 100%;
    }

    .element_qr {
        min-width: 110px;
    }

    .list_cv {
        flex-wrap: wrap;
    }

    .cv {
        width: 45%;
    }

    .cv:last-child {
        display: none;
    }

    .attr_job {
        width: 48%;
    }

    .container {
        padding: 0 10px;
    }
}