.list-bar{
    margin-bottom: 20px;
    padding: 0 15px;
}

.list-bar li{
        display: inline-block; 
     font-weight: bold;
     color: var(--ryu);
}

.list-bar  li:not(:last-child):after 
{
    content: '';
    height: 14px;
    width: 1px;
    background: #092620;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 20px;
    margin-right: 16px;
}

.list-bar li a{
    color: #092620;
    font-weight: normal;
}

.title-bct{
    font-size: 32px;
    color: #092620;
    font-weight: bold;
    margin-bottom: 20px;
}
.descripti{
    background: #fff;
    border: solid 1px #cdcdcd;
    padding: 20px 20px 20px 90px;
    font-size: 19px;
    line-height: 2;
    position: relative;
    font-style: italic;
    margin-bottom: 20px;
    margin-top: 20px;
}

.line-if>h5{
    font-size: 16px;
}

.div3 .title-div3{
    font-size: 17px;
}
.phay{
    position: absolute;
    left: 15px;
    top: 20px;
    bottom: 35px
}


.phay span
{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    border: solid 1px #aa8e60;
    text-align: center;
    line-height: 48px;
    background: #fff;
    position: relative;
    z-index: 1;
}
.phay i{
line-height: 50px;
  color: var(--ryu);
    font-size: 29px;
}

.descripti::before
{
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: 0;
    height: 0;
    border-top: 25px solid #aa8e60;
    border-right: 25px solid transparent;
}

.date {
    font-style: italic;
    color: #092620;
    margin-bottom: 20px;
    display: block;
}
.post-fr a{
    width: 120px;
    height: 120px;
    display: block;
    float: left;
    overflow: hidden;
}

.post-fr .caec{
    width: 100%;
}


.post-fr a img{
    height: 100%;
}

.if-pot{
    margin-left: 138px;

}
.if-pot p{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.if-pot a {

    width: 100%;

}

.caec{
    color: var(--ryu);
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
}

.if-pot h4{
    font-size: 15px;
    line-height: 20px;
    max-height: 100px;
    overflow: hidden;
    color: #092620;
}

.post-fr{
    overflow: hidden;
    margin-bottom: 10px;
    padding: 0 5px;
}

.wapper-post{
    position: relative;
}

.wapper-post button
{
    position: absolute;
    top: -15px;
    transform: translateY(-80%);
    border: none;
    color: var(--ryu);
}

.wapper-post button.slick-next
{
    right: 0;
    font-size: 30px;
    background: transparent;
}
.wapper-post button.slick-prev
{
    right: 15px;
    font-size: 30px;
    background: transparent;
}

.conten-pot {
    line-height: 2;
    font-size: 15px;
}

.conten-pot img{
    width: 100%!important;
    padding: 10px 0;
}

.sb
{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    color: #092620;
    margin-bottom: 15px;
}

.list-bar li:last-child a
{
    font-weight: bold;
    color: var(--ryu);
}

.like span
{
    background: #1877f2;
    margin: 4px;
    padding: 4px 5px;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    user-select: none;
}

.like {
    margin-bottom: 20px;
}

.link-tt{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}