body {
    font-family: 'Roboto Flex';
}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #E0E0E0;
}
#navbar-main{
	padding-right: 10px !important;
	border-bottom: 1px solid #E0E0E0;
}
#navbar-main .navbar-nav li a{
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	vertical-align: middle;
}
#navbar-main .navbar-brand {
	padding: 0px;
}
#navbar-main .navbar-nav li.nav-list a.nav-icon{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
	color: #7A7A7A;
}
#navbar-main .navbar-nav li.nav-list a.active{
	border-bottom: 3px solid #00A552;
	color: #005BAF;
}
#navbar-main .navbar-nav li.nav-list a.nav-icon img{
	width: 24px;
	height: 24px;
	margin-bottom: 2px;
}
#navbar-main form .search-input {
    border: 1px solid #e0e0e0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background: #f5f5f5;
	font-size: 14px;
}
#navbar-main form .search-button {
    align-items: center;
    display: flex;
	border: 1px solid #e0e0e0;
	background: #f5f5f5;
	border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
	border-left: none;
}
#navbar-main form .search-button i{
	color: #a1a1a1;
}
#navbar-main .menu-user-image {
    width: 40px;
}
.newsfeed {
    background-color: #F5F5F5;
}
#sidebar-wrapper {
	border-radius: 8px;
}
.newsfeed-left-side {
    background-color: transparent;
}
.newsfeed-left-side .card{
	border: none;
}
.newsfeed-right-side .card{
	border-radius: 8px;
	border: none;
}
.newsfeed-left-side .card .card-user-info .top-user-info{
	background-color: #F5F5F5;
	padding: 18px;
	border-radius: 8px;
}
.newsfeed-left-side .card .card-user-info .top-user-info .post-user-image{
	width: 48px;
	height: 48px;
}
.newsfeed-left-side .card .card-user-info .top-user-info .top-user-content .post-user-name{
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	color: #005BAF;
}
.newsfeed-left-side .card .card-user-info .top-user-info .top-user-content span{
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #7A7A7A;
}
.newsfeed-left-side .card .card-user-info .top-user-info .top-user-follow .stats {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    text-align: center;
    justify-content: center;
}

.newsfeed-left-side .card .card-user-info .top-user-info .top-user-follow .stats li {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 5px;
    font-weight: 500;
    position: relative;
}

.newsfeed-left-side .card .card-user-info .top-user-info .top-user-follow .stats li span {
    margin-top: 0px;
    font-size: 14px;
    color: #666;
    font-weight: 400;
}

/* Đường gạch ngăn cách */
.newsfeed-left-side .card .card-user-info .top-user-info .top-user-follow .stats li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 25%;
    height: 50%;
    width: 1px;
    background-color: #ccc;
}

.newsfeed-left-side .newsfeed-user-card{
	padding: 12px;
}
.newsfeed-left-side .newsfeed-user-card .card-tag-body .bg-tag-primary{
	background-color: #F5F5F5;
	padding: 8px 12px;
    border-radius: 30px;
	font-family: Roboto Flex;
	font-weight: 400;
	line-height: 150%;
	vertical-align: middle;
	color: #0A0A0A;
	font-size: 14px;
	margin-bottom: 10px;
    margin-right: 10px;
}
.newsfeed-left-sidebar li.sd-active {
	border-left: 4px solid #005BAF;
	background: #005BAF;
	border-radius: 8px;
	padding: 12px 8px;
}
.newsfeed-left-sidebar li.sd-active a{
	color: #fff;
}
.newsfeed-left-side .card .card-title{
	font-weight: 500;
	font-size: 20px;
	line-height: 130%;
	color: #005BAF;
	margin-bottom: 0px;
    margin-top: 5px;
}
.newsfeed-left-side .topic-card{
	padding: 16px 20px;
}
.newsfeed-left-side .topic-card .list-group-flush .list-group-item {
	padding-left: 0px;
}
.newsfeed-left-side .topic-card .submenu {
    list-style: none;
    padding-left: 20px;
    margin-top: 8px;
    display: none;
}
.newsfeed-left-side .topic-card .submenu li{
	padding: 8px 25px;
}
.newsfeed-left-side .topic-card .submenu li a {
    text-decoration: none;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	vertical-align: middle;
	color: #000;
}
.newsfeed-left-side .topic-card .toggle-submenu {
    cursor: pointer;
    margin-left: 10px;
    font-weight: bold;
    user-select: none;
}
.newsfeed-left-side .topic-card .has-submenu.open .submenu {
    display: block;
}
.newsfeed-left-side .topic-card .cat-follow-content span{
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #7A7A7A;
}
.newsfeed-left-side .topic-card .cat-follow-content .cat-follow-name{
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	color: #005BAF;
}
.newsfeed-left-side .topic-card .list-group-flush .cat-follow-item {
	padding: 8px 0px;
}
.newsfeed-left-side .topic-card .list-group-flush .cat-follow-item a.btn-follow{
	padding: 14px 12px;
	border-radius: 8px;
	background: #F5FAFF;
	color: #005BAF;
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	text-align: center;
	vertical-align: middle;
}
.newsfeed-left-side .card-footer{
	padding: 12px 8px;
	background: transparent;
    border-top: none;
}
.newsfeed-left-side .card-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.newsfeed-left-side .card-footer ul li {
    display: inline-block;
    margin-right: 15px;
}

