/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
.entire-action-header {
    position: relative;
}

.entire-action-header .form-dropdown {
    position: absolute;
    padding: 10px;
    background-color: #ffffff;
    width: 300px;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}

.entire-action-header:hover .form-dropdown {
    -webkit-animation: nav_menu_anim_open 0.3s both;
    -o-animation: nav_menu_anim_open 0.3s both;
    animation: nav_menu_anim_open 0.3s both;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    pointer-events: unset;
}

/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
.bg-content {
    background-size: cover;
    background-position: center;
    padding: 3rem 0;
}

.prd-cate-title {
    font-weight: bold;
    font-size: 1.7rem;
}

.section-fash-sale {
    background-color: #ff9d2e;
    padding: 3rem 0;
}

.dot {
    width: 15px;
    height: 15px;
    background: red;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    margin-right: 1rem;
}

.dot:after {
    content: "";
    border-radius: 100%;
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    background-color: transparent;
    animation: pulseSmall2 1.25s linear infinite;
}

@-webkit-keyframes pulseSmall {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0.7)
    }

    70% {
        -webkit-box-shadow: 0 0 0 5px rgba(255,255,255,0.44)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0.14)
    }
}

@-webkit-keyframes pulseSmall2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,0,0,0.3)
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,0,0,0.3)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,0,0,0.3)
    }
}

.item-banner-home > a:before {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    top: 0;
    bottom: 0;
    transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
}

.item-banner-home > a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 50%;
    transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
}

.item-banner-home > a:hover:before {
    background: rgba(255,255,255,.2) none repeat scroll 0 0;
    left: 0;
    right: 0;
}

.item-banner-home > a:hover:after {
    background: rgba(255,255,255,.2) none repeat scroll 0 0;
    bottom: 0;
    top: 0;
}

.bg-service {
    background-size: initial;
    background-repeat: no-repeat;
    background-position: left top;
}

.image-serivce {
    width: 17rem;
    height: 17rem;
    margin: 0 auto;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.image-serivce img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 5rem;
    filter: brightness(0) invert(1);
}

.serivce--tile {
    font-size: 2rem;
    font-weight: bold;
    margin: 1rem 0;
}

.bg-about {
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: center right;
}

.inner-about, .feedback-item {
    padding: 5rem 6rem;
    position: relative;
    z-index: 2;
}

.inner-about span {
    text-transform: capitalize;
    margin-bottom: 1rem;
    display: block;
    font-size: 1.8rem;
    color: #666;
}

.border-line {
    border-top: 1px dashed #fe4c6c;
    margin: 2rem 0;
}

.cms-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.cms-logo img {
    width: 14rem;
}

.banner-discount {
    padding: 3rem;
}

.boxb-discount {
    position: relative;
    display: flex;
    justify-content: center;
}

.itemb-discount {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.titleb-sub-discount {
    font-size: 2rem;
    font-style: italic;
    color: #666;
}

.titleb-discount {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.titleb-discount span {
    font-size: 4rem;
    font-weight: bold;
    color: var(--color-highlight);
    margin-bottom: 1rem;
    display: inline-block;
}

.bg-feedback {
    background-size: inherit;
    background-position: center left;
    background-repeat: no-repeat;
}

.feedback-item .inner-name {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 1rem;
}

.feedback-item .inner-content {
    font-size: 1.8rem;
    min-height: 8.1rem;
}

.feedback-item .inner-image img {
    width: 10rem;
    aspect-ratio: 1/1;
    border-radius: 100%;
    border: 2px solid var(--color-highlight);
}

.btn-filter-mobile {
    display: block;
    color: var(--color-main);
}

.btn-filter-mobile, .content-filter-head {
    display: block;
}

.content-filter-product {
    position: fixed;
    width: 32rem;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: 1100;
    background-color: #fff;
    overflow: auto;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transform: translate3d(-32rem, 0, 0);
    -moz-transform: translate3d(-32rem, 0, 0);
    -ms-transform: translate3d(-32rem, 0, 0);
    -o-transform: translate3d(-32rem, 0, 0);
    transform: translate3d(-32rem, 0, 0);
    -webkit-transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.51, 0.82);
    transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.51, 0.82);
    -webkit-box-shadow: -0.1rem 0 0.3rem rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -0.1rem 0 0.3rem rgba(0, 0, 0, 0.2);
    box-shadow: -0.1rem 0 0.3rem rgba(0, 0, 0, 0.2);
}

.content-filter-product.open {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.filter-url .back-drop {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 1020;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
}

.filter-url .back-drop.open {
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
}

.content-filter-head {
    background: #faf9f8;
    padding: 2rem 3rem;
}

.title-seo {
    font-size: 2.8rem;
    color: var(--color-highlight);
}

.item-policy {
    font-size: 1.6rem;
    color: var(--color-highlight);
    padding: .5rem 0;
}

.item-policy i {
    margin-right: .5rem;
}

.product-content-detail .product-description img {
    height: auto;
    max-width: 100%;
}

.swiper-cate {
    width: 60%;
}

/* chi nhanh */
.branch-box {
    background: whitesmoke;
    padding: 1rem;
    max-height: 43rem;
    overflow-y: scroll;
}

.branch-box::-webkit-scrollbar {
    width: .5em;
}

.branch-box::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.branch-box::-webkit-scrollbar-thumb {
    background-color: var(--color-highlight);
}

.branch-box .nav-item .nav-link.active {
    background: var(--color-highlight);
    color: white !important;
}

.branch-box .item {
    border: 1px solid var(--color-highlight);
    padding: 1rem;
    margin-bottom: 1.5rem;
    cursor: pointer;
}

.branch-box .item.active, .branch-box .item:hover {
    background: var(--color-highlight);
    color: white;
}

.branch-section {
    background: var(--color-highlight);
    padding: 1rem;
    font-size: 2rem;
    font-weight: bold;
}

/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/
footer {
    background: #303030;
    position: relative;
    overflow: hidden;
}

footer::before {
    position: absolute;
    width: 100%;
    height: 4rem;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    background: url(https://cdn4075.cdn-template-4s.com/media/template/pattern-x.webp);
    background-position: center top;
    background-repeat: repeat-x;
}

/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/
.is-mobile .swiper-slide--tile {
    font-size: 3rem;
}

.is-mobile .swiper-slider-main .swiper-slide:before, .is-mobile .swiper-slider-main .swiper-slide--wrap:before {
    display: none;
}

.is-mobile .inner-about, .is-mobile .feedback-item {
    padding: 0rem 3rem;
}

.is-mobile .titleb-sub-discount {
    font-size: 2rem;
}

.is-mobile .titleb-discount {
    font-size: 1.5rem;
}

.is-mobile .titleb-discount span {
    font-size: 2rem;
}

.is-mobile .itemb-discount {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    background: rgb(255 255 255 / 60%);
    padding: 1rem;
    border-radius: 1rem;
}

@media (min-width: 992px) {
    .box-about {
        max-width: 90%;
        margin: 0 auto;
    }
}