.UISummaryPerson_Default .divContain {
        position: relative;
        transition: 0.5s;
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow: hidden;
}
.UISummaryPerson_Default .divContain:hover .previus {
        display: block;
}
.UISummaryPerson_Default .divContain:hover .next {
        display: block;
}
.UISummaryPerson_Default .previus {
        cursor: pointer;
        position: absolute;
        top: 50%;
        left: 10px;
        padding: 8px 10px;
        background-color: #c1c1c18a;
        border-radius: 100%;
        transition: 0.5s;
        opacity:0.3;
}
.UISummaryPerson_Default .previus:hover {
        background-color: #ffffff00;
        opacity:1;
}

.UISummaryPerson_Default .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        right: 10px;
        padding: 8px 10px;
        background-color: #c1c1c18a;
        border-radius: 100%;
        opacity:0.3;
        transition: 0.5s;
}
.UISummaryPerson_Default .next:hover {
        opacity:1;
        background-color: #ffffff00;
}
.UISummaryPerson_Default .slideShow .img{
         background: url(images/quocky.png) no-repeat center;
         /* height: 190px; */
         background-size: cover;
}
.UISummaryPerson_Default .slideShow .img img {
    width: 100%;
    height: unset;
}
.UISummaryPerson_Default .slideShow .secondbox{         
        background: linear-gradient(180deg, #FFF8DE 14.37%, rgba(255, 252, 242, 0) 100%);
}
.UISummaryPerson_Default .slideShow {
        width: 100% !important;
        transition: 0.5s;
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
        background: url(images/bg.png) no-repeat center;
        margin: 20px 0;
}
.UISummaryPerson_Default .tieusu {
        flex: 0 0 auto;
        /* padding: 10px; */
        width: 100%;
        height:auto !important;
        border:1px solid #ededed;
        border-radius: 4px 4px 0 0;
        background: url(images/bg.png) no-repeat top center !important;
        /* background-position-x: 50px !important; */
        background-size: contain!important;
        margin-top: 0 !important;
}
.UISummaryPerson_Default .textTime {
        font-family: 'Roboto';
        font-size: 11px;
        font-weight: 700;
        line-height: 23px;
        text-align: left;
        color: #000000;
        text-wrap: initial;
        //
        styleName: Mic Style weband Mobile_Hiep/Merriweather_14px;
        font-family: Merriweather;
        font-size: 14px;
        font-weight: 700;
        line-height: 23px;
        text-align: left;
}
.UISummaryPerson_Default .textChucDanh {
        text-wrap: initial;
        font-family: 'Be VietNam Pro';
        font-size: 15px;
        font-weight: 500;
        line-height: 20px;
        text-align: left;
        color: #000000;
        margin: 10px 0;
        font-family: Roboto;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        text-align: left;
}
.UISummaryPerson_Default .viewmore{
        margin-top: 20px;
        margin-left:10px;
}
.UISummaryPerson_Default .viewmore>a{
        padding: 6px 10px;
        border-radius: 4px;
        background: var(--color-primary);
}
.UISummaryPerson_Default .viewmore>a:hover{
        background: #a30d05;
}
.UISummaryPerson_Default .viewmore>a>span{
        font-family: Roboto;
        font-size: 15px;
        color: #fff;
}
.UISummaryPerson_Default .titleName {
        font-family: Merriweather;
        font-size: 17px;
        font-weight: 900;
        line-height: 28px;
        text-align: left;
        color: #CE1126;
        text-wrap: initial;
        text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff;
        -webkit-font-smoothing: antialiased;
        letter-spacing: 0.03em;
}
.UISummaryPerson_Default .redline {
        width: 60px;
        height: 2px;
        background-color: #CE1126;
}
.UISummaryPerson_Default .timeline {
        position: relative;
        max-width: 1200px;
        margin: 0 auto;
}
/* The actual timeline (the vertical ruler) */
.UISummaryPerson_Default .timeline::after {
        content: '';
        position: absolute;
        width: 6px;
        /* background-color: white; */
        top: 0;
        bottom: 0;
        left: 10px;
        border-right: 2px dashed #ffba00;
        margin-left: -3px;
        margin-top: 20px;
}
/* Container around content */
.UISummaryPerson_Default .container {
        padding: 10px 40px;
        position: relative;
        background-color: inherit;
        width: 100%;
}
/* The circles on the timeline */
.UISummaryPerson_Default .container::after {
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        right: -17px;
        background-color: #1259A0;
        box-shadow: rgb(29 35 40) 0px 0px 8px;
        border: 3px solid white;
        top: 15px;
        border-radius: 50%;
        z-index: 1;
}
/* Place the container to the left */
.UISummaryPerson_Default .left {
        left: 0;
}
/* Place the container to the right */
.UISummaryPerson_Default .right {
        left: 0%;
}
/* Add arrows to the left container (pointing right) */
.UISummaryPerson_Default .left::before {
        content: " ";
        height: 0;
        position: absolute;
        top: 22px;
        width: 0;
        z-index: 1;
        right: 30px;
        border: medium solid white;
        border-width: 10px 0 10px 10px;
        border-color: transparent transparent transparent white;
}
/* Add arrows to the right container (pointing left) */
.UISummaryPerson_Default .right::before {
        content: " ";
        height: 0;
        position: absolute;
        top: 22px;
        width: 0;
        z-index: 1;
        left: 30px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
}
/* Fix the circle for containers on the right side */
.UISummaryPerson_Default .right::after {
        left: 4px;
}
/* The actual content */
.UISummaryPerson_Default .content {
        position: relative;
        border-radius: 6px;
}
/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 768px) {
        .divContain .tieusu{
                background: transparent !important;
                border: 0;
        }
        /* Place the timelime to the left */
        .divContain .slideShow .secondbox{
                background: transparent;
        }
        .UISummaryPerson_Default .timeline::after {
                left: 31px;
        }
        .UISummaryPerson_Default .right::after {
            left: 25px;
        }
        .UISummaryPerson_Default .slideShow {
                width: 100% !important;
                transition: 0.5s;
                display: flex;
                flex-wrap: nowrap;
                white-space: nowrap;
                justify-content: center;
                align-items: center;
        }
        /* Full-width containers */
        .UISummaryPerson_Default .container {
                width: 100%;
                padding-left: 70px;
                padding-right: 25px;
        }
        /* Make sure that all arrows are pointing leftwards */
        .UISummaryPerson_Default .container::before {
                left: 60px;
                border: medium solid white;
                border-width: 10px 10px 10px 0;
                border-color: transparent white transparent transparent;
        }
        /* Make sure all circles are at the same spot */
        .UISummaryPerson_Default .left::after, .right::after {
                left: 15px;
        }
        /* Make all right containers behave like the left ones */
        .UISummaryPerson_Default .right {
                left: 0%;
        }
}