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

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

.section_slider .swiper-container {
    padding: 0px !important
}


.section_3_banner .thumb-content {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%)
}

.section_3_banner .thumb-content .tag {
    background: #000;
    display: inline-block;
    padding: 5px 10px;
    color: #fff
}

.section_3_banner .thumb-content h3 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px
}

.section_3_banner .thumb-content h3 span {
    display: block;
    font-size: 20px;
    font-weight: 500
}

.section_3_banner .thumb-content a {
    background: #fff;
    display: inline-block;
    padding: 5px 15px;
    color: #000;
    font-size: 16px;
    font-weight: 700
}

.section_3_banner .thumb-content a:hover {
    color: #f25c05
}

.section_2_banner .thumb-content {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 30px;
    transform: translate(0, -50%)
}

.section_2_banner .thumb-content .tag {
    background: #ffb700;
    display: inline-block;
    padding: 5px 10px;
    color: #fff
}

@media (max-width: 767px) {
    .section_2_banner .thumb-content .tag {
        padding:3px 10px;
        font-size: 10px
    }
}

.section_2_banner .thumb-content h3 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #ffb700
}

@media (max-width: 991px) {
    .section_2_banner .thumb-content h3 {
        font-size:14px;
        margin-top: 3px;
        margin-bottom: 3px
    }
}

.section_2_banner .thumb-content h3 span {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #fff
}

.section_2_banner .thumb-content a {
    background: #fff;
    display: inline-block;
    padding: 5px 15px;
    color: #000;
    font-size: 16px;
    font-weight: 700
}

@media (max-width: 767px) {
    .section_2_banner .thumb-content a {
        padding:3px 15px;
        font-size: 10px
    }
}

.section_2_banner .thumb-content a:hover {
    color: #f25c05
}

.section_1_banner .thumb-content {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 30px;
    transform: translate(0, -50%)
}

.section_1_banner .thumb-content .tag {
    background: #ffb700;
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    font-size: 20px
}

@media (max-width: 767px) {
    .section_1_banner .thumb-content .tag {
        padding:3px 10px;
        font-size: 10px
    }
}

.section_1_banner .thumb-content h3 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #ffb700
}

@media (max-width: 767px) {
    .section_1_banner .thumb-content h3 {
        font-size:14px;
        margin-top: 3px;
        margin-bottom: 3px
    }
}

.section_1_banner .thumb-content h3 span {
    display: block;
    font-size: 28px;
    font-weight: 500;
    color: #fff
}

@media (max-width: 767px) {
    .section_1_banner .thumb-content h3 span {
        font-size:10px
    }
}

.section_1_banner .thumb-content a {
    background: #fff;
    display: inline-block;
    padding: 5px 15px;
    color: #000;
    font-size: 18px;
    font-weight: 700
}

@media (max-width: 767px) {
    .section_1_banner .thumb-content a {
        padding:3px 15px;
        font-size: 10px
    }
}

.section_1_banner .thumb-content a:hover {
    color: #f25c05
}

section {
    margin-bottom: 50px
}

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

.section_product_tab .tabs-title {
    text-align: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    margin-bottom: 30px;
    justify-content: right
}

@media (max-width: 1199px) {
    .section_product_tab .tabs-title {
        justify-content:flex-start;
        width: 100%;
        overflow-x: scroll
    }
}

.section_product_tab .tabs-title .tab-link {
    margin-bottom: 0;
    cursor: pointer;
    display: inline-block;
    padding-right: 12px;
    font-size: 15px;
    flex: 0 0 auto;
    text-align: left;
    position: relative;
    height: 100%
}

@media (max-width: 1199px) {
    .section_product_tab .tabs-title .tab-link {
        min-width:20%;
        padding: 5px 5px
    }
}

@media (max-width: 991px) {
    .section_product_tab .tabs-title .tab-link {
        min-width:25%
    }
}

@media (max-width: 767px) {
    .section_product_tab .tabs-title .tab-link {
        min-width:40%
    }
}

.section_product_tab .tabs-title .tab-link:last-child {
    margin-right: 0px
}

