/*fixed base*/
#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;
}

/*category / product / tag / gallery / news*/
.category_list_type4 .category_box .img_frame img{
    object-fit: contain;
}
.product_list_5 .product_box .img_frame img{
    object-fit: contain;
    background-color:#fff;
}
.product_list_horizontal .product_box .img_frame img{
    object-fit: contain;
    background-color:#fff;
}
.gallerycategory .img_frame img,
.ws_gallery-2 .img_frame img{
    object-fit: contain;
}
.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;
}

/*global / common*/
.n_small{
    font-size:18px;
    font-weight:600;
    letter-spacing:0.4px;
    margin-bottom:8px;
    line-height:1.3;
    color:#033e8a;
    text-transform:uppercase;
}
.n_small span{
    position:relative;
    margin-left:33px;
}
.n_small span:before{
    position:absolute;
    content:"";
    top:0;
    bottom:0;
    left:-30px;
    width:20px;
    height:auto;
    margin:auto 0;
    
    
    background-image: url("https://cdn1.npcdn.net/images/title_icon_blue_o5yz7b_1781140044.png?md5id=52d3882d85ec8a840371c62855241ceb&new_width=1600&new_height=1600&type=4");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    
}

.n_small2{
    font-size:18px;
    font-weight:600;
    letter-spacing:0.4px;
    margin-bottom:8px;
    line-height:1.3;
    color:#033e8a;
    text-transform:uppercase;
}
.n_small2 span{
    position:relative;
    margin-left:33px;
}
.n_small2 span:before{
    position:absolute;
    content:"";
    top:0;
    bottom:0;
    left:-30px;
    width:20px;
    height:auto;
    margin:auto 0;
    
    
    background-image: url("https://cdn1.npcdn.net/images/title_icon_white_j9h27x_1781140039.png?md5id=52d3882d85ec8a840371c62855241ceb&new_width=1600&new_height=1600&type=4");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    
}

.n_title{
    font-size:35px;
    font-weight:700;
    line-height:1.15;
    margin-bottom:18px;
    color:#112140;
}

.n_title span{
    color: #033e8a;
}


