/* logo - settings height*/
.d-flex-owl:not(.owl-loaded) {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    flex-wrap: nowrap;
}
/* 1.6 - Variable */
.section-index-latestBlog .article-item__detail .art-title {
    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.section-heading {
    margin-bottom: 20px;
    margin-top: 40px;
}
.section-heading .hTitle {
    font-size: 24px;
    margin: 0;
    font-weight: 700;
    display: inline-block;
    margin-top: 30px;
    color: #c00113;
}
.section-heading .hTitle a {
    color: #c00113;
}
@media (max-width: 992px) {
    .section-heading {
        margin-bottom: 12px;
        margin-top: 30px;
    }
    .section-heading .hTitle {
        margin: 0;
        font-size: 16px;
        text-transform: uppercase;
    }
}
.section-heading .title-flashsale {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .section-heading .title-flashsale {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
}
.section-heading .title-flashsale .styleCountdown {
    margin: 0 0 0 30px;
}
@media (max-width: 767px) {
    .section-heading .title-flashsale .styleCountdown {
        margin: 10px 0;
    }
}
.section-heading .title-flashsale .styleCountdown b {
    background: black;
    color: white;
    border-radius: 4px;
    padding: 6px;
}
.section-heading .title-flashsale .styleCountdown .lof-labelexpired {
    color: #353333;
    background: #c8c3c3;
    border-radius: 4px;
    padding: 5px 12px;
    font-size: 12px;
}
@media (max-width: 992px) {
    .view-all-collection {
        width: 30%;
        text-align: right;
    }
}
.groupbanner-hover {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.groupbanner-hover:after,
.groupbanner-hover:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
}
.groupbanner-hover img:not(.lazyload) {
    transition: opacity 0.3s, transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: opacity 0.3s, transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: opacity 0.3s, transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.groupbanner-hover:hover img:not(.lazyload) {
    -ms-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.groupbanner-hover:hover:before {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    bottom: 50%;
    top: 50%;
}
.groupbanner-hover:hover:after {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    left: 51%;
    right: 50%;
}
.owlCarousel-style.owl-carousel .owl-nav .owl-prev,
.owlCarousel-style.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 38px;
    height: 38px;
    line-height: 36px;
    font-size: 14px;
    color: #000;
    background: #fff;
    border: 1px solid #e7e7e7;
    outline: none;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0.8) translateY(-50%);
    -ms-transform: scale(0.8) translateY(-50%);
    transform: scale(0.8) translateY(-50%);
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
.owlCarousel-style.owl-carousel .owl-nav .owl-prev span,
.owlCarousel-style.owl-carousel .owl-nav .owl-next span {
    font-size: 0;
}
.owlCarousel-style.owl-carousel .owl-nav .owl-prev span:before,
.owlCarousel-style.owl-carousel .owl-nav .owl-next span:before {
    content: "";
    font-family: 'FontAwesome';
    font-size: 26px;
}
.owlCarousel-style.owl-carousel .owl-nav .owl-prev {
    left: -16px;
}
.owlCarousel-style.owl-carousel .owl-nav .owl-prev span:before {
    content: "\f104";
}
.owlCarousel-style.owl-carousel .owl-nav .owl-next {
    right: -16px;
}
.owlCarousel-style.owl-carousel .owl-nav .owl-next span:before {
    content: "\f105";
}
.owlCarousel-style.owl-carousel .owl-nav .owl-prev.disabled,
.owlCarousel-style.owl-carousel .owl-nav .owl-next.disabled {
    visibility: hidden;
    opacity: 0;
}
@media (min-width: 992px) {
    .owlCarousel-style.owl-carousel .owl-nav .owl-prev:hover,
    .owlCarousel-style.owl-carousel .owl-nav .owl-next:hover {
        -webkit-transform: scale(1) translateY(-50%);
        -ms-transform: scale(1) translateY(-50%);
        transform: scale(1) translateY(-50%);
    }
}
@media (max-width: 767px) {
    .owlCarousel-style.owl-carousel .owl-nav .owl-prev {
        left: 10px;
    }
    .owlCarousel-style.owl-carousel .owl-nav .owl-next {
        right: 10px;
    }
}
[class^='section-index-'] {
    margin-bottom: 50px;
}
@media (max-width: 767px) {
    [class^='section-index-'] {
        margin-bottom: 20px;
    }
}
@media (min-width: 992px) {
    .home-category {
        display: none;
    }
}
.home-category .home-category-inner {
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding: 0 10px 5px 10px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    display: flex;
}
.home-category .home-category-inner::-webkit-scrollbar {
    display: none;
}
.home-category .home-category-inner .item-home-category h3 {
    width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}
.home-category .home-category-inner .item-home-category .img-home-category {
    width: 100px;
    height: 100px;
    margin-right: 10px;
    margin-bottom: 5px;
}
.home-category .home-category-inner .item-home-category:last-child .img-home-category {
    margin-right: 0;
}
.section-index-slider,
.home-flashsale,
.section-index-category {
    position: relative;
    overflow: hidden;
    margin-top: 1px;
    margin-bottom: 1px;
}
.section-index-slider .owl-carousel:not(.owl-loaded, .owl-loaded, .owl-loaded),
.home-flashsale .owl-carousel:not(.owl-loaded, .owl-loaded, .owl-loaded),
.section-index-category .owl-carousel:not(.owl-loaded, .owl-loaded, .owl-loaded) {
    display: flex;
}
.section-index-slider .owl-carousel:not(.owl-loaded, .owl-loaded, .owl-loaded) .slider-item,
.home-flashsale .owl-carousel:not(.owl-loaded, .owl-loaded, .owl-loaded) .slider-item,
.section-index-category .owl-carousel:not(.owl-loaded, .owl-loaded, .owl-loaded) .slider-item {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
}
.section-index-slider .slider-item,
.home-flashsale .slider-item,
.section-index-category .slider-item {
    position: relative;
}
.section-index-slider .owl-nav button.owl-prev,
.section-index-slider .owl-nav button.owl-next,
.section-index-slider .slick-prev,
.section-index-slider .slick-next,
.home-flashsale .owl-nav button.owl-prev,
.home-flashsale .owl-nav button.owl-next,
.section-index-category .owl-nav button.owl-prev,
.section-index-category .owl-nav button.owl-next {
    position: absolute;
    top: calc(50% - 20px);
    padding: 0;
    opacity: 0;
    z-index:999;
    height: 32px;
    width: 32px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    text-align: center;
    color: #444444;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    outline: none;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
.section-index-slider .owl-nav button.owl-prev,
.section-index-slider .slick-prev,
.home-flashsale .owl-nav button.owl-prev,
.section-index-category .owl-nav button.owl-prev {
    left: 30px;
}
.section-index-slider .owl-nav button.owl-next,
.section-index-slider .slick-next,
.home-flashsale .owl-nav button.owl-next,
.section-index-category .owl-nav button.owl-next {
    right: 30px;
}
.section-index-slider .owl-nav button.owl-prev:before,
.section-index-slider .slick-prev:before,
.section-index-slider .slick-next:before,
.section-index-slider .owl-nav button.owl-next:before,
.home-flashsale .owl-nav button.owl-prev:before,
.home-flashsale .owl-nav button.owl-next:before,
.section-index-category .owl-nav button.owl-prev:before,
.section-index-category .owl-nav button.owl-next:before {
    content: "";
    font-family: 'FontAwesome';
    font-size: 22px;
}
.section-index-slider .owl-nav button.owl-prev:before,
.section-index-slider .slick-prev:before,
.home-flashsale .owl-nav button.owl-prev:before,
.section-index-category .owl-nav button.owl-prev:before {
    content: "\f104";
}
.section-index-slider .owl-nav button.owl-next:before,
.section-index-slider .slick-next:before,
.home-flashsale .owl-nav button.owl-next:before,
.section-index-category .owl-nav button.owl-next:before {
    content: "\f105";
}
.section-index-slider .owl-nav button.owl-prev:hover,
.section-index-slider .slick-prev,
.section-index-slider .slick-next,
.section-index-slider .owl-nav button.owl-next:hover,
.home-flashsale .owl-nav button.owl-prev:hover,
.home-flashsale .owl-nav button.owl-next:hover,
.section-index-category .owl-nav button.owl-prev:hover,
.section-index-category .owl-nav button.owl-next:hover {
    background-color: #6ec7b3;
    color: #ffffff;
}
.section-index-slider:hover .owl-nav button,
.section-index-slider:hover .slick-prev,
.section-index-slider:hover .slick-next,
.home-flashsale:hover .owl-nav button,
.section-index-category:hover .owl-nav button {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.section-index-slider .owl-dots,
.section-index-slider .slick-dots,
.home-flashsale .owl-dots,
.section-index-category .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 7px;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.section-index-slider .owl-dots .owl-dot,
.section-index-slider .slick-dots li button,
.home-flashsale .owl-dots .owl-dot,
.section-index-category .owl-dots .owl-dot {
    display: inline-block;
    border-radius: 50%;
    font-size:0;
    width: 7px;
    height: 7px;
    background: #d6d6d6;
    border: 1px solid transparent;
    margin: 0 5px;
    outline: none;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.section-index-slider .slick-dots li {
    position: relative;
    display: inline-block;
    /*margin: 0 5px;*/
    padding: 0;
    cursor: pointer;
}
.section-index-slider .owl-dots .owl-dot.active,
.section-index-slider .slick-dots li.slick-active button,
.home-flashsale .owl-dots .owl-dot.active,
.section-index-category .owl-dots .owl-dot.active {
    background: #c00113;
}
.section-index-promotion {
    margin-top: 1px;
    margin-bottom: 30px;
}
.section-index-promotion h2 {
    font-size: 16px;
    margin: 0 0 8px;
}
.section-index-promotion .promotion-bgwhite {
    background: #ffffff;
    padding: 10px 12px;
    overflow: hidden;
}
.section-index-promotion .list-promotion {
    margin: 0 -8px;
    display: -ms-flexbox;
    display: flex;
}
.section-index-promotion .promotion-item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 8px;
}
.section-index-promotion .promotion-item__inner {
    height: 100%;
    border-radius: 4px;
    background: #ffffff;
    border: 1px solid #c00113;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.section-index-promotion .promotion-item__inner span {
    display: block;
}
.section-index-promotion .promotion-item__inner .title {
    font-weight: 600;
    font-size: 17px;
    color: #c00113;
}
.section-index-promotion .promotion-item__inner .content {
    font-size: 13px;
    color: #252a2b;
}
.section-index-promotion .promotion-item__inner .copycode {
    text-align: right;
}
.section-index-promotion .promotion-item__inner .copycode .btn-coupon {
    background: rgba(0, 0, 0, 0.05);
    color: #c00113;
    border: 1px solid 0, 0.08;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    margin-top: 5px;
    padding: 2px 10px 3px;
    border-radius: 15px;
    letter-spacing: -0.25px;
    min-width: 100px;
    outline: none;
}
.section-index-promotion .promotion-item__inner .copycode .btn-coupon.disabled {
    pointer-events: none;
}
@media (max-width: 991px) {
    .section-index-promotion {
        margin-bottom: 0;
    }
    .section-index-promotion .list-promotion {
        padding-bottom: 20px;
        margin-bottom: -20px;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .section-index-promotion .promotion-item {
        -ms-flex: 0 0 42%;
        flex: 0 0 42%;
        max-width: 42%;
    }
}
@media (max-width: 767px) {
    .section-index-promotion .promotion-item {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 40%;
    }
}
/*@media (min-width: 992px) {*/
/*    .section-index-collection[data-feature="home-collection-1"] .listProduct-row .product-loop:nth-child(n + 11) {*/
/*        display: none;*/
/*    }*/
/*}*/
/*@media (max-width: 991px) {*/
/*    .section-index-collection[data-feature="home-collection-1"] .listProduct-row .product-loop:nth-child(n + 13) {*/
/*        display: none;*/
/*    }*/
/*}*/
/*@media (min-width: 992px) {*/
/*    .section-index-collection[data-feature="home-collection-2"] .listProduct-row .product-loop:nth-child(n + 11) {*/
/*        display: none;*/
/*    }*/
/*}*/
/*@media (max-width: 991px) {*/
/*    .section-index-collection[data-feature="home-collection-2"] .listProduct-row .product-loop:nth-child(n + 13) {*/
/*        display: none;*/
/*    }*/
/*}*/
/*@media (min-width: 992px) {*/
/*    .section-index-collection[data-feature="home-collection-3"] .listProduct-row .product-loop:nth-child(n + 11) {*/
/*        display: none;*/
/*    }*/
/*}*/
/*@media (max-width: 991px) {*/
/*    .section-index-collection[data-feature="home-collection-3"] .listProduct-row .product-loop:nth-child(n + 7) {*/
/*        display: none;*/
/*    }*/
/*}*/
.section-index-latestBlog .wrapper-latestBlog {
    background: #ffffff;
    padding: 20px 12px;
}
.section-index-latestBlog h2 {
    font-size: 18px;
    margin: 0 0 10px;
}
.section-index-latestBlog .latestBlog {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.section-index-latestBlog .latestBlog-link .linkview {
    font-size: 14px;
    font-weight: 500;
}
.section-index-latestBlog .article-item {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0px 10px;
}
.section-index-latestBlog .article-item__block {
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
}
.section-index-latestBlog .article-item__image {
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    position: relative;
}
.section-index-latestBlog .article-item__image .art-image {
    position: relative;
    overflow: hidden;
    background: #fff;
    -webkit-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.section-index-latestBlog .article-item__image .art-image img {
    -webkit-transition: opacity 0.3s ease, transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: opacity 0.3s ease, transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.3s ease, transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section-index-latestBlog .article-item__detail {
    padding-left: 15px;
    -ms-flex: 0 0 calc(100% - 80px);
    flex: 0 0 calc(100% - 80px);
    max-width: calc(100% - 80px);
}
.section-index-latestBlog .article-item__detail .art-title {
    line-height: 1.3;
    color: #252a2b;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 3px;
}
.section-index-latestBlog .article-item__detail .art-title a {
    color: #252a2b;
}
.section-index-latestBlog .article-item__detail .art-meta {
    color: #999;
    font-size: 12px;
}
@media (min-width: 992px) {
    .section-index-latestBlog .latestBlog-link:not(.viewother) {
        display: none;
    }
}
@media (max-width: 767px) {
    .section-index-latestBlog .wrapper-latestBlog {
        padding: 15px 12px;
    }
    .section-index-latestBlog .article-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section-index-latestBlog .article-item:nth-child(n+5) {
        display: none !important;
    }
}
.top-ban-chay {
    width: 170px !important;
}
section.section-index-category h2.hTitle {
    font-size: 16px;
    margin: 10px 0px 10px 0px;
    text-align: center;
    text-transform: uppercase;
}
section.section-index-category .group_item {
    margin-bottom: 30px;
    text-align: center;
}
section.section-index-category .group_item .image img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: inline-block;
}
section.section-index-category .group_item .title {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 600;
    color: #11006f;
    text-transform: uppercase;
}
section.section-index-category .group_item:hover {
    color: #fcaf17 !important;
}
.title:hover {
    color: #c00113 !important;
}
.tab-content-menu ul {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap !important;
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -ms-overflow-style: none;
    -ms-scroll-snap-type: mandatory;
    -ms-scroll-snap-points-x: snapInterval(0%, 100%);
    -ms-scroll-chaining: chained;
    display: block;
    overflow: auto;
    text-align: center;
}
.tab-content-menu ul li {
    position: relative;
    vertical-align: top;
    display: inline-block;
}
.tab-content-menu ul li a {
    margin-right: 7px;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 5px 10px;
    border: 1px solid #c00113;
    display: block;
}
.tab-content-menu ul li a:hover,
.tab-content-menu ul li.active a {
    background: #c00113;
    color: #FFF;
}
@media (max-width: 767px) {
    section.section-index-collection.home-flashsale .section-heading.text-center {
        margin-top: 0px;
    }
    section.section-index-category h2.hTitle {
        font-size: 16px;
        margin: 15px 0 15px;
    }
    section.section-index-category .view-all-collection {
        width: 100%;
        text-align: right;
        position: absolute;
        top: 8px;
        left: -15px;
    }
    .section-heading .hTitle {
        margin-top: 25px;
    }
    .sectionLookbooks {
        padding-bottom: 0px;
    }
    section.section-index-collection.home-flashsale a.view-all-collection {
        position: absolute;
        top: 5px;
        width: initial !important;
        right: 15px;
    }
    section.section-index-collection.home-flashsale h2.hTitle {
        margin-top: 0px;
    }
    .section-index-category .owl-carousel .owl-nav button.owl-prev,
    .section-index-category .owl-carousel .owl-nav button.owl-next {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        color: #fff;
        transform: scale(1);
    }
    .section-index-category .owl-carousel .owl-nav button.owl-prev {
        left: 0;
        background: #c50017;
    }
    .section-index-category .owl-carousel .owl-nav button.owl-next {
        right: 0;
        background: #c50017;
    }
    .section-index-category.d-flex-owl:not(.owl-loaded) > a {
        flex: 0 0 calc(100%/3);
    }
}
@media (min-width: 992px) {
    section.section-index-collection.home-flashsale .section-heading {
        margin-bottom: 30px;
        margin-top: 40px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: space-between;
        justify-content: space-between;
    }
    section.section-index-collection.home-flashsale a.view-all-collection {
        margin-top: 40px;
    }
    .section-index-category.d-flex-owl:not(.owl-loaded) > a {
        flex: 0 0 calc(100%/6);
    }
}
@media (min-width: 1024) {
    .section-index-category.d-flex-owl:not(.owl-loaded) > a {
        flex: 0 0 calc(100%/8);
    }
}