.container_padding{
    padding: 15px;
}
.page-intro{
    margin-bottom: 20px;
    width: 100%;
    background: #fff;
    border: 10px solid #f1f1f1;
    padding: 15px;
    position: relative;
    display: none;
}

.page-intro.active{
    display: block;
}

/* .page-intro:before{
   content: '';
   position: absolute;
   top: 0px;
   left: 0px;
   right: 0px;
   bottom:0px;
   border:1px solid #ddd;
} */
.page-intro h3{
    font-size:20px;
    color: #1a3863;
    font-weight: bold;
}
.page-intro h5{
    font-size:16px;
    color: #1a3863;
    font-weight:600;
}

.page-intro .panigation{
    
}
.page-intro .panigation ul{
    display: flex;
    align-items: center;
    justify-content:flex-end;
}
.page-intro .panigation ul li a{
   
    padding: 6px 12px;
    border: 1px solid #ddd;
}
.page-intro .panigation ul li a:hover{
    background: rgba(222,222,222,.5);
}



.padding_15{
    padding-left: 15px;
}

.page-intro .box-img{
    width: 100%;
    margin-bottom: 30px;
}
.page-intro .box-img img{
    width: 100%;
    object-fit: cover;
}

.page-intro .box-intro{
    margin-bottom: 15px;
}
.page-intro .box-intro img{
    margin: 0 10px;
}
.page-intro .box-intro .media span{
    color: #000;
    font-weight: 600;
}

ul.list-partner{
    display: grid;
    grid-template-columns: repeat( 4 , minmax(auto, 1fr) );
    grid-gap: 30px;
    margin: 0 auto;
}
ul.list-partner li{
    width: 100%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    text-align: center;
}
ul.list-partner li img{
    height: 65px;
    object-fit: cover;
}

.div_item{
    margin-bottom: 20px;
}
.div_item ._img{
    width: 100%;
}
.div_item ._img img{
    width: 100%;
    object-fit: cover;
}
.div_item ._content p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}

.div_item a.title{
    font-size: 18px;
    text-decoration: none;
    color: #1a3863;
    font-weight: 400;
}

.box-rate .avater{
    width: 100px;
    border-radius: 50%;
    margin-right: 15px;
}

.box-rate .media-body{
   padding-left: 15px;
   border-left: 2px solid #eee;
}
.box-rate .media-body p.person{
    font-size: 85%;
    color:#777;
    padding-left: 20px;
    position: relative;
 }
 .box-rate .media-body p.person::before{
     content: '';
     position:absolute;
     top: 50%;
     left: 0;
     width: 15px;
     height: 1px;
     background: #777;
 }
 .readmore{
     text-decoration: none;
     padding:5px 10px;
     border: 1px solid;
 }
 .text-bold{
     font-weight:600;
     margin-bottom: 20px;
 }


 /* Start Edit */

 .intro-now{
     position: relative;
 }
 .left-category{
     width: 100%;
     box-sizing: border-box;
     position: sticky;
     top: 116px;
     left: 0;
     
 }
 
 .left-category > h5{
    font-size: 18px;
    width: 100%;
    padding: 7px 10px;
    background: #1a3863;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
}

.left-category ul{
    border:1px solid #ddd;
}
.left-category ul li{
    border-top:1px solid #ddd;
   
}


.left-category ul li a{
    display: block;
    padding: 8px 0 8px 10px;
    text-decoration: none;
    color: #1a3863;
    font-weight:600;
    position: relative;
}

.left-category ul li a.active:before,
.left-category ul li a:hover:before
{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width:2px;
    height: 100%;
    background: lime;
}
.left-category ul li a:hover{
    background: rgba(222,222,222,.5);
}
.left-category ul li a.active{
    background: rgba(222,222,222,.5);
}

 @media (max-width:992px){
    ul.list-partner {
        grid-template-columns: repeat( 2 , minmax(auto, 1fr) );
    }
 }

 