.newsfeed-left-side .card-footer ul li a {
	font-weight: 400;
	font-size: 12px;
	line-height: 130%;
	vertical-align: middle;
    color: #7A7A7A; 
}
.newsfeed-left-side .card-footer .text-footer{
	font-weight: 400;
	font-size: 10px;
	line-height: 130%;
	vertical-align: middle;
    color: #7A7A7A; 
}

.newsfeed-right-side .card-title{
	align-items: center;
    display: flex;
}
.newsfeed-right-side .card-title-1{
	font-weight: 500;
	font-size: 20px;
	margin-right: 5px;
	line-height: 130%;
	background: linear-gradient(0deg, #005BAF 8.35%, #00A552 90.09%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.newsfeed-right-side .card-title-2{
	font-weight: 500;
	font-size: 20px;
	line-height: 130%;
	color: #E53935;
}
.newsfeed-right-side .blog-hot-item .blog-hot-image{
	width: 100px;
	height: 80px;
	border-radius: 6px;
	object-fit: cover;
}
.newsfeed-right-side .blog-hot-item .blog-hot-content .blog-hot-cat{
	font-weight: 400;
	font-size: 12px;
	line-height: 130%;
	color: #005BAF;
}
.newsfeed-right-side .blog-hot-item .blog-hot-content .blog-hot-title{
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	color: #0A0A0A;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.newsfeed-right-side .card-banner .banner-rec-image{
	width: 100%;
	height: auto;
}
.newsfeed-right-side .card-footer-right {
    position: relative;
    padding: 24px 16px;
    border-radius: 8px;
    background: #fff;
    z-index: 1;
	text-align: center;
}
.newsfeed-right-side .card-footer-right::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 8px;
    background: linear-gradient(0deg, #005BAF 8.35%, #00A552 90.09%);
    -webkit-mask: 
      linear-gradient(#fff 0 0) content-box, 
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}
.newsfeed-right-side .card-footer-right .title-text-1{
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
	text-align: center;
	color: #005BAF;
}
.newsfeed-right-side .card-footer-right .title-text-2{
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	text-align: center;
	color: #0A0A0A;
}
.newsfeed-right-side .card-footer-right .title-text-3 a{
	gap: 4;
	padding: 8px 12px;
}
.posts-section .post-hot .post-hot-user{
	object-fit: cover;
	border-radius: 50%;
}
.posts-section .post-hot .post-hot-des{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.posts-section .post-hot .post-hot-des .post-title{
	font-weight: 500;
	font-size: 32px;
	line-height: 150%;
	color: #0A0A0A;
}
.posts-section .post-hot .post-hot-des .post-des{
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #0A0A0A;
	border-bottom: 1px solid #7A7A7A;
}
.posts-section .post-hot .post-action-list{
	padding-top: 0px !important;
}
.posts-section .post-hot .group-card .group-card-image {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.list-group-flush .list-group-item {
	padding: 12px 8px;
}
.list-group-flush .list-group-item a{
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	vertical-align: middle;
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.bd-radius-8{
	border-radius: 8px;
}
.post-form {
	padding: 16px;
    background-color: #ffffff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
#postForm {
	font-size: 14px;
    height: 38px;
    padding: 7px 15px;
    background-color: #F5F5F5;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
#page-content-wrapper .list-unstyled .post-form .media-body .form-group{
	position: relative;
}
#page-content-wrapper .list-unstyled .post-form .media-body .form-group .post-user-image{
	height: 38px;
	width: 38px;
}
#page-content-wrapper .list-unstyled .post-form .media-body .form-group .post-icons{
	display: flex;
	position: absolute;
    right: 15px;
    top: 7px;
	gap: 12px;
}
.posts-section .post .post-title{
	font-family: Roboto Flex;
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
	color: #000;
}
.posts-section .post .post-des{
	font-family: Roboto Flex;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #0A0A0A;
}
.posts-section .post img.post-content{
	border-radius: 8px;
}
.posts-section .post .media .media-body .post-user-name{
	font-family: Roboto Flex;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	color: #005BAF;
}
.posts-section .post .post-card-buttons{
	font-family: Roboto Flex;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #0A0A0A;
	padding: 0px;
	margin-top: 0px;
}
.posts-section .post .post-action-list {
    display: flex;
    align-items: center;
}

.posts-section .post .post-action-list #show-bookmarks {
    margin-left: auto;
}

.card-body .card-title-hot{
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	color: #0A0A0A;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.card-body .post-user-hot-name{
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	color: #005BAF;
}

.posts-hot-section .bg-blue{
	background: #00A552;
}
.posts-hot-section .post-hot .post-hot-title{
	font-weight: 500;
	font-size: 20px;
	line-height: 130%;
	color: #FFFFFF;
}
.posts-hot-section .post-hot .post-hot-user {
    object-fit: cover;
    border-radius: 50%;
	width: 24px;
    height: 24px;
}

.hot-post-carousel.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.hot-post-carousel.owl-carousel .owl-nav button.owl-prev,
.hot-post-carousel.owl-carousel .owl-nav button.owl-next {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #F5F5F5;
  border: 1px solid #F5F5F5;
  color: #7A7A7A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  pointer-events: auto;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  position: relative;
}

.hot-post-carousel.owl-carousel .owl-nav button.owl-prev {
  left: -20px; /* nửa ra ngoài */
}

.hot-post-carousel.owl-carousel .owl-nav button.owl-next {
  right: -20px; /* nửa ra ngoài */
}


.group-card .group-card-image {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

/*Css Post Detail*/
.post-article-body .post-article-title{
	font-family: Roboto Flex;
	font-weight: 500;
	font-size: 25px;
	line-height: 130%;
	color: #0A0A0A;

}
.post-article-body .post-article-sapo{
	font-family: Roboto Flex;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #0A0A0A;
}
.post-article-body .post-article-author{
	font-family: Roboto Flex;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #0A0A0A;
}
.post-article-body .post-article-content p, .post-article-body .post-article-content span, .post-article-body .post-article-content a, .post-article-body .post-article-content h1, .post-article-body .post-article-content h2, .post-article-body .post-article-content h3, .post-article-body .post-article-content h4, .post-article-body .post-article-content h5, .post-article-body .post-article-content h6{
	font-family: Roboto Flex;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #0A0A0A;
}
.post-article-body .post-article-content img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.post-article-body .post-article-content table{
	width: 100%;
}
.post-article-body .post-article-content iframe{
	width: 100%;
	height: 525px;
}

/*Post category*/
.posts-cat-section .post-cat .post-cat-banner img{
	width: 100%;
}
.posts-cat-section .post-cat .post-cat-title{
	font-family: Roboto Flex;
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	color: #0A0A0A;
}
.posts-cat-section .post-cat .post-cat-total{
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}
.posts-cat-section .post-cat .post-cat-total .cat-total{
	font-family: Roboto Flex;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #7A7A7A;
}
.posts-cat-section .post-cat .post-cat-total .cat-list-btn{
	display: flex;
    align-items: center;
    gap: 0.5rem;
}
.posts-cat-section .post-cat .post-cat-total .cat-list-btn .btn-follow{
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	opacity: 1;
	border-radius: 8px;
	background: #005BAF;
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
}
.posts-cat-section .post-cat .post-cat-total .cat-list-btn .btn-share{
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	opacity: 1;
	border-radius: 8px;
	background: #F5F5F5;
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	text-align: center;
	vertical-align: middle;
	color: #0A0A0A;
	display: inline-flex;
}
.posts-cat-section .post-cat .post-cat-total .cat-list-btn .btn-share img{
	vertical-align: middle;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1280px;
    }
}

@media (max-width: 992px) {
    #navbar-main .navbar-brand {
        width: auto;
    }
	.newsfeed-right-side-content .newsfeed-left-side{
		display: none;
	}
}