.page_taocv {
    position: relative;
}

.box_themmuccv {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(155, 155, 155, .9);
    z-index: 22222222;
    display: none;
}

.container_show {
    width: 600px;
    margin: auto;
    margin-top: 3%;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.20);
}

.container_show_tmuc {
    padding: 20px;
}

.show_mucchuasd,
.show_mucdasd {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
    margin-bottom: 20px;
    flex-direction: row !important;
}

.mucdasd,
.mucchuasd {
    width: 48% !important;
}

.title_show {
    display: flex;
}

.txt_show {
    padding-top: 6px;
}

.img_thoat {
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
}

.sidebar_left {
    display: none !important;
}

#m_pagetaocv .box_content_taocv {
    overflow-y: scroll;
}

.btn_back_url {
    background-color: #4c5bd4;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    width: 80px;
    color: white;
    height: 38px;
}

.btn_back_url img {
    width: 19px;
}

.block_show_muc {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    display: none;
    justify-content: center;
    padding-top: 20px;
    top: 0;
    z-index: 999999;
}

/* chat AI */
.robot_container_helper,
.robot_container_helper_describe {
    position: fixed;
    bottom: 2%;
    right: 5%;
    z-index: 11;
}

.robot_container_helper img {
    width: 100px;
}

.pop_up_chat_include {
    display: flex;
    width: 20px;
    height: 20px;
    color: #fff;
    border-radius: 50%;
    background: red;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
}

.container_chat_ai {
    top: 0;
    width: 25%;
    position: fixed;
    right: 0;
    background: #fff;
    height: 100%;
}

.container_chat_ai h3 {
    display: flex;
    width: 100%;
    height: 45px;
    padding: 10px 16px;
    flex-direction: row;
    align-items: center;
    background: var(--G2, linear-gradient(92deg, #4C5BD4 0.14%, #00A9E9 101.13%, #00A9E9 101.13%));
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    margin-bottom: 12px;
}

.container_chat_ai .chat_name {
    width: 55%;
}

.container_chat_ai .main_chat_365 {
    background: #fff;
    max-height: 80%;
    overflow-y: scroll;
    padding-bottom: 10%;
}

.main_chat_365 .robot_container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_chat_365 .robot_container img {
    width: 70px;
    height: 70px;
}

.pop_up_chat_include {
    display: flex;
    width: 20px;
    height: 20px;
    color: #fff;
    border-radius: 50%;
    background: red;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
}

.to_chat {
    display: flex;
    list-style: none;
    gap: 16px;
    margin-top: 15px;
}

.to_chat img {
    width: 40px;
    height: 40px;
}

.box_chat {
    max-width: 70%;
    color: #000;
    background: #f2f2f2;
    padding: 12px 16px;
    font-size: 0.95rem;
    border-radius: 8px;
}

.main_chat_365 .from_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 4px;
    align-self: stretch;
    padding-right: 8px;
    margin-bottom: 10px;
}

.from_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 4px;
    align-self: stretch;
    padding-right: 8px;
    margin-bottom: 20px;
    margin-top: 15px;
}

