/*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:60px 0 0;
}
.small_all{
    font-size:16px;
    font-weight:400;
    margin-bottom:1rem;
    color:#000;
}
.title_all{
    font-size:35px;
    font-weight:700;
    margin-bottom:1rem;
    line-height:1.5;
    color:#000;
}
.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:16px;
    font-weight:600;
    margin-bottom:0;
    line-height:1.5;
    color:#666;
}
.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 #267fff;
    border-radius: 0px;
    background-color: #267fff;
    width: 150px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    transition: 0.25s all linear;
}
.button_all:hover{
    background-color:rgba(38,127,255,0.8);
    text-decoration: none;
    color:#fff;
    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;   
}
.the_box{
    border: 1px solid #1a3260;
    width: 20rem;
    padding: 3rem 2rem;
    background-color: #1a3260;    
    position:relative;
    z-index:1;
}
.the_box h2{
    position:relative;
    line-height: 1.2;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 0;
    color: #fff;
}
.the_box h2:before{
    position: absolute;
    content: "";
    width: 6rem;
    height: 8rem;
    background-image:url("https://cdn1.npcdn.net/images/logo_grey_px0g97_1748427959.png?md5id=8ef24c84a164dbd96a8a66b26ddd4570&type=4");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    z-index: 1;
    filter: brightness(0) invert(1);
    animation:rotateed 10s infinite;
}
.the_line{
    background-color: #fff;
    width: 10rem;
    height: 3px;
    margin-top: 0.5rem;
}
@keyframes rotateed{
    0%{transform:rotate(0deg);}
    25%{transform:rotate(90deg);}
    50%{transform:rotate(180deg);}
    75%{transform:rotate(270deg);}
    100%{transform:rotate(360deg);}
}
@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){
    .the_box h2{
        font-size:40px;
    }
    .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;
    }
    .the_box{
        padding: 12% 9% 12% calc(3% + 1rem);
    }
    .the_box h2{
        font-size:35px;
    }
    .the_box h2:before{
        right:10vw;
    }
    .the_line{
        width:7rem;
    }
}

#top_spacing{
    height:calc(80px + 15px)!important;
}

@media screen and (max-width: 991.5px){
    #top_spacing{
        height:calc(80px + 0px)!important;
    }    
}

/*navbar*/
.navbar_type8{
    position: fixed;
    display: flex;
    border-radius: 10px;
    background-color: #fff;
    width: 88%;
    height: 80px;
    z-index: 100;
    margin-top: 15px;
    margin-left: 6%;
    box-shadow:0px 0px 5px rgba(0,0,0,0.5);
}
.navbar_type8 .logo img{
    width:17vw;
    padding:10px;
}
.navbar_type8 .nav_tab .nav_item a{
    font-size: 1.2vw;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 15px 1.2vw;
    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:#fff!important;
}
.navbar_mobile{
    background-color:#fff;
}
@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a{
        font-size:1.2vw;
        padding:15px 1.1vw;
    } 
}
@media screen and (max-width: 991.5px){
    .navbar_type8{
        display:none;
    }
}

/*hp_banner*/
.index_wrapper_2{
    margin-top:calc(-80px - 15px);
}
.slider_banner .banner_content{
    overflow:hidden;
}
.hp_banner{
    position: relative;
    left: 12%;
    top: 37%;
    transform: translate(0, -50%);
    width: calc(100% - 24%);
}
.hp_banner_title{
    font-size: 3.5vw;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 0;
}
.hp_banner_content{
    font-size: 2vw;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #fff;
}
.hp_banner .hp_banner_image{
    width: 58% !important;
    position: absolute;
    bottom: -30vw;
    left: 0vw;
}
.hp_banner .hp_banner_icon{
    width: 15% !important;
    position: absolute;
    bottom: -31vw;
    left: -1vw;
    /*right: 0;*/
    margin: 0 auto;
}
.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);
}
.banner2 .hp_banner_image{
    width:44%!important;
}
.hp_banner_content.janimate{
    animation-delay: 0.25s;
}
.hp_banner_image.janimate{
    animation:0.5s;
}
@media screen and (max-width: 991.5px){
    .index_wrapper_2{
        margin-top:calc(0px);
    }
    .hp_banner .hp_banner_icon{
        width:25%!important;
    }
    .hp_banner .hp_banner_image{
        left: unset;
        right: 0;
    }
}
@media screen and (max-width: 767.5px){
    .index_wrapper_2 .item>img{
    	min-height:130vw!important;
    	object-fit:cover;
    	object-position:left;
    }
    .hp_banner{
        left: 4%;
        width: calc(100% - 8%);
        top: 22%;
    }
    .hp_banner_title{
        font-size:9vw;
    }
    .hp_banner_subtitle{
        font-size:4vw;
    }
    .hp_banner_content{
        font-size:4vw;
        font-weight: 500;
    }
    .hp_banner .hp_banner_image{
        width: 100% !important;
        position: absolute;
        bottom: -64vw;
        left: unset;
        right: -5vw;
    }
    .banner2 .hp_banner_image{
        width:81%!important;
        bottom:-71vw;
    }
    .hp_banner .hp_banner_icon{
        width: 35% !important;
        bottom: -77vw;
        left: 4vw;
        right: unset;
    }
}

