.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.section_slider .home-slider .swiper-slide {
    text-align: center
}

.section_slider .home-slider .swiper-slide img {
    display: block;
    margin: 0 auto
}

.section_slider .home-slider .swiper-button-next:after,
.section_slider .home-slider .swiper-button-prev:after {
    font-size: 20px;
    color: #000
}

section {
    margin-bottom: 50px
}

@media (max-width: 991px) {
    section {
        margin-bottom: 20px
    }
}

.section_flashsale .product-flash-swiper {
    margin-bottom: 20px
}

.section_flashsale .count-down {
    display: inline-block;
    font-size: 14px;
    padding: 0;
    text-align: right;
    background: transparent
}

.section_flashsale .count-down .timer-view {
    display: inline;
    width: 100%;
    text-align: center;
    margin-bottom: 20px
}

.section_flashsale .count-down .timer-view .block-timer {
    width: 50px;
    height: 50px;
    display: inline-flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    background: #679210;
    margin: 5px;
    border-radius: 5px;
    margin-bottom: 0
}

@media (max-width: 400px) {
    .section_flashsale .count-down .timer-view .block-timer {
        width: 35px;
        height: 35px;
        margin: 2px;
        margin-bottom: 0
    }
}

.section_flashsale .count-down .timer-view .block-timer p {
    margin-bottom: 0;
    font-size: 16px
}

@media (max-width: 400px) {
    .section_flashsale .count-down .timer-view .block-timer p {
        font-size: 11px
    }
}

.section_flashsale .count-down .timer-view .block-timer p b {
    display: block;
    font-size: 20px;
    line-height: 20px
}

@media (max-width: 400px) {
    .section_flashsale .count-down .timer-view .block-timer p b {
        font-size: 14px;
        line-height: 13px
    }
}

.section_flashsale .count-down .timer-view .block-timer:first-child {
    margin-left: 0
}

.section_flashsale .count-down .timer-view>span {
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    position: relative;
    top: 11px;
    color: #679210
}

.section_flashsale .elio-productcount .countdown .line {
    height: 8px;
    background: #dfdfdf;
    border-radius: 5px
}

.section_flashsale .elio-productcount .countdown .line span {
    width: 62%;
    display: block;
    height: 8px;
    border-radius: 5px;
    background-color: #679210;
    -webkit-animation: progress_bar_fill 2s linear infinite;
    animation: progress_bar_fill 2s linear infinite;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.section_flashsale .elio-productcount .countdown .title {
    font-weight: 700;
    margin-top: 2px;
    display: block
}

@keyframes progress_bar_fill {
    0% {
        background-position: 0 0
    }

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

.swiper-wrapper {
    padding-bottom: 1px
}

@media (max-width: 991px) {
    .section_dichvu .row {
        justify-content: flex-start;
        width: 100%;
        overflow-x: scroll;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        display: flex
    }
}

.section_dichvu .item {
    text-align: center;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
    position: relative
}

.section_dichvu .item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border: 1px solid #ddd;
    z-index: -1;
    transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1)
}

.section_dichvu .item h3 {
    font-size: 20px;
    font-weight: 700;
    color: #679210;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.section_dichvu .item h3:before {
    content: '';
    width: 9px;
    height: 3px;
    background-color: #679210;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1)
}

.section_dichvu .item .content {
    font-size: 16px;
    margin-bottom: 15px
}

.section_dichvu .item a {
    display: inline-block;
    padding: 5px 15px;
    font-size: 16px;
    border: 2px solid #679210;
    border-radius: 5px;
    color: #679210
}

.section_dichvu .item a:hover {
    background: #76a713;
    color: #fff;
    border: 2px solid #76a713
}

.section_dichvu .item:hover:before {
    border-width: 3px;
    border-color: #76a713
}

.section_dichvu .item:hover h3:before {
    width: 40px
}

.image-effect {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px
}

.image-effect:before {
    content: '';
    height: 85%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: -webkit-linear-gradient(bottom, rgba(118, 167, 19, 0.9), rgba(118, 167, 19, 0));
    z-index: 9;
    opacity: 0;
    transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1)
}

.image-effect img {
    height: 0
}

.image-effect img.loaded {
    height: auto
}

.image-effect:hover:before {
    opacity: 1
}

.section_danhmuc .danhmuc-slider a {
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    position: relative
}

.section_danhmuc .danhmuc-slider a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border: 1px solid #ddd;
    z-index: -1;
    transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1)
}

.section_danhmuc .danhmuc-slider a .thumb {
    overflow: hidden;
    height: 100px;
    display: block;
    position: relative;
    width: 100px;
    margin: auto
}

.section_danhmuc .danhmuc-slider a .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.section_danhmuc .danhmuc-slider a h3 {
    font-weight: 600;
    font-size: 18px;
    color: #679210
}

.section_danhmuc .danhmuc-slider a:hover:before {
    border-width: 3px;
    border-color: #76a713
}

.section_danhmuc .danhmuc-slider a:hover h3 {
    color: #76a713
}

.section_product .product-swiper {
    margin-bottom: 20px
}

.section_blog .blog-swiper {
    margin-bottom: 20px
}

.section_3_col_pro .swiper-slide {
    margin-top: 0 !important;
    margin-bottom: 20px
}

@media (max-width: 991px) {
    .section_3_col_pro .col-12 {
        margin-bottom: 50px
    }
}