.n_subtitle{
    font-size:18px;
    font-weight:700;
    line-height:1.25;
    margin-bottom:8px;
    color:#033e8a;
}
.n_content{
    font-size:14px;
    font-weight:500;
    line-height:1.5;
    color:#10273d;
}
.c_color1{color:#fff;}
.c_color2{color:#000;}
.c_color3{color:#00539b;}
.c_line{line-height:1.8;}

.btnbox_left{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    margin:1.4rem 0 0;
    position: relative;
    z-index: 1;
}
.btnbox_center{
    display:flex;
    justify-content:center;
    align-items:center;
    margin:1.4rem 0 0;
}
.btnbox_right{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    margin:1.4rem 0 0;
}

.n_button {
    width: auto;
    height: auto;
    position: relative;
    border: 0;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    transition: 0.25s all linear;
    padding: 7.5px 22.5px 7.5px 33px;
}

.n_button span {
    position: relative;
    clip-path: polygon(0% 0%, 92% 0%, 100% 100%, 0% 100%);
    background: #00539b;
    padding: 7.5px 30px 7.5px 27px;
    z-index: -1;
}


.n_button:hover{
    text-decoration:none;
    color:#fff;
    transform:translateY(-2px);
}

.n_button:before {
    background-image: url("https://cdn1.npcdn.net/images/button_blue_zvicj7_1781140039.png?md5id=52d3882d85ec8a840371c62855241ceb&new_width=1600&new_height=1600&type=4");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    width: 45px;
    height: 45px;
    margin: auto 0;
    z-index: 1;
}

.n_button:hover::before{
    animation: 1s buttonicon infinite;
}


@keyframes buttonicon {
    
  0% {
    transform: rotate(0deg);
  }

  100% {
  
    transform: rotate(360deg);
  }
  
}

@media screen and (max-width: 500.5px){
    .n_small{
        font-size: 14px;
    }
}

/*top space*/
.top_space {
    background: #033e8a;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 7vw;
}

.top_space_box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    gap: 1rem;
}

.top_space_box a, .top_space_box a:hover {
    color: #fff;
    text-decoration: none;
}

.top_space_social {
    font-size: 19px;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.top_space_social a:hover {
    animation: 1s jello;
}

.top_space_slogan {
    width: 100%;
}

.top_space_title {
    font-size: 1.05vw;
    margin-bottom: 0;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 2rem;
    white-space: nowrap;
}

.top_space_title::after {
    content: "";
    width: 100%;
    height: .8px;
    background-color: #fff;
}


.top_space_social .contactRecordBtn i {
    
    background: #fff;
    padding: 7px;
    border-radius: 999px;
    color: #033e8a;
    font-size: 14px;

}

/*navbar*/

.navbar_type8{
    height: 90px;
}

.navbar_type8 .logo{
    margin-left: 7vw;
}

.navbar_type8 .logo img{
    width: 9vw;
    padding:10px 0;
}


.navbar_type8 .nav_tab{
    justify-content: flex-start;
}

.navbar_type8 .nav_tab .nav_item a{
    font-size:1vw;
    padding:15px 1.2vw;
    color: #112140;
    font-weight: 800;
}
.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;
}
.navbar_mobile .btn-outline-light:hover{
    background-color:transparent;
    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*/

.dark_nav{
    background-color: rgba(255, 255, 255, 0.8) !important;
}



@media screen and (max-width:1200.5px){
    .navbar_type8 .nav_tab .nav_item a{
        font-size:1.2vw;
        padding:15px 1.1vw;
    }
}


/*serach bar*/


.top_search_bar {
    position: fixed;
    z-index: 9999;
    right: 7vw;
    top: 68.2px;
    /* position: relative; */
}
.top_search_bar form {
    background: #fff;
    line-height: 30px;
    border-radius: 35px;
    overflow: hidden;
    width: 16vw;
}
.top_search_bar input {
    border-radius: 35px;
    border: 1px solid #808080;
    width: 100%;
    padding-left: 12px;
    /*padding-right: 50px;*/
    color: #999999;
}
.top_search_bar button{
    background: transparent;
    border: transparent 1px solid;
    border-left: unset;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0px 25px 25px 0px;
}
.top_search_bar .fas.fa-search{
    color: #999999;
}


/*dark nav*/

.dark_nav .top_search_bar {
    position: fixed;
    z-index: 9999;
    right: 7vw;
    top: 28.2px;
   
}


@media screen and (max-width: 1200.5px){
    .top_search_bar form{
        width: 12vw;
    }
}

/*top spacing*/


#top_spacing{
    height: 90px!important;
}


@media screen and (max-width: 991.5px){
    #top_spacing{
        height: 80px!important;
    }
}


/*fixed banner*/
.slider_banner .banner_content{
    overflow:hidden;
}
@media screen and (max-width:767.5px){
    .index_wrapper_2 .item>img{
        min-height:100vw!important;
        object-fit:cover;
    }
}

/*banner*/
.hp_banner{
    position:relative;
    left:0%;
    top:56%;
    transform:translate(0,-50%);
    width:calc(100% - 0%);
    z-index:2;
}
.hp_banner .hp_banner_visual{
    position:absolute;
    width:64vw !important;
    height:auto !important;
    right:0;
    bottom:-8vw;
    z-index:1;
}
.hp_banner .hp_banner_box{
    position:relative;
    z-index:3;
    width:43%;
    padding:6vw 0 7vw 8%;
}
.hp_banner .hp_banner_title{
    font-size: 2.4vw;
    font-weight:600;
    line-height:1.05;
    margin-bottom:1.1vw;
}
.hp_banner .hp_banner_content{
    width:75%;
    font-size:0.9vw;
    line-height:1.6;
}

.hp_banner .btnbox_left{
    margin: 4vw 0 0;
}

.n_button.hp_banner_button:before {
    background-image: url("https://cdn1.npcdn.net/images/button_grey_qdn1za_1781140039.png?md5id=52d3882d85ec8a840371c62855241ceb&new_width=1600&new_height=1600&type=4");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    
}
@media screen and (max-width:991.5px){
    .hp_banner .hp_banner_box{
        width:49%;
        padding-left:5%;
    }
    .hp_banner .hp_banner_title{
        font-size:3vw;
    }
    .hp_banner .hp_banner_content{
        font-size:1vw;
    }
}
@media screen and (max-width:767.5px){
    .hp_banner{
        
        top: 50%;
        transform: translate(0,-50%);

    }
    .hp_banner .hp_banner_visual{
        position:relative;
        width:100% !important;
        right:auto;
        bottom:auto;
        margin-top:20px;
    }
    .hp_banner .hp_banner_box {
        width: 100%;
        padding: 20px 5vw 20px;
        background: rgba(0,0,0,0.5);
    }
    .hp_banner .hp_banner_title{
        font-size:28px;
    }
    .hp_banner .hp_banner_content{
        width:100%;
        font-size:14px;
    }
}

@media screen and (max-width: 575.5px){
    .hp_banner .hp_banner_box{
        width:100%;
        padding:4vw 0 0;
    }
    
    .hp_banner_title br{
        display: none;
    }
    
    .hp_banner .hp_banner_box {
        background: unset;
    }
    
    .slider_banner .banner_content{
        background: rgba(0,0,0,0.5);
    }
}

/*product categories*/
.index_wrapper_5{
    position:relative;
    
    background-image: url("https://cdn1.npcdn.net/images/c_product_bg_35l1rh_1781140040.png?md5id=52d3882d85ec8a840371c62855241ceb&new_width=1600&new_height=1600&type=4");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
}

.hp_cat{
    padding:80px 9% 0;
}

.hp_cat .hp_cat_toprow{
    align-items:flex-end;
    margin-bottom:28px;
}
.hp_cat .hp_cat_textbox .n_content{
    font-size:14px;
    margin-bottom:0;
    font-weight: 600;
}
.hp_cat .hp_category_slider{
    margin:0 -10px;
}
.hp_cat .hp_cat_itembox{
    padding:0 10px;
}
.hp_cat .hp_cat_item{
    display:block;
    position:relative;
    border-radius:10px;
    overflow:hidden;
    background:#033e8a;
    color:#fff;
    text-decoration:none;
}
.hp_cat .hp_cat_imgbox{
    position:relative;
    width:100%;
    padding-top:61%;
    overflow:hidden;
}
.hp_cat .hp_cat_img{
    position:absolute;
    top:50%;
    left:50%;
    width:100%;
    height:100%;
    transform:translate(-50%,-50%);
    object-fit:cover;
    transition:0.4s all linear;
}
.hp_cat .hp_cat_caption{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:16px 20px;
    background:#082f63;
}
.hp_cat .hp_cat_caption p{
    margin:0;
    font-size:14px;
    font-weight:700;
}
.hp_cat .hp_cat_item:hover .hp_cat_img{
    transform:translate(-50%,-50%) scale(1.08);
}


/*.product_cat-11 .slick-arrow{*/
/*    z-index: 1;*/
/*}*/

.product_cat-11{
    padding:0 0 90px 9%;
}

.hp_product_cat_slider .slick-list .slick-track{
    margin-left: -5vw;
}

#main_index .product_cat-11 .slick-prev.slick-arrow{
    background-image: url("https://cdn1.npcdn.net/images/c_category_arrow_8umvz1_1781140040.png?md5id=52d3882d85ec8a840371c62855241ceb&new_width=1600&new_height=1600&type=4");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.product_cat-11 .slick-arrow::before{
    font-size: 0;
}


.product_cat-11 .slick-arrow{
    z-index: 10!important;
}

.product_cat-11 .slick-arrow {
    display: flex;
    width: 14px;
    /*height: 100%;*/
    border-radius: 0;
    line-height: 0;
    
    position: absolute;
    top: 50%;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    /* border: none; */
    outline: none;
}

.product_cat-11 .slick-prev {
    left: -5vw!important;
    
}

.product_cat-11 .slick-next {
    display: none;
}


.product_cat-11 .hp_product_cat_slider .item .wrapper_brand{
    padding-top: 70%;
    border-radius: 20px;
}



.product_cat-11 .hp_product_cat_slider .item::after{
    display: none;
}

.product_cat-11 .hp_product_cat_slider .card{
    border-radius: unset;
    box-shadow: unset;
    border: unset;
    
}

.product_cat-11 .hp_product_cat_slider .card {
    background: linear-gradient(to right, #112140 0%, #033e8a 100%);
    border-radius: 20px;
}

.product_cat-11 .hp_product_cat_slider .card:hover a .wrapper_title .category_title{
    color: #fff;
}

.product_cat-11 .hp_product_cat_slider .item > a{
    padding: 1rem 2vw;
    flex-direction: row;
}


.product_cat-11 .hp_product_cat_slider .item .wrapper_brand a{
    justify-content: center;
    
}

.product_cat-11 .hp_product_cat_slider .card:hover .wrapper_brand a .product_img{
    transform: scale(1.1);
}

.product_cat-11 .hp_product_cat_slider .item a .wrapper_title{
    text-align: left;
    
}

.product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title{
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
}

.product_cat-11 .hp_product_cat_slider .item a .wrapper_btn .view_btn{
    font-size: 0;
    position: relative;
}

.product_cat-11 .hp_product_cat_slider .card a .wrapper_btn .view_btn:after {
    content: "";
    background-image: url("https://cdn1.npcdn.net/images/button_arrow_md0al2_1781140039.png?md5id=52d3882d85ec8a840371c62855241ceb&new_width=1600&new_height=1600&type=4");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
}

.product_cat-11 .hp_product_cat_slider .card:hover a .wrapper_btn .view_btn:after{

    animation: arrow-slide 0.8s infinite;
}

.product_cat-11 .hp_product_cat_slider .item .wrapper_brand:hover img{
    transform: unset;
}

@media screen and (max-width:767.5px){
    .index_wrapper_5{
        padding:60px 0%;
    }
    .hp_cat .hp_cat_textbox{
        margin-top:15px;
    }
    
    .hp_product_cat_slider .slick-list .slick-track{
        margin-left: 0;
    }
    
    .hp_cat {
        padding: 0;
    }
    
}


/*hp_video*/

.hp_video{
    padding:90px 9% 80px;
}

.hp_video_box{
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.hp_youtube_iframe{
    width: 100%;
    height: 100%;
    border: 0;
}

@media screen and (max-width: 767.5px){
    .hp_video{
        padding:0 5% 70px;
    }
}

/*featured product*/
/*.index_wrapper_5{*/
/*    position:relative;*/
/*    padding:90px 9% 80px;*/
/*    background:#fff;*/
/*}*/

/*.hp_cat_textbox {*/
/*    padding-left: 35%;*/
/*}*/


/*.hp_product_textbox {*/
/*    text-align: center;*/
/*}*/

/*.hp_product .hp_product_top{*/
/*    margin-bottom:28px;*/
/*}*/
/*#main_index .productSlider-1 .slick-track{*/
/*    display:flex;*/
/*}*/
/*#main_index .productSlider-1 .slick-track .slick-slide{*/
/*    height:auto;*/
/*    margin:0 8px;*/
/*    box-shadow: unset;*/
/*}*/
/*#main_index .productSlider-1 .product_img .product_box{*/
/*    height:100%;*/
/*    margin:0;*/
/*    padding:18px;*/
/*    border:1px solid #dce3eb;*/
/*    border-radius:10px;*/
/*    background:#fff;*/
/*    box-shadow:none;*/
/*    transition:0.25s all linear;*/
/*}*/
/*#main_index .productSlider-1 .product_img .product_box:hover{*/
/*    transform:translateY(-5px);*/
/*    box-shadow:0 12px 28px rgba(8,40,74,0.08);*/
/*}*/
/*#main_index .productSlider-1 .product_img .product_box .product_img_frame{*/
/*    position:relative;*/
/*    width:100%;*/
/*    padding-top:100%;*/
/*    height:0;*/
/*    overflow:hidden;*/
/*}*/
/*#main_index .productSlider-1 .product_img .product_box .product_img_frame img{*/
/*    position:absolute;*/
/*    width:100%;*/
/*    height:100%;*/
/*    top:50%;*/
/*    left:50%;*/
/*    transform:translate(-50%,-50%);*/
/*    object-fit:contain!important;*/
/*    border-radius:0;*/
/*}*/
/*#main_index .productSlider-1 .product_img .product_box .content a > h6{*/
/*    color:#000;*/
/*    font-size:16px;*/
/*    font-weight:800!important;*/
/*    margin-bottom:4px;*/
/*    text-align: center;*/
/*    min-height: 60px;*/
    
/*    display: -webkit-box;        */
/*      -webkit-box-orient: vertical; */
/*      -webkit-line-clamp: 3;       */
/*      overflow: hidden;            */
/*      text-overflow: ellipsis;  */
/*}*/

/*#main_index .productSlider-1 .product_img .product_box h6{*/
/*    text-align: center;*/
/*}*/

/*#main_index .productSlider-1 .product_img .product_box .align-top a{*/
/*    color:#00539b;*/
/*    font-size:14px;*/
/*    font-weight:700;*/
/*}*/
/*#main_index .productSlider-1 .product_img .product_box a:hover{*/
/*    text-decoration:none;*/
/*}*/
/*#main_index .productSlider-1 .slick-prev:before,*/
/*#main_index .productSlider-1 .slick-next:before{*/
/*    color:#c4cbd2;*/
/*}*/



/*#main_index .productSlider-1 .slick-prev:before, #main_index .productSlider-1 .slick-next:before{*/
/*   text-shadow: unset;*/
/*   font-size: 30px;*/
/*}*/

/*#main_index .productSlider-1 .product_img .slick-prev{*/
/*    left: -5vw;*/
    
/*}*/

/*#main_index .productSlider-1 .product_img .slick-next{*/
/*    right: -5vw;*/
/*}*/

/*#main_index .productSlider-1 .product_img .product_box .content > p{*/
/*    display: none;*/
/*}*/


/*@media screen and (max-width:767.5px){*/
/*    .index_wrapper_5{*/
/*        padding:70px 9%;*/
/*    }*/
    
/*    .hp_cat_textbox {*/
/*        padding-left: 0;*/
/*    }*/
/*}*/

/*why choose*/
.hp_why{
    position:relative;
    padding: 60px 0 70px 9%;
    background:#fff;
}
.hp_why:before{
    position:absolute;
    content:"";
    right: 0;
    top:0;
    width:60vw;
    height:100%;
    
    
    background-image: url("https://cdn1.npcdn.net/images/e_shape_bg_pikdln_1781140040.png?md5id=52d3882d85ec8a840371c62855241ceb&new_width=1600&new_height=1600&type=4");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    
    z-index:0;
}
.hp_why .container-fluid{
    position:relative;
    z-index:2;
}
.hp_why .hp_why_listbox{
    background:#fff;
    border:1px solid #cccccc;
    box-shadow:0 12px 28px rgba(8,40,74,0.04);
}

.hp_why .hp_why_listbox > div{
    padding: 0;
}

.hp_why .hp_why_itembox{
    height:100%;
    padding: 20px 0;
}
.hp_why .hp_why_item{
    text-align:center;
    padding:20px 12px;
    border-right:1px solid #d9e0e8;
}
.hp_why .hp_why_item h3{
    font-size:50px;
    line-height:1;
    font-weight:900;
    color:#112140;
    margin-bottom:15px;
}
.hp_why .hp_why_item p{
    position:relative;
    font-size:12px;
    color:#808080;
    margin:0;
    padding-bottom:15px;
}
.hp_why .hp_why_item p:after{
    position:absolute;
    content:"";
    left:0;
    right:0;
    bottom:0;
    margin:0 auto;
    width:70px;
    height:2px;
    background:#033e8a;
}

@media screen and (max-width: 1199.5px){
    .hp_why:before{
        width: 100%;
    }
}

@media screen and (max-width:767.5px){
    .hp_why{
        padding:60px 0%;
    }
    .hp_why .hp_why_titlebox{
        margin-bottom:20px;
    }
    .hp_why .hp_why_item{
        border-bottom:1px solid #cccccc;
    }
}


@media screen and (max-width: 348.5px){
    
    .hp_why .hp_why_item{
        min-height: 50vw;
    }
    
}

/*services*/
.index_wrapper_7{
    position:relative;
    padding:75px 9% 80px;
    
    
    /*background-image: url("https://cdn1.npcdn.net/images/f_service_bg_bw0ioy_1781140042.png?md5id=52d3882d85ec8a840371c62855241ceb&new_width=1600&new_height=1600&type=4");*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*background-size: contain;*/
    
}

.index_wrapper_7:after {
    background-image: url("https://cdn1.npcdn.net/images/f_service_bg_bw0ioy_1781140042.png?md5id=52d3882d85ec8a840371c62855241ceb&new_width=1600&new_height=1600&type=4");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100vw 42rem;
    z-index: -1;
    content: "";
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}


.white_line {
    width: 5vw;
    height: 1px;
    background: #fff;
    margin: 1rem 0;
    border: none;
}

.hp_service .container-fluid{
    position:relative;
    z-index:2;
}
.hp_service .hp_service_toprow{
    align-items:flex-end;
    margin-bottom:28px;
}
.hp_service .hp_service_toprow .n_content{
    font-size:14px;
    font-weight: 600;
}
/*.hp_service .hp_service_listbox{*/
/*    margin-top:0;*/
/*}*/
/*.hp_service .hp_service_itembox{*/
/*    margin-bottom:18px;*/
/*}*/
/*.hp_service .hp_service_item{*/
/*    position:relative;*/
/*    display:block;*/
/*    height:245px;*/
/*    overflow:hidden;*/
/*    border-radius:0 20px 0 0;*/
/*    color:#fff;*/
/*    text-decoration:none;*/
/*}*/
/*.hp_service .hp_service_img{*/
/*    width:100%;*/
/*    height:100%!important;*/
/*    object-fit:cover;*/
/*    transition:0.4s all linear;*/
/*}*/
/*.hp_service .hp_service_overlay{*/
/*    position:absolute;*/
/*    inset:0;*/
/*    background:linear-gradient(180deg, rgba(0,0,0,0.05), rgba(0,0,0,0.72));*/
/*}*/
/*.hp_service .hp_service_text{*/
/*    position:absolute;*/
/*    left:18px;*/
/*    right:18px;*/
/*    bottom:18px;*/
/*    z-index:2;*/
/*}*/
/*.hp_service .hp_service_text .n_subtitle{*/
/*    color:#fff;*/
/*    margin:0;*/
/*}*/
/*.hp_service .hp_service_text .n_content{*/
/*    font-size:12px;*/
/*    margin:8px 0 0;*/
/*    transition:0.25s all linear;*/
/*    height:0;*/
/*    overflow: hidden;*/
/*}*/
/*.hp_service .hp_service_item:hover .hp_service_text .n_content{*/
/*    height:60px;*/
/*}*/
/*.hp_service .hp_service_item:hover .hp_service_img{*/
/*    transform:scale(1.08);*/
/*}*/

@media screen and (max-width: 1300.5px){
    /*.hp_service .hp_service_item:hover .hp_service_text .n_content{*/
    /*    height:75px;*/
    /*}*/
}



@media screen and (max-width: 1110.5px){
    /*.hp_service .hp_service_item:hover .hp_service_text .n_content{*/
    /*    height:100px;*/
    /*}*/
}



@media screen and (max-width:991.5px){
    .index_wrapper_7:before{
        width:100%;
        height:35%;
    }
    
    .white_line {
        width: 10vw;
    }
    
    .index_wrapper_7:after{
        background-size: cover;
        background-position: 60%;
    }
    
    /*.hp_service .hp_service_text .n_content{*/
    /*    height: auto;*/
    /*}*/
}
@media screen and (max-width:767.5px){
    .index_wrapper_7{
        padding:60px 0%;
    }
    /*.hp_service .hp_service_item{*/
    /*    height:220px;*/
    /*}*/
    
    
    .n_content.service{
        color: #fff;
    }
    
    .index_wrapper_7:after{
        background-position: top left;
    }
    
    .white_line {
        width: 15vw;
    }
    
    /*.hp_service .hp_service_text .n_content{*/
    /*    height: auto;*/
    /*}*/
}


/*component service ex_defaultService*/
#main_index .service{
    position:relative;
    z-index:1;
}

/*#main_index .service .container-fluid{*/
/*    padding:0;*/
/*}*/

/*#main_index .service .row{*/
/*    margin-left:-18px;*/
/*    margin-right:-18px;*/
/*}*/

#main_index .service .service_box{
    position:relative;
    padding:0 18px;
    margin-bottom:22px;
    text-align:left!important;
}

#main_index .service .service_box > *{
    display:none;
}


