/********************
    section hero
*********************/
.item-slider-hero.video > i {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    font-size: 70px;
    z-index: 9;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    background: var(--color1);
    border-radius: 50%;
    cursor: pointer;
}

.item-slider-hero > * {
    object-fit: cover;
}

.item-slider-hero.video .icon-stop {
    display: none;
    margin: unset;
    top: unset;
    right: unset;
    left: 10px;
    bottom: 10px;
    width: 70px;
    height: 70px;
}

.item-sub-cat .link-category .title-cat,
.item-sub-cat .link-category > i {
    transition: .4s;
}

.item-slider-hero {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.link-slider-hero {
    width: 100%;
    height: 100%;
    max-height: 540px;
}

.item-slider-hero img {
    width: 100%;
    border-radius: 12px;
}

.hero-slider {
    max-height: 540px;
    overflow: hidden;
}

.section-hero {
    margin-top: 32px;
}

.hero-items-banner {
    display: flex;
    height: 100%;
    justify-content: space-between;
    flex-direction: column;
}

.inner-banner_items {
    height: 100%;
}

.hero-items-banner img {
    border-radius: 12px;
    width: 100%;
}

.item-banner {
    display: flex;
    overflow: hidden;
    border-radius: 8px;
}

a.item-banner:hover img {
    transform: scale(1.1);
    object-fit: cover;
}

.banner_items {
    padding-right: 20px !important;
}

.banner_items > .row {
    height: 100%;
}

.hero-pagination {
    position: absolute;
    bottom: -1px !important;
    right: 0;
    margin: 0 auto;
    max-width: max-content;
    background: #fff;
    padding: 14px 37px 8px;
    border-radius: 18px 18px 0 0;
}

.hero-pagination:before {
    content: '';
    position: absolute;
    bottom: -4px;
    right: -20px;
    height: 24px;
    width: 30px;
    --mask: radial-gradient(20px at 100% 0, #fff0 95%, #fff);
    -webkit-mask: var(--mask);
    mask: var(--mask);
    background: #fff;
}

.hero-pagination:after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: -20px;
    height: 24px;
    width: 30px;
    --mask: radial-gradient(20px at 0 0, #0000 95%, #fff);
    -webkit-mask: var(--mask);
    mask: var(--mask);
    background: #fff;
}

.hero-pagination .swiper-pagination-bullet:not(:first-child):before {
    content: '';
    position: absolute;
    left: 0px;
    top: 2.4px;
    width: 30px;
    height: 1px;
    background: #DCDCDC;
    z-index: -1;
}

.hero-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    top: 3.4px !important;
}

.hero-pagination .swiper-pagination-bullet {
    background: var(--color2);
    opacity: 1;
    position: relative;
}

.hero-pagination .swiper-pagination-bullet-active:after {
    width: 14px;
    height: 14px;
    border: 1px solid #DCDCDC;
    position: absolute;
    content: '';
    right: -3px;
    top: -3px;
    border-radius: 50%;
}

.hero-pagination .swiper-pagination-bullet-active {
    width: 8px !important;
    height: 8px !important;
    box-shadow: 0 0 0 3px #fff;
}

.hero-pagination .swiper-pagination-bullet {
    background: #DC6826 !important;
    opacity: 1 !important;
    height: 6px !important;
    width: 6px !important;
    margin: 0 9px !important;
}

.hero-pagination .swiper-pagination-bullet-active {
    width: 8px !important;
    height: 8px !important;
}

.hero-pagination.swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
}

/********************
    section brands
*********************/
.desc {
    font-size: 16px;
    line-height: 32px;
}

.inner-item-brands {
    min-width: 192px;
    min-height: 192px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 32px 0 rgba(0 0 0 / 10%);
    border-radius: 8px;
    background: #fff;
}

.item-brands.swiper-slide-active .inner-item-brands {
    scale: 1;
}

.item-brands.swiper-slide-prev .inner-item-brands,
.item-brands.swiper-slide-next .inner-item-brands {
    scale: 0.83;
}

.item-brands .inner-item-brands {
    scale: 0.67;
    transition: all 0.3s;
}

.inner-item-brands img {
    width: 100%;
    object-fit: contain;
    display: block;
}

.sw-btn {
    position: absolute;
    z-index: 1;
    font-size: 2.75rem;
    color: #fff;
    bottom: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    cursor: pointer;
    transition: color 500ms;
    transform: rotate(90deg);
}

.sw-btn:hover {
    color: var(--color2);
}

i.icon-arrow.pv.sw-btn {
    right: 4rem;
    transform: rotate(-90deg);
}


i.icon-arrow.nx.sw-btn {
    left: 4rem;

}

.section-brands {
    overflow: hidden;
}

.section-brands .container {
    background-image: url(../img/bg-brand.webp);
    background-size: contain;
    background-position: bottom;
    position: relative;
    z-index: 9999;
    padding-block: 5rem;
}

.brands-slider {
    max-width: 930px;
    padding-top: 20px !important;
}

.brands-pagination {
    max-width: max-content;
    margin: 32px auto;
}

.swiper-slide.item-brands.swiper-slide-prev {
    transform: translateX(17px);
}

