
.blogs{
    margin-top: 40px;
}

.post_item{
    margin-bottom:20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #bebebe;
}

.post_item .owl-theme .owl-nav .owl-next,
.post_item .owl-theme .owl-nav .owl-prev{
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content:center;
    align-items: center;
    background: transparent;
    border:1px solid gray;
    font-size: 16px;
    color: #fff;
    border:1px solid #ff6000;
}

.post_item .owl-theme .owl-nav .owl-next:before,
.post_item .owl-theme .owl-nav .owl-prev:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
    transition:.4s;
}
.post_item .owl-theme .owl-nav .owl-next:hover:before,
.post_item .owl-theme .owl-nav .owl-prev:hover:before{
    
    border:3px solid #ff6000;
   
}
.post_item .owl-theme .owl-nav .owl-next{
    right: -20px;
}
.post_item .owl-theme .owl-nav .owl-prev{
    left: 10px;
}


.slide_carosel{
    width: 100%;
}

.img_big
{
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}
.img_big img.img_parent{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list_img_small{
    list-style: none;
    
    margin: 0;
}
.list_img_small li{
    position: relative;
}

.list_img_small li:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(222,222,222,.3);
    transition: all .3s;
}
.list_img_small li:hover:before{
    transform:scale(0);
    transition-delay: .1s;
}

.list_img_small li img{
    width: 100%;
    height: 100px;
    object-fit: cover;
}

#detail__slider--owl .owl-nav,#detail__slider--owl .owl-dot{
    display: none;
}

/* Box Right */

.box-right{
    width: 100%; 
}

.box-search{
    width: 100%;
    position: relative;
}
 
.box-search input.search{
    width: 100%;
    padding: .775rem 1.25rem;
    border-radius: 20px;
    background: rgb(241, 237, 237);
}
.box-search i.fas.fa-search {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    font-size: 16px;
    color: #888;
}
.category{
    margin-top: 20px;
}
.category ul{
    list-style: none;
}
.category ul li{
    background: #f8f8f8;
    padding: 10px 17px;
    margin-bottom: 3px;
    border-radius: 3px;
}
.category ul li.active{
    background: #1A3863;
    color: #fff;
}
.category ul li.active a{
    color: #fff;
}
.category ul li:hover{
    background: #1A3863;
}
.category ul li:hover a{
    background: #1A3863;
    color: #fff;
}

.category ul li a{
   text-decoration: none;
   color: #b9b9b9;
   font-size: 14px;
   font-weight: 400;
   display: flex;
   justify-content:space-between;
}

.post-contents{
    margin-top: 20px;
}
.post-contents ul{
   list-style: disc;
    margin-left: 20px;	
}
.post-contents a{
    text-decoration: none;
    color: #1A3863;
}

 h4.title_post{
    font-size:22px;
    color: #000;
    font-weight: bold;
    /*letter-spacing: 2px;*/
}

h5.title_post1{
    font-size:18px;
    color: #000;
    font-weight: 600;
}
 h4.title_post:hover{
    color: #1A3863;
}

 ul.parameter{
    display:flex;
    align-items: center;
    margin-bottom: 20px;
}
 ul.parameter li{
    margin-right: 15px;
    color: rgb(185, 178, 178);
    font-size: 12px;
}
 ul.parameter i.fa{
    padding-right: 5px;
}
/*.post-contents p{
    color: #a7a4a4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}*/
  .readmore{
    margin-top: 30px;
}
  .readmore a{
    padding: 12px 20px;
    color: #fff;
    background-color: #1A3863;
    text-decoration: none;
    border-radius:10px
}

/* Pani */
.panigation{
    display: flex;
    justify-content:center;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 0;
}
.panigation li{
    margin: 0 3px;
    list-style:none;
}
.panigation li a{
    padding: 5px 10px;
    border:1px solid #1A3863;
    text-decoration: none;
    color: #1A3863;
    border-radius: 5px;
}
.panigation li a:hover ,.panigation li a.active {
    background: #1A3863;
    color: #fff !important;
}


/* popular */

.list-popular{
    margin-top: 20px;
}
.popular__item{
    display: flex;
    margin-bottom: 20px;
}
.popular__item a{
    text-decoration: none;
}

.popular__img{
    width:30%;
    height: 100%;
    position: relative;
}
.popular__img:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    transition: all .3s;
}
.popular__img:hover:before{
    transform:scale(0);
}

.popular__img img{
    width:100%;
    object-fit: cover;
}
.popular__content{
    width:70%;
    padding-left: 15px;
}
.popular__content p{
    margin-bottom: 5px;
    color: #B9B2B2;
}
.popular__content span{
    margin-right: 5px;
}
.popular__content span i.fa{
    padding-right: 5px;
}

.popular__content h6 a{
    font-size: 14px;
    color: #000;
   font-weight: bold;
   -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

/* tag-popular */

.tag-popular{
    
}
.tag-popular ul{
    display: flex;
    flex-wrap: wrap;
}
.tag-popular ul li{
    margin-right: 5px;
    margin-bottom: 5px;
    list-style: none;
    display:inherit;
}
.tag-popular ul li a{
   padding: 8px 16px;
   background: #f8f8f8;;
   border-radius: 6px;
    text-decoration: none;
    font-size:12px;
    color: #b9b9b9;
}
.tag-popular ul li a:hover{
    background: #1A3863;
    color: #fff;
 }

 .post__tag ul{
     margin-left: 15px;
	 margin-bottom:0;
 }
/* End tag-popular */



/* Details */
.blogs-details{
    margin-top: 50px;
}
h2.title_big{
    text-align: center;
    font-size: 28px;
    color: #1A3863;
    font-weight: bold;
    margin-bottom: 20px;
}
.post__tag{
    display: flex;
    align-items: center;
    margin-top: 30px;
}

/*  related post*/
.related-post{
    width: 100%;
    margin-bottom: 50px;
}
.related__item{
    width: 100%;
    border:1px solid #ddd;
}
.related__item a{
    text-decoration: none;
} 

.related__img{
    width: 100%;
}

.related__img img{
    width: 100%;
	height:350px;
    object-fit: cover;
}

.related__body{
    width: 100%;
    padding: 20px 10px;

}
.related__body h4.title{
   font-size:18px;
   color: #1A3863;
   
}
.related__body p{
    color: #b9b9b9;;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    overflow: hidden;
 }

 #sliderRelated .owl-nav{
    position:absolute;
    bottom:-50px;
    right: 15px;
}
#sliderRelated .owl-nav .owl-prev,
#sliderRelated .owl-nav .owl-next{
   width:30px;
   height: 30px;
   background: #1A3863;
   color: #fff;
}

 

