body {
    background-color: #f3f5f7
}

    body.modal-open {
        padding-right: 0 !important
    }

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

.animated-background, .section_search_feature a img:not(.loaded), .section_sport .sport-bg .sport-border .evo-block-product-sport .evo-product-block-item .product-item-photo img:not(.loaded), .index-margin-top .evo-index-product-contain .evo-product-block-item .product-item-photo img:not(.loaded), .index-margin-top .index-banner-top .single_image_effect img:not(.loaded), .section_blogs .index-big-news .zone-youtube img:not(.loaded), .section_blogs .index-small-news a .zone-news img:not(.loaded), .section_blogs .index-promotion-news-block .index-promotion-news .index-list .item .thumb 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
}

.home-slider .slick-slide {
    margin: 5px
}

    .home-slider .slick-slide:hover, .home-slider .slick-slide:focus {
        outline: none;
        box-shadow: none;
        border: none
    }

.home-slider .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: 1024px) {
    .home-slider .slick-arrow {
        display: none !important
    }
}

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

    .home-slider .slick-arrow.slick-prev:before {
        content: "";
        background-image: url(/Content/images/back.svg);
        height: 30px;
        width: 30px;
        display: block
    }

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

    .home-slider .slick-arrow.slick-next:before {
        content: "";
        background-image: url(/Content/images/right-arrow.svg);
        height: 30px;
        width: 30px;
        display: block
    }

.home-slider .slick-dots {
    text-align: center
}

    .home-slider .slick-dots li {
        display: inline-block
    }

        .home-slider .slick-dots li button {
            border-radius: 0;
            height: 5px;
            width: 20px;
            border: none;
            background-color: #e5e5e5;
            padding: 0;
            font-size: 0;
            border-radius: 4px
        }

        .home-slider .slick-dots li + li {
            margin-left: 5px
        }

        .home-slider .slick-dots li.slick-active button {
            border-color: #4a90e2;
            background-color: #4a90e2;
            border-radius: 4px;
            width: 20px
        }

.home-slider:hover .slick-arrow.slick-next {
    right: -15px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.home-slider:hover .slick-arrow.slick-prev {
    left: -15px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.home-slider .slick-slide {
    margin: 0
}

.home-slider .slick-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    border-radius: 15px;
    height: 24px;
    align-items: center;
    display: flex !important;
    justify-content: center
}

    .home-slider .slick-dots li button {
        border-radius: 5px;
        height: 5px;
        width: 20px;
        border: none;
        background-color: #fff
    }

    .home-slider .slick-dots li.slick-active button {
        background-color: #4a90e2;
        border-radius: 5px;
        width: 20px
    }

.section_search_feature {
    padding-top: 15px
}

@media (max-width: 569px) {
    .section_search_feature {
        padding-top: 7px
    }
}

.section_search_feature a {
    position: relative;
    display: block;
    height: 205px
}

@media (max-width: 1024px) {
    .section_search_feature a {
        height: 171px
    }
}

@media (max-width: 991px) {
    .section_search_feature a {
        height: 127px
    }
}

@media (max-width: 767px) {
    .section_search_feature a {
        height: 95px
    }
}

@media (max-width: 668px) {
    .section_search_feature a {
        height: 95px
    }
}

@media (max-width: 569px) {
    .section_search_feature a {
        height: 100px
    }
}

@media (max-width: 480px) {
    .section_search_feature a {
        height: 73px
    }
}

@media (max-width: 376px) {
    .section_search_feature a {
        height: 66px
    }
}

@media (max-width: 321px) {
    .section_search_feature a {
        height: 56px
    }
}

.section_search_feature a img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

    .section_search_feature a img:not(.loaded) {
        width: 100% !important;
        height: 100% !important;
        opacity: 0.2
    }

.section_search_feature a:hover img {
    opacity: 0.8
}

.section_three_banner {
    padding-top: 15px
}

@media (max-width: 569px) {
    .section_three_banner {
        padding-top: 7px
    }
}

.section_three_banner .slide-collection {
    margin-left: -5px;
    margin-right: -5px
}

    .section_three_banner .slide-collection .slick-slide {
        margin: 5px
    }

        .section_three_banner .slide-collection .slick-slide:hover, .section_three_banner .slide-collection .slick-slide:focus {
            outline: none;
            box-shadow: none;
            border: none
        }

    .section_three_banner .slide-collection .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: 1024px) {
    .section_three_banner .slide-collection .slick-arrow {
        display: none !important
    }
}

