/*All*/
#main_index{
    padding-bottom:0rem!important;
    overflow:hidden;
}
#main_index h1,
#main_index h2,
#main_index h5{
    cursor:default;
}


@media screen and (min-width: 1400px){
    .c_maxw{
        max-width:1240px;  
        margin: 0 auto;
        padding: 0 1rem;
    }
}
@media screen and (max-width: 1399.5px){
    .c_maxw{
        max-width:1140px;   
            margin: 0 auto;
        padding: 0 1rem;
    }
}
@media screen and (max-width: 1199.5px){
    .c_maxw{
        max-width:960px;    
            margin: 0 auto;
        padding: 0 1rem;
    }
}
@media screen and (max-width: 991.5px){
    .c_maxw{
        max-width:720px;
            margin: 0 auto;
        padding: 0 1rem;
    }
}
@media screen and (max-width: 767.5px){
    .c_maxw{
        max-width:540px;
            margin: 0 auto;
        padding: 0 1rem;
    }
}

.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: 21px;
    font-weight: 400;
    margin-bottom: 0;
    color: #333;
}
.title_all{
    font-size:33px;
    font-style:italic;
    font-weight:700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom:1rem;
    line-height:1.5;
    color:#000;
}
.subtitle_all{
    font-size:18px;
    font-weight:500;
    margin-bottom:1rem;
    line-height:1.5;
    color:#333;
}
.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:#333;
}
.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:1.5rem 0 0;
}
.btnbox_center{
    display:flex;
    justify-content:center;
    align-items:center;
    margin:1.5rem 0 0;
}
.btnbox_right{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    margin:1.5rem 0 0;
}
.button_all{
    border:1px solid #fec039;
    border-radius:0px;
    background-color:#fec039;
    width:180px;
    height:40px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:16px;
    font-weight:600;
    text-align:center;
    color:#333;
    transition:0.25s all linear;
}
.button_all:hover{
    text-decoration: none;
    color:#000;
    transform:scale(0.98);
}
.button_all span{
    border-left: 2px solid #555;
    padding: 2px 0px 2px 2px;
    height: 30px;
    width: 40px;
    margin-left: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.button_all span img{
    height: 15px;
    aspect-ratio: 1;
    animation:mm 1s linear infinite;
}
@keyframes mm{
    0%{transform:translate(0,0);}
    50%{transform:translate(5px,0);}
    100%{transform:translate(0,0);}
}
.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:#0152ab;
}
.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;
    }
}

#top_spacing{
    height:calc(60px + 80px)!important;
}

@media screen and (max-width: 991.5px){
    #top_spacing{
        height:calc(0px + 80px)!important;
    }
}

/*category page*/
.category_list_type4 .category_box .img_frame img{
    object-fit: contain;
}

/*product page*/
.product_list_5 .product_box .img_frame img{
    object-fit: contain;
}

.hp_top{
    position: fixed;
    width: 82%;
    margin-left: 9%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    background-color: #0152ab;
    z-index: 500;

}
.hp_top .container{
    background-color:#0152ab;
}
.hp_top .col-md-2{
    flex:0 0 20%;
    max-width:20%;
}
.hp_top .col-md-10{
    display:flex;
    justify-content: flex-start;
    align-items: center;
    flex:0 0 80%;
    max-width:80%;
    padding-left:calc(65px + 1.2vw);
    padding-right:65px;
}

.hp_top_icon{
    width: 1.5vw;
    object-fit: contain;
    aspect-ratio: 1;
}
.hp_top_link {
    margin-right: 1rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom:0;
    font-size:0.9vw;
}
.hp_top_link:first-child{
    width: 14rem;
}
.hp_top_box{
    display: flex;
    align-items: center;
    width: 100%;
}
.top_boxleft{
    justify-content: flex-start;
    color:#fff;
    width:80%;
}
.hp_top_link{
    margin-right:1rem;
}
.top_boxright{
    justify-content: flex-end;
    width:20%;
}
.top_boxright form{
    justify-content: flex-end;
}
.top_boxright input{
    border: 1px solid #fff;
    border-radius: 1000px;
    padding: 0 15px;
    color: #000;
    width: 15vw;
    height:30px;
}
.top_boxright button{
    border:1px solid transparent;
    background-color:transparent;
    color:#fff;
    width: 3vw;
    font-size: 16px;
    padding-left:1vw;
}
.top_boxright button:focus{
    outline:0px auto -webkit-focus-ring-color;
}
@media screen and (min-width: 1600.5px){
    .hp_top_link:first-child {
        width: 25rem;
    }
}
@media screen and (max-width: 1200.5px){
    .hp_top .col-md-10{
        padding-right:15px;
        padding-left:calc(15px + 1.1vw);
    }
    .hp_top_link{
        font-size:1.1vw;
    }
}

