.fs-13{
    font-size: 1.3rem !important;
}
.fs-14{
    font-size: 1.4rem !important;
}
.fs-15{
    font-size: 1.5rem !important;
}
.fs-16{
    font-size: 1.6rem !important;
}
.fs-18{
    font-size: 1.8rem !important;
}
.fs-20{
    font-size: 2rem !important;
}
.fs-22{
    font-size: 2.2rem !important;
}
.fs-25{
    font-size: 2.5rem !important;
}
.fs-26{
    font-size: 2.6rem !important;
}
.fs-30{
    font-size: 3rem !important;
}
.color-text{
    color: var(--color-text);
}
.font-weight-600{
    font-weight: 600;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.4;
}

.btn-submit i {
    font-size: 1.4rem;
}
.shadow-darker{
    box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
}
.shadow-1{
    box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.07);
}
.rounded-5{
    border-radius: 0.5rem;
}
.hover-img{
    overflow: hidden;
}
.hover-img img {
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}
.hover-img:hover img {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.object-scale {
    object-fit: scale-down !important;
}
.btn-red{
    background: var(--red);
}
html {
    scroll-behavior: smooth;
}
.rounded-10{
    border-radius: 1rem;
}
.bg-light-1 {
    background: var(--light-1);
}

.wdt-bubble {
    pointer-events: none;
    background-image: url('/templates/vppham04/assets/media/background/bubble.png');
    -webkit-background-repeat: no-repeat;
    background-repeat: no-repeat;
    -webkit-background-position: center;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    box-shadow: none;
    z-index: 1;
}
.header-top {
    height: 4rem;
    line-height: 4rem;
}
.header-top>.container>.row>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home .setting-menu {
    position: absolute;
    top: 4rem;
    left: 0;
    width: 100%;
}
#member-info img {
    width: 2.2rem;
    height: 2.2rem;
    object-fit: cover;
}

.search-section .form-dropdown {
    position: absolute;
    padding: 10px;
    background-color: #ffffff;
    width: 300px;
    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%);
}
.search-section: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;
}
.setting-menu > .container > .row > div:last-child {
    display: flex;
    align-items: center;
    justify-content: end;
}

.swiper-pagination-bullet-active {
    background: transparent !important;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
    border-radius: 0;
    border: 2px solid var(--color-highlight);
    opacity: 1;
    background: transparent;
    width: 4rem;
    position: relative;
}
.swiper-pagination-bullet:after {
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--color-highlight);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: left;
    margin: auto;
    position: absolute;
}

.swiper-pagination-bullet-active:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    animation: autoplay 4s linear;
}

@-webkit-keyframes autoplay {
    0% {
        transform: scaleX(0)
    }

    100% {
        transform: scaleX(1);
    }
}

@keyframes autoplay {
    0% {
        transform: scaleX(0)
    }

    100% {
        transform: scaleX(1);
    }
}

.swiper-slider-main .swiper-pagination-bullet {
    width:6rem !important;
    height: 1rem;
}
.highlight-section .item img {
    height: 6rem;
    object-fit: contain;
    width: 6rem;
}

.highlight-section .item::before, .highlight-section .item::after {
    content: "";
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
    transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
    z-index: 100;
    margin: 0px;
}
.highlight-section .item::before {
    border-width: 0px 0px 1px 1px;
    border-style: solid;
    border-color: var(--color-highlight);
    -webkit-clip-path: inset(100% 100% 0% 0%);
    clip-path: inset(100% 100% 0% 0%);
}
.highlight-section .item::after {
    border-width: 1px 1px 0px 0px;
    border-style: solid;
    border-color: var(--color-highlight);
    -webkit-clip-path: inset(0% 0% 100% 100%);
    clip-path: inset(0% 0% 100% 100%);
}
.highlight-section .item:hover::before {
    -webkit-clip-path: inset(0% 0% 0% 0%);
    clip-path: inset(0% 0% 0% 0%);
}
.highlight-section .item:hover::after {
    -webkit-clip-path: inset(0% 0% 0% 0%);
    clip-path: inset(0% 0% 0% 0%);
}
.banner-section .content {
    position: absolute;
    top: 17.3%;
    transform: translateY(-17.3%);
    padding: 0 5rem;
    width: 100%;
    z-index: 2;
}
.banner-section .right .content {
    top: 50%;
    transform: translateY(-50%);
}
.banner-section .item-banner .image:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(180deg, #e7ece2 40%, #92a587 100%);
    position: absolute;
    z-index: 1;
    opacity: 0.3;
}
.banner-section .item-banner::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-15deg) translateX(-120%);
    transform: skewX(-15deg) translateX(-120%);
    opacity: 1;
    -webkit-transition: none;
    transition: none;
    z-index: 0;
}

.banner-section .item-banner:hover:after {
    -webkit-transform: skewX(-15deg) translateX(120%);
    transform: skewX(-15deg) translateX(120%);
    -webkit-transition: 1s ease transform;
    transition: 1s ease transform;
}
.home .product-item .inner-image {
    background: white !important;
}
.product-item .ratio-custome {
    padding-top: 120%;
}
.product-item:hover .group-action {
    opacity: 1;
    visibility: visible;
}

