﻿.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

@media (max-width: 480px) {
    .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
        padding-left: 7px;
        padding-right: 7px
    }
}

.col-xs-15 {
    width: 20%;
    float: left
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

.awe-section-1 {
    margin-bottom: 0
}

.awe-section-2 {
    margin-bottom: 0
}

.awe-section-3 {
    margin-bottom: 0
}

.awe-section-4 {
    margin-bottom: 0
}

.awe-section-5 {
    margin-bottom: 0
}

.awe-section-6 {
    margin-bottom: 0
}

.awe-section-7 {
    margin-bottom: 0
}

.awe-section-8 {
    margin-bottom: 0
}

.awe-section-9 {
    margin-bottom: 0
}

.animated-background {
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background: #F6F6F6;
    background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
    background-size: 700px 104px;
    position: relative
}

@media (max-width: 767px) {
    .awe-section-1 {
        overflow: hidden;
        position: relative
    }

        .awe-section-1:before {
            content: '';
            display: block;
            background: #3ba66b;
            height: 70px;
            border-bottom-left-radius: 50%;
            border-bottom-right-radius: 50%;
            position: absolute;
            width: 120%;
            left: -10%;
            overflow: hidden
        }
}

.home-slider {
    margin-bottom: 50px
}

@media (min-width: 1199px) {
    .home-slider {
        min-height: 450px
    }
}

@media (max-width: 767px) {
    .home-slider {
        width: calc(100% - 14px);
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 480px) {
    .home-slider {
        min-height: 380px
    }
}

@media (max-width: 376px) {
    .home-slider {
        min-height: 350px
    }
}

@media (max-width: 321px) {
    .home-slider {
        min-height: 290px
    }
}

.home-slider .swiper-pagination-bullets {
    text-align: center
}

    .home-slider .swiper-pagination-bullets .swiper-pagination-bullet {
        box-shadow: none;
        outline: 0;
        width: 6px;
        height: 6px;
        background: #333f48;
        border-radius: 50%;
        border: 1px solid #333f48;
        padding: 0;
        font-size: 0;
        opacity: 0.8
    }

        .home-slider .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
            transition: all .2s;
            width: 30px;
            border-radius: 3px;
            background: #3ba66b;
            border-color: #3ba66b
        }

.home-slider .swiper-button-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #fff;
    border: none;
    outline: none;
    background: #3ba66b;
    line-height: 40px;
    text-align: center;
    z-index: 2;
    border-radius: 0;
    right: -35px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translateX(30px);
    transform: translateX(30px)
}

@media (max-width: 1024px) {
    .home-slider .swiper-button-next {
        display: none !important
    }
}

.home-slider .swiper-button-next:after {
    font-size: 40px;
    line-height: 30px
}

.home-slider .swiper-button-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #fff;
    border: none;
    outline: none;
    background: #3ba66b;
    line-height: 40px;
    text-align: center;
    z-index: 2;
    border-radius: 0;
    left: -35px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px)
}

@media (max-width: 1024px) {
    .home-slider .swiper-button-prev {
        display: none !important
    }
}

.home-slider .swiper-button-prev:after {
    font-size: 40px;
    line-height: 30px
}

