.bgindex {
    background-color: #f6f6f6
}

.section_slider {
    position: relative
}

@media (min-width: 767px) {
    .section_slider {
        margin-top:15px !important
    }
}

.section_slider .swiper-button-next,.section_slider .swiper-button-prev {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 36px;
    height: 36px;
    z-index: 1;
    text-align: center;
    font-size: 15px;
    line-height: 32px;
    cursor: pointer;
    color: #fff;
    background-color: rgba(255,255,255,0.5);
    transition: all .3s;
    -webkit-transition: all .3s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background-image: none
}

.section_slider .swiper-button-next:hover,.section_slider .swiper-button-prev:hover {
    background-color: var(--mainColor)
}

.section_slider .swiper-button-next:after,.section_slider .swiper-button-prev:after {
    width: 30px;
    height: 30px;
    font-size: 14px;
    color: white
}

@media (max-width: 991px) {
    .section_slider .swiper-button-next,.section_slider .swiper-button-prev {
        display:none
    }
}

.section_slider .swiper-button-prev {
    width: 36px;
    right: auto;
    left: 10px;
    margin: 0;
    top: 50%;
    bottom: auto
}

.section_slider .swiper-button-next {
    width: 36px;
    left: auto;
    right: 10px;
    margin: 0;
    top: 50%;
    bottom: auto;
    margin: 0px
}

.section_slider .swiper-button-disabled {
    display: none
}

.gallery-thumbs {
    box-shadow: rgba(0,0,0,0.1) 0px 5px 10px -2px,rgba(0,0,0,0.05) 0px 0px 2px -2px;
    background-color: #fff
}

.gallery-thumbs .title_one_slide {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 7px 7px 10px;
    border-radius: 0;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #343a40;
    overflow: hidden;
    cursor: pointer;
    position: relative
}

@media (max-width: 767px) {
    .gallery-thumbs .title_one_slide {
        font-size:10px;
        line-height: 14px
    }
}

.gallery-thumbs .swiper-slide {
    border-top: 2px solid transparent;
    text-align: center;
    position: relative;
    margin-right: 0px
}

.gallery-thumbs .swiper-slide:after {
    content: '';
    float: right;
    height: 20px;
    border-right: 2px solid #e5e5e5;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0
}

.gallery-thumbs .swiper-slide:last-child:after {
    content: '';
    border-right: none
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border-top-color: var(--subColor);
    font-weight: 500;
    background-color: #f8f8f8
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .title_one_slide {
    color: var(--subColor);
    font-weight: 600
}

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

    40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@keyframes circle {
    0% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

.banner_slide_1 {
    position: relative;
    display: block;
    overflow: hidden
}

@media (min-width: 767px) {
    .banner_slide_1 {
        margin-top:15px
    }
}

@media (max-width: 767px) {
    .banner_slide_1 {
        margin-top:15px
    }
}

.banner_slide_1:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255,255,255,0.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0
}

.banner_slide_1:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s
}

@media (max-width: 767px) {
    .row-electric {
        display:flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        flex-wrap: unset
    }
}

.section_services {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .section_services {
        margin-bottom:15px;
        margin-top: 15px
    }
}

.section_services .promo-box .promo-item {
    text-align: center;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    min-height: 85px;
    padding-top: 7px;
    padding-bottom: 5px;
    border-radius: 8px;
    background-color: #fff
}

@media (max-width: 767px) {
    .section_services .promo-box .promo-item {
        min-height:75px;
        margin-bottom: 14px;
        padding-top: 5px
    }
}

@media (min-width: 991px) {
    .section_services .promo-box .promo-item {
        min-height:60px
    }

    .section_services .promo-box .promo-item .icon {
        display: inline-block;
        margin-bottom: 0px
    }
}

@media (max-width: 767px) {
    .section_services .promo-box .promo-item {
        min-height:75px
    }
}

.section_services .promo-box .promo-item:last-child,.section_services .promo-box .promo-item:nth-child(3) {
    border-right: 0px none
}

.section_services .promo-box .icon {
    margin-bottom: 5px
}

.section_services .promo-box .icon img {
    max-width: 36px
}

@media (max-width: 767px) {
    .section_services .promo-box .icon img {
        max-width:26px
    }
}

.section_services .promo-box .info {
    text-align: left;
    display: inline-table;
    vertical-align: middle;
    text-align: center;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 0;
    color: var(--mainColor)
}

@media (min-width: 991px) {
    .section_services .promo-box .info {
        text-align:left;
        margin-left: 8px
    }
}

.section_services .promo-box h6 {
    margin: 0 0 2px 0;
    padding: 0;
    text-transform: uppercase
}

.section_services .promo-box span {
    color: var(--mainColor);
    font-weight: 600
}

@media (max-width: 767px) {
    .section_services .promo-box .info {
        font-size:12px;
        line-height: 14px
    }
}

@media (max-width: 321px) {
    .section_services .promo-box .info {
        font-size:11px;
        line-height: 14px
    }
}

@media (max-width: 281px) {
    .section_services .promo-box .info {
        font-size:9px;
        line-height: 15px
    }
}

.title-module {
    display: block;
    position: relative;
    text-align: center;
    line-height: 1.3;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px
}

@media (max-width: 767px) {
    .title-module {
        font-size:20px
    }
}

.title-module a {
    color: var(--textColor);
    display: inline-block
}

.title-module a:hover {
    color: var(--subColor)
}