.main_chat_365 .from_text .send_text {
    display: flex;
    flex-direction: column;
    max-width: 80%;
    width: fit-content;
    border-radius: 10px 0px 10px 10px;
    background: var(--G2, linear-gradient(92deg, #4C5BD4 0.14%, #00A9E9 101.13%, #00A9E9 101.13%));
    padding: 5px 10px;
    color: #fff;
}


.d-none {
    display: none;
}

.from_text .send_text {
    display: flex;
    flex-direction: column;
    max-width: 80%;
    width: fit-content;
    border-radius: 8px;
    background: var(--G2, linear-gradient(92deg, #4C5BD4 0.14%, #00A9E9 101.13%, #00A9E9 101.13%));
    padding: 5px 10px;
    color: #fff;
}


.main_chat_365 .from_text .send_time,
.main_chat_365 .to_text .to_time {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.main_chat_365 .to_text {
    display: flex;
}

.main_chat_365 .to_text .robot_from {
    width: 60px;
    padding-left: 8px;
}

.main_chat_365 .to_text .robot_from img {
    width: 40px;
    height: 40px
}

.main_chat_365 .to_text .from_container {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 10px;
    padding-right: 30%;
    padding-bottom: 5px;
}

.main_chat_365 .to_text .from_container .bot_name {
    color: #4C5BD4;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.main_chat_365 .to_text .from_container .bot_chat {
    display: flex;
    padding: 2px 6px;
    align-items: center;
    gap: 6px;
    border-radius: 2px;
    background: #7CD200;
    color: #fff;
    width: 25%;
}

.main_chat_365 .to_text .from_bot_text {
    border-radius: 0px 10px 10px 10px;
    background: #F0F0F0;
    display: flex;
    padding: 12px;
    flex-direction: column;
    justify-content: center;
    max-width: 80%;
    margin-bottom: 5px;
}

.main_chat_365 .robot_from_chat_container {
    width: 85%;
}

.container_chat_ai .guide_text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    align-self: stretch;
    padding: 0 12px;
}

.container_chat_ai .guide_text>div {
    border-radius: 30px;
    background: #F2F4FF;
    box-shadow: 0px 1px 4px 0px rgba(76, 91, 212, 0.49) inset;
    display: flex;
    padding: 12px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: var(--Logo, #4C5BD4);
    font-size: 14px;
    font-style: normal;
    font-weight: 550;
    line-height: normal;
}

.send_chat_container {
    display: flex;
    width: 100%;
    height: 65px;
    padding: 16px 8px 16px 12px;
    align-items: center;
    gap: 4px;
    position: absolute;
    bottom: 0px;
    box-shadow: 0px -1px 6px 0px rgba(0, 0, 0, 0.15);
}

.send_chat_container span:first-of-type {
    width: 85%;
}

.send_chat_container input {
    border-radius: 30px;
    background: #F2F4FF;
    display: flex;
    padding: 8px 16px;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
    align-self: stretch;
    width: 100%;
    font-weight: 550;
}

.container_chat_ai .guide_text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    align-self: stretch;
    padding: 0 12px;
}

.container_chat_ai .guide_text>div {
    border-radius: 30px;
    background: #F2F4FF;
    box-shadow: 0px 1px 4px 0px rgba(76, 91, 212, 0.49) inset;
    display: flex;
    padding: 12px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: var(--Logo, #4C5BD4);
    font-size: 14px;
    font-style: normal;
    font-weight: 550;
    line-height: normal;
    cursor: pointer;
}

.smaller_div {
    display: flex;
    flex-direction: row;
    width: 48%;
    font-weight: 500;
    font-size: 14px;
    align-items: center;
    cursor: pointer;
}

.mic_7 {
    cursor: pointer;
}

.cvList {
    display: flex;
    gap: 25px;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    position: relative;
}

.slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    height: 250px;
    margin-bottom: 10px;
}

.slide {
    margin-right: 20px;
    flex: 0 0 auto;
    width: 31%;
}

.slide img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.button_prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #eeefff;
    color: #4c5bd4;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 24px;
    z-index: 10;
}

.button_next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #eeefff;
    color: #4c5bd4;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 24px;
    z-index: 10;
    right: 10px;
}

@media (max-width: 1024px) {
    #page-taocv {
        margin-top: 0;
    }

    #m_pagetaocv {
        margin-top: 0 !important;
    }

    .container_show {
        margin-top: 15%;
    }

    .robot_container_helper_describe {
        display: flex;
        justify-content: right;
    }

    .robot_container_helper_describe img {
        width: 60%;
    }

    .container_chat_ai {
        width: 100%;
        top: 0;
        height: 100%;
        right: 0;
        z-index: 999;
    }

    .container_chat_ai h3,
    .send_chat_container,
    .send_chat_container input {
        width: 100%;
    }

    .send_chat_container>span:first-of-type {
        width: 93%;
    }

    .smaller_div {
        padding-right: 35%;
    }

    .container_chat_ai .chat_name {
        padding-right: 45%;
    }

}

@media (max-width:480px) {
    .container_show {
        margin-top: 40%;
        width: 100%;
    }

    .smaller_div {
        padding-right: 20% !important;
    }

    .smaller_div span:nth-child(1) {
        width: 20px;
    }

    .smaller_div span:nth-child(2) {
        width: 60px;
    }

    #m_pagetaocv .box_content_taocv {
        overflow-y: unset;
    }

    .container_content_taocv {
        padding: 0 !important;
    }

    .slides {
        height: auto;
    }

    .slide {
        width: 100%;
    }
}