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, .topfive .evo-owl-product .evo-product-block-item .box-image img:not(.loaded) {
    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
}

#article_comments {
    margin-bottom: 15px
}

.evo-article .title-head {
    display: block;
    line-height: 1.3em;
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin: 0
}

@media (max-width: 767px) {
    .evo-article .title-head {
        font-size: 22px
    }
}

.evo-article .blog-item-author {
    font-size: 13px;
    color: #999;
    margin-bottom: 5px;
    margin-top: 5px
}

.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: 500;
    margin-top: 5px
}

.evo-article .article-details h3 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 10px
}

.evo-article .article-details a {
    color: #f26e21
}

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

.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: #f26e21;
    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: 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: #f26e21;
    font-weight: 500
}

.evo-article-toolbar .evo-article-toolbar-right a svg {
    color: #f26e21;
    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
}

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

#article_comments button {
    padding-top: 0;
    padding-bottom: 0
}

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

.blog_related h2 {
    color: #222;
    margin: 0;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 500;
    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: #f26e21;
    text-decoration: none
}

.blog_related .blog_entry h3 a:hover i, .blog_related .blog_entry h3 a:focus i {
    color: #f26e21
}

.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: 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;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    line-height: 30px;
    text-align: center;
    z-index: 2
}

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

.topfive .evo-owl-product .slick-arrow.slick-prev {
    left: -35px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px)
}

.topfive .evo-owl-product .slick-arrow.slick-prev:before {
    content: "";
    background-image: url(https://img.htvietnam.vn/layouts/layout193/back.svg);
    height: 30px;
    width: 30px;
    display: block
}

.topfive .evo-owl-product .slick-arrow.slick-next {
    right: -35px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translateX(30px);
    transform: translateX(30px)
}

.topfive .evo-owl-product .slick-arrow.slick-next:before {
    content: "";
    background-image: url(https://img.htvietnam.vn/layouts/layout193/right-arrow.svg);
    height: 30px;
    width: 30px;
    display: block
}

.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 {
    border-radius: 0;
    height: 10px;
    width: 10px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    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 {
    border-color: #f26e21;
    background-color: #f26e21;
    border-radius: 0;
    width: 10px
}

.topfive .evo-owl-product:hover .slick-arrow.slick-next {
    right: -15px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.topfive .evo-owl-product:hover .slick-arrow.slick-prev {
    left: -15px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.topfive .evo-owl-product .evo-product-block-item .box-image {
    height: 337px
}

@media (max-width: 1024px) {
    .topfive .evo-owl-product .evo-product-block-item .box-image {
        height: 282px
    }
}

@media (max-width: 991px) {
    .topfive .evo-owl-product .evo-product-block-item .box-image {
        height: 281px
    }
}

@media (max-width: 767px) {
    .topfive .evo-owl-product .evo-product-block-item .box-image {
        height: 207px
    }
}

@media (max-width: 668px) {
    .topfive .evo-owl-product .evo-product-block-item .box-image {
        height: 207px
    }
}

@media (max-width: 569px) {
    .topfive .evo-owl-product .evo-product-block-item .box-image {
        height: 218px
    }
}

@media (max-width: 480px) {
    .topfive .evo-owl-product .evo-product-block-item .box-image {
        height: 241px
    }
}

@media (max-width: 376px) {
    .topfive .evo-owl-product .evo-product-block-item .box-image {
        height: 218px
    }
}

@media (max-width: 321px) {
    .topfive .evo-owl-product .evo-product-block-item .box-image {
        height: 183px
    }
}

.topfive .evo-owl-product .evo-product-block-item .box-image img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.topfive .evo-owl-product .evo-product-block-item .box-image img:not(.loaded) {
    width: 100% !important;
    height: 100% !important;
    opacity: 0.2
}
