#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;
}

/*Page title*/
.page_title b{
    font-family: "Bebas Neue", sans-serif;
    font-size: 3vw;
    font-weight:400;
    color: #d8b46a;
}
@media screen and (max-width:991.5px){
    .page_title b{
        font-size: 32px;
    }
}

/* MIL SPEC navbar override */

.navbar_type8.navbar_height{
    height:100px;
    background:#151f2b;
    top:0;
    left:0;
    align-items:center;
    padding:0 6.8%;
}

.navbar_type8 .logo{
    flex:0 0 auto;
    margin-left:0;
    width:310px;
    height:100%;
    display:flex;
    align-items:center;
    overflow:visible;
}

.navbar_type8 .logo img{
    position:relative;
    left:auto;
    width:285px;
    height:auto;
    max-height:80px;
    padding:0px;
    object-fit:contain;
}

.navbar_type8 .nav_tab{
    flex:1;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    padding-left:30px;
    padding-right:0;
    flex-wrap:nowrap;
}

.navbar_type8 .nav_tab .nav_item{
    align-self:center;
    position:relative;
    color:#fff;
    text-transform:uppercase;
}

.navbar_type8 .nav_tab .nav_item::before{
    display:none;
}

.navbar_type8 .nav_tab .nav_item a{
    color:#fff;
    padding:0;
    font-size:15px;
    font-weight:800;
    line-height:1;
    letter-spacing:.2px;
    text-decoration:none;
    white-space:nowrap;
    text-transform:uppercase;
    transition:0.25s all linear;
    padding:15px 1vw;
}

.navbar_type8 .nav_tab .nav_item a:hover{
    color:#d8b46a;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
    color:#fff!important;
    -webkit-text-stroke-width:0px;
    -webkit-text-stroke-color:black;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover{
    color:#fff!important;
}

.dark_nav{
    background:#151f2b;
}

#top_spacing{
    height:85px;
}

.navbar_mobile{
    background:#17202b;
}

.navbar_mobile .btn-outline-light {
  border-color: #e7c686;
  color: #e7c686;
}

@media screen and (max-width:1200.5px){
    .navbar_type8 .nav_tab .nav_item a{
        font-size:1.2vw;
        padding:15px 1.1vw;
    }
    .navbar_type8 .nav_tab .nav_item a{
        font-size:.95vw;
    }

    .navbar_type8.navbar_height{
        padding:0 4%;
    }
}

/*global*/
.n_small{
    font-size:12px;
    font-weight:500;
    letter-spacing:2px;
    line-height:1.4;
    color:#9a9a9a;
    margin-bottom:18px;
}

.n_small span{
    position:relative;
}

.n_title{
    font-family: "Bebas Neue", sans-serif;   
    font-weight:400;
    font-size:3.5vw;
    line-height:1.15;
    letter-spacing:1px;
    color:#d8b46a;
    margin-bottom:25px;
    padding-left:18px;
    border-left: 2px solid #d8b46a;
}

.n_subtitle{
    font-size:15px;
    font-weight:800;
    line-height:1.4;
    color:#111;
    margin-bottom:10px;
}

.n_content{
    font-size:1.05vw;
    font-weight:400;
    line-height:1.8;
    color:#111;
    margin-bottom:18px;
}

@media (max-width:991.5px){

    .n_title{
        font-size:35px;
    }
    
    .n_subtitle{
        font-size:15px;
    }
    
    .n_content{
        font-size:15px;
    }
}

.c_color1{
    color:#fff;
}

.c_color2{
    color:#000;
}

.c_color3{
    color:#d8b46a;
}

.btnbox_left{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    gap:10px;
    margin:2rem 0 0;
}

.btnbox_right{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    margin:2rem 0 0;
}

.n_button{
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:13px 28px;
    font-size:.85vw;
    font-weight:700;
    letter-spacing:.5px;
    line-height:1;
    text-align:center;
    text-decoration:none;
    transition:0.25s all linear;
}

.n_button span{
    position:relative;
}

.n_button span:after{
    content:"↗";
    margin-left:8px;
    transition:0.25s all linear;
}

.n_button:hover{
    text-decoration:none;
    transform:translateY(-3px);
}

.n_button:hover span:after{
    margin-left:12px;
}

.hp_gold_btn{
    background:#d8b46a;
    color:#fff;
}