.swiper-slide.item-brands.swiper-slide-next {
    transform: translateX(-17px);
}

.section-brands .top-section.v2 {
    margin-bottom: 12px;
}

.brands-pagination .swiper-pagination-bullet {
    background: #fff;
    transition: .4s;
}

.brands-pagination .swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 20px;
    transition: .4s;
}

.section-brands .title-heading {
    margin-bottom: 16px;
}

.section-brands {
    position: relative;
}

.section-brands .container:before,
.section-brands .container:after,
.top-section.v2:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../img/barg.webp");
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}

.top-section.v2:before {
    background-size: 40px;
    filter: brightness(0.9);
    max-width: 42px;
    max-height: 42px;
    right: 0;
    top: 100%;
    pointer-events: none;
}

.section-brands .container:after {
    top: 20%;
    left: -12%;
    background-size: 210px;
    filter: blur(2px);
    max-width: 219px;
    z-index: 9999;
    transform: scale(-1, 1) rotate(10deg);
    pointer-events: none;
}

.section-brands .container:before {
    right: -25px;
    max-width: 75px;
    max-height: 75px;
    z-index: 999999;
    top: 48%;
    transform: rotate(25deg);
}

.aos-animate.section-brands:before {
    animation: animat1 2s ease forwards;
}

.aos-animate.section-brands .container:before {
    animation: animat2 2s ease forwards;
}

.aos-animate .top-section.v2:before {
    animation: animat3 2s ease forwards;
}

.aos-animate.section-brands .container:after {
    animation: animat4 2s ease forwards;
}

/********************
    section category
*********************/
.items-catgory {
    display: flex;
    padding: 24px;
    box-shadow: 0 0 48px 0 rgba(0 0 0 / 6%);
    flex-direction: column;
    border-radius: 8px;
    background: #fff;
    max-height: 585px;
}

.section-categories .container {
    z-index: 99;
    position: relative;
}

.items-catgory img {
    margin: 0 auto;
    background: #FAFAFA;
    border-radius: 50%;
}

.items-catgory .title-top-cats {
    margin: 0 auto;
    font-size: 24px;
    font-family: var(--main_font);
    line-height: 32px;
    margin-top: 20px;
    margin-bottom: 32px;
}

.item-sub-cat {
    max-height: 330px;
    overflow-y: auto;
    scrollbar-color: #313233 #fff;
    scrollbar-width: thin;
}

.item-sub-cat .link-category {
    font-size: 16px;
    background: #F4FAF5;
    margin-bottom: 12px;
    line-height: 32px;
    padding: 4px 8px;
    border-radius: 4px;
    transition: all 0.5s;
    flex-direction: initial;
    justify-content: space-between;
    align-items: center;
}

.item-sub-cat .link-category .icon-arrow {
    transform: rotate(90deg);
    font-size: 7px !important;
    opacity: 0;
    color: #fff
}

.categories-product.slider {
    padding: 10px;
}

.item-sub-cat .link-category:hover {
    background: var(--color1);
    color: #fff;
    opacity: 1;
}

.item-sub-cat .link-category:hover .icon-arrow {
    opacity: 1;
}

.categories-product.slider .link-category:hover span {
    color: #fff;
}

.categories-pagination {
    padding-top: 12px;
    text-align: center;
}

.section-categories {
    position: relative;
}

.section-categories .container:before,
.section-categories .container:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("../img/barg.webp");
    background-size: contain;
}

.section-categories .container:before {
    z-index: -1;
    background-repeat: no-repeat;
    transform: scale(-1, 1);
    background-size: 190px;
    filter: blur(2px);
    max-width: 170px;
    max-height: 170px;
    top: 50%;
    right: -7%;
}

.section-categories .container:after {
    background-repeat: no-repeat;
    top: 15%;
    left: -3%;
    max-width: 70px;
    max-height: 70px;
    z-index: 999;
}

.section-categories.slider:before {
    top: 30%;
    left: 0;
    transform: rotate(-11deg);
}

.section-categories.slider:after {
    transform: scale(-1, 1);
    background-size: 50px;
    right: 25%;
    top: -1%;
}

.section-categories.slider .container:after {
    top: -2% !important;
    left: 75% !important;
    transform: scale(-1, 1);
    filter: brightness(1.15);
}

.section-categories.slider .container:before {
    right: 92% !important;
    transform: scale(1) rotate(-10deg);
    filter: brightness(1.2) blur(3px);
}

.aos-animate.section-categories .container:before {
    animation: animat5 2s ease forwards;
}

.aos-animate.section-categories .container:after {
    animation: animat6 2s ease forwards;
}

.section-categories.is_product .container:before,
.section-categories.is_product .container:after {
    opacity: 0;
}

.section-base.is_product {
    margin-top: 0;
}

/********************
    section banner
*********************/
.items-banner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 16px;
}

a.item-banners {
    overflow: hidden;
    border-radius: 12px;
}

a.item-banners img:hover {
    transform: scale(1.02);
}

/********************
    section about
*********************/
.section-about .container {
    position: relative;
    z-index: 9;
}

