    /*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;
}


/*category / product / tag / gallery / news*/
.category_list_type4 .category_box .img_frame img{
    object-fit: contain;
}

.product_list_5 .product_box .img_frame img{
    object-fit: contain;
    background-color:#fff;
}

.product_list_horizontal .product_box .img_frame img{
    object-fit: contain;
    background-color:#fff;
}

@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;
    }
}

.gallerycategory .img_frame img{
    object-fit: contain;
}

.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;
}


/*global / common*/
body{
    font-family:"Urbanist", sans-serif;
}

:root{
    --primary:#e83c2b;
    --secondary:#2d2d2d;
}

.n_small{
    font-size:14px;
    font-weight:400;
    letter-spacing:1px;
    margin-bottom:8px;
    line-height:1.3;
    color:#2d2d2d;
}

.n_title{
    font-size:32px;
    font-weight:800;
    line-height:1.15;
    margin-bottom:18px;
    color:#2d2d2d;
    text-transform:uppercase;
}

.n_subtitle{
    font-size:14px;
    font-weight:800;
    line-height:1.35;
    margin-bottom:8px;
    color:#2d2d2d;
    text-transform:uppercase;
}

.n_content{
    font-size:14px;
    font-weight:400;
    line-height:1.45;
    margin-bottom:0;
    color:#555;
}

.c_color1{
    color:#fff;
}

.c_color2{
    color:#000;
}

.c_color3{
    color:var(--primary);
}

.c_line{
    line-height:1.8;
}

.btnbox_left{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    margin:2rem 0 0;
}

.btnbox_center{
    display:flex;
    justify-content:center;
    align-items:center;
    margin:2rem 0 0;
}

.btnbox_right{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    margin:2rem 0 0;
}


.n_button{
    background:var(--primary);
    color:#fff;
    font-size: clamp(.8rem, 1vw, 1vw);
    font-weight:600;
   
    padding: 10px 60px 10px 45px;
    border-radius:5px;
    text-transform:uppercase;
    display:flex;
    justify-content:center;
    align-items:center;
    transition:0.25s all linear;
}

.n_button:hover{
    color:#fff;
    text-decoration:none;
    transform: scale(1.1);
}

.n_button span{
    position:relative;
    padding-right:5px;
}

.n_button span:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    top: 0;
    bottom: 0;
    right: -28px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto 0;
}

.n_button:hover span:after{
    animation: arrow-slide 0.8s infinite;

}

.hp_titlebox{
    margin-bottom:3rem;
}

.hp_titlebox .n_title{
    position:relative;
    display:inline-block;
    margin-bottom:0;
}

.hp_titlebox .n_title:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
    width: 70px;
    height: 3.5px;
    background: var(--primary);
}


/* navbar */

.navbar_type8{
    height: 100px;
    background-color: #000;
}


#main_index .navbar_type8{
    background-color: transparent;
}



.navbar_type8 .logo{
    flex: 0 1 30%;
    margin-left: 7%;
}

.navbar_type8 .nav_tab{
    flex: 0 1 70%;
    justify-content: flex-end;
    padding-right: 3%;
}

.navbar_type8 .logo img{
    width:24vw;
    padding:10px;
}

.navbar_type8 .nav_tab .nav_item{
    text-transform: none;
}

.navbar_type8 .nav_tab .nav_item::before {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    top: 110%;
    width: 80%;
    border-bottom: 2px solid #e83c2b;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}

.navbar_type8 .nav_tab .nav_item a {
    font-size: 1.1vw;
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px 1.5vw;
    color: #fff;
}

.navbar_type8 .nav_tab .nav_item:hover a{
    color: #e83c2b;
}


.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
    color:#fff;
    -webkit-text-stroke-width:0px;
    -webkit-text-stroke-color:black;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
    color:#fff!important;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover{
    color:#fff!important;
}
.navbar_mobile{
    background-color: #000;
}


.navbar_mobile .btn-outline-light:hover{
    background-color:transparent;
    border-color:#000;
    color:#000;
}

.navbar_mobile .btn-outline-light:not(:disabled):not(.disabled):active{
    color:#000;
    background-color:transparent;
    border-color:#000;
}