.home-slider:hover .swiper-button-next {
    right: 5px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

    .home-slider:hover .swiper-button-next.swiper-button-disabled {
        opacity: 0.35
    }

.home-slider:hover .swiper-button-prev {
    left: 5px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

    .home-slider:hover .swiper-button-prev.swiper-button-disabled {
        opacity: 0.35
    }

.home-slider.swiper-container[class='swiper-container'] {
    padding-top: 44.829396325%;
    height: 0;
    overflow: hidden;
    position: relative
}

    .home-slider.swiper-container[class='swiper-container'] .swiper-wrapper {
        position: absolute;
        top: 0;
        left: 0
    }

.section_category {
    box-sizing: content-box;
    margin-bottom: 75px
}

@media (max-width: 767px) {
    .section_category {
        margin-bottom: 60px
    }
}

.section_category .block-title h2 {
    text-align: center;
    font-size: 34px;
    margin-bottom: 20px;
    position: relative;
    font-weight: bold;
    color: #3e4a5e
}

@media (max-width: 767px) {
    .section_category .block-title h2 {
        font-size: 28px
    }
}

.section_category .block-title h2:after {
    content: "";
    display: block;
    width: 62px;
    height: 18px;
    margin: auto;
    margin-top: 6px;
    background: url("//bizweb.dktcdn.net/100/431/449/themes/834425/assets/bg-title-after.png?1634023014212") no-repeat;
    content: ""
}

.section_category .cate-list {
    position: relative;
    margin: 0 -15px
}

    .section_category .cate-list .swiper-container {
        padding: 0 15px
    }

@media (max-width: 480px) {
    .section_category .cate-list {
        margin: 0 -5px
    }

        .section_category .cate-list .swiper-container {
            padding: 0 5px
        }
}

.section_category .cate-item {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    margin: 60px 0 15px
}

@media (min-width: 767px) {
    .section_category .cate-item {
        padding: 0 15px 10px;
        box-shadow: 0px 9px 15px 0px rgba(0,0,0,0.05)
    }
}

.section_category .cate-item .image {
    border-radius: 50%;
    margin: -60px 0 0;
    display: block
}

@media (min-width: 1199px) {
    .section_category .cate-item .image {
        max-height: 156px
    }
}

@media (max-width: 1199px) and (min-width: 991px) {
    .section_category .cate-item .image {
        max-height: 130px
    }
}

@media (max-width: 991px) and (min-width: 767px) {
    .section_category .cate-item .image {
        max-height: 120px
    }
}

@media (max-width: 480px) {
    .section_category .cate-item .image {
        max-height: 122px
    }
}

@media (max-width: 376px) {
    .section_category .cate-item .image {
        max-height: 107px
    }
}

@media (max-width: 321px) {
    .section_category .cate-item .image {
        max-height: 90px
    }
}

.section_category .cate-item .image img {
    max-width: 156px;
    margin: auto;
    min-height: 156px;
    object-fit: cover;
    border-radius: 50%;
    transition: all 0.5s
}

@media (max-width: 1439px) and (min-width: 1280px) {
    .section_category .cate-item .image img {
        max-width: 140px;
        min-height: 140px
    }
}

@media (max-width: 1199px) and (min-width: 991px) {
    .section_category .cate-item .image img {
        max-width: 130px;
        min-height: 130px
    }
}

@media (max-width: 991px) and (min-width: 767px) {
    .section_category .cate-item .image img {
        max-width: 120px;
        min-height: 120px
    }
}

@media (max-width: 767px) {
    .section_category .cate-item .image img {
        max-width: 100%;
        min-height: initial
    }
}

.section_category .cate-item h3 {
    font-size: 15px;
    font-weight: 400;
    display: block;
    margin-bottom: 4px;
    white-space: normal;
    height: 38px;
    overflow: hidden;
    text-align: center;
    line-height: 19px;
    padding: 0 10px;
    margin: 20px 0 5px
}

@media (max-width: 991px) {
    .section_category .cate-item h3 {
        padding: 0 7px;
        font-size: 12px;
        line-height: 1.3;
        height: 30px
    }
}

.section_category .cate-item:hover .image img {
    transform: translateY(4px);
    box-shadow: 0 3px 10px rgba(0,0,0,0.12)
}

.section_category .swiper-button-next, .section_category .swiper-button-prev {
    z-index: 1;
    top: 17%;
    width: 30px;
    height: 30px;
    box-shadow: 0 1px 12px 0 rgba(0,0,0,0.12);
    background-blend-mode: difference;
    background-size: 12px
}

@media (max-width: 767px) {
    .section_category .swiper-button-next, .section_category .swiper-button-prev {
        width: 20px;
        height: 20px;
        background-size: 11px;
        bottom: 40%;
        display: none
    }
}

.section_category .swiper-button-next {
    right: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

    .section_category .swiper-button-next.swiper-button-disabled {
        opacity: 0.35
    }

    .section_category .swiper-button-next:hover {
        opacity: .7
    }

@media (max-width: 767px) {
    .section_category .swiper-button-next {
        right: 0
    }
}

.section_category .swiper-button-prev {
    left: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

    .section_category .swiper-button-prev.swiper-button-disabled {
        opacity: 0.35
    }

    .section_category .swiper-button-prev:hover {
        opacity: .7
    }

@media (max-width: 767px) {
    .section_category .swiper-button-prev {
        left: 0
    }
}

.section_best_deal {
    margin-bottom: 50px
}

@media (max-width: 767px) {
    .section_best_deal {
        margin-bottom: 20px
    }
}

.section_best_deal .border-red {
    border: 2px solid #de2828;
    border-radius: 20px;
    padding: 0 30px 20px;
    position: relative
}

@media (max-width: 767px) {
    .section_best_deal .border-red {
        padding: 0 10px 10px
    }
}

.section_best_deal .block-title {
    text-align: center
}

    .section_best_deal .block-title h2 {
        font-size: 0;
        line-height: initial;
        font-weight: bold;
        margin-top: -40px;
        margin-bottom: 20px
    }

        .section_best_deal .block-title h2 a {
            font-size: 34px;
            padding: 20px 35px;
            background-color: #fff;
            border-radius: 50px;
            box-shadow: 0px 0px 17px 8px rgba(0,0,0,0.05);
            color: #3e4a5e;
            display: inline-block
        }

            .section_best_deal .block-title h2 a:hover {
                color: #ffb416
            }

            .section_best_deal .block-title h2 a svg {
                width: 32px;
                height: 32px;
                margin-right: 10px;
                position: relative;
                top: -3px
            }

@media (max-width: 767px) {
    .section_best_deal .block-title h2 a {
        font-size: 21px;
        padding: 15px
    }

        .section_best_deal .block-title h2 a svg {
            width: 25px;
            height: 25px
        }
}

.section_best_deal .block-product .swiper-container .swiper-slide .item_product_main .product-info {
    text-align: center
}

@media (min-width: 1199px) {
    .section_best_deal .block-product .swiper-container .swiper-slide .item_product_main .product-transition {
        height: 227px
    }
}

@media (max-width: 1439px) and (min-width: 1280px) {
    .section_best_deal .block-product .swiper-container .swiper-slide .item_product_main .product-transition {
        height: 207px
    }
}

@media (max-width: 1199px) and (min-width: 1024px) {
    .section_best_deal .block-product .swiper-container .swiper-slide .item_product_main .product-transition {
        height: 204px
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .section_best_deal .block-product .swiper-container .swiper-slide .item_product_main .product-transition {
        height: 200px
    }
}

@media (max-width: 767px) {
    .section_best_deal .block-product .swiper-container .swiper-slide .item_product_main .product-transition {
        height: 130px
    }
}

@media (max-width: 480px) {
    .section_best_deal .block-product .swiper-container .swiper-slide .item_product_main .product-transition {
        height: 216px
    }
}

@media (max-width: 425px) {
    .section_best_deal .block-product .swiper-container .swiper-slide .item_product_main .product-transition {
        height: 188px
    }
}

@media (max-width: 376px) {
    .section_best_deal .block-product .swiper-container .swiper-slide .item_product_main .product-transition {
        height: 163px
    }
}

@media (max-width: 321px) {
    .section_best_deal .block-product .swiper-container .swiper-slide .item_product_main .product-transition {
        height: 136px
    }
}

.section_best_deal .block-product .swiper-container .swiper-slide .item_product_main:before {
    position: absolute;
    height: 100%;
    width: 1px;
    background: #e6e6e6;
    content: "";
    right: -10px
}

@media (max-width: 991px) {
    .section_best_deal .block-product .swiper-container .swiper-slide .item_product_main:before {
        right: -5px
    }
}

.section_best_deal .swiper-button-next, .section_best_deal .swiper-button-prev {
    width: 30px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.5);
    color: #707070;
    top: 50%;
    transition: .3s;
    outline: none;
    opacity: .9
}

    .section_best_deal .swiper-button-next:after, .section_best_deal .swiper-button-prev:after {
        font-size: 20px;
        color: #333;
        transition: all 0.5s
    }

    .section_best_deal .swiper-button-next.swiper-button-disabled, .section_best_deal .swiper-button-prev.swiper-button-disabled {
        display: none
    }

@media (max-width: 767px) {
    .section_best_deal .swiper-button-next, .section_best_deal .swiper-button-prev {
        width: 20px;
        height: 30px
    }

        .section_best_deal .swiper-button-next:after, .section_best_deal .swiper-button-prev:after {
            font-size: 12px
        }
}

.section_best_deal .swiper-button-next {
    padding-left: 7px;
    border-radius: 100px 0 0 100px;
    right: 0
}

.section_best_deal .swiper-button-prev {
    padding-right: 7px;
    border-radius: 0 100px 100px 0;
    left: 0
}

.section_banner {
    margin-bottom: 50px
}

@media (max-width: 767px) {
    .section_banner {
        margin-bottom: 20px
    }
}

.section_banner .banner-swiper .swiper-slide a {
    display: block;
    border-radius: 20px;
    overflow: hidden
}

@media (min-width: 1199px) {
    .section_banner .banner-swiper .swiper-slide a {
        max-height: 280px
    }
}

@media (max-width: 1199px) and (min-width: 991px) {
    .section_banner .banner-swiper .swiper-slide a {
        max-height: 205px
    }
}

@media (max-width: 991px) and (min-width: 767px) {
    .section_banner .banner-swiper .swiper-slide a {
        max-height: 154px
    }
}

@media (max-width: 480px) {
    .section_banner .banner-swiper .swiper-slide a {
        max-height: 145px
    }
}

@media (max-width: 376px) {
    .section_banner .banner-swiper .swiper-slide a {
        max-height: 127px
    }
}

@media (max-width: 321px) {
    .section_banner .banner-swiper .swiper-slide a {
        max-height: 108px
    }
}

.section_banner .banner-swiper .swiper-slide a img {
    transition: all 0.5s
}

.section_banner .banner-swiper .swiper-slide a:hover img {
    transform: scale(1.05)
}

.section_product {
    margin-bottom: 50px
}

@media (max-width: 767px) {
    .section_product {
        margin-bottom: 20px
    }
}

.section_product .block-title {
    text-align: center
}

    .section_product .block-title h2 {
        font-size: 28px;
        margin-bottom: 0
    }

.section_product.product_1 .title-links {
    background: url("//bizweb.dktcdn.net/100/431/449/themes/834425/assets/bg-title-link-1.jpg?1634023014212") no-repeat center
}

@media (min-width: 767px) {
    .section_product.product_2 .row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
}

.section_product.product_2 .title-links {
    background: url("//bizweb.dktcdn.net/100/431/449/themes/834425/assets/bg-title-link-2.jpg?1634023014212") no-repeat center
}

.section_product.product_3 .title-links {
    background: url("//bizweb.dktcdn.net/100/431/449/themes/834425/assets/bg-title-link-3.jpg?1634023014212") no-repeat center
}

.section_product .title-links {
    height: 100%;
    border-radius: 20px;
    padding: 30px 35px
}

@media (max-width: 767px) {
    .section_product .title-links .block-cate {
        display: none
    }
}

@media (max-width: 1199px) and (min-width: 767px) {
    .section_product .title-links {
        padding: 30px 20px
    }
}

@media (max-width: 767px) {
    .section_product .title-links {
        padding: 15px;
        background-size: cover !important;
        position: relative;
        background-position: initial !important
    }

        .section_product .title-links .btn-more-cate {
            position: absolute;
            top: 10px;
            right: 10px
        }

            .section_product .title-links .btn-more-cate svg {
                width: 40px;
                height: 40px
            }
}

.section_product .title-links .view-more a {
    background-color: #f62e2e;
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    padding: 0 20px;
    margin-top: 10px
}

    .section_product .title-links .view-more a:hover {
        background-color: #ffb416
    }

.section_product .title-links h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0
}

.section_product .title-links ul {
    padding: 0;
    margin: 0;
    margin-top: 10px
}

    .section_product .title-links ul li {
        margin-bottom: 5px
    }

        .section_product .title-links ul li a .icon {
            margin-right: 5px
        }

            .section_product .title-links ul li a .icon svg {
                width: 6px;
                height: 6px;
                fill: #3ba66b
            }

    .section_product .title-links ul::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5
    }

    .section_product .title-links ul::-webkit-scrollbar {
        width: 5px;
        background-color: #F5F5F5
    }

    .section_product .title-links ul::-webkit-scrollbar-thumb {
        background-color: #a4a3a3;
        border: 2px solid #a4a3a3
    }

.section_product .block-product {
    position: relative
}

@media (max-width: 767px) {
    .section_product .block-product {
        margin-top: 10px
    }
}

.section_product .block-product .item_product_main {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    overflow: hidden
}

    .section_product .block-product .item_product_main .product-info {
        padding: 0 10px 14px;
        text-align: center
    }

@media (min-width: 1199px) {
    .section_product .block-product .item_product_main .product-transition {
        height: 218px
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .section_product .block-product .item_product_main .product-transition {
        height: 218px
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .section_product .block-product .item_product_main .product-transition {
        height: 223px
    }
}

@media (max-width: 767px) {
    .section_product .block-product .item_product_main .product-transition {
        height: 146px
    }
}

@media (max-width: 480px) {
    .section_product .block-product .item_product_main .product-transition {
        height: 226px
    }
}

@media (max-width: 425px) {
    .section_product .block-product .item_product_main .product-transition {
        height: 198px
    }
}

@media (max-width: 376px) {
    .section_product .block-product .item_product_main .product-transition {
        height: 173px
    }
}

@media (max-width: 321px) {
    .section_product .block-product .item_product_main .product-transition {
        height: 146px
    }
}

.section_product .block-product .swiper-button-next, .section_product .block-product .swiper-button-prev {
    width: 30px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.5);
    color: #707070;
    top: 50%;
    transition: .3s;
    outline: none;
    opacity: .9
}

    .section_product .block-product .swiper-button-next:after, .section_product .block-product .swiper-button-prev:after {
        font-size: 20px;
        color: #333;
        transition: all 0.5s
    }

    .section_product .block-product .swiper-button-next.swiper-button-disabled, .section_product .block-product .swiper-button-prev.swiper-button-disabled {
        display: none
    }

@media (max-width: 767px) {
    .section_product .block-product .swiper-button-next, .section_product .block-product .swiper-button-prev {
        width: 20px;
        height: 30px
    }

        .section_product .block-product .swiper-button-next:after, .section_product .block-product .swiper-button-prev:after {
            font-size: 12px
        }
}

.section_product .block-product .swiper-button-next {
    padding-left: 7px;
    border-radius: 100px 0 0 100px;
    right: 0
}

.section_product .block-product .swiper-button-prev {
    padding-right: 7px;
    border-radius: 0 100px 100px 0;
    left: 0
}

.delivery_express {
    margin-bottom: 50px
}

@media (max-width: 767px) {
    .delivery_express {
        margin-bottom: 20px
    }
}

.delivery_express .bg {
    background: url("//bizweb.dktcdn.net/100/431/449/themes/834425/assets/bg_delivery_express2.jpg?1634023014212") no-repeat;
    background-size: cover;
    height: 200px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

@media (max-width: 1366px) and (min-width: 1280px) {
    .delivery_express .bg {
        background-position-x: -30px
    }
}

@media (max-width: 1199px) and (min-width: 991px) {
    .delivery_express .bg {
        background-position-x: -140px
    }
}

@media (max-width: 991px) and (min-width: 767px) {
    .delivery_express .bg {
        background-position-x: -330px
    }
}

@media (max-width: 767px) {
    .delivery_express .bg {
        background-position-x: -400px
    }
}

.delivery_express .bg h2 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
    padding: 0 15px
}

.delivery_express .bg a {
    display: inline-block;
    border-radius: 30px;
    padding: 0 25px;
    background: white;
    line-height: 35px
}

    .delivery_express .bg a:hover {
        background: #ffb416;
        color: #fff
    }

.section_blog .block-title h2 {
    text-align: center;
    font-size: 34px;
    margin-bottom: 30px;
    position: relative;
    font-weight: bold;
    color: #3e4a5e
}

@media (max-width: 767px) {
    .section_blog .block-title h2 {
        font-size: 28px
    }
}

.section_blog .block-title h2:after {
    content: "";
    display: block;
    width: 62px;
    height: 18px;
    margin: auto;
    margin-top: 6px;
    background: url("//bizweb.dktcdn.net/100/431/449/themes/834425/assets/bg-title-after.png?1634023014212") no-repeat;
    content: ""
}

@media (max-width: 767px) {
    .section_blog {
        margin-top: 20px
    }

        .section_blog .blogs_mobile_base {
            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
        }
}

.section_blog .item_blog_base {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    overflow: hidden;
    position: relative
}

    .section_blog .item_blog_base:before {
        content: "";
        position: absolute;
        bottom: 0;
        height: 50%;
        left: 0;
        width: 100%;
        z-index: 1;
        background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.65), transparent);
        background: linear-gradient(0deg, rgba(0,0,0,0.65) 0, transparent)
    }

    .section_blog .item_blog_base .content_blog {
        z-index: 9;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 0 15px;
        left: 0
    }

    .section_blog .item_blog_base .thumb {
        display: block;
        position: relative;
        overflow: hidden;
        height: 305px
    }

@media (max-width: 1439px) and (min-width: 1280px) {
    .section_blog .item_blog_base .thumb {
        height: 280px
    }
}

@media (max-width: 1199px) and (min-width: 991px) {
    .section_blog .item_blog_base .thumb {
        height: 220px
    }
}

@media (max-width: 991px) and (min-width: 767px) {
    .section_blog .item_blog_base .thumb {
        height: 226px
    }
}

@media (max-width: 425px) and (min-width: 376px) {
    .section_blog .item_blog_base .thumb {
        height: 411px
    }
}

@media (max-width: 375px) and (min-width: 321px) {
    .section_blog .item_blog_base .thumb {
        height: 361px
    }
}

@media (max-width: 320px) {
    .section_blog .item_blog_base .thumb {
        height: 306px
    }
}

.section_blog .item_blog_base .thumb img {
    width: auto;
    max-height: 100%;
    transition: all 0.5s;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

    .section_blog .item_blog_base .thumb img.loaded {
        height: unset;
        width: auto
    }

.section_blog .item_blog_base .thumb .thead {
    position: absolute;
    display: inline-block;
    padding: 0 10px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    background: #3ba66b;
    text-align: center;
    z-index: 2;
    top: 0;
    left: 0
}

.section_blog .item_blog_base .time-post {
    color: #fff;
    margin-bottom: 15px
}

.section_blog .item_blog_base h3 {
    margin-bottom: 10px;
    overflow: hidden;
    word-break: break-word
}

    .section_blog .item_blog_base h3 .a-title {
        display: block;
        margin: 0;
        color: #fff;
        font-weight: 700;
        line-height: 1.3;
        font-size: 16px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

        .section_blog .item_blog_base h3 .a-title:hover, .section_blog .item_blog_base h3 .a-title:focus {
            color: #ffb416
        }

@media (max-width: 991px) {
    .section_blog .item_blog_base h3 a {
        font-size: 14px
    }
}

.section_blog .item_blog_base p {
    margin: 10px 0 0;
    color: #8b8b8b;
    display: block;
    height: 37px;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis
}

.section_blog .item_blog_base:hover .thumb img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

@media (min-width: 768px) {
    .push-md-6 {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: -12;
        order: -12;
    }
}

.feature-wrap {
    margin-bottom: 20px;
    margin-top: 20px;
    display: table;
}

    .feature-wrap > a {
        display: block;
        width: 50px;
        float: left;
        margin-right: 10px;
    }

        .feature-wrap > a img {
            max-width: 50px;
            margin-right: 5px;
        }

    .feature-wrap .feature-wrap-contetn {
        float: left;
        width: calc(100% - 60px);
    }

@media (min-width: 768px) {
    .full-item2 .feature-wrap > a {
        display: block;
        width: 50px;
        float: right;
    }

        .full-item2 .feature-wrap > a img {
            max-width: 50px;
            margin-left: 5px;
        }

    .full-item2 .feature-wrap .feature-wrap-contetn {
        float: right;
        width: calc(100% - 60px);
    }

        .full-item2 .feature-wrap .feature-wrap-contetn h3 {
            margin-top: 0;
        }
}


.feature-wrap p {
    margin-bottom: 0;
}

.title-1 {
    font-size: 18px;
}

.section-mak-1 {
    padding: 40px 0;
    background: #fafafa;
}

    /*.section-mak-1 .block-title h2 {
        text-align: center;
        text-transform: capitalize;
        margin-bottom: 40px;
    }*/

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.section-mak-2 {
    padding: 40px 0;
}
.evo-tabs {
    padding: 0;
    margin: 0;
    margin-left: -5px;
    margin-right: -5px;
}

    .evo-tabs .col-lg-4 {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 9px;
        /* margin-top: 5px; */
    }
        .evo-tabs .col-lg-4.nav-item a {
            display: block;
            position: relative;
            transition: all 0.3s ease-in 0s;
            overflow: hidden;
            height: 182px;
        }
            .evo-tabs .col-lg-4.nav-item a img {
                transform: scale(1);
                transition: all 0.3s ease-in 0s;
                width: auto !important;
                max-height: 100%;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto;
            }
.play-btn, .play-btn:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
}
.play-btn {
    width: 45px;
    height: 35px;
    background-color: #333;
    box-shadow: 0 0 30px rgb(0 0 0 / 60%);
    z-index: 1;
    opacity: .8;
    border-radius: 6px;
    position: absolute;
}
    .play-btn, .play-btn:before {
        top: 50%;
        left: 50%;
        transform: translate3d(-50%,-50%,0);
    }
    .play-btn:before {
        position: absolute;
        content: "";
        border-style: solid;
        border-width: 11px 0 11px 15px;
        border-color: transparent transparent transparent #fff;
    }
.evo-tabs .col-lg-4.nav-item a:after {
    content: "";
    height: 100%;
    width: 100%;
    border: 3px solid transparent;
    display: block;
    top: 0;
    left: 0;
    position: absolute;
}
.evo-tabs .col-lg-4.nav-item.active a::before, .evo-tabs .col-lg-4.nav-item:hover a::before {
    opacity: 0;
}
.evo-tabs .col-lg-4.nav-item.active a:after, .evo-tabs .col-lg-4.nav-item:hover a:after {
    border-color: #18a096;
}
.section_testi {
    background: #f5fae9;
    padding: 40px 0;
    position: relative;
}
.evo-tabs .col-lg-4.nav-item a img {
    transform: scale(1.2);
    transition: all 0.3s ease-in 0s;
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.evo-tabs .col-lg-4.nav-item.active a img, .evo-tabs .col-lg-4.nav-item:hover a img {
    transform: scale(1.3);
}
.h2big {
    border: 10px solid #d6e4b2;
    padding: 50px 9px;
}
.cols-6 {
    width: 50%;
    float: left;
    display: inline-block;
}
.align-middle {
    vertical-align: middle !important;
}
.h2big__pic a img {
    max-width: 252px;
    min-height: 202px;
}
.clr {
    clear: both;
}
.back-ground-mak {
    background: #f5fae9;
}
.h2big__pic a {
    position: relative;
    display: inline-block;
}

.modal-index {
    display: none;
    position: fixed;
    z-index: 15;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
    text-align: center;
}
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.modal-index iframe {
    width: 60%;
    height: 500px;
    margin: auto;
    vertical-align: middle;
}
@media (max-width: 768px){
    .section-mak-2 {
        padding: 20px 0;
    }
    .cols-6 {
        width: 100%;
    }
    .h2big__pic a img {
        max-width: 100%;
    }
    .h2big__box {
        padding-left: 0px;
        margin-top: 15px;
    }
    .evo-tabs .col-lg-4.nav-item a {
        height: 119px;
    }
    .evo-tabs {
        margin-top: 10px
    }
}

.g-w-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

    .g-w-main .g-w-m-item {
        width: calc(100%/5);
        position: relative;
    }

@media (max-width: 767px) {
    .g-w-main .g-w-m-item {
        width: calc(100%/2);
    }
}

.g-w-main .g-w-m-item:before {
    content: "";
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 50%;
    right: 50%;
    border-top: solid 1px rgba(255, 255, 255, 0.3);
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.75s linear;
    -o-transition: all 0.75s linear;
    transition: all 0.75s linear;
    pointer-events: none;
    z-index: 1;
}

.g-w-main .g-w-m-item:after {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    top: 50%;
    bottom: 50%;
    border-left: solid 1px rgba(255, 255, 255, 0.3);
    border-right: solid 1px rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.75s linear;
    -o-transition: all 0.75s linear;
    transition: all 0.75s linear;
    pointer-events: none;
    z-index: 1;
}

.g-w-main .g-w-m-item:hover:before {
    left: 15px;
    right: 15px;
}

.g-w-main .g-w-m-item:hover:after {
    top: 15px;
    bottom: 15px;
}

.g-w-main .g-w-m-item:hover span {
    opacity: 1;
    visibility: visible;
}

.g-w-main .g-w-m-item span {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(40, 40, 40, 0.75);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: opacity .75s linear;
}


.section_blog .swiper-button-next, .section_product .swiper-button-prev {
    width: 30px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.5);
    color: #707070;
    top: 50%;
    transition: .3s;
    outline: none;
    opacity: .9
}

    .section_blog .swiper-button-next:after, .section_blog .swiper-button-prev:after {
        font-size: 20px;
        color: #333;
        transition: all 0.5s
    }

    .section_blog .swiper-button-next.swiper-button-disabled, .section_blog .swiper-button-prev.swiper-button-disabled {
        display: none
    }

@media (max-width: 767px) {
    .section_blog .swiper-button-next, .section_blog .swiper-button-prev {
        width: 20px;
        height: 30px
    }

        .section_blog .swiper-button-next:after, .section_blog .swiper-button-prev:after {
            font-size: 12px
        }
}

.section_blog .swiper-button-next {
    padding-left: 7px;
    border-radius: 100px 0 0 100px;
    right: 0
}

.section_blog .swiper-button-prev {
    padding-right: 7px;
    border-radius: 0 100px 100px 0;
    left: 0
}

.img-center {
    text-align: center;
}
.box-video {
    margin-bottom: 15px;
}

.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 55.25%;
    overflow: hidden;
    cursor: pointer;
    max-width: 900px;
    margin: auto;
}
    .youtube .play-button {
        width: 90px;
        height: 60px;
        background-color: #333;
        box-shadow: 0 0 30px rgb(0 0 0 / 60%);
        z-index: 1;
        opacity: .8;
        border-radius: 6px;
    }
    .youtube img, .youtube .play-button {
        cursor: pointer;
    }
    .youtube img, .youtube iframe, .youtube .play-button, .youtube .play-button:before {
        position: absolute;
    }
    .youtube .play-button, .youtube .play-button:before {
        top: 50%;
        left: 50%;
        transform: translate3d(-50%,-50%,0);
    }
        .youtube .play-button:before {
            content: "";
            border-style: solid;
            border-width: 15px 0 15px 26px;
            border-color: transparent transparent transparent #fff;
        }
    .youtube img {
        width: 100%;
        top: -17.82%;
        left: 0;
        opacity: 1;
    }
    .youtube img, .youtube iframe, .youtube .play-button, .youtube .play-button:before {
        position: absolute;
    }
.text-justify {
    text-align: justify !important;
}
.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
        