/*hp_about*/
.hp_about{
    position:relative;
    padding:2% 9% 9%;
}
.hp_about .col-lg-7{
    padding-left: calc(1rem + 6%);
}
.hp_about_word{
    position: absolute;
    font-size: 2.5vw;
    font-weight: 500;
    color: #267fff;
    line-height: 1;
    top: 0;
    bottom: 0vw;
    left: -2.5vw;
    margin: auto 0;
    display: flex;
    align-items: center;
    transform: rotate(-90deg);
}
.hp_about_word span{
    position:relative;
}
.hp_about_word span:before{
    position: absolute;
    content: "";
    width: 11vw;
    height: 1px;
    top: 0;
    bottom: 0;
    background-color: #267fff;
    margin: auto 0;
    right: -12vw;
}
.hp_about .row{
    align-items: center;
}
.hp_about_subtitle{
    font-size: 2.5vw;
    font-weight: 700;
    color: #555;
    line-height: 1;
    margin-bottom: 0;
    text-align: center;
}
.hp_about_subtitle span{
    display: block;
    font-size: 3.9vw;
    color: #1a3160;
}
.hp_about_image{
    margin:2rem auto 0;
    animation:zoomzoom 10s linear infinite;
}
.hp_about_grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    column-gap: 10px;
    row-gap: 10px;
    margin-top: 2rem;
    width: calc(100% - 6%);
    margin-left: auto;
}
.hp_about_gridbox{
    
}
.hp_about_grid img{
    
}

@keyframes zoomzoom{
    0%{
        transform:scale(0.9);
    }
    50%{
        transform:scale(1);
    }
    100%{
        transform:scale(0.9);
    }
}

@media screen and (max-width: 991.5px){
    .hp_about_grid{
        grid-template-columns: 1fr 1fr 1fr 1fr;
        margin-bottom:2rem;
    }
    .hp_about_image{
        width: 65%;
    }
    .hp_about_subtitle{
        margin-top: 9%;
        text-align: left;
        padding-left: 5vw;
    }
}
@media screen and (max-width: 767.5px){
    .hp_about{
        padding:6% 3% 24%;
    }    
    .hp_about_grid{
        grid-template-columns: 1fr 1fr;
        width:calc(100% - 0%);
    }
    .hp_about .col-lg-7 {
        padding-left: calc(1rem + 0%);
    }
    .hp_about_word span:before{
        width: 29vw;
        right: -32vw;
    }
    .hp_about_word{
        position: relative;
        font-size:18px;
        line-height: 1.5;
        left:0;
        transform:rotate(0deg);
    }
    .hp_about_subtitle{
        padding-left: 0;
        font-size: 6.5vw;
        margin-top:12%;
    }
    .hp_about_subtitle span{
        font-size:10.1vw;
    }
    .hp_about_image{
        width:100%;
        margin:2rem 0 0;
    }
}

