/*All*/
#main_index{
    padding-bottom:0rem!important;
    overflow:hidden;
}
#main_index h1,
#main_index h2,
#main_index h5{
    cursor:default;
}


#nms_popup_model{
    padding-right:0;
}
#nms_popup_model .modal-dialog{
    max-width:768px;
}
#nms_popup_model .modal-content{
    padding:2%;    
} 

.nms_popup img{
    object-fit: contain;
    max-height: 80vh;
}

@media screen and (max-width: 767.5px){
    .nms_popup img{  
        max-height: 60vh;
    }  
}

.dropdown.np_language_btn{
    display: none;
}

.m_default_languagebar .footer_langbar_item{
    color:#fff;
}

.breakspan{
    display:block;
}
.section_all{
    padding:80px 0;
}
.section_half{
    padding:80px 0 0;
}
.small_all{
    width: 27rem;
    margin: 0 auto;
    margin-bottom: -1rem;
    animation: drawslow 5s linear forwards infinite;
}
   @keyframes drawslow {
        0% {
            clip-path: inset(0 100% 0 0);
        }
        50% {
            clip-path: inset(0 0 0 0);
        }
        100% {
            clip-path: inset(0 0 0 0);
        }
    }
.small_all img{
    width:100%;
}
.title_all{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 1rem;
    line-height: 1.3;
    letter-spacing: 2px;
    color: #000;
}
.subtitle_all{
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 1rem;
    line-height: 1.3;
    color: #000;
}
.subtitle2_all{
    font-size:18px;
    font-weight:400;
    margin-bottom:1rem;
    line-height:1.5;
    color:#000;
}
.subtitle_vw{
    font-size:1.2vw;
    font-weight:400;
    margin-bottom:2%;
    line-height:1.5;
    color:#000;
}
.content_all{
    font-size:16px;
    font-weight:400;
    margin-bottom:0;
    line-height:1.5;
    color:#000;
}
.content_vw{
    font-size:0.9vw;
    font-weight:400;
    margin-bottom:0;
    line-height:1.5;
    color:#000;
}
.image_all{
    width:100%;
    margin:0 auto;
    display:block;
    object-fit:contain;
}
.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;
}
.button_all{
    border: 1px solid #0d1e2b;
    border-radius: 0px;
    background-color: #0d1e2b;
    width: 180px;
    height: 40px;
    padding: 0 40px 0 30px;
    display:flex;
    justify-content:flex-start;
    align-items:center;
    font-size:16px;
    font-weight:400;
    text-align:center;
    color:#fff;
    transition:0.25s all linear;
}
.button_all span{
    position: relative;
}
.button_all span:before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: -48px;
    margin: auto 0;
    width: 2rem;
    height: 1rem;
    background-image:url("https://cdn1.npcdn.net/images/D_BUTTON_0eh27u_1768187930.png?md5id=a1ede0fbb325095eeddd665433fb969c&type=4");
    background-size:100%;
    background-position:center;
    background-repeat:no-repeat;
}
.button_all:hover{
    text-decoration: none;
    color:#fff;
    transform:scale(0.98);
}
.ul_all{
    list-style-type:none;
    padding:0;
    margin:0;
    display:flex;
    justify-content:flex-start;
    align-items:center; 
}
.c_lineHi{
    line-height:1.8;
}
.text_center{
    text-align:center;
}
.c_bold{
    font-weight:700;
}
.c_space{
    display:block;
    font-size:0;
    opacity:0;
    height: 15px;
}
.c_color1{
    color:#fff;
}
.c_color2{
    color:#000;
}
.c_stroke{
    color: black;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}
.c_dflex{
    flex-direction:column;   
}
@media screen and (max-width: 1200.5px){
    .subtitle_vw{
        font-size:1.5vw;
    }
    .content_vw{
        font-size:1.2vw;
    }
}
@media screen and (max-width: 991.5px){
    .subtitle_vw{
        font-size:1.8vw;
    }
    .content_vw{
        font-size: 1.5vw;
    }
}
@media screen and (max-width: 767.5px){
    .section_all{
        padding:60px 0;
    }
    .section_half{
        padding:60px 0 0;
    }
    .title_all{
        font-size:25px;
    }
    .subtitle_vw{
        font-size:18px;
    }
    .content_vw{
        font-size:16px;
    }
}

.category_list_type4 .category_box .img_frame img{
    object-fit: contain;
}
.ws_service_type4 .img_frame{
    padding-top:50%;
}
.product_list_5 .product_box .img_frame img{
    object-fit: contain;
}