.hp_gold_btn:hover{
    color:#fff;
    background:#b99348;
}

.hp_dark_btn{
    border:1px solid #d8b46a;
    color:#fff;
    background:transparent;
}

.hp_dark_btn:hover{
    color:#fff;
    background:#d8b46a;
}

@media(max-width:991.5px){
    .n_button{
    font-size:12px;
    }
}


/*fixed banner*/
.slider_banner .banner_content{
    overflow:hidden;
}

/*hp banner*/
.hp_banner{
    position:relative;
    left:8%;
    top:50%;
    transform:translate(0,-50%);
    width:calc(100% - 16%);
}

.hp_banner_box{
    position:relative;
    width:48%;
    z-index:2;
}

.hp_banner_small{
    font-size:12px;
    font-weight:500;
    letter-spacing:2px;
    color:#d8d8d8;
    margin-bottom:15px;
}

.hp_banner_title{
    font-family: "Bebas Neue", sans-serif;
    font-size:5.25vw;
    line-height:.95;
    letter-spacing:2px;
    color:#d8b46a;
    margin-bottom:22px;
}

.hp_banner_content{
    font-size:1vw;
    line-height:1.7;
    color:#fff;
    border-left:2px solid #d8b46a;
    padding-left:18px;
    margin-bottom:0;
}

.hp_banner_btn1{
    background:#d8b46a;
    color:#fff;
}

.hp_banner_btn2{
    border:1px solid #d8b46a;
    color:#fff;
    background:rgba(0,0,0,.15);
}

.hp_banner_btn1:hover,
.hp_banner_btn2:hover{
    color:#fff;
}

@media screen and (max-width:1200.5px){
    .hp_banner_title{
        font-size:54px;
    }
}

@media screen and (max-width:991.5px){
    .hp_banner_box{
        width:70%;
    }

    .hp_banner_title{
        font-size:46px;
    }
    
    .hp_banner_content{
    font-size:15px;
    }
}

@media screen and (max-width:767.5px){
    .index_wrapper_2 .item>img{
        min-height:100vw!important;
        object-fit:cover;
        filter:brightness(0.5);
    }
    .hp_banner{
        left:5%;
        width:calc(100% - 10%);
    }

    .hp_banner_box{
        width:100%;
    }

    .hp_banner_title{
        font-size:10vw;
    }

    .hp_banner_content br{
        display:none;
    }

    .hp_banner .btnbox_left{
        flex-direction:column;
        align-items:flex-start;
    }
    
    .hp_banner .n_button{
        min-width:250px;
    }
}

