.page-infoCompany {
    padding: 15px 0 30px;
}

.infoCompany-card {
    border-radius: 8px;
}

.infoCompany-card + .infoCompany-card,
.infoCompany-card + .tab-content,
.page-ntd {
    margin-top: 25px;
}

.infoCompany-card .card-header {
    padding: 15px;
    border-radius: 8px 8px 0 0 !important;
    overflow: hidden;
}

.infoCompany-card .card-title {
    font-size: 1.3em;
    font-weight: 500;
    margin-bottom: 0;
	line-height: 1.5;
}

.infoCompany-card_main .card-meta {
    display: flex;
    align-items: center;
    font-size: 1em;
    color: #605d5d;
}

.infoCompany-card_main .card-meta span:not(:first-of-type) {
    position: relative;
    padding-left: 9px;
    margin-left: 9px;
}

.infoCompany-card_main .card-meta span:not(:first-of-type):before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 2px;
    background: #605d5d;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    position: absolute;
    opacity: .6;
}


.infoCompany-card .card-body {
    padding: 15px;
}

.infoCompany-card_main .card-header .card-image {
    position: relative;
    padding-top: 25%;
    width: 100%;
}

.infoCompany-card_main .card-body {
    padding-left: 20px;
    padding-right: 20px;
}

.infoCompany-card_main .card-body .card-logo {
    /*height: 45px;*/
    display: flex;
    align-items: center;
    position: relative;
}

.infoCompany-card_main .card-body .card-logo .card-main {
    padding-left: 135px;
}

.infoCompany-card_main .card-body .card-logo > a {
    width: 120px;
    height: 120px;
    /*transform: translateY(-35.5px);*/
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid var(--white);
    background-color: var(--white);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 2;
    left: 0;
    top: -72.5px;
    cursor: pointer;
}

.infoCompany-card_main .card-body .card-logo > a > .camera-change {
    position: absolute;
    width: 22px;
    height: 22px;
    bottom: 2px;
    right: 2px;
    border-radius: 4px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .8em;
    color: #fff;
    background-color: var(--blue-color);
    z-index: 2;
    -webkit-box-shadow: 0 2px 4px rgb(97 97 97 / 18%), 0 4px 8px rgb(97 97 97 / 18%);
    box-shadow: 0 2px 4px rgb(97 97 97 / 18%), 0 4px 8px rgb(97 97 97 / 18%);
}

.infoCompany-card_main .card-body .card-logo > a > .fileAvatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    cursor: pointer;
    opacity: 0;
}

.infoCompany-card_main .card-body .card-logo > a > .fileAvatar::-webkit-file-upload-button { /* chromes and blink button */
    cursor: pointer;
}

.infoCompany-card_main .card-body .card-content {
    position: relative;
}