/*service page*/
#main_services .related_services_section{
    display: none;
}
#main_services .ws_service_type4 .col-md-9 {
    flex:0 0 100%;
    max-width:100%;
}

#top_spacing{
    height:calc(60px + 120px)!important;
}

@media screen and (max-width: 991.5px){
    #top_spacing{
        height:calc(0px + 80px)!important;
    }    
}

/*hp_top*/
.hp_top{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% - 18%);
    margin: 0 9%;
    height: 60px;
    position: fixed;
    z-index: 500;
    background-color:#5d1f62;
}
#main_index .hp_top{
    background-color:transparent;    
}
.hp_top .col-md-12{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:100%;
}
.hp_top ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width:100%;
    padding:0;
    margin:0;
    list-style-type: none;
}
.hp_top ul li{
    padding:0 0.5rem;
    font-size:16px;
    font-weight:400;
    color:#fff;
}
.hp_top ul li a{
    color:#fff;
}
.hp_top_leftbox {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
}
.hp_top_title{
    margin-bottom:0;
    margin-right: 1rem;
    font-weight:300;
}
.hp_top img{
    width:30px;
    margin-right: 0.5rem;
}
.hp_top_ul a,
.hp_top_ul a:hover{
    color:#fff!important;
}

/*navbar*/
.navbar_type8{
    width: calc(100% - 18%);
    background-color: #fff;
    margin-top: 60px;
    margin-left: 9%;
    height:120px;
    border-bottom:1px solid rgba(0,0,0,0.1);
}
#main_index .navbar_type8{
    border-bottom:1px solid rgba(0,0,0,0);    
}
.navbar_type8 .logo img {
    width: 7vw;
    padding: 5px;
    animation:rotateA 15s  linear infinite;
}
@keyframes rotateA{
    0%{
        transform:rotate(0deg);
    }
    100%{
        transform:rotate(360deg);
    }
}
.navbar_type8 .nav_tab .nav_item a{
    font-size:0.9vw;
    padding:15px 1vw;
    color:#000;
}
.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{
    overflow:hidden;
    background-color:#fff!important;
}
.navbar_mobile .logo_img{
    transform: scale(1.4);
    animation:rotateB 15s  linear infinite;
}
@keyframes rotateB{
    0%{
        transform:rotate(0deg) scale(1.4);
    }
    100%{
        transform:rotate(360deg) scale(1.4);
    }
}
.navbar_mobile .btn-outline-light:hover{
    background-color:transparent;
}
.navbar_mobile .btn-outline-light:hover{
    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:#fff!important;
    width: 100%;
    margin-left: 0;
}
.navbar_type8 .nav_tab .nav_item::before{
    border-bottom:2px solid #313e57;
}

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a{
        font-size:1.2vw;
        padding:15px 1.1vw;
    } 
}

.hp_topspace_sticky-menu,
#main_index .hp_topspace_sticky-menu{
    background-color:#5d1f62;
    transition:0.25s all linear;
    margin:0;
    padding:0 9%;
    width:100%;
}

/*hp_banner*/
.index_wrapper_2{
    margin-top:-180px
}
.slider_banner .banner_content{
    overflow:hidden;
}
.hp_banner{
    position: relative;
    left: 0%;
    bottom: -60%;
    transform: translate(0, 0%);
    width: calc(100% - 0%);
}
.hp_banner_box{
    width: 50%;
    transform: translate(0, -50%);
}
.hp_banner_small {
    width: 31vw;
    margin: 0 auto;
    animation: drawslow 5s linear forwards infinite;
}
html:lang(zh-Hans) .hp_banner_small{
    width:21vw;
}
.hp_banner_title{
    font-size:2vw;
    font-weight:700;
    line-height:1.5;
    color:#000;
}
.hp_banner_subtitle{
    font-size: 3vw;
    font-weight: 400;
    line-height: 1.3;
    color: #fff;
    text-align: center;
}
.hp_banner_content{
    font-size: 1.5vw;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align:center;
    margin-top:1rem;
}
.hp_banner_content span{
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 0.5rem 0;
}
.hp_banner .hp_banner_image{
    position: absolute;
    width: 48% !important;
    right: 13%;
    bottom: -2%;
}
.hp_banner .hp_banner_icon{
    position: absolute;
    width: 10% !important;
    bottom: 123%;
    right: 14%;
}
.hp_banner_word{
    position: absolute;
    right: 5vw;
    bottom: 5vw;
    font-size: 1vw;
    font-weight: 300;
    color: #fff;
    letter-spacing: 3px;
}
.hp_banner_word span{
    position: relative;
}
.hp_banner_word span:before{
    position: absolute;
    content: "";
    bottom: -6vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 5vw;
    width: 1px;
    background-color: #fff;
}
.hp_banner_buttonbox{
    display:flex;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
}
.hp_banner_button{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    width: 200px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: transparent;
    transition: 0.25s all linear;
    border: 1px solid #fff;
}
.hp_banner_button:hover{
    color:#fff;
    text-decoration: none;
    transform:scale(0.98);
}
.hp_banner_image{
    animation: seafloat 8s ease-in-out infinite;
}

    @keyframes seafloat {
        0%, 100% {
        transform: translate(0, 0);
        }
        25% {
        transform: translate(5px, -10px);
        }
        50% {
        transform: translate(10px, 0);
        }
        75% {
        transform: translate(5px, 10px);
        }
    }