.dark_nav{
    background-color: rgba(0, 0, 0, 0.8) !important;
}

@media screen and (max-width:1200.5px){
    .navbar_type8 .nav_tab .nav_item a{
        font-size:1.2vw;
        padding:15px 1.1vw;
    }
}


@media screen and (max-width: 400.5px){
    .navbar_mobile .logo_img {
       
        transform: scale(0.7)translateX(-90%);
        left: 50%;
        position: relative;
    }
}


/* top spacing*/

#top_spacing{
    height: 100px!important;
}

@media screen and (max-width: 991.5px){
    #top_spacing{
        height: 80px!important;
    }
}


/*banner*/



/*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;
    }
}


/*banner*/



.index_wrapper_2{
    margin-top: -100px;
}

.hp_banner{
    position:relative;
    left:8%;
    top:50%;
    transform:translate(0,-50%);
    width:calc(100% - 18%);
    z-index:5;
}

.hp_banner .container-fluid{
    padding:0;
}

/*.hp_banner .hp_banner_box{*/
/*    max-width:520px;*/
/*}*/

.hp_banner .hp_banner_small{
    color:#fff;
    font-size:1.7vw;
    line-height:1.2;
    font-weight:600;
    margin-bottom:0.25vw;
    letter-spacing:0.03vw;
}

.hp_banner .hp_banner_title{
    color:var(--primary);
    font-size:4vw;
    line-height:1;
    font-weight:900;
    margin-bottom:1.1vw;
    text-transform:uppercase;
}

.hp_banner .hp_banner_title span{
    color:#fff;
}

.red-line {
    display: block;        
    width: 4vw;            
    height: 2.5px;            
    background-color: #e83c2b; 

    margin: 15px 0;          
}

/*.hp_banner .hp_banner_content{*/
/*    color:#fff;*/
/*    font-size:1.05vw;*/
/*    font-weight:400;*/
/*    margin-bottom:1.5vw;*/
/*}*/


.feature-list {
    display: flex;
    
    align-items: center;       /* 垂直方向对齐 */
    list-style: none;          /* 去掉默认的列表黑点 */
    padding: 0;
    margin: 0;
    
    
    color: #ffffff;            
    font-size: 1.3vw;
    
    margin-bottom:1.5vw;
    font-weight: 400;
    line-height: 1;
}

.feature-list li {
    display: flex;
    align-items: center;
    position: relative;
}

/* 💡 核心：利用伪元素自动生成中间的圆点 */
.feature-list li:not(:last-child)::after {
    content: "•";              
    margin: 0 .6vw;          
    color: #ffffff;           
    font-size: 3vw;          
    
}


.hp_banner .hp_banner_btnbox{
    display:flex;
}

.hp_banner_button{
    background:var(--primary);
    color:#fff;
    font-size: clamp(1rem, 1vw, 1vw);
    font-weight:600;
   
    padding: 12px 48px 12px 18px;
    border-radius:5px;
    text-transform:uppercase;
    display:flex;
    justify-content:center;
    align-items:center;
    transition:0.25s all linear;
}

.hp_banner_button:hover{
    color:#fff;
    text-decoration:none;
    transform: scale(1.1);
}

.hp_banner_button span{
    position:relative;
    padding-right:5px;
}

.hp_banner_button span:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    top: 0;
    bottom: 0;
    right: -28px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto 0;
}

.hp_banner_button:hover span:after{
    animation: arrow-slide 0.8s infinite;

}

@keyframes arrow-slide{


0% {
    transform: translateX(0);
    opacity: 1;
}
50% {
    transform: translateX(10px);
    opacity: 0.5;
}
51% {
    transform: translateX(-10px);
    opacity: 0;
}
100% {
    transform: translateX(0);
    opacity: 1;
}

}

@media screen and (max-width:991.5px){
    
    .index_wrapper_2{
        margin-top: 0;
    }
    
    .hp_banner .hp_banner_small{
        font-size: 2vw;
    }
    
    .hp_banner .hp_banner_title{
        font-size: 5vw;
    }
    
    .red-line{
        width: 6vw;
    }
    
    .feature-list {
        
        font-size: 1.8vw;
    
    }
        
    

    
}