.infoCompany-card_main .card-body .card-content .card-buttons {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.infoCompany-card_main .card-body .card-content .card-buttons > a {
    min-width: 120px;
    border-radius: .25rem;
    font-size: 1em;
    padding: 0.325rem 0.5rem;
    height: 34px;
}

.infoCompany-card_main .card-body .card-content .card-buttons > a.btn-theme_outline {
    border: 1px solid #b1b0b0;
    color: var(--blue-color);
    box-shadow: none !important;
    outline: none !important;
}

.infoCompany-card_main .card-body .card-content .card-buttons > a.btn-theme_outline:hover {
    color: #333;
    background-color: transparent !important;
}

.infoCompany-card_main .card-body .card-content .card-buttons > a.btn-theme_outline[data-type=followed] {
    color: var(--blue-color);
    background-color: transparent !important;
}

.infoCompany-card_main .card-body .card-content .card-buttons > a > i {
    margin-right: 4px;
    font-size: 1.2em;
    position: relative;
    top: 1px;
}

.infoCompany-card_main .card-body .card-content .card-buttons > a + a {
    margin-left: 10px;
}

.infoCompany-card_main .card-body .card-content .card-buttons .button-group {
    margin-left: 10px;
    display: flex;
    align-items: center;
    min-width: 115px;
    border-radius: .25rem;
    font-size: 1em;
    border: 1px solid #b1b0b0;
    font-weight: 400;
    padding: 0.25rem 0.5rem;
    height: 34px;
}

.infoCompany-card_main .card-body .card-content .card-buttons .button-group .button-group_icons a {
    font-size: 1.1em;
    cursor: pointer;
    color: #767676;
    transition: .3s all ease;
}

.infoCompany-card_main .card-body .card-content .card-buttons .button-group .button-group_icons a.shareFacebook i {
    font-size: 1.15em;
}

.infoCompany-card_main .card-body .card-content .card-buttons .button-group .button-group_icons a.shareFacebook:hover,
.infoCompany-card_main .card-body .card-content .card-buttons .button-group .button-group_icons a.shareFacebook:active {
    color: #0472e5;
}

.infoCompany-card_main .card-body .card-content .card-buttons .button-group .button-group_icons a.copyLink:hover,
.infoCompany-card_main .card-body .card-content .card-buttons .button-group .button-group_icons a.copyLink:active {
    color: var(--blue-color);
}

.infoCompany-card_main .card-body .card-content .card-buttons .button-group .button-group_icons a + a {
    margin-left: 6px;
}

.infoCompany-card_main .card-body .card-content .card-activated {
    position: absolute;
    top: -60px;
    right: 10px;
    width: 110px;
    z-index: 1;
    opacity: .5;
    transform: rotate(-5deg);
}

.infoCompany-card_main .card-body .card-content .card-activated img {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: cover;
}


.infoCompany-card_main .card-header .card-image {
    background: center center/cover no-repeat;
}

.infoCompany-card_main .card-header .card-image .btn-upload_banner {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    padding: 5px 10px;
    border-radius: 4px;
    background-color: var(--blue-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: .9em;
    font-weight: 500;
    -webkit-box-shadow: 0 2px 4px rgb(97 97 97 / 18%), 0 4px 8px rgb(97 97 97 / 18%);
    box-shadow: 0 2px 4px rgb(97 97 97 / 18%), 0 4px 8px rgb(97 97 97 / 18%);
    transition: .3s all ease;
    cursor: pointer;
}

.infoCompany-card_main .card-header .card-image .btn-upload_banner > input {
    z-index: 3;
    width: 100%;
    position: absolute;
    height: 100%;
    bottom: 0;
    opacity: 0;
    left: 0;
    cursor: pointer;
}

.infoCompany-card_main .card-header .card-image .btn-upload_banner > input::-webkit-file-upload-button { /* chromes and blink button */
    cursor: pointer;
}

.infoCompany-card_main .card-header .card-image .btn-upload_banner:hover,
.infoCompany-card_main .card-header .card-image .btn-upload_banner:active {
    background-color: var(--blue-hover);
}

.infoCompany-card_sidebar .card-body .list-group {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.infoCompany-card_sidebar .card-body {
    padding-top: 0;
    padding-bottom: 0;
}

.infoCompany-card_sidebar .card-body .list-group li {
    padding: 12px 0;
    font-size: 1em;
    line-height: 1.4;
    position: relative;
}

.infoCompany-card_sidebar .card-body .list-group li:first-of-type {
    padding-top: 0;
}

.infoCompany-card_sidebar .card-body .list-group li:not(:last-of-type):before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    bottom: 0;
    background: #a8a8a8;
    width: 100%;
    height: 1px;
    opacity: .1;
}

.infoCompany-card_sidebar .card-body .card-map {
    width: 100%;
    height: 200px;
    vertical-align: middle;
    border: 0;
}

.infoCompany-card_posts .card-body,
.infoCompany-card_tab .card-body {
    padding-top: 0;
}

.infoCompany-card_tab .card-body .card-description {
    font-size: 1em;
    line-height: 1.6;
    color: #484848;
}

.infoCompany-card_tab .card-body .card-video {
    position: relative;
    width: 100%;
    max-width: 70%;
    height: 300px;
    display: block;
    margin: 0 auto 20px;
    vertical-align: middle;
    border: 0;
}

.infoCompany-card_tab .card-body .card-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
    border: 0;
}

.infoCompany-card_tab .card-body .card-images .images-inner > a {
    width: 100%;
    padding-top: 75%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.infoCompany-card_tab .job-list_item .list-item_name {
    height: 22px;
    line-height: 22px;
}

.infoCompany-card_tab .job-list_item .list-item_name a {
    vertical-align: top;
    color: var(--blue-color);
    text-transform: capitalize;
}

.infoCompany-card_tab .job-list_item .list-item_name a label {
    padding: 0 .5rem;
    border-radius: 2px;
    background-color: #D9534F !important;
    color: #fff;
    font-size: .7rem;
    font-weight: 400;
    margin-bottom: 0;
    margin-right: .2rem;
    display: inline-block;
    position: relative;
    top: -1px;
}

.infoCompany-card_tab .job-list_item .list-item_desc .desc-item i {
    margin-left: 1px;
}

.infoCompany-card_tab .job-list_item:not(:first-of-type) {
    border-top: 1px solid #dee2e6 !important;
    margin-top: 1rem;
    padding-top: 1rem;
}

.newfeed-main {
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
    height: 100%;
}

.newfeed-main .newfeed-sidebar {
    width: 260px;
    padding: 0 15px;
    flex-shrink: 0;
}

.newfeed-main .newfeed-sidebar .infoCompany-card_tab {
    position: sticky;
    top: 53px;
    z-index: 2;
}

.newfeed-main .newfeed-sidebar .infoCompany-card_tab .card-body {
    padding: 15px;
    text-align: center;
}

.newfeed-main .newfeed-sidebar .infoCompany-card_tab .card-body .card-logo {
    width: 80px;
    height: 80px;
    border: 2px solid var(--white);
    background-color: var(--white);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}

.newfeed-main .newfeed-sidebar .infoCompany-card_tab .card-body .card-logo .card-logo_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.newfeed-main .newfeed-sidebar .infoCompany-card_tab .card-body .card-name {
    margin: 10px 0;
    font-size: .925rem;
    font-weight: 700;
    line-height: 1.4;
}

.newfeed-main .newfeed-sidebar .infoCompany-card_tab .card-body .card-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.newfeed-main .newfeed-sidebar .infoCompany-card_tab .card-body .card-buttons a {
    padding: 7px 15px;
    min-width: 155px;
    border-radius: .25rem;
}

.newfeed-main .newfeed-sidebar .infoCompany-card_tab .card-body .card-buttons a + a {
    margin-top: 7px;
}

.newfeed-main .newfeed-body {
    width: 100%;
    padding: 0 15px;
}

.newfeed-main .newfeed-content > .swiper-container {
    padding-bottom: 2px;
    padding-right: 2px;
}

.newfeed-main .newfeed-content .newfeed-item {
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    font-size: .9em;
}

.newfeed-main .newfeed-content .newfeed-item + .newfeed-item {
    margin-top: 25px;
}

.newfeed-main .newfeed-content .newfeed-item_header {
    padding: 15px;
    display: flex;
}

.newfeed-main .newfeed-content .newfeed-item_header .header-logo {
    width: 45px;
    height: 45px;
    position: relative;
    background-color: #e9e9e9;
    flex-shrink: 0;
    margin-right: 10px;
}

.newfeed-main .newfeed-content .newfeed-item_header .header-form {
    width: 100%;
}

.newfeed-main .newfeed-content .newfeed-item_header .header-form > button {
    width: 100%;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    line-height: 1.5;
    overflow: hidden;
    border: 0;
    resize: none;
    height: 45px;
    padding: 9px 15px;
    text-align: left;
    border-radius: 45px;
    transition: .3s all ease;
    background-color: #f1f1f1;
    font-size: 1.1em;
    color: #676767;
}

.newfeed-main .newfeed-content .newfeed-item_header .header-form > button:hover {
    background-color: #e9e9e9;
}

.newfeed-main .newfeed-content .newfeed-item_header .header-meta {
    width: calc(100% - 95px);
}

.newfeed-main .newfeed-content .newfeed-item_header .header-meta .header-meta_title > a {
    font-size: 1.05em;
    font-weight: 500;
    color: #363a3f;
    line-height: 1.35;
    display: block;
}

.newfeed-main .newfeed-content .newfeed-item_header .header-meta .header-meta_desc {
    font-size: .95em;
    color: #888888;
}

.newfeed-main .newfeed-content .newfeed-item_header .header-meta .header-meta_desc span {
    position: relative;
}

.newfeed-main .newfeed-content .newfeed-item_header .header-meta .header-meta_desc span + span {
    margin-left: 10px;
    padding-left: 13px;
}

.newfeed-main .newfeed-content .newfeed-item_header .header-meta .header-meta_desc span + span:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 3px;
    opacity: .5;
    background: #888;
    border-radius: 50%;
    display: block;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.newfeed-main .newfeed-content .newfeed-item_header .header-logo > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.newfeed-main .newfeed-content .newfeed-item_header .header-button {
    width: 40px;
    flex-shrink: 0;
    margin-left: 10px;
    margin-right: -5px;
    justify-content: flex-end;
    display: flex;
}

.newfeed-main .newfeed-content .newfeed-item_header .header-button .dropdown .btn {
    outline: none !important;
    box-shadow: none !important;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    transition: .3s all ease;
}

.newfeed-main .newfeed-content .newfeed-item_header .header-button .dropdown .btn:hover {
    background: #f1f1f1;
}

.newfeed-main .newfeed-content .newfeed-item_body .newfeed-item_desc {
    padding: 0 15px 15px;
    font-size: 1.05em;
    color: #3b3838;
    line-height: 1.3;
}

.newfeed-main .newfeed-content .newfeed-item_body .newfeed-item_image {
    display: flex;
    flex-direction: column;
}

.newfeed-main .newfeed-content .newfeed-item_body .newfeed-item_image .item-image_bg {
    position: relative;
    padding-top: 52.3%;
    width: 100%;
    overflow: hidden;
}

.newfeed-main .newfeed-content .newfeed-item_body .newfeed-item_image .item-image_bg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
}

.newfeed-main .newfeed-content .newfeed-item_body .item-image_meta {
    padding: 8px 15px;
    background: var(--bgbody);
}

.newfeed-main .newfeed-content .newfeed-item_body .item-image_meta .item-image_title {
    font-size: 1.05em;
    font-weight: 500;
    color: #363a3f;
    line-height: 1.35;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 2px;
}

.newfeed-main .newfeed-content .newfeed-item_body .item-image_meta .item-image_desc {
    font-size: .95em;
    color: #7d7979;
}

.newfeed-main .newfeed-content .newfeed-item_body .item-image_meta .item-image_desc span {
    position: relative;
}

.newfeed-main .newfeed-content .newfeed-item_body .item-image_meta .item-image_desc span + span {
    margin-left: 7px;
    padding-left: 10px;
}

.newfeed-main .newfeed-content .newfeed-item_body .item-image_meta .item-image_desc span + span:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 3px;
    opacity: .5;
    background: #888;
    border-radius: 50%;
    display: block;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.newfeed-main .newfeed-content .newfeed-item_footer {
    padding: 0 15px 0;
}

.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_reactions {
    border-bottom: 1px solid var(--bgbody);
    padding: 8px 0;
    display: flex;
    align-items: center;
}

.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_reactions .reaction-like,
.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_reactions .reaction-comment,
.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_reactions .reaction-share {
    display: flex;
    align-items: center;
    font-size: 1em;
    color: #777;
    position: relative;
    transition: 0.3s all ease;
}

.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_reactions .reaction-like:hover,
.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_reactions .reaction-like:active,
.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_reactions .reaction-comment:hover,
.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_reactions .reaction-comment:active {
    color: var(--blue-color);
    text-decoration: underline !important;
}

.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_reactions .reaction-like span.iconLike {
    width: 18px;
    height: 18px;
    background: var(--blue-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .6em;
    color: var(--white);
    flex-shrink: 0;
    margin-right: 5px;
}

.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_reactions .reaction-share {
    padding-left: 10px;
    margin-left: 7px;
}

.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_reactions .reaction-share:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 3px;
    opacity: .5;
    background: #888;
    border-radius: 50%;
    display: block;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 0;
}

.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_actions > * {
    flex: 1;
    text-align: center;
}

.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_actions > * > a {
    color: #767676;
    font-size: 1.05em;
    padding: 7px 18px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .5s all ease;
}

.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_actions > * > a > i {
    margin-right: 6px;
    font-size: 1.2em;
    flex-shrink: 0;
}

.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_actions > * > a:after {
    display: none;
}

.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_actions > * > .dropdown-menu {
    padding: .25rem 0;
}

.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_actions > * > .dropdown-menu .dropdown-item {
    font-size: .9rem;
    padding: .25rem 0.75rem;
    transition: 0.3s all ease;
}

.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_actions > * > .dropdown-menu .dropdown-item:hover,
.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_actions > * > .dropdown-menu .dropdown-item:active,
.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_actions > * > .dropdown-menu .dropdown-item:focus {
    background: var(--bgbody);
    color: var(--blue-color);
}

.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_actions > * > a:hover,
.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_actions > * > a:active {
    background: var(--bgbody);
    color: var(--blue-color);
}

.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_comment {
    padding: 4px 0;
}

.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_comment .comment-form {
    display: flex;
    position: relative;
    margin-bottom: 10px;
}

.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_comment .comment-form .comment-form_avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 10px;
}

