@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");

/* fixed base */
#main_index{
    padding-bottom:0rem!important;
    overflow:hidden;
}

#main_index h1,
#main_index h2,
#main_index h5{
    cursor:default;
}

.m_default_languagebar .footer_langbar_item{
    color:#fff;
}

.n_line{
    background: linear-gradient(to right, transparent, #fcd200, transparent);
    width: 8rem;
    height: 10px;
    margin-bottom: 1rem;
}

.c_color1{
    color:#fff;
}

.n_small,
.n_title,
.n_subtitle,
.n_content{
    margin-top:0;
}

.n_small{
    font-size:12px;
    font-weight:800;
    letter-spacing:0.1em;
    color:#fcd200;
}

.n_title{
    margin-bottom:0;
    color:#111211;
    font-size:32px;
    font-weight:800;
    line-height:1.1;
}

.n_subtitle{
    color:#111211;
    font-size:18px;
    font-weight:800;
    line-height:1.4;
}

.n_content{
    color:#111211;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}

.btnbox_right{
    display:flex;
    justify-content:flex-end;
    align-items:center;
}

.n_button{
    border:0;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-decoration:none!important;
    transition:0.25s all linear;
}

.n_button span{
    position:relative;
}

.n_button:hover{
    color:#fff;
    text-decoration: none;
    transform:translateY(-3px);
}

/* fixed navbar */
.navbar_type8{
    background-color:#000;
}
#main_index .navbar_type8{
    background-color:transparent;
}
.navbar_type8 .logo{
    margin-left: 9%;
}
.navbar_type8 .logo img{
    width:100px;
    padding:10px;
}

.navbar_type8 .nav_tab .nav_item a{
    font-size: 1vw;
    padding: 15px 1.8vw;
    color: #fff;
    font-weight: 600;
}
.navbar_type8 .nav_tab .nav_item a:hover{
    color:#fcd200;
}
.navbar_type8 .nav_tab .nav_item::before{
    display: none;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
    color:#fff!important;
    -webkit-text-stroke-width:0px;
    -webkit-text-stroke-color:black;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover{
    color:#fff!important;
}
.navbar_mobile{
    background-color:#000;
}
.navbar_mobile .btn-outline-light {
    border-color: #fcd200;
    color: #fcd200;
}
.navbar_mobile .btn-outline-light:hover,
.navbar_mobile .btn-outline-light:not(:disabled):not(.disabled):active{
    color:#000;
    background-color:transparent;
    border-color:#000;
}

@media screen and (max-width:1200.5px){
    .navbar_type8 .nav_tab .nav_item a{
        font-size:1.2vw;
        padding:15px 1.8vw;
    }
}


/* fixed banner */
.slider_banner .banner_content{
    overflow:hidden;
}

@media screen and (max-width:767.5px){
    .index_wrapper_2 .item>img{
        min-height:100vw!important;
        object-fit:cover;
    }
}

/* topspace */
.hp_top{
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:500;
    position:relative;
    width:100%;
    height:40px;
    padding:0 9%;
    background:#fcd200;
}

.hp_top .col-md-12{
    display:flex;
    justify-content:flex-start;
    align-items:center;
}

.hp_top_module{
    display:flex;
    align-items:center;
}

.hp_top_contact{
    margin-right:22px;
}

.hp_top_contact ul,
.hp_top_email ul{
    display:flex;
    align-items:center;
    margin:0!important;
    padding:0;
}

.hp_top_contact a,
.hp_top_email a{
    color: #111211;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.hp_top_contact i,
.hp_top_email i{
    margin-right:7px;
}

.hp_top_language{
    margin-left:auto;
}

.hp_top_language_btn{
    border-radius:20px;
    padding:3px 9px;
    background:#111211;
    color:#fcd200;
    font-size:9px;
    font-weight:800;
    text-decoration:none!important;
}

.hp_top_language_btn i{
    margin-left:3px;
}

/* banner content positioning only */
.index_wrapper_2{
    margin-top:-80px;
}
.hp_banner{
    position:relative;
    left:7.8%;
    top:50%;
    transform:translate(0,-50%);
    width:calc(100% - 15.6%);
}

.hp_banner_box{
    width:37vw;
}

.hp_banner_small{
    margin-bottom:0.55vw;
    color:#fcd200;
    font-size:0.72vw;
    font-weight:800;
    letter-spacing:0.18em;
}

.hp_banner_title{
    margin:0;
    color:#fff;
    font-size:4.2vw;
    font-weight:800;
    font-style:italic;
    line-height:0.92;
}

.hp_banner_title span{
    color:#fcd200;
}

.hp_banner_subtitle{
    margin:0.75vw 0 1.25vw;
    color:#fff;
    font-size:1.5vw;
    font-style:italic;
    font-weight:700;
}
.banner_line{
    background: linear-gradient(to right, transparent, #fcd200, transparent);
    width: 15vw;
    height: 10px;
    margin-bottom: 1vw;
}

.hp_banner_content{
    width:30vw;
    margin-bottom:1.5vw;
    color:#fff;
    font-size:1vw;
    line-height:1.75;
}

.hp_banner_button{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    min-width:160px;
    padding:11px 18px;
    background:#fcd200;
    color:#111211;
    font-size:16px;
    font-weight:800;
    text-decoration:none!important;
    transition:0.25s all linear;
}

.hp_banner_button:hover{
    background:#fff;
    color:#111211;
    transform:translateY(-3px);
}

.hp_banner_button i{
    margin-left:13px;
}
@media screen and (max-width:991.5px){
    .index_wrapper_2{
        margin-top:0;
    }
}
@media screen and (max-width:767.5px){
    .hp_top{
        height:auto;
        padding:8px 5%;
    }

    .hp_top .col-md-12{
        flex-wrap:wrap;
        gap:7px 16px;
    }

    .hp_top_contact,
    .hp_top_email{
        margin-right:0;
    }

    .hp_top_language{
        margin-left:auto;
    }

    .hp_banner{
        left:0%;
        width:100%;
    }

    .hp_banner_box{
        width: 100%;
        margin: 0;
        background-color: rgba(0,0,0,0.3);
        padding: 6%;
    }

    .hp_banner_small{
        font-size:11px;
    }

    .hp_banner_title{
        font-size:42px;
    }

    .hp_banner_subtitle{
        font-size:13px;
    }

    .hp_banner_content{
        width:100%;
        font-size:12px;
    }
}

/* about */
.hp_about{
    position:relative;
    padding:78px 3% 78px 7.8%;
    background-size:cover;
    background-position:center;
    background: linear-gradient(
        90deg,
        #261f00 0%,
        #211b00 24%,
        #1b1600 48%,
        #151100 72%,
        #0e0c00 100%
    );
}

.hp_about:after{
    position: absolute;
    content:"";
    background-image:url("https://cdn1.npcdn.net/images/B_ABOUT_ELEMENT_03uodq_1782352136.png?md5id=bce7eb531624fefb054b7dbf7472740e&type=4");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 24rem;
    top: 0;
    right: 0;
    transform: scale(1.3);
}

.hp_about_row{
    position:relative;
    z-index:2;
    align-items:center;
}

.hp_about_textbox{
    padding-right:5%;
}

.hp_about .n_small{
    margin-bottom:7px;
}

.hp_about .n_small span{
    position:relative;
}

.hp_about .n_small span:after{
    position:absolute;
    content:"";
    left:0;
    bottom:-7px;
    width:60px;
    height:2px;
    background:#fcd200;
}

.hp_about .n_title{
    margin-bottom:20px;
    color:#fff;
}

.hp_about .n_content{
    color:#fff;
    opacity:0.84;
}

.hp_about_actionbox{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:16px;
    margin-top:24px;
}

.hp_about_button{
    padding:11px 14px;
    background:#fcd200;
    color:#111211;
    font-size:16px;
    font-weight:800;
}

.hp_about_button i{
    margin-left:9px;
}

.hp_about_call{
    display:flex;
    align-items:center;
    gap:8px;
    color:#fcd200!important;
    font-size:16px;
    font-weight:800;
    text-decoration:none!important;
}

.hp_about_call_icon{
    display:flex;
    justify-content:center;
    align-items:center;
    width:24px;
    height:24px;
    border:1px solid #fcd200;
    border-radius:50%;
}

.hp_about_visual{
    position:relative;
    padding-right:7%;
}

.hp_about_visual img{
    width:100%;
    height:auto;
    object-fit:cover;
}

.hp_about_visual_link{
    position: absolute;
    right: 0;
    bottom: -26px;
    padding: 11px 20px;
    background: transparent;
    color: #fff !important;
    font-size: 23px;
    font-weight: 800;
    text-decoration: none !important;
}

@media screen and (max-width:991.5px){
    .hp_about{
        padding:65px 5%;
    }
    .hp_about:after{
        height: 100%;
        width: 47vw;
        top: 0;
        right: -30vw;
        transform: scale(1.3);
    }
    .hp_about_visual_link{
        font-size:16px;
    }
    
    .hp_about_visual img{
        margin-top:2rem;
    }
    
    .hp_about .n_content{
        width:85%;
    }
}

@media screen and (max-width:767.5px){
    .hp_about{
        padding:55px 0;
    }

    .hp_about_textbox{
        padding:0;
    }
    .hp_about:after{
        display: none;
    }
    .hp_about .n_title{
        font-size:26px;
    }
    .hp_about_visual_link{
        right:0;
        font-size:20px;
    }
    .hp_about .n_content {
        width: 100%;
    }
}


/*hp_section_heading*/
.hp_section_heading .n_title{
    display:inline-block;
}

.hp_section_heading_light .n_title{
    color:#fff;
}

/* category component adaptation */
.index_wrapper_4{
    padding:58px 0 45px;
    background:#fff;
}
.hp_category{
    margin-bottom:1rem;
}
.hp_category .n_line{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.5rem auto 1rem;
}

.product_cat-11{
    padding:0;
}
#main_index .product_cat-11 .hp_product_cat_slider .item::after{
    display: none;
}
.product_cat-11 .hp_product_cat_slider .card{
    box-shadow:unset;
    border-radius: 0;
}
.product_cat-11 .hp_product_cat_slider .item .wrapper_brand{
    width: 100%;
    height: 310px !important;
    padding-top: unset;
}
.product_cat-11 .hp_product_cat_slider .item .wrapper_brand img{
    height:100%!important;
    width:100%!important;
}
.product_cat-11 .hp_product_cat_slider .item .wrapper_brand .cat_img{
    display: none;
}
.product_cat-11 .hp_product_cat_slider .item a{
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.2), transparent);
}
.product_cat-11 .hp_product_cat_slider .item .wrapper_brand:hover .cat_img {
    transform: translate(0%, 0%);
    top:0;
    left:0;
}
.product_cat-11 .hp_product_cat_slider .item a .wrapper_btn{
    display: none;
}
.product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title:nth-child(1){
    display: none;
}
.product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title{
    height: 100%;
    margin-left: 100px;
    color:#fff;
    font-size:20px;
    font-weight:700;
}
.product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title:before{
    position: absolute;
    content: "";
    width: 80px;
    height: 100%;
    background-color: #fcd200;
    top: 15px;
    left: -15px;
    background-image:url("https://cdn1.npcdn.net/images/C_CAT_ARROW_jxed2r_1782352138.png?md5id=bce7eb531624fefb054b7dbf7472740e&type=4");
    background-size:50%;
    background-position:center;
    background-repeat:no-repeat;
}
.product_cat-11 .hp_product_cat_slider .item .wrapper_brand:hover img{
    transform:translate(0,0);
}

.product_cat-11 .slick-dots li button:before{
    color:#fff;
    content:"";
    height:8px;
    width:8px;
    border-radius: 1000px;
    background-color:#000;
    opacity: 1;
}
.product_cat-11 .slick-dots li.slick-active button:before{
    color:#fff;
    width:25px;
    height:8px;
    background-color:#fcd200;
}



@media screen and (max-width:767.5px){
    .index_wrapper_4{
        padding:48px 0 40px;
    }

    .hp_section_heading .n_title{
        font-size:23px;
    }
}

/* why choose */
.hp_why{
    padding:62px 7.8%;
    background:#f2f2f2;
}
.hp_why .n_line{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem auto 1rem;
}

.hp_why_row{
    justify-content:center;
}

.hp_why_itembox{
    height:100%;
    margin:1rem 0;
}

.hp_why_item{
    height:100%;
    padding:8px 15px;
    text-align:center;
    transition:0.25s all linear;
}

.hp_why_icon{
    display:flex;
    justify-content:center;
    align-items:center;
    width:80px;
    height:80px;
    margin:0 auto 12px;
    color:#fcd200;
}

.hp_why .n_subtitle{
    margin-bottom:5px;
}

.hp_why .n_content{
    margin-bottom:0;
    line-height:1.55;
}

.hp_why_item:hover{
    transform:translateY(-7px);
}

@media screen and (max-width:767.5px){
    .hp_why{
        padding:50px 0;
    }

    .hp_why_item{
        padding:12px 5px;
    }
}

/* product component adaptation */
.index_wrapper_6{
    padding:60px 7.8%;
    position: relative;
    background-color:#000;
}
.index_wrapper_6:before{
    position: absolute;
    content:"";
    width:100%;
    height:9rem;
    background:linear-gradient(to right, #fcd200,#000,#fcd200);
    bottom:0;
    left:0;
}
.hp_product .n_line{
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0 auto 3rem;
}

.hp_product .hp_section_heading{
    margin-bottom:1rem;
}

#main_index .productSlider-1{
    background:transparent;
}

#main_index .productSlider-1 .product_img{
    margin:0;
    overflow:visible;
}

