
ul.list_cat_post {
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
ul.list_cat_post  a{
    height: 45px;
    /* border-radius: 0 23px; */
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
    color: #666666;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    padding: 0 25px;
    margin: 0 5px;
    transition: .8s;
}
ul.list_cat_post  a img{
    object-fit: contain;
    margin-right: 5px;
    transition: .8s;
}
ul.list_cat_post a.active,
ul.list_cat_post a:hover{
    background-color: rgba(0,43,63,0.9);
    color: #ffffff;
    transition: .8s;
}
ul.list_cat_post a.active img,
ul.list_cat_post a:hover img{
    filter: brightness(0) invert(1);
}
.box_news {
    display: inline-block
}

.box_news .item {
    width: calc(calc(100% / 3) - 10px);
    margin: 0 5px;
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
    float: left;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
}

.box_news .item>a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.box_news .item .box_img,
.box_news .item .box_img a {
    width: 100%;
    height: 260px;
    overflow: hidden
}

.box_news .item .box_img img {
    width: 100%;
    height: 100%;
    transition: .8s;
    object-fit: cover;
    transform: scale(1)
}

.box_news .item:hover img {
    transition: .8s;
    transform: scale(1.2)
}

.box_news .item .box_content {
    padding: 20px;
}

.box_news .item .box_content .date_post {
    color: #999;
    font-size: 12px;
    margin-bottom: 10px;
    width: 100%
}

.box_news .item .box_content h3 {
    color: #333;
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 72px;
    line-height: 1.5;

    margin-bottom: 37px;
}
.box_news .item:nth-child(1) .box_content h3,
.box_news .item:nth-child(2) .box_content h3,
.box_news .item:nth-child(3) .box_content h3{

    margin-bottom: 0;
}
.box_news .item .box_content a.view_more {
    color: #0b90d3;
    font-size: 14px;
    display: block;
    background: 0 0;
    padding: 0;

    text-transform: unset
}

.box_news .item .box_content a.view_more i {
    float: right;
    font-size: 12px
}

.box_news .item:nth-child(1) a.view_more,
.box_news .item:nth-child(2) a.view_more,
.box_news .item:nth-child(3) a.view_more {
    display: none
}

.box_news .item:nth-child(1) {
    height: 539px;
    margin-bottom: 40px;
    width: calc(60% - 15px);
    margin-right: 10px;
}

.box_news .item:nth-child(2) {
    margin-bottom: 20px
}

.box_news .item:nth-child(3) {
    margin-bottom: 40px
}

.box_news .item:nth-child(2),
.box_news .item:nth-child(3) {
    height: 260px;
    width: calc(40% - 15px);
    margin-left: 10px;
}

.box_news .item:nth-child(1) .box_content,
.box_news .item:nth-child(2) .box_content,
.box_news .item:nth-child(3) .box_content {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
    background: 0 0;
    padding: 0;
    z-index: 2
}



.box_news .item:nth-child(1) .box_content h3,
.box_news .item:nth-child(2) .box_content h3,
.box_news .item:nth-child(3) .box_content h3,
.box_news .item:nth-child(1) .box_content .date_post,
.box_news .item:nth-child(2) .box_content .date_post,
.box_news .item:nth-child(3) .box_content .date_post {
    color: #fff;
    height: auto;
}

.box_news .item:nth-child(1) .box_content h3 {
    font-size: 22px;
    margin-bottom: 0;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: normal;

}

.box_news .item:nth-child(2) .box_content h3,
.box_news .item:nth-child(3) .box_content h3 {
    font-size: 18px;
    margin-bottom: 0;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 70px;
    line-height: normal;
}

.box_news .item:nth-child(1) .box_img,
.box_news .item:nth-child(1) .box_img a,
.box_news .item:nth-child(2) .box_img,
.box_news .item:nth-child(2) .box_img a,
.box_news .item:nth-child(3) .box_img,
.box_news .item:nth-child(3) .box_img a {
    height: 100%
}

.box_news .item:nth-child(1):before,
.box_news .item:nth-child(2):before,
.box_news .item:nth-child(3):before {
    height: 158px;
    background-image: linear-gradient(to top, #000 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    pointer-events: none
}
.news_page_template {
    padding: 0 0 100px 0
}
.box_news .item:nth-child(1) .box_content a.view_details,
.box_news .item:nth-child(2) .box_content a.view_details,
.box_news .item:nth-child(3) .box_content a.view_details  {
    display: none;
}
.box_news .item .box_content a.view_details{
    display: block;
    text-align: center;
    color: rgba(0,43,63,0.9);
    position: relative;
}
.box_news .item .box_content a.view_details:before{
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,calc(-100% - 10px));
    width: 1px;
    height: 15px;
    background-color: rgba(0,43,63,0.9);
    content: '';
}
div#socialSharing{
    margin-top: 40px;
}

#post-single .fa-stack-195 {
    border-radius: 50%;
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
}
#post-single .fa-stack-195 {
    background: rgba(0,43,63,0.9);
    color: white;
    border-radius: 5px;
    margin-right: 10px;
    border-radius: 50%;
}
.item_news {
    /* width: calc(100% - 10px) !important; */
    margin: 0 5px;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;

}
.item_news>a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.item_news .box_img{
    height: 260px;
    width: 100%;
    overflow: hidden;
}

.item_news .box_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: 1s;
}
.item_news:hover img{
    transform: scale(1.3);
    transition: 1s;
}
.item_news .box_content{
    padding: 30px;
}
.item_news .box_content .date_post{
    color: #666666;
    font-size: 12px;
    display: block;
    margin-bottom: 17px;
}
.item_news .box_content h3{
    font-size: 17px;
    color: #333333;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    margin-bottom: 70px;
    height: 50px;
    overflow: hidden;
}
.item_news .box_content a.view_details{
    text-align: center;
    display: block;
    position: relative;
    color: #8D388A;
    font-size: 14px;
}
.item_news .box_content a.view_details:before{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,calc(-100% - 10px));
    width: 1px;
    height: 15px;
    background-color: #8D388A;
    content: '';
}
#post-single{
    color: #333;
}
#post-single .slick-dots{ display: none;}
.wpml-ls-item{
padding: 0px 5px !important;
}

 .pt-8{
    padding-top: 50px;
 }
#post-single .fa{
    font: normal normal normal 14px/1 FontAwesome;
    line-height: inherit !important;
}