.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_comment .comment-form .comment-form_avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    border-radius: 50%;
}

.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_comment .comment-form .comment-form_inner {
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 100%;
    max-width: 100%;
    border-radius: 20px;
    border: 1px solid #d1d1d1;
    background-color: #fff;
    overflow-y: hidden;
    padding-right: 10px;
}

.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_comment .comment-form .comment-form_inner textarea {
    width: 100%;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    line-height: 1.5;
    overflow: hidden;
    border: 0;
    resize: none;
    height: 40px;
    min-height: 40px;
    padding: 9px 15px;
}

.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_comment .comment-form .comment-form_inner .call-emoji-post {
    color: var(--dark);
    font-size: 1.2rem;
    height: 32px;
    width: 32px;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .3s all ease;
    margin-bottom: 4px;
}

.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_comment .comment-form .comment-form_inner .send-comment {
    color: var(--dark);
    font-size: 1.2rem;
    height: 32px;
    width: 32px;
    cursor: pointer;
    z-index: 2;
    box-shadow: none;
    background-color: transparent;
    outline: none;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .3s all ease;
    margin-bottom: 4px;
}

.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_comment .comment-form .comment-form_inner .send-comment:hover,
.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_comment .comment-form .comment-form_inner .send-comment:active,
.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_comment .comment-form .comment-form_inner .call-emoji-post:hover,
.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_comment .comment-form .comment-form_inner .call-emoji-post:active {
    background-color: var(--bgbody);
}