@media screen and (max-width:767.5px){
    
    
    .slider_banner .banner_content{
        background: rgba(0,0,0,0.4);
    }
    
    .hp_banner{
        left:5%;
        width:calc(100% - 10%);
    }
    
    
    .hp_banner .hp_banner_small{
        font-size: 4vw;
        margin-bottom: 1vw;
    }
    
    .hp_banner .hp_banner_title{
        font-size: 9vw;
    }
    
    .red-line{
        width: 10vw;
    }
    
    .feature-list {
        
        font-size: 3vw;
        margin-bottom: 2vw;
    
    }
     
    .feature-list li:not(:last-child)::after {
        content: "•";
        margin: 0 1.5vw;
        color: #ffffff;
        font-size: 7vw;
    }
    
}

@media screen and (max-width: 575.5px){
    
    .hp_banner .hp_banner_small {
        font-size: 4vw;
    }
    
    .hp_banner .hp_banner_title {
        font-size: 11vw;
    }
    
    .red-line {
        width: 13vw;
    }
    
    .feature-list {
        font-size: 4vw;
    }
    
    
    .feature-list li:not(:last-child)::after {
        content: "•";
        margin: 0 1.5vw;
        color: #ffffff;
        font-size: 9vw;
    }
        
}

/*feature cards*/
.hp_feature{
    background:#404040;
    padding:0 4% 50px;
    position:relative;
    z-index:10;
}

.hp_feature .hp_feature_row{
    transform:translateY(-80px);
    margin-bottom:-80px;
}

.hp_feature .hp_feature_itembox{
    padding:0 8px;
}

.hp_feature .hp_feature_item{
    background:#ededed;
    min-height:170px;
    padding:0 22px;
    border-radius:8px;
    display:flex;
    align-items:center;
    gap:18px;
    box-shadow:0 6px 12px rgba(0,0,0,0.35);
    border-bottom:3px solid #111;
    transition:0.25s all linear;
}

.hp_feature .hp_feature_item:hover{
    transform:translateY(-6px);
}

.hp_feature .hp_feature_iconbox{
    flex:0 0 6vw;
}

.hp_feature .hp_feature_icon{
    width:6vw!important;
    height:6vw!important;
    object-fit:contain;
}

.hp_feature .hp_feature_item:hover .hp_feature_icon{
    animation: 1s iconanimation;
}

.hp_feature .n_subtitle{
    font-size:1.2vw;
    margin-bottom:4px;
}

.hp_feature .n_content{
    font-size:1.2vw;
    color:#555;
    line-height:1.3;
}

.hp_feature .hp_feature_text:after {
    content: "";
    width: 4vw;
    height: 2.5px;
    background: var(--primary);
    display: block;
    margin-top: 12px;
}


@keyframes iconanimation {
    
  20% {
    transform: rotate(15deg);
  }
  
  40% {
    transform: rotate(-10deg);
  }
  
  60% {
    transform: rotate(5deg);
  }
  
  80% {
    transform: rotate(-5deg);
  }
  
  100% {
  
    transform: rotate(0deg);
  }
  
}

@media screen and (max-width:991.5px){
    
    
    .hp_feature{
       
        padding:0 4% 45px;
        
    }
    
    .hp_feature .hp_feature_row{
        transform:translateY(-43px);
        margin-bottom:-43px;
    }
    
    .hp_feature .hp_feature_itembox{
        margin-bottom:16px;
    }
    
    .hp_feature .hp_feature_item{
        min-height: 110px;
    }
    
    .hp_feature .n_subtitle {
        font-size: 1.8vw;
       
    }
    
    .hp_feature .n_content{
        font-size: 1.8vw;
    }
    
    .hp_feature .hp_feature_iconbox{
        flex:0 0 8vw;
    }
    
    .hp_feature .hp_feature_icon{
        width:8vw!important;
        height:8vw!important;
        
    }
    
    .hp_feature .hp_feature_text:after {
        width: 6vw;
    }
}

