/*css icon search*/
.entire-action-header .btn-action-header {
    color: var(--white);
    padding: 0;
}

.entire-action-header .btn-action-header:hover {
    color: var(--white);
}

.btn-action-header {
    display: inline-block;
    padding: 12px 14px 11px;
}

.btn-action-header i {
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 26px;
    font-size: 20px;
    color: var(--white);
}

.entire-action-header {
    position: relative;
    line-height: 1;
}

.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: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;
}

.search-section .btn-submit {
    padding: 0 0.75rem !important;
    font-size: 13px;
}

/*css icon search*/
.left-topbar span i {
    width: 25px;
    height: 25px;
    border: 1px solid;
    text-align: center;
    line-height: 25px;
    font-size: 18px;
    border-radius: 50%;
    margin-right: 5px;
    color: var(--color-highlight);
}

.left-topbar span {
    color: var(--color-main);
}

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

.info-header .h2 {
    font-size: 23px;
    color: var(--color-highlight);
    margin: 0;
}

.info-header span {
    color: var(--yellow);
}

.image-header img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.3;
    max-height: 115px;
}

.slider-section, .slider-section .item img {
    object-fit: cover;
    height: 35vw;
}

.slide-content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.slider-section .inner-title {
    position: relative;
    transition: none 0s ease 0s;
    padding: 0px;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: var(--white);
    font-weight: 600;
    text-shadow: 2px 2px var(--color-main);
}

.slider-section .inner-description {
    font-size: 18px;
    line-height: 1.7;
    color: var(--white);
    margin-bottom: 30px;
}

.slider-section .btn-slide {
    color: var(--white) !important;
    padding: 15px 20px;
    min-width: 220px;
    border: 2px solid #fff;
    border-radius: 28.5px;
    font-size: 16px;
}

.slider-section .btn-slide:hover {
    color: var(--color-highlight) !important;
    background-color: var(--white) !important;
}

.slider-section .slick-next, .slider-section .slick-prev {
    top: calc(50% - 35px);
}

.title-theme h2 {
    color: var(--color-highlight);
    font-size: 27px;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 15px;
}

.title-theme h3 {
    color: var(--color-highlight);
    font-size: 27px;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 15px;
}

.title-theme p {
    font-size: 16px;
}

.categories-section >li>a {
    font-weight: bold;
}

.title-section-left {
    background-color: var(--color-highlight);
    font-size: 16px;
    color: #fff;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    padding: 10px 15px;
    position: relative;
}

.categories-section>li:first-child {
    border: none;
}

.header-logo>.container>.row {
    display: flex;
    align-items: center;
}

.tabs-name {
    height: 47px;
    line-height: 47px;
    font-size: 19px;
    position: relative;
    color: var(--color-highlight);
}

.parent-tab .effect-nav li a.active::after {
    opacity: 0;
}

.parent-tab>ul>li.nav-item {
    padding: 0 0 0 30px;
}

.product-item .inner-content {
    padding: 0 10px 10px 10px;
}

.product-item .inner-image img {
    -webkit-transition: all ease-out 0.4s;
    transition: all ease-out 0.4s;
    padding: 1px;
}

.product-item:hover .inner-image img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
}

.xem-chi-tiet {
    display: inline-block;
}

.xem-chi-tiet a {
    color: var(--color-highlight);
    padding: 0px 20px;
    border: 1px solid var(--color-highlight);
    border-radius: 28.5px;
    font-size: 16px;
    display: block;
    height: 32px;
    line-height: 32px;
}

.xem-chi-tiet a:hover {
    background: var(--color-highlight);
    color: var(--white);
}

.title-section.text-left {
    font-size: 19px;
    color: var(--color-highlight);
}

.product-slide.slick-slider:hover .slick-next {
    right: 0;
}

.product-slide.slick-slider:hover .slick-prev {
    left: 0;
}

.product-slide .slick-next, .product-slide .slick-prev {
    background-color: rgba(255,255,255,.5);
    border-radius: 2px;
    line-height: 55px;
    font-size: 30px;
    width: 30px;
    height: 60px;
    box-shadow: 0 2px 6px 0px rgb(0 0 0 / 30%);
}