.section_product_tab .tabs-title .tab-link span {
    font-size: 16px;
    position: relative;
    display: block;
    font-weight: 600;
    padding: 5px 15px;
    border: 1px solid #ffb700;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: 767px) {
    .section_product_tab .tabs-title .tab-link span {
        font-size:14px;
        padding: 5px 10px
    }
}

.section_product_tab .tabs-title .tab-link span img {
    height: 30px;
    margin-right: 5px;
    width: auto
}

.section_product_tab .tabs-title .tab-link.current span,.section_product_tab .tabs-title .tab-link:hover span {
    background: #ffb700
}

.section_product_tab .tab-content {
    display: none
}

.section_product_tab .tab-content.current {
    display: block
}

@media (max-width: 1199px) {
    .section_product_tab .tab-content .row {
        display:grid;
        grid-template-rows: 1fr;
        overflow: auto;
        justify-content: start;
        grid-template-columns: repeat(5, 30%)
    }
}

@media (max-width: 991px) {
    .section_product_tab .tab-content .row {
        grid-template-columns:repeat(5, 28%)
    }
}

@media (max-width: 767px) {
    .section_product_tab .tab-content .row {
        grid-template-columns:repeat(5, 60%)
    }
}

@media (max-width: 767px) {
    .section_product_tab .e-tabs {
        margin-bottom:30px
    }
}

.section_product_tab .see-more {
    display: inline-block;
    padding: 5px 15px;
    font-size: 16px;
    border: 2px solid #ffb700;
    color: #000
}

.section_product_tab .see-more:hover {
    background: #f25c05;
    color: #fff;
    border: 2px solid #f25c05
}

.section_product_tab .search-more-tab {
    margin-top: 5px
}

.section_product_tab .search-more-tab span {
    font-size: 16px;
    font-weight: 800;
    display: block;
    margin-bottom: 10px
}

.section_product_tab .search-more-tab ul li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px
}

.section_product_tab .search-more-tab ul li a {
    display: block;
    padding: 5px 10px;
    border-radius: 5px;
    background: #ffb700;
    color: #fff
}

.section_product_tab .search-more-tab ul li a:hover {
    background: #f25c05;
    color: #fff
}

.section_flashsale .thumb-flasale {
    background-size: cover;
    background-position: center
}

.section_flashsale .title-index {
    text-align: center
}

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

.section_flashsale .count-down {
    display: inline-block;
    font-size: 14px;
    padding: 0;
    text-align: right;
    background: #fff;
    padding: 0px 70px 10px;
    clip-path: polygon(0 0, 100% 0, 84% 100%, 16% 100%);
    margin-top: -1px;
    margin-bottom: 20px
}

@media (max-width: 500px) {
    .section_flashsale .count-down {
        padding:0px 55px 10px
    }
}

.section_flashsale .count-down .title-timer {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

.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: #f25c05;
    margin: 5px;
    margin-bottom: 0
}

@media (max-width: 500px) {
    .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: 500px) {
    .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: 500px) {
    .section_flashsale .count-down .timer-view .block-timer p b {
        font-size:14px
    }
}

.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: #fff
}

.section_flashsale .elio-productcount {
    margin-top: 10px
}

.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: #ffb700;
    -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
    }
}

.section_flashsale .thumb-flasale {
    text-align: center;
    padding-top: 0;
    padding-bottom: 30px
}

.section_flashsale .see-more-flash {
    text-align: center;
    margin-top: 20px
}

.section_flashsale .see-more-flash a {
    display: inline-block;
    padding: 5px 15px;
    font-size: 16px;
    border: 2px solid #fff;
    color: #fff
}

.section_flashsale .see-more-flash a:hover {
    background: #f25c05;
    color: #fff;
    border: 2px solid #f25c05
}

.section_flashsale .product-action .product-info {
    min-height: 160px;
    text-align: left
}

.section_flashsale .product-action .btn-views {
    bottom: 55px
}

.section_flashsale .product-action .btn-views:hover {
    bottom: 60px
}

.section_about .image-about {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -3px;
    margin-left: -3px
}

.section_about .image-about li {
    position: relative;
    width: 100%;
    padding-right: 3px;
    padding-left: 3px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 6px
}

