/*All*/
#main_index{
    padding-bottom:0rem!important;
    overflow:hidden;
}
#main_index h1,
#main_index h2,
#main_index h5{
    cursor:default;
}


@media screen and (min-width: 1400px){
    .c_maxw{
        max-width:1240px;  
        margin: 0 auto;
        padding: 0 1rem;
    }
}
@media screen and (max-width: 1399.5px){
    .c_maxw{
        max-width:1140px;   
            margin: 0 auto;
        padding: 0 1rem;
    }
}
@media screen and (max-width: 1199.5px){
    .c_maxw{
        max-width:960px;    
            margin: 0 auto;
        padding: 0 1rem;
    }
}
@media screen and (max-width: 991.5px){
    .c_maxw{
        max-width:720px;
            margin: 0 auto;
        padding: 0 1rem;
    }
}
@media screen and (max-width: 767.5px){
    .c_maxw{
        max-width:540px;
            margin: 0 auto;
        padding: 0 1rem;
    }
}

.m_default_languagebar .footer_langbar_item{
    color:#fff;
}

.breakspan{
    display:block;
}
.section_all{
    padding:80px 0;
}
.section_half{
    padding:80px 0 0;
}
.small_all{
    font-size:16px;
    font-weight:400;
    margin-bottom:1rem;
    color:#000;
}
.title_all{
    font-size:30px;
    font-weight:700;
    margin-bottom:1rem;
    line-height:1.3;
    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:400;
    margin-bottom:0;
    line-height:1.5;
    color:#333;
}
.content_vw{
    font-size:0.9vw;
    font-weight:400;
    margin-bottom:0;
    line-height:1.5;
    color:#000;
}
.image_all{
    width:100%;
    margin:0 auto;
    display:block;
    object-fit:contain;
}
.btnbox_left{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    margin:1.5rem 0 0;
}
.btnbox_center{
    display:flex;
    justify-content:center;
    align-items:center;
    margin:1.5rem 0 0;
}
.btnbox_right{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    margin:1.5rem 0 0;
}
.button_all{
    font-size: 14px;
    font-weight: 400;
    background-color:#5b5b5b;
    color: #fff;
    width: 210px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: 0.25s all linear;
    border: 1px solid #5b5b5b;
    padding: 0 0 0 1rem;
}
.button_all:hover{
    color:#fff;
    text-decoration: none;
    transform:scale(0.98);
}
.allbtn_arrow{
    width: 2rem !important;
}
.button_all span{
    border-left: 1px solid #fff;
    height: 35px;
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1rem;
}
.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;
}
.c_line{
    border-bottom: 1px solid #000;
    margin: 0 0 2rem;
    height: 0;
}
.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;
    }
}
@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;
    }
}

/*hp_top*/
.hp_top{
    background-color: #000;
    display: flex;
    position: fixed;
    height: 60px;
    z-index: 500;
    width: 100%;
    border-bottom:1px solid #fff;
}
.hp_top_box{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 60px;
    padding-right: calc(65px + 1vw);
}
.hp_top_social {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 2rem;
    color:#fff;
}
.hp_top_icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.hp_top_link{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
.hp_top_link:hover{
    color:#fff;
}

#top_spacing{
    height:calc(60px + 80px)!important;
}

@media screen and (max-width: 991.5px){
    #top_spacing{
        height:calc(0px + 80px)!important;
    }    
}


/*navbar*/
.navbar_type8{
    background-color:#000;
    margin-top:60px;
}
.navbar_type8 .logo img{
    width:100px;
    padding:10px;
}
.navbar_type8 .nav_tab .nav_item a{
    font-size: 1vw;
    text-transform: capitalize;
    padding: 15px 2vw;
    color: #fff;
}
.navbar_type8 .nav_tab .nav_item::before{
    display:none;
}
.navbar_type8 .nav_tab .nav_item::after{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 1vw;
    width: 5px;
    height: 5px;
    background-color: #fff;
    margin: auto 0;
    border-radius: 1000px;
}
.navbar_type8 .nav_tab .nav_item:hover::after{
    background-color:#ed1b24;
}
.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:#000!important;
    animation:unset;
}
.navbar_mobile{
    background-color:#000!important;
}
.navbar_mobile .btn-outline-light {
    border-color: #ed1b24;
    color: #ed1b24;
}

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a{
        font-size:1.2vw;
        padding:15px 2vw;
    } 
}
@media screen and (max-width: 991.5px){
    .navbar_type8{
        margin-top:0;
    }
}

