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 .evo-image-pro img:not(.loaded),
.topfive .evo-owl-product .evo-product-block-item .thumbs-list .thumbs-list-item 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
}
.blog-sidebar .aside-title {
    margin: 0 0 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1d1d1d;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: .12em
}
.blog-sidebar .nav-category .nav-item {
    position: relative;
    clear: left
}
.blog-sidebar .nav-category .nav-item a {
    font-size: 14px;
    padding-left: 0px;
    padding-right: 25px;
    color: #303846;
    white-space: normal;
    position: relative;
    display: table;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px
}
.blog-sidebar .nav-category .nav-item a:hover,
.blog-sidebar .nav-category .nav-item a:focus {
    color: #ec4f21;
    background-color: transparent
}
.blog-sidebar .nav-category .nav-item a i.fa-caret-right {
    display: table-cell;
    width: 10px !important
}
.blog-sidebar .nav-category .nav-item .Collapsible__Plus {
    position: absolute;
    right: 7px;
    top: calc(50% - (20px / 2));
    width: 20px;
    height: 20px
}
.blog-sidebar .nav-category .nav-item .Collapsible__Plus::before,
.blog-sidebar .nav-category .nav-item .Collapsible__Plus::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
    background-color: currentColor;
    -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out
}
.blog-sidebar .nav-category .nav-item .Collapsible__Plus::before {
    width: 11px;
    height: 1px;
    opacity: 1
}
.blog-sidebar .nav-category .nav-item .Collapsible__Plus::after {
    width: 1px;
    height: 11px
}
.blog-sidebar .nav-category .nav-item.active > .Collapsible__Plus::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg)
}
.blog-sidebar .nav-category .nav-item.active > .Collapsible__Plus::before {
    opacity: 0
}
.blog-sidebar .nav-category .nav-item.active > .dropdown-menu {
    display: block
}
.blog-sidebar .nav-category .nav-item .dropdown-menu {
    margin: 0;
    padding: 0;
    -webkit-transition: left 0.3s ease 0s, opacity 0.3s;
    transition: left 0.3s ease 0s, opacity 0.3s;
    position: static;
    width: 100%;
    border: 0;
    padding-left: 5px;
    box-shadow: none
}
.blog-sidebar .nav-category .nav-item .dropdown-menu .nav-item a {
    padding: 5px 10px;
    padding-right: 25px
}
.blog-sidebar .nav-category .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a {
    padding: 5px 20px
}
.blog-sidebar .nav-category .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a {
    padding: 5px 30px
}
.blog-sidebar .has-post-thumbnail {
    margin: 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.blog-sidebar .has-post-thumbnail .qodef-e-media-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 80px;
    margin: 0 10px 0 0
}
.blog-sidebar .has-post-thumbnail .qodef-e-content {
    line-height: 1.3
}
.blog-sidebar .has-post-thumbnail .qodef-e-content a {
    color: #1d1d1d;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500
}
.blog-sidebar .has-post-thumbnail .qodef-e-content a:hover,
.blog-sidebar .has-post-thumbnail .qodef-e-content a:focus {
    color: #ec4f21
}
.evo-article .title-head {
    display: block;
    line-height: 1.3em;
    font-size: 25px;
    color: #000;
    font-weight: 600;
    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: 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: #ec4f21
}
.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: #ec4f21;
    color: #fff;
    border-color: #ec4f21
}
.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: #ec4f21;
    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: #ec4f21;
    font-weight: 500
}
.evo-article-toolbar .evo-article-toolbar-right a svg {
    color: #ec4f21;
    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 #ec4f21;
    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: #ec4f21;
    text-decoration: none
}
.blog_related .blog_entry h3 a:hover i,
.blog_related .blog_entry h3 a:focus i {
    color: #ec4f21
}
@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(//bizweb.dktcdn.net/100/396/362/themes/777022/assets/back.svg?1629467502394);
    height: 25px;
    width: 25px;
    display: block;
    background-size: 19px;
    background-position: center;
    background-repeat: no-repeat;
    -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)
}
.topfive .evo-owl-product .slick-arrow.slick-next {
    right: -10px
}
.topfive .evo-owl-product .slick-arrow.slick-next:before {
    content: "";
    background-image: url(//bizweb.dktcdn.net/100/396/362/themes/777022/assets/right-arrow.svg?1629467502394);
    height: 25px;
    width: 25px;
    display: block;
    background-size: 19px;
    background-position: center;
    background-repeat: no-repeat;
    -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)
}
.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 .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
}
.topfive .evo-owl-product .evo-product-block-item .evo-image-pro {
    height: 228px
}
@media (max-width: 1024px) {
    .topfive .evo-owl-product .evo-product-block-item .evo-image-pro {
        height: 188px
    }
}
@media (max-width: 991px) {
    .topfive .evo-owl-product .evo-product-block-item .evo-image-pro {
        height: 215px
    }
}
@media (max-width: 767px) {
    .topfive .evo-owl-product .evo-product-block-item .evo-image-pro {
        height: 165px
    }
}
@media (max-width: 668px) {
    .topfive .evo-owl-product .evo-product-block-item .evo-image-pro {
        height: 165px
    }
}
@media (max-width: 569px) {
    .topfive .evo-owl-product .evo-product-block-item .evo-image-pro {
        height: 174px
    }
}
@media (max-width: 480px) {
    .topfive .evo-owl-product .evo-product-block-item .evo-image-pro {
        height: 193px
    }
}
@media (max-width: 376px) {
    .topfive .evo-owl-product .evo-product-block-item .evo-image-pro {
        height: 174px
    }
}
@media (max-width: 321px) {
    .topfive .evo-owl-product .evo-product-block-item .evo-image-pro {
        height: 146px
    }
}
.topfive .evo-owl-product .evo-product-block-item .evo-image-pro 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 .evo-image-pro img:not(.loaded) {
    width: 100% !important;
    height: 100% !important;
    opacity: 0.2
}
.topfive .evo-owl-product .evo-product-block-item .thumbs-list .thumbs-list-item {
    position: relative;
    height: 55px
}
@media (max-width: 1024px) {
    .topfive .evo-owl-product .evo-product-block-item .thumbs-list .thumbs-list-item {
        height: 45px
    }
}
@media (max-width: 991px) {
    .topfive .evo-owl-product .evo-product-block-item .thumbs-list .thumbs-list-item {
        height: 51px
    }
}
@media (max-width: 767px) {
    .topfive .evo-owl-product .evo-product-block-item .thumbs-list .thumbs-list-item {
        height: 40px
    }
}
@media (max-width: 668px) {
    .topfive .evo-owl-product .evo-product-block-item .thumbs-list .thumbs-list-item {
        height: 40px
    }
}
@media (max-width: 569px) {
    .topfive .evo-owl-product .evo-product-block-item .thumbs-list .thumbs-list-item {
        height: 42px
    }
}
@media (max-width: 480px) {
    .topfive .evo-owl-product .evo-product-block-item .thumbs-list .thumbs-list-item {
        height: 47px
    }
}
@media (max-width: 376px) {
    .topfive .evo-owl-product .evo-product-block-item .thumbs-list .thumbs-list-item {
        height: 42px
    }
}
@media (max-width: 321px) {
    .topfive .evo-owl-product .evo-product-block-item .thumbs-list .thumbs-list-item {
        height: 35px
    }
}
.topfive .evo-owl-product .evo-product-block-item .thumbs-list .thumbs-list-item 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 .thumbs-list .thumbs-list-item img:not(.loaded) {
    width: 100% !important;
    height: 100% !important;
    opacity: 0.2
}
.topfive .evo-owl-product .evo-product-block-item a.title {
    color: #000
}
.topfive .evo-owl-product .evo-product-block-item a.title:hover,
.topfive .evo-owl-product .evo-product-block-item a.title:focus {
    color: #ec4f21
}