#main_index .service .service_box a{
    position:relative;
    display:block;
    /*height:308px;*/
    overflow:hidden;
    border-radius:0 18px 0 0;
    color:#fff;
    text-decoration:none;
    background:#111;
}

#main_index .service .service_box:nth-child(4) a,
#main_index .service .service_box:nth-child(5) a{
    border-radius:18px 18px 0 0;
}

#main_index .service .service_box img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.45s all linear;
}

#main_index .service .service_box a:before{
    position:absolute;
    content:"";
    inset:0;
    background:linear-gradient(0deg, rgba(0,0,0,0.72), rgba(0,0,0,0.12));
    z-index:1;
    transition:0.35s all linear;
}

#main_index .service .service_box a strong:after{
    position:absolute;
    content:"";
    left:2vw;
    top:-1rem;
    width:5vw;
    height:1.5px;
    background:#fff;
    z-index:2;
    
}



#main_index .service .service_box strong{
    position:absolute;
    padding: 0 2vw;
    bottom:1.5vw;
    left: 0;
    z-index:2;
    color:#fff;
    font-size:18px;
    font-weight:700;
    line-height:1.1;
    margin:0;
}

#main_index .service .service_box p{
    display:none;
}



#main_index .service .service_box:hover img{
    transform:scale(1.06);
}