.product-slide.slick-slider:hover .slick-next:hover:before, .product-slide.slick-slider:hover .slick-prevhover:before {
    color: var(--white);
}

.product-slide.slick-slider:hover .slick-next:hover, .product-slide.slick-slider:hover .slick-prevhover {
    background: var(--color-highlight);
}

.slick-next, .slick-prev {
    top: calc(40% - 20px);
}

.item-title-category a {
    color: var(--color-highlight);
}

html {
    overflow-y: scroll;
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

footer .logo-section img {
    height: 140px;
}

.view-small .product-item .inner-content {
    padding: 0
}

.slider-thumbs .thumb-item.slick-current {
    border-color: var(--color-highlight);
}

#socials {
    display: inline-block;
    position: fixed;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    z-index: 100;
    width: 40px;
}

#socials a {
    width: 40px;
    height: 40px;
    display: block;
    margin-bottom: 10px;
}

#socials a.phone {
    padding: 5px;
    border-radius: 50%;
    background-color: #64bc46;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
}

#socials a.phone img {
    padding: 5px;
}

@-webkit-keyframes quick-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

b, strong {
    font-weight: 700;
}

.topbar-header.bg-light > .container > .row > div:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.setting-menu > .container > .row > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nut-chi-tiet-sp a {
    border: 1px solid var(--color-highlight);
    color: var(--color-highlight);
    padding: 5px 15px;
    border-radius: 15px;
}

.nut-chi-tiet-sp a:hover {
    background-color: var(--color-highlight);
    color: white;
}

.swiper-button-next i, .swiper-button-prev i {
    background-color: #00923f7a;
    border-radius: 8px;
    color: white;
    font-size: 35px;
    padding: 3px;
}

.brand-section .brand-item img {
    height: auto;
    width: auto;
    margin: 0 auto;
    padding: 0 10px;
}

footer {
    background-color: var(--light);
}

/*zoom-anh bai viet*/
.article-item {
    overflow: hidden;
}
.article-item img {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    overflow: hidden;
}
.article-item:hover img{
    overflow: hidden;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
/*zoom-anh bai viet*/







@media (min-width: 1024px) {
.categories-section  .has-child ul {
    display: block;
}
    .entire-content {
        max-width: 70%;
        margin: 0 auto;
    }

    .title-theme {
        max-width: 80%;
        margin: 0 auto;
    }
}

@media (max-width: 992px) {
    .info-header h2 {
        font-size: 14px;
        margin: 2px 0;
    }

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

    .entire-action-header .btn-action-header {
        padding: 8px 0;
    }

    .title-theme h2 {
        font-size: 25px;
    }
}

@media (max-width: 768px) {
    .slider-section, .slider-section .item img {
        height: 55vw;
    }

    .hidden-mobile {
        display: none;
    }

    .title-section-left i {
        padding: 3px 0;
    }
}

@media (max-width: 767px) {
    .parent-tab ul {
        padding-bottom: 10px;
    }

    .parent-tab>ul>li.nav-item a {
        font-size: 13px;
    }

    .entire-info-website address {
        padding: 0 !important;
    }

    .entire-action-header .form-dropdown {
        max-width: 290px;
    }

    .banner-product-category .inner-content h3 {
        font-size: 20px;
        line-height: 1.7;
    }
.swiper-slide--wrap {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    width: 90%;
    background: #ffffffa6;
    padding: 1.5rem;
    border-radius: 0.8rem;
}
.swiper-slide--tile {
    font-weight: 500;
    font-size: 2.3rem;

}
.swiper-slide--description {
    font-size: 1.58rem;
    margin-bottom: 1.5rem;
}
.swiper-slide--link {
    font-size: 1.2rem;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    border: 0.1rem solid var(--color-main);
    padding: 1rem 2rem;
    color: var(--color-main);
}
.categories .hidden-mobile{
    display: none;
}
.block-tab.nav {
    position: relative;
    justify-content: center;
}

}



