/*All*/
#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;
}

.breakspan{
    display:block;
}
.section_all{
    padding:80px 0;
}
.section_half{
    padding:80px 0 0;
}
.small_all{
    font-size:16px;
    font-weight:400;
    margin-bottom:1rem;
    color:#000;
}
.title_all{
    font-size:38px;
    font-weight:700;
    margin-bottom:1rem;
    color:#ff6b00;
}
.title_all span{
    position: relative;
}
.title_all span:before{
    position: absolute;
    content:"";
    width:18px;
    height:18px;
    background-image:url("https://cdn1.npcdn.net/images/b_star_J0CKHYBW_1763428246.png?md5id=645d8981d8d3547c17119dda7d6c057a&type=4");
	background-size:100%;
	background-position:center;
	background-repeat:no-repeat;
	top:0;
	bottom:0;
    left: -50px;
	margin:auto 0;
    animation: rotateStep 3s steps(4) infinite;
}
.title_all span:after{
    position: absolute;
    content:"";
    width:18px;
    height:18px;
    background-image:url("https://cdn1.npcdn.net/images/b_star_J0CKHYBW_1763428246.png?md5id=645d8981d8d3547c17119dda7d6c057a&type=4");
	background-size:100%;
	background-position:center;
	background-repeat:no-repeat;
	top:0;
	bottom:0;
    right: -50px;
	margin:auto 0;
    animation: rotateStep 3s steps(4) infinite;
}
@keyframes rotateStep {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg); 
    }
}
.subtitle_all{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    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 #FF9A00;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    width: 160px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #FF9A00;
    transition:0.25s all linear;
}
.button_all:hover{
    background-color:#ff6b00;
    color:#fff;
    text-decoration: none;
    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_color3{
    color:#ff6b00;
}
.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:28px;
    }
    .title_all span:before{
        left:-40px;
    }
    .title_all span:after{
        right:-40px;
    }
    .content_all{
        font-size:14px;
    }
}

/*navbar*/
.navbar_type8{
    height:100px;
}
.navbar_type8 .logo{
    flex:0 1 30%;
}
.navbar_type8 .logo img {
    width: 100%;
    padding: 10px;
}
.navbar_type8 .nav_tab{
    flex:0 1 70%;
}
.navbar_type8 .nav_tab .nav_item a{
    font-size:1vw;
    padding:15px 1.7vw;
    color:#000;
}
.navbar_type8 .nav_tab .nav_item a:hover{
    color: #ff6b00;
}
.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 .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;
}

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a{
        font-size:1.2vw;
        padding:15px 1.1vw;
    } 
}

/*hp_banner*/
.index_wrapper_2{
    margin-top:-100px;
}
.slider_banner .banner_content{
    overflow:hidden;
}
.hp_banner{
	position:relative;
	left:0%;
	top:28%;
	transform:translate(0,-50%);
    width:calc(100% - 0%);
}
.hp_banner_small{
    font-size:1vw;
    font-weight:400;
    line-height:1.5;
    color:#000;
}
.hp_banner_title{
    font-size: 2.6vw;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    color: #ff6b00;
}
.hp_banner_content{
    font-size:1vw;
    font-weight:400;
    line-height:1.5;
    color:#000;
    text-align: center;
}
.hp_banner .hp_banner_image{
    width: 100% !important;
    position: absolute;
    top: 50%;
    transform: scale(1.2);
    animation: seafloat 8s ease-in-out infinite;
}
.hp_banner_buttonbox{
    display:flex;
    justify-content: center;
    align-items: center;
    margin-top:2%;
}
.hp_banner_button{
    border: 1px solid #FF9A00;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    width: 160px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #FF9A00;
    transition:0.25s all linear;
}
.hp_banner_button:hover{
    background-color:#ff6b00;
    color:#fff;
    text-decoration: none;
    transform:scale(0.98);
}
@keyframes seafloat {
    0%, 100% {
      transform: translate(0, 0) scale(1.2);
    }
    25% {
      transform: translate(5px, -10px) scale(1.2);
    }
    50% {
      transform: translate(10px, 0) scale(1.2);
    }
    75% {
      transform: translate(5px, 10px) scale(1.2);
    }
  }

@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:0px;
    }
    .hp_banner_content{
        font-size:1.5vw;
    }
    .hp_banner .hp_banner_image{
        top:55%;
    }
}
@media screen and (max-width: 767.5px){
    .index_wrapper_2 .item>img{
    	min-height:120vw!important;
    	object-fit:cover;
    }
    .hp_banner{
        left:0%;
        top:35%;
        width:calc(100% - 0%);
    }
    .hp_banner_title{
        font-size:7vw;
    }
    .hp_banner_content{
        font-size:4vw;
        width:95%;
        margin:0 auto;
    }
    .hp_banner_content br{
        display:none;
    }
    .hp_banner_buttonbox{
        margin-top:1rem;
    }
    .hp_banner .hp_banner_image{
        top: 100%;
    }
}