@media screen and (max-width:767.5px){
    .hp_feature{
        padding:30px 0;
    }

    .hp_feature .hp_feature_row{
        transform:none;
        margin-bottom:0;
    }
    
    .hp_feature .n_subtitle {
        font-size: 2.2vw;
       
    }
    
    .hp_feature .n_content{
        font-size: 2.2vw;
    }
    
    .hp_feature .hp_feature_iconbox{
        flex:0 0 10vw;
    }
    
    .hp_feature .hp_feature_icon{
        width:10vw!important;
        height:10vw!important;
        
    }
    
    .hp_feature .hp_feature_text:after {
        width: 8vw;
    }
}

@media screen and (max-width:575.5px){
    
    
    .hp_feature .n_subtitle {
        font-size: 3.8vw;
       
    }
    
    .hp_feature .n_content{
        font-size: 3.8vw;
    }
    
    .hp_feature .hp_feature_iconbox{
        flex:0 0 15vw;
    }
    
    .hp_feature .hp_feature_icon{
        width:15vw!important;
        height:15vw!important;
        
    }
    
    .hp_feature .hp_feature_text:after {
        width: 10vw;
    }
    
    .hp_feature .hp_feature_item {
        min-height: 27vw;
    }
}



/*product categories*/
.index_wrapper_4{
    padding:72px 7% 58px;
    background:#fff;
}

#main_index .product_cat-11 .hp_product_cat_slider .card{
    box-shadow: unset;
    border-radius: 0;
    background: #f7f7f7;
    border: none;
}

#main_index .product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title{
    margin-top: 1rem;
    color: #2d2d2d;
}

#main_index .product_cat-11 .hp_product_cat_slider .item a .wrapper_btn .view_btn{
    color: #e83c2b;
    font-weight: 600;
}

#main_index .product_cat-11 .hp_product_cat_slider .item::after{
    height: 6px;
    opacity: 1;
    background-color: #2d2d2d;
}

#main_index .product_cat-11 .hp_product_cat_slider .item .wrapper_brand:hover img{
    transform: scale(1.1);
}

@media screen and (max-width:767.5px){
    .index_wrapper_4{
        padding:60px 5%;
    }

    #main_index .product_cat-11 .hp_product_cat_slider .card.item{
        margin:0 6px;
    }
}


/*about*/
.hp_about{
    position:relative;
    background:url("https://cdn1.npcdn.net/images/about_us_bg_yupkj9_1781583109.jpg?md5id=037be3f3bf37ffed5e5b8750c514ad17&new_width=1600&new_height=1600&type=4");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    overflow:hidden;
}

/*.hp_about .container-fluid{*/
/*    padding:0;*/
/*}*/

.hp_about .row{
    min-height:575px;
}

.hp_about .hp_about_imgbox{
    height:575px;
    overflow:hidden;
}

.hp_about .hp_about_img{
    width:100%!important;
    height:100%!important;
    object-fit:cover;
    opacity:0.75;
}

.hp_about .hp_about_textbox{
    padding:55px 14% 55px 0;
    max-width:680px;
}



.hp_about .n_title{
    font-size:32px;
   position: relative;
   margin-bottom: 2.5rem;
}

.hp_about .n_title:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1.5rem;
    
    width: 70px;
    height: 3px;
    background: var(--primary);
}

.hp_about .n_content{
    font-size:15px;
    
    
}

.hp_about .hp_about_statbox{
    display:flex;
    justify-content:space-between;
    gap:16px;
    margin-top:28px;
    max-width:575px;
}

.hp_about .hp_about_stat {
    color: #fff;
    flex: 1;
    
}

.hp_about .hp_about_stat:not(:last-child) {
    border-right: 1px solid #fff;
}

.hp_about .hp_about_stat:not(:first-child) {
    padding-left: 10px;
}

.hp_about .hp_about_staticon{
    width:55px!important;
    height:55px!important;
    object-fit:contain;
    margin-bottom:4px;
}

.hp_about .hp_about_staticon:hover{
    animation: 1s iconanimation;
}

 

.hp_about .hp_about_stat strong{
    display:block;
    font-size:20px;
    line-height:1.8;
    font-weight:900;
    color:#fff;
}