/*hp_service*/
.hp_service{
    background-image:url("https://cdn1.npcdn.net/images/transport_service_banner_dqc64k_1748427967.jpg?md5id=8ef24c84a164dbd96a8a66b26ddd4570&type=4");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    width:91%;
    margin-left:auto;
}
.hp_service .col-md-12{
    padding:9% 0 9% 6.5%;
}
.hp_service_box{
    position:absolute;
    top: -3rem;
    right: 6.6%;
}
.hp_service_subtitle{
    font-size:45px;
    line-height:1.3;
    color:#fff;
}
@media screen and (max-width: 991.5px){
    .hp_service_subtitle{
        font-size:35px;
    }
}
@media screen and (max-width: 767.5px){
    .hp_service{
        width:100%;
    }
    .hp_service_box{
        width:86%;
        right: unset;
        left: 0%;
    }
    .hp_service_subtitle{
        font-size:30px;
        text-align: center;
    }
    .hp_service .col-md-12{
        background:linear-gradient(to top, rgba(0,0,0,0.5) 50%, transparent);
        padding: 65% 0 31% 0;
    }
    .hp_service_buttonbox{
        justify-content: center;
    }
}

/*hp_pro*/
.index_wrapper_5{
    padding: 6% 6% 6% 0%;
}
#index_5_1 .col-md-12{
    padding-left:0;
}
.index_wrapper_5 .row{
    align-items: center;
}
.productSlider-1 .slick-track .slick-slide{
    box-shadow:none;
    border-radius:0;
    margin: 10px 0.25rem;
}
.productSlider-1 .product_img .product_box{
    border:0px solid transparent;
}
.productSlider-1 .product_img .product_box .product_img_frame img{
    border-radius:0;
}
.productSlider-1 .product_img .product_box h6{
	border:1px solid red;
}
.productSlider-1 .product_img .product_box a:hover{
   text-decoration: none; 
}
.productSlider-1 .product_img .product_box .content{
    display:none;
}
.productSlider-1 .product_img .product_box .content .align-top{
    border:1px solid orange;
}
.productSlider-1 .product_img .product_box .content .align-top a,
.productSlider-1 .product_img .product_box .content .align-top p{
	border:1px solid yellow;
}

.productSlider-1 .product_img .slick-prev{
    left: -30px;
}
.productSlider-1 .product_img .slick-next{
    right: -30px;
}
.productSlider-1 .product_img .slick-prev::before{
	background-image:url("https://cdn1.npcdn.net/img/1708419651arrow-left.png");
	background-size:100%;
	background-position:center;
	background-repeat:no-repeat;
	text-shadow:unset;
	content:"";
	height:2vw;
	width:2vw;
} 
.productSlider-1 .product_img .slick-next::before{
	background-image:url("https://cdn1.npcdn.net/img/1708419667arrow-right.png");
	background-size:100%;
	background-position:center;
	background-repeat:no-repeat;
	text-shadow:unset;
    content:"";
    height:2vw;
	width:2vw;
}

@media screen and (max-width: 991.5px){
    #index_5,
    #index_6{
        flex:0 0 100%;
        max-width:100%;
    }
    #index_6{
        padding: 2rem 3rem 0 !important;
    }
    .index_wrapper_5{
        padding: 6% 0% 6% 0%;
    }
}

@media screen and (max-width: 767.5px){
    .index_wrapper_5 {
        padding: 12% 0% calc(12% + 3rem) 0%;
    }
	.productSlider-1 .product_img .slick-prev::before,
	.productSlider-1 .product_img .slick-next::before{
		background-size:80%;
	}
    .productSlider-1 .product_img .slick-prev{
        left: 5px;
    }
    .productSlider-1 .product_img .slick-next{
        right: 5px;
    }
    .hp_pro_box{
        width:19.3rem;
    }
}


/*component - Product cateogry*/
.product_cat-11 .hp_product_cat_slider .item a:nth-child(2){
    display:none;
}
.product_cat-11 .hp_product_cat_slider .item::after{
    display:none;
}
.product_cat-11 .hp_product_cat_slider .item .wrapper_brand{
    padding-bottom:unset;
    height:auto;
    aspect-ratio: 1;
}
.product_cat-11 .hp_product_cat_slider .item .wrapper_brand img{
    margin:auto;
}
.product_cat-11 .hp_product_cat_slider .card{
    box-shadow:unset;
}
.product_cat-11 .hp_product_cat_slider .slick-track{
    padding-bottom:0!important;
}
.product_cat-11 .slick-arrow{
    z-index:1!important;
}
.product_cat-11 .slick-prev{
    left: -44px;
    width:40px;
    aspect-ratio: 1;
}
.product_cat-11 .slick-next{
    right: -44px;
    width:40px;
    aspect-ratio: 1;
}
.product_cat-11 .slick-prev::before{
	background-image:url("https://cdn1.npcdn.net/img/1708419651arrow-left.png");
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	text-shadow:unset;
	content:"";
    height: 3vw;
    width: 3vw;
} 
.product_cat-11 .slick-next::before{
	background-image:url("https://cdn1.npcdn.net/img/1708419667arrow-right.png");
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	text-shadow:unset;
    content:"";
    height: 3vw;
    width: 3vw;
}


