.news_type23 {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #C5B8B0;
}
.news_type23.arts {
    background-repeat: no-repeat;
    background-size: contain;
}
.news_type23.arts h2 {
    margin-bottom: 40px;
}
.news_type23 h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 3.125rem;
    line-height: 60px;
    text-transform: uppercase;
    color: #1f1f1f;
}
.news_type23 h3 {
    /*!  */
    font-style: normal;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 30px;
    color: #000000;
    margin-top: 30px;
    /* text-transform: uppercase; */
}
.news_type23 h3 a{
    color: #000000;
}
.news_type23 h3 a:hover{
    color: var(--color-primary);
}
.news_type23 p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-style: normal;
    font-size: 1rem;
    line-height: 26px;
    color: #5e5e5e;
}
.news_type23 .decorative_thread {
    width: 48px;
    height: 4px;
    margin: 22px 0px 36px;
    background: var(--color-primary);
}
.news_type23 .portfolio .portfolio-item {
    margin-bottom: 30px;
}
.news_type23 .portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 20px auto;
    list-style: none;
    text-align: center;
}
.news_type23 .portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 15px 10px 15px;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #444444;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
}
.news_type23 .portfolio #portfolio-flters li:hover,
.news_type23 .portfolio #portfolio-flters li.filter-active {
    color: #fff;
    background: #00d0c4;
}
.news_type23 .portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}
.news_type23 .portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    /*background: rgba(85, 98, 112, 0.6);*/
    display: block;
    width: 100%;
}

.news_type23 .portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(85, 98, 112, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}
.news_type23 .portfolio .portfolio-wrap img {
    transition: all ease-in-out 0.3s;
    width: 100%;
    overflow: hidden;
}
.news_type23 .portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 20px;
}
.news_type23 .portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 1.25rem;
    color: #fff;
    font-weight: 600;
}
.news_type23 .portfolio .portfolio-wrap .portfolio-info p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-style: italic;
}
.news_type23 .portfolio .in_link{
overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news_type23 .portfolio .portfolio-wrap .portfolio-links {
    color: rgba(255, 255, 255, 0.6);
    margin: 0 5px 0 0;
    font-size: 1.75rem;
    display: inline-block;
    transition: 0.3s;
}
.news_type23 .portfolio .portfolio-wrap .portfolio-links:hover {
    color: white;
}
.news_type23 .portfolio .portfolio-wrap:hover::before {
    opacity: 1;
}
.news_type23 .portfolio .portfolio-wrap:hover img {
    transform: scale(1.2);
}
.news_type23 .portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
}


/*--------------------------------------------------------------
  # Portfolio Details
  --------------------------------------------------------------*/
.news_type23 .portfolio-details {
    padding-top: 40px;
}
.news_type23 .portfolio-details .portfolio-details-slider img {
    width: 100%;
}
.news_type23 .portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}
.news_type23 .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #00d0c4;
}
.news_type23 .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #00d0c4;
}
.news_type23 .portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(85, 98, 112, 0.08);
}
.news_type23 .portfolio-details .portfolio-info h3 {
    font-size: 1.375rem;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.news_type23 .portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 0.9375rem;
}
.news_type23 .portfolio-details .portfolio-info ul li + li {
    margin-top: 10px;
}
.news_type23 .portfolio-details .portfolio-description {
    padding-top: 30px;
}
.news_type23 .portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}
.news_type23 .portfolio-details .portfolio-description p {
    padding: 0;
}
.news_type23 .read_more_box {
    text-align: right;
    line-height: 64px;
}
.news_type23 .read_more {
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 24px;
    text-transform: uppercase;
    color: #1f1f1f;
    display: inline-flex;
    padding-right: 20px;
}
.news_type23 .decorate_icon {
    position: relative;
    /* overflow: hidden; */
    width: 44px;
    height: 10px;
    text-align: right;
    display: block;
    top: 3px;
    left: 15px;
}
.news_type23 .decorate_icon::after {
    width: 44px;
    height: 2px;
    background: #1f1f1f;
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    right: 2px;
}
.news_type23 .decorate_icon::before {
    width: 8px;
    height: 2px;
    background: #1f1f1f;
    content: "";
    display: block;
    position: absolute;
    bottom: 3px;
    right: 2px;
    transform: rotate(38deg);
}
.news_type23 a.read_more:hover {
    color: var(--color-primary);
    text-decoration: none;
}
.news_type23 a.read_more:hover .decorate_icon::after,
.news_type23 a.read_more:hover .decorate_icon::before {
    background: var(--color-primary);
}
@media (max-width: 480px) {
    .news_type23 .portfolio .portfolio-wrap {
    height: auto;
}
.news_type23 h2 {
        font-size: 2.5rem;
    }
}

