* {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    ;
}

.title_blogs h1 {
    display: block;
    color: #222;
    margin: 10px 0 10px 0;
    text-transform: uppercase;
    font-size: 24px;
}

.share__list {
    padding: 0;
    display: flex;
    justify-content: center;
    list-style-type: none;
}

.share__list li a {
    display: inline-block;
    border-radius: 3px;
    padding: 3px 8px;
    text-decoration: none;
    /* border: 1px solid #2a5f87; */
    /* color: #2a5f87; */
}

.share_text {
    margin-right: 10px!important;
    font-size: 20px;
}

.share__list li {
    margin-right: 5px
}

.share__facebook:hover a {
    color: #fff;
    background: #2a5f87;
}

.share__facebook a {
    border: 1px solid #2a5f87;
    color: #2a5f87;
}

.share__twitter a {
    border: 1px solid #00c3f3;
    color: #00c3f3;
}

.share__twitter:hover a {
    color: #fff;
    background: #00c3f3;
}

.share__pinterest a {
    border: 1px solid #ca212a;
    color: #ca212a;
}

.share__pinterest:hover a {
    color: #fff;
    background: #ca212a;
}


/* style css plan */

.plan {
    margin: 30px 0;
}

.plan__main-text {
    padding: 39px 0;
    display: flex;
    justify-content: center;
    background-image: url(../images/blog-iLOTUS_detailposts.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.care__news button {
    color: #ffffff;
	margin-top:10px;
}

.btn {
    border: 1px solid #0063C0;
    background-color: #0063C0;
}

.btn:hover {
    background-color: #CDA11A;
    border: 1px solid #CDA11A;
}


/* style css comment */

.author_ac {
    border: 1px solid #d6d6d6;
    padding: 10px;
    padding-top: 25px;
}

.avatar_au {
    display: flex;
    align-items: center;
}

.avatar_au img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
}

.soci_auther {
    margin: 0 0 0 15px;
}

.author__story {
    width: 90%;
    margin-top: 30px;
    font-size: 16px;
    padding: 10px;
    margin: 15px 0;
}


/* style css list posts */

.main__posts {
    margin: 50px 0 0 0;
}

.posts__text-title {
    font-size: 25px;
    text-align: center;
    margin: 10px 0;
}

.posts__text {
    text-transform: uppercase;
}

.item__img {
    height: 150px;
    position: relative;
}

.item__img-link {
    height: inherit;
}

.item__img-link img {
    height: inherit;
}

.item__img-card-blog {
    position: absolute;
    top: 92%;
    left: 50%;
    transform: translateX(-50%);
}

.card-blog__text {
    background: #CDA11A;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    padding: 0 5px;
}

.item__text-title {
    margin: 20px 0 10px 0;
    font-size: 18px;
}

.item__text-author {
    display: flex;
    align-items: center;
}

.item__text-author img {
    width: 32px;
    height: 32px;
    border-radius: 100%;
}

.text-author__name {
    color: #CDA11A;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 10px;
}


/* style css column right */

.right__top-img {
    position: relative;
}

.top-img__text {
    width: 80%;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
}

.top-img__text p {
    text-align: center;
    color: #ffffff;
    margin: 0 0 10px 0;
}

.right__top-img {
    margin-bottom: 20px;
}

.top-img__link img {
    height: 161px;
}

.search-posts__input {
    padding: 5px;
    display: flex;
    align-items: center;
}

.input__search {
    border: none;
    width: 100%;
    outline: none;
}

.search-posts__input {
    border: 1px solid;
}

.search-posts__title {
    padding-left: 10px;
    border-left: 2px solid #CDA11A;
}

.search-posts__input i {
    font-size: 15px;
    color: #ffffff;
    padding: 10px;
    background-color: #CDA11A;
    border-radius: 10px
}

.right__search-posts {
    margin-bottom: 20px;
}

.tabs {
    border: 1px solid rgb(190, 189, 189);
}

.tabs__text-title {
    /* white-space: wrap; */
    text-overflow: ellipsis;
    overflow: hidden;
    height: 60px;
    text-transform: uppercase;
}

.tag-date {
    display: flex;
    align-items: center;
}

.tabs__img,
.tabs__text {
    padding: 5px 10px;
    width: 50%;
}

.tabs__text {
    font-size: 14px;
}

.tabs__img-link img {
    height: 100%;
}


/* style css free */

.main__free {
    margin: 25px 0 0 0;
}

.main__care {
    margin: 25px 0 0 0;
}

.care__title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    border-left: 2px solid #CDA11A;
    padding-left: 10px;
}