.product-item .inner-image:before, .product-item .inner-image:after {
    content: "";
    position: absolute;
    pointer-events: none;
    border: 1px solid transparent;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 9999;
    margin: 0;
}
.product-item .inner-image:before {
    border-width: 0px 0px 1px 1px;
    border-style: solid;
    border-color: var(--color-highlight);
    -webkit-clip-path: inset(100% 100% 0% 0%);
    clip-path: inset(100% 100% 0% 0%);
}

.product-item .inner-image:after {
    border-width: 1px 1px 0px 0px;
    border-style: solid;
    border-color: var(--color-highlight);
    -webkit-clip-path: inset(0% 0% 100% 100%);
    clip-path: inset(0% 0% 100% 100%);
}
.product-item:hover .inner-image:before {
    -webkit-clip-path: inset(0% 0% 0% 0%);
    clip-path: inset(0% 0% 0% 0%);
}
.product-item:hover .inner-image:after {
    -webkit-clip-path: inset(0% 0% 0% 0%);
    clip-path: inset(0% 0% 0% 0%);
}
.product-item .secondary-image img {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.product-item:hover .secondary-image img {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.product-item .primary-image img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.product-item:hover .primary-image-1 img {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.star-rating::before , .star-rating span::before{
    background: linear-gradient(45deg, #ffc200, #ff952d);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.product-item .group-action {
    visibility: hidden;
    opacity: 0;
}
.swiper-button-prev, .swiper-button-next {
    width: 5rem;
    height: 5rem;
    background: var(--color-highlight);
    color: white;
    border-radius: 50%;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
    background: var(--light-1);
}

.product-tab-section .block-tab.nav .nav-item .nav-link:after {
    content: "\f061";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
    font-size: 2rem;
    background: transparent;
    border: 1px solid;
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    min-width: 4rem;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    right: 0;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.product-tab-section .block-tab.nav .nav-item .nav-link.active:after, .product-tab-section .block-tab.nav .nav-item .nav-link:hover:after {
    opacity:1
}
.product-tab-section .product-tab-item .inner-content {
    position: absolute;
    bottom: 0;
    padding: 3rem;
    z-index: 2;
}
.product-tab-section .product-tab-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: linear-gradient(20deg, rgba(0, 0, 0, 0.5), transparent);
}
.product-tab-section .block-tab.nav .nav-item:last-child {
    margin-bottom: 0 !important;
}
.news-home .article-item {
    border: 1px solid #b8b1ad !important;
}

.btn-more:after, .btn-more:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    background-color: currentColor;
    transition: transform .4s cubic-bezier(.31,.29,.05,.96);
}
.btn-more:before {
    left: 0;
}
.btn-more:before {
    left: -100%;
    transition-delay: 0.3s;
}
.btn-more:hover:after, .btn-more:hover:before {
    transform: translateX(100%);
}
.testimonial-section .item .img img {
    width: 8rem;
    height: 8rem;
}
.testimonial-section .item .quote-icon {
    height: 3.4rem;
    width: 3.4rem;
    line-height: 2.6rem;
    font-size: 1.7rem;
    color: white;
    background-color: var(--color-highlight);
    border-radius: 50%;
    border: 0.4rem solid white;
    display: block;
    text-align: center;
    position: absolute;
    bottom: -0.8rem;
    right: -1.2rem;
}
footer {
    font-size: 1.6rem;
}

.newsletter .invalid-feedback {
    position: absolute;
    bottom: -30px;
    left: 0;
    text-align: left;
}
.newsletter .btn-submit:before, .newsletter .btn-submit:after {
    background-color: var(--red);
}
.form-control {
    font-size: 1.5rem;
    border-color: #ddd;
}

.footer-menu-section ul li {
    margin-bottom: 1.5rem;
}
.footer-menu-section ul li a {
    color: var(--color-main); 
    position: relative;
}

.footer-menu-section ul li a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--color-main);
    top: auto;
    left: 0;
    right: 0;
    bottom: -2px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: left bottom;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    margin: auto;
}

.footer-menu-section ul li a:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
}
.form-group {
    margin-bottom: 1.5rem;
}
.social-section li {
    padding-right: 2rem;
}
.social-section li a {
    color: var(--color-main);
    font-size: 1.8rem;
    width: 4rem;
    height: 4rem;
    border: 1px solid var(--color-main);
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-section li a:hover {
    color: white;
    background: var(--color-main);
}
.breadcrumbs-section-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 15rem 0;
}
.breadcrumbs-section-bg:before {
    content: "";
    height: 100% !important;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    background-color: rgb(245 239 230 / 85%);
}
.title-left .title-section {
    text-align: left !important;
}
.swiper .swiper-slide {
    height: auto;
}
.product-image-detail .swiper-thumbs .swiper-slide {
    height: auto !important
}