@-webkit-keyframes circleanima {
    0% {
        opacity: 0.1
    }

    40% {
        opacity: 0.5
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@keyframes circleanima {
    0% {
        opacity: 0.1
    }

    40% {
        opacity: 0.4
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

.section_product_1 {
    position: relative;
    margin-bottom: 40px
}

@media (max-width: 991px) {
    .section_product_1 {
        margin-bottom:35px
    }
}

.section_product_1 .title_index {
    margin-bottom: 15px
}

@media (min-width: 991px) {
    .section_product_1 .title_index {
        background:var(--bgFlash);
        border-bottom: 2px solid var(--subColor);
        border-radius: 8px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
}

.section_product_1 .title_index .name_title {
    display: inline-block;
    cursor: pointer;
    font-size: 17px;
    line-height: 1.1;
    position: relative;
    color: var(--whiteColor);
    padding: 15px;
    background-color: var(--mainColor);
    box-sizing: border-box;
    border-radius: 8px;
    font-weight: 600;
    min-width: 224px;
    margin-right: 10px;
    margin-bottom: 5px
}

.section_product_1 .title_index .name_title span {
    box-sizing: border-box;
    padding-left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    color: var(--whiteColor);
}

@media (max-width: 991px) {
    .section_product_1 .title_index .link_title {
        border:0;
        padding-left: 0;
        padding-right: 0;
        display: flex;
        flex-flow: row nowrap;
        overflow-x: scroll;
        white-space: nowrap
    }
}

.section_product_1 .title_index .link_title a {
    display: inline-block;
    color: #434243;
    margin: 5px;
    line-height: 1;
    padding: 7px 10px;
    background-color: #fff;
    position: relative;
    text-transform: none;
    border-radius: 6px
}

@media (max-width: 991px) {
    .section_product_1 .title_index .link_title a {
        padding:7px 10px
    }

    .section_product_1 .title_index .link_title a:first-child {
        margin-left: 0px
    }
}

.section_product_1 .title_index .link_title a:hover {
    background-color: var(--subColor);
    color: #fff
}

.section_product_1 .item_product_main {
    margin-bottom: 0px
}

.section_product_1 .swiper-container {
    padding: 0px 2px
}

.section_product_1 .swiper-button-next,.section_product_1 .swiper-button-prev {
    display: block;
    position: absolute;
    bottom: 0;
    width: 26px;
    height: 36px;
    z-index: 1;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    cursor: pointer;
    color: #222222;
    background-color: #fff;
    border: 1px solid #DDDCDC;
    transition: all .3s;
    -webkit-transition: all .3s;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background-image: none;
    display: flex;
    justify-content: center;
    align-items: center
}

.section_product_1 .swiper-button-next.swiper-button-prev,.section_product_1 .swiper-button-prev.swiper-button-prev {
    left: 0px
}

.section_product_1 .swiper-button-next.swiper-button-next,.section_product_1 .swiper-button-prev.swiper-button-next {
    right: 0px
}

.section_product_1 .swiper-button-next.swiper-button-disabled,.section_product_1 .swiper-button-prev.swiper-button-disabled {
    cursor: no-drop;
    pointer-events: inherit
}

.section_product_1 .swiper-button-next:after,.section_product_1 .swiper-button-prev:after {
    width: 26px;
    height: 36px;
    font-size: 12px;
    color: #222;
    display: flex;
    justify-content: center;
    align-items: center
}

.section_product_1 .swiper-button-next:hover,.section_product_1 .swiper-button-prev:hover {
    background-color: var(--subColor);
    border: 1px solid var(--subColor);
    border: none
}

.section_product_1 .swiper-button-next:hover:after,.section_product_1 .swiper-button-prev:hover:after {
    color: #fff
}

.section_product_2 {
    position: relative;
    margin-bottom: 40px
}

@media (max-width: 991px) {
    .section_product_2 {
        margin-bottom:35px
    }
}

.section_product_2 .title_index {
    margin-bottom: 15px
}

@media (min-width: 991px) {
    .section_product_2 .title_index {
        background:var(--bgFlash);
        border-bottom: 2px solid var(--subColor);
        border-radius: 8px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
}

.section_product_2 .title_index .name_title {
    display: inline-block;
    cursor: pointer;
    font-size: 17px;
    line-height: 1.1;
    position: relative;
    color: #fff;
    padding: 10px 16px 10px 150px;
    background-color: #503eb6;
    box-sizing: border-box;
    border-radius: 8px;
    font-weight: 600;
    min-width: 224px;
    margin-right: 10px;
    margin-bottom: 5px
}

.section_product_2 .title_index .name_title span {
    position: absolute;
    left: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 140px;
    height: 37px;
    top: -8px;
    box-sizing: border-box;
    padding-left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    color: var(--mainColor)
}

@media (max-width: 991px) {
    .section_product_2 .title_index .link_title {
        border:0;
        padding-left: 0;
        padding-right: 0;
        display: flex;
        flex-flow: row nowrap;
        overflow-x: scroll;
        white-space: nowrap
    }
}

.section_product_2 .title_index .link_title a {
    display: inline-block;
    color: #434243;
    margin: 5px;
    line-height: 1;
    padding: 7px 10px;
    background-color: #fff;
    position: relative;
    text-transform: none;
    border-radius: 6px
}

@media (max-width: 991px) {
    .section_product_2 .title_index .link_title a {
        padding:7px 10px
    }

    .section_product_2 .title_index .link_title a:first-child {
        margin-left: 0px
    }
}

.section_product_2 .title_index .link_title a:hover {
    background-color: var(--subColor);
    color: #fff
}

.section_product_2 .item_product_main {
    margin-bottom: 0px
}

.section_product_2 .swiper-container {
    padding: 0px 2px
}

.section_product_2 .swiper-button-next,.section_product_2 .swiper-button-prev {
    display: block;
    position: absolute;
    bottom: 0;
    width: 26px;
    height: 36px;
    z-index: 1;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    cursor: pointer;
    color: #222222;
    background-color: #fff;
    border: 1px solid #DDDCDC;
    transition: all .3s;
    -webkit-transition: all .3s;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background-image: none;
    display: flex;
    justify-content: center;
    align-items: center
}

.section_product_2 .swiper-button-next.swiper-button-prev,.section_product_2 .swiper-button-prev.swiper-button-prev {
    left: 0px
}

.section_product_2 .swiper-button-next.swiper-button-next,.section_product_2 .swiper-button-prev.swiper-button-next {
    right: 0px
}

.section_product_2 .swiper-button-next.swiper-button-disabled,.section_product_2 .swiper-button-prev.swiper-button-disabled {
    cursor: no-drop;
    pointer-events: inherit
}

.section_product_2 .swiper-button-next:after,.section_product_2 .swiper-button-prev:after {
    width: 26px;
    height: 36px;
    font-size: 12px;
    color: #222;
    display: flex;
    justify-content: center;
    align-items: center
}

.section_product_2 .swiper-button-next:hover,.section_product_2 .swiper-button-prev:hover {
    background-color: var(--subColor);
    border: 1px solid var(--subColor);
    border: none
}

.section_product_2 .swiper-button-next:hover:after,.section_product_2 .swiper-button-prev:hover:after {
    color: #fff
}

.section_product_3 {
    position: relative;
    margin-bottom: 40px
}

@media (max-width: 991px) {
    .section_product_3 {
        margin-bottom:35px
    }
}

.section_product_3 .title_index {
    margin-bottom: 15px
}

@media (min-width: 991px) {
    .section_product_3 .title_index {
        background:var(--bgFlash);
        border-bottom: 2px solid var(--subColor);
        border-radius: 8px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
}

.section_product_3 .title_index .name_title {
    display: inline-block;
    cursor: pointer;
    font-size: 17px;
    line-height: 1.1;
    position: relative;
    color: #fff;
    padding: 10px 16px 10px 150px;
    background-color: #503eb6;
    box-sizing: border-box;
    border-radius: 8px;
    font-weight: 600;
    min-width: 224px;
    margin-right: 10px;
    margin-bottom: 5px
}

.section_product_3 .title_index .name_title span {
    position: absolute;
    left: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 140px;
    height: 37px;
    top: -8px;
    box-sizing: border-box;
    padding-left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    color: var(--mainColor)
}

@media (max-width: 991px) {
    .section_product_3 .title_index .link_title {
        border:0;
        padding-left: 0;
        padding-right: 0;
        display: flex;
        flex-flow: row nowrap;
        overflow-x: scroll;
        white-space: nowrap
    }
}

.section_product_3 .title_index .link_title a {
    display: inline-block;
    color: #434243;
    margin: 5px;
    line-height: 1;
    padding: 7px 10px;
    background-color: #fff;
    position: relative;
    text-transform: none;
    border-radius: 6px
}

@media (max-width: 991px) {
    .section_product_3 .title_index .link_title a {
        padding:7px 10px
    }

    .section_product_3 .title_index .link_title a:first-child {
        margin-left: 0px
    }
}

.section_product_3 .title_index .link_title a:hover {
    background-color: var(--subColor);
    color: #fff
}

.section_product_3 .item_product_main {
    margin-bottom: 0px
}

.section_product_3 .swiper-container {
    padding: 0px 2px
}

.section_product_3 .swiper-button-next,.section_product_3 .swiper-button-prev {
    display: block;
    position: absolute;
    bottom: 0;
    width: 26px;
    height: 36px;
    z-index: 1;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    cursor: pointer;
    color: #222222;
    background-color: #fff;
    border: 1px solid #DDDCDC;
    transition: all .3s;
    -webkit-transition: all .3s;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background-image: none;
    display: flex;
    justify-content: center;
    align-items: center
}

.section_product_3 .swiper-button-next.swiper-button-prev,.section_product_3 .swiper-button-prev.swiper-button-prev {
    left: 0px
}

.section_product_3 .swiper-button-next.swiper-button-next,.section_product_3 .swiper-button-prev.swiper-button-next {
    right: 0px
}

.section_product_3 .swiper-button-next.swiper-button-disabled,.section_product_3 .swiper-button-prev.swiper-button-disabled {
    cursor: no-drop;
    pointer-events: inherit
}

.section_product_3 .swiper-button-next:after,.section_product_3 .swiper-button-prev:after {
    width: 26px;
    height: 36px;
    font-size: 12px;
    color: #222;
    display: flex;
    justify-content: center;
    align-items: center
}

.section_product_3 .swiper-button-next:hover,.section_product_3 .swiper-button-prev:hover {
    background-color: var(--subColor);
    border: 1px solid var(--subColor);
    border: none
}

.section_product_3 .swiper-button-next:hover:after,.section_product_3 .swiper-button-prev:hover:after {
    color: #fff
}

.section_flash_sale {
    position: relative;
    margin-bottom: 40px
}

@media (max-width: 991px) {
    .section_flash_sale {
        margin-bottom:35px
    }
}

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

    to {
        background-position: 40px 0
    }
}

.section_flash_sale .productcount,
.section_vendor .productcount {
    min-height: 20px;
    width: 100%;
    position: relative;
    margin-bottom: 5px;
    padding: 0px 10px
}

.section_flash_sale .productcount .countitem,
.section_vendor .productcount .countitem {
    width: 100%;
    height: 16px;
    border-radius: 7px;
    position: relative;
    background: var(--mainColor);
    z-index: 1;
    margin-top: 5px
}

.section_flash_sale .productcount .countitem.visible,
.section_vendor .productcount .countitem.visible {
    background: #ffd0a9
}

.section_flash_sale .productcount .countitem .countdown,
.section_vendor .productcount .countitem .countdown {
    position: absolute;
    height: 16px;
    border-radius: 7px;
    background-color: #c90404;
    z-index: 2;
    left: 0;
    top: 0;
    background-size: 40px 40px;
    animation: progress_bar_fill 2s linear infinite;
    background-image: linear-gradient(45deg, rgba(255,255,255,0.25) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.25) 50%, rgba(255,255,255,0.25) 75%, transparent 75%, transparent)
}

.section_flash_sale .productcount .countitem .countdown span,
.section_vendor .productcount .countitem .countdown span {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    z-index: 3;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    left: 100%;
    top: -10px
}

.section_flash_sale .productcount .countitem.sold-out .countdown,
.section_vendor .productcount .countitem.sold-out .countdown {
    background: #ddd
}

.section_flash_sale .productcount span,
.section_vendor .productcount span {
    font-size: 12px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 4;
    color: #fff;
    line-height: 12px;
    left: 50%;
    font-weight: 400;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -os-transform: translateX(-50%)
}

@media (max-width: 767px) {
    .section_flash_sale .productcount span,
    .section_vendor .productcount span {
        line-height:15px
    }
}

.section_flash_sale .productcount .sale-bar {
    background: url(//bizweb.dktcdn.net/100/497/960/themes/923878/assets/sale_bag.png?1754906164553) 0 no-repeat;
    width: 18px;
    height: 21px;
    background-size: contain;
    position: absolute;
    left: 3px;
    top: -6px;
    z-index: 1
}

.section_flash_sale .item_product_main {
    background-color: #fff;
    margin-bottom: 0px;
    height: 100%
}

.section_flash_sale .col-xs-15,.section_flash_sale .col-sm-15,.section_flash_sale .col-md-15,.section_flash_sale .col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

@media (max-width: 480px) {
    .section_flash_sale .col-xs-15,.section_flash_sale .col-sm-15,.section_flash_sale .col-md-15,.section_flash_sale .col-lg-15 {
        padding-left:7px;
        padding-right: 7px
    }
}

@media (max-width: 991px) {
    .section_flash_sale .row-scroll {
        display:-webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        flex-wrap: unset
    }

    .section_flash_sale .row-scroll::-webkit-scrollbar {
        display: none
    }
}

.section_flash_sale .col-xs-15 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%
}

@media (min-width: 768px) {
    .section_flash_sale .col-sm-15 {
        -ms-flex:0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
}

@media (min-width: 992px) {
    .section_flash_sale .col-md-15 {
        -ms-flex:0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width: 1200px) {
    .section_flash_sale .col-lg-15 {
        -ms-flex:0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

.section_flash_sale .uwrap_tab {
    padding: 15px 10px 15px
}

@media (max-width: 767px) {
    .section_flash_sale .uwrap_tab {
        padding:15px 10px 15px 5px
    }
}

.section_flash_sale .time-flas {
    border-radius: 8px;
    border: 1px solid #e6e6e6;
    padding-bottom: 12px;
    background: var(--bgFlash);
    padding-bottom: 0px;
    position: relative
}

.section_flash_sale .time-flas .tabs-time {
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.section_flash_sale .time-flas .tabs-time .tab-link {
    padding: 2px 5px 0px;
    flex: 1 1 0%;
    cursor: pointer;
    background: transparent;
    color: #fff;
    position: relative;
    margin-right: 0px;
    margin-bottom: 0px
}

.section_flash_sale .time-flas .tabs-time .tab-link:hover:after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 40px;
    height: 4px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: 0 auto;
    z-index: 1;
    border-radius: 4px
}

@media (max-width: 767px) {
    .section_flash_sale .time-flas .tabs-time .tab-link:hover:after {
        width:30px;
        height: 3px;
        border-radius: 3px
    }
}

.section_flash_sale .time-flas .tabs-time .tab-link.current:after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 40px;
    height: 4px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: 0 auto;
    z-index: 1;
    border-radius: 4px
}

@media (max-width: 767px) {
    .section_flash_sale .time-flas .tabs-time .tab-link.current:after {
        width:30px;
        height: 3px;
        border-radius: 3px
    }
}

.section_flash_sale .time-flas .tabs-time .tab-link .title_time {
    margin: 0px;
    padding: 0px;
    border-style: none;
    border-radius: 0px;
    border-width: 1px;
    border-color: unset;
    opacity: 1;
    background-color: transparent;
    color: inherit;
    font-weight: 600;
    text-decoration: unset;
    font-size: 20px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    max-width: unset;
    min-width: unset;
    transition: color 0.3s ease 0s
}

@media (max-width: 1199px) {
    .section_flash_sale .time-flas .tabs-time .tab-link .title_time {
        font-size:18px;
        line-height: 24px
    }
}

@media (max-width: 991px) {
    .section_flash_sale .time-flas .tabs-time .tab-link .title_time {
        font-size:16px;
        line-height: 20px
    }
}

@media (max-width: 321px) {
    .section_flash_sale .time-flas .tabs-time .tab-link .title_time {
        font-size:14px;
        line-height: 20px
    }
}

.section_flash_sale .time-flas .tabs-time .tab-link .text_timming {
    margin: 0px;
    padding: 0px;
    border-style: none;
    border-radius: 0px;
    border-width: 1px;
    border-color: unset;
    opacity: 1;
    background-color: transparent;
    color: inherit;
    font-weight: 400;
    text-decoration: unset;
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    max-width: unset;
    min-width: unset;
    transition: color 0.3s ease 0s
}

@media (max-width: 1199px) {
    .section_flash_sale .time-flas .tabs-time .tab-link .text_timming {
        font-size:12px;
        line-height: 16px
    }
}

@media (min-width: 767px) {
    .section_flash_sale .box-tabsc {
        display:flex;
        justify-content: center;
        align-items: center
    }
}

.section_flash_sale .product-tabs-sale .tabs-title {
    display: inline-block;
    width: 100%;
    text-align: center
}

@media (max-width: 767px) {
    .section_flash_sale .product-tabs-sale .tabs-title {
        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
    }
}

.section_flash_sale .product-tabs-sale .tabs-title .tab-link {
    padding: 0px 5px 10px;
    margin-bottom: 0px;
    font-weight: 600;
    margin-top: 15px
}

@media (max-width: 767px) {
    .section_flash_sale .product-tabs-sale .tabs-title .tab-link {
        -ms-flex:0 0 36%;
        flex: 0 0 36%;
        max-width: 36%
    }
}

.section_flash_sale .product-tabs-sale .tabs-title .tab-link span {
    text-align: center
}

@media (max-width: 767px) {
    .section_flash_sale .product-tabs-sale .tabs-title .tab-link {
        margin-top:0px
    }
}

.section_flash_sale .product-tabs-sale .tabs-title .tab-link:hover .keyword-img {
    background: var(--mainColor)
}

.section_flash_sale .product-tabs-sale .tabs-title .tab-link:hover span {
    color: #000
}

.section_flash_sale .product-tabs-sale .tabs-title .tab-link.current .keyword-img {
    background: var(--mainColor)
}

.section_flash_sale .product-tabs-sale .tabs-title .tab-link.current span {
    color: #000
}

.section_flash_sale .product-tabs-sale .tabs-title .tab-link:last-child {
    margin-right: 0px
}

.section_flash_sale .count-down {
    height: 100%;
    min-width: 270px;
    padding: 15px 10px 0px
}

@media (max-width: 767px) {
    .section_flash_sale .count-down {
        margin-bottom:15px
    }
}

.section_flash_sale .count-down .img_km {
    float: left;
    margin-right: 10px;
    position: relative;
    margin-top: 7px
}

.section_flash_sale .count-down .img_km img {
    width: 15px
}

@-webkit-keyframes flash-anim {
    0% {
        -webkit-transform: translate(1px, 1px) rotate(0deg);
        -ms-transform: translate(1px, 1px) rotate(0deg);
        transform: translate(1px, 1px) rotate(0deg);
        opacity: 0
    }

    10% {
        -webkit-transform: translate(-1px, -1px) rotate(-1deg);
        -ms-transform: translate(-1px, -1px) rotate(-1deg);
        transform: translate(-1px, -1px) rotate(-1deg);
        opacity: 0.1
    }

    20% {
        -webkit-transform: translate(-2px, 0px) rotate(1deg);
        -ms-transform: translate(-2px, 0px) rotate(1deg);
        transform: translate(-2px, 0px) rotate(1deg);
        opacity: 0.2
    }

    30% {
        -webkit-transform: translate(2px, 1px) rotate(0deg);
        -ms-transform: translate(2px, 1px) rotate(0deg);
        transform: translate(2px, 1px) rotate(0deg);
        opacity: 0.3
    }

    40% {
        -webkit-transform: translate(1px, -1px) rotate(1deg);
        -ms-transform: translate(1px, -1px) rotate(1deg);
        transform: translate(1px, -1px) rotate(1deg);
        opacity: 0.4
    }

    50% {
        -webkit-transform: translate(-1px, 1px) rotate(-1deg);
        -ms-transform: translate(-1px, 1px) rotate(-1deg);
        transform: translate(-1px, 1px) rotate(-1deg);
        opacity: 0.5
    }

    60% {
        -webkit-transform: translate(-2px, 1px) rotate(0deg);
        -ms-transform: translate(-2px, 1px) rotate(0deg);
        transform: translate(-2px, 1px) rotate(0deg);
        opacity: 0.6
    }

    70% {
        -webkit-transform: translate(2px, 1px) rotate(-1deg);
        -ms-transform: translate(2px, 1px) rotate(-1deg);
        transform: translate(2px, 1px) rotate(-1deg);
        opacity: 0.7
    }

    80% {
        -webkit-transform: translate(-1px, -1px) rotate(1deg);
        -ms-transform: translate(-1px, -1px) rotate(1deg);
        transform: translate(-1px, -1px) rotate(1deg);
        opacity: 0.8
    }

    90% {
        -webkit-transform: translate(1px, 1px) rotate(0deg);
        -ms-transform: translate(1px, 1px) rotate(0deg);
        transform: translate(1px, 1px) rotate(0deg);
        opacity: 0.9
    }

    100% {
        -webkit-transform: translate(1px, -1px) rotate(-1deg);
        -ms-transform: translate(1px, -1px) rotate(-1deg);
        transform: translate(1px, -1px) rotate(-1deg);
        opacity: 1
    }
}

@keyframes flash-anim {
    0% {
        -webkit-transform: translate(1px, 1px) rotate(0deg);
        -ms-transform: translate(1px, 1px) rotate(0deg);
        transform: translate(1px, 1px) rotate(0deg);
        opacity: 0
    }

    10% {
        -webkit-transform: translate(-1px, -1px) rotate(-1deg);
        -ms-transform: translate(-1px, -1px) rotate(-1deg);
        transform: translate(-1px, -1px) rotate(-1deg);
        opacity: 0.1
    }

    20% {
        -webkit-transform: translate(-2px, 0px) rotate(1deg);
        -ms-transform: translate(-2px, 0px) rotate(1deg);
        transform: translate(-2px, 0px) rotate(1deg);
        opacity: 0.2
    }

    30% {
        -webkit-transform: translate(2px, 1px) rotate(0deg);
        -ms-transform: translate(2px, 1px) rotate(0deg);
        transform: translate(2px, 1px) rotate(0deg);
        opacity: 0.3
    }

    40% {
        -webkit-transform: translate(1px, -1px) rotate(1deg);
        -ms-transform: translate(1px, -1px) rotate(1deg);
        transform: translate(1px, -1px) rotate(1deg);
        opacity: 0.4
    }

    50% {
        -webkit-transform: translate(-1px, 1px) rotate(-1deg);
        -ms-transform: translate(-1px, 1px) rotate(-1deg);
        transform: translate(-1px, 1px) rotate(-1deg);
        opacity: 0.5
    }

    60% {
        -webkit-transform: translate(-2px, 1px) rotate(0deg);
        -ms-transform: translate(-2px, 1px) rotate(0deg);
        transform: translate(-2px, 1px) rotate(0deg);
        opacity: 0.6
    }

    70% {
        -webkit-transform: translate(2px, 1px) rotate(-1deg);
        -ms-transform: translate(2px, 1px) rotate(-1deg);
        transform: translate(2px, 1px) rotate(-1deg);
        opacity: 0.7
    }

    80% {
        -webkit-transform: translate(-1px, -1px) rotate(1deg);
        -ms-transform: translate(-1px, -1px) rotate(1deg);
        transform: translate(-1px, -1px) rotate(1deg);
        opacity: 0.8
    }

    90% {
        -webkit-transform: translate(1px, 1px) rotate(0deg);
        -ms-transform: translate(1px, 1px) rotate(0deg);
        transform: translate(1px, 1px) rotate(0deg);
        opacity: 0.9
    }

    100% {
        -webkit-transform: translate(1px, -1px) rotate(-1deg);
        -ms-transform: translate(1px, -1px) rotate(-1deg);
        transform: translate(1px, -1px) rotate(-1deg);
        opacity: 1
    }
}

.section_flash_sale .count-down .img_km img.red {
    animation: 1s ease 0s infinite normal none running flash-anim
}

.section_flash_sale .count-down .img_km img.yellow {
    width: 100%;
    position: absolute;
    top: -5px;
    left: 0px;
    z-index: 1
}

.section_flash_sale .count-down .title_flas {
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    text-transform: uppercase;
    color: #ffe600;
    margin-bottom: 5px
}

@media (max-width: 767px) {
    .section_flash_sale .count-down .title_flas {
        font-size:19px
    }
}

.section_flash_sale .count-down .title_km {
    color: #fff;
    float: left;
    margin-right: 10px
}

.section_flash_sale .count-down .timer-view {
    display: flex
}

.section_flash_sale .count-down .timer-view .block-timer {
    width: 26px;
    height: 26px;
    font-size: 16px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 400;
    margin-right: 5px;
    color: #fff;
    border-radius: 5px;
    background: #000
}

@media (max-width: 1199px) {
    .section_flash_sale .count-down .timer-view .block-timer {
        width:26px;
        height: 26px;
        font-size: 14px;
        line-height: 26px
    }
}

.section_flash_sale .count-down .timer-view .block-timer p {
    margin-bottom: 0px
}

.section_flash_sale .count-down .timer-view .block-timer p b {
    font-weight: 400 !important
}

.section_flash_sale .count-down .timer-view .block-timer:last-child {
    margin-right: 0px
}

.section_3_banner {
    margin-bottom: 40px;
    position: relative
}

@media (max-width: 991px) {
    .section_3_banner {
        margin-bottom:25px
    }
}

.section_3_banner .box_banner_index {
    position: relative
}

@media (max-width: 767px) {
    .section_3_banner .box_banner_index {
        overflow:auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        justify-content: initial !important;
        text-align: center !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap
    }

    .section_3_banner .box_banner_index .col-sm-12 {
        flex: 0 0 80%;
        max-width: 80%;
        padding-bottom: 10px
    }
}

.section_3_banner .box_banner_index .three_banner {
    border-radius: 5px;
    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: 41.335%
}

.section_3_banner .box_banner_index .three_banner 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_3_banner .box_banner_index .three_banner:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background-color: #fff;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0
}

.section_3_banner .box_banner_index .three_banner:hover::before {
    -webkit-animation: circleanima .75s;
    animation: circleanima .75s
}

.section_event {
    position: relative;
    margin-bottom: 40px;
    padding-top: 50px;
    padding-bottom: 50px;
    background: linear-gradient(to right, rgba(84,67,182,0.2), rgba(255,144,28,0.2))
}

@media (max-width: 991px) {
    .section_event {
        margin-bottom:25px;
        padding-top: 25px;
        padding-bottom: 25px
    }
}

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

.section_event .banner_event 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_event .event_right .title_event {
    font-weight: 600;
    line-height: 1.2;
    font-size: 48px;
    color: rgba(16,16,16,0.9);
    text-transform: capitalize;
    margin-bottom: 20px
}

@media (max-width: 1025px) {
    .section_event .event_right .title_event {
        font-size:42px
    }
}

@media (max-width: 991px) {
    .section_event .event_right .title_event {
        font-size:32px
    }
}

@media (max-width: 767px) {
    .section_event .event_right .title_event {
        font-size:22px;
        margin-bottom: 15px
    }
}

.section_event .event_right .content_event {
    line-height: 1.2;
    font-size: 20px;
    color: rgba(15,15,15,0.8);
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .section_event .event_right .content_event {
        font-size:14px;
        line-height: 1.2;
        margin-bottom: 15px
    }
}

.section_event .count-down {
    flex-grow: 0;
    display: flex;
    align-items: center;
    min-height: 67px;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .section_event .count-down {
        min-height:30px;
        margin-bottom: 15px
    }
}

.section_event .count-down .timer-view {
    display: inline-block;
    text-align: left
}

.section_event .count-down .timer-view .block-timer {
    height: auto;
    width: 62px;
    background: #fff;
    border-radius: 8px;
    display: inline-block;
    padding: 5px 0px 7px;
    margin-right: 5px;
    text-align: center
}

@media (max-width: 767px) {
    .section_event .count-down .timer-view .block-timer {
        width:46px
    }
}

.section_event .count-down .timer-view .block-timer:last-child {
    margin-right: 0px
}

.section_event .count-down .timer-view .block-timer p {
    display: block;
    font-weight: 300;
    color: #000;
    font-size: 26px;
    margin: 0;
    line-height: 1.1
}

@media (max-width: 767px) {
    .section_event .count-down .timer-view .block-timer p {
        font-size:18px
    }
}

.section_event .count-down .timer-view .block-timer span {
    display: block;
    color: #000;
    font-size: 20px;
    font-weight: 100;
    line-height: initial
}

@media (max-width: 767px) {
    .section_event .count-down .timer-view .block-timer span {
        font-size:14px
    }
}

.section_event .a-shoping-now {
    color: #fff;
    background-color: var(--mainColor);
    display: inline-block;
    padding: 8px;
    border-radius: 8px;
    margin-bottom: 20px
}

.section_event .a-shoping-now:hover {
    background-color: var(--subColor)
}

.section_event .product-event-content {
    margin-top: 10px
}

.section_event .product-event-content .product-event {
    background-color: #fff;
    border-radius: 8px;
    padding: 5px;
    display: inline-block;
    position: relative;
    width: 100%
}

.section_event .product-event-content .product-event .image_thumb {
    display: inline-block;
    float: left;
    width: 100%;
    width: 60px
}

.section_event .product-event-content .product-event .product-info {
    display: block;
    float: left;
    width: calc(100% - 60px);
    -o-width: calc(100% - 60px);
    -moz-width: calc(100% - 60px);
    -webkit-width: calc(100% - 60px);
    padding-left: 10px
}

.section_event .product-event-content .product-event .product-info {
    margin: 5px 0 5px;
    position: relative
}

.section_event .product-event-content .product-event .product-info h3 {
    padding: 0;
    text-overflow: ellipsis;
    color: var(--textColor);
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 3px;
    padding-bottom: 3px;
    line-height: 22px;
    text-transform: capitalize;
    height: 44px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media (max-width: 1199px) {
    .section_event .product-event-content .product-event .product-info h3 {
        font-size:14px
    }
}

.section_event .product-event-content .product-event .product-info h3:hover {
    color: var(--subColor)
}

.section_event .product-event-content .product-event .product-info h3 a {
    color: var(--textColor)
}

.section_event .product-event-content .product-event .product-info h3 a:hover {
    color: var(--subColor)
}

.section_event .product-event-content .product-event .product-info .price-box {
    color: #c90000;
    line-height: 23px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500
}

.section_event .product-event-content .product-event .product-info .price-box .price {
    padding-right: 5px
}

.section_event .product-event-content .product-event .product-info .price-box .compare-price {
    text-decoration: line-through;
    font-size: 12px;
    color: #98a4a9;
    line-height: 24px;
    font-weight: 300
}

.section_event .swiper-button-next,.section_event .swiper-button-prev {
    display: block;
    position: absolute;
    bottom: 0;
    width: 20px;
    height: 36px;
    z-index: 1;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    color: #222222;
    background-color: #fff;
    border: 1px solid #DDDCDC;
    transition: all .3s;
    -webkit-transition: all .3s;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background-image: none;
    display: flex;
    justify-content: center;
    align-items: center
}

.section_event .swiper-button-next.swiper-button-prev,.section_event .swiper-button-prev.swiper-button-prev {
    left: 4px
}

.section_event .swiper-button-next.swiper-button-next,.section_event .swiper-button-prev.swiper-button-next {
    right: 4px
}

.section_event .swiper-button-next.swiper-button-disabled,.section_event .swiper-button-prev.swiper-button-disabled {
    cursor: no-drop;
    pointer-events: inherit
}

.section_event .swiper-button-next:after,.section_event .swiper-button-prev:after {
    width: 20px;
    height: 36px;
    font-size: 12px;
    color: #222;
    display: flex;
    justify-content: center;
    align-items: center
}

.section_event .swiper-button-next:hover,.section_event .swiper-button-prev:hover {
    background-color: var(--subColor);
    border: 1px solid var(--subColor);
    border: none
}

.section_event .swiper-button-next:hover:after,.section_event .swiper-button-prev:hover:after {
    color: #fff
}

.section_product_tab {
    position: relative
}

.section_product_tab .title_index {
    margin-bottom: 15px
}

@media (min-width: 991px) {
    .section_product_tab .title_index {
        background:var(--bgFlash);
        border-bottom: 2px solid var(--subColor);
        border-radius: 8px;
        display: flex;
        justify-content: space-between;
        align-items: center
    }
}

.section_product_tab .title_index .name_title {
    display: inline-block;
    cursor: pointer;
    font-size: 17px;
    line-height: 1.1;
    position: relative;
    color: #fff;
    padding: 10px 16px 10px 150px;
    background-color: #503eb6;
    box-sizing: border-box;
    border-radius: 8px;
    font-weight: 600;
    margin-bottom: 5px
}

.section_product_tab .title_index .name_title span {
    position: absolute;
    left: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 140px;
    height: 37px;
    top: -8px;
    box-sizing: border-box;
    padding-left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    color: var(--mainColor)
}

@media (max-width: 991px) {
    .section_product_tab .title_index .link_tab_check_click {
        border:0;
        padding-left: 0;
        padding-right: 0;
        display: flex;
        flex-flow: row nowrap;
        overflow-x: scroll;
        white-space: nowrap
    }
}

.section_product_tab .title_index .link_tab_check_click .tab-link {
    display: inline-block;
    color: #434243;
    margin: 5px;
    line-height: 1;
    padding: 7px 10px;
    background-color: #fff;
    position: relative;
    text-transform: none;
    border-radius: 6px;
    cursor: pointer
}

@media (max-width: 991px) {
    .section_product_tab .title_index .link_tab_check_click .tab-link {
        padding:7px 10px
    }

    .section_product_tab .title_index .link_tab_check_click .tab-link:first-child {
        margin-left: 0px
    }
}

.section_product_tab .title_index .link_tab_check_click .tab-link.current {
    background-color: var(--subColor);
    color: #fff
}

.section_product_tab .title_index .link_tab_check_click .tab-link:hover {
    background-color: var(--subColor);
    color: #fff
}

@media (min-width: 1026px) {
    .section_product_tab .col-lg-3 {
        -ms-flex:0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

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

    .section_product_tab .row .col-md-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (max-width: 1025px) and (max-width: 992px) {
    .section_product_tab .row {
        grid-template-columns:repeat(5, 30%)
    }
}

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

.section_product_tab .show-more-pro {
    padding: 10px 0px;
    text-align: center;
    position: relative;
    display: block
}

.section_product_tab .show-more-pro .a-show-more {
    padding: 5px 10px;
    background-color: var(--mainColor);
    color: #fff;
    font-size: 14px;
    transition: all 300ms;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 8px;
    font-weight: 500;
    display: inline-block
}

.section_product_tab .show-more-pro .a-show-more:hover {
    box-shadow: 0px 2px 6px rgba(0,0,0,0.2);
    background-color: var(--subColor)
}

.secttion_blog {
    margin-bottom: 40px
}

@media (max-width: 991px) {
    .secttion_blog {
        margin-bottom:25px
    }
}

.secttion_blog .item_blog_index {
    display: block;
    position: relative
}

.secttion_blog .item_blog_index .update_date {
    display: flex;
    margin-bottom: 7px;
    font-size: 12px;
    color: #838383
}

.secttion_blog .item_blog_index .update_date .user_name {
    margin-right: 24px
}

.secttion_blog .item_blog_index .update_date .user_name b {
    color: var(--mainColor);
    font-weight: 500
}

.secttion_blog .item_blog_index .update_date .user_date {
    font-style: italic
}

.secttion_blog .item_blog_index .image-blog {
    padding-bottom: 63.5%;
    overflow: hidden;
    height: auto;
    display: block;
    position: relative;
    border-radius: 8px 8px 0px 0px;
    background-color: #f0edff
}

.secttion_blog .item_blog_index .image-blog img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: .3s ease-in-out all;
    will-change: opacify
}

.secttion_blog .item_blog_index .blog_content {
    position: relative;
    width: 100%;
    padding: 9px;
    background-color: #f0edff;
    border-radius: 0px 0px 8px 8px
}

.secttion_blog .item_blog_index .blog_content h3 {
    margin-bottom: 7px;
    line-height: 22px
}

.secttion_blog .item_blog_index .blog_content h3 a {
    color: #222;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 44px
}

.secttion_blog .item_blog_index .blog_content h3 a:hover {
    color: var(--subColor)
}

.secttion_blog .item_blog_index .blog_content .blog_description {
    color: #2f2f2f;
    line-height: 20px;
    margin-bottom: 0px;
    word-break: break-word
}

@media (max-width: 767px) {
    .secttion_blog .item_blog_index .blog_content .blog_description {
        display:-webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        height: 40px
    }
}

.secttion_blog .item_blog_index:hover .image-blog img {
    transform: scale(1.1)
}

@media (max-width: 991px) {
    .secttion_blog .row_blog {
        display:grid;
        grid-template-rows: 1fr;
        overflow: auto;
        justify-content: start;
        grid-template-columns: repeat(3, 50%);
        padding-bottom: 15px
    }

    .secttion_blog .row_blog .col-sm-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (max-width: 767px) {
    .secttion_blog .row_blog {
        grid-template-columns:repeat(3, 76%)
    }
}

@media (max-width: 321px) {
    .secttion_blog .row_blog {
        grid-template-columns:repeat(3, 86%)
    }
}

.secttion_blog .blog_index_box {
    padding: 14px;
    background-color: #f0edff;
    border-radius: 8px
}

.secttion_blog .blog_index_box .title-blog {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 10px;
    font-weight: 500
}

.secttion_blog .blog_index_box .contentright {
    border-bottom: 1px dashed var(--mainColor);
    padding-bottom: 8px;
    padding-top: 8px
}

.secttion_blog .blog_index_box .contentright:last-child {
    border-bottom: none;
    padding-bottom: 0px
}

.secttion_blog .blog_index_box .contentright h3 {
    font-size: 14px;
    margin: 0;
    margin-bottom: 7px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.secttion_blog .blog_index_box .contentright h3:hover {
    color: var(--subColor)
}

.secttion_blog .blog_index_box .contentright h3:hover a {
    color: var(--subColor)
}

.secttion_blog .blog_index_box .contentright .new_date {
    display: flex;
    margin-bottom: 7px;
    font-size: 12px;
    color: #838383
}

.secttion_blog .blog_index_box .contentright .new_date .user_name {
    margin-right: 24px
}

.secttion_blog .blog_index_box .contentright .new_date .user_name b {
    color: var(--mainColor);
    font-weight: 500
}

.secttion_blog .blog_index_box .contentright .new_date .user_date {
    font-style: italic
}

.secttion_blog .blog_index_box .contentright .blog_description {
    color: #2f2f2f;
    line-height: 20px;
    margin-bottom: 0px;
    word-break: break-word;
    font-size: 13px
}

@media (max-width: 767px) {
    .secttion_blog .blog_index_box .contentright .blog_description {
        display:-webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        height: 20px
    }
}

.section_cate {
    position: relative;
    margin-bottom: 32px
}

@media (max-width: 991px) {
    .section_cate {
        margin-bottom:17px
    }
}

.section_cate .cate-list {
    margin-top: 0px !important;
    text-align: center;
    gap: 15px;
    grid-template-columns: repeat(8, 1fr);
    display: grid;
    overflow: auto;
    justify-content: start
}

@media (max-width: 991px) {
    .section_cate .cate-list {
        width:100%;
        gap: 14px;
        grid-template-columns: repeat(8, 1fr);
        padding-bottom: 10px
    }
}

.section_cate .item-cate {
    margin-top: 0px !important;
    text-align: center
}

@media (max-width: 991px) {
    .section_cate .item-cate {
        width:150px
    }
}

@media (max-width: 767px) {
    .section_cate .item-cate {
        width:100px
    }
}

.section_cate .item-cate .image {
    position: relative;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 100%;
    height: auto
}

.section_cate .item-cate .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
    transition: transform .5s ease;
    transform: scale(1)
}

.section_cate .item-cate h3 {
    font-size: 16px;
    margin-top: 10px
}

@media (max-width: 991px) {
    .section_cate .item-cate h3 {
        font-size:14px;
        margin-top: 5px
    }
}

.section_cate .item-cate:hover a {
    color: var(--subColor)
}

.section_cate .item-cate:hover .image img {
    transform: scale(1.05)
}

.section_instagram {
    padding: 40px 0 40px;
    text-align: center
}

@media (max-width: 767px) {
    .section_instagram {
        padding:25px 0 25px
    }
}

.section_instagram .title-module {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0px
}

.section_instagram .link {
    display: inline-block;
    color: #000;
    margin-bottom: 24px;
    font-size: 16px;
    border-bottom: 1px solid #000;
    padding: 0px 24px
}

@media (max-width: 767px) {
    .section_instagram .link {
        font-size:13px;
        padding: 0px 15px
    }
}

.section_instagram .link:hover {
    color: var(--subColor)
}

.section_instagram .thumb-image {
    padding-bottom: 100%;
    overflow: hidden;
    height: auto;
    display: block;
    position: relative;
    border-radius: 10px
}

.section_instagram .thumb-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.section_instagram .thumb-image a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.6);
    display: none
}

.section_instagram .thumb-image a svg {
    width: 36px;
    height: 36px
}

.section_instagram .thumb-image a svg path {
    fill: #fff
}

.section_instagram .thumb-image:hover a {
    display: flex
}