@media screen and (max-width: 1200.5px){
    .hp_banner_content{
        font-size:1.2vw;
    }
}
@media screen and (max-width: 991.5px){
    .index_wrapper_2{
        margin-top:0;
    }
    .hp_banner_content{
        font-size:1.5vw;
    }
}
@media screen and (max-width: 767.5px){
    .index_wrapper_2 .item>img{
    	min-height:130vw!important;
    	object-fit:cover;
    }
    .hp_banner{
        left:0%;
        bottom:-50%;
        width:calc(100% - 0%);
    }
    .hp_banner_box {
        width: 100%;
        transform: translate(0, -84%);
    }
    .hp_banner_small{
        width:71vw;
    }
    html:lang(zh-Hans) .hp_banner_small{
        width:51vw;
    }
    .hp_banner .hp_banner_image{
        width: 62% !important;
        right: 28%;
    }
    
    .hp_banner .hp_banner_icon {
        position: absolute;
        width: 15% !important;
        bottom: 49%;
        right: 20%;
    }
    .hp_banner_title{
        font-size:9vw;
    }
    .hp_banner_subtitle{
        font-size:9vw;
    }
    .hp_banner_content{
        font-size:4vw;
    }
    .hp_banner_buttonbox{
        margin-top:2rem;
    }
}

/*banner - slider function*/
.slider_banner .slick-prev:before{
        background-image:url("https://cdn1.npcdn.net/images/A_BUTTON_1_fc5va7_1768187929.png?md5id=a1ede0fbb325095eeddd665433fb969c&type=4");
        width: 60px;
    }

    .slider_banner .slick-next{
        right:70px;
    }
    .slider_banner .slick-next:before{
        background-image:url("https://cdn1.npcdn.net/images/A_BUTTON_2_f6ujb1_1768187929.png?md5id=a1ede0fbb325095eeddd665433fb969c&type=4");
        width: 60px;
    }

    @media screen and (max-width: 500.5px){
        .slider_banner .slick-prev{
            top: 110vw;
            left:11px;
        }
        .slider_banner .slick-next{
            top:110vw;
            right:51px;
        }
    }
    
    
