/* fixed base css */
#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;
}

/* fixed product / category / gallery / news css */
.category_list_type4 .category_box .img_frame img{
    object-fit:contain;
}

.product_list_5 .product_box .img_frame img,
.product_list_horizontal .product_box .img_frame img{
    object-fit:contain;
    background-color:#fff;
}

.gallerycategory .img_frame img,
.ws_gallery-2 .img_frame img{
    object-fit:contain;
}

.latest_new_type4 .news_box .img_frame{
    box-shadow:0px 0px 2px rgba(0,0,0,0.3);
}

/*.latest_new_type4 .news_box .img_frame img{*/
/*    object-fit:contain;*/
/*}*/

@media screen and (max-width:767.5px){
    #main_tag .horizontal_detail_bottom{
        margin-top:1rem;
    }

    .product_list_horizontal .product_box .product_des .title{
        font-size:18px;
    }

    .product_list_horizontal .product_box .horizontal_detail_box .product_simple_description{
        font-size:12px;
    }

    .product_list_horizontal .product_box .horizontal_detail_bottom .button_section{
        justify-content:flex-start;
    }

    .product_list_horizontal .product_box .product_img{
        flex:0 0 40%;
    }

    .product_list_horizontal .product_box .product_des{
        flex:0 0 60%;
    }

    .product_list_horizontal .product_box .img_frame{
        padding-top:unset!important;
        height:auto;
        aspect-ratio:1;
        border-radius:5px;
    }

    .product_list_horizontal .product_box .whatsapp_wrapper a{
        color:#333;
        font-size:10px!important;
        font-weight:500;
    }
}

/* global / common */
#main_index{
    font-family:"Outfit", sans-serif;
}

#main_index{
    --sp-red:#cd1b17;
    --sp-light:#f2f2f2;
    --sp-black:#111111;
    color:var(--sp-black);
}

.c_color1{
    color:#fff;
}

.c_color2{
    color:#000;
}

.c_color3{
    color:#cd1b17;
}

.n_small {
    margin: 0 0 1rem;
    color: #cd1b17;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.2;
}

.n_title {
    margin: 0;
    color: #000;
    font-size: 38px;
    font-weight: 500;
    line-height: 1.06;
    letter-spacing: 0.1vw;
}

.n_subtitle{
    margin:0;
    font-size:15px;
    font-weight:700;
    line-height:1.25;
}

.n_content{
    margin:0;
    color:#000;
    font-size:14px;
    font-weight:500;
    line-height:1.65;
}

.btnbox_left{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    margin:2rem 0 0;
}

.n_button{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    border-radius:999px;
    background:#cd1b17;
    color:#fff;
    line-height:1;
    text-decoration:none;
    transition:0.25s all linear;
    padding: 11px 20px 11px 18px;
    font-size: 14px;
    font-weight: 400;
}

.n_button span{
    position:relative;
    padding-right:18px;
}

.n_button span:before{
    background-image: url("https://cdn1.npcdn.net/images/button_edycor_1782960947.png?md5id=390c177edc5866c87d55be2372632892&new_width=1600&new_height=1600&type=4");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    width: 15px;
    height: 15px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: -.5rem;
    position: absolute;
}

.n_button:hover{
    background:#111111;
    color:#fff;
    text-decoration:none;
}


@media screen and (max-width: 991.5px){
    .n_content {
       
        font-size: 16px;
        
    }
    
    
}

@media screen and (max-width: 575.5px){
    .n_title{
        font-size: 34px;
    }
}

/* fixed navbar */

.navbar_type8{
    height: 100px;
}

.navbar_type8 .logo{
    margin-left: 9%;
}

.navbar_type8 .nav_tab{
    padding-right: 9%;
}

.navbar_type8 .logo img{
    width:100px;
    padding:10px;
}

.navbar_type8 .nav_tab .nav_item a {
    font-size: 1.1vw;
    font-weight: 500;
    padding: 15px 1.4vw;
    color: #000;
}

.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_type8 .nav_tab .nav_item::before{
    display: none;
}

.navbar_type8 .nav_tab .nav_item:hover a{
    color: #c2353a;
}

.navbar_mobile .btn-outline-light:hover,
.navbar_mobile .btn-outline-light:not(:disabled):not(.disabled):active{
    color:#000;
    background-color:transparent;
    border-color:#000;
}

.dark_nav{
    
    background-color: rgba(255, 255, 255, 1) !important;
   
}

.navbar_mobile{
    height: 100px;
}

.navbar_mobile .logo_img{
    max-height: 70px;
}

html:lang(ms) .navbar_type8 .nav_tab .nav_item a {
    font-size: 1vw;
    font-weight: 500;
    padding: 15px 1.2vw;
    color: #000;
}

