.post-news .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-news .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-news .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-news .dropdown .item:hover{
    background: #E0FF01;
}
.post-news .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-news .filter {
    display: flex;
    align-items: center;
    position: absolute;
    top: -88px;
    right: 0;
    z-index: 2;
}
.post-news .post-content .content {
    /*position: absolute;
    top: 0;
    right: 0;*/
    width: 51.5%;
    background: #E0FF01;
/*    height: 100%;*/
    padding: 24px 20px;
}
.post-news .post-content img{
    vertical-align: top;
    width: 48.5%;
    aspect-ratio: 1/0.977124183;
    object-fit: cover;
}
.post-news .post-content .open-post {
    position: absolute;
    right: 11px;
    top: 14px;
}
.post-news .post-content .open-post svg circle,
.post-news .post-content .open-post svg path{
    transition: all .3s;
}
.post-news .post-content:hover .open-post svg circle{
    fill: black;
    stroke: #E0FF01;
}
.post-news .post-content:hover .open-post svg path{
    fill: #E0FF01;
}
.post-news .post-content {
    display: flex;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
}
.post-news .swiper-slide{
    height: auto !important;
    margin-top: 0 !important;
    margin-bottom: 18px
}
.post-news .post-content .title {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0.1em;
    text-align: left;
    text-transform: uppercase;
    margin-top: 42px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
}
[lang="th"] .post-news .post-content .title{
    font-family: Kanit;
}
.post-news .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-news .post-content .topics .topic+.topic {
    display: none;
}
.post-news .post-content .excerpt {
    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-news .post-content .date svg {
    margin-right: 10px;
}
.post-news .post-content .date {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
}
.post-news .custom-nav {
    display: inline-flex;
/*     float: right; */
    margin-top: 34px;
	
	background-color: #000000;
    padding: 3px;
    border-radius: 20px;
	
	display: flex;
	place-self:center;
}
.post-news .custom-nav .swiper-pagination .swiper-pagination-bullet:before{
    border: 1px solid #d7f018;
}
.post-news .swiper-grid-column>.swiper-wrapper{
    flex-direction: row;
    /* max-height: 860px; */
}
.post-news .post-content .topics {
    padding-right: 45px;
}
.post-news .post-content:before {
    content: "";
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 48.5%;
    height: 100%;
    transition: all .3s;
    border-radius: 30px 0 0 30px;
    opacity: 0;
}
.post-news .post-content:hover:before {
    opacity: 0.1;
}
.post-news .custom-nav .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active){
    background: #d7f018;
}
.post-news .custom-nav .swiper-pagination .swiper-pagination-bullet-active {
    background: #d7f018;
}
.post-news .custom-nav .swiper-button-next, 
.post-news .custom-nav .swiper-button-prev{
	border: 2px solid #d7f018;
	background: #d7f018;
}
.post-news .custom-nav .swiper-button-next svg path, 
.post-news .custom-nav .swiper-button-prev svg path {
    fill: #000000;
}
.post-news .custom-nav .swiper-button-next:hover, 
.post-news .custom-nav .swiper-button-prev:hover {
    background: #000000;
}
.post-news .custom-nav .swiper-button-next:hover svg path, 
.post-news .custom-nav .swiper-button-prev:hover svg path {
    fill: #d7f018;
}
@media (max-width: 1600px){
    .post-news .post-content .content{
        padding: 36px 20px;
    }
    .post-news .post-content .topics .topic{
        padding: 5px 16px;
    }
    .post-news .post-content .open-post{
        right: 7px;
        top: 10px;
    }
    .post-news .post-content .title{
        margin-top: 41px;
        margin-bottom: 12px;
    }
    .post-news .post-content .excerpt{
        margin-bottom: 14px;
    }
    .post-news .post-content .date svg {
        margin-right: 7px;
    }
    .post-news .topic-filter{
        min-width: 204px;
    }
    .post-news .label{
        margin-right: 18px;
    }
    .post-news .filter{
        top: -85px
    }
    .post-news .topic-filter{
        background-position: center right 12px;
    }
    .post-news .custom-nav{
        margin-top: 36px;
    }
}
@media (max-width: 991px){
    .post-news .post-content{
        flex-wrap: wrap;
    }
    .post-news .post-content img{
        width: 100%;
        aspect-ratio: 1/1;
    }
    .post-news .post-content .content{
        width: 100%;
        border-radius: 30px;
        margin-top: -38%;
        padding: 19px 25px;
        min-height: 257px;
    }
    .post-news .post-content .topics .topic {
        padding: 5px 16px;
    }
    .post-news .post-content .title{
        margin-top: 23px;
    }
    .post-news .swiper-slide{
        margin-bottom: 22px;
    }
    .post-news .post-content .open-post svg {
        width: 48px;
        height: 48px;
    }
    .post-news .post-content .open-post {
		top: 60vw;
        transform: translateY(-50%);
    }
	.post-news .post-content:before {
		width: 100%;
	}
}
@media (max-width: 767px){
	 .post-news .post-content .open-post {
		top: 45vw;
    }
    .post-news .filter {
        top: 0;
        position: relative;
        margin-bottom: 36px;
    }
    .post-news .swiper-grid-column>.swiper-wrapper{
        text-align: left;
    }
    .post-news .swiper{
        text-align: center;
    }
    .post-news .custom-nav .swiper-pagination {
        margin: 0 20px;
    }
    .post-news .topic-filter{
        flex: 1;
    }
    .post-news .swiper-slide{
        text-align: left;
    }
	.post-news .post-content img {
		aspect-ratio: 1 / 0.8;
	}
	.bgb-fy {
    	padding: 0px 10px;
		margin-left: -10px;
	}
}
@media (max-width: 575px){
    .post-news .filter{
        flex-direction: column;
        justify-content: flex-start;
        align-items: start;
    }
    .post-news .label {
        margin-right: 0;
        margin-bottom: 13px;
    }
    .post-news .topic-filter{
        width: 100%;
    }
    .post-news .post-content .open-post {
        right: 9px;
        top: 62vw;
        transform: translateY(-50%);
    }
    .post-news .post-content .content{
        margin-top: -38.8%;
    }
	.post-news .post-content img {
        aspect-ratio: 1 / 1;
    }
}