.section1::after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    /* background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgb(0 0 0) 100%); */
    /* background-image:url(./images/new/hd_bg.svg); */
    background: linear-gradient(0deg, #FFF 0%, #231F20 100%);
background-blend-mode: multiply;
mix-blend-mode: multiply;
    content:"";
    z-index: 5;
    background-repeat:no-repeat;
    background-size:contain;
}
.section1 .swiper-pagination-bullet{
    background-color: #fff;
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 20px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 20px));
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 9px) !important;
    opacity: 0.6;
}
.sec1-slide::after{
    content: "";
    background-image: url(./images/new/slide_bg.svg);
    width: 100px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    bottom: -2px;
    z-index: 5;
    transform: translateX(-50%);
}
.section1 .swiper-pagination-bullet.swiper-pagination-bullet-active{
    position: relative;
    opacity: 1;
}
.section1 .swiper-pagination{
    text-align: end;
}
/* .section1 .swiper-pagination-bullet.swiper-pagination-bullet-active::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    border: solid 3px #fff;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
} */
.section2{
    height: 60px;
    background: var(--color-F18422);
    display: flex
;
    align-items: center;
}
.section2 marquee{
    color: #fff;
}
.section2 marquee a{
    color: #FFF;
font-size: 27px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-right: 10px;
margin-left: 10px;
}
/* Section 3 */
.section3{
    padding: 60px 0;
}
.section3 .container{
    max-width: 100%;
}
.section3 .box-cate{
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    text-align: center;
    flex-wrap: wrap;
    /* justify-content: center; */
    justify-content: space-between;
}
.section3 .box-cate .cate-item{
    flex: 1;
    max-width: 240px;
    height: 180px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
    display: flex
    ;
        align-items: center;
        justify-content: center;
        padding: 0px 20px;
        overflow: hidden;
}
.section3 .box-cate .cate-item a::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: inline-block;
}

.section3 .box-cate .cate-item .box-text{
    padding-bottom: 0;
    min-height:49px;
}
.section3 .box-cate .cate-item:hover{
    border: 1px solid rgba(246, 129, 33, 0.40);
    box-shadow: 0px 4px 16px 0px rgba(108, 60, 21, 0.24);
}
/* Section 4 */
.has-stick{
    position: relative;
}
.has-stick::after {
    content: "";
    width: 100px;
    height: 31px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    background-image: url(./images/new/stik.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.section4{
    padding: 60px 0;
}

.box-head-title .maintitle{
    color: #fff;
    width: fit-content;
    display: flex
;
    padding: 10px 20px;
    background-color: var(--color-087ABF);
    align-items: center;
    position: relative;
    z-index: 2;
    gap: 10px;
}
.box-head-title .maintitle::after{
    content: "";
    background-image: url(./images/new/title-bg-2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    right: -98%;
    top: 0;
    position: absolute;
}
.box-head-title .maintitle i{
    font-size: 25px;
}
.box-head-title::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 1px;
    width: 100%;
    height: 1px;
    background-color: #000;
    z-index: 1;
    
}
/* .prd-item:nth-child(1)::after{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;
    position: relative;
} */

.section5{
    padding-top: 60px;
}
.section5 .tab-headers{
    display: flex;
    list-style: none;
    gap: 20px;
    padding-left: 0 !important;
   
}
.section5 .tab-content{
    position: relative;
}
.section5 .tab-headers li{
    cursor: pointer;
    padding: 14px;
    border-radius: 8px;
border: 1px solid rgba(38, 38, 38, 0.04);
background: rgba(246, 129, 33, 0.08);
}
.section5 .tab-headers li.active{
    border: 1px solid rgba(255, 255, 255, 0.80);
    background: var(--Orange, #F68121);
    box-shadow: 0px 2px 12px 0px rgba(0, 64, 117, 0.20);
    color: #fff;
}
.section5 .box-btn a.btn_readmore::after{
    position: relative;
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background-image: url(./images/arrow-right.png);
    background-repeat: no-repeat;
    background-size: cover;
    right: 0;
    top: 0;
}
.section5 .box_product-cate{
    border-radius: 8px;
    overflow: hidden;
    filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.16));
}
.section5 .box_product-cate .overlay{
    border-radius: 8px;
/* background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) -13.74%, #000 99.04%); */
background: linear-gradient(180deg, rgba(0, 46, 48, 0.00) -13.74%, #0000008a 100%);
}
.section5 .box_product-cate .box_content{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: flex;
    padding: 40px;
    flex-direction: column;
    gap: 50px;
}
.section5 .swiper-button-next:after, .section5 .swiper-rtl .swiper-button-prev:after,.section5 .swiper-button-prev:after,.section5 .swiper-rtl .swiper-button-next:after{
    font-size: 14px;
    color: #262626;
    font-weight: 700;
}

.section5  .swiper-button-next,.section5 .swiper-rtl .swiper-button-prev ,.section5 .swiper-button-prev,.section5 .swiper-rtl .swiper-button-next {
   
    width: 40px;
    height: 40px;
    border: solid 1px #26262640;
    border-radius: 8px;
}
.section5  .swiper-button-next,.section5 .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, -50px);
    left: auto;
}
.section5 .swiper-button-prev,.section5 .swiper-rtl .swiper-button-next{
    left: var(--swiper-navigation-sides-offset, -50px);
    right: auto;
}