/*hp_banner*/
.slider_banner .banner_content{
    overflow:hidden;
}
.hp_banner{
    position: relative;
    left: 9%;
    top: 50%;
    transform: translate(0, -50%);
    width: calc(100% - 18%);
}
.hp_banner .row{
    align-items: flex-end;
}
.hp_banner_small {
    font-size: 1vw;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 0;
}
.hp_banner_title {
    font-size: 3vw;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    display: flex;
    position: relative;
}
.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_titleimage {
    width: 25% !important;
    position: absolute;
    bottom: 6%;
    left: 45%;
}
.hp_banner .hp_banner_image{
    width: 100% !important;
    margin:0 auto 5vw;
}
.hp_banner_buttonbox{
    display:flex;
    justify-content: flex-start;
    align-items: center;
    margin-top:4%;
}
.hp_banner_button{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    width: 210px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: transparent;
    transition: 0.25s all linear;
    border: 1px solid #fff;
    padding: 0 0 0 1rem;
}
.hp_banner_button:hover{
    color:#fff;
    text-decoration: none;
    transform:scale(0.98);
}
.hp_banner .hp_banner_arrow {
    width: 2rem !important;
}
.hp_banner_button span{
    border-left: 1px solid #fff;
    height: 35px;
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1rem;
}
.hp_banner_small.janimate{
    animation-delay:0.25s;
}
.hp_banner_title.janimate{
    animation-delay:0.5s;
}
.hp_banner_buttonbox.janimate{
    animation-delay:0.75s;
}

.banner2 .hp_banner_logo {
    width: 45% !important;
}
.banner2 .row{
    align-items: center;
}
.banner2 .hp_banner_title{
    font-size: 2.5vw;
    font-weight: 400;
}
.banner2 .hp_banner_titleimage {
    width: 25% !important;
    bottom: unset;
    left: 50%;
    top: -11%;
}
.banner2 .hp_banner_image{
    width: 50% !important;
    margin: 0 auto;
}

.hp_banner_logo.janimate{
    animation-delay: 0.25s;
}

@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){
    .hp_banner_button{
        width: 170px;
        height: 29px;
        font-size:11px;
    }
    .hp_banner_button span{
        height:29px;
    }
    .hp_banner .hp_banner_image{
        margin: 0 0 0 auto;
        position: absolute;
        top: -34vw;
        right: 0;
    }
    .hp_banner .hp_banner_image{
        width: 35% !important;
    }
    .banner2 .hp_banner_image{
        width:25%!important;
    }
    .hp_banner_small{
        font-size:3vw;
    }
    .hp_banner_title{
        font-size:5vw;
    }
    .banner2 .hp_banner_title{
        font-size: 4vw;
        font-weight: 400;
    }
    /*.index_wrapper_2 .item>img{*/
    /*	min-height:140vw!important;*/
    /*	object-fit:cover;*/
    /*}*/
    /*.hp_banner{*/
    /*    left:0%;*/
    /*    top:42%;*/
    /*    width:calc(100% - 0%);*/
    /*}*/
    /*.hp_banner_box{*/
    /*    background-color:rgba(0,0,0,0.5);*/
    /*    padding:1rem;*/
    /*    margin-bottom:1rem;*/
    /*}*/
    /*.hp_banner_small{*/
    /*    font-size:4vw;*/
    /*}*/
    /*.hp_banner_title{*/
    /*    font-size:8vw;*/
    /*}*/
    /*.hp_banner_subtitle{*/
    /*    font-size:4vw;*/
    /*}*/
    /*.hp_banner_content{*/
    /*    font-size:4vw;*/
    /*}*/
    /*.hp_banner .hp_banner_titleimage{*/
    /*    left:41%;*/
    /*}*/
    /*.hp_banner_button{*/
    /*    margin-bottom:2rem;*/
    /*}*/
    
    /*.banner2{*/
    /*    top: 46%;*/
    /*}*/
    /*.banner2 .hp_banner_title{*/
    /*    font-size:7vw;*/
    /*}*/
    /*.banner2 .hp_banner_titleimage{*/
    /*    left: 53%;*/
    /*}*/
    /*.banner2 .hp_banner_image{*/
    /*    width: 35% !important;*/
    /*}*/
}

/*banner arrow*/
.slider_banner .slick-arrow{
    z-index: 99;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 40vw;    
    width: 155px;
    height: 45px;   
}
.slider_banner .slick-prev{
    left: -12rem;
}
.slider_banner .slick-prev:before{
    background-image:url("https://cdn1.npcdn.net/images/prev_gifnsm_1750131369.png?md5id=cc4288ab4c5cb6a3b3665f39c1f5db34&type=4");
    width: 155px;
    height:45px;
}