.section_about .thump-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 991px) {
    .section_about .thump-content {
        margin-top:20px
    }
}

.section_about .thump-content .thump {
    color: #000;
    text-align: left
}

.section_about .thump-content .thump .logo-about {
    max-height: 70px;
    margin-bottom: 10px;
    width: auto
}

@media (max-width: 991px) {
    .section_about .thump-content .thump {
        margin-bottom:20px
    }
}

.section_about .thump-content .thump a {
    display: block;
    margin-bottom: 10px
}

.section_about .thump-content .thump h2 {
    color: #000;
    font-weight: 700
}

@media (max-width: 991px) {
    .section_about .thump-content .thump h2 {
        font-size:26px
    }
}

.section_about .thump-content .thump h2 b {
    color: #ffb700
}

.section_about .thump-content .thump .content {
    display: block;
    font-size: 16px;
    margin-bottom: 20px
}

@media (max-width: 991px) {
    .section_about .thump-content .thump .content {
        font-size:14px
    }
}

.section_about .thump-content ul li {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 5px
}

.section_about .thump-content ul li img {
    margin-right: 10px;
    width: 15px
}

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

.section_blog .item-blog-big {
    margin-bottom: 10px
}

.section_blog .item-blog-big .block-thumb {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    -o-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -os-justify-content: center;
    -o-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    -os-display: flex;
    align-items: center;
    position: relative;
    height: auto !important;
    padding-bottom: 67%
}

.section_blog .item-blog-big .block-thumb img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    will-change: opacify;
    transform: scale(1);
    transition: all 0.5s ease
}

.section_blog .item-blog-big .block-content h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 0
}

.section_blog .item-blog-big .block-content .time-post {
    margin-top: 10px;
    color: #f25c05
}

.section_blog .item-blog-big .block-content .justify {
    margin-top: 10px
}

.section_blog .item-blog-small {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 6px
}

.section_blog .item-blog-small .block-thumb {
    flex: 0 0 35%;
    max-width: 35%;
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px
}

.section_blog .item-blog-small .block-thumb .thumb {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    -o-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -os-justify-content: center;
    -o-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    -os-display: flex;
    align-items: center;
    position: relative;
    height: auto !important;
    padding-bottom: 67%
}

.section_blog .item-blog-small .block-thumb .thumb img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    will-change: opacify;
    transform: scale(1);
    transition: all 0.5s ease
}

.section_blog .item-blog-small .block-content {
    flex: 0 0 65%;
    max-width: 65%;
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px
}

.section_blog .item-blog-small .block-content h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px
}

.section_blog .item-blog-small .block-content .time-post {
    margin-top: 10px;
    color: #f25c05
}

.section_danhgia {
    padding: 80px 0px 80px 0px;
    position: relative;
    background: #000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.section_danhgia .title-index span {
    color: #fff
}

.section_danhgia .item {
    text-align: left;
    background: #ffb700;
    color: #000;
    padding: 30px;
    display: inline-block;
    position: relative;
    margin-top: 50px
}

@media (max-width: 767px) {
    .section_danhgia .item {
        padding:25px
    }
}

.section_danhgia .item .avatar {
    display: inline-flex;
    align-items: center;
    text-align: left;
    background: #fff;
    padding: 10px;
    margin-top: -74px;
    min-width: 80%
}

.section_danhgia .item .avatar img {
    max-height: 80px;
    margin-right: 15px
}

.section_danhgia .item .avatar .testimonial h5 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0
}

.section_danhgia .item .avatar .testimonial span {
    color: #ffb700;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600
}

.section_danhgia .item .content {
    color: #000;
    margin-top: 20px;
    font-size: 16px
}

@media (max-width: 767px) {
    .section_danhgia .item .content {
        font-size:14px
    }
}

.section_thuonghieu .thuonghieu-swiper a {
    overflow: hidden;
    /*height: 50px;*/
      height: 190px;
    display: block;
    position: relative
}

.section_thuonghieu .thuonghieu-swiper a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    transform: scale(1);
    transition: all .5s ease;
    border:1px solid #dee2e6
}

.section_thuonghieu .thuonghieu-swiper a:hover img {
    transform: scale3d(1.03, 1.03, 1)
}
