.UIPersonProfile_Default{
        width:100vw;
} 
.UIPersonProfile_Default .navitem {
        flex: 0 0 auto;
        padding: 10px 5px;
        width: 100%;
}
.UIPersonProfile_Default .navParent {
        transition: 0.5s;
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
}
.UIPersonProfile_Default .navitem table {
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, rgb(255 255 255) 0px 0px 0px 3px;
}
.UIPersonProfile_Default p.textCaunoi::before {
        display: block;
        content: '';
        color: #A0BDD9;
        background: url(images/double.png) no-repeat;
        height: 19px;
        width: 22px;
        background-size: contain;
        margin-bottom: 10px;
}
.UIPersonProfile_Default .activeDot {
        color: #CE1126 !important;
}
.UIPersonProfile_Default .dot {
        color: #999999;
        cursor: pointer;
}
.UIPersonProfile_Default .btnSlide {
        display: flex;
        margin-top: 12px;
        justify-content: center;
        align-items: center;
        margin-bottom:12px;
}
.UIPersonProfile_Default .previus, .next {
        cursor: pointer;
        margin: 0 8px;
        padding: 4px 8px;
        background-color: white;
        border-radius: 4px;
        border: 1px solid #999999;
        color: #999999;
}
.UIPersonProfile_Default .textChucDanhSmall {
        width: 100%;
        height: 32px;
        font-family: Roboto;
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
        text-align: center;
        color: #A0BDD9;
        text-align: center !important;
}
.UIPersonProfile_Default .textName {
        text-align: center !important;
        color: white;
        width: 100%;
        height: 26px;
        font-family: Merriweather;
        font-size: 16px;
        font-weight: 700;
        line-height: 26px;
}
.UIPersonProfile_Default .smallAvatar {
        width: 90px;
        height: 90px;
        border: 1px solid #29445e;
        border-radius: 100%;
        object-fit: cover;
}
.UIPersonProfile_Default .textCaunoi {
        text-wrap: initial;
}
.UIPersonProfile_Default img {
        object-fit: contain;
}
.UIPersonProfile_Default td {
        padding: 8px;
}
.UIPersonProfile_Default .navitem table {
        width: 100% !important;
}
.UIPersonProfile_Default .navitem tr:nth-child(odd) {
        background-color: #F3F6FB;
        border: 1px solid #E2E7ED
}
.UIPersonProfile_Default .navitem tr:hover {
        background-color: #ddd;
}
.UIPersonProfile_Default .infoSamll {
        padding-left: 6%;
        display: flex;
        height: 250px;
        position: absolute;
        top: 0;
        right: 0;
        background: linear-gradient(270deg, #1259A0 37.59%, rgba(18, 89, 160, 0) 100%);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 30%;
}
.UIPersonProfile_Default .slideShow {
        display: flex;
        position: relative;
        height: 250px;
        position: relative;
        height: 250px;
        flex: 0 0 auto;
        transition: 1s;
        width: 100%;
        background: url(https://thudo.gov.vn/Images/backgroundCaccaunoi.png) top center / cover no-repeat;
}
.UIPersonProfile_Default .caunoi {
        background: linear-gradient(90deg, #1259A0 37.59%, rgba(18, 89, 160, 0) 100%);
        display: flex;
        height: 250px;
        justify-content: start;
        align-items: center;
        position: absolute;
        padding-left: 50px;
        top: 0;
        left: 0;
        width: 60%;
        gap: 0px;
        opacity: 0px;
        color: #FFFFFF;
        font-family: Merriweather;
        font-size: 24px;
        font-weight: 700;
        line-height: 33px;
        text-align: left;
}
.UIPersonProfile_Default .caccaunoi {
        /*overflow: hidden;*/
        width: 100%;
        height: 250px;
        background: #1259A0;
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
        transition: 1s;
}
.UIPersonProfile_Default .textTime {
        font-family: Merriweather;
        font-size: 16px;
        font-weight: 700;
        line-height: 26px;
        text-align: left;
        margin: 0;
        text-wrap: pretty;
}
.UIPersonProfile_Default .textChucDanh {
        font-family: Roboto;
        font-size: 16px;
        font-weight: 400;
        line-height: 23px;
        text-align: left;
        margin: 0;
        text-wrap: pretty;
}
.UIPersonProfile_Default *, *:before, *:after {
        box-sizing: border-box;
}
.UIPersonProfile_Default ul.timeLine {
        /* the entire timeline */
        list-style-type: none;
        padding-left: 1.25em;
}
.UIPersonProfile_Default li.timeLineItem:last-child::after {
        background-color: #CE1126;
        box-shadow: rgb(0 0 0 / 70%) 0px 0px 10px;
        border: 3px solid white;
        padding: 8px;
        left: -22px;
        top:14px;
}
.UIPersonProfile_Default .containDiv {
        /* position: absolute; */
        top: 0;
        width: 90%;
        height: 100%;
        background-color: #f3f6fb;
        padding: 20px;
}
.UIPersonProfile_Default li.timeLineItem {
        /* the item */
        position: relative;
        /* min-height: 10em; */
        background-color: white;
        color: #fff;
        /* margin: 1em 0; */
        /* padding: 0 1em; */
        border-radius: 0.5em;
        color: black;
        display: flex;
        justify-content: center;
        align-items: center;
}
.UIPersonProfile_Default li.timeLineItem:not(:last-child)::before {
        /* the line */
        content: "";
        display: block;
        position: absolute;
        width: 4px;
        height: calc(100% + 1em);
        top: 0.5em;
        left: -0.875em;
        border-right: 2px dashed #828282f7;
}
.UIPersonProfile_Default li.timeLineItem::after {
        /* the dot */
        content: "";
        display: block;
        position: absolute;
        width: 16px;
        height: 16px;
        border: 3px solid white;
        border-radius: 50%;
        top: 0;
        left: -20px;
        background-color: #1259A0;
        box-shadow: rgb(0 0 0 / 70%) 0px 0px 10px;
}
.UIPersonProfile_Default .contentDisplay {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 36px;
    background-color: white;
    max-width: 1200px;
    margin: 20px auto;
}
.UIPersonProfile_Default .qtct {
    width: 100%;
    overflow: hidden;
}
@media screen and (min-width: 40em) {
        .UIPersonProfile_Default ul.timeLine {
                padding-left: 0;
        }
        .UIPersonProfile_Default li.timeLineItem {
                width: calc(50% - 0.75em);
        }
        .UIPersonProfile_Default li.timeLineItem:nth-child(odd) {
                text-align: right;
        }
        .UIPersonProfile_Default li.timeLineItem:nth-child(even) {
                margin-left: auto;
        }
        .UIPersonProfile_Default li.timeLineItem:nth-child(odd):not(:last-child)::before {
                left: auto;
                right: -0.875em;
        }
        .UIPersonProfile_Default li.timeLineItem:nth-child(odd)::after {
                left: auto;
                right: -20px;
        }
}
.UIPersonProfile_Default .submenuUl {
    list-style: none;
    font-family: Merriweather;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    color: #000000;
    cursor: pointer;
    margin-bottom: 0px;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 0;
}
.UIPersonProfile_Default .subitem {
        display: inline-block;
        padding: 8px 16px;
}
.UIPersonProfile_Default .imageBannerPerson {
        position: relative;
        height: 360px;
}
.UIPersonProfile_Default .imageBanner {
        position: relative;
        overflow: hidden;
        height: 100%;
        background: url(https://thudo.gov.vn/Images/backgroundBannerTTNS.png)   top center / cover no-repeat;
}
.UIPersonProfile_Default .avatar {
        position: absolute;
        width: 423px;
        height: 358px;
        bottom: 0px;
        right: 590px;
        object-fit: cover;
}
.UIPersonProfile_Default .textChucdanh {
        font-family: Roboto;
        font-size: 16px;
        font-weight: 700;
        line-height: 23px;
        text-align: left;
        color: #3D4043;
}
.UIPersonProfile_Default .textNamePerson {
        font-family: Merriweather;
        font-size: 32px;
        font-weight: 700;
        line-height: 40.22px;
        text-align: left;
        color: #CE1126;
}
.UIPersonProfile_Default .text-info {
        position: absolute;
        top: 50%;
        left: calc((100vw - 1200px) / 2);
}
.UIPersonProfile_Default .imgbg {
        height: 360px;
        width: 100%;
        background: linear-gradient(90deg, #FFF8DE 0%, rgba(255, 252, 242, 0) 100%);
}
.UIPersonProfile_Default .imagequocki {
        position: absolute;
        width: 1223px;
        height: 1088px;
        top: -356px;
        right: -90px;
        gap: 0px;
        opacity: 0px;
}
.UIPersonProfile_Default .active {
        color: #1259A0;
        border-bottom: 2px solid;
}
.UIPersonProfile_Default .disable {
        background-color: #d2dddf;
        cursor: no-drop;
}
.UIPersonProfile_Default .noneDisplay {
        display: none;
}
@media (max-width:1500px){
        .UIPersonProfile_Default .text-info {
                position: absolute;
                top: 8px;
                left: 8px;
        }
}
@media (max-width: 767px) {
        .UIPersonProfile_Default .textNamePerson {
                font-family: Merriweather;
                font-size: 24px;
                font-weight: 700;
                line-height: 40.22px;
                text-align: left;
                color: #CE1126;
        }
        .UIPersonProfile_Default{
                width:100vw;
        }
        .UIPersonProfile_Default .avatar {
                position: absolute;
                width: 200px;
                height: 200px;
                bottom: 0px;
                object-fit: cover;
                left: 100px;
        }
        .UIPersonProfile_Default .imageBannerPerson {
                position: relative;
                height: 235px;
                overflow: hidden;
        }
        .UIPersonProfile_Default .submenuUl {
                list-style: none;
                margin-left: 16%;
                font-family: Merriweather;
                font-size: 18px;
                font-weight: 700;
                line-height: 30px;
                text-align: left;
                color: #000000;
                cursor: pointer;
                margin-bottom: 0px;
                margin-left: 0px;
                padding: 0px;
        }
        .UIPersonProfile_Default .subitem {
                display: inline-block;
                padding: 8px 16px;
                font-size: 16px;
        }
        .UIPersonProfile_Default  .qtct{
                width: 100% !important;
                overflow: hidden;
                padding-left: 0px;
        }
        .UIPersonProfile_Default li.timeLineItem:not(:last-child)::before {
                /* the line */
                content: "";
                display: block;
                position: absolute;
                width: 4px;
                height: calc(100% + 1em);
                top: 0.5em;
                left: -14px;
                border-right: 2px dashed #828282f7;
        }
        .UIPersonProfile_Default li.timeLineItem::after {
                /* the dot */
                content: "";
                display: block;
                position: absolute;
                width: 16px;
                height: 16px;
                border: 3px solid white;
                border-radius: 50%;
                top: 0;
                left: -19px;
                background-color: #1259A0;
                box-shadow: rgb(0 0 0 / 70%) 0px 0px 10px;
        }
        .UIPersonProfile_Default li.timeLineItem:last-child::after {
                background-color: #CE1126;
                box-shadow: rgb(0 0 0 / 70%) 0px 0px 10px;
                border: 3px solid white;
                padding: 8px;
                left: -22px;
                top: 5px;
        }
        .UIPersonProfile_Default .navitem {
                flex: 0 0 auto;
                padding: 10px;
                margin-right: 0px;
                width: 100%;
        }
        .UIPersonProfile_Default .containDiv {
                /* position: absolute; */
                top: 0;
                width: 90%;
                height: 100%;
                background-color: #f3f6fb;
                padding: 10px;
                margin-bottom: 12px;
                border-radius: 5px;
        }
        .UIPersonProfile_Default .navitem table {
                width: 100% !important;
                white-space: break-spaces;
        }
        .UIPersonProfile_Default .caccaunoi {
                /* overflow: hidden; */
                width: 100%;
                height: auto !important;
                background: #1259A0;
                display: flex;
                flex-wrap: nowrap;
                white-space: nowrap;
                transition: 1s;
        }
        .UIPersonProfile_Default .infoSamll {
                display: none !important;
        }
        .UIPersonProfile_Default .caunoi {
                background: linear-gradient(90deg, #1259A0 37.59%, rgba(18, 89, 160, 0) 100%);
                display: flex;
                justify-content: start;
                align-items: center;
                position: absolute;
                padding: 0px;
                top: 0;
                left: 0;
                width: 100%;
                gap: 0px;
                opacity: 0px;
                color: #FFFFFF;
                font-family: Merriweather;
                font-size: 18px;
                font-weight: 700;
                line-height: 33px;
                text-align: left;
                height:200px;
        }
        .UIPersonProfile_Default .slideShow {
                display: flex;
                position: relative;
                flex: 0 0 auto;
                transition: 1s;
                width: 100%;
                height: 200px;
        }
        .UIPersonProfile_Default .textCaunoi {
                text-wrap: initial;
                padding: 20px 20px;
                overflow-y: auto;
                max-height:200px;
                display: flex;
                /* justify-content: center; */
                /* align-items: center; */
                position:relative;
                margin: auto auto;
                max-height: 200px;
        }
        .UIPersonProfile_Default .textCaunoi::before {
                display: block;
                content: '“';
                color: #A0BDD9;
                position: absolute;
                top: 0;
                /* left: 10px; */
        }
}
@media (min-width: 768px) and (max-width: 1024px) {
        .UIPersonProfile_Default .imagequocki {
                position: absolute;
                width: 1223px;
                height: 1088px;
                top: -330px;
                right: -200px;
                gap: 0px;
                opacity: 0px;
        }
        .UIPersonProfile_Default .avatar {
                position: absolute;
                width: 300px;
                height: 300px;
                bottom: 0px;
                right: 25%;
                object-fit: cover;
        }
        .UIPersonProfile_Default .qtct{
                width: 100% !important;
                overflow: hidden;
        }
        .UIPersonProfile_Default .textChucDanhSmall {
                width: 100%;
                height: 32px;
                font-family: Roboto;
                font-size: 14px;
                font-weight: 400;
                line-height: 16px;
                text-align: center;
                color: #A0BDD9;
                text-align: center !important;
                text-wrap: pretty;
        }
        .UIPersonProfile_Default .caunoi {
                background: linear-gradient(90deg, #1259A0 37.59%, rgba(18, 89, 160, 0) 100%);
                display: flex;
                height: 250px;
                justify-content: start;
                align-items: center;
                position: absolute;
                padding-left: 20px;
                top: 0;
                left: 0;
                width: 60%;
                gap: 0px;
                opacity: 0px;
                color: #FFFFFF;
                font-family: Merriweather;
                font-size: 24px;
                font-weight: 700;
                line-height: 33px;
                text-align: left;
        }
}