@media screen and (max-width:1200.5px){
    .navbar_type8 .nav_tab .nav_item a{
        font-size:1.2vw;
        padding:15px 1.1vw;
    }
    
    html:lang(ms) .navbar_type8 .nav_tab .nav_item a {
        font-size: 1.1vw;
        font-weight: 500;
        padding: 15px 1vw;
        color: #000;
    }
}

/* 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;
        object-position: 90%;
    }
    
    
}

/* topspace */
.hp_top{
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:500;
    position:relative;
    width:100%;
    height:40px;
    padding: 0 calc(9% + 1.4vw);
    background:#cd1b17;
    color:#fff;
}

.hp_top .col-md-12{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.dashline {
  width: 100%;
  height: 1px; /* 虚线粗细 */
  /* 这里的 8px 代表线段长度，12px 代表一个循环（即 8px 实线 + 4px 空白） */
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 8px, transparent 8px, transparent 12px);
  background-size: 12px 100%; 
  background-repeat: repeat-x;
}

.hp_top_module{
    display:flex;
    align-items:center;
}

.hp_top_company{
    flex:0 0 18%;
}

.hp_top_company p{
    position:relative;
    margin:0;
    padding-right: 9%;
    color:#fff;
    font-size:.9vw;
    font-weight:500;
    line-height:1;
}



.hp_top_contact{
    flex:0 0 29%;
    justify-content:flex-end;
}

.hp_top_contact ul{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    gap:18px;
    margin:0;
    padding:0;
}

.hp_top_contact li{
    display:flex;
    align-items:center;
}

.hp_top_contact a{
    color:#fff;
    font-size:.9vw;
    font-weight:400;
    text-decoration:none;
    display: flex;
    align-items: center;
}


img.topicon {
    width: 15px;
    height: 15px;
    margin-right:.4vw;
}

.hp_top_contact a:hover{
    color:#fff;
    opacity:0.75;
    text-decoration:none;
}

html:lang(ms) .hp_top_company {
    flex: 0 0 20%;
}

@media screen and (max-width:767.5px){
    
   
    
    .hp_top{
        height:auto;
        padding:9px 5%;
    }

    .hp_top .col-md-12{
        flex-wrap:wrap;
        gap:8px;
    }

    .hp_top_company,
    .hp_top_contact{
        flex:0 0 100%;
        justify-content:center;
    }

    .hp_top_company{
        justify-content:center;
    }

    .hp_top_company p{
        padding-right:0;
    }

    .hp_top_company p:after{
        display:none;
    }

    .hp_top_contact ul{
        justify-content:center;
        flex-wrap:wrap;
        gap:8px 15px;
    }
}

/*lang bar*/
.np_language_btn{
    top: 0;
    right: 2vw;
}

.np_language_btn .dropdown_btn {
    background-color: white;
    box-shadow: unset;
    padding: 5px 10px;
    border-radius: 0 0 12px 12px;
    text-transform: uppercase;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    color: #b7b7b7;
}

.np_language_btn .dropdown_btn a {
    color: #b7b7b7;
    font-weight: 600;
}

.np_language_btn .dropdown_btn span {
    color: #b7b7b7;
    margin: 0 .2rem!important;
    font-weight: 600;
}

/* banner content only */
.hp_banner{
    position:relative;
    top:50%;
    left:9%;
    width: calc(100% - 18%);
    transform:translate(0,-50%);
}

.hp_banner_box{
    width:100%;
}

.hp_banner_small {
    position: relative;
    margin: 0 0 1.5vw;
    padding-bottom: 1.5vw;
    color: #fff;
    font-size: 1vw;
    font-weight: 500;
    letter-spacing: 0.2vw;
}

.hp_banner_small:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 6vw;
    height: 5px;
    background: #cd1b17;
}

.hp_banner_title {
    margin: 0;
    color: #fff;
    font-size: 2.5vw;
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: 0.1vw;
}

.hp_banner_content{
    width:25vw;
    margin:2vw 0 0;
    color:#fff;
    font-size:0.9vw;
    font-weight:400;
    line-height:1.6;
}

.hp_banner_button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 2vw;
    padding: 11px 20px 11px 18px;
    border-radius: 999px;
    background: #cd1b17;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: 0.25s all linear;
}
.hp_banner_button span{
    position:relative;
    padding-right:18px;
}

.hp_banner_button span:after {
    background-image: url("https://cdn1.npcdn.net/images/button_edycor_1782960947.png?md5id=390c177edc5866c87d55be2372632892&new_width=1600&new_height=1600&type=4");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    width: 15px;
    height: 15px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: -.5rem;
    position: absolute;
}

.hp_banner_button:hover{
    color:#fff;
    background:#111111;
    text-decoration:none;
}
@media screen and (max-width: 991.5px){
    .hp_banner_small {
      
        font-size: 1.4vw;
    }
    
    .hp_banner_title{
        font-size: 4vw;
    }
    
    .hp_banner_content{
        font-size: 1.4vw;
        width: 34vw;
    }
}



