.bg-menu {
    background-color: rgba(0,0,0,.75);
    position: relative;
}

header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

@media (min-width: 1200px) {
    header {
        -webkit-transition: background-color .3s,opacity .3s,-webkit-transform .3s;
        transition: background-color .3s,opacity .3s,-webkit-transform .3s;
        transition: background-color .3s,opacity .3s,transform .3s;
        transition: background-color .3s,opacity .3s,transform .3s,-webkit-transform .3s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-perspective: 250;
        perspective: 250;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.logo-section img {
    height: 45px;
    -webkit-transition: top .3s;
    transition: top .3s;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
}

.logo-section img {
    height: 45px;
}

.header-main>.container>.row {
    position: relative;
}

.header-main>.container>.row:before {
    background: hsla(0,0%,100%,.3);
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% - 30px);
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (min-width: 1200px) {
    .logo-section img {
        /* top: 58px; */
    }

    .menu-section > ul > li > a {
        line-height: 60px;
        height: 60px;
    }

    header.fix .logo-section img {
        top: 0;
    }

    .header-main {
        -webkit-transition: background-color .3s,opacity .45s,-webkit-transform .3s;
        transition: background-color .3s,opacity .45s,-webkit-transform .3s;
        transition: background-color .3s,opacity .45s,transform .3s;
        transition: background-color .3s,opacity .45s,transform .3s,-webkit-transform .3s;
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%), 0 0.625rem 1.25rem rgb(0 0 0 / 5%);
        letter-spacing: .03em;
    }

    header.fix .header-main {
        opacity: 0;
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
    }
}

/*end header*/
/*slider*/
.content-slide {
    position: absolute;
    width: 100%;
    bottom: 105px;
    z-index: 11;
    transition: opacity 1s,transform 1s,-webkit-transform 1s;
    -webkit-transition: opacity 1s,-webkit-transform 1s;
    transition: opacity 1s,-webkit-transform 1s;
    transition: opacity 1s,transform 1s;
    max-width: 100%;
}

.content-slide .name-slider {
    font-size: 73px;
    line-height: 1.3;
    letter-spacing: .15em;
    position: relative;
    z-index: 13 !important;
    opacity: 1 !important;
}

.description-slider {
    width: 100%;
    max-width: 700px;
}

.url-slide a {
    border: 1px solid var(--white);
    letter-spacing: .15em;
}

/*end slider*/
/*tab san pham*/
.section-tab-product:before {
    width: 100vw;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    background-image: url(/templates/fashion02/assets/media/icon/bg-pattern.svg);
    background-position: 50%;
    background-repeat: repeat;
    background-size: 22px auto;
    opacity: .1;
    z-index: -2;
}

.section-tab-product:after {
    background-image: linear-gradient(#fff,hsla(0,0%,100%,.5) 50%,#fff);
    width: 100vw;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
}

.product-tab.nav .nav-item .nav-link.active:before {
    background: var(--black);
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: -4px;
}

/*end tab san pham*/
.banner-section .img-slider, .banner-section .img-slider img {
    width: auto;
    height: 100vh;
    object-fit: cover;
}

.fill:before {
    width: 75vw;
    height: 100%;
    content: "";
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    pointer-events: none;
    background: -webkit-gradient(linear,left top,right top,from(#000),color-stop(19%,rgba(0,0,0,.738)),color-stop(34%,rgba(0,0,0,.541)),color-stop(47%,rgba(0,0,0,.382)),color-stop(56.5%,rgba(0,0,0,.278)),color-stop(65%,rgba(0,0,0,.194)),color-stop(73%,rgba(0,0,0,.126)),color-stop(80.2%,rgba(0,0,0,.075)),color-stop(86.1%,rgba(0,0,0,.042)),color-stop(91%,rgba(0,0,0,.021)),color-stop(95.2%,rgba(0,0,0,.008)),color-stop(98.2%,rgba(0,0,0,.002)),to(transparent));
    background: linear-gradient(90deg,#000,rgba(0,0,0,.738) 19%,rgba(0,0,0,.541) 34%,rgba(0,0,0,.382) 47%,rgba(0,0,0,.278) 56.5%,rgba(0,0,0,.194) 65%,rgba(0,0,0,.126) 73%,rgba(0,0,0,.075) 80.2%,rgba(0,0,0,.042) 86.1%,rgba(0,0,0,.021) 91%,rgba(0,0,0,.008) 95.2%,rgba(0,0,0,.002) 98.2%,transparent);
}

.item-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.img-slider {
    -webkit-box-shadow: 0 0 6em rgb(0 0 0 / 75%);
    box-shadow: 0 0 6em rgb(0 0 0 / 75%);
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease,-webkit-transform 1s ease;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
}

.section-about__background01, .section-about__background02 {
    position: relative;
}

.product-detail-head .product-image-detail .inner-image:before, .section-about__background02:before, .section-about__background01:before, .banner-section .img-slider:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2);
    z-index: 1;
}

.active .img-slider {
    -webkit-transform: scale(.6);
    transform: scale(.614);
    height: 100%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.item-banner:before, .slider-section .item:before {
    width: 100%;
    height: 100%;
    content: "";
    -webkit-backdrop-filter: blur(1em);
    backdrop-filter: blur(1em);
    -webkit-transition: -webkit-backdrop-filter 1s;
    transition: -webkit-backdrop-filter 1s;
    transition: backdrop-filter 1s;
    transition: backdrop-filter 1s,-webkit-backdrop-filter 1s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.active .content-slide {
    -webkit-transform: translate(5rem);
    transform: translate(5rem);
}

.active .banner-section .content-slide .description-slider, .active .banner-section .content-slide .url-slide {
    opacity: 0;
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

.banner-section .description-slider, .banner-section .url-slide {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
}

.footer-menu-section ul li>a {
    font-size: 18px;
    border-bottom: 1px solid var(--black);
}

.footer-menu-section ul {
    columns: 1;
}

.banner-section__about .img-slider img {
    height: 100vh;
    object-fit: cover;
}

.content-banner__about {
    position: absolute;
    width: 100%;
    bottom: 125px;
    font-size: 60px;
    z-index: 9;
}

/*gioi thieu*/
.section-about__text01 .title-about {
    font-size: 36px;
    margin-bottom: 20px;
}

.img-left__people {
    flex: 0 0 150px;
    max-width: 150px;
}

.name-right__people {
    font-family: 'Open Sans';
    font-style: italic;
    position: relative;
    margin-bottom: 10px;
    letter-spacing: 1.3px;
}

.text-right__people {
    max-width: 750px;
    line-height: 1.4;
}

.name-right__people:before {
    content: "''";
    margin-left: -0.6rem;
}

.name-right__people:after {
    content: "''";
}

.address-right__people {
    font-family: 'Open Sans';
}

.title-about {
    font-size: 36px;
}

.section-about__background02 {
    background-size: cover;
    background-position: bottom;
}

.section-about__background01 {
    background-size: cover;
}

.content-about___bottom a {
    border-bottom: 1px solid #fff;
}

.banner-02__introcuce {
    padding-top: 33%;
}

.section-news-02__introduce .article-item .inner-content .article-title a {
    text-decoration: revert;
}

@media (min-width: 1200px) {
    .section-news__introduce>.row>div, .section-news-02__introduce>.row>div {
        padding: 0 25px;
    }

    .section-news__introduce>.row, .section-news-02__introduce>.row {
        margin-right: -25px;
        margin-left: -25px;
    }
}

/*chi tiet san pham*/
.product-name__detail {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.product-name__detail .name-product__detail {
    max-width: 670px;
    overflow: hidden;
}

.product-name__detail .name-product__detail .product-title-detail, .product-name__detail .name-product__detail .product-category a {
    color: var(--white);
}

.product-name__detail .name-product__detail .product-category {
    margin-bottom: 10px;
}

.product-name__detail .name-product__detail .product-title-detail {
    font-size: 40px;
}

.product-name__detail .name-product__detail .product-category a {
    font-size: 18px;
}

.product-name__detail .product-category, .product-title-detail, .name-slider, .description-slider, .url-slide {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-name: trf_left;
    animation-name: trf_left;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    transition: 1.1s;
    transition: opacity 1s,transform 1s,-webkit-transform 1s;
    -webkit-transition: opacity 1s,-webkit-transform 1s;
    transition: opacity 1s,-webkit-transform 1s;
    transition: opacity 1s,transform 1s;
    opacity: 0;
}

@keyframes trf_left {
    from {
        opacity: 0;
        -webkit-transform: translate(5rem);
        transform: translate(5rem);
        -webkit-transition: opacity .75s,-webkit-transform 1.5s;
        transition: opacity .75s,-webkit-transform 1.5s;
        transition: opacity .75s,transform 1.5s;
        transition: opacity .75s,transform 1.5s,-webkit-transform 1.5s;
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

.product-title-detail {
    -webkit-animation-delay: .55s;
    -moz-animation-delay: .55s;
    -ms-animation-delay: .55s;
    -o-animation-delay: .55s;
    animation-delay: .55s;
    -webkit-transition-delay: .55s;
    transition-delay: .55s;
}

.product-image-detail .inner-image img, .banner-section__about .img-slider img {
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    -ms-animation-delay: .8s;
    -o-animation-delay: .8s;
    -webkit-animation-duration: 4s;
    -moz-animation-duration: 4s;
    -ms-animation-duration: 4s;
    -o-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: banner_style;
    animation-name: banner_style;
    transform: scale(1.05);
}

@-webkit-keyframes banner_style {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition: -webkit-transform 3s;
        transition: -webkit-transform 3s;
        transition: transform 3s;
        transition: transform 3s,-webkit-transform 3s;
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes banner_style {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition: -webkit-transform 3s;
        transition: -webkit-transform 3s;
        transition: transform 3s;
        transition: transform 3s,-webkit-transform 3s;
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.breadcrumbs-category {
    background-size: cover;
    width: 100%;
    position: relative;
    background: darkgrey;
    padding: 15px 0;
}

/* .breadcrumbs-category .breadcrumbs-section {
    position: absolute;
    top: 59%;
    transform: translateY(-50%);
    z-index: 1;
} */
.breadcrumbs-category .breadcrumbs-section a {
    color: var(--white) !important;
    font-size: 20px;
}

.breadcrumbs-category .breadcrumbs-section a span {
    color: var(--white);
    font-weight: normal;
}

/* .breadcrumbs-category:after {
    content: '';
    background: #00000080;
    width: 100%;
    position: absolute;
    height: 100%;
} */
@media (min-width: 992px) {
    .animatable {
        visibility: hidden;
        -webkit-animation-play-state: paused;
        -moz-animation-play-state: paused;
        -ms-animation-play-state: paused;
        -o-animation-play-state: paused;
        animation-play-state: paused;
    }

    .animate-in.moveUp, .animate-out.moveUp {
        -webkit-animation-name: moveUp;
        -moz-animation-name: moveUp;
        -o-animation-name: moveUp;
        animation-name: moveUp;
    }

    .animate-in {
        visibility: visible;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -ms-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-play-state: running;
        -moz-animation-play-state: running;
        -ms-animation-play-state: running;
        -o-animation-play-state: running;
        animation-play-state: running;
    }

    .animate-out {
        visibility: visible;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -ms-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-play-state: running;
        -moz-animation-play-state: running;
        -ms-animation-play-state: running;
        -o-animation-play-state: running;
        animation-play-state: running;
        -webkit-animation-direction: reverse;
        -moz-animation-direction: reverse;
        -ms-animation-direction: reverse;
        -o-animation-direction: reverse;
        animation-direction: reverse;
    }

    .animate-in.bounceInRight, .animate-out.bounceInRight {
        -webkit-animation-name: bounceInRight;
        -moz-animation-name: bounceInRight;
        -o-animation-name: bounceInRight;
        animation-name: bounceInRight;
    }
}

@-webkit-keyframes moveUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(60px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes moveUp {
    0% {
        opacity: 1;
        -moz-transform: translateY(60px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes moveUp {
    0% {
        opacity: 1;
        -o-transform: translateY(60px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes moveUp {
    0% {
        opacity: 1;
        transform: translateY(60px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(1000px);
    }

    60% {
        -webkit-transform: translateX(-20px);
    }

    80% {
        -webkit-transform: translateX(5px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes bounceInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(1000px);
    }

    60% {
        -moz-transform: translateX(-20px);
    }

    80% {
        -moz-transform: translateX(5px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes bounceInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(1000px);
    }

    60% {
        -o-transform: translateX(-20px);
    }

    80% {
        -o-transform: translateX(5px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(1000px);
    }

    60% {
        transform: translateX(-20px);
    }

    80% {
        transform: translateX(5px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 576px) {
    .content-slide .name-slider {
        font-size: 28px;
    }

    .product-tab.nav li.nav-item {
        flex: 0 0 100%;
    }

    .product-tab.nav .nav-item .nav-link {
        display: block;
        width: 100%;
        text-align: center;
    }

    .banner-section .img-slider, .banner-section .img-slider img {
        height: 85vh;
    }

    .banner-section__about .img-slider img {
        height: 73vh;
    }

    .content-banner__about {
        font-size: 30px;
        bottom: 15px;
    }

    .section-about__text01 .title-about,.title-about {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .name-right__people {
        font-size: 14px;
    }

    .img-left__people {
        flex: 0 0 140px;
        max-width: 140px;
    }

    .breadcrumbs-category {
        /*height: 30vh;*/
    }

    .breadcrumbs-category .breadcrumbs-section a {
        font-size: 25px;
    }

    .article-title-detail {
        font-size: 16px;
    }

    .product-detail-head .product-image-detail .inner-image {
        padding-top: 60vh;
    }
}

@media (min-width: 576px) and (max-width:1200px) {
    .content-slide .name-slider,.title-about {
        font-size: 30px !important;
    }

    .content-banner__about {
        font-size: 40px;
    }

    .name-right__people {
        font-size: 25px;
    }
}

.rti-abs-50 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    transition: all .4s;
    cursor: pointer;
}

.article-video:hover .rti-abs-50 {
    transform: translate(-50%, -50%) scale(.8);
}

.section-video-des__detail {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#000),to(#444));
    background-image: linear-gradient(#000,#444);
}

.product-name__detail .name-product__detail .product-title-detail {
    font-size: 17px;
}
.article-content {font-size: 16px;}

.article-description {font-size: 16px;}

.facebook iframe {width: 100%;height: 200px;}
.form-contact .form-group>span.btn.btn-submit {background: var(--black);line-height: 33px !important;}



.h-100vh {
    height: 100vh;
}
.img-cover {
    object-fit: cover;
}

.product-image-detail .slider-main .slick-arrow {
    background-color: var(--red);
    border-radius: 5px;
}
.is-mobile .banner-section img,
.is-mobile .banner-section__about .img-slider img {
    height: 45vh;
}
.is-mobile .product-detail-head .product-image-detail .inner-image {
    padding-top: 50vh;
}