@import 'breadcrum.css';
@import 'sidebar.css';

.pnblog {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    padding: 0 15px;
    box-sizing: border-box;
    
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    opacity: 0.7;

}

.pnblog img {
    max-width: 100%;
    height: auto;
}

.pnrow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pncontent {
    width: 70%;
    
}

.pnsidebar {
    width: 25%;

}

.wrap-pagi {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
}
.thumbnail{
    border: none !important;
}
.pnpost{
    padding-top: 20px !important;
}
@media screen and (max-width:1160px) {
    .pnrow {
        justify-content: space-around;
    }
    .pncontent{
        width: 60%;
    }
    
    .pnsidebar {
        width: 35%;
    }


}

@media screen and (max-width:768px) {
    .pncontent{
        width: 100%;
    }
    
    .pnsidebar {
        width: 60%;
        margin-top: 50px;
        margin-bottom: 50px;
    }

}

@media screen and (max-width:767px) {
    
    .pnsidebar {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .pnrow {
        padding: 35px 0;
    }

}