#main_index .service .service_box:hover a:before{
    background:linear-gradient(0deg, rgba(0,0,0,0.82), rgba(0,0,0,0.25));
}

#main_index .service .service_box:hover strong{
    animation:none;
}

#main_index .markdown.prose.dark\:prose-invert.wrap-break-word.w-full.dark.markdown-new-styling{
    display: none;
}


@media screen and (max-width:1200.5px){
    #main_index .service .row{
        margin-left:-12px;
        margin-right:-12px;
    }

    #main_index .service .service_box{
        padding:0 12px;
    }

    #main_index .service .service_box a{
        height:280px;
    }
}

@media screen and (max-width:991.5px){
    #main_index .service .service_box{
        flex:0 0 50%;
        max-width:50%;
    }

    #main_index .service .service_box a{
        height:260px;
    }
    
    #main_index .service .service_box a strong:after{
        width: 10vw;
        left:2.5vw;
    }
    
    #main_index .service .service_box strong {
       
        bottom: 2vw;
        padding: 0 2.5vw;
        
    }
}

@media screen and (max-width:767.5px){
    #main_index .service .row{
        margin-left:0;
        margin-right:0;
    }

    #main_index .service .service_box{
        flex:0 0 100%;
        max-width:100%;
        padding:0 15px;
        margin-bottom:18px;
    }

    #main_index .service .service_box a{
        height:245px;
        border-radius:14px 14px 0 0;
    }
    
    #main_index .service .service_box a strong:after{
        width: 15vw;
        left:5.5vw;
    }
    
    #main_index .service .service_box strong {
        bottom: 4vw;
        padding: 0 5.5vw;
    }
}