@media screen and (max-width: 767.5px){
    .product_cat-11{
        padding-top:10px;
    }
	.product_cat-11 .slick-prev::before,
	.product_cat-11 .slick-next::before{
	    width:2rem;
	    height:2rem;
	}
    .product_cat-11 .slick-prev{
        left: -25px;
    }
    .product_cat-11 .slick-next{
        right: -35px;
    }
}

/*hp_supply*/
.hp_supply{
    background-image:url("https://cdn1.npcdn.net/images/import_export_banner_l150cs_1748427959.jpg?md5id=8ef24c84a164dbd96a8a66b26ddd4570&type=4");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    width: 91%;
    margin-right: auto;
    padding: 6% 0% 6% 14%;
}
.hp_supply_flagbox{
    display:flex;
    flex-wrap: wrap;
    width:50%;
}
.hp_supply_subtitle{
    font-weight:600
}
.hp_supply_flag{
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0.5rem 0;
}
.hp_supply_flag h4{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}
.hp_supply_image{
    width: 60px;
    object-fit: contain;
    margin: 0;
    margin-right: 1rem;
    transition:0.25s all linear;
}
.hp_supply_flag:hover .hp_supply_image{
    transform:scale(1.05);
}
.hp_supply_box{
    position: absolute;
    top: 0;
    right: -3.6%;
    bottom: 0;
    margin: auto 0;
    height: 17rem;
}

@media screen and (max-width: 991.5px){
    .hp_supply{
        padding: 6% 0% 6% 8%;
    }
}
@media screen and (max-width: 767.5px){
    .hp_supply_box{
        width: 86%;
        right: unset;
        left: 0%;
        top:-3rem;
        height: auto;
        bottom: unset;
    }
    #index_6{
        padding:1rem 1rem 0!important;
    }
}
@media screen and (max-width: 767.5px){
    .hp_supply{
        padding:0;
    }
    .hp_supply{
        width:100%;
    }
    .hp_supply_subtitle{
        font-size:30px;
        text-align: center;
    }
    .hp_supply .col-md-12{
        background:linear-gradient(to top, rgba(0,0,0,0.5) 50%, transparent);
        padding:65% calc(1rem + 3%) 31% calc(1rem + 3%)
    }
    .hp_supply_flagbox{
        width:100%;
    }
    .hp_supply_flag h4{
        font-size:15px;
    }
}

/*hp_process*/
.hp_process{
    padding:6% 9% 3%;
}
.hp_process_box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width:100%;
}
.hp_process_line{
    border: 1px solid #000;
    height: 45px;
    width: 1px;
    margin: 0 2rem;
}

.hp_process_title{
    font-size:35px;
    margin-bottom:0;
}
.hp_process_subtitle{
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 700;
    color: #333;
}

/*hp_process2*/
.hp_process2 {
    background-image:url("https://cdn1.npcdn.net/images/process_bg_8vgrbw_1748427966.jpg?md5id=8ef24c84a164dbd96a8a66b26ddd4570&type=4");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    padding: 6% 9%;
}
.hp_process2_content{
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 6%;
}
.hp_process2_content2{
    color:#fff;
}
.hp_process2_imagebox{
    position:relative;
    overflow:hidden;
}
.hp_process2_image{
    transition:0.25s all linear;
}
.hp_process2 .col-md-6.col-lg-4:hover .hp_process2_image{
    transform:scale(1.05);
}
.hp_process2_subtitle{
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
    font-size: 23px;
    margin-bottom: 0;
    position: absolute;
    bottom: 2rem;
    min-height: 60px;
    left: 2rem;
    width:60%;
}
.hp_process2_line{
    position: absolute;
    content: "";
    width: 7vw;
    height: 2px;
    bottom: 4rem;
    right: 0;
    background-color: #fff;
    z-index: 1;
}
.hp_process2_line:after{
    position: absolute;
    content: "1";
    bottom: 0;
    right: 3vw;
    font-size: 5vw;
    font-weight: 700;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #fff;
}
.hp_process2_contentbox{
    padding: 2rem 2rem;
}
.hp_process2 .col-md-6.col-lg-4:nth-child(1) .hp_process2_line:after{
    content:"1";
}
.hp_process2 .col-md-6.col-lg-4:nth-child(2) .hp_process2_line:after{
    content:"2";
}
.hp_process2 .col-md-6.col-lg-4:nth-child(3) .hp_process2_line:after{
    content:"3";
}
.hp_process2 .col-md-6.col-lg-4:nth-child(4) .hp_process2_line:after{
    content:"4";
}
.hp_process2 .col-md-6.col-lg-4:nth-child(5) .hp_process2_line:after{
    content:"5";
}
.hp_process2 .col-md-6.col-lg-4:nth-child(6) .hp_process2_line:after{
    content:"6";
}