/*hp_why*/
.hp_why{
    padding:0px 3% 60px;
}
.hp_why .row:last-child{
    align-items: center;
    position: relative;
}
.hp_why .row:last-child:before{
    position: absolute;
    content:"";
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto 0;
    width:100%;
    height:1px;
    background-color:rgba(0,0,0,0.2);
}
.hp_why_icon{
    width:100px;
    height: 100px;
    object-fit: contain;
}
.hp_why_subtitle{
    margin-bottom:0.5rem;
}
.hp_why_box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width:100%;
    padding:2.5rem 0;
}
.hp_why_span{
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width:100%;
    padding:0 1rem;
}
.hp_why_box .subtitle_all br{
    display:none;
}
.hp_why_box .content_all{
    color:#333;
}
.hp_why_image{
    transform: scale(1.15) translate(0rem, 3rem);
}
.hp_why_box:hover .hp_why_icon{
    transform-origin:center;
    animation:j_shake 0.3s linear 0.1s 2;
}

/*swap img and sub-cont*/
.why_col1 img{
    order:2;    
}
.why_col1 .hp_why_span{
    order:1;
    align-items: flex-end;
}
.why_col1 h3,.why_col1 p{
    text-align: right;
}

@keyframes j_shake{
    25%{transform:rotate(10deg);}
    75%{transform:rotate(-10deg);}
}

@media screen and (max-width: 991.5px){
    .why_col1 img{
        order:1;    
    }
    .why_col1 .hp_why_span{
        order:2;
        align-items: flex-start
    }
    .why_col1 h3,.why_col1 p{
        text-align: left;
    }
    .hp_why_box{
        padding:1rem 0;
        align-items: flex-start;
    }
    .hp_why_box .subtitle_all br{
        display:block;
    }
    .why_col1{
        order:1;
    }
    .why_col2{
        order:3;
    }
    .why_col3{
        order:2;
    }
    .hp_why_image {
        transform: scale(1) translate(0rem, 0rem);
        width: 70%;
    }
    .hp_why_icon{
        width:70px;
        height:70px;
    }
}
@media screen and (max-width: 767.5px){
    .hp_why{
        padding:30px 0 0px;
    }
    .hp_why .row:last-child:before{
        display:none;
    }
    .hp_why_box .subtitle_all br{
        display:none;
    }
    .hp_why_image{
        width:90%;
        margin-top:2rem;
    }
}

/*hp_fea*/
.index_wrapper_4{
    padding:66px 6% 137px;
}
.index_wrapper_4 .row{
    align-items: center;
}
.hp_fea_content{
    font-weight:400!important;
    color:#000!important;
}


/*component - product category*/
.product_cat-4 .cat_box .content{
    top:0;
    right:0;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color:rgba(0,0,0,0.5);
    opacity: 0;
}
.product_cat-4 .cat_box:hover .content{
    opacity: 1;
}
.product_cat-4 .col-12.col-md-3.col-lg-3:last-child{
    display:none;
}
.product_cat-4 .cat_box .content .content_box .btn-outline-primary{
    display:none;
}
.product_cat-4 .cat_box .content .line{
    display:none;
}
.product_cat-4 .cat_box .content .content_box h3,
.product_cat-4 .cat_box .content .content_box h4{
    position: relative;
    color:#fff;
    display:none;
}
.product_cat-4 .cat_box .content .content_box h3:before,
.product_cat-4 .cat_box .content .content_box h4:before{
    position: absolute;
    content: "";
    bottom: -0.5rem;
    left: 0;
    right: 0;
    width: 0vw;
    height: 2px;
    background-color: #fff;
    margin: 0 auto;
    transition:0.25s all linear;
}
.product_cat-4 .cat_box:hover .content .content_box h3:before,
.product_cat-4 .cat_box:hover .content .content_box h4:before{
    width: 5vw;
}
html:lang(zh-hans) .product_cat-4 .cat_box .content .content_box h3{
    display:block;
}
html:lang(en) .product_cat-4 .cat_box .content .content_box h4{
    display:block;
}

@media screen and (max-width: 1200.5px){
    .product_cat-4 .col-12.col-md-3.col-lg-3{
        flex:0 0 33.33%;
        max-width:33.33%;
    }
}
@media screen and (max-width: 991.5px){
    .product_cat-4 .col-12.col-md-3.col-lg-3{
        flex:0 0 50%;
        max-width:50%;
    }
    .product_cat-4 .cat_outter_box{
        padding:10.5px 10px;
    }
}
@media screen and (max-width: 767.5px){
    .product_cat-4 .col-12.col-md-3.col-lg-3{
        flex:0 0 100%;
        max-width:100%;
    }
    .hp_fea_box{
        margin-bottom:2rem;
    }
    .index_wrapper_4{
        padding:16px 0 29px;
    }
    .hp_fea_title{
        text-align: center;
    }
    .hp_fea_content{
        text-align: center;
    }
    .hp_fea_buttonbox{
        justify-content: center;
    }
    .product_cat-4 .cat_box:hover .content .content_box h3:before,
    .product_cat-4 .cat_box:hover .content .content_box h4:before{
        width: 5rem;
    }
}