/*brands*/
.index_wrapper_8{
    padding:75px 0 75px;
    background:#fff;
}
.hp_brand .hp_section_head{
    margin-bottom:28px;
}
/*.hp_brand .hp_brand_slider{*/
/*    margin:0 -8px;*/
/*}*/
/*.hp_brand .hp_brand_itembox{*/
/*    padding:0 8px;*/
/*}*/
/*.hp_brand .hp_brand_img{*/
/*    width:100%;*/
/*    height:70px!important;*/
/*    object-fit:contain;*/
/*    padding:14px 22px;*/
/*    border:1px solid #d9e0e8;*/
/*    border-radius:6px;*/
/*    background:#fff;*/
/*}*/

@media screen and (max-width: 991.5px){
    .index_wrapper_8{
        padding:75px 0;
        
    }
}

@media screen and (max-width:767.5px){
    /*.hp_brand{*/
    /*    padding:0 0% 60px;*/
    /*}*/
    
    .index_wrapper_8{
        padding:0;
        
    }
}

/*slider*/

.hp_mas{
    overflow: hidden;
   
}
.hp_mas .col-md-12{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    flex-wrap: nowrap;
    width: max-content;
    animation-name: hpMasMove;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    will-change: transform;
}
.hp_mas_box,
.hp_mas_clone{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    flex: 0 0 auto;
}