.right-about {
    position: relative;
}

.about-video {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    display: none;
    background: #0000009c;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.about-video video {
    max-width: max-content;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    border-radius: 25px;
    height: auto;
    padding: 10px;
}

.right-about .img {
    width: 100%;
    max-width: min(537px, 38vw);
}

.right-about .img2 {
    position: absolute;
    left: 0;
    bottom: -36px;
    border-radius: 12px;
    width: 100%;
    max-width: min(265px, 19vw);
    overflow: hidden;
    max-height: 354px;
}

.innerimg2 {
    width: 400px;
    height: 400px;
    object-fit: cover;
}

.right-about .icon-paly {
    position: absolute;
    top: 100px;
    width: 84px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: min(60px, 5vw);
    background: var(--color1);
    border-radius: 50px;
    color: #fff;
    font-size: 36px;
    cursor: pointer;
}

.right-about .icon-paly:before {
    padding-left: 5px;
}

.right-about .icon-paly:after {
    content: '';
    width: 138px;
    height: 138px;
    position: absolute;
    border: 16px solid rgb(41 147 61 / 10%);
    border-radius: 50%;
    animation: example 1.3s linear infinite alternate;
}

.sub-title {
    font-size: 16px;
    line-height: 40px;
    margin-top: 12px;
    display: block;
    font-family: var(--bold_font);
}

.left-about {
    padding-right: 112px;
}

.left-about .desc {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 24px;
}

.items-about {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.item-about {
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
}

.item-about-title {
    font-size: 16px;
    line-height: 24px;
}

.item-about:before {
    content: '';
    position: absolute;
    right: -6px;
    top: -5px;
    width: 26px;
    height: 26px;
    background: #EAF4EC;
    border-radius: 50%;
    z-index: -1;
}

.item-about img {
    max-width: 28px;
}

.section-about .left-about {
    padding-right: 8.3333%;
}

.section-about {
    margin-bottom: 120px;
}

.section-about {
    position: relative;
    z-index: 0;
}

.section-about .container:before,
.section-about .container:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("../img/barg.webp");
    background-repeat: no-repeat;
}

.section-about .container:before {
    top: -100px;
    transform: rotate(-5deg) scale(1, -1);
    background-size: 140px;
    filter: blur(4px);
    max-width: 130px;
    max-height: 130px;
    left: 0;
}

.section-about .container:after {
    transform: scale(-1, -1) rotate(-20deg);
    bottom: -6%;
    right: 0%;
    filter: blur(2px);
    max-width: 100px;
    max-height: 100px;
    z-index: 99;
}

.about-video .close-video:hover {
    background: #fff;
    border-radius: 4px;
}

.about-video .close-video:hover:before,
.about-video .close-video:hover:after {
    background: #ff0000;
}

.about-video .close-video:before,
.about-video .close-video:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 25px;
    background: #fff;
    right: 0;
    left: 0;
    margin: 0 auto;
    transition: .4s;
}

.about-video .close-video {
    position: absolute;
    right: 5%;
    top: 5%;
    z-index: 99;
    width: 25px;
    height: 25px;
    cursor: pointer;
    transition: .4s;
}

.about-video .close-video:before {
    transform: rotate(45deg);
}

.about-video .close-video:after {
    transform: rotate(-45deg);
}

.page-template-template-about .section-about .container:before,
.page-template-template-about .section-about .container:after {
    opacity: 0;
}

.page-template-template-about .section-about {
    margin-top: 0 !important;
}

.page-template-template-about .right-about .img {
    max-width: min(461px, 38vw);
    margin: 0 auto;
}

.page-template-template-about .right-about .img2 {
    bottom: -25px;
}

.page-template-template-about .right-about {
    display: flex;
    flex-wrap: wrap;
}

.page-template-template-about .right-about .icon-paly {
    top: 65px;
    left: min(46px, 5vw);
}

/********************
    section blog
*********************/
.section-blog .desc {
    color: #fff;
    margin-bottom: 32px;
}

.btns-blog {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.btns-blog {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 48px;
    flex-wrap: wrap;
}

.btn-img {
    display: flex;
    align-items: center;
    width: 165px;
    max-height: 48px;
    padding: 10px 0 10px 9px;
    box-shadow: 0 0 48px 0 rgba(0 0 0 / 6%);
    border-radius: 50px 50px 70px 50px;
    overflow: hidden;
}

.btn-img .icon-arrow2 {
    width: 30px;
    height: 30px;
    background: #F9E7DC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    color: var(--color2);
    line-height: 24px;
    margin-right: auto;
}

.btn-img .img-btn {
    padding-left: 15px;
    width: initial;
    height: auto;
    margin-top: 3px;
}

.btn-img img {
    margin-left: 15px;
    max-width: 50px;
    object-fit: contain;
}

/********************
    section feature
*********************/
.feature-imgs {
    position: relative;
    display: flex;
    margin-bottom: 24px;
}

.feature-imgs .feature-img2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 72px;
    padding: 18px 14px 9px;
    background: #FAFAFA;
    border-radius: 50px 50px 0 0;
}

.item-feature {
    background: #fafafa;
    padding: 20px 20px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
}