@media screen and (max-width:767.5px){
    
     .slider_banner .banner_content{
        background: rgba(0,0,0,0.7);
    }
    
    
    
    .hp_banner{
       
        left:0;
        width:100%;
        
    }

    .hp_banner .container-fluid{
        padding:0 7%;
    }

    .hp_banner_small {
        font-size: 3.5vw;
        padding-bottom: 3vw;
        margin: 0 0 3vw;
        letter-spacing: 1.5px;
    }
    
    .hp_banner_small:after{
        width: 17vw;
    }
    
    .hp_banner_title{
        font-size: 7vw;
    }

    .hp_banner_content {
        width: 100%;
        font-size: 3.5vw;
        margin: 4vw 0 0;
    }
    
    .hp_banner_button{
        margin-top: 4vw;
        font-size: 22px;
    }
}

@media screen and (max-width:575.5px){
    .hp_banner_button{
        margin-top: 4vw;
        font-size: 16px;
    }
}


/*bannerbtn*/

.index_wrapper_3{
    margin-top: -64px;
}


.arrowbigbox{
    display: flex;
    justify-content: flex-end;
}

.backgroundpicbox {
    display: flex;
    justify-content: flex-end;
    background-image: url("https://cdn1.npcdn.net/images/a_banner_button_8egk2i_1782984349.png?md5id=390c177edc5866c87d55be2372632892&new_width=1600&new_height=1600&type=4");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    width: 8.3rem;
    height: 4rem;
}

.backgroundpic {
    width: 9rem;
    height: auto;
}


.arrowboxbanner {
    position: absolute;
    top: 0;
    right: 13px;
    /* left: 0; */
    bottom: 0;
    width: 134px;
    display: flex;
}

.arrowboxbanner .bannerprevbtn {
    display: block;
    background: transparent;
    height: 64px;
    width: 67px;
}

.arrowboxbanner .bannernextbtn {
    display: block;
    background: transparent;
    height: 64px;
    width: 67px;
}

/* about */
.hp_about{
    position:relative;
    overflow:hidden;
    padding:90px 9% 90px;
    
    
    background-image: url("https://cdn1.npcdn.net/images/b_about_bg_sl3x74_1782960947.jpg?md5id=390c177edc5866c87d55be2372632892&new_width=1600&new_height=1600&type=4");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    
    
}

.hp_about_row{
    align-items:center;
}

.hp_about_visual_col{
    position:relative;
    min-height:395px;
}

.hp_about_redblock{
    position:absolute;
    top:0;
    left:0;
    width: 20vw;
    height:220px;
    background:#cd1b17;
}

.hp_about_imgbox{
    position:relative;
    z-index:2;
    width:100%;
    border-radius:16px;
    overflow:hidden;
}

.hp_about_imgbox img{
    width:100%;
    height:auto;
    object-fit:contain;
}

.hp_about_printbox{
    position:absolute;
    z-index:3;
    right:4%;
    bottom:0;
    width:42%;
    padding:10px;
    border-radius:12px;
    background:#cd1b17;
}

.hp_about_printbox p{
    margin:0 0 6px;
    color:#fff;
    font-size:10px;
    font-weight:600;
}

.hp_about_printbox img{
    width:100%;
    height:75px;
    object-fit:cover;
    border-radius:7px;
}

.hp_about_text_col {
    position: relative;
    padding-left: 6%;
    padding-right: 5%;
}


.hp_about_textbox .n_title{
    margin-bottom:3rem;
    font-weight: 600;
}


.hp_about_sideword{
    position:absolute;
    top:-12px;
    right:0;
    margin:0;
    color:transparent;
    font-size: 7vw;
    font-weight:800;
    line-height:1;
    letter-spacing:5px;
    -webkit-text-stroke:1px rgba(205,27,23,0.23);
    writing-mode:vertical-rl;
    transform:rotate(180deg);
    white-space: nowrap;
}



.abouttextmove{
    margin-left: -10vw;
}


html:lang(ms) .hp_about_sideword{
    font-size: 5vw;
}

@media screen and (max-width:991.5px){
    .hp_about{
        padding-right:5%;
        padding-left:5%;
    }

    .hp_about_text_col{
        padding-left:5%;
        padding-right: 5%;
    }

    
    
    .abouttextmove {
        margin-left: 0;
    }
    
    .hp_about_textbox .n_title {
        margin-bottom: 2rem;
    }
    
    .hp_about_sideword{
        font-size: 10vw;
    }
    
    .hp_about_redblock{
        width: 35vw;
    }
    .hp_about{
        background-position: 96%;
    }
    
    html:lang(ms) .hp_about_sideword {
        font-size: 7vw;
    }
}