.hp_mas_box .brand-item,
.hp_mas_clone .brand-item{
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 120px;
    outline: none;
    
    
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 10px;
    margin-left: 10px;
}

.hp_mas_box .brand-item img, .hp_mas_clone .brand-item img {
    max-height: 100%;
    max-width: 200px;
    object-fit: contain;
    transition: 0.3s;
    transform: scale(0.8);
}


.hp_mas_box > *,
.hp_mas_clone > *{
    flex: 0 0 auto;
    white-space: nowrap;
    box-sizing: border-box;
}
.hp_mas_box img,
.hp_mas_clone img{
    display: block;
    height: auto;
    max-width: none;
    
}

@keyframes hpMasMove{
    from{
        transform: translate(0, 0);
    }
    to{
        transform: translate(var(--hp-mas-move), 0);
    }
}

@media screen and (max-width: 767.5px){
    
    
}





/*about*/
.hp_about{
    position:relative;
    padding:75px 0;
    background:#fff;
}
.hp_about:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 33vw;
    height: 100%;
    background-image: url("https://cdn1.npcdn.net/images/b_shape_bg_k9n5db_1781140039.png?md5id=52d3882d85ec8a840371c62855241ceb&new_width=1600&new_height=1600&type=4");
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}
.hp_about .container-fluid{
    position:relative;
    z-index:2;
}