.item-feature .title-heading3 {
    margin-bottom: 8px;
}

.title-heading3 {
    font-size: 20px;
    line-height: 32px;
    transition: .4s;
}

.item-feature .desc {
    font-size: 14px;
}

.feature-img {
    border-radius: 8px;
}

.section-feature .title-heading2 {
    margin-bottom: 32px;
}

/********************
    section honor 
*********************/
.swiper-honor {
    padding: 12px 0 !important;
}

.item-honor {
    padding: 16px 16px 20px;
    background: #fff;
    box-shadow: 0 0 48px 0 rgba(0 0 0 / 6%);
    border-radius: 8px;
    cursor: pointer;
}

.honor-imgs {
    display: flex;
    margin-bottom: 16px;
}

/********************
    section team 
*********************/
.social-team {
    position: absolute;
    top: 0;
    left: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: #fff;
    border-radius: 0 0 50px 50px;
    padding: 8px;
    max-width: 48px;
    max-height: 48px;
    overflow: hidden;
    transition: 1s;
}

.item-social-team {
    display: flex;
    width: 32px;
    align-items: center;
    justify-content: center;
    background: #EAF4EC;
    border-radius: 50%;
    min-height: 32px;
    border: 1px solid #EAF4EC;
    transition: 0.4s;
}

.item-team:hover .social-team {
    max-height: 100%;
}

.item-social-team > i {
    font-size: 16px;
    color: var(--color1);
}

