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

.section_slider {
    text-align: center
}

@media (min-width: 1199px) {
    .section_2_banner {
        top:-100px;
        position: relative;
        z-index: 1;
        margin-bottom: -100px
    }
}

@media (max-width: 1199px) {
    .section_2_banner {
        margin-top:20px
    }
}

@media (max-width: 1199px) and (max-width: 767px) {
    .section_2_banner .row {
        overflow-x:auto;
        flex-wrap: nowrap;
        margin: 0 !important
    }

    .section_2_banner .row .col-7 {
        padding: 0
    }

    .section_2_banner .row .col-7:first-child {
        margin-right: 10px !important
    }
}

section {
    margin-bottom: 30px
}

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

.section_danhmuc .danhmuc-slider a {
    display: block;
    text-align: center;
    border-radius: 5px;
    position: relative;
    box-shadow: rgba(60,64,67,0.1) 0px 1px 2px 0px,rgba(60,64,67,0.15) 0px 2px 6px 2px;
    padding: 5px
}

.section_danhmuc .danhmuc-slider a picture {
    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: 76%
}

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

.section_danhmuc .danhmuc-slider a h3 {
    font-size: 16px;
    color: #000;
    display: inline-block;
    margin-top: 5px
}

@media (max-width: 767px) {
    .section_danhmuc .danhmuc-slider a h3 {
        font-size:12px
    }
}

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

.section_danhmuc2 .danhmuc2-slider .swiper-slide {
    border-radius: 5px;
    position: relative;
    box-shadow: rgba(60,64,67,0.1) 0px 1px 2px 0px,rgba(60,64,67,0.15) 0px 2px 6px 2px;
    padding: 10px
}

.section_danhmuc2 .danhmuc2-slider .swiper-slide>a h3 {
    font-weight: 600;
    font-size: 20px;
    color: #000;
    margin-bottom: 0;
    text-align: left;
    padding: 0px 50px 10px 10px;
    position: relative
}

.section_danhmuc2 .danhmuc2-slider .swiper-slide>a h3 span {
    font-size: 16px;
    display: block;
    color: #000f8f
}

.section_danhmuc2 .danhmuc2-slider .swiper-slide>a h3 svg {
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    padding: 12px;
    background: #f8f8f8;
    transition: 0.3s all ease;
    border-radius: 50%;
    position: absolute
}

.section_danhmuc2 .danhmuc2-slider .swiper-slide>a:hover:before {
    border-width: 3px;
    border-color: #f3bd01
}

.section_danhmuc2 .danhmuc2-slider .swiper-slide>a:hover h3 {
    color: #f3bd01
}

.section_danhmuc2 .danhmuc2-slider .swiper-slide>a:hover svg {
    right: -2px !important
}

.section_danhmuc2 .danhmuc2-slider .swiper-slide .product-image {
    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: 100%
}

.section_danhmuc2 .danhmuc2-slider .swiper-slide .product-image img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: scale(1);
    transition: all 0.3s ease
}

.section_danhmuc2 .danhmuc2-slider .swiper-slide .product-image:hover img {
    transform: scale(1.2)
}

.section_danhmuc2 .danhmuc2-slider .swiper-slide .item-more {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.26);
    color: #fff;
    font-size: 28px;
    font-weight: 600
}

.section_danhmuc2 .danhmuc2-slider .swiper-slide .item-more:hover {
    color: #f3bd01
}

.section_flashsale .thumb-flasale {
    border-radius: 5px;
    padding: 5px;
    background: #000f8f
}

.section_flashsale .lof-labelexpired {
    color: #fff
}

.section_flashsale .product-flash-swiper {
    padding: 5px !important
}

.section_flashsale .product-flash-swiper .swiper-button-next {
    right: 6px !important
}

.section_flashsale .product-flash-swiper .swiper-button-prev {
    left: 5px !important
}

@media (max-width: 767px) {
    .section_flashsale .product-flash-swiper .swiper-button-next {
        right:6px !important
    }

    .section_flashsale .product-flash-swiper .swiper-button-prev {
        left: 5px !important
    }
}

.section_flashsale .thumb-title-flash {
    position: relative;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px
}

@media (max-width: 991px) {
    .section_flashsale .thumb-title-flash {
        margin-bottom:10px
    }
}

