.post-talog .label {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0.1em;
    text-align: left;
    text-transform: uppercase;
    margin-right: 25px;
}
.post-talog .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    background: #EFEFEF;
    color: #000;
    left: 0;
    width: 100%;
    padding: 23px 0 8px;
    z-index: -1;
    margin-top: -17px !important;
    border-radius: 0 0 22px 22px;
    overflow: hidden;
}
.post-talog .dropdown .item {
    font-family: Kanit;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
    cursor: pointer;    
    padding: 4px 18px
}
.post-talog .dropdown .item:hover{
    background: #E0FF01;
}
.post-talog .topic-filter {
    border-radius: 100px;
    background: #000000;
    font-family: Kanit;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    padding: 7px 18px;
    min-width: 216px;
    background-image: url(../images/arr-yellow.svg);
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: center right 18px;
    position: relative;
    cursor: pointer;
}
.post-talog .filter {
    display: flex;
    align-items: center;
    position: absolute;
    top: -88px;
    right: 0;
    z-index: 2;
}
.post-talog .post-content .content {
    /*position: absolute;
    top: 0;
    right: 0;*/
    width: 100%;
    background: transparent;
/*    height: 100%;*/
    padding: 24px 20px;
}
.post-talog .post-content img{
    width: 100%;
    object-fit: cover;
}


.post-talog .swiper-slide{
    height: auto !important;
    margin-top: 0 !important;
    margin-bottom: 40px
}

[lang="th"] .post-talog .post-content .title{
    font-family: Kanit;
}
.post-talog .post-content .topics .topic{
    font-family: Kanit;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0em;
    padding: 6px 19px;
    background: #000000;
    border-radius: 100px;
    color: #FFFFFF;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.post-talog .post-content .topics .topic+.topic {
    display: none;
}
.post-talog .post-content .excerpt {
	display:none !important;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
}
.post-talog .post-content .date svg {
    margin-right: 10px;
}
.post-talog .post-content .date {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
}
.post-talog .custom-nav {
    display: inline-flex;
/*     float: right; */
    margin-top: 34px;
	
	background-color: #d7f018;
    padding: 3px;
    border-radius: 20px;
	
	display: flex;
	place-self:center;
	margin-left: 80px;
}
.post-talog .custom-nav .swiper-pagination .swiper-pagination-bullet:before{
    border: 1px solid #000000;
}
.post-talog .swiper-grid-column>.swiper-wrapper{
    flex-direction: row;
    /* max-height: 860px; */
}
.post-talog .post-content .topics {
    padding-right: 45px;
}
.post-talog .post-content:before {
    content: "";
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
    opacity: 0;
}
.post-talog .post-content:hover:before {
	opacity: 0.4;
	
	height: 98%;
}
.post-talog .custom-nav .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active){
    background: #000;
}

.post-talog:before {
    content: '';
    height: 50px;
    width: 100%;
    display: list-item;
    background-color: #d7f018;
    position: absolute;
    border-radius: 30px;
    bottom: 100px;
	transform: scale(1.05);
}

.post-talog .swiper{
/* 	padding: 0px 35px; */
	padding: 0px 80px 0px 0px;
}

@media (max-width: 1600px){
    .post-talog .post-content .content{
        padding: 19px 20px;
    }
    .post-talog .post-content .topics .topic{
        padding: 5px 16px;
    }
    .post-talog .post-content .open-post{
        right: 7px;
        top: 10px;
    }
    .post-talog .post-content .title{
        margin-top: 41px;
        margin-bottom: 12px;
    }
    .post-talog .post-content .excerpt{
        margin-bottom: 14px;
    }
    .post-talog .post-content .date svg {
        margin-right: 7px;
    }
    .post-talog .topic-filter{
        min-width: 204px;
    }
    .post-talog .label{
        margin-right: 18px;
    }
    .post-talog .filter{
        top: -85px
    }
    .post-talog .topic-filter{
        background-position: center right 12px;
    }
    .post-talog .custom-nav{
        margin-top: 36px;
    }
}
@media (max-width: 991px){
    .post-talog .post-content{
        flex-wrap: wrap;
    }
    .post-talog .post-content img{

    }
    .post-talog .post-content .content{
        width: 100%;
        border-radius: 30px;
        margin-top: -38%;
        padding: 19px 25px;
        min-height: 257px;
    }
    .post-talog .post-content .topics .topic {
        padding: 5px 16px;
    }
    .post-talog .post-content .title{
        margin-top: 23px;
    }
    .post-talog .swiper-slide{
        margin-bottom: 22px;
    }
    .post-talog .post-content .open-post svg {
        width: 48px;
        height: 48px;
    }
    .post-talog .post-content .open-post {
        top: 32vw;
        transform: translateY(-50%);
    }
	
	.post-talog:before {
		bottom: 80px;
	}
	
}
@media (max-width: 767px){
    .post-talog .filter {
        top: 0;
        position: relative;
        margin-bottom: 36px;
    }
    .post-talog .swiper-grid-column>.swiper-wrapper{
        text-align: left;
    }
    .post-talog .swiper{
        text-align: center;
    }
    .post-talog .custom-nav .swiper-pagination {
        margin: 0 20px;
    }
    .post-talog .topic-filter{
        flex: 1;
    }
    .post-talog .swiper-slide{
        text-align: left;
    }
}
@media (max-width: 575px){
    .post-talog .filter{
        flex-direction: column;
        justify-content: flex-start;
        align-items: start;
    }
    .post-talog .label {
        margin-right: 0;
        margin-bottom: 13px;
    }
    .post-talog .topic-filter{
        width: 100%;
    }
    .post-talog .post-content .open-post {
        right: 9px;
        top: 59.8vw;
        transform: translateY(-50%);
    }
    .post-talog .post-content .content{
        margin-top: -38.8%;
    }
}