.input_blog {
    padding: 0 3%;
    position: relative;
    -ms-overflow-style: none;
}
.input_blog::-webkit-scrollbar {
    display: none;
}
.input_blog.closed {
    position: relative;
}
.input_blog.open {
    overflow: auto;
}

.GET_date {
    font-family: 'Poppins', sans-serif;
    color: #7d7d7d;
    opacity: 0.7;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 20px;
    
    -webkit-transition: margin-bottom 0.5s ease;
    transition: margin-bottom 0.5s ease;
}

f1.blog {
    font-family: 'Poppins', sans-serif;
    color: #7a7a7a;
    font-size: 15px;
    font-weight: 300;
    display: inline-block;
    line-height: 25px;
    
    height: 100%;
    overflow: hidden;
    width: 90%;   
    display: -webkit-box;
/*    -webkit-line-clamp: 3;*/
    -webkit-box-orient: vertical;  
    
    transition: 0.5s ease;
}

f1.blog.closed {
    height: 100%;
    position: absolute;
    overflow: hidden;
    width: 90%;   
    display: -webkit-box;
/*    -webkit-line-clamp: 3;*/
    -webkit-box-orient: vertical;  
}
f1.blog.open {
    position: relative;
    height: auto;
    transition: 0.5s ease;
}

h4.blog {
    font-family: 'Poppins', sans-serif;
    color: black;
    opacity: 0.8;
    font-weight: 400;
    font-size: 20px;
    
    -webkit-transition: font-size 0.5s ease;
    transition: font-size 0.5s ease;
}

.con-tag {
    font-family: 'Poppins', sans-serif;
    color: #0073a2;
    font-size: 12px;
    border: 1px solid #0073a2;
    padding: 2px 10px;
    display: inline-block;
    position: relative;
    left: 3%;
	visibility: hidden;
}
@media (max-width: 575.98px) {
    .con-tag {
        left: 0;
    }
}

.input_tags.outside {
/*    padding: 2% 0;*/
    text-align: left;
}
@media(max-width: 575.98px) {
    .input_tags.outside {
        text-align: center;
    }
}
.input_tags.inside {
    display: none;
    padding: 5% 0 0 0;
    position: relative;
    left: -3%;
    text-align: left;
}
@media (max-width: 575.98px) {
    .input_tags.inside {
        left: 0;
        text-align: center;
    }
}

.topnav .search-container button {
  float: right;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.topnav .search-container button:hover {
  background: #ccc;
}
.search-container {
    position: relative;
    width: 80%;
    left: 10%;
    margin-top: 30px;
    background: #f7f7f7;
}

button.search-icon {
    position: absolute;
    top: 0;
    height: 100%;
    right: 5%;
    border: 0;
    top: 0;
    background: transparent;
    padding: 0;
    margin: 0;
}
img.search-icon {
    position: absolute;
    height: 46%;
    top: 27%;
    right: 0;
}

.cats_li {
    list-style: none;
    margin-top: 30px;
    padding: 0 10%;
}

.li-header {
    font-family: 'Poppins', sans-serif;
    color: #0073a2;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 400;
}

.list-group-item.cat_blog {
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 0;
    cursor: pointer;
    position: relative;
}



.nolink {
    text-decoration: none;
    color: #585858;
}
.nolink:hover {
    text-decoration: none;
    color: #585858;
}


.read_more, .read_less {
    font-family: 'Poppins',sans-serif;
    color: #0073a2;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
    margin-top: 10px;
    position: relative;
    left: 3%;
    display: none;
    padding: 2% 0 3% 0;
}

.read_less {
    display: block;
}
.read_more:hover, .read_less {
    text-decoration: underline;
}

@media (max-width: 575.98px) {
    .read_more, .read_less {
        background: #0073a2;
        width: auto;
        left: 0;
        margin-bottom: 10px;
        color: white;
        border-radius: 5px;
        padding: 10px 30px;
    }
    .read_less, .read_more:hover {
        display: inline-block;
        text-decoration: none;
    }
}

.scroll_bg_txt.blog {
    position: absolute;
    height: 100%;
    left: calc(100% - 6px);
    background: #99c7da;
    display: none;
    top: 0;
}
.scroll_bg_txt.blog:hover {
    width: 12px;
    left: calc(100% - 12px);
}

.blog_header {
    padding: 3%;
    
    -webkit-transition: padding 0.5s ease;
    transition: padding 0.5s ease;
    
}
.overlay.blog {
    background: transparent;
    opacity: 1;  
    box-shadow: inset 0px -100px 50px -50px white; 
    display: none;
}

.col-input {
    height: 100%;
}

input.search {
    border: 0;
    background: transparent;
    padding: 10px 15px;
    color: white;
    font-style: normal;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    background: #0073a2;
}
input.search::placeholder, input.search::-webkit-input-placeholder, input.search:-moz-placeholder, input.search:-ms-input-placeholder  {
    color: white;
}


.row-blog, .col-input, f1.blog, .con-blog {
	transition: 0.5s ease;
}