.emoji-comment {
    position: absolute;
    padding: 8px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 8%);
    border: 1px solid #e1e4e4;
    border-radius: 4px;
    z-index: 1050;
    width: 100%;
    max-width: 250px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.emoji-comment.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.emoji-comment .emoji-tab {
    padding: 0 10px;
    border-bottom: 1px solid #e1e4e4;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.emoji-comment .emoji-tab .emoji-tab_item {
    display: inline-block;
    color: #232323;
    font-weight: 600;
    font-size: .9em;
    text-transform: uppercase;
    cursor: pointer;
    padding: 4px 0 6px;
    margin: 6px auto 0;
    position: relative;
    transition: .3s all ease-in-out;
}

.emoji-comment .emoji-tab .emoji-tab_item:before {
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: calc(100% + 20px);
    background: transparent;
    display: block;
    content: "";
    opacity: 0;
    visibility: hidden;
    transition: .3s all ease-in-out;
}

.emoji-comment .emoji-tab .emoji-tab_item.active {
    color: var(--blue-color);
}

.emoji-comment .emoji-tab .emoji-tab_item.active:before {
    background: #017D63;
    visibility: visible;
    opacity: 1;
}

.emoji-comment .emoji-content .emoji-content_item {
    -webkit-animation: fadeEffect .2s;
    animation: fadeEffect .2s;
}

