/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
.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;
}

.entire-action-header .form-dropdown {
    position: absolute;
    padding: 10px;
    background-color: var(--white);
    width: 350px;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-animation: nav_menu_anim_close 0.3s both;
    -o-animation: nav_menu_anim_close 0.3s both;
    animation: nav_menu_anim_close 0.3s both;
    -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 {
    position: relative;
}

/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
.swiper-slider-main .swiper-slide-active img {
    -webkit-animation: kenburns-right 8s ease-out both;
    animation: kenburns-right 8s ease-out both;
}

@-webkit-keyframes kenburns-right {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 84% 50%;
            transform-origin: 84% 50%;
  }
  100% {
    -webkit-transform: scale(1.05) translateX(20px);
            transform: scale(1.05) translateX(20px);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}
@keyframes kenburns-right {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 84% 50%;
            transform-origin: 84% 50%;
  }
  100% {
    -webkit-transform: scale(1.05) translateX(20px);
            transform: scale(1.05) translateX(20px);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}

.marquee-style .swiper-wrapper{
  -webkit-transition-timing-function:linear!important;
  transition-timing-function:linear!important; 
}

.item-marquee {
    color: white;
    font-size: 1.8rem;
    font-weight: bold;
}

.swiper-brand-main img {
    filter: opacity(0.5);
}

.swiper-brand-main img:hover {
    filter: none;
}

.prd-cate-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2rem;
    color: white;
    padding: 1rem;
    background: black;
    background: -moz-linear-gradient(top, rgb(175 175 175 / 25%) 0%, rgb(0 0 0 / 90%) 100%);
    background: -webkit-linear-gradient(top, rgb(175 175 175 / 25%) 0%, rgb(0 0 0 / 90%) 100%);
    background: linear-gradient(to bottom, rgb(175 175 175 / 25%) 0%, rgb(0 0 0 / 90%) 100%);
}

.btn-prd {
    text-transform: uppercase;
    padding: 0.85rem 3rem;
}

.text-slogan {
    text-align: center;
    font-size: calc(3rem + 5vw);
    font-weight: bold;
    text-transform: uppercase;
}

.swiper-feedback-main img {
    width: 10rem;
    height: 10rem;
    object-fit: contain;
    border-radius: 100%;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
}

.swiper-feedback-main .swiper-slide-thumb-active img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-feedback-main.swiper-thumbs .swiper-slide {
    border: 0;
}

.feedback--description {
    font-size: 2.2rem;
}

.feedback--tile {
    text-transform: uppercase;
    font-size: 2rem;
    margin: 3rem 0 2rem 0;
    font-weight: bold;
    color: var(--color-highlight);
    position: relative;
}

.feedback--tile:before {
    content: "";
    position: absolute;
    top: -1rem;
    left: 0;
    right: 0;
    width: 5rem;
    height: 2px;
    background: var(--color-highlight);
    margin: 0 auto;
}

.swiper-feedback-main i {
    font-size: 5rem;
    color: var(--color-highlight);
    margin-bottom: 2rem;
}

.inner-video {
    padding-top: 40%;
}

.inner-video .fa-circle-play {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    font-size: 8rem;
    color: white;
}

/* bo loc san pham */
.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;
}

.content-detail-product {
    border: 1px solid #e3e3e3;
    padding: 10px;
    margin-bottom: 10px;
}
/* -------- */

.article-list .article-title {
    font-size: 2rem;
    text-transform: uppercase;
}

.article-avatar {
    padding-top: 35%;
}

.article-avatar:before {
    content: "";
    background: hsl(0deg 0% 0% / 30%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.article-image-detail-thumb {
    position: absolute;
    width: 25%;
    right: 1rem;
    bottom: 1rem;
    z-index: 2;
}

.article-info-top {
    position: absolute;
    bottom: 10rem;
    left: calc((100% - 85vw) / 2);
    z-index: 1;
    color: white;
}

.article-info-top h1 {
    font-size: calc(3rem + 1.2vw);
}

.article-avatar img {
    filter: blur(5px);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.article-detail > div:hover .article-avatar img {
    filter: none;
}

/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/
@media (max-width: 500px) {
    .is-mobile .swiper-slide--tile {
        font-size: calc(2.6rem + 1.2vw);
    }
    
    .text-slogan img {
        max-height: 15rem;
    }
}

@media (min-width: 992px) {
    .box-contact-form {
        background: white;
        margin-top: -10rem;
        padding: 3rem;
        border-radius: 1rem;
        box-shadow: 0px 1px 10px 1px #bfbfbf;
    }
}

/* Banner full width */
.swiper-slider-main{
    width:100vw;
    margin-left:calc(50% - 50vw);
}

.swiper-slider-main .swiper-slide img{
    width:100%;
    height:700px;
}