.slider_banner .slick-next{
    right: -12rem;
}
.slider_banner .slick-next:before{
    background-image:url("https://cdn1.npcdn.net/images/next_1xfmib_1750131369.png?md5id=cc4288ab4c5cb6a3b3665f39c1f5db34&type=4");
    width: 155px;
    height:45px;
}

@media screen and (max-width: 500.5px){
    .slider_banner .slick-prev{
        top: 130vw;
        right:-5vw;
    }
    .slider_banner .slick-next{
        top:130vw;
        left:14vw;
    }
}

/*hp_video*/
.pausebox i{
    position: absolute;
    bottom: 3%;
    right: 100px;
    font-size: 25px;
    background-color: #fff;
    border-radius: 1000px;
    padding: 1%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    margin: auto 0;
    cursor:pointer;
    z-index:1001;    
}
.mutebox i{
    position: absolute;
    bottom: 3%;
    right: 35px;
    font-size: 25px;
    background-color: #fff;
    border-radius: 1000px;
    padding: 1%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    margin: auto 0;
    cursor:pointer;
    z-index:1;
}
.pausebox .fa-play{
    display:none;
}
.pausebox .fa-pause{
}
.mutebox .fa-volume-up{
    display:none;
}
.mutebox .fa-volume-mute{
}
@media screen and (max-width: 991.5px){
    .mutebox i,
    .pausebox i{
        font-size:15px;
        width:30px;
        height:30px;
    }
    .pausebox i{
        right:75px;
    }
}
@media screen and (max-width: 767.5px){
    .pausebox i{
        font-size:12px;
        width: 30px;
        height:30px;
    bottom: 47px;
    right: 40px;
    }
    .mutebox i{
        font-size: 12px;
        width: 30px;
        height: 30px;
        bottom: 15px;
        right: 26px;
    }
}

/*hp_about*/
.index_wrapper_3{
    background-image:url("https://cdn1.npcdn.net/images/about_us_bg_5h80rp_1750123789.jpg?md5id=cc4288ab4c5cb6a3b3665f39c1f5db34&type=4");
    background-size:100%;
    background-position:top right;
    background-repeat:no-repeat;
}
.hp_about{
    position:relative;
    padding:6% 9% 0;
}
.hp_about .row{
    align-items: center;
}
.hp_about_sent {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 6%;
    object-fit: contain;
    aspect-ratio: 1 / 2;
    margin: auto 0;
}

.hp_video{
    position:relative;
    padding:6% 9%;
}
.hp_video .row{
    align-items: center;
}
.hp_video .col-md-7:last-child{
    padding-left:0;
}
.hp_video .col-md-5:first-child{
    padding-right:0;
}
.hp_video_pause{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    cursor:pointer;
    display:none;
    width: 15%;
    animation: beat 10s infinite;
}

@keyframes beat {
    0%,50%, 100% {
        transform: scale(1);
    }
    1%,51%{transform: scale(1.1);}
    2%,52%{transform: scale(1);}
    3%,53%{transform: scale(1.1);}
    4%,54%{transform: scale(1);}
}

@media screen and (max-width: 991.5px){
    .hp_video_title br{
        display:none;
    }
    .hp_video_title{
        font-size:23px;
    }
}
@media screen and (max-width: 767.5px){
    .hp_about{
        padding:12% 6% 0;
    }
    .hp_about_image{
        margin-bottom:2rem;
    }
    .hp_about_sent{
        left: -3%;
        width: 15%;
    }
}
@media screen and (max-width: 767.5px){
    .hp_video{
        padding:12% 6%;
    }
    .hp_video .col-md-5:first-child {
        padding: 0 1rem;
    }
    .hp_video .col-md-7:last-child {
        padding: 0 1rem;
    }
}

/*hp_cat*/
.hp_cat{
    position:relative;
    background-color:#000;
    padding:6% 0 6% 9%;
}
.hp_cat_sent {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 6%;
    object-fit: contain;
    aspect-ratio: 1 / 2;
    margin: auto 0;
}
.hp_cat .row:first-child{
    margin-right: 9%;
    align-items: center;
    padding-bottom: 4rem;
    border-bottom: 1px solid #fff;
    margin-bottom: 4rem;
}
.hp_cat .row:first-child .col-md-8{
    display:flex;
}
.hp_cat .row:nth-child(2) .col-md-12{
    padding-right:0;
}
.hp_cat_box1{
    flex:0 0 80%;
}
.hp_cat_box2{
    flex:0 0 20%;
    display: flex;
}
.hp_cat_title{
    margin-bottom:0;
}
.cat_left{
    border-right:1px solid #fff;
}
.cat_right{
    border-left:1px solid #fff;
}
.hp_cat_arrow{
    width: 60px;
    aspect-ratio: 2 / 1;
    object-fit: contain;
    padding:0 10px;
    cursor:pointer;
}
.hp_cat_product{
    padding: 0.5rem 1rem;
    transform: translate(-10vw, 0);
}
.hp_cat_imagebox{
    border:1px solid #fff;
}
.hp_cat_subtitle {
    margin-bottom: 0;
    padding: 1rem;
    font-weight:600;
}
.hp_cat_button{
    background-color:#000;
    border:1px solid #fff;
}

