body {
    background-color: #fff;
}

.article-wraper {
    padding-top: 20px;
    padding-bottom: 20px;
}

@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: 500;
}

.evo-article {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.evo-article_image,
.article-details {
    flex: 1 1 100%;
}

@media (min-width: 768px) {

    .evo-article_image,
    .article-details {
        flex: 1 1 50%;
    }
}

.evo-article_image img {
    max-width: 100%;
    height: auto;
    display: block;
}

.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: 100%;
        display: block;
    }
}

.evo-article__content_image img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.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: #00ABD6;
    color: #fff;
    border-color: #00ABD6;
}

.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;
    padding: 10px;
    color: #333;
    background-color: #fff;
    border: 1px dashed #eee;
}

@media (max-width: 767px) {
    .evo-article-toolbar {
        display: block;
        margin-bottom: 20px;
    }
}

.evo-article-toolbar .evo-article-toolbar-left .evo-article-toolbar-head {
    color: #00ABD6;
    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: #00ABD6;
    font-weight: 500;
}

.evo-article-toolbar .evo-article-toolbar-right a svg {
    color: #00ABD6;
    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-top: 0 !important;
    margin-bottom: 15px;
}

#article-comments .user-name-comment strong {
    font-weight: 500;
}

#article-comments button {
    padding-top: 0;
    padding-bottom: 0;
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    min-width: 250px;
}

.blog_related {
    margin-bottom: 15px;
    margin-top: 15px;
    background: #fefefe;
    border: 1px solid #00ABD6;
    border-radius: 4px;
    padding: 10px;
}

.blog_related h2 {
    color: #222;
    margin: 0;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 480px) {
    .blog_related h2 {
        font-size: 16px;
    }
}

.blog_related .blog_entry {
    margin-bottom: 7px;
}

@media (max-width: 767px) {
    .blog_related .blog_entry {
        margin-bottom: 7px;
    }
}

.blog_related .blog_entry h3 {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
}

@media (max-width: 767px) {
    .blog_related .blog_entry h3 {
        margin-top: 0;
    }
}

.blog_related .blog_entry h3 a {
    font-size: 14px;
    color: #135841;
}

.blog_related .blog_entry h3 a:hover,
.blog_related .blog_entry h3 a:focus {
    color: #00ABD6;
    text-decoration: none;
}

.blog_related .blog_entry h3 a:hover i,
.blog_related .blog_entry h3 a:focus i {
    color: #00ABD6;
}

@media (max-width: 991px) {
    .topfive {
        overflow-x: hidden;
    }
}

.topfive .topfive-title {
    font-weight: 600;
    font-size: 19px;
    color: #000;
    margin-top: 0;
    margin-bottom: 15px;
}

.topfive .evo-owl-product {
    margin-left: -5px;
    margin-right: -5px;
}

.topfive .evo-owl-product .slick-slide {
    margin: 10px;
}

@media (max-width: 767px) {
    .topfive .evo-owl-product .slick-slide {
        margin: 5px;
    }
}

.topfive .evo-owl-product .slick-slide:hover,
.topfive .evo-owl-product .slick-slide:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.topfive .evo-owl-product .slick-arrow {
    font-size: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    padding: 0;
    color: transparent;
    border: none;
    text-align: center;
    z-index: 2;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #fff;
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    line-height: 22px;
    border-radius: 50%;
    -webkit-transition: all 0.1s cubic-bezier(0.4, 0, 0.6, 1);
    transition: all 0.1s cubic-bezier(0.4, 0, 0.6, 1);
    outline: 0;
}

@media (max-width: 1024px) {
    .topfive .evo-owl-product .slick-arrow {
        display: none !important;
    }
}

.topfive .evo-owl-product .slick-arrow.slick-prev {
    left: -10px;
}

.topfive .evo-owl-product .slick-arrow.slick-prev:before {
    content: "";
    background-image: url(height:25px;width:25px;display:block;background-size:19px;background-position:center;background-repeat:no-repeat;-webkit-transition:all .1s cubic-bezier(.4,0,.6,1);
    transition: all 0.1s cubic-bezier(0.4, 0, 0.6, 1);
}

.topfive .evo-owl-product .slick-arrow.slick-next {
    right: -10px;
}

.topfive .evo-owl-product .slick-arrow.slick-next:before {
    content: "";
    background-image: url(height:25px;width:25px;display:block;background-size:19px;background-position:center;background-repeat:no-repeat;-webkit-transition:all .1s cubic-bezier(.4,0,.6,1);
    transition: all 0.1s cubic-bezier(0.4, 0, 0.6, 1);
}

.topfive .evo-owl-product .slick-dots {
    text-align: center;
}

.topfive .evo-owl-product .slick-dots li {
    display: inline-block;
}

.topfive .evo-owl-product .slick-dots li button {
    box-shadow: none;
    outline: 0;
    display: block;
    width: 6px;
    height: 6px;
    background: none;
    border-radius: 50%;
    border: 1px solid #222;
    padding: 0;
    font-size: 0;
}

.topfive .evo-owl-product .slick-dots li+li {
    margin-left: 5px;
}

.topfive .evo-owl-product .slick-dots li.slick-active button {
    transition: all 0.2s;
    width: 30px;
    border-radius: 3px;
    background: #222;
}

.topfive .evo-owl-product:hover .slick-arrow {
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    border-radius: 50%;
    background-color: #fff;
}

.topfive .evo-owl-product:hover .slick-arrow:before {
    height: 50px;
    width: 50px;
    background-size: 30px;
}

.topfive .evo-owl-product:hover .slick-arrow.slick-next {
    right: -20px;
}

.topfive .evo-owl-product:hover .slick-arrow.slick-prev {
    left: -20px;
}


.left-content .aside-category {
    border: none;
}

.left-content .aside-category .aside-title {
    border-bottom: none;
}

.article-details .group-share {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.article-details .group-share .list-social-title {
    font-family: 'Clash Display', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #2E2E2E;
    /* margin-bottom: 10px; */
}

.article-details .group-share .list-social {
    display: flex;
    align-items: center;
    gap: 10px;
}

.article-details .list-inline li {
    float: left;
    margin: 0;
}

.article-details .group-share .list-social .icon {
    vertical-align: middle;
    font-size: 33px;
    line-height: 25px;
    color: #00ABD6;
}