#star img {
    vertical-align: middle;
    float: left;
    margin: 0 5px 0 0;
}

.text-justify {
    text-align: justify;
}

.shareMXH {
    color: var(--blue-color);
    margin: 10px 0;
    user-select: none;
}

.shareMXH .iconMXH {
    font-size: 20px;
    margin: 0 5px;
}

.shareMXH .iconMXH a {
    color: #286ec3;
    text-decoration: none;
    margin: 0 10px;
}


.box_author {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background-color: #cfd7a347;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 18px;
    font-size: 16px;
    line-height: 28px;
}

.box_author_left {
    max-width: 150px;
}

.box_author_right {
    margin: auto 30px;
    width: 72%;
    text-align: justify;
}

.box_author_left img {
    width: 139px;
    border-radius: 50%;
}

.box_author_title {
    font-size: 18px;
}

aside {
    display: block;
}

.aside {
    width: 100%;
    float: left;
    margin: 0 0 15px;
    border: 1px solid #eaa63652;
    background: var(--light);
    border-radius: 4px;
    overflow: hidden;
}

.aside h5 {
    font-size: 13px;
    color: #fff;
    display: block;
    padding: 14px 5%;
    background-color: var(--blue-color);
    text-transform: uppercase;
    position: relative;
}

.aside h5:before {
    content: "";
    width: 50px;
    text-align: center;
    position: absolute;
    right: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.aside h3 {
    font-size: 13px;
    color: #fff;
    display: block;
    padding: 14px 5%;
    background-color: var(--blue-color);
    text-transform: uppercase;
    position: relative;
}

.aside h3:before {
    content: "";
    width: 50px;
    text-align: center;
    position: absolute;
    right: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.aside p {
    font-size: 16px;
    color: var(--text-color);
    display: block;
    padding: 14px 5%;
    background-color: var(--primary);
    text-transform: uppercase;
    position: relative;
    font-style: 600;
}

.aside p:before {
    content: "";
    width: 50px;
    text-align: center;
    position: absolute;
    right: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.aside li {
    width: 100%;
    clear: both;
    list-style: none;
}

.aside li a {
    display: block;
    color: var(--text-color);
    padding: 5px 0;
    line-height: 22px;
    font-size: 15px;
}

.aside li a:hover {
    color: var(--primary);
    text-decoration: none;
}

.aside span {
    color: #0283df;
}

.aside li a.new-project {
    display: block;
    line-height: initial;
    color: #666;
    padding: 8px 5% 8px 36px;
    border-top: 1px solid #ddd;
    background: url(../images/new.gif) no-repeat left center;
}

.colunm_blog {
    width: 24%;
    float: right;
    margin: 10px 0 0;
    position: relative;
}