/*about 2*/
.box-demo-about2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.demo-about2-left {
    width: calc(100% - 435px);
}

.demo-about2-right {
    width: 395px;
}

.title-demo-about2 {
    margin: 0 0 2rem;
    font-family: 'Roboto';
    font-size: 30px;
    text-transform: uppercase;
}.bar {
    height: 4px;
    width: 85px;
    background: linear-gradient(180deg,#5e2f85 0,#3419ab 100%);
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 16px;
    margin-top: 6px;
}

.bar:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: #fff;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: MOVE-BG;
}

@keyframes MOVE-BG {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(85px)
    }
}

.demo-about2-left .css_flex_baiviet {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 0 10px;
}
.desc-demo-about2.w-clear p {
    font-size: 15px;
}
.demo-about2-left .css_flex_baiviet .news {
    width: 100%;
    margin: 0;
}
.danhmuc-right {
    border: 1px solid #B8B8B8;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.title-right {
    font-size: 28px;
    font-family: 'Roboto';
    margin-bottom: 1rem;
    font-weight: 500;
    text-transform: capitalize;
}

.danhmuc-right ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.danhmuc-right ul li {
    padding: 10px 0;
}

.danhmuc-right ul li a {
    font-size: 16px;
    color: #999999 !important;
    font-family: Arial;
    position: relative;
    display: block;
    cursor: pointer;
    font-weight: 500;
}

.danhmuc-right ul li a.active, .danhmuc-right ul li a:hover {
    color: #333333 !important;
    font-family: Arial;
}

.danhmuc-right ul li a.has-child:after {
    content: "";
    position: absolute;
    bottom: calc(50% - 4px / 2);
    right: 5px;
    width: 7px;
    height: 7px;
    border: 1px solid #333;
    border-top: 0px;
    border-left: 0px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