/*about*/
.hp_about{
    position:relative;
    padding:110px 8%;
    background-image:url(https://cdn1.npcdn.net/images/c_bg_hg6snl_1782976791.jpg?md5id=aa4a4685b7c6888c2a07ef003e29926b&new_width=1920&new_height=811&type=4);
    background-size:cover;
    background-position:left;
    overflow:hidden;
}


.hp_about .container-fluid{
    position:relative;
    z-index:2;
}

.hp_about .n_content,
.hp_about .n_subtitle{
    color:#fff;
    transition: linear .3s;
}

.hp_about .n_subtitle{
    color:#d8b46a;
    font-size:1.2vw;
}

.hp_about_item{
    padding:25px;
    transition: linear .3s;
}

.hp_about_item:hover {
    background:rgba(255,255,255,0.15);
}

.hp_about_textbox{
    width:85%;
}

.hp_about_item .n_content{
    font-size:.95vw;
    opacity:0.8;
}

.hp_about_item:hover .n_content{
    opacity:1;
}

.hp_about_iconbox{
    margin-bottom:25px;
    transition: linear .3s;
}

.hp_about_item:hover .hp_about_iconbox{
    transform:scale(1.05);
}

.hp_about_iconbox img{
    width:180px!important;
    height:130px!important;
    object-fit:contain;
}



@media screen and (max-width:991.5px){
    .hp_about{
        padding:90px 5%;
    }

    .hp_about:before{
        opacity:.25;
    }

    .hp_about_listbox{
        margin-top:40px;
    }
    .hp_about_textbox{
        width:auto;
    }
}

@media screen and (max-width:767.5px){
    .hp_about{
        padding:70px 5%;
    }

    .hp_about_item{
        padding:25px 15px;
    }
    
    .hp_about .n_subtitle{
        font-size:17px;
    }
    
    .hp_about_item .n_content{
        font-size:15px;
    }
}

/*operation*/
.hp_operation{
    padding:0 0 0 8%;
    background:#f7f7f7;
    overflow:hidden;
}

.hp_operation_textbox{
    padding:5% 0;
}

.hp_operation_imgbox{
    position:relative;
}

.hp_operation_imgbox img{
    max-width: 120% !important;
    object-fit: cover;
    margin-left: -15%;
}

@media screen and (max-width:991.5px){
    .hp_operation{
        padding:0 0 0 5%;
    }

    .hp_operation_imgbox{
        margin-top:40px;
    }
    .hp_operation_imgbox img{
        margin-left: 0;
    }
}

@media screen and (max-width:767.5px){
    .hp_operation{
        padding:70px 5% 0;
    }
    
    .hp_operation_textbox{
        padding:0;
    }

    .hp_operation_imgbox img{
        height: 300px !important;
        max-width: 150% !important;
        width: 150%;
        margin-left: -34%;
    }
}

/*product*/
.hp_product{
    padding:110px 8% 50px 8%;
    background:#fff;
}

.hp_product_listbox{
    margin-top:50px;
}

.hp_product_item{
    position:relative;
}

.hp_product_imgbox{
    position:relative;
    overflow:hidden;
    clip-path:polygon(0 0,100% 0,92% 100%,0 100%);
}

.hp_product_imgbox img{
    width:100%!important;
    height:330px!important;
    object-fit:cover;
    transition:0.35s all linear;
}

.hp_product_item:hover .hp_product_imgbox img{
    transform:scale(1.06);
}

.hp_product_item .n_subtitle{
    margin-top:18px;
    color:#111;
}

.product_cat-10 {
    padding-bottom:110px;
    padding-left: 8% !important;
    padding-right: 8% !important;
}

.product_cat-10 .wrapper_product_category{
    text-align:left;
    margin-bottom:0;
}

.product_cat-10 .wrapper_product_category a{
    display:block;
    text-decoration:none;
}

.product_cat-10 .wrapper_product_category .product_img{
    border-radius:0;
    padding-top:64%;
    clip-path:polygon(0 0, 100% 0, 100% 82%, 91% 100%, 0 100%);
}

.product_cat-10 .wrapper_product_category .product_img img{
    object-fit:cover;
}

.product_cat-10 .wrapper_product_category:hover .product_img img{
    width:110%;
    height:110%;
}

.product_cat-10 .wrapper_product_category h3{
    position:relative;
    display:inline-block;
    color:#151f2b;
    font-size:1vw;
    font-weight:800;
    line-height:1.2;
    letter-spacing:0;
    text-transform:uppercase;
    margin:0;
    padding-right:28px;
}

.product_cat-10 .wrapper_product_category h3:after{
    content:"↗";
    position:absolute;
    right:0;
    top:-1px;
    color:#d8b46a;
    font-size:24px;
    font-weight:400;
    line-height:1;
}

.product_cat-10 .wrapper_product_category .mt-3{
    margin-top:16px;
}

.product_cat-10 .wrapper_product_category .mt-3:last-child{
    display:none;
}

.product_cat-10 .wrapper_product_category .view-btn{
    display:none;
}

@media screen and (max-width:991.5px){
    .hp_product{
        padding:90px 5% 5% 5%;
    }

    .hp_product .btnbox_right{
        justify-content:flex-start;
    }
    
    .product_cat-10 {
        padding-bottom:90px;
    }
}

@media screen and (max-width:767.5px){
    .hp_product{
        padding:70px 5% 5% 5%;
    }
    
    .product_cat-10 .wrapper_product_category h3{
        font-size:15px;
    }

    .hp_product_item{
        margin-bottom:35px;
    }

    .hp_product_imgbox img{
        height:260px!important;
    }
    
    .product_cat-10 {
        padding-bottom:70px;
    }
    
    .product_cat-10 .row{
        margin-left:-15px;
        margin-right:-15px;
    }

    .product_cat-10 .col-12{
        padding-left:15px;
        padding-right:15px;
    }

    .product_cat-10 .wrapper_product_category{
        margin-bottom:35px;
    }
    
    .product_cat-10 .col-md-6:nth-child(2) .wrapper_product_category{
        margin-bottom:0;
    }

    .product_cat-10 .wrapper_product_category .product_img{
        padding-top:62%;
    }
    .hp_product .btnbox_right{
        display:none;
    }
    
}

/*partner customer*/
.hp_partner{
    position:relative;
    padding:110px 8% 55px 8%;
    background:#020b12;
    overflow:hidden;
}

.hp_partner:before{
    position:absolute;
    content:"";
    top:0;
    right:0;
    width:55%;
    height:430px;
    background-image:url("https://cdn1.npcdn.net/images/e_img_z07e8s_1782976791.png?md5id=aa4a4685b7c6888c2a07ef003e29926b&new_width=1115&new_height=632&type=4");
    background-size:cover;
    background-position:center;
    opacity:.75;
}

.hp_partner:after{
    position:absolute;
    content:"";
    left:-5%;
    bottom:10%;
    width:1px;
    height:40%;
    background:#d8b46a;
    transform:rotate(42deg);
    opacity:.8;
}

.hp_partner .container-fluid{
    position:relative;
    z-index:2;
}

.hp_partner .n_content{
    color:#fff;
}

.hp_partner_logobox{
    display:flex;
    align-items:center;
    gap:55px;
    margin-top:45px;
}

.hp_partner_logobox img{
    width:280px!important;
    height:auto!important;
    object-fit:contain;
}

/*hp_customer*/
.hp_customer{
    position:relative;
    padding:55px 8% 110px 8%;
    background-image:url(https://cdn1.npcdn.net/images/g_bg_f6pqgw_1782976792.jpg?md5id=aa4a4685b7c6888c2a07ef003e29926b&new_width=1920&new_height=760&type=4);
    background-size:cover;
    background-position:center;
    overflow:hidden;
}

.hp_customer_listbox{
    margin-top:45px;
}

.hp_customer_item{
    max-width: 220px;
    margin:0 auto;
}

.hp_customer_item img{
    width: 100%;
    object-fit: contain;
}

.hp_customer_item p{
    font-size:1.05vw;
    font-weight:700;
    line-height:1.4;
    color:#fff;
    text-align:center;
    margin:18px 0 0;
}

.hp_customer .n_content{
    color:#fff;
}

@media screen and (max-width:991.5px){
    .hp_partner{
        padding:90px 5%;
    }

    .hp_partner:before{
        opacity:.2;
        width:100%;
    }

    .hp_partner_logobox{
        flex-wrap:wrap;
        gap:25px;
    }
}

@media screen and (max-width:767.5px){
    .hp_partner{
        padding:70px 5% 35px;
    }
    
    .hp_customer_listbox{
        margin-top:0;
    }
    
    .hp_customer_item p{
        font-size:14px;
    }

    .hp_partner_logobox{
        flex-direction:column;
        align-items:flex-start;
    }
    
    .hp_customer{
        padding:35px 5% 70px;
    }

    .hp_customer_item{
        margin-bottom:20px;
        padding:18px 0px;
    }

}

/*footer*/
.footer_type6 {
  background-color: #111;
  padding-top:60px;
}

.footer_type6 .line{
    margin-top:25px;
}

.footer_type6 .container{
    max-width:100%;
    padding:0 8%;
}

.footer_type6 .logo{
    min-height:80px;
    padding-top:0;
}

.footer_type6 .logo img{
    max-height: 100%;
    width: 80%;
    object-fit: contain;
}

.footer_type6 .title h5{
      font-family: "Bebas Neue", sans-serif;
      font-weight:400 !important;
      font-size: 2vw;
      color:#d8b46a;
}

.npfooter_languagebar .text-muted,
.platinum_website_visitor,
.npfooter_languagebar,
.copy_right small{
    color:#fff!important;
}

.footer_langbar_item{
    color:#fff!important;
}

@media (max-width:991.5px){
    .footer_type6 .title h5{
        font-size:22px;
    }
}
/*mobile side-navbar*/
.side_menu .footer_langbar_item{
    color:#fff!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;
    background-color:#fff;
}

/*tag page*/
.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;
    }
}

/*photo page*/
.gallerycategory .img_frame img,
.ws_gallery-2 .img_frame img{
    object-fit:contain;
}

/*news page*/
.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;
}