.news-listing {
  background: #f2f2f2;
}

.news-listing .load-more {
  margin: 50px 0 70px;
}

.news-listing .col-md-3 {
  margin-bottom: 30px;
}

.news-listing .wrap-list .title a {
  font-size: 18px;
  line-height: 26px;
  color: #4d4d4d;
  font-family: var(--primary-font);
  font-weight: 500;
  transition: all .25s;
}

.news-listing .wrap-list .title a:hover {
  color: var(--brd-cl2);
}

.news-listing .wrap-list p {
  font-size: 14px;
  line-height: 20px;
  color: var(--black);
  font-family: var(--secondary-font);
  margin-top: 13px;
}

.news-listing .wrap-list .user {
  /* display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;-ms-flex-align: center;align-items: center; */
  /* margin-bottom: 10px; */
}

.news-listing .wrap-list .user-pic {
  /* float: left; 
	margin-bottom: 20px;*/


}

.news-listing .wrap-list {
  padding: 30px 20px 25px;
  background: #fff;
}

.news-listing .wrap-list .user-pic {
  /* max-height: 110px; */
  margin-bottom: 15px;
}

.news-listing .wrap-list .user-pic img {
  /* height: 110px;
	margin-bottom: 20px; */
  width: 100%;
  /* width: 70px;
	height: 70px;
	border-radius: 100%;
	margin-right: 10px; */
}

.news-listing .wrap-list .user-pic.image-not {
  height: 0;
  margin-bottom: 0;
}

.news-listing .wrap-list .detail {
  /* float: left;
	width: calc(100% - 80px) */
  margin-top: 5px;

}

.news-listing .wrap-list .detail h2 {
  font-size: 13px;
  color: #808080;
  font-family: var(--primary-font);
  margin: 0 0 4px;
  font-weight: 400;
}

.news-listing .wrap-list .detail h2 a {
  font-size: 14px;
  color: #4d4d4d;
  font-weight: 500;
  font-family: var(--primary-font);
  transition: all .25s;
}

.news-listing .wrap-list .detail h2 a:hover {
  color: var(--brd-cl1);
}

.news-listing .wrap-list .detail h3 {
  font-size: 13px;
  color: #808080;
  font-family: var(--primary-font);
  margin: 0;
  font-weight: 300;
}

.news-listing .blog-item .row:after,
.news-listing .blog-item .row:before {
  display: none;
}

