/*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:35px;
    letter-spacing: 5px;
    font-weight: 500;
    margin-bottom: 2rem;
    line-height:1.5;
    color:#000;
}
.title_all span{
    position: relative;
}
.title_all span:before{
    position: absolute;
    content: "";
    bottom: 11px;
    right: -35px;
    background-color: #fb6707;
    width: 2rem;
    height: 1px;
}
.subtitle_all{
    font-size:18px;
    font-weight:400;
    margin-bottom:1rem;
    line-height:1.5;
    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: 14px;
    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: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-radius: 0px;
    background-color: transparent;
    width: auto;
    height: 40px;
    padding: 0 0rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #000;
    transition: 0.25s all linear;
}
.button_all span{
    position: relative;
}
.button_all span:before{
    position:absolute;
    content:"";
    bottom:-0.5rem;
    left:0;
    right:0;
    width:100%;
    height:1px;
    background-color:#000;
}
.button_all:hover{
    text-decoration: none;
    color:#000;
    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;
    }
    .btnbox_right{
        justify-content: flex-start;
    }
}
@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 page*/
.category_list_type4 .category_box .img_frame{
    padding-bottom:unset;
    height:auto;
    aspect-ratio: 1/1.4142;
}
.category_list_type4 .category_box .img_frame img{
    object-fit: contain;
}
.category_list_type4 .category_box .img_frame:hover img{
    width:100%;
    height:100%;
}

/*product page*/
.product_list_5 .product_box .img_frame{
    padding-top:unset;
    height:auto;
    aspect-ratio: 1/1.4142;
}
.product_list_5 .product_box .img_frame img{
    object-fit: contain;
}

#main_showproducts .quantity_in_desc{
    display:none;
}

/*photoalbum page*/
.gallerycategory .img_frame img{
    object-fit:contain;
}

/*photoalbum details page*/
.ws_gallery-2 .img_frame img{
    object-fit: contain;
}

/*news page*/
.latest_new_type6 .news_box .news_box_content{
    background-color: #fcfbfa;
    border: 1px solid #fcfbfa;
}



#top_spacing{
    height:calc(80px + 80px)!important;
}

@media screen and (max-width: 991.5px){
    #top_spacing{
        height:calc(0px + 80px)!important;
    }
}

/*Search Bar Search*/
.hp_search_icon{
    width:30px;
    filter:brightness(0) invert(1);
}
#main_index .navbar_type8 .hp_search_icon{
    filter:brightness(0) invert(1);    
}
.boxSearch {
    display: none; 
    position: absolute;
    top: 60px;
    right: 9%;
}
.nav_search .search_button {
    background-color: transparent;
    color: #000;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 100%;
}
.nav_search input {
    background: #f0f2f5;
    width: 300px;
    height: 45px;
    border: 0;
    box-shadow: none;
    padding: 0px 50px 0px 25px;
    border-radius: 0;
    max-height: 45px;
}
.nav_search {
    flex-grow: 1;
    display: flex;
    position: relative;
    max-width: 300px;
    align-self: center;
    border: 1px solid #e0dede;
    box-shadow: 0 0 7px rgb(191 191 191/65%);
}


.btnClose{
    display: none;

}
#closeIcon{
    display: none;
}
 .searchWrapper img{
     font-size: 20px;
    color: #c7996d;
    margin-left: 25px;
}
.searchBar{
    width: 100%;
    margin: 0 auto;
}
.searchBar input{
    width: 100%;
    font-size: 1rem;
    border: 0;
    background: 0 0;
    box-shadow: none;
    padding-left: 1.75rem;
    padding-right: 0.75rem!important;
    position: relative;
}
.row_searchBarWrapper{
    width: 100%;
    z-index: 99999;
    position: relative;
    height: 120px;
    left: 0;
    top: 0;
    background: #fff;
}