@media screen and (max-width:767.5px){
    .hp_about_visual_col{
        min-height: unset;
        padding-bottom: 2rem;
    }
    
    .hp_about{
        background-position: left;
    }
    
    html:lang(ms) .hp_about_sideword {
        font-size: 7vw;
        top: 0;
    }
    
}

/* service */
.index_wrapper_5{
    padding:4px 9% 0;
    background:#fff;
}

.hp_service_titlebox{
    margin-bottom:23px;
    text-align:center;
}



#main_index .service_type6{
    padding:0!important;
    background:transparent!important;
}

#main_index .service_type6 .container{
    width:100%;
    max-width:none;
    
}

#main_index .service_type6 .row{
    display:flex;
    flex-wrap:wrap;
}

#main_index .service_type6 .service_box_type6{
    position:relative;
    
    margin:0;
    
}

#main_index .service_type6 .img_frame{
    width:100%;
    
    overflow:hidden;
    border:1px solid #ececec;
    border-radius:13px;
    background:#fff;
}

#main_index .service_type6 .img_frame img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.3s all linear;
}

#main_index .service_type6 .content-box{
    position:relative;
    
    background:transparent;
}

#main_index .service_type6 .content-box *{
    display:none;
}

#main_index .service_type6 .service_title {
    display: block;
   
    width: 75%;
    margin: 0;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.18;
}

#main_index .service_type6 .general_btn {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 9px;
    z-index: 5;
    width: 35px;
    height: 35px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background-image: url("https://cdn1.npcdn.net/images/button_circle_7xfz13_1782960947.png?md5id=390c177edc5866c87d55be2372632892&new_width=1600&new_height=1600&type=4");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    color: transparent;
    font-size: 0;
}

#main_index .service_type6 .general_btn span{
    position:absolute;
    top:0;
    left:0;
    display:block;
    width:100%;
    height:100%;
    text-indent:-9999px;
}

#main_index .service_type6 .general_btn span:before{
    position:absolute;
    content:"\f061";
    top:0;
    left:0;
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
    height:100%;
    color:#fff;
    font-family:"Font Awesome 5 Free";
    font-size:9px;
    font-weight:900;
    text-indent:0;
}

#main_index .service_type6 .service_box_type6:hover .img_frame img{
    transform:scale(1.07);
}

@media screen and (max-width: 1200.5px){
    #main_index .service_type6 .service_box_type6{
        flex: 0 0 50%;
        max-width: 50%;
        padding-bottom: 2rem;
    }
    
     #main_index .service_type6 .img_frame{
        height: auto;
    }
}


@media screen and (max-width:991.5px){
    .index_wrapper_5{
        padding-right:5%;
        padding-left:5%;
    }
 
}

@media screen and (max-width:767.5px){
    .index_wrapper_5{
        padding:0 5% 0;
    }

    .hp_service .container-fluid{
        padding:0 7%;
    }

    #main_index .service_type6 .service_box_type6{
        flex:0 0 100%;
        max-width:100%;
        margin-bottom:22px;
        padding:0 5px;
    }

}

/* why */
.hp_why{
    padding:90px 9% 90px;
    position: relative;
}


.hp_why_img_col{
    padding-right:0;
}

.hp_why_imgbox{
    overflow:hidden;
    border-radius:17px;
}

.hp_why_imgbox img{
    width:100%;
    height:auto;
    object-fit:cover;
}

.hp_why_content_col{
    position:relative;
    z-index:2;
    padding: 0;
    

}

.hp_why_contentbox {
    padding: 4vw;
    border-radius: 15px;
    background: #000000;
    transform: translate(-5vw,4vw);
    width: 38vw;
    overflow: hidden;
}

.hp_why_contentbox .n_title{
    position:relative;
    margin-bottom:28px;
    padding-left:20px;
    color:#fff;
    
}