.section_flashsale .thumb-title-flash img {
    height: 50px;
    width: auto;
    animation: 0.8s linear 0s infinite normal none running pulseSmall;
    margin-right: 10px
}

@media (max-width: 1199px) {
    .section_flashsale .thumb-title-flash img {
        height:30px
    }
}

.section_flashsale .thumb-title-flash .title-index {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
    flex: 0 0 auto;
    padding-right: 20px
}

@media (max-width: 991px) {
    .section_flashsale .thumb-title-flash .title-index {
        justify-content:center
    }
}

.section_flashsale .text-slider {
    color: #fff;
    padding: 5px 0;
    text-align: center;
    flex: 0 0 auto;
    font-size: 16px
}

@media (max-width: 991px) {
    .section_flashsale .text-slider {
        margin-bottom:5px;
        font-size: 14px
    }
}

.section_flashsale .text-slider .swiper-wrapper {
    align-items: center
}

.section_flashsale .text-slider .swiper-slide {
    opacity: 0 !important;
    text-align: center
}

.section_flashsale .text-slider .swiper-slide.swiper-slide-active {
    opacity: 1 !important
}

@-webkit-keyframes pulseSmall {
    50% {
        opacity: 0.7;
        transform: scale(1.1)
    }
}

.section_flashsale .count-down {
    display: block;
    font-size: 14px;
    padding: 0;
    text-align: center;
    margin-bottom: 10px
}

.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: 55px;
    height: 55px;
    display: inline-flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    background: #f3bd01;
    margin: 0 5px;
    border-radius: 5px;
    margin-bottom: 0
}

@media (max-width: 991px) {
    .section_flashsale .count-down .timer-view .block-timer {
        width:40px;
        height: 40px;
        margin: 0 5px;
        margin-bottom: 0
    }
}

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

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

@media (max-width: 991px) {
    .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 .title-index a {
    color: #fff;
    padding-left: 0;
    border-left: 0
}

.section_flashsale .title-index a:hover {
    color: #f3bd01
}

.section_flashsale .see-more {
    color: #000f8f;
    border: 0;
    background: #fff
}

.section_flashsale .see-more svg path {
    fill: #000f8f
}

.section_flashsale .see-more:hover {
    opacity: 0.8
}

.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: #000f8f;
    -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: 600;
    margin-top: 2px;
    display: block
}

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

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

.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%;
    border-radius: 5px
}

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

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

.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%;
    border-radius: 5px
}

.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;
    border-radius: 5px
}

.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: 14px;
    font-weight: 700;
    margin-bottom: 5px
}

.section_blog .item-blog-small .block-content p {
    margin-bottom: 0
}

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

@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;
    white-space: nowrap;
    text-align: center;
    position: relative
}

@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;
    display: flex;
    align-items: center;
    font-weight: 600;
    padding: 10px;
    border: 1px solid #000f8f;
    color: #000;
    border-radius: 5px
}

@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 {
    color: #fff;
    background: #000f8f
}

.section_product_tab .tab-content {
    display: none
}

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

@media (max-width: 1199px) {
    .section_product_tab .tab-content .col-fix:nth-child(7),.section_product_tab .tab-content .col-fix:nth-child(8) {
        display:none
    }
}

@media (max-width: 991px) {
    .section_product_tab .tab-content .col-fix:nth-child(5),.section_product_tab .tab-content .col-fix:nth-child(6) {
        display:none
    }
}

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

.section_product_tab .see-more {
    margin-top: 0px
}

@media (max-width: 991px) {
    .section_product .col-lg-4 {
        order:1 !important
    }

    .section_product .col-lg-8 {
        order: 1 !important
    }
}

.section_product .title-index {
    justify-content: space-between;
    margin-bottom: 10px
}

@media (max-width: 1199px) {
    .section_product .title-index {
        flex-direction:column;
        align-items: start
    }
}

@media (max-width: 1199px) and (min-width: 991px) {
    .section_product .title-index .title-name {
        margin-bottom:10px
    }
}

.section_product .title-index .menu-title {
    display: flex;
    font-size: 14px;
    font-weight: 500;
    text-transform: none
}

.section_product .title-index .menu-title li {
    margin-right: 10px
}

.section_product .title-index .menu-title li a {
    background-color: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 5px;
    padding: 5px 10px;
    display: block;
    color: #000f8f
}

