body {
    background: #fff
}
.article-wraper {
    margin-top: 40px;
    margin-bottom: 40px
}
@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }
    100% {
        background-position: 468px 0
    }
}
.animated-background {
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #F6F6F6;
    background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
    background-size: 700px 104px;
    position: relative
}
label {
    font-weight: 600
}
.evo-article .title-head {
    display: block;
    line-height: 1.3em;
    font-size: 40px;
    color: #000;
    font-weight: 600;
    margin: 0
}
@media (max-width: 767px) {
    .evo-article .title-head {
        font-size: 25px
    }
}
.evo-article .blog-item-author {
    font-size: 13px;
    color: #787878;
    margin-bottom: 5px;
    margin-top: 5px;
    text-transform: uppercase
}
.evo-article .blog-item-author span + span:before {
    content: ".";
    font-size: 28px;
    line-height: 0;
    margin: 0 5px
}
.evo-article .article-details {
    margin-top: 10px
}
.evo-article .article-details p {
    word-wrap: break-word
}
@media (max-width: 767px) {
    .evo-article .article-details {
        margin-top: 10px
    }
}
.evo-article .article-details h2 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 5px
}
.evo-article .article-details h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 10px
}
.evo-article .article-details a {
    color: #c1582a
}
.evo-article .article-details a:hover,
.evo-article .article-details a:focus {
    color: #1c1c1c;
    font-weight: 500
}
.evo-article .article-details img {
    max-width: 100%;
    height: auto !important;
    margin-left: auto;
    margin-right: auto
}
@media (min-width: 768px) {
    .evo-article .article-details img {
        max-width: 600px;
        display: block
    }
}
.evo-article .article-details .evo-owl-product img {
    max-width: 100% !important;
    width: auto !important;
    margin: auto !important
}
.evo-article .article-details iframe {
    max-width: 100% !important
}
.article-summary {
    font-size: 15px;
    max-width: 700px;
    margin: 20px auto;
    font-style: italic;
    color: #333;
    text-align: justify
}
.tag_article .inline {
    font-weight: 500;
    font-size: 15px
}
@media (max-width: 480px) {
    .tag_article .inline {
        display: block !important;
        font-size: 14px;
        margin-bottom: 3px
    }
}
.tag_article a {
    background: #fff;
    color: #777;
    display: inline-block;
    height: 30px;
    line-height: 28px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    border: 1px dashed #eee
}
.tag_article a:hover {
    background-color: #c1582a;
    color: #fff;
    border-color: #c1582a
}
.evo-article-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #000;
    background-color: #fff
}
@media (max-width: 767px) {
    .evo-article-toolbar {
        display: block;
        margin-bottom: 10px
    }
}
.evo-article-toolbar .evo-article-toolbar-left .evo-article-toolbar-head {
    color: #c1582a;
    font-weight: 500;
    display: inline-block;
    float: left;
    margin-right: 5px
}
@media (max-width: 767px) {
    .evo-article-toolbar .evo-article-toolbar-left .evo-article-toolbar-head {
        width: 100%;
        margin-right: 0
    }
}
.evo-article-toolbar .evo-article-toolbar-left .evo-article-toolbar-title {
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    float: left
}
@media (max-width: 1024px) {
    .evo-article-toolbar .evo-article-toolbar-left .evo-article-toolbar-title {
        max-width: 300px
    }
}
@media (max-width: 991px) {
    .evo-article-toolbar .evo-article-toolbar-left .evo-article-toolbar-title {
        max-width: 300px
    }
}
@media (max-width: 767px) {
    .evo-article-toolbar .evo-article-toolbar-left .evo-article-toolbar-title {
        max-width: unset;
        width: 100%
    }
}
@media (max-width: 767px) {
    .evo-article-toolbar .evo-article-toolbar-left {
        width: 100%
    }
}
@media (max-width: 767px) {
    .evo-article-toolbar .evo-article-toolbar-right {
        width: 100%;
        text-align: center;
        margin-top: 10px
    }
}
.evo-article-toolbar .evo-article-toolbar-right a {
    font-size: 12px;
    letter-spacing: 2px;
    color: #c1582a;
    font-weight: 500
}
.evo-article-toolbar .evo-article-toolbar-right a svg {
    color: #c1582a;
    vertical-align: -2px;
    height: 12px
}
.evo-article-toolbar .evo-article-toolbar-right a:first-child svg {
    margin-right: 6px
}
.evo-article-toolbar .evo-article-toolbar-right a:last-child {
    margin-left: 15px
}
.evo-article-toolbar .evo-article-toolbar-right a:last-child svg {
    margin-left: 6px
}
.evo-article-toolbar .evo-article-toolbar-right a:hover {
    color: #333
}
.evo-article-toolbar .evo-article-toolbar-right a:hover svg {
    color: #333
}
.evo-article-toolbar .evo-article-toolbar-right .separator {
    display: inline-block;
    position: relative;
    content: '';
    width: 1px;
    height: 12px;
    margin: 0 18px;
    background: rgba(255, 255, 255, 0.8);
    vertical-align: middle
}
#article_comments {
    margin-bottom: 0
}
#article_comments .title-form-coment {
    padding: 10px 0;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 600;
    color: #000
}
@media (max-width: 767px) {
    #article_comments .title-form-coment {
        font-size: 20px
    }
}
#article-commentsa {
    margin-top: 0 !important;
    margin-bottom: 15px
}
#article-commentsa .user-name-comment strong {
    font-weight: 500
}
#article-commentsa button {
    padding-top: 0;
    padding-bottom: 0;
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    min-width: 250px
}
#article-commentsa {
    margin-top: 30px
}
#article-commentsa .article-comment {
    margin-bottom: 10px
}
#article-commentsa .article-comment-user-image {
    margin: 0;
    float: left;
    width: 50px;
    margin-right: 12px
}
#article-commentsa .article-comment-user-comment {
    padding-left: 63px;
    font-size: em(14px)
}
#article-commentsa .user-name-comment {
    margin: 0;
    color: #c1582a;
    font-size: 15px;
    line-height: 1
}
#article-commentsa .article-comment-date-bull {
    padding: 5px 0;
    display: block;
    color: #acacac;
    font-size: 12px
}
.blog_related {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb
}
.blog_related .title {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 600;
    color: #000
}
@media (max-width: 767px) {
    .blog_related .title {
        font-size: 20px
    }
}
.blog_related .news-hor__item {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 15px
}
.blog_related .news-hor__item .news-hor__item__img {
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    margin-right: 10px
}
.blog_related .news-hor__item .news-hor__item__info {
    -ms-flex: 1;
    flex: 1
}
.blog_related .news-hor__item .news-hor__item__info .news-hor__item__title {
    font-size: 14px;
    line-height: 19px;
    max-height: 60px;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #000;
    font-weight: 600
}
.blog_related .news-hor__item .news-hor__item__info .news-hor__item__title:hover,
.blog_related .news-hor__item .news-hor__item__info .news-hor__item__title:focus {
    color: #c1582a
}
.blog_related .news-hor__item .news-hor__item__info .news-hor__item__time {
    font-size: 13px;
    color: #9b9b9b;
    margin-bottom: 0
}