img {
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-touch-callout: none;
}

.color-text {
    color: var(--color-text);
}
.fs-22 {
    font-size: 22px !important;
}
.fs-28 {
    font-size: 28px !important;
}
.fs-32 {font-size: 32px !important;}
.w-90{
    width: 90%;
}
.h-350 {
    height: 350px;
}
.fw-500 {
    font-weight: 500;
}
.mb-50 {
    margin-bottom: 50px;
}
.padding-custom {
    padding-top: 46%;
}
.effect-hidden .effect-hidden--hover{
    display: none;
}
.effect-hidden:hover .effect-hidden--hover{
    display: inline-block;
}
.effect-hidden:hover .effect-hidden--image{
    display: none;
}
.effect-hidden.active .effect-hidden--hover{
    display: inline-block;
}
.effect-hidden.active .effect-hidden--image{
    display: none;
}
.border-highlight {
    border-color: var(--color-highlight) !important;
}
.object-cover{
    object-fit: cover !important;
}
.bg-main {
    background: var(--color-main);
    
}
.py-100 {
    padding-bottom: 10rem;
    padding-top: 10rem;
}
.my-50 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.pt-100 {
    padding-top: 10rem;
}
.pt-50 {
    padding-top: 5rem;
}

.entire-action-header {padding: 0;position: relative;}
.btn-action-header i {
    height: 5rem;
    width: 5rem;
    line-height: 5rem;
    text-align: center;
    display: block;
    font-size: 21px;
    color: var(--black);
}
.btn-action-header i:hover {
    /* background: rgb(69 157 255); */
    /* color: #fff; */
}
.entire-action-header .form-dropdown {
    position: absolute;
    padding: 10px;
    background-color: #ffffff;
    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 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgb(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;
}
.topbar-section .language-picker {
    display: block;
    width: 5rem;
    height: 5rem;
    text-align: center;
    font-size: 1.6rem;
    background: var(--color-highlight);
    color: #fff;
    text-transform: capitalize;
}
.topbar-section .language-picker:hover {
    background: rgb(69 157 255);
}
.icon-hotline {
    height: 4.5rem;
    width: 4.5rem;
    line-height: 4.5rem;
    text-align: center;
    border-radius: 50%;
    background: var(--color-highlight);
    color: #fff;
    font-size: 2rem;
    flex: 0 0 4.5rem;
    margin-right: 1rem;
}
.btn-mini-cart {
    border-radius: 0 0 10px 10px;
    padding: 0 10px;
}
.btn-style-1, .btn-style-2 {
    border: 1px solid var(--color-highlight);
    padding: 0.5rem 0.5rem 0.5rem 3rem;
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 3rem;
    background: var(--color-highlight);
}
.btn-style-2 {
    background: var(--white);
}
.btn-style-1:hover {
    background: var(--white);
}
.btn-style-2:hover {
    background: var(--color-highlight);
}
.btn-style-1 i,
.btn-style-2 i{
    height: 4rem;
    width:4rem;
    line-height: 4rem;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: var(--color-highlight);
    margin-left: 0.5rem;
    font-size: 1.6rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 25px 0px;
    display: inline-block;
}
.title-section-1 {
    font-size: 3.4rem;
    max-width: 41rem;
    line-height: 43.86px;
    color: var(--color-main);
    position: relative;
    padding-top: 3rem;
    font-weight: 500;
}
.title-section-1::before {
    content:'';
    height: 4px;
    width: 19rem;
    background: var(--color-highlight);
    position: absolute;
    top: 0;
    left: 0;
}
.icon-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    height: 6rem;
    width: 6rem;
    text-align: center;
    line-height: 6rem;
    font-size: 2.6rem;
    border: 3px solid #fff;
    border-radius: 50%;
}
.chat-luong-video {
    margin-bottom: -40rem;
}
.wrap-chat-luong {
    padding-bottom: 46rem;
}
.block-tab.nav .nav-item .nav-link img {
    vertical-align: bottom;
    margin-right: 1rem;
    width: 14px;
    height: 27px;
    object-fit: contain;
}
.block-tab.nav .nav-item {
    margin-right: 2.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.product-style-item.product-item {
    padding: 5rem 3rem 1.5rem 0.5rem;
    border-radius: 4rem;
    border: 1px solid rgb(246, 242, 239);
}
.product-style-item .inner-image img{
    width: 150px;
    height: 350px;
    object-fit: contain;
    position: absolute;
    top: -115px;
    left: 0;
}
.product-style-item .inner-content {
    min-height: 26rem;
}
footer {
    position: relative;
}
footer::before {
    content: '';
    background: url('/templates/fashion03/assets/media/banner/group-8527-min.jpg') no-repeat top left;
    position:absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
}
.logo-footer  img{height: 10rem;}

.footer-menu-section .form-control{
    background: transparent;
    border: 0;
    border-bottom: 1px solid #91b7d6;
    padding-left: 0;
}
.footer-menu-section .form-control::placeholder { 
    color: #e3e3e3;
    opacity: 1;
    text-transform: lowercase;
}

.footer-menu-section .form-control:-ms-input-placeholder { 
    color: #e3e3e3;
    text-transform: lowercase;
}

.footer-menu-section .form-control::-ms-input-placeholder {
    color: #e3e3e3;
    text-transform: lowercase;
}
.footer-menu-section .form-group>label {
    font-size: 1.4rem;
    color: var(--color-main);
}
.product-style-item-1 {
    padding: 40% 10px 43px 35px;
    margin-top: 50%;
    margin-bottom: 3rem;
    position: relative;
    border-radius: 4rem;
    border: 1px solid rgb(246, 242, 239);
}
.product-style-item-1 .inner-content{
    position: relative;
}
.product-style-item-1 .inner-image{
    width: 100%;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    pointer-events: auto;
}
.categories-product {
    position:absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.categories-product a{
    color: #000;
    padding: 15px 10px;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.6;
    -webkit-line-clamp: 1;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.categories-product a span{
    display: inline-block;
    float: left;
    margin-right: 1px;
}
.categories-product a.active,
.categories-product a:hover{
    background: var(--color-highlight);
    color: var(--black);
    border-radius: 20px 20px 0 0;
}
.categories-product a.active img, 
.categories-product a:hover img {
    filter: invert(1);
    -webkit-filter: invert(1);
}
.categories-product a img, 
.categories-product a img {
    height: 26px;
    width: 18px;
    object-fit: contain;
    vertical-align: bottom;
    margin-right: 5px;
}
.title-breadcrumb {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.breadcrumb-position-1.title-breadcrumb{
    top: 80%;
    transform: translateY(-80%);
}
.title-section-1.h4 {
    font-size: 2.1rem;
}
.title-section-1.h5 {
    font-size: 2rem;
}
.height-half {
    padding-top: 55%;
}
.contact-style.footer-menu-section {
    padding-top: 0;
}
.invalid-feedback {
    color: #dc3545 !important;
}
.footer-menu-section {
    /* padding-top: 5rem; */
}
.menu-section > ul > li > a {
    font-size: 1.3rem;
}
.elementor-divider-separator {
    border-bottom: 1px solid #dfdfdf;
}
.logo-section::before{
    content:'';
    height: 38px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -34px;
    background: url('/templates/fashion03/assets/media/icon/bg-menu.svg') no-repeat;
    z-index: 9;
    background-size: contain;
}
.logo-section img {
    /* position:absolute; */
    /* top: -6rem; */
    /* left: 0; */
    /* right: 0; */
    /* margin: auto; */
    /* width: 218px; */
    /* object-fit: contain; */
}
.sticky-menu.fix .logo-section::before{
    content: none;
}
.sticky-menu.fix .logo-section img {
    position: static;
    height: 9rem;
}
.sticky-menu.fix .logo-section {
    padding: 0.5rem !important;
}
.block-tab.nav .nav-item .nav-link.active img, 
.block-tab.nav .nav-item .nav-link:hover img{
    /* filter: invert(1); */
    /* -webkit-filter: invert(1); */
}
.product-image-detail .swiper-vertical .swiper-slide{
    height: 100% !important;
    background: #f6f2ef;
    border-radius: 10px;
}
.product-image-detail  [nh-slider-thumbs] {
    max-height: 66rem;
    overflow: hidden;
}
.swiper-button-prev, .swiper-button-next {
    color: var(--color-highlight);
    width: 40px;
    height: 40px;
    border: 1px solid var(--color-highlight);
    border-radius: 50%;
    line-height: 38px;
}
.product-content-detail .add-to-cart i {
    height: 5rem;
    width: 5rem;
    text-align: center;
    line-height: 4.8rem;
    color: #fff;
    box-shadow: 0 3px 25px 0 rgb(0 0 0 / 10%);
    background-color: var(--color-highlight);
    border: 1px solid var(--color-highlight);
    border-radius: 50%;
    margin-left: 10px;
    display: inline-block;
}
.product-content-detail .add-to-cart{
    padding-right: 0.5rem;
    height: 6.2rem;
    line-height: 6.2rem;
    padding-left: 3rem;
}
.product-detail-head .border-main.border-bottom{
    border-bottom: 2px solid var(--color-main) !important;
}
.position-bottom-right {
    position:absolute;
    bottom: 0;
    right: 0;
}
.image-style {
    padding: 10px;
    background: rgb(255 255 255 / 50%);
}
.fs-20 {
    font-size: 20px;
}
.fs-18 {
    font-size: 18px;
}
.fs-16 {
    font-size: 16px;
}
.social-share .list-social .btn-social a {
    color: #C9C9C9;
}
.social-share {
    border-bottom :2px solid #C9C9C9;
    padding-bottom: 3rem;
}
.social-share .list-social .btn-social {
    margin: 0 1.5rem;
}
.title-section-2 {
    padding: 1.5rem 2.5rem;
    background: var(--light);
    border-radius: 1rem;
    margin-bottom: 3rem;
}
.view-small .article-item{
    border-bottom: 1px solid var(--light);
    padding-bottom: 1.5rem;
}
img.share-button-icon {
    padding: 10px;
}
.title-tab .btn-style-2{
    width: 211px;
}
.tab-content .view-list {
    display: none !important;
}
.inner-description {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.inner-des {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.bannerr{
    position:relative;
}
.bannerr::before{
    content: '';
    position:absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 9%);
}
.line-height-1-5 {
    line-height: 1.5;
}
.is-mobile .bannerr{
    height: 11rem !important;
    background-size: cover !important;
}
.is-mobile .bannerr .title-breadcrumb{
    display: none;
}
.is-mobile .menu-section > ul > li > a{
    text-transform: uppercase;
    font-size: 1.5rem;
}
.is-mobile .menu-section .entry-menu.dropdown,
.is-mobile .menu-section .entry-menu.dropdown ul{
    border-radius: 0;
}
.is-mobile .block-tab.nav{
    flex-direction: column;
}
.is-mobile .block-tab.nav .nav-item{
        align-self: flex-start;
}
.product-title a{
    display:block;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: var(--color-main);
}
.inner-des {
    height: 47px;
    overflow: hidden;
}
.bg-main-1  {
    background: rgb(1,157,220);
    background: radial-gradient(circle, rgba(1,157,220,1) 0%, rgba(1,138,208,1) 50%, rgba(8,122,207,1) 100%);
}
.ho-tro {
    z-index:2;
    position:relative;
    background: #fff;
}
.padding-controller .container{
    padding-left: 30px;
    padding-right: 30px;
}
.bg-light{
    background: rgba(246,242,239,.55) !important;
}
.is-mobile header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background: #fff;
}
.swiper-slide.product-style-item-1 {
    padding-top: 10%;
    margin-top: 10%;
}
body.is-mobile {
    margin-top: 115px;
}
.passion-quality-desc {
    font-size: 18px;
    line-height: 27px;
    padding-top: 45px !important;
}
.passion-quality .title-section-1 {
    font-size: 34px;
    font-weight: 500;
    line-height: 43.86px;
    max-width: 300px;
    padding-top: 45px;
}
.passion-quality .btn-style-2{
    font-size: 15px;
    letter-spacing: 1.13px;
    padding-left: 35px;
    background: transparent;
    color: #fff;
}
.passion-quality .btn-style-2:hover {
    background: var(--color-highlight);
    color: #000;
}
.passion-quality .btn-style-2 i {
    margin-left: 15px;
}
.landding-page {
    color: #878787;
}
.landding-page .title-section-1{
    padding-top: 44px;
    margin-bottom: 20px !important;
    line-height: 24px;
}
.text-danger {
    color: #c36 !important;
}
.color-dark {
    color: #2d2d2d;
}
.support-content {
    /* border-right: 2px solid var(--color-main); */
}
.support-light .row >div:last-child .support-content{
    border-right:0;
}
.is-mobile .categories-product{
    display: none;
}
.is-mobile .support-content a>div{
    font-size: 14px;
    display:inline-block;
    padding: 0 3px;
}
.is-mobile .support-content a>div:first-child {
    position:relative;
}
.is-mobile .support-content a>div:first-child::before {
    content: ":";
    position:absolute;
    right: 0;
    top: 0;
}
.is-mobile .support-content{
    margin-bottom: 5px;
    border: 0;
}
.is-mobile .position-bottom-right.image-style{
    position: static;
    background: #f6f2ef80;
    padding: 20px;
}
.style-title-section-1.title-section-1{
    padding-top: 16px;
}
.is-mobile .btn-mini-cart {
    border-radius: 0 0 10px 10px;
    padding: 3px;
}
.is-mobile .btn-action-header i{
    height: 4rem;
    width: 4rem;
}
@media (min-width: 768px) {
    .fs-md-42 {
        font-size: 42px !important;
    }
    .fs-md-24 {
        font-size: 24px !important;
    }
    .fs-md-14-4 {
        font-size: 14.4px !important;
    }
    .fs-md-34 {
        font-size: 34px !important;
    }
    .mt-md-50 {
        margin-top: 5rem !important;
    }
    .fs-md-18 {
        font-size: 1.8rem;
    }
    .image-style {
        width: 50%;
        padding: 35px 15px 19px 49px;
        background: rgb(255 255 255 / 50%);
        border-radius: 35px 0 0 0;
    }
    .logo-section {
        position: relative;
        padding-top: 25% !important;
        /* overflow: hidden; */
    }
    .mb-md-100 {
        margin-bottom: 10rem !important;
    }
    .mt-md-100{
        margin-top: 10rem !important;
    }
    .logo-section img {
        position:absolute;
        top: -6rem;
        left: 0;
        right: 0;
        margin: auto;
        width: 218px;
        object-fit: contain;
    }
}
@media (min-width: 991px) {
    .footer-menu-section {
        /* padding-top: 16rem; */
    }
}
@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1370px;
    }
    .menu-section > ul > li > a {
        font-size: 2.1rem;
    }
    .btn-style-1, .btn-style-2{
        font-size: 1.6rem;
    }
    .categories-product a{
        padding: 15px 12px 12px;
        font-size: 1.5rem;
    }
}
@media (min-width: 1700px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1680px;
    }
}
@media (max-width: 768px) {
    .ve-chung-toi .title-section-1{
        font-size: 2.8rem;
    }
    .product-title a {
        font-size: 1.8rem;
        height: 40px;
    }
    .product-style-item .inner-content {
        min-height:auto;
        padding-bottom: 15px;
    }
    .h-350{
        height: 170px;
    }
    .product-style-item-1 .inner-image {
    /* top: -7rem; */
    /* height: auto; */
    }
    .product-item .btn-style-1 i, .product-item .btn-style-2 i{
        height: 3rem;
        width: 3rem;
        line-height: 3rem;
    }
    .pt-50 {
        padding-top: 1rem;
    }
    .product-style-item .inner-image img {
        position: static;
        height: 190px;
    }
    .title-tab .btn-style-2{
        width: 170px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .btn-style-2{
        font-size:1.4rem;
        padding-left: 1rem;
        /* margin-left: 0.5rem; */
        min-width: auto !important;
    }
     .product-style-item.product-item .inner-content .border-left {
         border:0 !important;
     }
    .product-style-item.product-item{
        padding: 0.5rem;
    }
    .my-50 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .swiper-slide.product-style-item-1{
        padding-top: 15%;
        margin-top: 25%;
    }
    .product-style-item-1 {
        /* padding-top: 14rem; */
        /* margin-top: 7rem; */
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .chat-luong-video {
        margin-bottom: -15rem;
    }
    .wrap-chat-luong {
        padding-bottom: 16rem;
    }
    .wrap-chat-luong .title-section-1{
        font-size: 22px;
        font-weight: 500;
        width: 215px;
        margin-bottom: 1rem !important;
    }
    .categories-product a{
        padding: 5px 10px;
    }
    .wrap-chat-luong .container{
        padding-right: 30px;
        padding-left: 30px;
    }
    .swiper-slide--tile{
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        margin-bottom: 5px !important;
    }
    .swiper-slide--description{
        font-size: 1.4rem;
        margin-bottom: 5px;
    }
}
@media (min-width: 1280px) and (max-width: 1440px){
    .product-style-item-1 .inner-image{
        /* top: -110px; */
    }
    .product-style-item-1{
        /* margin-top: 110px; */
    }
}