.top-item-team {
    display: flex;
    margin-bottom: 12px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.item-team {
    background: #fafafa;
    padding: 16px 16px 12px;
    border-radius: 12px;
}

.name-team {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 4px;
}

.post-team {
    font-size: 14px;
    line-height: 32px;
}

.section-teams .title-heading2 {
    margin-bottom: 32px;
}

.item-social-team:hover {
    background: transparent;
    border-color: var(--color1);
}

/*****************************
    section special content 
*****************************/
.section-special-content.section-base {
    margin-top: 0;
}

.inner-section {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.item-special img {
    width: 100%;
    border-radius: 10px;
}

.item-special {
    display: flex;
}

.section-special-content .title-heading2 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 16px;
}

.right-section {
    padding-left: 20px !important;
}

/* --------------------
    section cards
-------------------- */
.inner-card {
    display: flex;
    gap: 16px;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 48px 0 rgba(0 0 0 / 6%);
    padding: 16px;
    border-radius: 8px;
}

.inner-card > img {
    max-width: 80px;
    min-height: 80px;
    object-fit: cover;
    border-radius: 8px;
}

.inner-card > .title-heading2 {
    font-size: 16px;
    font-family: var(--bold_font);
    margin: 0;
}

.cart-items .swiper-wrapper {
    padding: 12px 0 !important;
}

.cart-items {
    max-width: 83.3333%;
    margin: 0 auto;
}

/* --------------------
    Section articles
-------------------- */
.tabcontent {
    display: none;
}

.tabcontent.active {
    display: flex;
    flex-wrap: wrap;
    row-gap: 24px;
}

.tabs-weblog {
    display: flex;
    gap: 8px;
    margin-bottom: 36px;
    flex-wrap: wrap;
}

.tab-blog {
    min-width: 168px;
    padding: 16px 0;
    text-align: center;
    border: 1px solid var(--color1);
    border-radius: 10px;
    line-height: 24px;
    max-height: 56px;
    cursor: pointer;
    transition: .4s;
    font-size: 16px;
    font-family: var(--bold_font);
}

.tab-blog.active {
    background: var(--color1);
    color: #fff;
}

.tab-blog:hover {
    background: var(--color1);
    color: #fff;
}

.item-weblog .pic {
    width: 100%;
    max-width: 305px;
    border-radius: 8px;
    overflow: hidden;
}

.item-weblog {
    display: flex;
    gap: 20px;
    padding-left: 35px;
}

.desc-item-weblog .title-heading:before {
    width: 12px;
}

.desc-item-weblog .title-heading {
    padding-right: 22px;
    margin-bottom: 20px;
    font-size: 18px;
}

.desc-item-weblog .desc {
    line-height: 40px;
}

.weblog-access {
    display: flex;
    flex-wrap: wrap;
    row-gap: 16px;
}

.weblog-access-item {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 16px 24px 16px 16px;
    background: #fafafa;
    border-radius: 8px;
    align-items: center;
    font-size: 16px;
    font-family: var(--bold_font);
    line-height: 40px;
    margin-right: 3px;
    position: relative;
}

.weblog-access-item:before {
    content: '';
    width: 3px;
    height: 36px;
    background: radial-gradient(var(--color1), #1e752f);
    border-radius: 0 25px 25px 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.section-special-content .btn.more-link {
    margin-top: 24px;
}

.item-weblog:hover .title-heading a {
    color: var(--color2);
}

.item-weblog:hover img {
    transform: scale(1.1);
}

/* --------------------
    section blog grid
-------------------- */
.section-blog-grid .post-item:before {
    content: unset;
}

.section-blog-grid .title-heading.title-blog {
    position: relative;
    bottom: unset;
    right: unset;
    max-height: 19px;
}

.blog-grid {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: [col1] 49% [col2] 49%;
    grid-template-rows: [row1] 30.6666% [row2] 30.6666% [row3] 30.6666%;
}

.post-item-1 {
    grid-column: 1;
    grid-row: 1/4;
}

.post-grid .post-item-image {
    position: relative;
    max-width: 243px;
    border-radius: 8px;
    overflow: hidden;
}

.section-blog-grid {
    background: url(../img/bg-blog2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 57px 0 48px;
}

.section-blog-grid .title-heading2 {
    color: #fff;
    margin-bottom: 32px;
}

.post-grid .post-item {
    width: 100%;
    background: #fff;
    padding: 12px;
    height: 100%;
    gap: 24px;
    row-gap: 0;
}

.post-item-1 .post-item .post-item-image img {
    width: 100%;
}

.post-item-1 .post-item {
    flex-direction: column;
    padding: 24px;
    min-width: 630px;
}

.section-blog-grid .title-heading.title-blog a {
    color: #313131;
}

.post-item-1 .post-item .title-blog {
    margin-top: 32px;
    margin-bottom: 20px;
    margin-right: 0;
}

.post-item-1 .post-item .post-item-image {
    width: 100%;
    max-width: 100%;
}

.detail-post-grid {
    padding: 12px 0;
}

.detail-post-grid .item-post-archive {
    margin-top: 20px;
}

/* --------------------
    section cta
-------------------- */
.section-cta {
    margin-top: 140px;
}

.section-cta .inner-section {
    padding: 74px 56px;
    position: relative;
    min-height: 404px;
    background: #F4FAF5;
    border-radius: 8px;
}

.cta-left {
    position: absolute !important;
    max-width: 395px !important;
    bottom: 56px;
    left: 56px;
    right: auto;
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
}

.cta-right {
    margin-bottom: 4px;
}

.cta-right .title-heading2 {
    line-height: 40px;
}

.cta-right .desc {
    line-height: 40px;
    margin-bottom: 32px;
}

/* --------------------
    Product Category
-------------------- */
.item-sub-cat .link-category:hover span {
    color: #fff !important;
}

.inner-products-cat {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-right: 15px;
    margin-left: 15px;
}

.inner-top-section {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.product-side .top-section {
    margin-bottom: 32px;
}

.section-products-cat.section-base {
    margin-top: 40px;
    margin-bottom: 88px !important;
}

.category-side {
    width: 100%;
    max-width: calc(25% - 10px);
    flex: 0 0 calc(25% - 10px);
    margin-left: auto;
}

.product-side {
    width: 100%;
    max-width: calc(75% - 10px);
    flex: 0 0 calc(75% - 10px);
    margin-right: auto;
}

/* --------------------
    Responsive Mode
-------------------- */
@media screen and (min-width:1600px) {
    .section-brands:after {
        background-position: 104% 35%;
    }

    .top-section.v2:before {
        background-position: 85% 36%;
    }

    .section-categories:before {
        background-position: 14% 62%;
    }

    .section-categories:after {
        background-position: 16% 25%;
    }

    .section-categories.slider:before {
        background-position: 12% 48%;
    }

    .section-categories.slider:after {
        background-position: 34% 0%;
    }

    .section-about:after {
        background-position: 17% 0%;
    }

    .section-about:before {
        background-position: 17% 100%;
    }
}

@media screen and (min-width:1280px) {}

@media screen and (min-width:992px) {
    .categories-pagination {
        margin-top: 0;
        padding-top: 0;
    }
}

@media screen and (min-width:768px) {}

@media screen and (max-width:1400px) {
    .link-category img {
        min-width: 260px;
        min-height: 260px;
        max-width: 260px;
    }

    .page-template-template-about .right-about .img {
        margin-right: 0;
    }

    .section-about .left-about {
        padding-right: 6.3333%;
    }

    .post-item-1 .post-item {
        min-width: 550px;
    }

    .sw-btn {
        bottom: 2rem;
    }
}

@media screen and (max-width:1200px) {

    .weblog-access-item span {
        font-size: 13px;
    }

    .weblog-access-item .btn {
        font-size: 10px;
        padding: 12px 8px 12px 8px;
    }

    .post-item-1 .post-item {
        min-width: unset;
    }

    .categories-product .item-catgory {
        width: 100%;
        max-width: 31.3333%;
    }

    .link-category img {
        min-width: 305px;
        min-height: 305px;
    }

    .section-brands:after,
    .section-brands:before,
    .section-categories:after,
    .section-about:after {
        z-index: 0;
    }

    .section-banners {
        padding: 0 30px;
    }

    .page-template-template-about .right-about .img {
        max-width: min(390px, 40vw);
    }

    .right-about .img2 {
        max-width: min(265px, 27vw);
    }

    .section-about .left-about {
        padding-right: 4.3333%;
    }

    .page-template-template-about .right-about .icon-paly {
        top: 30px;
    }

    .item-banners,
    .item-banners img {
        width: 100%;
    }

    .post-grid:not(.post-item-1) .title-blog:before {
        top: -6px;
    }
}

@media screen and (max-width:992px) {

    .hero-items-banner {
        gap: 2.25rem;
    }

    .section-brands .container {
        background-image: linear-gradient(to top, var(--color1) 0 50%, transparent 50% 100%) !important;
        border-radius: 1rem !important;
    }

    .product-next {
        left: 45px !important;
    }

    .product-prev {
        right: 45px !important;
    }

    .inner-button-product-cart {
        max-width: calc(100% - 30px) !important;
    }

    .product-image {
        min-width: auto !important;
        align-items: center !important;
        max-width: 132px !important;
    }

    .section-hero {
        margin: 32px 0;
    }

    .banner_items {
        padding-right: 0 !important;
    }

    .item-banner {
        margin-top: 20px;
    }

    .swiper-slide.item-brands.swiper-slide-prev {
        transform: translateX(0px);
    }

    .swiper-slide.item-brands.swiper-slide-next {
        transform: translateX(0px);
    }

    .title-heading {
        padding-right: 0;
        margin: 0 auto;
    }

    .title-heading:before {
        display: none;
    }

    .desc-item-weblog .title-heading:before {
        display: block;
    }

    .section-brands .container {
        background-size: auto;
    }

    .link-category img {
        background: #fff;
        border-radius: 8px;
        min-width: unset;
        min-height: 80px;
        max-width: 80px;
        padding: 3px;
    }

    .item-catgory {
        padding: 8px 8px 8px 16px !important;
        background: #FAFAFA;
        max-height: 96px;
        display: flex;
        align-items: center;
        border-radius: 8px;
        width: 100% !important;
        max-width: 100% !important;
    }

    .link-category {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .grid .link-category .title-cat:before {
        display: none;
    }

    .grid .link-category .title-cat {
        font-size: 14px;
        font-family: var(--bold_font);
        margin-top: 0;
        padding-right: 18px;
    }

    .categories-product {
        row-gap: 12px;
    }

    .item-catgory .icon-arrow2 {
        margin-right: auto;
        min-width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #FFFFFF;
        border-radius: 50%;
        font-size: 10px;
        color: var(--color2);
    }

    .item-banner img {
        /* max-height: 170px !important; */
        object-fit: cover;
    }

    .item-banners {
        width: 100%;
    }

    .items-banner img {
        width: 100%;
        height: auto;
    }

    .small-banner {
        width: 100%;
    }

    .items-banner {
        flex-wrap: wrap;
    }

    .cat-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 10px;
        row-gap: 56px;
    }

    .cat-wrapper .item-sub-cat {
        display: none;
    }

    .cat-wrapper .items-catgory {
        padding-top: 0 !important;
        margin-top: 70px;
        height: auto;
        position: relative;
        max-height: 160px;
        transition: 0.8s;
        width: 100%;
        max-width: calc(50% - 10px);
    }

    .items-catgory.active {
        max-height: 472px;
    }

    .cat-wrapper img {
        margin-top: -70px;
    }

    .cat-wrapper .icon-arrow-down {
        display: flex;
        position: absolute;
        bottom: -16px;
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 32px;
        height: 32px;
        border: 1px solid;
        color: var(--color2);
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background: #fff;
        transition: all 0.5s;
    }

    .cat-wrapper .items-catgory.active .icon-arrow-down {
        transform: rotate(180deg);
    }

    .items-catgory.hidden {
        display: none;
    }

    .right-about .sub-title {
        margin-bottom: 28px;
    }

    .right-about .img {
        width: 100%;
        max-width: 670px;
    }

    .right-about .img2 {
        left: 12px;
        bottom: -125px;
        max-width: 360px;
    }

    .section-about .left-about {
        padding: 0;
        margin-top: 260px;
    }

    .section-about {
        padding: 0 30px;
    }

    .right-about .icon-paly {
        top: unset;
        bottom: -85px;
        width: 55px;
        height: 55px;
        right: min(140px, 19vw);
        left: unset;
        font-size: 29px;
    }

    .right-about .icon-paly:after {
        width: 91px;
        height: 91px;
        border: 11px solid rgb(41 147 61 / 10%);
    }

    .section-blog .desc {
        text-align: center;
    }

    .section-blog .title-heading2 {
        margin-bottom: 10px;
        line-height: 17px;
    }

    .section-blog .top-section {
        padding-top: 32px;
    }

    .post-item-image {
        width: 100%;
        max-width: 100%;
    }

    .section-blog {
        position: relative;
        padding: 0 30px;
    }

    .brands-slider {
        padding: 20px 15px 0 !important;
    }

    .section-brands .container:before,
    .section-brands .container:after,
    .top-section.v2:before,
    .section-categories .container:before,
    .section-about .container:after {
        display: none;
    }

    .section-categories .container:after {
        top: -8% !important;
        left: -23% !important;
        max-width: 130px;
        max-height: 130px;
        background-size: 130px;
        transform: scale(1, -1);
    }

    .btn.more-link {
        margin-top: 32px !important;
        margin-bottom: 4px !important;
    }

    .section-categories .container:before {
        max-width: 150px;
        max-height: 150px;
        top: 91% !important;
        right: -20% !important;
        background-size: 150px;
    }

    .section-categories.slider .container:after {
        top: -3% !important;
        left: -6% !important;
        transform: scale(-1, 1);
        filter: brightness(1.15);
        background-size: 100px;
    }

    .section-about .container:before {
        top: 13%;
        transform: rotate(0deg) scale(-1, 1);
        filter: blur(0px);
        max-width: 130px;
        max-height: 130px;
        left: 64%;
        background-size: 70px;
        z-index: 99;
    }

    .blog-carousel {
        padding: 0 35px;
    }

    .categories-product.grid .cat-wrapper,
    .categories-product.grid .categories-pagination {
        display: none;
    }

    .page-template-template-about .right-about .img {
        margin-right: auto;
        margin-left: 0;
        max-width: min(600px, 79vw);
    }

    .page-template-template-about .innerimg2 {
        width: auto;
        height: auto;
        object-fit: cover;
    }

    .page-template-template-about .right-about .img2 {
        left: 12px;
        bottom: -275px !important;
        max-width: 360px;
        max-height: 480px;
    }

    .page-template-template-about .right-about .icon-paly {
        top: auto;
        bottom: -240px;
    }

    .page-template-template-about .section-about .left-about {
        padding: 0;
        margin-top: 335px;
    }

    .page-template-template-about .section-about {
        padding: 0;
    }

    .page-template-template-about .right-about .icon-paly:after {
        animation: example 1 linear infinite alternate;
    }

    .section-feature .title-heading2,
    .section-honor .title-heading2 {
        text-align: center;
    }

    .section-content {
        margin: 0 35px;
    }

    .section-banners {
        padding: 0;
    }

    .inner-section {
        margin: 35px;
        gap: 20px;
    }

    .section-special-content .btn.more-link {
        margin-top: 20px !important;
    }

    .section-special-content .desc {
        margin-top: 24px;
    }

    .tab-blog {
        min-width: 115px;
        line-height: 21px;
        max-height: 53px;
        font-size: 14px;
    }

    .section-articles .row {
        margin: 0;
    }

    .item-weblog {
        padding-left: 0;
        flex-wrap: wrap;
    }

    .item-weblog .pic {
        max-width: 100%;
    }

    .item-weblog .pic .wp-post-image {
        width: 100%;
    }

    .section-blog-grid .post-item {
        flex-wrap: wrap;
        background: #fff;
        padding: 14px 24px 24px;
    }

    .section-blog-grid .post-item .post-item-image {
        margin-bottom: 20px;
        border-radius: 8px;
        overflow: hidden;
    }

    .section-blog-grid .title-heading.title-blog {
        margin-bottom: 16px;
    }

    .section-blog-grid .title-heading.title-blog:before {
        display: block;
    }

    .section-blog-grid {
        padding: 48px 35px 48px;
        background-size: 370%;
    }

    .section-blog-grid .blog-pagination .swiper-pagination-bullet {
        background: #ffff !important;
    }

    .section-cta {
        margin-top: 225px;
    }

    .section-cta .inner-section {
        padding: 229px 35px 40px;
    }

    .cta-left {
        max-width: min(379px, 85vw) !important;
        top: -183px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .section-special-content .title-heading2 {
        font-size: 30px;
    }

    .cart-items {
        max-width: 100%;
        margin: 0 15px;
    }

    .post-slide .post-item {
        border-radius: 10px;
        border: 0.87px solid #FFFFFF;
    }

    .post-item:before {
        background: linear-gradient(360deg, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0) 100%);
    }

    .categories-product .item-catgory.has-img-hover .img-hover {
        max-height: 80px;
        max-width: 80px;
        padding: 3px;
        top: 8px;
    }

    .categories-product .item-catgory.has-img-hover:hover .img-hover {
        left: auto;
        right: 8px;
    }

    .items-catgory img {
        margin-top: -80px;
    }

    .items-catgory {
        padding-bottom: 16px;
        position: relative;
    }

    .product-side .top-section {
        margin-top: 48px;
    }

    .swiper-product-cat {
        height: unset;
    }

    .category-side .inner-top-section {
        text-align: center;
    }

    .more-cat-products {
        min-width: 32px;
        min-height: 32px;
        position: absolute;
        bottom: -16px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid var(--color2);
        border-radius: 50%;
        color: var(--color2);
        right: 0;
        left: 0;
        margin: auto;
        max-width: max-content;
        background: #fff;
    }

    .swiper .col-product {
        max-width: calc(100% - 16px) !important;
        margin-right: auto;
        margin-left: auto;
    }

    .more-cat-products.show > i {
        transform: scale(1, -1);
    }

    .inner-products-cat .btn {
        margin: 32px auto 0;
    }

    .swiper-product-cat .websima-pagination {
        margin-top: 48px;
    }

    .categories-product.grid .item-catgory {
        width: 100% !important;
        max-width: calc(50% - 10px) !important;
        margin-left: auto;
    }
}

@media screen and (max-width:768px) {
    .right-about .img {
        width: 100%;
        max-width: 85vw;
    }

    .right-about .img2 {
        left: 12px;
        bottom: -125px;
        max-width: 206px;
        max-height: 275px;
    }

    .section-about .left-about {
        padding: 0;
        margin-top: 156px;
    }

    .right-about .icon-paly {
        right: min(48px, 12vw) !important;
    }

    .page-template-template-about .right-about .icon-paly {
        right: min(27px, 30vw) !important;
    }

    .page-template-template-about .right-about .img {
        max-width: min(450px, 63vw);
    }

    .page-template-template-about .right-about .img2 {
        bottom: -270px !important;
        max-width: 310px;
        max-height: initial;
    }

    .page-template-template-about .section-about .left-about {
        margin-top: min(290px, 54vw);
    }

    .page-template-template-about .section-about .left-about {
        margin-top: 300px;
    }

    .page-template-template-about .right-about .img {
        max-width: min(450px, 90vw);
    }

    .section-cta .inner-section {
        margin: 0;
    }
}

@media screen and (max-width:576px) {
    .page-template-template-about .right-about .img2 {
        bottom: -270px !important;
        max-width: min(290px, 51vw);
        max-height: initial;
    }

    .page-template-template-about .right-about .img2 {
        bottom: min(-213px, -45vw) !important;
        max-width: min(298px, 55vw);
    }

    .page-template-template-about .right-about .icon-paly {
        right: min(81px, 30vw) !important;
        bottom: -36vw;
    }

    .page-template-template-about .section-about .left-about {
        margin-top: 237px;
    }

    .page-template-template-about .right-about .icon-paly {
        right: min(12px, 30vw) !important;
    }

    .section-honor,
    .section-teams {
        margin-right: 35px;
        margin-left: 35px;
    }

    .section-articles .row {
        margin: 35px;
    }

    .section-categories {
        margin-right: 35px;
        margin-left: 35px;
    }

    .product-item {
        padding: 14px 12px 64px !important;
        max-width: calc(100% - 30px);
        margin: auto;
    }

    .cat-wrapper .items-catgory {
        width: 100%;
        max-width: 100%;
    }

    .categories-product.grid .item-catgory {
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media screen and (max-width:429px) {
    .page-template-template-about .right-about .img2 {
        bottom: min(-165px, -52vw) !important;
        max-width: min(330px, 60vw);
    }

    .right-about .icon-paly {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }

    .section-honor,
    .section-teams {
        margin-right: 15px;
        margin-left: 15px;
    }

    .section-articles .row {
        margin: 15px;
    }

    .section-cta .inner-section {
        padding-top: min(196px, 45vw);
    }

    .inner-section {
        margin: 35px 15px;
    }

}

@media screen and (max-width:425px) {
    .tab-blog {
        min-width: 90px;
    }

    .item-weblog {
        padding-left: 15px;
    }

    .section-categories {
        margin-right: 15px;
        margin-left: 15px;
    }

    .blog-carousel {
        padding: 0 15px;
    }

    .section-content {
        margin: 0 15px;
    }

    .inner-section {
        margin: 15px;
    }

    .section-blog-grid {
        padding: 48px 15px 48px;
    }

    .section-cta .inner-section {
        padding: 229px 15px 40px;
    }

    .section-honor,
    .section-teams {
        margin-right: 15px;
        margin-left: 15px;
    }

    .section-articles .row {
        margin: 35px 15px;
    }

    .section-blog {
        padding: 0 15px;
    }

    .section-brands .desc {
        text-align: center;
    }
}

/* --------------------
    Animation
-------------------- */
@keyframes example {
    from {
        width: 138px;
        height: 138px;
    }

    to {
        width: 90px;
        height: 90px;
    }
}

@keyframes animat1 {
    0% {
        top: 100%;
        transform: rotate(0deg);
    }

    100% {
        top: 50%;
        transform: rotate(4deg);
    }
}

@keyframes animat2 {
    0% {
        top: 100%;
        right: 0;
        transform: scale(-1, 1) rotate(0deg);
    }

    100% {
        top: 48%;
        right: -25px;
        transform: scale(-1, 1) rotate(25deg);
    }
}

@keyframes animat3 {
    0% {
        top: 100%;
    }

    100% {
        top: 110px;
    }
}

@keyframes animat4 {
    0% {
        top: 100%;
        left: -15%;
        transform: scale(-1, 1) rotate(0deg);
    }

    100% {
        top: 20%;
        left: -12%;
        transform: scale(-1, 1) rotate(10deg);
    }
}

@keyframes animat5 {
    0% {
        top: 100%;
        right: -9%;
    }

    100% {
        top: 50%;
        right: -7%;
    }
}

@keyframes animat6 {
    0% {
        top: 100%;
        left: -5%;
    }

    100% {
        top: 15%;
        left: -3%;
    }
}

@media screen and (max-width: 768px) {
    @keyframes example {
        from {
            width: 101px;
            height: 101px;
        }

        to {
            width: 80px;
            height: 80px;
        }
    }
}

@media screen and (max-width: 429px) {
    @keyframes example {
        from {
            width: 80px;
            height: 80px;
        }

        to {
            width: 60px;
            height: 60px;
        }
    }
}