@media screen and (max-width: 991.5px){
    .hp_process_box{
        align-items: flex-start;
        flex-direction: column;
    }
    .hp_process_title{
        margin-bottom:1rem;
    }
    .hp_process_line{
        width: 43rem;
        height: 1px;
        margin: 0;
    }
    .hp_process_subtitle{
        margin-top:1rem;
    }
}

@media screen and (max-width: 991.5px){
    .hp_process{
        padding:6% 8% 3%;
    }
}

@media screen and (max-width: 767.5px){
    .hp_process{
        padding:12% 3% 12%;
    }
    .hp_process2{
        padding:12% 3% 30%;
    }
    .hp_process2_content{
        margin-bottom:2rem;
    }
    .hp_process2_line{
        width:20vw;
    }
    .hp_process2_line:after{
        right: 6vw;
        font-size: 25vw;
    }
    .hp_process2 .col-md-6.col-lg-4{
        padding-bottom:2rem;
    }
}

/*hp_what*/
.hp_what{
    padding: 0% 9% 6%;
    margin-top: -40px;
}
.hp_what .row:nth-child(2){
    align-items: center;
    padding: 2rem 0 6rem;
}
.hp_what .row:nth-child(3){
    padding:0 0.75rem;
}
.hp_what_textbox{
    background-color: #1a3260;
    width: 100%;
    margin: 0 auto;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hp_what_text{
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 700;
    letter-spacing:1px;
    color: #fff;
}
.hp_what_subtitle2{
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.3;
    color: #333;
}
.hp_what_content{
    font-size:18px;
}
.hp_what_box{
    border:1px solid transparent;
    background-color:transparent;
    padding-left: 0;
}
.hp_what_box h2:before{
    filter: brightness(0) invert(0);
    right: -1vw;
}
.hp_what_title{
    color:#1a3260!important;
}
.hp_what .the_line{
    background-color:#1a3260;
}
.hp_what .col-md-2{
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 0.25rem;
}
.hp_what_icon{
    width: 50%;
    margin: -40% auto 2rem;
    display: block;
}
.hp_what_box2{
    background-color:#000;
    padding: 9%;
    transition:0.25s all linear;
}
.hp_what_subtitle{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
}
.hp_what_content2{
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.hp_what_box2:hover{
    transform:scale(0.98);
}
@media screen and (max-width: 991.5px){
    .hp_what{
        padding: 0% 9% 0%;
    }
    .hp_what .col-md-2{
        flex: 0 0 33.33%;
        max-width: 33.33%;
        margin-bottom: 3.5rem;
        padding: 0.5rem;
    }
}
@media screen and (max-width: 767.5px){
    .hp_what{
        padding: 0% 3% 12%;
        margin-top: -100px;
    }
    .hp_what .col-md-2{
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 3rem;
        padding: 0.25rem;
    }
    .hp_what_text{
        font-size: 18px;
        padding: 0 9%;
    }
    .hp_what_textbox{
        height:190px;
    }
    .hp_what_content{
        font-size:16px;
    }
    .hp_what_icon{
        margin-bottom:1rem;
    }
    .hp_what .row:nth-child(2){
        padding: 2rem 0 5rem;
    }
}

/*hp_why*/

.hp_why{
    padding:0% 9% 0%;
}
.hp_why .row{
    align-items: center;
}
.hp_why_subtitle{
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.3;
    color: #333;
}
.hp_why_content{
    font-size:18px;
}
@media screen and (max-width: 1200.5px){
    .hp_why_box{
        width:16rem;
    }
}
@media screen and (max-width: 991.5px){
    .hp_why{
        padding:0;
    }
    .hp_why .col-md-4{
        padding-left:0;
    }
    .hp_why .col-md-8{
        padding-left: 37px;
    }
}
@media screen and (max-width: 767.5px){
    .hp_why .col-md-8{
        padding-left: calc(1rem + 3%);
        padding-top: 12%;
        padding-bottom: 12%;
    }
    .hp_why_box {
        width: 19.4rem;
    }
}

/*hp_ser*/
.hp_ser{
    background-color:#ededed;
    padding:6% 9%;
    margin-top:-2%;
}
.hp_ser_subtitle {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
}
.hp_ser_icon{
    width: 150px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1rem;
}
.hp_ser_content{
    font-weight: 400;
    font-size: 16px;
}
.hp_ser_subtitle2{
    font-size: 25px;
    font-weight: 700;
    margin-top:5rem;
    margin-bottom: 1rem;
    line-height: 1.3;
    color: #333;
}
.hp_ser_content2{
    font-size:18px;
}
.hp_ser_box:hover .hp_ser_icon{
    transform-origin:center;
    animation:j_shake 0.3s linear 0.1s 2;
}
@keyframes j_shake{
    25%{transform:rotate(10deg);}
    75%{transform:rotate(-10deg);}
}

@media screen and (max-width: 767.5px){
    .hp_ser{
        padding: 12% 3%;
        margin-top: 0%;
    }
    .hp_ser_icon{
        width:100px;
    }
    .hp_ser_subtitle{
        font-size:25px;
    }
    .hp_ser_content{
        font-size:16px;
    }
    .hp_ser_box{
        margin-bottom:2rem;
    }
    .hp_ser_subtitle2{
        margin-top:2rem;
    }
}

/*footer*/
.footer_type9{
    padding-top:2rem;
    background-color:#1a3260;
}
.footer_type9 a,
.footer_type9 p,
.footer_type9 h5,
.footer_type9 .text,
.footer_type9 a:hover,
.footer_type9 .d-inline-flex,
.footer_type9 i{
    font-size:16px;
    color:#fff!important;
}
.footer_type9 .social_media a .icon_s img{
    filter:brightness(0) invert(1);
}
.footer_row1{
    margin-top:1rem;
    margin-bottom:1rem;
}
.hp_footer_title{
    font-size: 35px!important;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}
.footer_type9 .nav_item{
    margin-top:5rem;
}
.footer_type9 .nav_item li a::after{
    color:#fff;
}
.alter_footer_address{
    font-size:16px;
    font-weight:500;
    line-height:1.5;
    margin-bottom:0;
}
.npfooter_languagebar .text-muted{
    color:#fff;
}
.footer_type9 .social_media{
    margin-top:0!important;
}
.footer_type9 .nav_item li{
    padding-right:40px;
}
.alter_footer_ul1{
    display: flex;
    list-style-type: none;
    margin: 0rem 0 1rem 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer_type9 .nav_item li a::after{
    content:"";
}
.alter_footer_ul2{
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    padding:0;
}
.footer_type9 .text-muted,
.npfooter_languagebar{
    color:#fff!important;
}
.spec_icon{
    filter:grayscale(1)!important;
}
@media screen and (max-width: 991.5px){
    .alter_footer_address{
        margin:1rem 0;
    }
    .footer_type9 .nav_item{
        margin: 2rem 0 3rem;
    }
    .alter_col{
        padding-bottom:2rem;
    }
}
@media screen and (max-width: 767.5px){
    .footer_type9 .nav_item{
        margin-top:1rem;
        flex-direction: column;
    }
    .alter_footer_address{
        margin-top:1rem;
    }
    .footer_type9 .nav_item li a p{
        padding-bottom:0.5rem;
    }
}
.footer_type9 .copy_right,
.npfooter_languagebar .text-muted,
.platinum_website_visitor,
.npfooter_languagebar,
.copy_right small,
.footer_type9 .privacy_policy:hover,
.footer_type19 .mb-1{
    color:#fff!important;
}
.footer_langbar_item{
    color:#fff!important;
}

/*mobile side-navbar*/
.side_menu .footer_langbar_item{
    color:#fff!important;
}

/* product */
#main_ourproducts img{

object-fit:contain;
}

/* main_category */
#main_category img{

object-fit:contain;
}

/* main_searchproducts */
#main_searchproducts img{

object-fit:contain;
}