.btnSearch{
    cursor: pointer;
    color:#000;
    font-family: "Alice";
    font-size: 1vw;
    padding: 15px 1vw;
    font-weight: 400;
    color: #444;
}
.searchBar{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.searchBar form {
    width: 100%;
    display: block;
    padding: 0.6rem 1rem;
    position: relative;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #60697b;
    background-color: #fefefe;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.4rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.searchBar i{
    font-size: 1.2rem;
}
button:focus {
    outline: unset;
}
.searchBar button {
    font-size: 1.05rem;
    width: 2rem;
    height: 2rem;
    line-height: 1.8rem;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    border: unset;
    box-shadow: none;
    transition: background .2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}
.searchBarWrapper{
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
}
.hp_topspace_sticky-menu{
    filter:brightness(0) invert(1)!important;
}
.navbar_type8 .nav_tab .search::before{
    display:none;
}

/*hp_top*/
.hp_top{
    background-color: #000;
    height: 80px;
    position: fixed;
    width: 100%;
    z-index: 100;
    overflow: hidden;
    padding:0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hp_top .col-md-4:nth-child(1){
    display:flex;
    justify-content: center;
    align-items: center;
}

.hp_top_logo{
    width: 20vw;
}
.hp_top_link{
    font-size: 1vw;
    color: #fff;
    padding-right: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hp_top_link:hover{
    color:#fff;
    text-decoration: none;
}
.hp_top_link i{
    border-radius: 1000px;
    color:#fff;
    background-color:#2b2b2b;
    width:30px;
    height:30px;
    display:flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1300.5px){
    .hp_top .col-md-4:nth-child(1){
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .hp_top_link{
        padding:0.25rem 0;
    }
}

/*navbar*/
.index_wrapper_1{
    background-color:#000;
}
.navbar_type8{
    background-color:#000;
    margin-top:80px;
}
.navbar_type8 .logo{
    flex:0 0 0%;
    margin-left:0;
}
.navbar_type8 .logo img{
    width:100px;
    padding:10px;
}
.navbar_type8 .nav_tab{
    flex:0 0 100%;
    justify-content: center;
    padding-left:65px;
}
.navbar_type8 .nav_tab .nav_item::before{
    border-bottom:2px solid #fff;
}
.navbar_type8 .nav_tab .nav_item a{
    font-size:1vw;
    text-transform: capitalize;
    padding:15px 1.5vw;
    color:#fff;
}
.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;
}
.dark_nav{
    background-color:#000!important;
    animation:unset;
}

.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;
}

.navbar_mobile{
    background-color:#000;
}
.navbar_mobile .btn-outline-light {
    border-color: #fff;
    color: #fff;
}

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a{
        font-size:1.2vw;
        padding:15px 1.1vw;
    } 
}

.np_language_btn{
    position: fixed;
    top: 27px;
    right: 7vw;
}
.np_language_btn #language_dropdown{
    background-color:#000;
}
.np_language_btn a{
    color:#fff;
}
.np_language_btn a:hover{
    color:#fff!important;
}
.np_language_btn span.mx-2{
    color:#fff;
}

/*.navbar_type8 .nav_tab .nav_item.search{*/
/*    transform: translate(3vw, -5rem);*/
/*}*/
/*.navbar_type8 .nav_tab .nav_item.login{*/
/*    transform: translate(2vw, -5rem);*/
/*}*/
/*.navbar_type8 .nav_tab .nav_item.shopping{*/
/*    transform: translate(1vw, -5rem);*/
/*}*/