@media screen and (max-width: 991.5px){
    .hp_cat_content br{
        display:none;
    }
}
@media screen and (max-width: 767.5px){
    .hp_cat{
        padding:12% 0% 12% 6%;
    }
    .hp_cat_box1,.hp_cat_box2{
       flex:0 0 100%; 
    }
    .hp_cat .row:first-child .col-md-8 {
        flex-direction: column;
    }
    .hp_cat_content{
        margin-bottom:2rem;
    }
    .hp_cat .row:first-child{
        margin-right: 6%;
        align-items: center;
        padding-bottom: 2rem;
        border-bottom: 1px solid #fff;
        margin-bottom: 2rem;
    }
    .hp_cat_sent{
        left: -3%;
        width: 15%;
    }
}

/*hp_pro*/
.index_wrapper_5{
	background-image:url("https://cdn1.npcdn.net/images/product_bg_r4bl8z_1750123792.jpg?md5id=cc4288ab4c5cb6a3b3665f39c1f5db34&type=4");
	background-size:100%;
	background-position:top left;
	background-repeat:no-repeat;
    padding:6% 9%;
}
.hp_pro_title{
    margin-bottom:0rem;
}
.productSlider-1 .slick-track .slick-slide{
    background-color:transparent;
}
.productSlider-1 .product_img .product_box .product_img_frame img{
    object-fit:contain!important;
}
.productSlider-1 .product_img .product_box{
    background-color:transparent;
    margin-top:2rem;
}
.productSlider-1 .slick-track .slick-slide{
    box-shadow:none;
}
.productSlider-1 .product_img .product_box h6{
	text-align: center;
	font-weight:700;
}
.productSlider-1 .product_img .product_box a:hover{
   text-decoration: none; 
}
.productSlider-1 .product_img .product_box .content > p{
    display:none;
}
.productSlider-1 .product_img .product_box .content .align-top{
}
.productSlider-1 .product_img .product_box .content .align-top a,
.productSlider-1 .product_img .product_box .content .align-top p{
	color:#333;
	font-weight:400;
}


.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: 767.5px){
	.productSlider-1 .product_img .slick-prev::before,
	.productSlider-1 .product_img .slick-next::before{
		background-size:80%;
	}
    .productSlider-1 .product_img .slick-prev{
        left: -10px;
    }
    .productSlider-1 .product_img .slick-next{
        right: -10px;
    }
    .index_wrapper_5{
        padding:12% 6%;
    }
}

/*hp_service*/
.hp_service{
    padding:0% 9% 6%;
}
.hp_service_title{
    margin-bottom:4rem;
}
.hp_service_box{
    background-color: #fff;
    padding: 1rem;
    transition:0.25s all linear;
}
.hp_service_box:hover{
    background-color:#f2f2f2;
}
.hp_service_box:hover .hp_service_imagebox{
    background-color:#000;
    animation: beat 10s infinite;
}
.hp_service_box:hover .hp_service_image{
    filter:brightness(0) invert(1);
}
.hp_service_imagebox {
    position:relative;
    width: 130px;
    background-color: transparent;
    margin: 0 auto 1rem;
    border-radius: 1000px;
    height: 130px;
}
.hp_service_imagebox:before{
    position: absolute;
    content: "";
    width: 45px;
    height: 45px;
    background-color: #f2f2f2;
    border-radius: 1000px;
    top: 1rem;
    right: 1rem;
    transition:0.25s all linear;
}
.hp_service_box:hover .hp_service_imagebox:before{
    display:none;
    
}
.hp_service_image {
    filter: brightness(0) invert(0);
    display: block;
    width: 100%;
    object-fit: contain;
    padding: 9%;
}
.hp_service_subtitle{
    font-weight:800;
}
.hp_service_content{
    color: #333;
    font-size: 12px;
    line-height: 1.8;
}
.hp_service_buttonbox{
    display:flex;
    justify-content: center;
    align-items: center;
    margin-top:1rem;
}
.hp_service_button {
    border: 1px solid #000;
    background-color: #000;
    width: 40px;
    display: flex;
    height: 40px;
    border-radius: 1000px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}