.hp_why_contentbox .n_title:before {
    position: absolute;
    content: "";
    transform: translateY(-50%);
    top: 50%;
    left: -17%;
    width: 6vw;
    height: 6vw;
    background-image: url("https://cdn1.npcdn.net/images/d_wcu_title_icon_cga0vx_1782960948.png?md5id=390c177edc5866c87d55be2372632892&new_width=1600&new_height=1600&type=4");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.hp_why_itembox{
    display:flex;
    align-items:center;
    margin-bottom:2rem;
}

.hp_why_itembox:last-child{
    margin-bottom:0;
}

.hp_why_icon {
    display: flex;
    flex: 0 0 6.5vw;
    
    align-items: center;
    width: 5vw;
    height: 5vw;
}

img.whyicon {
    width: 5vw;
}

.hp_why_text .n_subtitle{
    margin-bottom:4px;
    color:#cd1b17;
    font-weight: 400;
    font-size: 18px;
}

.hp_why_text .n_content{
   color: #fff;
   font-weight: 400;
}


.whybackground {
    position: absolute;
    top: 0;
    left: 60%;
    width: 18vw;
    height: 18vw;
    background-image: url("https://cdn1.npcdn.net/images/d_wcu_object_e5mnw1_1782960948.png?md5id=390c177edc5866c87d55be2372632892&new_width=1600&new_height=1600&type=4");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


@media screen and (max-width:991.5px){
    .hp_why{
        padding-right:5%;
        padding-left:5%;
    }

    .hp_why_contentbox{
        padding:28px 22px;
    }
    
   
    .hp_why_img_col {
        padding-right: 15px;
    }
    
    .hp_why_contentbox {
        padding: 4vw;
        border-radius: 15px;
        background: #070707;
         transform: unset; 
        width: 100%;
        overflow: hidden;
    }
    
    .hp_why_content_col{
        padding: 0 15px;
    }
    
    .hp_why_contentbox .n_title:before {
        position: absolute;
        content: "";
        transform: translateY(-50%);
        top: 50%;
        left: -8vw;
        width: 9vw;
        height: 9vw;
        background-image: url("https://cdn1.npcdn.net/images/d_wcu_title_icon_cga0vx_1782960948.png?md5id=390c177edc5866c87d55be2372632892&new_width=1600&new_height=1600&type=4");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    
    img.whyicon {
        width: 10vw;
    }
    
    .hp_why_icon {
        display: flex;
        flex: 0 0 6.5vw;
        align-items: center;
        width: 10vw;
        height: 10vw;
        padding-right: 1vw;
    }
    
    .hp_why_text {
        padding-left: 3vw;
    }
}

@media screen and (max-width:767.5px){
    .hp_why{
        padding:0 3% 52px;
    }

    

   
}

@media screen and (max-width: 575.5px){
    .hp_why_itembox{
        flex-wrap: wrap;
    }
    
    
    .hp_why_icon{
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .hp_why_text{
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-top: 2vw;
    }
    
    .hp_why_contentbox{
        padding: 9vw;
    }
    
    .hp_why_contentbox .n_title{
        padding-left: 0;
    }
    
    img.whyicon{
        width: 20vw;
    }
    
    .hp_why_icon{
        width: 20vw;
        height: 20vw;
    }
    
    
    .hp_why_contentbox .n_title:before {
        position: absolute;
        content: "";
        transform: translateY(-50%);
        top: 50%;
        left: -17vw;
        width: 15vw;
        height: 15vw;
        background-image: url("https://cdn1.npcdn.net/images/d_wcu_title_icon_cga0vx_1782960948.png?md5id=390c177edc5866c87d55be2372632892&new_width=1600&new_height=1600&type=4");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
}

/* category */
.index_wrapper_7{
    position:relative;
    overflow:hidden;
    padding: 58px 9% 50px;
    
    background-image: url("https://cdn1.npcdn.net/images/e_productbg_aq0drz_1782960948.jpg?md5id=390c177edc5866c87d55be2372632892&new_width=1600&new_height=1600&type=4");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-bottom: 1px solid #fff;
    
}

.hp_category:before,
.hp_category:after{
    position:absolute;
    content:"";
    width:250px;
    height:250px;
    border-radius:50%;
    border:1px dotted rgba(255,255,255,0.22);
}

.hp_category:before{
    top:-170px;
    left:-110px;
}

.hp_category:after{
    right:-150px;
    bottom:-170px;
}

.hp_category_titlebox{
    position:relative;
    z-index:2;
    margin-bottom:3rem;
    text-align:center;
}

.hp_category_titlebox .n_title{
    color:#fff;
    
}

#main_index .product_cat-11{
    position:relative;
    z-index:2;
    padding:0;
}

#main_index .product_cat-11 .hp_product_cat_slider{
    padding:0 2.7%;
}



#main_index .product_cat-11 .slick-track{
    display:flex;
}

#main_index .product_cat-11 .hp_product_cat_slider .item{
    display:flex;
    flex-direction:column;
    height:auto;
    
    padding:15px;
    border:0;
    border-radius:12px;
    background:#fff;
    box-shadow:none;
}

#main_index .product_cat-11 .hp_product_cat_slider .item .wrapper_brand{
    position:relative;
    width:100%;
    height:0;
    padding-top:76%;
    overflow:hidden;
    border-radius:8px;
    background:#f2f2f2;
}

#main_index .product_cat-11 .hp_product_cat_slider .item .wrapper_brand img{
    position:absolute;
    top:50%;
    left:50%;
    width:100%;
    height:100%;
    transform:translate(-50%,-50%);
    object-fit:contain;
}

#main_index .product_cat-11 .hp_product_cat_slider .item .wrapper_brand .cat_img{
    display:none;
}