/*hp_about*/
.hp_about{
	background-image:url("https://cdn1.npcdn.net/images/d_pic_KmBmmTV4_1763428246.jpg?md5id=645d8981d8d3547c17119dda7d6c057a&type=4");
    background-size:cover;
    background-position:right;
    background-repeat:no-repeat;
    padding:164px 6%;
}
.hp_about_content{
    line-height: 1.8;
    font-size:18px;
}
.hp_about_button{
    border:3px solid #FF9A00;
    background-color:transparent;
    color:#FF9A00;
}

@media screen and (max-width: 767.5px){
    .hp_about{
        padding:60px 0 ;
        background-position: -158vw 0vw;
    }
    .hp_about_content{
        font-size:14px;
        text-shadow: 0px 0px 2px rgba(0,0,0,0.5);
    }
}

/*hp_pro*/
.index_wrapper_6{
    padding:100px 6% 60px;
}
.hp_pro_title br{
    display:none;
}

/*component - product listing*/
.productSlider-1{
    margin-top:29px;
}
.productSlider-1 .product_img .product_box .product_img_frame{
    border-radius: 10px;
}
.productSlider-1 .product_img .product_box .product_img_frame img{
    object-fit:contain!important;
}
.productSlider-1 .slick-track .slick-slide{
    box-shadow:none;
    margin: 10px 15px;
    padding: 0.5rem 1rem;
}
.productSlider-1 .slick-track .slick-slide:hover{
    box-shadow:0px 0px 8px rgba(0,0,0,0.3);
}
.productSlider-1 .product_img .product_box h6{
    font-weight:500;
    font-size:16px;
	text-align: center;
	color:#000;
}
.productSlider-1 .product_img .product_box a:hover{
   text-decoration: none; 
}
.productSlider-1 .product_img .product_box .content > p{
    display:none;
}
.productSlider-1 .product_img .product_box .content .align-top a,
.productSlider-1 .product_img .product_box .content .align-top p{

	font-weight:400!important;
}

@media screen and (max-width: 991.5px){
    .productSlider-1 .slick-track .slick-slide{
        margin: 10px 7.5px;
        padding: 0.5rem 0rem;
    }
}
@media screen and (max-width: 767.5px){
    .index_wrapper_6{
        padding:60px 0 30px;
    }
    .hp_pro_title br{
        display:block;
    }
    .productSlider-1{
        margin-top:0;
    }
    .productSlider-1 .product_img .product_box h6{
        font-size:13px;
    }
    .productSlider-1 .slick-track .slick-slide{
        margin:0;
    }
}

/*hp_contact*/
.hp_contact{
    padding:60px 9% 0;
}
.hp_contact .row{
    align-items: center;
}
.hp_contact_box{
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.hp_contact_title{
    margin-bottom:2rem;
    text-align: center;
}
.hp_contact_subtitle{
    font-size:25px;
    text-align: center;
    font-weight:800;
    margin-bottom:0.5rem;
}
.hp_contact_link{
    font-size:18px;
    font-weight:400;
    color:#555;
    text-align: center;
    width:80%;
    margin:0 auto;
}
.hp_contact_link:hover{
    color:#000;
}
.hp_contact_link i{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    border-radius: 1000px;
    background-color: #333;
    color: #fff;
}
.hp_contact ul{
    list-style-type: none;
    padding:0;
    margin:0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hp_contact ul .hp_contact_link:hover{
    text-decoration: none;
}
.hp_contact_icon{
    width:50px;
    height:50px;
    margin:0 0.5rem;
}
.alter_contact_ul li{
    margin:0 7.5px;
    width:50px;
    height:50px;
}

@media screen and (max-width: 991.5px){
    .hp_contact_image{
        width:80%;
    }
    .hp_contact_box{
        margin-top:2rem;
    }
    .hp_contact_link{
        width:100%;
    }
}
@media screen and (max-width: 767.5px){
    .hp_contact{
        padding:14px 0 0;
    }
    .hp_contact_title{
        margin-bottom:1rem;
    }
    .hp_contact_subtitle{
        font-size:20px;
        margin-bottom:0rem;
    }
    .hp_contact_link{
        font-size:16px;
        width:90%;
    }
    .hp_contact_image{
        width:100%;
    }
    .hp_contact_icon{
        width:40px;
        height:40px;
        margin:0.5rem;
    }
    .hp_contact .col-lg-6:first-child{
        order:2;
        margin-top:2rem;
    }
    .hp_contact .col-lg-6:first-child{
        order:1;
    }
    .hp_contact_link i{
        font-size:25px;
        width:40px;
        height:40px;
    }
}

/*footer*/
.footer_type3{
    background-color:#FFD355;
}
.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 a:hover .icon_s i {
    color: #fff;
}
.footer_langbar_item{
    color:#fff!important;
}

/*mobile side-navbar*/
.side_menu .footer_langbar_item{
    color:#fff!important;
}