.product-image-detail .gallery-thumbs {
  height: 75rem;
}
.product-image-detail .gallery-main .swiper-slide img{
    height: 75rem;
    object-fit: cover;
    width: 100%;
}
.btn-video {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    color: white;
    font-size: 2rem;
    width: 5rem;
    height: 5rem;
    background: rgb(0 0 0 / 30%);
    line-height: 5rem;
    border-radius: 50%;
}
body {
  counter-reset: section;
}

.file-number::before {
  counter-increment: section;
  content: counter(section);
}
.list-file .article-title a{
    color: var(--color-main);
}
.product-image-detail .inner-image {
    padding-top: 100%;
}

.comment-section .list-comment:empty{
    margin: 0;
    padding: 0;
    border: 0;
}
.comment-section .list-comment:empty+.total-comment{
    display: none;
}


.product-detail-footer .content ul, .product-detail-footer .content ol {
    padding-left: 1.5rem;
}
.search-page .input-group-append .btn {
    z-index: 1;
}
.invalid-feedback {
    color: #dc3545;
}

.toolbar__item a span.items-number {
    top: -1rem;
    right: -1.5rem;
    color: var(--white);
    padding:0;
}
.toolbar #member-info img {
    margin: 0 auto !important;
}
.toolbar #member-info span {
    text-transform: inherit !important;
    font-size: 1rem !important;
}
.toolbar .dropdown {
    text-align: center;
}
.highlight-section i {
    width: 3rem;
}
body.is-mobile {
    padding-bottom: 6rem;
}
#popup-dangkydathang button.close {
    position: inherit !important;
    color: white;
}

.button-social-product ul li {
    width: 50%;
    float: left;
}
.modal button.close {
    font-size: 18px;
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 1;
    z-index: 10;
    text-shadow: unset;
}
.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 100%;
}

@media (min-width: 576px) {
    #login-modal .modal-dialog {
        max-width: 520px;
    }
}
@media (min-width:992px) {
    .banner-section .right .image {
        padding-top: 44.25%;
    }
}
@media (min-width: 1600px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1600px;
    }
}


@media (max-width:1080px) {
    .swiper-slide--tile {
        font-size: 3rem;
    }
    
    .swiper-slide--description {
        font-size: 4rem;
    }

}
@media (max-width:1024px) {
    .setting-menu-mb>.container>.row>div {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .block-tab.nav .nav-item .nav-link {
        font-size: 3rem;
    }
}

@media (max-width:992px) {
    .setting-menu > .container > .row > div:first-child {
        flex: 0 0 30%;
        max-width: 30%;
    }
    .setting-menu > .container > .row > div:last-child {
        flex: 0 0 70%;
        max-width: 70%;
    }
    .is-mobile .search-section{
        padding-left: 0;
    }
    .footer-mb>.container>.row>div {
        flex:  0 0 50%;
        max-width: 50%;
    }
    .social-share .list-social .btn-social a {
        width: 4rem;
        height: 4rem;
        line-height: 4rem;
    }
    .header-top>.container>.row>div {
        justify-content: center;
    }
    .banner-section .swiper-slide--description {
        font-size: 3rem;
    }
    .title-section {
        font-size: 3.5rem;
    }
    .block-tab.nav .nav-item .nav-link {
        font-size: 2rem;
        font-weight: 500;
    }

}

@media only screen and (max-width: 991px){
    .setting-menu {
        padding: 1rem 0;
    }
    
    .search-section {
        padding-left: 3rem;
        margin-left: 0;
    }
    
    .search-section:before {
        opacity: 0;
    }
    .product-content-detail .product-title-detail {
        font-size: 2.5rem;
    }
    .banner-section .left .item-banner .image {
        padding-top: 75%;
    }
    .product-image-detail .gallery-main .swiper-slide {
        padding-top: 130%;
    }
    
    .product-image-detail .gallery-main .swiper-slide img {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }
    
    .product-image-detail .gallery-thumbs {
        height: auto;
    }

}
@media (max-width:768px) {
    .breadcrumbs-section-bg {
        padding: 7rem 0;
    }
    .swiper-slider-main .swiper-slide img {
        height: 60vh;
    }
    
}
@media (max-width:767px) {
    .nh-admin-bar ul {
        display: none;
    }
    
    .head-info .email {
        display: none !important;
    }
    .footer-mb>.container>.row>div {
        flex:  0 0 100%;
        max-width: 100%;
    }
    .product-item .group-action {
        display: none;
    }
    .product-detail-footer .nav {
        border-bottom: 0
    }
    .product-detail-footer .nav li {
        margin-bottom: 1rem;
        width: 100%;
        border-bottom: 1px solid var(--light);
        text-align: center;
        padding: 0;
    }
    .product-detail-footer .nav li a {
        display: inline-block;
    }
    .banner-section .swiper-slide--description {
        font-size: 2.5rem;
    }
    .banner-section .left .content {
        text-align: left !important;
        top: 50%;
        transform: translateY(-50%);
    }
    .product-item .price-amount.old-price {
        display: inline-block;
    }
    .product-title {
        font-size: 1.8rem;
    }
    .banner-section .left .item-banner .image {
        padding-top: 100%;
    }
}