.hp_about .hp_about_stat span {
    display: block;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}

.aboutright{
        padding-left: 55%;
        padding-right: 0;
    }

@media screen and (max-width:1200.5px){
    .aboutright{
        padding-left: 50%;
        padding-right: 0;
    }
}

@media screen and (max-width:991.5px){
    .hp_about .row{
        min-height:auto;
    }

    .hp_about .hp_about_imgbox{
        height:420px;
    }

    .hp_about .hp_about_textbox{
        padding: 45px 5% 45px 5%;
    }
    
    .aboutright{
        padding-left: 40%;
    }
    
    
}

@media screen and (max-width:767.5px){
    
    .hp_about{
        background-position: left;
    }
    
    .hp_about .hp_about_imgbox{
        height:300px;
    }

   
    
    .aboutright{
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width:575.5px){
    
    
    .hp_about{
        background-position: 30%;
    }
    
    .aboutright{
        text-align: center;
    }
    
    .hp_about .n_title:after {
        position: absolute;
        content: "";
        left: 50%;
        transform: translateX(-50%);
        bottom: -1.5rem;
        width: 70px;
        height: 3px;
        background: var(--primary);
    }
    
    .hp_about .hp_about_statbox{
        flex-wrap:wrap;
        text-align: center;
    }

    .hp_about .hp_about_stat{
        flex:0 0 calc(50% - 8px);
    }
    
    .hp_about .hp_about_stat{
        padding-left: 10px;
    }
    
    .hp_about .hp_about_stat:not(:last-child) {
        border-right: none;
    }
    
    
    .btnbox_left.about{
        justify-content: center;
    }
}



/*why*/
.hp_why{
    padding:70px 7% 62px;
    background:#ebebeb;
}



.hp_why .hp_why_item{
    text-align:center;
    padding:15px 16px;
}

.hp_why .hp_why_icon{
    width:8vw!important;
    height:8vw!important;
    object-fit:contain;
    margin-bottom:16px;
}


.hp_why .hp_why_icon:hover{
    animation: 1s iconanimation;
}


.hp_why .n_subtitle{
    font-size:22px;
    margin-bottom:10px;
}

.hp_why .n_content{
    font-size:16px;
    max-width: 200px;
    margin:0 auto;
}
@media screen and (max-width: 991.5px){
    .hp_why .hp_why_icon{
        width:12vw!important;
        height:12vw!important;
       
    }
}


@media screen and (max-width:767.5px){
    .hp_why{
        padding:60px 5%;
    }
}

@media screen and (max-width: 575.5px){
    .hp_why .hp_why_icon {
        width: 20vw!important;
        height: 20vw!important;
    }
}


/*featured product*/
.index_wrapper_7{
    padding:65px 7% 30px;
    background:#fff;
}

#main_index .productSlider-1{
    padding:0;
}

#main_index .productSlider-1 .product_img{
    overflow:hidden;
}

#main_index .productSlider-1 .slick-track{
    display:flex;
}

#main_index .productSlider-1 .slick-track .slick-slide{
    height:auto;
    background:transparent;
    box-shadow:none;
    border-radius:0;
    margin:0 7px;
    
    border:1px solid #bfbfbf;
    border-radius:8px;
}

#main_index .productSlider-1 .product_img .product_box{
    background:transparent;
    margin:0;
    
    overflow:hidden;
}

#main_index .productSlider-1 .product_img .product_box .product_img_frame{
    position:relative;
    width:100%;
    height:0;
    padding-top:112%;
    overflow:hidden;
    
}

#main_index .productSlider-1 .product_img .product_box .product_img_frame img{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:0;
    padding: 10px;
}

#main_index .productSlider-1 .product_img .product_box .product_img_frame .status{
    display:none;
}

#main_index .productSlider-1 .product_img .product_box .content{
    padding:10px 9px 14px;
    margin-top:0!important;
}

#main_index .productSlider-1 .product_img .product_box .content a{
    text-decoration:none;
}