#main_index .productSlider-1 .slick-list{
    margin:0 -7px;
}

#main_index .productSlider-1 .slick-track{
    display:flex;
}

#main_index .productSlider-1 .slick-slide{
    height:auto;
    margin:0 7px;
}

#main_index .productSlider-1 .slick-slide > div{
    height:100%;
}

#main_index .productSlider-1 .product_box{
    display:flex;
    flex-direction:column;
    height:100%;
    margin:0;
    padding:10px;
    border:0;
    background:#fff;
}

#main_index .productSlider-1 .product_img_frame{
    padding-top:83%;
    border:0;
}

#main_index .productSlider-1 .product_img_frame img{
    border-radius:0;
    object-fit:contain;
}

#main_index .productSlider-1 .status{
    display:none;
}

#main_index .productSlider-1 .content{
    display:flex;
    flex-direction:column;
    flex:1;
    margin-top:8px!important;
    text-align:center!important;
}

#main_index .productSlider-1 .content > a h6{
    margin:0;
    color:#111211;
    font-size:16px;
    font-weight:600!important;
}

#main_index .productSlider-1 .content > p{
    display:none;
}

#main_index .productSlider-1 .align-top{
    margin:12px 0 0;
}

#main_index .productSlider-1 .align-top a{
    display:block;
    padding:8px 8px;
    background:#fcd200;
    color:#111211;
    font-size:14px;
    font-weight:800;
    text-decoration:none!important;
}

