

.wrap-item-guide{
    top: 0;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: nowrap;
    flex-direction: column;

}
.wrap-item-guide{
    width: 100%;
    word-break: break-word;
    white-space: normal;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.wrap-item-guide >.name_group>i {
    position: absolute;
    margin-top: 2px;
    font-size: 22px;
    right: 0;
}
.wrap-item-guide .list-name-guide>a{
    width: 100%;
    display: flex;
}

.wrap-item-guide .list-name-guide{
    color: black;
    border-radius: 8px;
    opacity: 1;
    top: 100%;
    z-index: 1;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    right: 0px;
    margin-top: 12px;
    padding-left: 8px;
}
.wrap-content-huongdan {
    padding: 0 !important;
}

.img-wrapper-huongdan {
    width: 100%;
    height: 250px;
    position: relative;
    margin: 0;
}

.img-wrapper-huongdan::before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgba(169, 22, 28, 0.65) 0%, rgba(55, 73, 87, 0.65) 100%);
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
}

.image-header-huongdan {
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-position: 40% 60%;
}

.image-content-cover {
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-position: 40% 60%;
    display: block;
    max-width: 100%;
}
.main-content-huong-dan{
    /* max-height: 1500px;
    overflow-y: scroll; */
}
.img-wrapper-huongdan span {
    position: absolute;
    color: white;
    font-size: 56px;
    line-height: 64px;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
}

.group-content {
    display: flex;
    min-height: 500px;
    width: 100%;

}

.content-menu {
    display: flex;
    margin-bottom: 32px;

}
.wrap-menu-guide{
    background: #FFFFFF;
    box-shadow: 2px 0px 6px rgba(0, 0, 0, 0.1);
    padding-top: 70px;
}

.menu-tab-huongdan {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 18px;
    gap: 16px;
    width: 100%;
    height: 100%;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    row-gap: 28px;
    background-color: white;
}
.group_sub_guide{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 16px;
    row-gap: 6px;
}

.menu-tab-huongdan li {
    cursor: pointer;
    position: relative;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    color: #2F4858;
    flex: none;
    order: 0;
    flex-grow: 0;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: space-evenly;
    align-items: baseline;
}
.menu-tab-huongdan li:hover {
    color: black;
}
.menu-tab-huongdan .fi-rr-angle-small-down {
    text-align: left;
    right: 0;
    position: absolute;
}
.content-main-huong-dan{
    margin-bottom: 64px;
    margin-top: 64px;
}
.content-main-huong-dan:last-child{
    margin-bottom: 0px;
}
.title-huong-dan {
    margin-bottom: 2%;
    margin-top: 2%;
    width: 100%;
    height: 12%;  
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 36px;
    color: #A9161C;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.tag-p-content {
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    color: #1E202F;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    margin-bottom: 18px;
}

.image-content {
    min-height: 10%;
}

.main-content-huong-dan {
    padding: 0px 20px;
}

.text-menu-small {
    padding-left: 20px;
    padding-top: 10px;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #1E202F;
    flex: none;
    order: 0;
    flex-grow: 0;
    cursor: pointer;
    white-space: normal;
    word-break: break-word;;
}

.div-text-menu-small {

    padding-top: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
}

@media (max-width: 767px) {
    .menu-tab-huongdan {
        flex-direction: row;
        flex-grow: 0;
        flex-wrap: wrap;
        align-content: center;
        justify-content: flex-start;
        padding: 30px 30px 30px 30px;
        gap: 30px;
        text-align: start;
        display: inline-block;
        width: 100%;
    }

    .content-menu {
        display: flex;
        flex-direction: column;
        align-self: stretch;
        flex-grow: 0;
        flex-wrap: wrap;
        align-content: space-between;
        justify-content: space-around;
    }
    .menu-tab-huongdan li{
        max-width: 100%;
        margin: 15px 0px;
    }
    .menu-tab-huongdan .fi-rr-angle-small-down {
        text-align: left;
        right: unset;
        position: absolute;
        padding-top: 3px;
    }

    .collaspe-div-huong-dan {
        text-align: left;
    }

    .text-menu-small {
        text-align: left;
    }
    .wrap-menu-guide {
        padding-top: 0px;
    }
}
