.cate-beadcrumb h1{
    border-left: 7px solid var(--primary-color);
    color: #363636;
    display: inline-block;
    font-size: 20px;
    font-weight: 900;
    padding-left: 10px;
    text-decoration: none;
    text-transform: uppercase;
}
.content-single-post .post-content .post-excerpt{
    margin-top: 8px;
    font-size: 15px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #4e4e4e;
}
.content-single-post .post-content .title-post.rank1{
    padding-top: 0px;
}
.content-single-post{
    padding: 30px 0px;
}
.load-more {
    border: 1px solid #666;
    border-radius: 30px;
    box-sizing: border-box;
    color: #666;
    display: block;
    font-size: 15px;
    line-height: 45px;
    min-width: 180px;
    padding: 0 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: .5s;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px;
    width: fit-content;
    text-align: center;
}
ul.beadcrumb-cate{
    display: flex;
}
ul.beadcrumb-cate>li{
    list-style: none;
	white-space:nowrap;
}
ul.beadcrumb-cate>li>a{
    color: #363636;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin: 0 10px;
    text-decoration: none;
}
ul.beadcrumb-cate>li.cate-beadcrumb{
    margin-right: 20px;
}

.content-main-page-cate .title-post-item-summary{
    padding-top: 12px;
    color: #363636;
    font-size: 22px;
    margin-bottom: 20px;
}
.content-main-page-cate .title-post.rank1 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #404040;
    padding-top: 0px;
}

.content-main-page-cate .post-content .post-excerpt{
    margin-top: 8px;
    font-size: 15px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.content-post-single .box-title h3{
    font-weight: 600;
    font-size: 25px;
    line-height: 34px
}
.content-post-single .bottom-wrapper{
    text-align: right;
}
.content-post-single .bottom-wrapper .post-meta{
    align-items: center;
    padding: 5px 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    font-size: 14px;
    color: #9e9e9e;
    margin-left: auto;
    display: block;
    margin-bottom: 20px;
}
.content-post-single p{
    margin-top: 16px!important;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}
.content-post-single p strong{
    margin-top: 16px!important;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
}
.related-news{
    background: #fff;
    border: 1px solid #ddd;
    padding: 24px 33px 33px;
    margin-top: 16px;
}
.related-news h3.wrap-heading{
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    color: var(--primary-color);
    pointer-events: none;
}
.related-news .title-post.rank4{
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #343a40;
    padding-left: 20px;
    position: relative;
    margin-top: 12px;
}
.related-news .title-post.rank4 a::before{
    position: absolute;
    content: "";
    left: 0;
    width: 6px;
    height: 6px;
    background: #e9ecef;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}
.social .facebook{
    background: url(../images/social-fb.svg) center bottom/20px no-repeat;
}
.social .zalo{
    background: url(../images/social-zalo.svg) center bottom/20px no-repeat;
}
.social .link.copy-link{
    background: url(../images/icon-link.svg) center bottom/13px no-repeat;
}
.social .wrapper span  {
    visibility: hidden;
}
.social .wrapper{
    border-left: 1px solid #404040;
}
.social{
    width: 400px;
    margin-top: 50px;
    background: #f2f2f2;
    border-radius: 5px;
    padding: 8px 15px;
    display: flex;
    align-items: center;
}
.social .share {
    color: #666;
    font-size: 20px;
    font-weight: 700;
    height: 39px;
    line-height: 34px;
    margin-right: 20px;
    display: block;
    padding-top: 3px;
}
.social .wrapper a{
    padding: 0px 10px;
}
.header-bg .heading {
    background-color: #f5f5f5;
    border-left: 7px solid var(--primary-color);
    font-size: 22px;
    font-weight: 800;
    display: block;
    padding: 5px 0 5px 5px;
}
.title-post.rank5{
    font-size: 13px;
    padding-top: 10px;
    font-weight: 500;
}
.noPadding-bottom{
    padding-bottom: 0px    ;
}
.cate-list-home {
    background-color: #1768b7;
    border-radius: 20px 20px 0 0;
    margin-bottom: 0px;
    margin-top: 20px;
    display: flex;
}
.cate-list-home a{
    flex: 1;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding: 23px 5px;
    display: block;
    border-left: 1px solid #c4c4c4;
}
.cate-list-home a:hover {
    color: #f7ce1a;
}
.cate-list-home a:first-child {
    border-left: none;
}
.section-content-end{
    padding-bottom: 0px !important;
}

.sidebar-cat-post-2{ 
    margin-top: 30px;
}
.row.content-single-post .main-content{
    margin-top: 30px;
}


.ss-post-cat .owl-dots{
    display: none;
}