#main_index .productSlider-1 .product_img .product_box .content > a > h6{
    color:#2d2d2d;
    font-size:16px;
    font-weight:500!important;
    line-height:1.25;
    margin-bottom:3px;
    
    display: -webkit-box;        
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 1;       
  overflow: hidden;            
  text-overflow: ellipsis;     

    
}



#main_index .productSlider-1 .product_img .product_box h6.align-top{
    color:#2d2d2d;
    font-size:16px;
    font-weight:800!important;
    line-height:1.25;
    margin-bottom:3px;
}

#main_index .productSlider-1 .product_img .product_box h6.align-top small{
    color:#2d2d2d;
    font-size:16px;
    font-weight:800!important;
    line-height:1.25;
    margin-bottom:3px;
}


#main_index .productSlider-1 .product_img .product_box .content p{
    color:#2d2d2d;
    font-size:14px;
    margin-bottom:5px;
   
}

#main_index .productSlider-1 .product_img .product_box .align-top a{
     color:#2d2d2d;
    font-size:16px;
    margin-bottom:5px;
    font-weight:800!important;
}

#main_index .productSlider-1 .slick-arrow{
    display:none!important;
}

@media screen and (max-width:767.5px){
    .index_wrapper_7{
        padding:60px 5% 35px;
    }
}


/*brand*/
.hp_brand{
    padding:40px 0 68px;
    background:#fff;
}

/*.hp_brand .hp_brand_logobox{*/
/*    display:flex;*/
/*    justify-content:center;*/
/*    align-items:center;*/
    
/*    flex-wrap:wrap;*/
    
/*}*/

/*.hp_brand .hp_brand_logo{*/
/*    width: auto!important;*/
/*    height: 6vw!important;*/
/*    object-fit:contain;*/
/*}*/

@media screen and (max-width: 991.5px){
/*    .hp_brand .hp_brand_logo{*/
/*        width: auto!important;*/
/*        height: 12vw!important;*/
/*        object-fit:contain;*/
/*    }*/
/*}*/
}

@media screen and (max-width:767.5px){
    .hp_brand{
        padding:45px 0 55px;
    }

}


@media screen and (max-width:575.5px){
    /*.hp_brand .hp_brand_logo{*/
    /*    width: auto!important;*/
    /*    height: 19vw!important;*/
    /*    object-fit:contain;*/
    /*}*/

}

/*slider*/

.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: 120px;
    outline: none;
    
    /*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);
}


.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){
    
    
}


/*cta*/
.hp_cta{
    background:url("https://cdn1.npcdn.net/images/cta_bg_zkpsg9_1781583110.jpg?md5id=037be3f3bf37ffed5e5b8750c514ad17&new_width=1600&new_height=1600&type=4");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    min-height:505px;
    padding:78px 0;
    display:flex;
    align-items:center;
}

.hp_cta .container-fluid{
    width:100%;
}

.hp_cta .hp_cta_textbox{
    max-width:470px;
}

.hp_cta .n_title{
    font-size:32px;
    margin-bottom:8px;
}


.whitelinecta {
    
    width: 60px;
    height: 2.5px;
    background: #fff;
    margin-bottom: 1.5rem;
}

.hp_cta .n_content{
    font-size:15px;
    margin-bottom:1.5rem;
    
}



.hp_cta .hp_contact_item{
    display:flex;
    align-items:center;
    gap:18px;
    padding:18px 7%;
    color:#fff;
}

.hp_cta .hp_contact_item:not(:last-child){
    border-bottom:2px solid #fff;
}

.hp_cta .hp_contact_iconbox{
    flex:0 0 5vw;
    width:5vw;
    height:5vw;
    
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    color:#fff;
}

.hp_cta .hp_contact_iconbox:hover{
    animation: 1s iconanimation;
}

.hp_cta .hp_contact_text .n_subtitle{
    color:#fff;
    font-size:18px;
    margin-bottom:3px;
}

.hp_cta .hp_contact_link{
    color:#fff;
    font-size:16px;
    text-decoration:none;
}

.hp_cta .hp_contact_link:hover{
    color:var(--primary);
    text-decoration:none;
}
.ctaright{
        padding-left: 55%;
    }