@media screen and (min-width: 768px) {
    .emoji-comment .emoji-content .emoji-content_list {
        display: flex;
        align-items: center;
        margin: 0;
        flex-wrap: wrap;
    }

    .emoji-comment .emoji-content .emoji-content_item .emoji-content_body {
        padding: 10px 0 0 0;
        margin-right: -5px;
        height: 190px;
        overflow-y: auto;
    }

    .emoji-comment .emoji-content .emoji-content_list .chat-Iemoji-post {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 1.2em;
        width: calc(100% / 8);
        padding: 5px;
        cursor: pointer;
    }

    .emoji-comment .emoji-content .emoji-content_item .emoji-content_body::-webkit-scrollbar {
        width: 5px;
    }

    .emoji-comment .emoji-content .emoji-content_item .emoji-content_body::-webkit-scrollbar-track {
        background: #fff;
    }

    .emoji-comment .emoji-content .emoji-content_item .emoji-content_body::-webkit-scrollbar-thumb {
        background: #acacac;
    }

    .emoji-comment .emoji-content .emoji-content_item .emoji-content_body::-webkit-scrollbar-thumb:hover {
        background: #7b7b7b;
    }

    .emoji-comment .emoji-content .emoji-content_item .emoji-content_body .chat-Slink_group .chat-Slink_title {
        font-size: .825em;
        margin-bottom: 4px;
        color: #6f6f6f;
    }
}

.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_comment .comment-list {
    padding-top: 10px;
}

.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_comment .comment-list .comment-item_inner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_comment .comment-list .comment-item_inner .comment-item_wrapper {
    display: flex;
    align-items: flex-start;
}

.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_comment .comment-list .comment-item_inner .comment-item_avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 10px;
}

.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_comment .comment-list .comment-item_inner .comment-item_avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    border-radius: 50%;
}

.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_comment .comment-list .comment-item_inner .comment-item_form {
    width: 100%;
    position: relative;
    margin-left: auto;
}

.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_comment .comment-list .comment-item_inner .comment-item_form form {
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 100%;
    max-width: 100%;
    border-radius: 20px;
    border: 1px solid #d1d1d1;
    background-color: #fff;
    overflow-y: hidden;
    padding-right: 10px;
}

.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_comment .comment-list .comment-item_inner .comment-item_form textarea {
    width: 100%;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    line-height: 1.5;
    overflow: hidden;
    border: 0;
    resize: none;
    height: 40px;
    min-height: 40px;
    padding: 9px 15px;
    max-height: 126px;
}

.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_comment .comment-list .comment-item_inner .comment-item_form .call-emoji-post {
    color: var(--dark);
    font-size: 1.2rem;
    height: 32px;
    width: 32px;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .3s all ease;
    margin-bottom: 4px;
}

.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_comment .comment-list .comment-item_inner .comment-item_form .send-comment {
    color: var(--dark);
    font-size: 1.2rem;
    height: 32px;
    width: 32px;
    cursor: pointer;
    z-index: 2;
    box-shadow: none;
    background-color: transparent;
    outline: none;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .3s all ease;
    margin-bottom: 4px;
}

.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_comment .comment-list .comment-item_inner .comment-item_form .send-comment:hover,
.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_comment .comment-list .comment-item_inner .comment-item_form .send-comment:active,
.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_comment .comment-list .comment-item_inner .comment-item_form .call-emoji-post:hover,
.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_comment .comment-list .comment-item_inner .comment-item_form .call-emoji-post:active {
    background-color: var(--bgbody);
}

.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_comment .comment-list .comment-item_inner .comment-item_content {
    width: 100%;
}

.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_comment .comment-list .comment-item_inner .comment-item_content .comment-item_top {
    background-color: var(--bgbody);
    padding: 8px;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
}

.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_comment .comment-list .comment-item_inner .comment-item_content .comment-item_top .comment-item_info {
    display: flex;
    position: relative;
    line-height: 1.4;
    width: 100%;
}

.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_comment .comment-list .comment-item_inner .comment-item_content .comment-item_top .comment-item_info .comment-item_name {
    font-size: 1em;
    font-weight: 500;
    color: var(--dark);
    width: 100%;
}

.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_comment .comment-list .comment-item_inner .comment-item_content .comment-item_top .comment-item_info .comment-item_dropdown {
    margin-left: auto;
    flex-shrink: 0;
    padding-left: 5px;
    width: 17px;
}

.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_comment .comment-list .comment-item_inner .comment-item_content .comment-item_top .comment-item_info .comment-item_dropdown > button {
    outline: none;
    box-shadow: none;
    border: 0;
    background: transparent;
    font-size: .95em;
    color: var(--gray);
    transition: .3s all ease;
}