.hp_service_button:hover{
    text-decoration: none;
    color:#fff;
}
.hp_service_box:hover .hp_service_button{
    animation:rotateturnback 3s ease-in-out infinite;
}
.hp_service_sent {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 6%;
    object-fit: contain;
    aspect-ratio: 1 / 2;
    margin: auto 0;
}

@keyframes rotateturnback{
    0%{transform:rotate(0deg);}
    20%{transform:rotate(0deg);}
    50%{transform:rotate(-45deg);}
    75%{transform:rotate(360deg);}
    90%{transform:rotate(-45deg);}
    100%{transform:rotate(0deg);}
}

@media screen and (max-width: 991.5px){
    .hp_service_box{
        margin-bottom:1rem;
    }
}
@media screen and (max-width: 767.5px){
    .hp_service {
        padding: 0% 6% 12%;
    }
    .hp_service_subtitle{
        font-size:14px;
    }
    .hp_service_content{
        font-size:10px;
        line-height:1.5;
    }
    .hp_service .col-6.col-lg-3{
        padding:0 0.25rem;
    }
    .hp_service_imagebox{
        width:80px;
        height: 80px;
    }
    .hp_service_title{
        margin-bottom:2rem;
    }
    .hp_service_sent{
        left: -3%;
        width: 15%;
    }
}

/*hp_news*/
.index_wrapper_7{
    background-color:#000;
    background-image:url("https://cdn1.npcdn.net/images/latest_news_bg_yx2hbu_1750123791.jpg?md5id=cc4288ab4c5cb6a3b3665f39c1f5db34&type=4");
	background-size:cover;
	background-position:bottom left;
	background-repeat:no-repeat;
    padding:6% 9%;
    position:relative;
}
.index_wrapper_7:before{
    background-image:url("https://cdn1.npcdn.net/images/Get_Updates_j3d8se_1750123790.png?md5id=cc4288ab4c5cb6a3b3665f39c1f5db34&type=4");
	background-size:100%;
	background-position:center;
	background-repeat:no-repeat;
	content:"";
    position: absolute;
    top: 0;
    left: 3%;
    bottom: 0;
    width: 2%;
    height: 100%;
    object-fit: contain;
    aspect-ratio: 1 / 2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hp_news_title{
    margin-bottom:4rem;
}
.latest_new_type4 .col-lg-4.col-md-6.col-12{
    transform:scale(0.9);
}
.latest_new_type4 .news_box{
    padding:20px;
}
.latest_new_type4 .news_box .img_frame{
    order:3;
}
.latest_new_type4 .news_box a p:nth-child(2){
    order:1;
}
.latest_new_type4 .news_box a p:nth-child(3){
    order:2;
    margin-bottom: 1rem !important;
}
.latest_new_type4 .news_box a{
    display: flex;
    flex-direction: column;
}
.latest_new_type4 .row:nth-child(2) a{
    color:#fff;
}

@media screen and (max-width: 767.5px){
    .index_wrapper_7{
        padding:12% 15% 0;
    }
    .hp_news_title{
        margin-bottom:2rem;
    }  
    .index_wrapper_7:before{
    }
    .latest_new_type4 .col-lg-4.col-md-6.col-12{
        transform:scale(1);
    }
    .index_wrapper_7:before{
            left: -1%;
    width: 10%;
    }
    .latest_new_type4 .news_box .img_frame{
        height:200px;
    }
    .latest_new_type4 .news_box{
        padding:10px;
    }
}

/*footer*/
.footer_type6{
    position:relative;
    background-color:#000;
}
.footer_type6 .logo{
    min-height:70px;
}
.footer_type6 .logo img{
    max-height:70px;
}
.footer_type6 .title{
    position:relative;
    margin-bottom:2rem;
}
.footer_type6 .title:before{
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 0;
    left: 3%;
    bottom: 0;
    width: 2%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_type6 .line{
    background-color:#fff;
}
.footer_type6 .copy_right,
.npfooter_languagebar .text-muted,
.platinum_website_visitor,
.npfooter_languagebar,
.copy_right small,
.footer_type6 .privacy_policy:hover,
.footer_type6 .mb-1{
    color:#fff!important;
}
.footer_langbar_item{
    color:#fff!important;
}


/*mobile side-navbar*/
.side_menu .footer_langbar_item{
    color:#fff!important;
}