#main_index .productSlider-1 .slick-prev,
#main_index .productSlider-1 .slick-next{
    display:none!important;
}

@media screen and (max-width:991.5px){
    .index_wrapper_6{
        padding:55px 5%;
    }
}

@media screen and (max-width:767.5px){
    .index_wrapper_6{
        padding:50px 2rem;
    }

    #main_index .productSlider-1 .slick-list{
        margin:0 -4px;
    }

    #main_index .productSlider-1 .slick-slide{
        margin:0 4px;
    }
}

/* testimonial component adaptation */
.index_wrapper_7{
    position: relative;
    padding:62px 7.8% 75px;
}
.index_wrapper_7:before{
    position: absolute;
    content:"";
    top:0;
    left:0;
    width:100%;
    height:20rem;
    background-color:#111211;
}
.hp_testimonial .n_line{
    margin:1rem auto 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

#main_index .hp_testimonial_type3{
    overflow:visible;
    background-color:#f2f2f2;
}

#main_index .hp_testimonial_type3 .testimonial_box{
    display:flex;
    justify-content:center;
    margin-top:52px!important;
}

#main_index .hp_testimonial_type3 .testimonial_card{
    width:100%;
    padding:0 0% 27px;
    border-radius:0;
    background:#f2f2f2;
    box-shadow:none;
}

