/*--------------------------------------------------------------------------
|  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
--------------------------------------------------------------------------*/

.content-cate {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-show .btn-s ,
.btn-show .btn-h {
    background: var(--color-highlight);
    padding: 5px 12px !important;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 0.8rem;
    color: #fff;
    text-transform: unset;
    white-space: nowrap;
    display: inline-block;
    font-size: 14px;
}


.content-cate ~ .btn-show>.btn-h {
    display: none;
}

.content-cate.fullshow {
    -webkit-line-clamp: unset;
}

@media (max-width: 1200px) {
    .header-page-title {
        height: 275px;
        margin-bottom: 30px;
    }
}

.header-page-title {
    height: 300px;
    background-size: cover;
    backdrop-filter: brightness(60%);
    -webkit-backdrop-filter: brightness(60%);
    margin-bottom: 70px;
}

.header-page-title .breadcrumb {
    height: 100%;
    backdrop-filter: brightness(60%);
    -webkit-backdrop-filter: brightness(60%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-page-title .breadcrumb .content {
    text-align: center;
    position: relative;
    z-index: 9;
}

.header-page-title .breadcrumb .content .title {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    max-width: 1100px;
}

.header-page-title .breadcrumb nav.breadcrumbs-section {
    justify-content: center;
}

.header-page-title .breadcrumb nav.breadcrumbs-section a, .header-page-title .breadcrumb nav.breadcrumbs-section a>span {
    color: #fff;
}


.swiper-slider-main .swiper-slide-active img {
    /*animation-name: zoom;*/
    /*animation-duration: 30s;*/
    /*animation-fill-mode: forwards;*/
}

@keyframes zoom {
    from {
        transform: scale(1)
    }

    to {
        transform: scale(1.3)
    }
}

.side-in-bot {
    top: 200px;
    position: relative;
    transition: 2.2s all;
}

.swiper-slider-main .swiper-slide-active .swiper-slide--description-short {
    transition: 2s all;
}

.swiper-slider-main .swiper-slide-active .swiper-slide--tile {
    transition: 2.2s all;
}

.swiper-slider-main .swiper-slide-active .swiper-slide--link {
    transition: 2.4s all;
}

.swiper-slider-main .swiper-slide-active .side-in-bot {
    top: 0;
}

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

.banner-home a img {
    opacity: 1;
    transform: scale(1) rotate(0deg);
    transition: all 0.5s ease;
}

.banner-home a:hover img {
    opacity: 0.9;
    transform: scale(1.1) rotate(5deg);
    transition: all 0.5s ease;
}

.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)
    }
}

.bg-feedback {
    padding: 3rem 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.feedback-item {
    border: 1px solid var(--color-highlight);
    border-radius: 1rem;
    padding: 1rem;
    background: whitesmoke;
}

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

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

.feedback-item .inner-image img {
    width: 7rem;
    aspect-ratio: 1/1;
    border-radius: 1rem;
    margin-right: 1rem;
}

.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: 1200px;
    height: 1200px;
    top: -280px;
    left: 50%;
    margin-left: -600px;
    content: "";
    background: transparent url(/templates/fashion03/assets/img/bg-footer.png) no-repeat center center;
    background-size: 100% auto;
    opacity: .3;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 60s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: 60s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0)
    }

    to {
        -moz-transform: rotate(360deg)
    }
}

.img-about {
    -webkit-mask-image: url(/templates/quatang01/assets/media/sharp.svg);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
}


.img-about .ratio-4-3 {
    padding-top: 85%;
}

.title-year {
    right: 90px;
    top: 60px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    padding: 23px 0;
}

.number-year {
    font-size: 85px;
    line-height: 70px;
    text-shadow: 1px 0px var(--white);
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--color-highlight);
    font-weight: 900;
}

.bg-main {
    background: var(--color-main) !important;
}

.bg-highlight {
    background: var(--color-highlight) !important;
}

.bg-image-about {
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}

.info-about .title-section {
    margin: 0;
}

.color-hightlight {
    color: var(--color-highlight);
}

.product-image-detail-top img {
    border-radius: 10px;
}


@media (min-width: 992px) {
    .box-swiper-embed .swiper-slide {
        /*padding: 0 6rem;*/
        /*transition: 0.3s;*/
        /*transition: */
        /*transform 0.6s ease,*/
        /*opacity 0.6s ease;*/
        /*transform: scale(0.65);*/
    }
    
    .box-swiper-embed .swiper-slide.swiper-slide-active {
        /*padding: 0;*/
        transform: scale(1);
        opacity: 1;
    }
    
    .video-home .swiper-slide.swiper-slide-active {
        -webkit-transform: scale(1.40);
        -ms-transform: scale(1.40);
        transform: scale(1.40);
        z-index: 1;
        position: relative;
    }
    
    .video-home .album-item {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: scale(0.80);
        -ms-transform: scale(0.80);
        transform: scale(0.80);
        margin: 0;
        padding: 50px 0;
    }










}

.box-swiper-embed .ytp-button {
    width: 78px;
    height: 78px;
}

.ytp-button {
    position: absolute;
    width: 65px;
    height: 65px;
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0, 0.0, 0.2, 1);
    transition: opacity .25s cubic-bezier(0.0, 0.0, 0.2, 1);
    z-index: 63;
    cursor: pointer;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin: 0 auto;
}


.box-swiper-embed .swiper-slide-active .opacity-video:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--black);
    z-index: 1;
    opacity: 0.4;
    border-radius: 10px;
    border: 4px solid white;
}

.box-swiper-embed .album-item .inner-image {
    border-radius: 10px;   
}


















.brand-section .swiper-pagination {
    position: relative !important;
    bottom: 0;
    margin-top: 1rem;
}

.brand-section .item {
    background: white;
    border-radius: 10px;
	border: 1px solid var(--gray);
}

.brand-section .item img {
    padding: 10px;
    object-fit: contain;
}

.text-footer-1 {
    color: white;
    font-size: 15px;
    font-weight: 700;
}

.text-footer-2 {
    font-size: 15px;
    color: white;
    font-style: italic;
}

.social-section a {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-highlight);
    border-radius: 50%;
    color: white;
    font-size: 20px;
}


/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/

.is-mobile .swiper-slide--tile {
    font-size: 7rem;
}

/*CSS by quyettq*/
.bg-feedback .swiper-pagination {
    position: unset;
    margin-top: 1.5rem;
}

@media (min-width: 1200px) {
    .setting-menu > .container > .row > div:nth-child(1) {
        flex: 0 0 15%;
        max-width: 15%;
    }.setting-menu > .container > .row > div:nth-child(2) {
        flex: 1 1;
        max-width: 100%;
    }.setting-menu > .container > .row > div:nth-child(3) {
        flex: 0 0 20%;
        max-width: 20%;
    }
}