#main_index .product_cat-11 .hp_product_cat_slider .item a{
    display:flex;
    flex-direction:column;
    align-items:center;
    height:100%;
    color:#111;
    text-decoration:none;
}

#main_index .product_cat-11 .wrapper_title {
    padding: 1.5rem 0 1.5rem;
}

#main_index .product_cat-11 .wrapper_title .category_title{
    margin:0;
    color:#000;
    font-size:18px;
    font-weight:600;
    line-height:1.2;
}

#main_index .product_cat-11 .wrapper_btn{
   margin-bottom:2px;
    padding: 12px 24px 12px 24px;
    border-radius: 999px;
    background: #000;
}

#main_index .product_cat-11 .wrapper_btn .view_btn {
    margin: 0;
    border: 0;
    padding-right: 1rem;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
    position: relative;
}


#main_index .product_cat-11 .wrapper_btn .view_btn:before {
    background-image: url("https://cdn1.npcdn.net/images/button_edycor_1782960947.png?md5id=390c177edc5866c87d55be2372632892&new_width=1600&new_height=1600&type=4");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    width: 15px;
    height: 15px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: -.5rem;
    position: absolute;
}

#main_index .product_cat-11 .slick-prev,
#main_index .product_cat-11 .slick-next{
    z-index:3;
    width:20px;
    height:20px;
}

#main_index .product_cat-11 .slick-prev{
    left:-4px;
}

#main_index .product_cat-11 .slick-next{
    right:-4px;
}

#main_index .product_cat-11 .slick-prev:before,
#main_index .product_cat-11 .slick-next:before{
    color:#fff;
    font-size:20px;
    opacity:1;
    text-shadow: unset;
}

#main_index .product_cat-11 .hp_product_cat_slider .item::after{
    display: none;
}

.hp_category_nav{
    position:relative;
    z-index:2;
    margin-top:42px;
}

.hp_category_nav ul{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:38px;
    margin:0;
    padding:19px 0;
    border-top:1px solid rgba(255,255,255,0.36);
}

.hp_category_nav a{
    color:#fff;
    font-size:14px;
    font-weight:500;
    letter-spacing:1px;
    text-decoration:none;
}

.hp_category_nav a:hover{
    color:#fff;
    opacity:0.72;
}


#main_index .product_cat-11 .slick-prev:before{
    background-image: url("https://cdn1.npcdn.net/images/button_edycor_1782960947.png?md5id=390c177edc5866c87d55be2372632892&new_width=1600&new_height=1600&type=4");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: rotate(180deg);
    width: 20px;
    height: 20px;
    font-size: 0;
}



#main_index .product_cat-11 .slick-next:before{
    background-image: url("https://cdn1.npcdn.net/images/button_edycor_1782960947.png?md5id=390c177edc5866c87d55be2372632892&new_width=1600&new_height=1600&type=4");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 20px;
    height: 20px;
    font-size: 0;
}

@media screen and (max-width:991.5px){
    .index_wrapper_7{
        padding-right:5%;
        padding-left:5%;
    }

    .hp_category_nav ul{
        gap:20px;
    }
}

@media screen and (max-width:767.5px){
    .index_wrapper_7{
        padding:48px 0 40px;
    }

    .hp_category .container-fluid{
        padding:0 7%;
    }

    .hp_category_titlebox .n_title{
        font-size:27px;
    }

    #main_index .product_cat-11 .hp_product_cat_slider{
        padding:0 8%;
    }

    .hp_category_nav{
        margin-top:30px;
    }

    .hp_category_nav ul{
        justify-content:flex-start;
        gap:14px 24px;
        padding:18px 0;
        overflow-x:auto;
        white-space:nowrap;
    }
    
    #main_index .product_cat-11 .slick-prev {
        left: 1vw;
    }
    
    #main_index .product_cat-11 .slick-next {
       right: 1vw;
    }
}


/*textslider*/

.hp_mas2{
    overflow: hidden;
    /*margin-top: -3rem;*/
    background: #cd1b17;
    padding: 2rem 0;
}
.hp_mas2 .col-md-12{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    flex-wrap: nowrap;
    width: max-content;
    animation-name: hpMasMove2;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    will-change: transform;
}

.hp_mas_box2{
    height: 4rem;
}


.hp_mas_box2,
.hp_mas_clone2{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    flex: 0 0 auto;
}

.hp_mas_box2 p, .hp_mas_clone2 p {
    position: relative;
    padding-left: 7rem;
    font-weight: 200;
    font-size: 28px;
    color: #fff;
    margin-bottom: 0;
}

.hp_mas_box2 > *,
.hp_mas_clone2 > *{
    flex: 0 0 auto;
    white-space: nowrap;
    box-sizing: border-box;
}
.hp_mas_box2 img,
.hp_mas_clone2 img{
    display: block;
    height: auto;
    max-width: none;
    
}