#main_index .hp_testimonial_type3 .testimonial_card .img{
    top:-39px;
    width:78px;
    height:78px;
    box-shadow:none;
}

#main_index .hp_testimonial_type3 .testimonial_card .text_area{
    margin-top:70px;
    margin-bottom:13px!important;
}

#main_index .hp_testimonial_type3 .testimonial_card .text{
    margin-bottom:10px;
    color:#6f6f6f;
    font-size:14px;
    line-height:1.9;
    -webkit-line-clamp:4;
}

#main_index .hp_testimonial_type3 .testimonial_card i{
    color:#111211;
    font-size:17px;
}

#main_index .hp_testimonial_type3 .testimonial_card .name h6{
    margin-bottom:3px;
    color:#111211;
    font-size:16px;
    font-weight:800;
}

#main_index .hp_testimonial_type3 .testimonial_card .name p{
    margin-bottom:0;
    color:#111211;
    font-size:16px!important;
}

#main_index .hp_testimonial_type3 .slick-prev,
#main_index .hp_testimonial_type3 .slick-next{
    display:none!important;
}

#main_index .hp_testimonial_type3 .slick-dots{
    bottom:0px;
}


#main_index .hp_testimonial_type3 .slick-dots li button:before{
    color:#fff;
    font-size:7px;
    opacity:1;
}

#main_index .hp_testimonial_type3 .slick-dots li.slick-active button:before{
    color:#fcd200;
}

.hp_testimonial_type3 .slick-dots li button:before{
    color:#fff;
    content:"";
    height:8px;
    width:8px;
    border-radius: 1000px;
    background-color:#000;
    opacity: 1;
}
.hp_testimonial_type3 .slick-dots li.slick-active button:before{
    color:#fff;
    width:25px;
    height:8px;
    background-color:#fcd200;
}

