/*
Theme Name: Gonosen child
Template:   gonosen
Theme URI: https://gonosen.asia
Author: Randy Minh
Author URI: https://gonosen.asia
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gonosen-child
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* .gonosen-breadcrum {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gonosen-breadcrum > ul#crumbs-home {
    display: flex;
}

.gonosen-breadcrum li:after {
    content: "/";
    margin: 0px 10px;
}

.gonosen-breadcrum li:after {
    content: "/";
    margin: 0px 10px;
}

.gonosen-breadcrum li:last-child:after {
    display: none;
}

.clearfix {
    zoom: 1;
    margin-bottom: 30px;
}

.clearfix:after, .clearfix:before {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.home .boxnews .img {
    width: 40%;
    overflow: initial;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    float: right;
    margin-left: 3%;
}

.home .boxnews .img a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.home .boxnews .img img {
    z-index: 2;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.home .boxnews .textinfo {
    overflow: hidden;
}

.home .boxnews .time {
    background: #404855;
    color: #fff;
    border-radius: 99px;
    padding: 0px 20px 1px;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
}

.home .boxnews h3 {
    font-size: 20px;
    border-bottom: 1px solid #F172FA;
    padding-bottom: 15px;
    margin-bottom: 25px;
    line-height: normal;
}

.home .txt {
    line-height: 1.8;
}

@media (max-width:520px) {
    .home .boxnews {
      display: block
    }
  }

  @media (max-width:520px) {
    .home .boxnews .textinfo {
      margin-bottom: 20px;
      overflow: initial
    }
  }

  @media (max-width:520px) {
    .home .boxnews h3 {
      font-size: 17px
    }
  }

footer  {
    margin-top: 70px !important;
}
.gonosen-pagination {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.gonosen-pagination * {
    padding: 15px 20px;
    margin-right: 5px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-content: center; 
    background: #404855;
    color: #fff; 
    transition: cubic-bezier(0.075, 0.82, 0.165, 1); 
}
.gonosen-pagination a:hover {
    background:#b56aac;
    color: #fafafa;
}

.gonosen-pagination .current {
    background:#b56aac;
}
.header-side {
    width: 100% !important; 
    left: 0;
}
.header-side::after {
    display: none !important; 
}
.header-left {
    width: 100% !important; 
}
.header-left ul li:last-child {
    border-right: none !important; 
}
.gonosen-breadcrum {
    margin-bottom: 20px;
}
.listbox1 {
    display: flex;
}
.list-column{
    margin-right: 20px; 
}
.list-column .img img {
    width: 100% !important; 
    height: auto !important; 
}
.list-column:nth-child(4n){
    margin-right: 0px;
}
@media (max-width:768px) {
    .gonosen-pagination * {
        margin-right: 3px;
    }
    .list-column  {
        width: 48%; 
        margin-right: 4%;
    }
    .listbox1 {
        flex-wrap: wrap;
    }
    .list-column:nth-child(2n){
        margin-right: 0px;
    }
    .home .boxnews {
        display: flex;
        flex-wrap: wrap;
    }
    .home .boxnews .img{
        width: 100% !important; 
        margin-left: 0px;
    }
} */

.page-news__block img {
	width: 350px;
    height: 250px;
    object-fit: cover;
    object-position: center;
}

.page-news__block .btnpage{
	margin-top: 40px;
	text-align: right;
	margin-left: auto;
    margin-right: 0;
}

.page-news__block .btnpage a{
	justify-content: center;
}

.page-news__block .btnpage img{
	width: auto;
	height: 15px;
}

.page-news .titblue h3 a{
	font-weight: bold;
	color: #000;
}

.page-news .titblue h3 a:hover{
	text-decoration: underline
}

.page-news-detail .entry-header{
    border-bottom: 1px dashed #17469e;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.page-news-detail h1{
    font-size: 26px;
    font-weight: bold;
}

.page-news-detail .date {
    background: #17469e;
    display: inline-block;
    padding: 5px 20px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
}

.btnback{
    margin: 0 auto;
    margin-top: 50px;
}

.btnback a{
    justify-content: center !important;
}

.post_thumbnail{
    text-align: center;
    margin-bottom: 25px;
}

.post_thumbnail img{
    height: auto !important;
}