main#main {
    /*max-width: 1180px;*/
    max-width: 61.458vw;
    margin: auto;
    /*padding: 60px 20px;*/
    padding: 3.125vw 1.042vw;

}
article.article-post {
    /* margin-bottom: 100px;*/
    margin-bottom: 5.208vw;
}
.post_list.ay_grid.boxtwo {
    box-shadow: 0px 4px 40px 0px #00321D33;
    background: #fff;
    border-radius: 50px;
   /* border-radius: 2.604vw;*/
    /* grid-template-columns: 315px auto;*/
    grid-template-columns: 16.406vw auto;
    /*padding: 0px 50px 40px 50px;*/
    padding: 0px 2.604vw 2.083vw 2.604vw;
    position: relative;
    /* grid-column-gap: 30px; */
        grid-column-gap: 1.563vw; 
}
.post_day {
    position:absolute;
    /* top: -37px;*/
        top: -1.927vw;
}
.cover_image {
    /* margin-top: -40px;*/
    margin-top: -2.083vw;
        background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 67%;
    background-position: center center;
}

.post_list_text {
    position: relative;
 
}

.post_list_title {
    /*padding-top: 30px;*/
    padding-top: 1.563vw;
    display: flex
;
    justify-content: space-between;
    align-items: center;
}
.post_list_title h2{
font-weight: 700;
/*font-size: 24px;*/
font-size: 1.250vw;
line-height: 120%;
color:#00321D;
}
.post_list_text p{
font-weight: 400;
font-style: Regular;
/*font-size: 18px;*/
font-size: 0.938vw;
line-height: 180%;
letter-spacing: 0%;
color: #65726C;
}
hr.line {
    /* margin: 20px 0;*/
    margin: 1.042vw 0;
}
.post_list:after {
    background-image: url(https://img.denwell.com/vietnam/img/news/btn.svg);
    content: '';
    /* width: 70px;*/
    width: 100%;
    max-width: 70px;
    /* height: 70px;*/
    height: 70px;
    position: absolute;
    /*right: 40px;*/
    right: 2.083vw;
    /*bottom: -35px;*/
    bottom: -1.823vw;
    opacity: 0;
        transition: opacity 0.4s ease;
}
.post_list:hover::after{
    opacity: 1;
}
@media screen and (max-width:1024px) {
    main#main {
            max-width: 100%;
    padding: 135px 20px 40px 20px;
}
.post_list.ay_grid.boxtwo {
    border-radius: 16px;
    grid-template-columns: 1fr;
    padding: 0px 17px 20px 17px;
    grid-column-gap: 0px;
}
.post_list .cover_image {
     margin-top: -100px;
    border-radius: 20px;
}
.post_list:after {
display: none;
}
.post_day {
    position: relative;
    top: auto;
font-size: 12px;
line-height: 180%;
        margin: 10px 0 5px 0;
}

.post_list_title {
    padding-top: 0;
    flex-direction: column;
}
.post_list_title h2{
font-size: 18px;
line-height: 140%;
}
.post_list_title svg,hr.line,.post_list_text p{
display: none;
}
article.article-post {
    margin-bottom: 120px;
}
article.article-post:last-child {
    margin-bottom: 0px;
}
}