/* filter start

.filter {
	margin-bottom: 50px;
}


.filter form {
	display:-webkit-box;
	display:-ms-flexbox;
	-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
}
.filter input {
    border: none;
    border-bottom: 1px solid #999999;
    min-width: 545px;
    background: #f2f2f2;
    padding-right: 25px;
    font-size: 14px;
    color: #4d4d4d;
    font-family: var(--primary-font);
    vertical-align: bottom;
    padding-bottom: 5px;
}
.filter input::-webkit-input-placeholder {
	font-size: 14px;
	color: #999999;
	font-family: var(--primary-font);
}
.filter .btn-blue-round {
	margin-left: 4px;
}


.filter .btn-search {
	background: transparent url(./images/search.png) no-repeat center center;
	width: 18px;
	height: 15px;
	border: none;
	padding: 0;
	position: relative;
	left: -25px;
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
}

.filter form .btn-blue-round span {
    padding: 7px 50px 7px 25px;
}
.filter .btn-blue-round span:before {
	content: "";
	background: transparent url(./images/Filter.png) no-repeat center center;
	float: right;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 25px;
}
.filter .btn-blue-round:hover span:before {
	background: transparent url(./images/Filter_Hover.png) no-repeat center center;
}
.pop-form {
	transition: all .5s;
	max-height: 0;
	overflow: hidden;
	opacity: 0;

}
.pop-form.pop-open {
	max-height: 200px;
	overflow:visible;
	opacity: 1;
    margin: 40px 0 0;
}
.pop-form .pop-wrapper {
    max-width: 690px;
    margin: 0 auto;
    padding: 30px 40px;
    position: relative;
    background: #fff;
    border-radius: 4px;
}
.pop-form .pop-wrapper .col-sm-12 {
    width: calc(100% - 122px);
}
.pop-form .pop-wrapper .btn-blue-round span {
	background: #fff;
}
.pop-form .pop-wrapper .btn-blue-round:hover span {
	background: transparent;
}
.pop-form select::-ms-expand {
    display: none;
}
.pop-form select {
 -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
 }
.pop-form .apply {
    margin: 21px 16px 0 0;
}
.pop-form .cls-btn {
    position: absolute;
    right: 15px;
    top: 126px5px;
    cursor26px: pointer;
    background: transparent url(./images/close.png) no-repeat center;
    width: 15px;
    height: 15px;
}
.pop-form label {
	display: block;
	font-size: 16px;
	font-family: var(--primary-font);
	color: #4d4d4d;
    font-weight: 400;
    margin-bottom: 0;
}
.pop-form .apply span:before {
	display:  none;
}
.pop-form .select-wrapper {
	background:transparent url(./images/down_arrow.png) no-repeat right center
}
.pop-form .select-wrapper select {
	background: #fff;
	background:#fff url(./images/down_arrow.png) no-repeat right center;
	    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
}
.pop-form .select-wrapper select,
.pop-form .select-wrapper select option {
	 -webkit-appearance:none;
}
.pop-form .select-wrapper select,
.pop-form .select-wrapper select option {
	font-size: 14px;
	font-family: var(--primary-font);
	color: #999999;
    font-weight: 400;
}
.pop-form input:focus,
.pop-form select:focus, .form-control:focus,
.pop-form textarea:focus,
.pop-form button:focus {
  outline: none !important;
  box-shadow: none !important;
}
.pop-form .form-control {
	background: transparent;
	border: 0;
	box-shadow: none;
	border-bottom: 1px solid #999999;
	border-radius: 0;
	padding: 0;
    line-height: 15px;
} 
.path-blogs .select2-dropdown .select2-search {
	display: none;
}
.path-blogs .select2-container--default .select2-selection--single {
    border: none;
    border-bottom: 1px solid #999999;
	border-radius: 0;
	padding: 0;
	background:transparent url(./images/down_arrow.png) no-repeat right center;
    height: auto;
}
.path-blogs .select2-selection__arrow {
	display: none;
}
.path-blogs .select2-container--default .select2-selection--single .select2-selection__rendered{
	font-size: 14px;
	font-family: var(--primary-font);
	color: #999999;
    font-weight: 400;
    padding: 0;
}
.path-blogs .select2-container--default .select2-selection--single .select2-selection__rendered:focus,
.path-blogs .select2-container--default .select2-selection--single:focus {
	outline: none;
}

.select-wrapper .selectize-input {
        padding: 0;
    border: 0;
    box-shadow: none !important;
    border-bottom: 1px solid #999;
    border-radius: 0;
}

.select-wrapper .selectize-input {
	border: none;
	    border-bottom: 1px solid #999999;
	border-radius: 0;
	padding: 0;
	background:transparent url(./images/down_arrow.png) no-repeat right center;
	    height: auto;
}
.select-wrapper .selectize-input.items {
     background: transparent !important;
    padding: 0;
}
.select-wrapper input[type="select-one"] {
	display: none !important;
}

.select-wrapper .selectize-dropdown-content {
	background: #fff;
    border: 1px solid #999;
}
.select-wrapper .selectize-dropdown-content .option {
	font-size: 14px;
	font-family: var(--primary-font);
	color: #999999;
	cursor: pointer;
}
.select-wrapper .selectize-dropdown.single.form-control {
    border: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
    position: static;
    background: #fff;
}
.select-wrapper .selectize-input.focus {
	box-shadow: none;
}
.select-wrapper .item {
	font-size: 14px;
	font-family: var(--primary-font);
	color: #999999;
}
.selectize-control.form-control.single {
    border: none;
    border-radius: 0;
    padding: 0;
    background: transparent url(./images/down_arrow.png) no-repeat right center;
    height: auto;
    margin-top: 6px;
    box-shadow: none;
}
.select-wrapper .selectize-control.single .selectize-input:after {
	    content: "";
    background: transparent url(./images/down_arrow.png) no-repeat right center;
    border: none;
    width: 11px;
    height: 11px;
    display: block;
    right: 0;
    top: 4px;
    margin: 0 !important;
}
.select-wrapper .selectize-input::after{
	display: none !important;
}
filter end */
.load-more {
  clear: both;
}

.masnory-not {
  height: auto !important;
}

/* .blog-item .row {
display: grid;
grid-gap: 5px;
grid-template-columns: repeat(auto-fit,minmax(100px,1fr));
grid-auto-rows: 75px;
grid-auto-flow: dense;
} */

/* .blog-item .row {
    display: grid;
    grid-gap: 1em;
    grid-template-columns: repeat(auto-fill, minmax(260px,1fr));
    grid-auto-rows: 0;
}
.blog-item .row .col-sm-6.col-md-3{
    grid-row-end: span 26;width: 100%;
} */

/* .row {
  display: -ms-flexbox; IE10
  display: flex;
  -ms-flex-wrap: wrap; IE10
  flex-wrap: wrap;
  padding: 0 4px;
} */

/* Create four equal columns that sits next to each other */
/* .blog-item .row .col-sm-6.col-md-3 {
  -ms-flex: 25%; IE10
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
} */
@media screen and (min-device-width: 991px) and (max-device-width: 1024px) {
  .news-listing .col-md-3 {
    width: 33.333333%;
  }
}

@media only screen and (max-width: 1024px) {
  .news-listing .banner-detail {
    margin-bottom: 50px;
  }

  .news-listing .filter {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .news-listing .wrap-list .user-pic {
    /* max-height: 152px; */
  }
}

@media only screen and (max-width: 768px) {

  /* .filter .btn-search {
		top: 50%;
		transform: translateY(50%);
    } */
  .news-listing .load-more {
    margin: 0 0 30px;
  }

  .news-listing .banner-detail {
    height: 185px;
    background-size: cover;
    background-position: right;
  }

  .banner-detail .page-detail {
    width: 100%;
    text-align: center;
    font-size: 32px;
  }

  .news-listing .wrap-list .title a {
    font-size: 16px;
    line-height: 22px;
  }

  body .news-listing .pop-form .pop-wrapper .col-sm-12 {
    width: 100%;
    padding: 0;
  }

  .news-listing .col-md-3 {
    margin-bottom: 20px;
  }

}

@media only screen and (max-width: 767px) {
  .news-listing .col-md-3 {
    width: 100%;
  }

  .filter .btn-search {
    /* top: 50%; */
    transform: translateY(50%);
  }
}