@media screen and (max-width: 991.5px){
    .hp_mas2 {
        overflow: hidden;
        /* margin-top: -3rem; */
        background: #cd1b17;
        padding: 1rem 0;
    }
}



@media screen and (max-width: 767.5px){
    .hp_mas_box2 p, .hp_mas_clone2 p{
        font-size:20px;
    }
    
    .hp_mas2 {
        overflow: hidden;
        /* margin-top: -3rem; */
        background: #cd1b17;
        padding: 0;
    }
    
}



/* news */
.index_wrapper_9{
    position:relative;
    overflow:hidden;
    padding:71px 9% 50px;
    background-image: url("https://cdn1.npcdn.net/images/latest_news_bg_gcdufk_1782984349.jpg?md5id=390c177edc5866c87d55be2372632892&new_width=1600&new_height=1600&type=4");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.hp_news:before{
    top:36px;
    left:-83px;
}

.hp_news:after{
    right:-70px;
    bottom:40px;
}

.hp_news_titlebox{
    position:relative;
    z-index:2;
    margin-bottom:26px;
    text-align:center;
}

.hp_news_titlebox .n_title{
   
}

#main_index .latest_new_type4 .news_box .date{
    color: #000;
}

#main_index .latest_new_type4 .news_box .img_frame{
    box-shadow: unset;
    border-radius: 20px;
}

#main_index .latest_new_type4 .news_box:hover .img_frame img{
    width: 100%;
    height: 100%;
}

#main_index .latestnewsAjax > div{
    padding: 10px!important;
}

#main_index .latest_new_type4 .news_box {
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: #f2f2f2;
    padding: 15px;
    border-radius: 20px;
    position: relative;
    visibility: visible;
}

#main_index .latest_new_type4 .news_box a p{
    font-weight: 700;
    padding: 0 15px;
}

#main_index .latest_new_type4 .news_box .badge-primary {
    background-image: linear-gradient(to right, #bc3462, #c2353a);
    letter-spacing: 1.2px;
    border-radius: 3px;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    padding: 4px 11px;
}

#main_index .latest_new_type4 > .container-fluid > .row:nth-child(2){
    display: none;
}

#main_index .latest_new_type4 .toggle_point{
    display: none;
}

@media screen and (max-width:991.5px){
    .index_wrapper_9{
        padding-right:5%;
        padding-left:5%;
    }
    
    #main_index .row.latestnewsAjax {
        justify-content: center;
    }
}

@media screen and (max-width:767.5px){
    .index_wrapper_9{
        padding:54px 5% 36px;
    }
    
}


@media screen and (max-width:575.5px){
    #main_index .latest_new_type4 .news_box .img_frame{
        height: 200px;
    }
}
    
/* customer */
.hp_customer{
    padding:0 0 65px;
    background:#fff;
}

.hp_customer_titlebox{
    
    text-align:center;
}


.hp_mas{
    overflow: hidden;
   
}
.hp_mas .col-md-12{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    flex-wrap: nowrap;
    width: max-content;
    animation-name: hpMasMove;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    will-change: transform;
}
.hp_mas_box,
.hp_mas_clone{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    flex: 0 0 auto;
}


.hp_mas_box .brand-item, .hp_mas_clone .brand-item {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 150px;
    outline: none;
    /*background: #fff;*/
   
    
    /* padding: 10px; */
    /* margin-left: 10px; */
}

.hp_mas_box .brand-item img, .hp_mas_clone .brand-item img {
    max-height: 100%;
    max-width: 250px;
    object-fit: contain;
    transition: 0.3s;
    transform: scale(0.8);
    padding: 20px;
   box-shadow: rgba(100, 100, 111, 0.2) 0px 2px 11px 0px;
    border-radius: 10px;
    background: #fff;
}


.hp_mas_box > *,
.hp_mas_clone > *{
    flex: 0 0 auto;
    white-space: nowrap;
    box-sizing: border-box;
}
.hp_mas_box img,
.hp_mas_clone img{
    display: block;
    height: auto;
    max-width: none;
    
}

@keyframes hpMasMove{
    from{
        transform: translate(0, 0);
    }
    to{
        transform: translate(var(--hp-mas-move), 0);
    }
}

@media screen and (max-width: 767.5px){
    
    
}

@media screen and (max-width:767.5px){
    .hp_customer{
        padding-bottom:50px;
    }

    .hp_customer_row{
        justify-content:flex-start;
        overflow-x:auto;
        padding:0 7%;
    }

    .hp_customer_item{
        flex:0 0 34%;
    }
}

/* contact */
.hp_contact{
    position:relative;
    
    padding:90px 9% 70px;
    background-image: url("https://cdn1.npcdn.net/images/h_contact_background_kvtru0_1782960949.jpg?md5id=390c177edc5866c87d55be2372632892&new_width=1600&new_height=1600&type=4");
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
}