.section6{
    padding: 60px 0;
   
}
.box_dv_list{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px   ;
}
.box_dv_list .box_dv{
    position: relative;
}
.box_dv_list .box_dv-2::after,
.box_dv_list .box_dv-3::after{
    content: "";
    background-color: #656668;
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    top: 0;left: 0;
    z-index: 1;
    position: absolute;
}
.box_dv_list .box_dv .box_dv_content{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 510px;
    width: 100%;
}
.box_dv_list .box_dv .box_dv_content .title_dv{
    font-size: 32px;
    font-weight: 700;
}
.box_dv_list .box_dv .box_dv_content li{
    border-top: none;
    position: relative;
    display: flex;
    align-items: center;
}
.box_dv_list .box_dv .box_dv_content li a::after{
    content: "\f054";
    position: relative;
    /* top: 50%;
    right: 0; */
    font-size: 18px;
    color: #fff;
    z-index: 1;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    /* transform: translateY(-50%); */
}
.box_dv_list .box_dv .box_dv_content li a{
    color: #fff;
    font-weight: 300;
    font-size: 22px;
    flex: none;
    /* width: fit-content; */
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: 370px;
    justify-content: space-between;
    width: 100%;

}
.box-swiper-btn{
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.section8 {
    padding: 60px 0;
    background: url(./images/s8_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.btn-zalo{
    background-color: transparent;
    border: solid 1px #fff;
    transform: scale(1);
    transition: ease-in-out 0.3s;
    border-radius: 8.533px;
    align-items: center;
    justify-content: center;
}
.btn-zalo:hover{
    transform: scale(1.1);
    transition: ease-in-out 0.3s;
    background-color: var(--color-007BC1);
}
.section8 .wpcf7 input,.section8 .wpcf7 select{
    height: 60px;
    background: #fff;
    font-size: 16px;
    border-radius: 8px;

}
.section8 .wpcf7 textarea{
    background: #fff;
    font-size: 16px;
    border-radius: 8px;
}
.section8 .wpcf7 button{
    background-color: var(--color-F68121);
    height: 60px;
    transform: scale(1);
    transition: ease-in-out 0.3s;
    border-radius: 8.533px !important;
    margin: 0;
    margin-top: 15px;
}
.section8 .wpcf7 button:hover{
    transform: scale(1.1);
    transition: ease-in-out 0.3s;
   
}
@media screen and (min-width: 990px) {
    .section8 .col_1{
        padding-right: 100px;
    }
    .prd-item:nth-child(-n+4){
        margin-bottom: 80px;
    }
    .prd-item:nth-child(n+5){
        margin-top: 60px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 768px) {
    .sec1-slide::after{
        background-size: contain;
        width: 63px;
        height: 21px;
    }
    .box-head-title .maintitle{
        width: auto;
    }
    .section2 marquee a{
        font-size: 16px;
    }
    .section3 .box-cate{
        justify-content: center;
        max-width: 100%;
    }
    .section3 .box-cate .cate-item {
        flex: 0 0 calc(30% ); /* Chiếm 50% chiều rộng (trừ đi khoảng cách giữa các cột) */
    }
    .section5 .tab-headers{
        gap: 0;
        flex-wrap: wrap;
    }
    .section5 .tab-headers li{
        margin-right: 15px;
        width: 100%;
        text-align: center;
    }
    .box-swiper-btn{
        justify-content: center;
    }
    .box_dv_list{
        grid-template-columns: repeat(1, 1fr);
    }
    .box_dv_list .box_dv .box_dv_content{
        padding: 0 10px;
    }
    .box_dv_list .box_dv .box_dv_content .title_dv{
        font-size: 24px;
    }
    .box_dv_list .box_dv .box_dv_content li a{
        font-size: 18px;
    }
    .has-stick::after{
        display: none;
    }
    .box-head-title .maintitle::after{
        display: none;
    }
    .prd-item .product-content p{
        font-size: 16px !important;
    }
}
@media (max-width: 450px) {
    .section3 .box-cate .cate-item {
        flex: 0 0 calc(50% - 10px); /* Chiếm 50% chiều rộng (trừ đi khoảng cách giữa các cột) */
    }
    .maintitle {
        font-size: 16px;
    }
    .prd-item{
        margin-bottom: 30px;
    }
    
}
/* @media (max-width: 480px) {
    .section3 .box-cate .cate-item {
        flex: 0 0 100%;
    }
} */