/*navbar*/
.navbar_type8{
    margin-top: 60px;
    width: 82%;
    margin-left: 9%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 501;
}
.navbar_type8 .logo{
    margin-left: 0;
    overflow: unset;
    height: 140px;
    margin-top: -60px;
    background-color: #fff;
}
.navbar_type8 .logo img{
    width: 15vw;
    padding: 5px;
    right: 0;
    margin: 0 auto;
}
.navbar_type8 .nav_tab{
    justify-content: space-between;
    padding-left:53px;
}
.navbar_type8 .nav_tab .nav_item a{
    font-size: 0.9vw;
    padding: 15px 0.5vw;
    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 .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:rgba(255, 255, 255, 0.8)!important;
    animation:unset;
}

@media screen and (max-width: 1200.5px){
    /*.navbar_type8 .nav_tab .nav_item a{*/
    /*    font-size: 1.1vw;*/
    /*    padding: 15px 1vw;*/
    /*} */
    .navbar_type8 .nav_tab{
        padding-right:15px;
        padding-left: 15px;
    }
}
@media screen and (max-width: 991.5px){
    .navbar_mobile{
        background-color:#fff!important;
    }
}

/*hp_banner*/
.index_wrapper_2{
    margin-top:-140px;
}
.slider_banner .banner_content{
    overflow:hidden;
}
.hp_banner{
	position:relative;
	left:0%;
	top:56%;
	transform:translate(0,-50%);
    width:calc(100% - 0%);
}
.hp_banner_text{
    font-size: 1.2vw;
    font-weight: 600;
    letter-spacing: 0.2vw;
    color: #fff;
    position: absolute;
    top: 42vw;
    right: 5vw;
    margin-bottom:0;
}
.hp_banner_small{
    font-size: 3vw;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
    color: #333;
}
.hp_banner_title{
    font-size: 4vw;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
    color: #0152ab;
    margin-bottom: 0;
}
.hp_banner .hp_banner_image{
    width: 73% !important;
    margin: 2% auto;
}
.slider_banner .slick-prev{
    left:unset;
    right:70px;
    top: 45%;
}
.slider_banner .slick-prev:before{
    background-image:url("https://cdn1.npcdn.net/images/arrow_banner_left_1s027x_1749779446.png?md5id=d2d26584b4ffbf0de1af4a7e9ecf3b68&new_width=600&new_height=600&type=4");
    width: 60px;
}

.slider_banner .slick-next{
    right:70px;
    top: 55%;
}
.slider_banner .slick-next:before{
    background-image:url("https://cdn1.npcdn.net/images/arrow_banner_right_1749782741_ybk0y1Wrl89Q.png?md5id=d2d26584b4ffbf0de1af4a7e9ecf3b68&new_width=1600&new_height=1600&type=4");
    width: 60px;
}
.banner2 .hp_banner_text{
    top:43vw;
}
.banner4 .hp_banner_image{
    width:62%!important;
}