.hp_about .container-fluid .row > div:first-child{
    padding: 0;
}

.hp_about .hp_about_img{
    width:100%;
    height:auto!important;
}
.hp_about .hp_about_stamp {
    position: absolute;
    width: 9vw!important;
    height: auto!important;
    top: 0;
    left: 35vw;
    z-index: 3;
    animation: spin 6s linear infinite;
}

@keyframes spin{
    0%{
        transform: rotate(0deg);

    }
     100%{
        transform: rotate(360deg);

    }

}

.hp_about .hp_about_stamp2 {
    position: absolute;
    width: 3vw!important;
    height: auto!important;
    top: 3vw;
    left: 38vw;
    z-index: 3;
}


.hp_about .hp_about_textbox{
    padding-left:1%;
    padding-right: 18%;
}

@media screen and (max-width: 1200.5px){
    .hp_about:before{
        width: 46vw;
    }
}

@media screen and (max-width: 991.5px){
    .hp_about .hp_about_textbox {
         padding-left: 0; 
         padding-right: 0; 
        padding: 9%;
    }
    
    .hp_about .hp_about_stamp2 {
        position: absolute;
        width: 6vw!important;
        height: auto!important;
        top: 5vw;
        left: 77vw;
        z-index: 3;
    }
    
    .hp_about .hp_about_stamp {
        position: absolute;
        width: 16vw!important;
        height: auto!important;
        top: 0;
        left: 72vw;
        z-index: 3;
        animation: spin 6s linear infinite;
    }
    
}

@media screen and (max-width:767.5px){
    .hp_about{
        padding:60px 0%;
    }
    .hp_about .hp_about_textbox{
        padding-left:0;
        margin-top:20px;
    }
    .hp_about .hp_about_stamp{
        width:22vw!important;
        top:8vw;
        left:auto;
        right:5vw;
    }
    
    .hp_about .hp_about_stamp {
        width: 22vw!important;
        top: 0vw;
        left: auto;
        right: 5vw;
    }
    
    .hp_about .hp_about_stamp2 {
        position: absolute;
        width: 8vw!important;
        height: auto!important;
        top: 7vw;
        left: 80vw;
        z-index: 3;
    }
}

