.rank-math-breadcrumb a {
    color: #858585;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.rank-math-breadcrumb a:last-child {
    color: rgba(0, 0, 0, 1);
}

.rank-math-breadcrumb .separator {
    color: #858585;
    margin-inline: 10px;
}

.header-post {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.entry-header .posted-at {
    color: #858585;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.post-brand {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post-brand .logo-brand {
    display: flex;
    gap: 15px;
    align-items: center;
}

.post-brand .logo-brand img {
    width: 50px;
    height: 50px;
    object-position: center;
    object-fit: contain;
}

.post-brand .logo-brand .site-title {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.share-post {
    display: flex;
    align-items: center;
    gap: 30px;
}

.share-post .social-list {
    display: flex;
    align-items: center;
    gap: 20px;
}

.share-post .social-list .item-share {
    display: block;
    width: 26px;
    height: 26px;
    padding: 3px;
    border-radius: 2px;
    border: 1px solid #CD001E;
    cursor: pointer;
}

.share-post .social-list .item-share svg {
    fill: #CD001E;
}

.share-post .social-list .item-share:hover {
    background: linear-gradient(90deg, #CD001E 0%, #F63F10 100%);
}

.share-post .social-list .item-share:hover svg {
    fill: #FFF;
}


.entry-header .entry-header-text-top {
    padding-bottom: 0;
}

.sidebar-title {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px; /* 106.25% */
    margin-bottom: 20px;
}

.blog-title {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px; /* 106.25% */
    margin-bottom: 20px;
}

.feature-sidebar .post-title a {
    font-size: 16px !important;
}

.label-feature, .after-thumbnail .cat-label {
    padding: 2px 10px;
    border-radius: 6px;
    color: #FFF;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: none;
    opacity: 1;
}

.cat-label.label-thi-truong {
    background: #1D8EE5;
}

.cat-label.label-du-an {
    background: #9C27B0;
}

.cat-label.label-kien-thuc {
    background: #F99427;
}

.label-feature, .cat-label.label-ve-k-tech  {
    background: linear-gradient(90deg, #CD001E 0%, #F63F10 100%);
}

.btn-bg-gradient {
    background: linear-gradient(90deg, #CD001E 0%, #F63F10 100%);
}

.post-auto-title {
    text-align: center;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 32px */
}

.post-auto-subtitle {
    text-align: center;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 160%; /* 32px */
    background: linear-gradient(90deg, #CD001E 0%, #F63F10 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sec-post-auto, .sec-post-author {
    border-radius: 20px;
    border: 1px solid #CD001E;
}

.sec-post-author .is-divider {
    display: block !important;
}

/*.related-post .box-image {*/
/*    display: none;*/
/*}*/

.related-post .flickity-prev-next-button {
    display: none;
}

.related-post .flickity-page-dots .dot {
    background: linear-gradient(283deg, #E15021 0.34%, #A72A01 99.66%) ;
    opacity: 1 !important;
}

.related-post .flickity-page-dots .dot.is-selected {
    width: 40px;
    border-radius: 30px;
}

.related-post .post-title>a {
    font-size: 18px !important;
}

/*blog*/

.btn-text-gradient {
    --x: 90deg;
    background: linear-gradient(var(--x, 90deg), #CD001E 0%, #F63F10 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all .2s ease;
}

.btn-text-gradient:hover {
    --x: 270deg;
    transform: scale(1.1);
}

.blog-image-box {
    border-radius: 12px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.32);
}

.blog-image-box img {
    border-radius: 10px;
}

@media screen and (max-width: 767px) {
    .rank-math-breadcrumb .separator {
        margin-inline: 0;
    }
    
    .rank-math-breadcrumb a {
        font-size: 16px;
    }
    
    .entry-header .posted-at {
        font-size: 14px;
    }
    
    .share-post {
        gap: 15px;
    }
    
    .share-post .social-list {
        gap: 10px;
    }
    
    .sec-post-auto, .sec-post-author {
        padding: 15px !important;
    }
    
    .blog-cat-link {
        font-size: 16px !important;
    }
}