.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_comment .comment-list .comment-item_inner .comment-item_content .comment-item_top .comment-item_info .comment-item_dropdown > button:hover,
.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_comment .comment-list .comment-item_inner .comment-item_content .comment-item_top .comment-item_info .comment-item_dropdown > button:active {;
    color: var(--dark);
}

.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_comment .comment-list .comment-item_inner .comment-item_content .comment-item_top .comment-item_info .comment-item_dropdown > .dropdown-menu:before,
.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_comment .comment-list .comment-item_inner .comment-item_content .comment-item_top .comment-item_info .comment-item_dropdown > .dropdown-menu:after {
    display: none;
}

.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_comment .comment-list .comment-item_inner .comment-item_content .comment-item_top .comment-item_info .comment-item_dropdown > .dropdown-menu > a {
    padding: .6rem;
}

.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_comment .comment-list .comment-item_inner .comment-item_content .comment-item_top .comment-item_text {
    margin-top: 5px;
    font-size: 1em;
    color: #434343;
    line-height: 1.4;
}

.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_comment .comment-list .comment-item_inner .comment-item_content .comment-item_actions {
    margin-top: 5px;
    display: flex;
    align-items: center;
}

.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_comment .comment-list .comment-item_inner .comment-item_content .comment-item_actions > * {
    padding: 0 4px;
    font-size: 1em;
    color: #605d5d;
    transition: .3s all ease;
}

.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_comment .comment-list .comment-item_inner .comment-item_content .comment-item_actions > a:hover,
.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_comment .comment-list .comment-item_inner .comment-item_content .comment-item_actions > a:active {
    color: var(--blue-color);
}

.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_comment .comment-list .comment-item_inner .comment-item_content .comment-item_actions span:not(.comment-item_actions__time) {
    font-size: 1.05em;
    position: relative;
    top: -1px;
}

.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_comment .comment-list .comment-item .comment-item_wrapper {
    margin-bottom: 15px;
}

.newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_comment .comment-list .comment-item .comment-item_child {
    padding-left: 50px;
}

.infoCompany-card_posts .card-header {
    position: relative;
    padding-right: 100px;
}