@media screen and (max-width:767.5px){
    .index_wrapper_7 {
        padding: 52px 2rem 60px;
    }
    .hp_testimonial_type3 .slick-dotted.slick-slider{
        margin-bottom: 0;
        padding-bottom: 2rem
    }

    #main_index .hp_testimonial_type3 .testimonial_card{
        padding:0 7% 24px;
    }
    #main_index .hp_testimonial_type3{
        padding: 2rem 0 0;
    }
}

/* CTA */
.hp_cta{
    position: relative;
    z-index: 2;
    width: 84.4%;
    margin: -23px auto 0;
    padding: 40px 29px;
    background: #fcd200;
}

.hp_cta .n_title{
    margin-bottom:5px;
}

.hp_cta .n_content{
    margin-bottom:0;
    line-height:1.65;
}

.hp_cta_button{
    min-width:174px;
    padding:13px 15px;
    background:#111211;
    color:#fcd200;
    font-weight:800;
}

.hp_cta_button i{
    margin-left:13px;
}

@media screen and (max-width:767.5px){
    .hp_cta{
        width:100%;
        margin:0;
        padding:35px 5%;
    }

    .hp_cta .n_title{
        text-align: center;
        margin-bottom:1rem;
    }
    .hp_cta .n_content{
        text-align:center;
    }
    .hp_cta .btnbox_right{
        justify-content:center;
        margin-top:20px;
    }
}

/* footer */
.footer_type6{
    padding: 82px 7.8% 24px !important;
    background-image:url("https://cdn1.npcdn.net/images/F_FOOTER_BG_jd6ov1_1782352138.jpg?md5id=bce7eb531624fefb054b7dbf7472740e&type=4");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    color: #fff;
}

.footer_type6 .footer_type6_main{
    padding-bottom:28px;
}

.footer_type6 .logo{
    min-height:60px;
}

.footer_type6 .logo img{
    max-height:60px;
}

.footer_type6 .title h5{
    color:#fcd200;
    font-weight:800;
    align-self:auto;
}

.footer_type6 .footer_subtitle{
    color:#fff;
    line-height:1.9;
    opacity:0.82;
    text-transform: uppercase;
}

.footer_type6 .footer_subtitle li{
    margin-bottom:5px;
}

.footer_type6 .footer_subtitle a{
    color:#fff!important;
    transition:0.25s all linear;
}

.footer_type6 .footer_subtitle a:hover{
    color:#fcd200!important;
}

.hp_footer_language{
    display:flex;
    gap:7px;
    margin-top:20px;
    color:#fff;
    opacity:0.82;
}

.hp_footer_language a{
    color:#fff!important;
}

.footer_type6 .input-container{
    height:40px;
}

.footer_type6 .input-container input,
.footer_type6 .input-container label{
    height:40px;
}

.footer_type6 .input-container .submit{
    padding:10px;
    color:#111211;
}

.footer_type6 .input-container .submit i{
    display:flex;
    align-items:center;
    justify-content:center;
    width:20px;
    height:20px;
    background:#fcd200;
}

.footer_type6 .line{
    margin-bottom:18px;
    padding:0;
    background:rgba(255,255,255,0.22);
}

.footer_type6 .copy_right{
    color:#fff;
    line-height:1.8;
    opacity:0.76;
}

.footer_type6 .copy_right a{
    color:#fff!important;
}

.footer_type6 .text-visitor{
    margin-left:10px;
}

.footer_type6 .social_media{
    text-align:right;
}

.footer_type6 .social_media a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:25px;
    height:25px;
    margin-left:7px;
    border:1px solid rgba(255,255,255,0.45);
    border-radius:50%;
    color:#fff!important;
}

.footer_type6 .social_media a:hover{
    border-color:#fcd200;
    background:#fcd200;
    color:#111211!important;
}

@media screen and (max-width:767.5px){
    .footer_type6{
        padding:55px 5% 22px!important;
    }

    .footer_type6 .footer_type6_main > div{
        margin-bottom:25px;
    }

    .footer_type6 .logo{
        padding-top:45px;
    }

    .footer_type6 .social_media{
        margin-top:15px;
        text-align:left;
    }

    .footer_type6 .social_media a{
        margin-right:7px;
        margin-left:0;
    }

    .footer_type6 .text-visitor{
        display:block;
        margin-left:0;
    }
}
body.is-root-page .footer_type6{
    margin-top:-4rem;
    padding-top:6rem !important;
}

@media (max-width:767.5px){
    body.is-root-page .footer_type6{
        margin-top:0;
        padding-top:3rem !important;
    }
}