/*hp_banner*/
.slider_banner .banner_content{
    overflow:hidden;
}
.index_wrapper_2 .item>img{
	max-height:calc(100vh - 160px)!important;
    object-fit: cover;
    object-position: bottom;
}
.hp_banner{
	position:relative;
	left:0%;
	top:50%;
	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:2vw;
    font-weight:700;
    line-height:1.5;
    color:#000;
}
.hp_banner_subtitle{
    font-size:1.2vw;
    font-weight:400;
    line-height:1.5;
    color:#000;
}
.hp_banner_content{
    font-size:1vw;
    font-weight:400;
    line-height:1.5;
    color:#000;
}
.hp_banner .hp_banner_image{
    width:30%!important;
}
.hp_banner_buttonbox{
    display:flex;
    justify-content: center;
    align-items: center;
    margin-top:4%;
}
.hp_banner_button{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    width: 135px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align:center;
    background-color: #000;
    transition:0.25s all linear;
}
.hp_banner_button:hover{
    color:#fff;
    text-decoration: none;
    transform:scale(0.98);
}
@media screen and (max-width: 1200.5px){
    .hp_banner_content{
        font-size:1.2vw;
    }
}
@media screen and (max-width: 991.5px){
    .hp_banner_content{
        font-size:1.5vw;
    }
}
@media screen and (max-width: 767.5px){
    .index_wrapper_2 .item>img{
    	min-height:30vw!important;
    	object-fit:cover;
    }
    .hp_banner{
        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_service*/
.index_wrapper_3{
    position:relative;
    padding:45px 0;
    border-bottom:1px solid #f2f2f2;    
}
.index_wrapper_3:before{
   position: absolute;
   content:"";
   width:1px;
   height:100%;
   background-color:#f2f2f2;
   top:0;
   left:4vw;
   bottom:0;
}
.hp_service_box{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding:1rem 0;
}
.hp_service_no{
    font-size:14px;
    font-weight:500;
    color:#fb6707;
}
.hp_service_content{
    letter-spacing: 2px;
    padding-left:1rem;
}


/*hp_cat*/
.index_wrapper_4{
    position:relative;
    padding:60px 0;
}
.index_wrapper_4:before{
   position: absolute;
   content:"";
   width:1px;
   height:100%;
   background-color:#f2f2f2;
   top:0;
   left:4vw;
   bottom:0;
}
.product_cat-3 .cat_box {
    border-radius: 10px;
}
.product_cat-3 .cat_box .content h3{
    display:none;
}
.product_cat-3 .cat_box .content h4 {
    font-weight: 400;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
    font-size: 18px;
    padding-top:30%;
}

/*hp_fea*/
.index_wrapper_5{
    position:relative;
    padding:0px 0 60px;
}
.index_wrapper_5:before{
   position: absolute;
   content:"";
   width:1px;
   height:100%;
   background-color:#f2f2f2;
   top:0;
   left:4vw;
   bottom:0;
}
.hp_fea .row{
    align-items: center;
}
.hp_fea_title{
    margin-bottom:0;
}
.hp_fea_buttonbox{
    margin:0;
}

@media screen and (max-width: 991.5px){
    .hp_fea_buttonbox{
        margin: 1rem 0 2rem;
    }
}
@media screen and (max-width: 767.5px){
    .index_wrapper_5{
        padding:0px 0 60px;
    }
}

/*component - product listing*/
.productSlider-4 .product_img{
    overflow: unset;
}
.productSlider-4 .product_img .product_box .content h6{
    font-size:12px;
    text-transform: capitalize;
    font-weight:500;
    color:#333;
}
.productSlider-4 .slick-arrow{
    z-index: 1;
    width: 30px;
    height: 30px;
}
.productSlider-4 .slick-arrow:before{
   background-size:cover;
   background-position:center;
   background-repeat:no-repeat;
   width:100%;
   height:100%;
}
.productSlider-4 .slick-prev{
    left:-2rem;
}
.productSlider-4 .slick-next{
    right:-2rem;
}
.productSlider-4 .slick-prev:before{
    background-image:url("https://cdn1.npcdn.net/images/arrow_left_umonqv_1755584048.png?md5id=83b7afcfe4ad452c54ea6427b18960f8&type=4");
}
.productSlider-4 .slick-next:before{
    background-image:url("https://cdn1.npcdn.net/images/arrow_right_na719x_1755584048.png?md5id=83b7afcfe4ad452c54ea6427b18960f8&type=4"); 
}

@media screen and (max-width: 991.5px){
   .product_cat-3 .col-6.col-md-4{
       flex:0 0 50%;
       max-width:50%;
   } 
}
@media screen and (max-width: 767.5px){
   .product_cat-3 .col-6.col-md-4{
       flex:0 0 100%;
       max-width:100%;
   } 
  .productSlider-4 .slick-prev{
        left:-1rem;
    }
    .productSlider-4 .slick-next{
        right:-1rem;
    }
}

/*hjp_cxhoice*/
.hp_choice_box{
    position:relative;
    overflow:hidden;
}
.hp_choice_image{
    width: 100%;
    margin: 0 auto;
    display: block;
    transition:5s all linear ;
}
.hp_choice_box:hover .hp_choice_image{
    transform:scale(1.1);
}
.hp_choice_link{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
.hp_choice_buttonbox{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2rem;
    margin: auto;
    display: flex;
    align-items: center;
    font-size: 25px;
    letter-spacing: 5px;
    font-weight: 500;
    color: #fff;
}
.hp_choice_buttonbox span{
    
    position: relative;
}
.hp_choice_buttonbox span:before{
    position: absolute;
    content: "";
    bottom: -0.5rem;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
}

/*hp_news*/
.index_wrapper_7{

    padding:60px 0;
}
.hp_news .row{
    align-items: center;
}
.hp_news{
    padding-bottom:2rem;
}
.hp_news_title{
    margin-bottom:0;
}
.hp_news_buttonbox{
    margin:0;
}
.latest_new_type4 .news_box .badge-primary{
    
    background-color: #fb6707;
    border-radius: 10px;
}

@media screen and (max-width: 991.5px){
    .hp_news_buttonbox{
        margin:1rem 0 2rem;
    }
}

/*hp_about*/
.index_wrapper_8{
	background-image:url("https://cdn1.npcdn.net/images/about_bg_img_mz7dpb_1755584048.png?md5id=83b7afcfe4ad452c54ea6427b18960f8&type=4");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    padding:60px 0;
}
.hp_about .row{
    align-items: center;
}

@media screen and (max-width: 991.5px){
    .hp_about_image{
        width:70%;
        margin-top:2rem;
    }
}
@media screen and (max-width: 767.5px){
    .index_wrapper_8{
        padding:0 0 60px;
    }
    .hp_about_image{
        width:100%;
    }
    .latest_new_type4 .news_box{
        padding:10px 15px;
    }
}

/*footer*/
.footer_type4{
    margin-top:-30px;
    background-color:#fcfbfa;
    background-image:unset;
}
.footer_type4 .btn.btn-primary{
    background-color:#fff!important;
    border:1px solid #000!important;
    color:#000!important;
    border-radius:0px;
}
.footer_type4,
.footer_type4 p,
.footer_type4 a,
.footer_type4 a:hover,
.footer_type4 {
    color:#000!important;
}
.footer_type4 .footer_subtitle{
    font-weight:700;
}
.footer_type4 .copy_right,
.npfooter_languagebar .text-muted,
.platinum_website_visitor,
.npfooter_languagebar,
.copy_right small,
.footer_type4 .privacy_policy:hover,
.footer_type4.mb-1{
    color:#000!important;
}
.footer_langbar_item{
    color:#000!important;
}
.footer_type4 i{
    color: #000 !important;
    background-color: #fff;
}

.footer_type4 .footer_social_img img{
    filter:brightness(0) invert(0);
}

@media screen and (max-width: 991.5px){
    .footer_type4 .left_line{
        border-right:1px solid transparent;
    }
}

/*mobile side-navbar*/
.side_menu .footer_langbar_item{
    color:#fff!important;
}