.hp_contact:before{
    top:0;
    left:-130px;
}

.hp_contact:after{
    right:-130px;
    bottom:-85px;
}

.hp_contact_box{
    position:relative;
    z-index:2;
    
    min-height:310px;
    border-radius:15px;
    background:#151515;
}

.hp_contact_bg{
    position:absolute;
    inset:0;
    background-image: url("https://cdn1.npcdn.net/images/h_contact_bg_ngck1p_1782960949.jpg?md5id=390c177edc5866c87d55be2372632892&new_width=1600&new_height=1600&type=4");
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    border-radius: 30px;
}

.hp_contact_textbox{
    position:relative;
    z-index:3;
    width:47%;
    padding: 90px 0 90px 8%;
}

.hp_contact_textbox .n_small{
    color:#cd1b17;
}

.hp_contact_textbox .n_title{
    margin-bottom:12px;
    color:#fff;
   
}

.hp_contact_textbox .n_content{
    color:#fff;
    font-weight: 300;
    
}

.hp_contact_circle{
    position:absolute;
    z-index:2;
    top:-55px;
    right:15%;
    width:310px;
    height:310px;
    border-radius:50%;
    background:#cd1b17;
}

.hp_contact_person {
    position: absolute;
    z-index: 3;
    right: 8%;
    bottom: 0;
    width: 32vw;
}
.hp_contact_person img {
    height: auto;
    max-width: 100%;
    
}

.hp_contact .n_button{
    padding:11px 19px;
}


@media screen and (max-width: 1200.5px){
    .hp_contact{
        padding: 0 9% 90px;
    }
}

@media screen and (max-width:991.5px){
    .hp_contact{
        padding-right:5%;
        padding-left:5%;
    }

    .hp_contact_circle{
        right:8%;
    }
}

@media screen and (max-width:767.5px){
    .hp_contact{
        padding:0 0 54px;
    }

    .hp_contact .container-fluid{
        padding:0 7%;
    }

    .hp_contact_box{
        min-height:480px;
    }

    .hp_contact_textbox{
        width:100%;
        padding:45px 8% 0;
    }

    .hp_contact_circle{
        top:auto;
        right:50%;
        bottom:-110px;
        width:265px;
        height:265px;
        transform:translateX(50%);
    }

   .hp_contact_person {
    right: 40%;
    width: 42vw;
    transform: translateX(50%);
    }

    html:lang(ms) .hp_contact_box {
        min-height: 580px;
    }
}


@media screen and (max-width: 575.5px){
    .hp_contact_person {
        right: 40%;
        width: 57vw;
        transform: translateX(50%);
    }
}


/*footer*/

.footer_type9{
    background: #cd1b17;
    padding-top: 5rem;
    color: #fff;
}

.footer_type9 .logo img{
    max-height: 60px;
}

.footer_type9 .sub_title p{
    font-size: 1.1rem;
}

.footer_type9 .nav_item li a{
    font-size: 13px;
}

.footer_type9 a{
    color: #fff;
}

.footer_type9 a:hover{
    color: #000;
}

.footer_type9 .line {
    border-right: 1px solid #ccc;
    padding: 0 10% 0 3%;
}

.footer_type9 .social_media a .icon_s{
    border: 1px solid #fff;
}

.footer_type9 .social_media a .icon_s i{
    color: #fff;
}

.footer_type9 .nav_item li a::after{
    color: #fff;
}

.footer_type9 .text{
    color: #fff!important;
    font-size: 14px;
}

.footer_type9 .icon{
    background: transparent;
}


.footer_type9 .bg_dark{
    background: transparent;
}

.footerright{
    padding: 0 8%;
}

.footer_type9 .copy_right{
    font-size: 14px;
}

.footersocialmedia_bigbox{
    display: flex;
    margin-top: 4rem;
}

.footer_type9 .social_media{
    flex-wrap: nowrap;
    align-items: center;
}

.footer_type9 .social_mediaImg{
    margin-bottom: 0;
}

.footer_type9 .social_mediaImg .icon_s{
    padding: 0;
}

.footer_type9 .social_media a .icon_s{
    margin: 0!important;
}

.footer_type9 .social_mediaImg .icon_s img {
    filter: none !important;
    border-style: none;
    height: 35px;
    width: auto;
    border: 1px solid #fff;
    border-radius: 999px;
    background: #fff;
}

.npfooter_languagebar .text-muted{
    color: #fff!important;
}

@media screen and (max-width: 767.5px){
    
    .footer_type9{
        padding-top: 3rem;
    }
    
    
    .footer_type9 .line {
        border-right: unset;
        padding: 15px;
    }
    
    .footerright {
        padding: 15px;
    }
}