/*hp_adv*/
.hp_adv{
    background-color:#f8f6f4;
    padding:90px 6%;
}
.hp_adv .row{
    align-items: center;
}
.hp_adv_subtitle{
    position: relative;
}
.hp_adv_subtitle:before{
    position: absolute;
    content: "";
    left:0;
    bottom: -0.5rem;
    width: 1rem;
    height: 3px;
    background-color: #000;
}
.hp_adv_content{
    width:90%;
}
.hp_adv_box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 5rem 0;
    box-shadow:0px 0px 5px rgba(0,0,0,0);
    padding:1rem;
    border-radius: 5px;
    background:linear-gradient(to top, transparent, transparent);
    transition:0.25s all linear;
    cursor: default;
}
.hp_adv_box:hover{
    box-shadow:0px 0px 2px rgba(0,0,0,0.1);    
    background:linear-gradient(to top, #fff, transparent);
}
.adv_col3 .hp_adv_subtitle,
.adv_col3 .hp_adv_content{
    text-align: right;
}
.adv_col3 .hp_adv_subtitle:before{
    left:unset;
    right:0;
    text-align: right;
}
.adv_col3 .hp_adv_content{
    margin-left:auto;
}

@media screen and (max-width: 1200.5px){
    .hp_adv_content{
        width:100%;
    }    
    .hp_adv_box{
        margin:2rem 0;
    }
    .hp_adv_subtitle br{
        display: none;
    }
}
@media screen and (max-width: 991.5px){
    .adv_col1{
        order:1;
        flex:0 0 50%;
        max-width:50%;
    }
    .adv_col2{
        order:3;
        flex:0 0 100%;
        max-width:100%;
    }
    .adv_col3{
        order:2;
        flex:0 0 50%;
        max-width:50%;
    }
    .adv_col3 .hp_adv_subtitle,
    .adv_col3 .hp_adv_content{
        text-align: left;
    }
    .adv_col3 .hp_adv_subtitle:before{
        left:0;
        right:unset;
        text-align: left;
    }
    .adv_col3 .hp_adv_content{
        margin-left:0;
    }
    .hp_adv_image{
        width: 50%;
    }
}
@media screen and (max-width: 767.5px){
    .hp_adv{
        padding:60px 0;
    }
    .hp_adv_small{
        width:75vw;
        padding-bottom:1rem;
    }
    .adv_col1,
    .adv_col2,
    .adv_col3{
        flex:0 0 100%;
        max-width:100%;
    }
    .hp_adv_subtitle:before,
    .adv_col3 .hp_adv_subtitle:before{
        right:0;
        margin:0 auto;
    }
    .hp_adv_subtitle,
    .adv_col3 .hp_adv_subtitle,
    .hp_adv_content,
    .adv_col3 .hp_adv_content{
        text-align: center;
    }
    .hp_adv_box {
        margin: 1rem 0 0;
    }
    .hp_adv_image{
        width: 100%;
        margin-top:2rem;
    }
}


/*hp_cat*/
.hp_cat{
    padding:90px 6% 120px;
}
.hp_cat_small{
    width: 15rem;
    margin-bottom: -1.5rem;
}
html:lang(zh-Hans) .hp_cat_small {
    width: 8rem;
    margin-bottom: 0;
}
.hp_cat_box{
    margin:2rem 0;
    transition:0.25s all linear;
}
.hp_cat_box:hover{
    transform:scale(0.98);
}
.hp_cat .col-md-6.col-lg-3:nth-child(even){
    transform:translate(0,5rem);
}
.hp_cat .col-md-6.col-lg-3:nth-child(even) .hp_cat_image{
    animation: seafloat 8s ease-in-out infinite;
}
.hp_cat .col-md-6.col-lg-3:nth-child(odd) .hp_cat_image{
    animation: seafloat 8s ease-in-out 1s infinite;
}

@media screen and (max-width: 767.5px){
    .hp_cat{
        padding:60px 12%;
    }
    .hp_cat .col-md-6.col-lg-3:nth-child(odd){
        transform:translate(-1.5rem,0rem);
    }
    .hp_cat .col-md-6.col-lg-3:nth-child(even){
        transform:translate(1.5rem,0rem);
    }    
}

/*hp_about*/
.hp_about{
    padding:0;
    background-color:#f8f6f4;
}
.hp_about .row{
    align-items: center;
}
.hp_about .col-lg-6:first-child{
    padding:2rem calc(1rem + 6%)!important;
}
.hp_about .col-lg-6:first-child:before{
    position: absolute;
    content: "";
    left: 4vw;
    top: 14vw;
    bottom: 0;
    margin: auto 0;
    background-image:url("https://cdn1.npcdn.net/images/D_ELEMENT_02_mbn3z5_1768187930.png?md5id=a1ede0fbb325095eeddd665433fb969c&type=4");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 18vw;
    height: 28vw;
}
.hp_about_small{
    position: relative;
    width: 19rem;
}
.hp_about_small:before{
    position: absolute;
    content:"";
    top: -4vw;
    right: -10vw;
    background-image:url("https://cdn1.npcdn.net/images/D_ELEMENT_ova68l_1768187930.png?md5id=a1ede0fbb325095eeddd665433fb969c&type=4");
    background-size:100%;
    background-position:center;
    background-repeat:no-repeat;
    width: 8vw;
    height: 6vw;
}
.hp_about_title{
    position: relative;
    margin-bottom:2rem;
}
.hp_about_title:before{
    position: absolute;
    content:"";
    bottom:-1rem;
    width:3rem;
    height:3px;
    background-color:#000;
    left:0;
    right:0;
    margin:0 auto;
}
.hp_about_content{
    font-size:14px;
    width:90%;
    margin:0 auto;
}
.hp_about_image{
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 991.5px){
    .hp_about_image{
        height:500px;
    }    
}
@media screen and (max-width: 767.5px){
    .hp_about_small{
        width:17rem;
    }
    .hp_about .col-lg-6:first-child{
        padding: 4rem calc(1rem + 0%) !important;
    }
    .hp_about .col-lg-6:first-child:before{
        width: 60vw;
        height: 92vw;
    }
}



/*hp_pro*/
.index_wrapper_6{
    background-color:#0d1e2b;
}
.hp_pro{
    padding:90px 0% 2rem;
    margin:0 9%;
    border:1px solid #fff;
    border-top:0px solid transparent;
}
.hp_pro_small{
    width: 16rem;
}
html:lang(zh-hans) .hp_pro_small {
    width: 9rem;
    margin-bottom: 0rem;
}
.exProductSlidehpType6{
    padding: 0 9%;
}
.exProductSlidehpType6 .col-12.col-md-6.col-lg-3{
    margin-bottom:0!important;
    padding:0;
}
.exProductSlidehpType6 .wrapper_product .product_details .product_footer .add_to_cart:hover{
    background-color:transparent;
}
.exProductSlidehpType6 .wrapper_product {
    border-radius: 0;
    border: 1px solid #fff;
    padding: 9%;
    background-color:transparent;
}
.exProductSlidehpType6 .wrapper_product .product_img{
    border-radius: 0;
}
.exProductSlidehpType6 .wrapper_product .product_img .product_price_box{
    display: none;
}
.exProductSlidehpType6 .wrapper_product .product_img .product_price{
    display: none;
}
.exProductSlidehpType6 .wrapper_product .product_details .product_header > div:last-child{
    display: none;
}
.exProductSlidehpType6 .wrapper_product .product_details .product_header .product_header_title h3{
    font-size: 16px;
    font-weight: 300;
    word-break: break-all;
    text-align: center;
    color: #fff;
    margin-bottom:0;
}
.exProductSlidehpType6 .wrapper_product .product_details .product_footer .add_to_cart{
    width: 100%;
    color: #fff;
    background-color: transparent;
    border: none;
}
.exProductSlidehpType6 .wrapper_product .product_details .product_footer .add_to_cart span {
    padding: 0.5rem 0rem;
    font-weight: 500;
    border-bottom: 1px solid #fff;
}

@media screen and (max-width: 767.5px){
    .hp_pro{
        margin:0 3%;
        padding:60px 0% 1rem;
    }
    .exProductSlidehpType6 {
        padding: 0 3%;
    }
}

/*hp_contact*/
.hp_contact{
    padding:30px 9% 90px;
    background-color:#0d1e2b;
}
.hp_contact_small{
    width:18rem;
    padding-bottom:1rem;
}
html:lang(zh-Hans) .hp_contact_small{
    width: 15rem;
    margin-top:30px;
}
.hp_contact_title{
    font-size:35px;
}
.hp_contact_box{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    border-right:1px solid #fff;
    height: 100%;
    padding:2rem 0;
    margin:2rem 0;
}
.hp_contact .col-md-4:last-child .hp_contact_box{
    border-right:1px solid transparent;
}
.hp_contact_subtitle{
    font-weight:300;
}
.hp_contact_link,
.hp_contact_link:hover{
    font-size:16px;
    font-weight:300;
    letter-spacing: 1px;
    line-height: 1.8;
    color:#fff;
    text-align: center;
}

@media screen and (max-width: 1200.5px){
    .hp_contact .col-md-4{
        flex:0 0 100%;
        max-width:100%;
    }
    .hp_contact_box{
        border-bottom:1px solid #fff;
        border-right:0px solid transparent;
        justify-content: center;
        padding:0;
    }
    .hp_contact .col-md-4:last-child .hp_contact_box{
        border-bottom:0px solid transparent;
    }
}
@media screen and (max-width: 767.5px){
    .hp_contact{
        padding: 30px 0% 60px;
    }
    .hp_contact_link{
        font-size:13px;
    }
}

/*footer*/
.footer_type3{
    border-top:1px solid #fff;
    background-color:#0d1e2b;
}
.footer_type3 .copy_right,
.npfooter_languagebar .text-muted,
.platinum_website_visitor,
.npfooter_languagebar,
.copy_right small,
.footer_type3 .privacy_policy:hover,
.footer_type3 .mb-1{
    color:#fff!important;
}
.footer_type3 .social_media a .icon_s img{
    filter:brightness(0) invert(1)!important;
}
.footer_type3 .social_media li a .icon_s img{
    filter:unset!important;
}
.footer_type3 .social_media a:hover .icon_s i {
    color: #fff;
}
.footer_langbar_item{
    color:#fff!important;
}

/*mobile side-navbar*/
.side_menu .footer_langbar_item{
    color:#fff!important;
}