@media screen and (max-width: 500.5px){
    .slider_banner .slick-prev{
        /*top: 110vw;*/
        /*left:11px;*/
        right:18px;
        top:42%;
    }
    .slider_banner .slick-prev:before{
        width:25px;
    }
    .slider_banner .slick-next{
        /*top:110vw;*/
        /*right:51px;*/
        right:18px;
        top: 65%;
    }
    .slider_banner .slick-next:before{
        width:25px;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_banner_content{
        font-size:1.2vw;
    }
    .hp_banner{
        top:60%;
    }
    .hp_banner_text{
        top: 39.5vw;
    }
}
@media screen and (max-width: 991.5px){
    .index_wrapper_2{
        margin-top:0px;
    }
    .hp_banner_content{
        font-size:1.5vw;
    }
    .hp_banner{
        top:22%;
    }
    .hp_banner_text{
        top: 45.5vw;
    }
}
@media screen and (max-width: 767.5px){
    .index_wrapper_2 .item>img{
    	min-height:54vw!important;
    	object-fit:cover;
    }
    .hp_banner{
        top: 48%;
        left:0%;
        width:calc(100% - 0%);
    }
    .hp_banner_title{
        font-size:7vw;
    }
    .hp_banner_subtitle{
        font-size:4vw;
    }
    .hp_banner_content{
        font-size:4vw;
    }
    .hp_banner_text {
        top: 47vw;
    }
}

/*hp_about*/
.hp_about{
    padding:60px 9% 0 0;
}
.hp_about .row{
    align-items: center;
}
.hp_about .col-md-6:first-child{
    padding-left:0;
    padding-right:calc(1rem + 5%);
}
.hp_about_content h1{
    display:inline;
}

.hp_abt_yt{
    padding: 80px 0;
}

@media screen and (max-width: 767.5px){
    .hp_about{
        padding:60px 0% 0 0;
    }
    .hp_about .col-md-6:first-child{
        padding:2rem 0 0;
        order:2;
    }
    .hp_about .col-md-6{
        padding:0 calc(1rem + 3%);
        order:1;
    }
}

/*hp_product*/
.index_wrapper_4{
    background-image:url("https://cdn1.npcdn.net/images/prd_bg_whvmqr_1749779446.png?md5id=d2d26584b4ffbf0de1af4a7e9ecf3b68&type=4");
    background-size:cover;
    background-position:right bottom;
    background-repeat:no-repeat;
    position:relative;    
    padding:60px 0 0;
}
.index_wrapper_4:before{
    position: absolute;
    content: "";
    width: 43%;
    height: 25%;
    background-color: #0152ab;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    top: 0;
    left: 0;
}
.hp_pro .col-md-3{
    padding:0;
}
.hp_pro_small,
.hp_pro_title{
    color:#fff;
}
.hp_pro_link{
    color:#333;
}
.hp_pro_link:hover{
    text-decoration: none;
    color:#000;
}
.hp_pro_link img{
    transition:0.25s all linear;
}
.hp_pro_link:hover img{
    transform:scale(0.98);
}
.pro_word{
    position: absolute;
    top: 0;
    right: 3vw;
    font-size: 3.5vw;
    font-weight: 800;
    font-style: italic;
    color: rgba(0, 0, 0, 0.1);
}
.hp_pro_buttonbox{
    margin-top:2rem;
}

@media screen and (max-width: 767.5px){
    .hp_pro .col-md-4.col-lg-3{
        padding:0;
    }
    .index_wrapper_4:before{
        width: 100%;
        height: 6.7%;
        clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
    }
    .index_wrapper_4{
        padding: 50px 0 0;
    }
    .hp_pro_title{
        margin-bottom:0;
    }
    .pro_word{
        position:unset;
        font-size: 12px;
        font-weight: 800;
        font-style: italic;
        color: #fff;
        margin-bottom: 2rem;
    }
}

.index_wrapper_5{
    padding:60px 0;
}

.latest_new_type4 .news_box p{
    color:#333;
}
.latest_new_type4 .news_box .date{
    color:#333;
    font-size:14px;
}
.latest_new_type4 .row:nth-child(2){
    display:none;
}

/*hp_contact*/
.hp_contact{
    position:relative;
}
.hp_contact_content{
    font-size:21px;
    font-weight:500;
}
.hp_contact_word{
    letter-spacing: 0.4vw;
    position: absolute;
    top: 12vw;
    left: -8vw;
    font-size: 2vw;
    font-weight: 700;
    transform: rotate(-90deg);
    color: #fff;
}
.hp_contact_word:before{
    position: absolute;
    content: "";
    width: 13vw;
    height: 3px;
    background-color: #fec039;
    top: 0;
    right: 26vw;
    bottom: 0;
    margin: auto 0;
}
.hp_contact:before{
    position:absolute;
    content:"";
    top:-2rem;
    left:0;
    width: 40%;
    height: 90%;
    background-color:#0052ab;
}
.hp_contact .col-md-12{
    padding:0;
}
.hp_contact_box{
    background-image:url("https://cdn1.npcdn.net/images/contact_us_bg_2l795h_1749779446.png?md5id=d2d26584b4ffbf0de1af4a7e9ecf3b68&type=4");
    background-size: cover;
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 12% 6%;
    width: 90%;
    margin-left: auto;
}

@media screen and (max-width: 767.5px){
    .hp_contact_title{
        font-size:20px;
    }
    .hp_contact_content{
        font-size:16px;
    }
    .hp_contact_word{
        top: 22vw;
        left: -21vw;
        font-size: 5vw;
    }
    .hp_contact_word:before{
            width: 18vw;
            right: 55vw;
    }
}

/*footer*/
.footer_type7{
    background-color:#fff;
    color:#333!important;
}
.footer_type7 p,
.footer_type7 a,
.footer_type7 a:hover,
.footer_type7 i{
    color:#333!important;
}
.footer_type7 .copy_right,
.npfooter_languagebar .text-muted,
.platinum_website_visitor,
.npfooter_languagebar,
.copy_right small,
.footer_type7 .privacy_policy:hover,
.footer_type7 .mb-1{
    color:#333!important;
}
.footer_langbar_item{
    color:#333!important;
}
.footer_type7 .logo{
    min-height:80px;
}
.footer_type7 .logo img{
    max-height:80px;
}

/*mobile side-navbar*/
.side_menu .footer_langbar_item{
    color:#fff!important;
}