/*client*/
.hp_client{
    padding:0 0 70px;
    background:#fff;
}
.hp_client .hp_section_head{
    margin-bottom:26px;
}
.hp_client .hp_client_listbox{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:12px;
}
.hp_client .hp_client_itembox{
    flex:0 0 calc(16.666% - 12px);
}
.hp_client .hp_client_img{
    width:100%;
    height:8vw!important;
    object-fit:contain;
    padding:12px 18px;
    border:1px solid #cccccc;
    border-radius:10px;
    background:#fff;
}
@media screen and (max-width:991.5px){
    .hp_client .hp_client_itembox{
        flex:0 0 calc(33.333% - 12px);
    }
    
    .hp_client .hp_client_img{
        height:12vw!important;
    }
}
@media screen and (max-width:767.5px){
    .hp_client{
        padding:60px 0%;
    }
    .hp_client .hp_client_itembox{
        flex:0 0 calc(50% - 12px);
    }
    
    .hp_client .hp_client_img{
        height:23vw!important;
    }
}

/*latest news*/
.index_wrapper_10{
    position:relative;
    padding:80px 9%;
    background-image: url("https://cdn1.npcdn.net/images/i_news_bg_hj9mi2_1781140043.png?md5id=52d3882d85ec8a840371c62855241ceb&new_width=1600&new_height=1600&type=4");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    
    background-color: #f2f2f2;
}

.hp_news .container-fluid{
    position:relative;
    z-index:2;
}
.hp_news .hp_section_head{
    margin-bottom:28px;
}


#main_index .latestnewsAjax{
    justify-content: center;
}

#main_index .latest_new_type4{
    margin-bottom:0;
}
#main_index .latest_new_type4 .news_box{
    width:100%;
    height:100%;
    padding:0 15px;
    background:transparent;
    position:relative;
    visibility:visible;
}
#main_index .latest_new_type4 .news_box a{
    color:#033e8a;
    text-decoration:none;
    display: block;
    background: #fff;
    border-radius: 20px;
}
#main_index .latest_new_type4 .news_box .img_frame{
    overflow:hidden;
    position:relative;
    width:100%;
    height:0;
    padding-top:62%;
    margin-bottom:14px;
    border-radius:20px;
    box-shadow:none;
    background:#303030;
}
#main_index .latest_new_type4 .news_box .img_frame img{
    position:absolute;
    top:50%;
    left:50%;
    width:100%;
    height:100%;
    transform:translate(-50%,-50%);
    object-fit:cover;
    transition:0.5s ease;
}
#main_index .latest_new_type4 .news_box > a > p {
    font-size: 13px;
    color: #1d2d3d;
    margin-bottom: 8px;
    font-weight: 700;
    padding: 0 25px 15px;
}
#main_index .latest_new_type4 .news_box > a > .mb-0{
  
    margin-bottom:8px!important;
}
#main_index .latest_new_type4 .news_box .news_meta{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
#main_index .latest_new_type4 .news_box .badge-primary{
    background-color:#033e8a;
    letter-spacing:1px;
    border-radius:12px;
    font-size:12px;
    font-weight:500;
    line-height:1;
    padding:5px 12px;
}
#main_index .latest_new_type4 .news_box .date {
    font-size: 13px;
    font-weight: 500;
    color: #666666;
}
#main_index .latest_new_type4 .news_box:hover .img_frame img{
    transform:translate(-50%,-50%) scale(1.06);
}


#main_index .latest_new_type4 .container-fluid > div:nth-child(2){
    display: none;
}



@media screen and (max-width:767.5px){
    .index_wrapper_10{
        padding:60px 1rem;
    }
}

/*footer*/
.footer_type8 .copy_right,
.npfooter_languagebar .text-muted,
.platinum_website_visitor,
.npfooter_languagebar,
.copy_right small,
.footer_type10 .privacy_policy:hover,
.footer_type10 .mb-1{
    color:#fff!important;
}
.footer_type10 .social_media a .icon_s img{
    filter:brightness(0) invert(1)!important;
}
.footer_type10 .social_media a:hover .icon_s i {
    color:#fff;
}
.footer_langbar_item{
    color:#fff!important;
}
.side_menu .footer_langbar_item{
    color:#fff!important;
}

.footer_type6{
    background-color: #f2f2f2;
    
    background-image: url("https://cdn1.npcdn.net/images/j_footer_bg_og98bw_1781140043.png?md5id=52d3882d85ec8a840371c62855241ceb&new_width=1600&new_height=1600&type=4");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    
    padding-top: 6rem;
    
    padding-bottom: 3rem;
    /*margin-top: -1.5rem;*/
}
.footer_type6 .line{
    background-color: #fff;
    margin-bottom: 35px;
    margin-top: 20px;
}


.footer_type6 .logo {
    overflow: visible;
    padding-top: 0;
    margin-bottom: 3rem;
    min-height: 70px;
}

.footer_type6 .logo img {
    position: absolute;
    top: 25%;
    left: 0;
    transform: unset;
    width: auto;
    max-height: 60px;
}