.infoCompany-card_posts .card-header .posts-navigation {
    position: absolute;
    display: flex;
    align-items: center;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.infoCompany-card_posts .card-header .posts-navigation .posts-navigation_item {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #e9e9e9;
    color: #777;
    font-size: 2em;
    cursor: pointer;
}

.infoCompany-card_posts .card-header .posts-navigation .posts-navigation_item i {
    margin-top: 2px;
}

.infoCompany-card_posts .card-header .posts-navigation .posts-navigation_item.swiper-button-disabled {
    background-color: #f1f1f1;
    cursor: not-allowed;
}

.infoCompany-card_posts .card-header .posts-navigation .posts-navigation_item:active {
    background-color: #f1f1f1;
}

.infoCompany-card_posts .card-header .posts-navigation .posts-navigation_item + .posts-navigation_item {
    margin-left: 7px;
}

.infoCompany-card_posts .newfeed-main .newfeed-content .newfeed-item_header .header-meta {
    width: 100%;
}

.infoCompany-card_posts .newfeed-main .newfeed-content .newfeed-item_footer .newfeed-item_actions > * > a {
    flex-direction: column;
    white-space: nowrap;
    text-align: center;
    justify-content: center;
    padding: 7px 10px;
    font-size: 1em;
}

.infoCompany-card_posts .newfeed-main .newfeed-content .newfeed-item_header {
    padding-bottom: 10px;
}

.infoCompany-card_posts .newfeed-main .newfeed-content .newfeed-item_header .header-meta .header-meta_title > a {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 1em;
    line-height: 1.25;
}

.infoCompany-card_posts .newfeed-main .newfeed-content .newfeed-item_header .header-meta .header-meta_desc {
    font-size: .9em;
}

.infoCompany-card_posts .newfeed-main .newfeed-content .newfeed-item_body .newfeed-item_desc .newfeed-item_content {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: .95em;
    height: 3.9em;
}

.like-list .like-list_item {
    display: flex;
    align-items: center;
    padding-right: 10px;
}

.like-list .like-list_item a {
    display: flex;
    align-items: center;
}

.like-list .like-list_item .like-item_avatar {
    width: 40px;
    height: 40px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 10px;
}

.like-list .like-list_item .like-item_avatar span {
    width: 18px;
    height: 18px;
    background: var(--blue-color);
    border: 1px solid var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .6em;
    color: var(--white);
    flex-shrink: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.like-list .like-list_item + .like-list_item {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--bgbody);
}

.like-list .like-list_item .like-item_content .like-item_top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.like-list .like-list_item .like-item_content .like-item_top .like-item_name {
    font-size: 1em;
    font-weight: 500;
    color: var(--dark);
}

.like-list .like-list_item .like-item_content .like-item_top .like-item_time {
    position: relative;
    padding-left: 10px;
    margin-left: 7px;
    font-size: .9em;
    color: #888
}

.like-list .like-list_item .like-item_content .like-item_top .like-item_time:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 3px;
    opacity: .5;
    background: #888;
    border-radius: 50%;
    display: block;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.like-list .like-list_item .like-item_content .like-item_bottom {
    font-size: .95em;
    color: #666;
}

.like-list {
    padding-left: 15px;
    padding-right: 0;
    max-height: calc(67px * 7);
    overflow-y: auto;
}

.like-list::-webkit-scrollbar {
    width: 7px;
}

.like-list::-webkit-scrollbar-track {
    background: #fff;
}

.like-list::-webkit-scrollbar-thumb {
    background: #acacac;
}

.like-list::-webkit-scrollbar-thumb:hover {
    background: #7b7b7b;
}

.modal-form_post .post-header {
    display: flex;
    align-items: center;
}

.modal-form_post .post-header .header-logo {
    width: 25px;
    height: 25px;
    position: relative;
    background-color: #e9e9e9;
    flex-shrink: 0;
    margin-right: 10px;
}

.modal-form_post .post-header .header-logo > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.modal-form_post .post-header .header-name {
    width: 100%;
}

.modal-form_post .post-header .header-name > a {
    font-size: 1em;
    font-weight: 500;
    color: #252728;
    line-height: 1.35;
    display: block;
}

.modal-form_post .post-form .post-form_input {
    margin: 10px 0;
}

.modal-form_post .post-form .post-form_input textarea {
    border: 0;
    border-radius: 0;
    min-height: 100px;
    max-height: 100px;
    overflow-y: auto;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    width: 100%;
    resize: none;
    line-height: 1.5;
    font-size: 1em;
    color: #343434;
    margin-right: -13px;
}

.modal-form_post .post-form .post-form_input textarea::placeholder {
    color: #7c7878;
}

.modal-form_post .post-form .post-form_input textarea::-webkit-scrollbar {
    width: 7px;
}

.modal-form_post .post-form .post-form_input textarea::-webkit-scrollbar-track {
    background: #fff;
}

.modal-form_post .post-form .post-form_input textarea::-webkit-scrollbar-thumb {
    background: #acacac;
    border-radius: 20px;
}

.modal-form_post .post-form .post-form_input textarea::-webkit-scrollbar-thumb:hover {
    background: #7b7b7b;
}

.modal-form_post .post-form .post-form_image {
    border-radius: 8px;
    border: 1px solid #CED0D4;
    padding: 8px;
    background-color: #fff;
}

.modal-form_post .post-form .post-form_image .image-inner {
    border-radius: 8px;
    background-color: #F7F8FA;
    position: relative;
    min-height: 170px;
    max-height: 220px;
    overflow: hidden;
}

.modal-form_post .post-form .post-form_image .image-inner .image-input {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 2;
}

.modal-form_post .post-form .post-form_image .image-inner .image-preview {
    cursor: pointer;
}

.modal-form_post .post-form .post-form_image .image-inner .image-preview > img {
    object-fit: cover;
}

.modal-form_post .post-form .post-form_image .image-inner .image-preview .image-preview_note {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.modal-form_post .post-form .post-form_image .image-inner .image-preview .image-preview_note .icon {
    font-size: 1.6em;
    height: 44px;
    width: 44px;
    background: rgb(230, 236, 238);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #232323;
}

.modal-form_post .post-form .post-form_image .image-inner .image-preview .image-preview_note .text {
    margin-top: 5px;
    font-size: 1.05em;
    color: #232323;
    font-weight: 600;
}

.modal-form_post .post-form .post-form_image .image-inner .image-button {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 4;
}

.modal-form_post .post-form .post-form_image .image-inner .image-button button {
    height: 28px;
    width: 28px;
    border-radius: 50%;
    background-color: #fff;
    font-size: 1.2em;
    color: #767676;
    outline: none;
    box-shadow: none;
    border: 1px solid #CED0D4;
    transition: .2s all ease;
}

.modal-form_post .post-form .post-form_image .image-inner .image-button button:hover {
    background-color: rgb(245, 245, 245);
}

.modal-form_post .post-form .post-form_extend {
    margin: 10px 0;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #CED0D4;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-form_post .post-form .post-form_extend .extend-text {
    font-size: .975em;
    font-weight: 600;
    color: #323232;
}

.modal-form_post .post-form .post-form_extend .extend-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.modal-form_post .post-form .post-form_extend .extend-actions button {
    border: 0;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    transition: .3s all ease;
    color: #232323;
    font-size: 1.3em;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    outline: none;
    box-shadow: none;
}

.modal-form_post .post-form .post-form_extend .extend-actions button:hover {
    background: rgb(240, 240, 240);
}

.modal-form_post .post-form .post-form_extend .extend-actions button.extend-action_image {
    color: var(--orange-color);
}

.modal-form_post .post-form .post-form_extend .extend-actions button.extend-action_emoji {
    color: var(--blue-color);
}

.modal-form_post .post-form .post-form_extend .extend-actions button + button {
    margin-left: 2px;
}

.modal-form_post .post-form .post-form_button {
    margin-top: 10px;
}

.modal-form_post .post-form .post-form_button button {
    width: 100%;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1.05em;
    padding-top: 8px;
    padding-bottom: 8px;
}

.post-share {
    position: relative;
}

.post-share .post-share_inner .closeShare {
    height: 28px;
    width: 28px;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 4;
    background-color: #fff;
    font-size: 1.2em;
    color: #767676;
    outline: none;
    box-shadow: none;
    border: 1px solid #CED0D4;
    transition: .2s all ease;
}

.post-share .post-share_inner .share-inner_content {
    margin-top: 5px;
}

.post-share .post-share_inner .share-inner_content .share-inner_link {
    font-size: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #5597fa;
    margin: 0 0 6px;
}

.post-share .post-share_inner .share-inner_content .share-inner_header {
    display: flex;
    padding: 10px;
    border-radius: 8px;
    background-color: var(--white);
    border: 1px solid #e9e9e9;
    transition: .3s all ease;
    overflow: hidden;
}

.post-share .post-share_inner .share-inner_content .share-inner_header:hover {
    background: #f9f9f9;
}

.post-share .post-share_inner .share-inner_content .share-inner_header .share-inner_thumb {
    width: 4.6em;
    height: 4.6em;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-share .post-share_inner .share-inner_content .share-inner_header .share-inner_thumb img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.post-share .post-share_inner .share-inner_content .share-inner_header .share-inner_info {
    width: 100%;
    padding-left: 10px;
}

.post-share .post-share_inner .share-inner_content .share-inner_header .share-inner_info .share-inner_title {
    font-size: 1.15em;
    color: #232323;
    font-weight: 400;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.post-share .post-share_inner .share-inner_content .share-inner_desc {
    color: #636363;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.newfeed-main .newfeed-content .newfeed-item_body .post-share {
    padding: 0 15px;
    font-size: 1.05em;
    color: #3b3838;
    line-height: 1.3;
}

.newfeed-main .newfeed-content .newfeed-item_body .post-share .post-share_inner .share-inner_content .share-inner_header {
    padding: 0;
    align-items: center;
}

.newfeed-main .newfeed-content .newfeed-item_body .post-share .post-share_inner .share-inner_content .share-inner_header .share-inner_thumb {
    width: 8em;
    height: 8em;
    flex-shrink: 0;
}

.newfeed-main .newfeed-content .newfeed-item_body .post-share .post-share_inner .share-inner_content .share-inner_header .share-inner_info {
    padding: 10px;
}

.newfeed-main .newfeed-content .newfeed-item_body .post-share .post-share_inner .share-inner_content .share-inner_header .share-inner_info .share-inner_title {
    font-size: 1.2em;
    line-height: 1.3;
    -webkit-line-clamp: 2;
}

.newfeed-main .newfeed-content .newfeed-item_body .post-share .post-share_inner .share-inner_content .share-inner_desc {
    margin-top: 5px;
    font-size: 1em;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.comment-item_readmore {
    margin-bottom: 15px;
}

.comment-item_readmore .btn-readmore {
    border: 0;
    background: transparent;
    outline: none;
    box-shadow: none;
    font-size: 1.05em;
    color: #656565;
    transition: .3s all ease;
    padding: 0;
}

.comment-item_readmore .btn-readmore:hover {
    color: #232323;
}

.newfeed-main .newfeed-content .newfeed-readmore {
    margin-top: 25px;
    text-align: center;
}

.newfeed-main .newfeed-content .newfeed-readmore .btn-readmore-post {
    border: 0;
    background: transparent;
    outline: none;
    box-shadow: none;
    font-size: 1.05em;
    transition: .3s all ease;
    padding: 0;
    color: #434343;
}

.nf-maxHeight {
    max-height: 70px;
    transition: .3s all ease;
    overflow: hidden;
    position: relative;
}

.nf-viewMore {
    margin-top: 5px;
}

.nf-viewMore .btn-viewMore {
    color: #064b96;
}

.newfeed-collapse_comment {
    height: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform .3s ease;
    overflow: hidden;
}

.newfeed-collapse_comment.showCmt {
    height: auto;
    transform: scaleY(1);
}

.newfeed-item .newfeed-item_pin {
    position: absolute;
    top: -3px;
    right: 4px;
    font-size: 1.2em;
    color: var(--blue-color);
    transform: rotate(45deg);
}

.newfeed-item .newfeed-item_header .header-button .dropdown .dropdown-menu {
    min-width: auto;
    padding: 0;
}

.newfeed-item .newfeed-item_header .header-button .dropdown .dropdown-menu .dropdown-item {
    font-size: .9em;
}

.newfeed-item .newfeed-item_footer .newfeed-item_apply {
    display: inline-block;
    margin-left: 10px;
    border-radius: 4px;
    background: var(--orange-color);
    color: #fff;
    padding: 2px 10px 1px;
    text-align: center;
}

.template-card_tab.template-card_tab__button .nav-tabs .nav-item:not(.active):nth-child(3) .nav-link.active,
.template-card_tab.template-card_tab__button .nav-tabs .nav-item:nth-child(3) .nav-link {
    border-radius: 0 !important;
}