.section_three_banner .slide-collection .slick-arrow.slick-prev {
    left: -35px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px)
}

    .section_three_banner .slide-collection .slick-arrow.slick-prev:before {
        content: "";
        background-image: url(//bizweb.dktcdn.net/100/378/751/themes/759146/assets/back.svg?1627725064117);
        height: 30px;
        width: 30px;
        display: block
    }

.section_three_banner .slide-collection .slick-arrow.slick-next {
    right: -35px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translateX(30px);
    transform: translateX(30px)
}

    .section_three_banner .slide-collection .slick-arrow.slick-next:before {
        content: "";
        background-image: url(//bizweb.dktcdn.net/100/378/751/themes/759146/assets/right-arrow.svg?1627725064117);
        height: 30px;
        width: 30px;
        display: block
    }

.section_three_banner .slide-collection .slick-dots {
    text-align: center
}

    .section_three_banner .slide-collection .slick-dots li {
        display: inline-block
    }

        .section_three_banner .slide-collection .slick-dots li button {
            border-radius: 0;
            height: 5px;
            width: 20px;
            border: none;
            background-color: #e5e5e5;
            padding: 0;
            font-size: 0;
            border-radius: 4px
        }

        .section_three_banner .slide-collection .slick-dots li + li {
            margin-left: 5px
        }

        .section_three_banner .slide-collection .slick-dots li.slick-active button {
            border-color: #4a90e2;
            background-color: #4a90e2;
            border-radius: 4px;
            width: 20px
        }

.section_three_banner .slide-collection:hover .slick-arrow.slick-next {
    right: -15px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.section_three_banner .slide-collection:hover .slick-arrow.slick-prev {
    left: -15px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.section_three_banner .slide-collection .slick-slide {
    margin: 0 5px
}

    .section_three_banner .slide-collection .slick-slide img:hover {
        opacity: 0.9 !important
    }

.section_sport {
    padding-top: 15px
}

@media (max-width: 569px) {
    .section_sport {
        padding-top: 7px
    }
}

.section_sport .sport-bg {
    background-color: #fff;
    border-radius: 5px;
    border: 3px solid #e01010
}

    .section_sport .sport-bg .sport-title {
        background-color: #e01010;
        text-align: left;
        padding: 7px 10px;
        position: relative
    }

@media (max-width: 480px) {
    .section_sport .sport-bg .sport-title {
        text-align: center
    }
}

.section_sport .sport-bg .sport-title:before {
    content: "";
    background: url(/Content/images/sport_title.png) no-repeat;
    background-size: cover;
    width: 116px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0
}

.section_sport .sport-bg .sport-title a {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    position: relative
}

    .section_sport .sport-bg .sport-title a:hover, .section_sport .sport-bg .sport-title a:focus {
        color: #ffc845
    }

.section_sport .sport-bg .sport-border {
    padding: 10px
}

    .section_sport .sport-bg .sport-border .evo-block-product-sport {
        margin-left: -5px;
        margin-right: -5px
    }

        .section_sport .sport-bg .sport-border .evo-block-product-sport .slick-slide {
            margin: 5px
        }

            .section_sport .sport-bg .sport-border .evo-block-product-sport .slick-slide:hover, .section_sport .sport-bg .sport-border .evo-block-product-sport .slick-slide:focus {
                outline: none;
                box-shadow: none;
                border: none
            }

        .section_sport .sport-bg .sport-border .evo-block-product-sport .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: 1024px) {
    .section_sport .sport-bg .sport-border .evo-block-product-sport .slick-arrow {
        display: none !important
    }
}

.section_sport .sport-bg .sport-border .evo-block-product-sport .slick-arrow.slick-prev {
    left: -35px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px)
}

    .section_sport .sport-bg .sport-border .evo-block-product-sport .slick-arrow.slick-prev:before {
        content: "";
        background-image: url(//bizweb.dktcdn.net/100/378/751/themes/759146/assets/back.svg?1627725064117);
        height: 30px;
        width: 30px;
        display: block
    }

.section_sport .sport-bg .sport-border .evo-block-product-sport .slick-arrow.slick-next {
    right: -35px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translateX(30px);
    transform: translateX(30px)
}

    .section_sport .sport-bg .sport-border .evo-block-product-sport .slick-arrow.slick-next:before {
        content: "";
        background-image: url(//bizweb.dktcdn.net/100/378/751/themes/759146/assets/right-arrow.svg?1627725064117);
        height: 30px;
        width: 30px;
        display: block
    }

.section_sport .sport-bg .sport-border .evo-block-product-sport .slick-dots {
    text-align: center
}

    .section_sport .sport-bg .sport-border .evo-block-product-sport .slick-dots li {
        display: inline-block
    }

        .section_sport .sport-bg .sport-border .evo-block-product-sport .slick-dots li button {
            border-radius: 0;
            height: 5px;
            width: 20px;
            border: none;
            background-color: #e5e5e5;
            padding: 0;
            font-size: 0;
            border-radius: 4px
        }

        .section_sport .sport-bg .sport-border .evo-block-product-sport .slick-dots li + li {
            margin-left: 5px
        }

        .section_sport .sport-bg .sport-border .evo-block-product-sport .slick-dots li.slick-active button {
            border-color: #1cd172;
            background-color: #1cd172;
            border-radius: 4px;
            width: 20px
        }

.section_sport .sport-bg .sport-border .evo-block-product-sport:hover .slick-arrow.slick-next {
    right: -15px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.section_sport .sport-bg .sport-border .evo-block-product-sport:hover .slick-arrow.slick-prev {
    left: -15px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.section_sport .sport-bg .sport-border .evo-block-product-sport .evo-product-block-item .product-item-photo {
    height: 210px
}

@media (max-width: 1024px) {
    .section_sport .sport-bg .sport-border .evo-block-product-sport .evo-product-block-item .product-item-photo {
        height: 180px
    }
}

@media (max-width: 991px) {
    .section_sport .sport-bg .sport-border .evo-block-product-sport .evo-product-block-item .product-item-photo {
        height: 150px
    }
}

@media (max-width: 767px) {
    .section_sport .sport-bg .sport-border .evo-block-product-sport .evo-product-block-item .product-item-photo {
        height: 167px
    }
}

@media (max-width: 668px) {
    .section_sport .sport-bg .sport-border .evo-block-product-sport .evo-product-block-item .product-item-photo {
        height: 167px
    }
}

@media (max-width: 569px) {
    .section_sport .sport-bg .sport-border .evo-block-product-sport .evo-product-block-item .product-item-photo {
        height: 176px
    }
}

@media (max-width: 480px) {
    .section_sport .sport-bg .sport-border .evo-block-product-sport .evo-product-block-item .product-item-photo {
        height: 170px
    }
}

@media (max-width: 376px) {
    .section_sport .sport-bg .sport-border .evo-block-product-sport .evo-product-block-item .product-item-photo {
        height: 150px
    }
}

@media (max-width: 321px) {
    .section_sport .sport-bg .sport-border .evo-block-product-sport .evo-product-block-item .product-item-photo {
        height: 130px
    }
}

.section_sport .sport-bg .sport-border .evo-block-product-sport .evo-product-block-item .product-item-photo img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

    .section_sport .sport-bg .sport-border .evo-block-product-sport .evo-product-block-item .product-item-photo img:not(.loaded) {
        width: 100% !important;
        height: 100% !important;
        opacity: 0.2
    }

.section_sport .sport-bg .sport-border .evo-block-product-sport .evo-product-block-item .product-item-details .price-box {
    margin-bottom: 0
}

.index-white-bg {
    background-color: #fff;
    border-radius: 5px;
    padding: 10px
}

@media (max-width: 480px) {
    .index-white-bg {
        padding: 10px
    }
}

.index-margin-top {
    padding-top: 15px
}

@media (max-width: 569px) {
    .index-margin-top {
        padding-top: 10px
    }
}

.index-margin-top .title {
    position: relative;
    padding-bottom: 5px
}

@media (max-width: 767px) {
    .index-margin-top .title {
        text-align: center;
        background-color: #fff;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        padding-top: 10px
    }
}

.index-margin-top .title .titlecate {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    padding: 0;
    margin: 0;
    float: left
}

    .index-margin-top .title .titlecate a {
        color: #333
    }

        .index-margin-top .title .titlecate a:hover, .index-margin-top .title .titlecate a:focus {
            color: #4a90e2
        }

@media (max-width: 767px) {
    .index-margin-top .title .titlecate {
        float: none;
        font-size: 18px
    }
}

.index-margin-top .title .viewall {
    float: right;
    font-size: 14px;
    color: #1cd172
}

@media (max-width: 767px) {
    .index-margin-top .title .viewall {
        float: none;
        font-size: 13px
    }
}

.index-margin-top .title .viewall:hover, .index-margin-top .title .viewall:focus {
    color: #000
}

.index-margin-top .evo-index-product-contain .row {
    margin-right: -5px;
    margin-left: -5px
}

@media (max-width: 991px) {
    .index-margin-top .evo-index-product-contain .row {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        flex-wrap: unset
    }

        .index-margin-top .evo-index-product-contain .row::-webkit-scrollbar {
            display: none
        }
}

@media (max-width: 480px) {
    .index-margin-top .evo-index-product-contain .row {
        margin-right: -3.5px;
        margin-left: -3.5px
    }
}

.index-margin-top .evo-index-product-contain .row .col-lg-15 {
    padding-left: 5px;
    padding-right: 5px
}

@media (max-width: 480px) {
    .index-margin-top .evo-index-product-contain .row .col-lg-15 {
        padding-left: 3.5px;
        padding-right: 3.5px
    }
}

.index-margin-top .evo-index-product-contain .evo-product-block-item {
    background-color: #fff;
    padding: 5px;
    margin: 5px 0;
    border-radius: 5px
}

    .index-margin-top .evo-index-product-contain .evo-product-block-item .product-item-photo {
        height: 180px
    }

@media (max-width: 1024px) {
    .index-margin-top .evo-index-product-contain .evo-product-block-item .product-item-photo {
        height: 115px
    }
}

@media (max-width: 991px) {
    .index-margin-top .evo-index-product-contain .evo-product-block-item .product-item-photo {
        height: 150px
    }
}

@media (max-width: 767px) {
    .index-margin-top .evo-index-product-contain .evo-product-block-item .product-item-photo {
        height: 167px
    }
}

@media (max-width: 668px) {
    .index-margin-top .evo-index-product-contain .evo-product-block-item .product-item-photo {
        height: 167px
    }
}

@media (max-width: 569px) {
    .index-margin-top .evo-index-product-contain .evo-product-block-item .product-item-photo {
        height: 176px
    }
}

@media (max-width: 480px) {
    .index-margin-top .evo-index-product-contain .evo-product-block-item .product-item-photo {
        height: 195px
    }
}

@media (max-width: 376px) {
    .index-margin-top .evo-index-product-contain .evo-product-block-item .product-item-photo {
        height: 176px
    }
}

@media (max-width: 321px) {
    .index-margin-top .evo-index-product-contain .evo-product-block-item .product-item-photo {
        height: 148px
    }
}

.index-margin-top .evo-index-product-contain .evo-product-block-item .product-item-photo img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

    .index-margin-top .evo-index-product-contain .evo-product-block-item .product-item-photo img:not(.loaded) {
        width: 100% !important;
        height: 100% !important;
        opacity: 0.2
    }

.index-margin-top .evo-index-product-contain .evo-product-block-item .product-item-details .price-box {
    margin-bottom: 0
}

.index-margin-top .index-banner-top {
    padding-bottom: 5px
}

@media (max-width: 480px) {
    .index-margin-top .index-banner-top {
        padding-bottom: 3.5px
    }
}

.index-margin-top .index-banner-top .single_image_effect {
    position: relative;
    display: block;
    height: 270px
}

@media (max-width: 1024px) {
    .index-margin-top .index-banner-top .single_image_effect {
        height: 226px
    }
}

@media (max-width: 991px) {
    .index-margin-top .index-banner-top .single_image_effect {
        height: 169px
    }
}

@media (max-width: 767px) {
    .index-margin-top .index-banner-top .single_image_effect {
        height: 125px
    }
}

@media (max-width: 668px) {
    .index-margin-top .index-banner-top .single_image_effect {
        height: 125px
    }
}

@media (max-width: 569px) {
    .index-margin-top .index-banner-top .single_image_effect {
        height: 132px
    }
}

@media (max-width: 480px) {
    .index-margin-top .index-banner-top .single_image_effect {
        height: 96px
    }
}

@media (max-width: 376px) {
    .index-margin-top .index-banner-top .single_image_effect {
        height: 87px
    }
}

@media (max-width: 321px) {
    .index-margin-top .index-banner-top .single_image_effect {
        height: 73px
    }
}

.index-margin-top .index-banner-top .single_image_effect img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

    .index-margin-top .index-banner-top .single_image_effect img:not(.loaded) {
        width: 100% !important;
        height: 100% !important;
        opacity: 0.2
    }

    .index-margin-top .index-banner-top .single_image_effect img:hover {
        opacity: 0.8
    }

.index-margin-top .amore {
    margin-top: 10px;
    text-align: center
}

@media (max-width: 480px) {
    .index-margin-top .amore {
        margin-top: 2px
    }
}

.index-margin-top .amore a {
    display: inline-block;
    position: relative;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #1cd172;
    text-align: center;
    border-radius: 4px;
    margin: 0 auto;
    width: 400px;
    background: #1cd172
}

@media (max-width: 480px) {
    .index-margin-top .amore a {
        width: 100%
    }
}

.index-margin-top .amore a:after {
    content: '';
    width: 0;
    right: 0;
    border-top: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px
}

.index-margin-top .amore a:hover, .index-margin-top .amore a:focus {
    color: #fff;
    background-color: #0f9f54
}

    .index-margin-top .amore a:hover:after, .index-margin-top .amore a:focus:after {
        border-top-color: #fff
    }

.section_blogs {
    padding-top: 15px
}

@media (max-width: 569px) {
    .section_blogs {
        padding-top: 7px
    }
}

@media (max-width: 767px) {
    .section_blogs .index-white-bg {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }
}

.section_blogs .title {
    position: relative;
    padding-bottom: 5px
}

@media (max-width: 767px) {
    .section_blogs .title {
        text-align: center;
        background-color: #fff;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        padding-top: 10px
    }
}

.section_blogs .title .titlecate {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    padding: 0;
    margin: 0;
    float: left
}

    .section_blogs .title .titlecate a {
        color: #333
    }

        .section_blogs .title .titlecate a:hover, .section_blogs .title .titlecate a:focus {
            color: #4a90e2
        }

@media (max-width: 767px) {
    .section_blogs .title .titlecate {
        float: none;
        font-size: 18px
    }
}

.section_blogs .title .viewall {
    float: right;
    font-size: 14px;
    color: #4a90e2
}

@media (max-width: 767px) {
    .section_blogs .title .viewall {
        float: none;
        font-size: 13px
    }
}

.section_blogs .title .viewall:hover, .section_blogs .title .viewall:focus {
    color: #000
}

.section_blogs .index-big-news a {
    position: relative;
    display: block
}

    .section_blogs .index-big-news a p {
        color: #303846;
        margin-bottom: 0;
        margin-top: 10px;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.3
    }

@media (max-width: 480px) {
    .section_blogs .index-big-news a p {
        font-size: 16px;
        line-height: 1.3
    }
}

.section_blogs .index-big-news a .zone-content {
    margin-top: 5px;
    color: #4d4d4d
}

.section_blogs .index-big-news a:hover p, .section_blogs .index-big-news a:focus p {
    color: #4a90e2
}

.section_blogs .index-big-news .zone-youtube {
    height: 235px;
    position: relative
}

@media (max-width: 1024px) {
    .section_blogs .index-big-news .zone-youtube {
        height: 195px
    }
}

@media (max-width: 991px) {
    .section_blogs .index-big-news .zone-youtube {
        height: 220px
    }
}

@media (max-width: 767px) {
    .section_blogs .index-big-news .zone-youtube {
        height: 333px
    }
}

@media (max-width: 668px) {
    .section_blogs .index-big-news .zone-youtube {
        height: 333px
    }
}

@media (max-width: 569px) {
    .section_blogs .index-big-news .zone-youtube {
        height: 352px
    }
}

@media (max-width: 480px) {
    .section_blogs .index-big-news .zone-youtube {
        height: 257px
    }
}

@media (max-width: 376px) {
    .section_blogs .index-big-news .zone-youtube {
        height: 231px
    }
}

@media (max-width: 321px) {
    .section_blogs .index-big-news .zone-youtube {
        height: 195px
    }
}

.section_blogs .index-big-news .zone-youtube img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

    .section_blogs .index-big-news .zone-youtube img:not(.loaded) {
        width: 100% !important;
        height: 100% !important;
        opacity: 0.2
    }

@media (min-width: 768px) {
    .section_blogs .index-small-news {
        padding-left: 0
    }
}

@media (max-width: 767px) {
    .section_blogs .index-small-news {
        margin-top: 10px
    }
}

.section_blogs .index-small-news a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%
}

    .section_blogs .index-small-news a + a {
        padding-top: 7px;
        margin-top: 7px;
        border-top: 1px solid rgba(0,0,0,0.1)
    }

    .section_blogs .index-small-news a .zone-news {
        position: relative;
        width: 120px;
        margin-right: 10px;
        float: left;
        height: 80px;
        position: relative
    }

@media (max-width: 1024px) {
    .section_blogs .index-small-news a .zone-news {
        height: 80px
    }
}

@media (max-width: 991px) {
    .section_blogs .index-small-news a .zone-news {
        height: 80px
    }
}

@media (max-width: 767px) {
    .section_blogs .index-small-news a .zone-news {
        height: 80px
    }
}

@media (max-width: 668px) {
    .section_blogs .index-small-news a .zone-news {
        height: 80px
    }
}

@media (max-width: 569px) {
    .section_blogs .index-small-news a .zone-news {
        height: 80px
    }
}

@media (max-width: 480px) {
    .section_blogs .index-small-news a .zone-news {
        height: 53px;
        width: 80px
    }
}

@media (max-width: 376px) {
    .section_blogs .index-small-news a .zone-news {
        height: 53px
    }
}

@media (max-width: 321px) {
    .section_blogs .index-small-news a .zone-news {
        height: 53px
    }
}

.section_blogs .index-small-news a .zone-news img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

    .section_blogs .index-small-news a .zone-news img:not(.loaded) {
        width: 100% !important;
        height: 100% !important;
        opacity: 0.2
    }

.section_blogs .index-small-news a p {
    margin-bottom: 0;
    padding-left: 130px;
    font-weight: 600;
    font-size: 14px;
    color: #303846
}

@media (max-width: 768px) {
    .section_blogs .index-small-news a p {
        line-height: 1.3
    }
}

@media (max-width: 480px) {
    .section_blogs .index-small-news a p {
        font-size: 13px;
        padding-left: 90px
    }
}

.section_blogs .index-small-news a:hover p, .section_blogs .index-small-news a:focus p {
    color: #4a90e2
}

@media (min-width: 1024px) {
    .section_blogs .index-promotion-news-block {
        padding-left: 0
    }
}

@media (max-width: 991px) {
    .section_blogs .index-promotion-news-block {
        margin-top: 10px
    }
}

.section_blogs .index-promotion-news-block .index-promotion-news {
    border: solid 2px #4a90e2
}

    .section_blogs .index-promotion-news-block .index-promotion-news h3 {
        font-size: 14px;
        background-color: #4a90e2;
        margin: 0;
        padding: 0
    }

        .section_blogs .index-promotion-news-block .index-promotion-news h3 a {
            color: #fff;
            display: block;
            padding: 6px 10px;
            text-transform: uppercase
        }

    .section_blogs .index-promotion-news-block .index-promotion-news .index-list {
        max-height: 320px;
        overflow-y: auto
    }

        .section_blogs .index-promotion-news-block .index-promotion-news .index-list::-webkit-scrollbar-track {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            border-radius: 0;
            background-color: #F5F5F5
        }

        .section_blogs .index-promotion-news-block .index-promotion-news .index-list::-webkit-scrollbar {
            width: 3px;
            background-color: #F5F5F5
        }

        .section_blogs .index-promotion-news-block .index-promotion-news .index-list::-webkit-scrollbar-thumb {
            border-radius: 0;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            background-color: #e5e5e5
        }

        .section_blogs .index-promotion-news-block .index-promotion-news .index-list .item {
            padding: 5px
        }

            .section_blogs .index-promotion-news-block .index-promotion-news .index-list .item .thumb {
                float: left;
                overflow: hidden;
                position: relative;
                width: 80px;
                margin-right: 10px;
                height: 54px
            }

                .section_blogs .index-promotion-news-block .index-promotion-news .index-list .item .thumb img {
                    width: auto !important;
                    max-height: 100%;
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    margin: auto
                }

                    .section_blogs .index-promotion-news-block .index-promotion-news .index-list .item .thumb img:not(.loaded) {
                        width: 100% !important;
                        height: 100% !important;
                        opacity: 0.2
                    }

            .section_blogs .index-promotion-news-block .index-promotion-news .index-list .item .info {
                padding-left: 90px
            }

                .section_blogs .index-promotion-news-block .index-promotion-news .index-list .item .info .title {
                    margin-bottom: 0;
                    line-height: 1.3;
                    font-size: 13px;
                    font-weight: 400;
                    padding: 0;
                    text-align: left
                }

                    .section_blogs .index-promotion-news-block .index-promotion-news .index-list .item .info .title a {
                        color: #303846;
                        line-height: 1.3;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-box-orient: vertical;
                        -webkit-line-clamp: 2;
                        white-space: unset;
                        max-height: 34px
                    }

@media (max-width: 569px) {
    .section_blogs .index-promotion-news-block .index-promotion-news .index-list .item .info .title a {
        font-size: 13px;
        max-height: 34px
    }
}

.section_blogs .index-promotion-news-block .index-promotion-news .index-list .item:hover .info .title a {
    color: #4a90e2
}

.flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.flip-clock-wrapper a {
    cursor: pointer;
    text-decoration: none;
    color: #fff
}

    .flip-clock-wrapper a:hover {
        color: #fff
    }

.flip-clock-wrapper ul {
    list-style: none
}

.flip-clock-wrapper.clearfix {
    *zoom: 1
}

.flip-clock-wrapper {
    font-size: 11px;
    -webkit-user-select: none
}

.flip-clock-meridium {
    background: none !important;
    box-shadow: 0 0 0 !important;
    font-size: 36px !important
}

    .flip-clock-meridium a {
        color: #313333
    }

.flip-clock-wrapper {
    text-align: center;
    position: relative;
    width: 100%
}

    .flip-clock-wrapper:before, .flip-clock-wrapper:after {
        content: " ";
        display: table
    }

    .flip-clock-wrapper:after {
        clear: both
    }

    .flip-clock-wrapper ul {
        position: relative;
        float: left;
        margin: 0 1px;
        width: 18px;
        height: 23px;
        font-size: 30px;
        font-weight: bold;
        line-height: 23px;
        border-radius: 3px;
        background: #fff
    }

@media (min-width: 768px) and (max-width: 991px) {
    .flip-clock-wrapper ul {
        float: none;
        display: inline-block
    }
}

@media (max-width: 480px) {
    .flip-clock-wrapper ul {
        float: none;
        display: inline-block
    }
}

.flip-clock-wrapper ul li {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 23px;
    text-decoration: none !important
}

    .flip-clock-wrapper ul li:first-child {
        z-index: 2
    }

    .flip-clock-wrapper ul li a {
        display: block !important;
        height: 100%;
        -webkit-perspective: 200px;
        -moz-perspective: 200px;
        perspective: 200px;
        margin: 0 !important;
        overflow: visible !important;
        cursor: default !important;
        color: #e01010
    }

        .flip-clock-wrapper ul li a div {
            z-index: 1;
            position: absolute;
            left: 0;
            width: 100%;
            height: 50%;
            font-size: 80px;
            overflow: hidden;
            outline: 1px solid transparent
        }

            .flip-clock-wrapper ul li a div .shadow {
                position: absolute;
                width: 100%;
                height: 100%;
                z-index: 2
            }

            .flip-clock-wrapper ul li a div.up {
                -webkit-transform-origin: 50% 100%;
                -moz-transform-origin: 50% 100%;
                -ms-transform-origin: 50% 100%;
                -o-transform-origin: 50% 100%;
                transform-origin: 50% 100%;
                top: 0
            }

                .flip-clock-wrapper ul li a div.up:after {
                    content: "";
                    position: absolute;
                    top: 44px;
                    left: 0;
                    z-index: 5;
                    width: 100%;
                    height: 3px;
                    background-color: #000;
                    background-color: rgba(0,0,0,0.4)
                }

            .flip-clock-wrapper ul li a div.down {
                -webkit-transform-origin: 50% 0;
                -moz-transform-origin: 50% 0;
                -ms-transform-origin: 50% 0;
                -o-transform-origin: 50% 0;
                transform-origin: 50% 0;
                bottom: 0;
                border-bottom-left-radius: 6px;
                border-bottom-right-radius: 6px
            }

            .flip-clock-wrapper ul li a div div.inn {
                position: absolute;
                left: 0;
                z-index: 1;
                width: 100%;
                height: 200%;
                color: red;
                text-align: center;
                background-color: #fff;
                border-radius: 4px;
                font-size: 13px
            }

            .flip-clock-wrapper ul li a div.up div.inn {
                top: 0
            }

            .flip-clock-wrapper ul li a div.down div.inn {
                bottom: 0
            }

.flip-clock-wrapper ul.play li.flip-clock-before {
    z-index: 3
}

.flip-clock-wrapper ul.play li.flip-clock-active {
    -webkit-animation: asd 0.01s 0.49s linear both;
    -moz-animation: asd 0.01s 0.49s linear both;
    animation: asd 0.01s 0.49s linear both;
    z-index: 5
}

.flip-clock-divider {
    float: left;
    display: inline-block;
    position: relative;
    width: 10px;
    height: 23px
}

@media (min-width: 768px) and (max-width: 991px) {
    .flip-clock-divider {
        top: -8px;
        float: none
    }
}

@media (max-width: 480px) {
    .flip-clock-divider {
        top: -8px;
        float: none
    }
}

.flip-clock-divider:first-child {
    width: 0
}

.flip-clock-divider .flip-clock-label {
    position: relative;
    color: #fff;
    text-shadow: none;
    font-size: 12px;
    bottom: -22px
}

.flip-clock-divider.days .flip-clock-label {
    right: -17px
}

.flip-clock-divider.hours .flip-clock-label {
    right: -20px
}

.flip-clock-divider.minutes .flip-clock-label {
    right: -17px
}

.flip-clock-divider.seconds .flip-clock-label {
    right: -17px
}

.flip-clock-dot {
    display: block;
    background: #fff;
    width: 3px;
    height: 3px;
    position: absolute;
    border-radius: 50%;
    left: 3px
}

    .flip-clock-dot.top {
        top: 16px
    }

    .flip-clock-dot.bottom {
        bottom: 16px
    }

@-webkit-keyframes asd {
    0% {
        z-index: 2
    }

    100% {
        z-index: 4
    }
}

@-moz-keyframes asd {
    0% {
        z-index: 2
    }

    100% {
        z-index: 4
    }
}

@-o-keyframes asd {
    0% {
        z-index: 2
    }

    100% {
        z-index: 4
    }
}

@keyframes asd {
    0% {
        z-index: 2
    }

    100% {
        z-index: 4
    }
}

.flip-clock-wrapper ul.play li.flip-clock-active .down {
    z-index: 2;
    -webkit-animation: turn 0.5s 0.5s linear both;
    -moz-animation: turn 0.5s 0.5s linear both;
    animation: turn 0.5s 0.5s linear both
}

@-webkit-keyframes turn {
    0% {
        -webkit-transform: rotateX(90deg)
    }

    100% {
        -webkit-transform: rotateX(0deg)
    }
}

@-moz-keyframes turn {
    0% {
        -moz-transform: rotateX(90deg)
    }

    100% {
        -moz-transform: rotateX(0deg)
    }
}

@-o-keyframes turn {
    0% {
        -o-transform: rotateX(90deg)
    }

    100% {
        -o-transform: rotateX(0deg)
    }
}

@keyframes turn {
    0% {
        transform: rotateX(90deg)
    }

    100% {
        transform: rotateX(0deg)
    }
}

.flip-clock-wrapper ul.play li.flip-clock-before .up {
    z-index: 2;
    -webkit-animation: turn2 0.5s linear both;
    -moz-animation: turn2 0.5s linear both;
    animation: turn2 0.5s linear both
}

@-webkit-keyframes turn2 {
    0% {
        -webkit-transform: rotateX(0deg)
    }

    100% {
        -webkit-transform: rotateX(-90deg)
    }
}

@-moz-keyframes turn2 {
    0% {
        -moz-transform: rotateX(0deg)
    }

    100% {
        -moz-transform: rotateX(-90deg)
    }
}

@-o-keyframes turn2 {
    0% {
        -o-transform: rotateX(0deg)
    }

    100% {
        -o-transform: rotateX(-90deg)
    }
}

@keyframes turn2 {
    0% {
        transform: rotateX(0deg)
    }

    100% {
        transform: rotateX(-90deg)
    }
}

.flip-clock-wrapper ul li.flip-clock-active {
    z-index: 3
}

.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
    background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, #000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.1)), color-stop(100%, #000));
    background: linear,top,rgba(0,0,0,0.1) 0%,#000 100%;
    background: -o-linear-gradient(top, rgba(0,0,0,0.1) 0%, #000 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.1) 0%, #000 100%);
    background: linear,to bottom,rgba(0,0,0,0.1) 0%,#000 100%;
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    animation: show 0.5s linear both
}

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
    background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, #000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.1)), color-stop(100%, #000));
    background: linear,top,rgba(0,0,0,0.1) 0%,#000 100%;
    background: -o-linear-gradient(top, rgba(0,0,0,0.1) 0%, #000 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.1) 0%, #000 100%);
    background: linear,to bottom,rgba(0,0,0,0.1) 0%,#000 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    -moz-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.3s linear both
}

.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
    background: -moz-linear-gradient(top, #000 0%, rgba(0,0,0,0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000), color-stop(100%, rgba(0,0,0,0.1)));
    background: linear,top,#000 0%,rgba(0,0,0,0.1) 100%;
    background: -o-linear-gradient(top, #000 0%, rgba(0,0,0,0.1) 100%);
    background: -ms-linear-gradient(top, #000 0%, rgba(0,0,0,0.1) 100%);
    background: linear,to bottom,#000 0%,rgba(0,0,0,0.1) 100%;
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    animation: show 0.5s linear both
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
    background: -moz-linear-gradient(top, #000 0%, rgba(0,0,0,0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000), color-stop(100%, rgba(0,0,0,0.1)));
    background: linear,top,#000 0%,rgba(0,0,0,0.1) 100%;
    background: -o-linear-gradient(top, #000 0%, rgba(0,0,0,0.1) 100%);
    background: -ms-linear-gradient(top, #000 0%, rgba(0,0,0,0.1) 100%);
    background: linear,to bottom,#000 0%,rgba(0,0,0,0.1) 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    -moz-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.2s linear both
}

@-webkit-keyframes show {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes show {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes show {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes show {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes hide {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes hide {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-o-keyframes hide {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes hide {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.timer-view {
    float: right;
    padding-bottom: 15px;
    position: relative;
    z-index: 0
}

@media (max-width: 480px) {
    .timer-view {
        float: none;
        text-align: center;
        margin-left: auto;
        margin-right: auto
    }
}

.evo-index-list-product-brand-and-menu .evo-index-category-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    flex-direction: unset;
    -webkit-flex-flow: unset;
    flex-flow: unset;
    -webkit-justify-content: unset;
    justify-content: unset;
    -webkit-align-items: unset;
    align-items: unset
}

@media (max-width: 767px) {
    .evo-index-list-product-brand-and-menu .evo-index-category-menu {
        margin-top: 10px
    }
}

.evo-index-list-product-brand-and-menu .evo-index-category-menu::-webkit-scrollbar {
    display: none
}

.evo-index-list-product-brand-and-menu .evo-index-category-menu .subcate, .evo-index-list-product-brand-and-menu .evo-index-category-menu .evo-fa {
    display: none
}

.evo-index-list-product-brand-and-menu .evo-index-category-menu .menu-item-count .evo-categories-a {
    position: relative;
    display: block;
    color: #303846;
    margin: 0;
    font-size: 12px;
    text-align: center;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: unset;
    line-height: 1.3
}

    .evo-index-list-product-brand-and-menu .evo-index-category-menu .menu-item-count .evo-categories-a a {
        color: #303846
    }

        .evo-index-list-product-brand-and-menu .evo-index-category-menu .menu-item-count .evo-categories-a a.evo-categories-as {
            display: none
        }

    .evo-index-list-product-brand-and-menu .evo-index-category-menu .menu-item-count .evo-categories-a:before {
        content: "";
        position: relative;
        left: 0;
        width: 50px;
        height: 50px;
        background: linear-gradient(45deg, #4a90e2, #00bce4);
        box-shadow: 0 12px 10px -6px rgba(74,144,226,0.5);
        display: block;
        right: 0;
        margin: 0 auto;
        border-radius: 50%;
        margin-bottom: 8px
    }

    .evo-index-list-product-brand-and-menu .evo-index-category-menu .menu-item-count .evo-categories-a:after {
        background-image: url(/Content/images/icon/index-cate-icon-1.png);
        background-repeat: no-repeat;
        background-size: 25px;
        background-position: center;
        content: "";
        width: 50px;
        height: 50px;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1)
    }

.evo-index-list-product-brand-and-menu .evo-index-category-menu .menu-item-count:nth-child(1) .evo-categories-a:after {
    background-image: url(/Content/images/icon/index-cate-icon-1.png)
}

.evo-index-list-product-brand-and-menu .evo-index-category-menu .menu-item-count:nth-child(2) .evo-categories-a:after {
    background-image: url(/Content/images/icon/index-cate-icon-2.png)
}

.evo-index-list-product-brand-and-menu .evo-index-category-menu .menu-item-count:nth-child(3) .evo-categories-a:after {
    background-image: url(/Content/images/icon/index-cate-icon-3.png)
}

.evo-index-list-product-brand-and-menu .evo-index-category-menu .menu-item-count:nth-child(4) .evo-categories-a:after {
    background-image: url(/Content/images/icon/index-cate-icon-4.png)
}

.evo-index-list-product-brand-and-menu .evo-index-category-menu .menu-item-count:nth-child(5) .evo-categories-a:after {
    background-image: url(/Content/images/icon/index-cate-icon-5.png)
}

.evo-index-list-product-brand-and-menu .evo-index-category-menu .menu-item-count:nth-child(6) .evo-categories-a:after {
    background-image: url(/Content/images/icon/index-cate-icon-6.png)
}

.evo-index-list-product-brand-and-menu .evo-index-category-menu .menu-item-count:nth-child(7) .evo-categories-a:after {
    background-image: url(/Content/images/icon/index-cate-icon-7.png)
}

.evo-index-list-product-brand-and-menu .evo-index-category-menu .menu-item-count:nth-child(8) .evo-categories-a:after {
    background-image: url(/Content/images/icon/index-cate-icon-8.png)
}

.evo-index-list-product-brand-and-menu .evo-index-category-menu .menu-item-count:nth-child(9) .evo-categories-a:after {
    background-image: url(/Content/images/icon/index-cate-icon-9.png)
}

.evo-index-list-product-brand-and-menu .evo-index-category-menu .menu-item-count:nth-child(10) .evo-categories-a:after {
    background-image: url(/Content/images/icon/index-cate-icon-10.png)
}

.evo-index-list-product-brand-and-menu .evo-index-category-menu .menu-item-count:nth-child(11) .evo-categories-a:after {
    background-image: url(/Content/images/icon/index-cate-icon-11.png)
}