.section_product .title-index .menu-title li a:hover {
    background: #000f8f;
    border-color: #000f8f;
    color: #fff
}

.section_product .title-index .menu-title li:last-child {
    margin-right: 0px
}

@media (max-width: 991px) {
    .section_product .title-index .menu-title {
        margin-top:10px;
        overflow-y: hidden;
        display: flex;
        justify-content: flex-start;
        width: 100%;
        overflow-x: scroll;
        position: relative;
        padding-left: 0px;
        flex-wrap: nowrap
    }

    .section_product .title-index .menu-title li {
        flex: 0 0 auto
    }
}

.section_product .h-100 {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media (max-width: 991px) {
    .section_product .h-100 {
        margin-bottom:20px;
        flex-direction: inherit;
        height: auto
    }

    .section_product .h-100 .thumb-image-banner {
        margin-bottom: 0 !important;
        width: 50%
    }

    .section_product .h-100 .thumb-image-banner:first-child {
        margin-right: 5px
    }

    .section_product .h-100 .thumb-image-banner:last-child {
        margin-left: 5px
    }
}

@media (max-width: 991px) {
    .section_chinhsach .col-fix:nth-child(1),.section_chinhsach .col-fix:nth-child(2) {
        margin-bottom:10px !important
    }
}

.section_chinhsach .item {
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid #000f8f;
    border-radius: 5px;
    justify-content: center;
    height: 100%
}

.section_chinhsach .item .icon img {
    max-height: 40px;
    width: auto
}

@media (max-width: 991px) {
    .section_chinhsach .item .icon img {
        max-height:inherit;
        max-width: 40px
    }
}

@media (max-width: 767px) {
    .section_chinhsach .item .icon img {
        max-height:inherit;
        max-width: 30px
    }
}

.section_chinhsach .item .text {
    color: #000;
    padding-left: 10px
}

.section_chinhsach .item .text .title {
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 700
}

@media (max-width: 767px) {
    .section_chinhsach .item .text .title {
        font-size:14px
    }
}

@media (max-width: 991px) {
    .section_video .row {
        overflow-x:auto;
        flex-wrap: nowrap;
        margin: 0 !important
    }

    .section_video .row>div {
        padding: 0 !important;
        margin-right: 10px
    }
}

.section_video .item .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: 57%;
    border-radius: 5px
}

.section_video .item .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_video .item .block-thumb .icon {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.17)
}

.section_video .item .block-thumb .icon svg {
    width: 50px;
    height: 50px
}

.section_video .item .block-thumb .icon svg path {
    fill: #fff
}

.section_video .item .block-content h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px
}

.section_video .item:hover .icon path {
    fill: #f3bd01 !important
}

.popup-video {
    position: fixed;
    z-index: 99999;
    top: 0 !important;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.89);
    display: none
}

.popup-video.active {
    display: flex
}

.popup-video .close-popup-video {
    background: #fff;
    color: #000;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer
}

.popup-video .close-popup-video:hover {
    opacity: 0.8
}

.popup-video iframe {
    height: calc(100vh - 200px);
    width: 1100px
}

@media (max-width: 1100px) {
    .popup-video iframe {
        width:700px
    }
}

@media (max-width: 767px) {
    .popup-video .body-popup {
        padding:0 5px;
        width: 100%
    }

    .popup-video .body-popup iframe {
        width: 100%;
        height: 300px
    }
}

.section_danhgia .item {
    border-radius: 5px;
    position: relative;
    box-shadow: rgba(60,64,67,0.1) 0px 1px 2px 0px,rgba(60,64,67,0.15) 0px 2px 6px 2px;
    padding: 10px
}

.section_danhgia .item .avatar {
    text-align: center
}

.section_danhgia .item .avatar img {
    max-height: 60px;
    margin-bottom: 15px;
    width: auto
}

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

.section_danhgia .item .avatar .testimonial span {
    color: #000;
    text-transform: capitalize;
    font-size: 14px;
    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_danhmuc2 .danhmuc2-slider .swiper-slide>a h3 img {
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    padding: 12px;
    background: #f8f8f8;
    transition: 0.3s all ease;
    border-radius: 50%;
    position: absolute;
}
.section_danhmuc2 .danhmuc2-slider .swiper-slide > a:hover h3 img {
    background-color: #b9adad;
    right: -3px;
}