@media screen and (max-width:1200.5px){
    .ctaright{
        padding-left: 50%;
    }
}

@media screen and (max-width:991.5px){
    
    
    .ctaright{
        padding-left: 40%;
    }
    
    
}


@media screen and (max-width:767.5px){
    .hp_cta{
        min-height:auto;
        padding:70px 5%;
    }
    
    .ctaright{
        padding-left: 0;
    }
    
    .hp_cta{
        background-position: left;
    }
    
    .hp_cta .hp_contact_iconbox{
        flex: 0 0 10vw;
        width: 10vw;
        height: 10vw;
    }
}

@media screen and (max-width: 575.5px){
    .hp_cta {
        background-position: 15%;
    }
    
    .hp_cta .hp_contact_iconbox {
        flex: 0 0 15vw;
        width: 15vw;
        height: 15vw;
    }
}


/*news*/
.index_wrapper_10{
    padding:70px 7% 35px;
    background:#fff;
}

#main_index .hp_latest_new_8 .news_box .read_more{
    font-size: 16px;
    font-weight: 500;
}


@media screen and (max-width: 991.5px){
    
    
    #main_index .latestnewsAjax{
        justify-content: center;
    }
    
    
    #main_index .latestnewsAjax > div{
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    
    #main_index .toggle_point{
        display: none;
    }
    
}
@media screen and (max-width:767.5px){
    .index_wrapper_10{
        padding:60px 5% 30px;
    }
    
    #main_index .hp_latest_new_8 .news_box{
        padding: 0;
    }
    
    
    #main_index .latestnewsAjax > div{
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
}


/*branch*/
.hp_branch{
    padding:35px 20% 78px;
    background:#fff;
}

.hp_branch .hp_branch_itembox{
    padding:0 .3vw;
    transition: all 0.3s ease-in-out;
}

.hp_branch .hp_branch_itembox:hover{
    transform: translateY(-10px);
    transition: all 0.3s ease-in-out;
}

.hp_branch .hp_branch_item{
    background:#ebebeb;
    height:100%;
    text-align:center;
}

.hp_branch .hp_branch_imgbox{
    position:relative;
    width:100%;
    height:0;
    padding-top:68%;
    overflow:hidden;
}

.hp_branch .hp_branch_img{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:100%!important;
    height:100%!important;
    object-fit:cover;
}

.hp_branch .hp_branch_text{
    padding:25px 28px 32px;
}

.hp_branch .n_subtitle{
    font-size:24px;
    text-transform:none;
    margin-bottom:12px;
}

.hp_branch .n_content{
    font-size:15px;
    line-height:1.5;
    max-width:260px;
    margin:0 auto;
    font-weight: 600;
}

@media screen and (max-width:991.5px){
    .hp_branch{
        padding:35px 9% 70px;
    }
}

@media screen and (max-width:767.5px){
    .hp_branch{
        padding:35px 5% 50px;
    }

    .hp_branch .hp_branch_itembox{
        margin-bottom:20px;
    }
}


/* footer*/

.footer_type10{
    background-color: #404040;
    color: #dbdbdb;
}

.footer_type10 a{
    color: #dbdbdb;
}

.footer_type10 .sub_title{
    border-bottom: 2px solid #a0a0a0;
}

.footer_type10 .sub_title p{
    color: #e83c2b;
    font-weight: 700!important;
}

.footer_type10 a:hover{
    color: #dbdbdb;
}

.footer_type10 .text{
    font-weight: 400;
    font-size: 14px;
}

.footer_type10 .logo{
    margin-bottom:16px;
}

.footer_type10 .logo img{
    width:16vw;
    height:auto;
    object-fit:contain;
}


@media screen and (mmin-width: 1600px){
    .footer_type10 .logo img{
        width: 13vw;
    }
}

@media screen and (max-width: 1199.5px){
    .footer_type10 .logo img{
        width: 36vw;
    }
}


@media screen and (max-width: 991.5px){
    .footer_type10 .logo img{
        width: 32vw;
    }
}


@media screen and (max-width: 767.5px){
    .footer_type10 .logo img{
        width: 54vw;
    }
}