body{
    font-family:"Manrope";
}
/*All*/
#main_index{
    padding-bottom:0rem!important;
    overflow:hidden;
}
#main_index h1,
#main_index h2,
#main_index h5{
    cursor:default;
}

.m_default_languagebar .footer_langbar_item{
    color:#fff;
}

.breakspan{
    display:block;
}
.section_all{
    padding:80px 0;
}
.section_half{
    padding:80px 0 0;
}
.small_all{
    font-size:16px;
    font-weight:400;
    margin-bottom:1rem;
    color:#000;
}
.title_all{
    font-family:"Poppins";
    font-size:38px;
    font-weight:700;
    font-style:italic;
    letter-spacing: 1px;
    margin-bottom:1rem;
    line-height:1.5;
    color:#000;
}
.title_all span{
    position: relative;
}
.title_all span:before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: -5.5rem;
    background-image:url("https://cdn1.npcdn.net/images/c_title_decoration_rdb45v_1772500464.png?md5id=1dfbac99bfb6d351efe1814d7339e9d9&type=4");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto 0;
    width: 4.5rem;
    height: auto;
    animation: drawslow 2.5s linear forwards infinite;
}

.subtitle_all{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0.5rem;
    line-height: 1.5;
    color: #000;
}
.subtitle2_all{
    font-size:18px;
    font-weight:400;
    margin-bottom:1rem;
    line-height:1.5;
    color:#000;
}
.subtitle_vw{
    font-size:1.2vw;
    font-weight:400;
    margin-bottom:2%;
    line-height:1.5;
    color:#000;
}
.content_all{
    font-size:14px;
    font-weight:300;
    margin-bottom:0;
    line-height:1.3;
    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;
    color: #fff;
    width: auto;
    height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    padding: 0 37.5px 0 15px;
    background:linear-gradient(to right,#ac0305, #ee3239);
    transition: 0.25s all linear;
    position: relative;
}
.button_all:before{
    position: absolute;
    content:"";
    left:0.5rem;
    bottom:0.25rem;
    width:calc(100% - 1rem);
    height:1px;
    background-color:#fff;
}
.button_all span{
    position: relative;
}
.button_all span:after{
    position: absolute;
    content:"";
    right: -24px;
    top: 0;
    bottom: 0;
    width: 13px;
    height: 13px;
    background-image:url("https://cdn1.npcdn.net/images/b_arrow_s25poe_1772500456.png?md5id=1dfbac99bfb6d351efe1814d7339e9d9&type=4");
    background-size:100%;
    background-position:center;
    background-repeat:no-repeat;
    margin:auto 0;
    transition:0.25s all linear;
}
.button_all:hover{
    color:#fff;
    text-decoration: none;
    transform:scale(0.98);
}
.button_all:hover span:after{
    transform:rotate(45deg);
}
.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;   
}

@keyframes drawslow {
    0% {
        clip-path: inset(0 100% 0 0);
    }
    50% {
        clip-path: inset(0 0 0 0);
    }
    100% {
        clip-path: inset(0 0 0 0);
    }
}

@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: 27px;
    }
    .subtitle_vw{
        font-size:18px;
    }
    .content_vw{
        font-size:16px;
    }
    #main_index .generated_col{
        padding:0;
    }
}


/*Service page*/
.all_functional_page{
    min-height: calc(100vh - 40px - 80px);
}
@media screen and (max-width: 991.5px){
    .all_functional_page{
        min-height: calc(100vh - 0px - 80px);
    }    
}
@media screen and (max-width: 767.5px){
    .all_functional_page{
        min-height: calc(100vh - 0px -80px);
    }    
}

/*category page*/
.category_list_type4 .category_box .img_frame{
    aspect-ratio: 79 / 94;
    width: 100%;
    height: auto;
}
.category_list_type4 .category_box .img_frame img{
    object-fit: contain;
}

/*Product page*/
.product_list_5 .product_box .img_frame img{
    object-fit: contain;
    background-color:#fff;
}

/*tag page*/
.product_list_horizontal .product_box .img_frame img{
    object-fit: contain;
}

/*photo page*/
.gallerycategory .img_frame img{
    object-fit: contain;
}
.ws_gallery-2 .img_frame img{
    object-fit: contain;
}

/*news page*/
.latest_new_type4 .news_box .img_frame{
    box-shadow:0px 0px 2px rgba(0,0,0,0.3);
}
.latest_new_type4 .news_box .img_frame img{
    object-fit: contain;
}

/*hp_top*/
.hp_top{
    position: fixed;
    width:100%;
    height:40px;
    z-index:500;
    background-color:#000;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding:0 7.5%;
}
.hp_top .col-md-12{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width:100%;
}
.hp_top_box{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width:100%;
}
.hp_top_link{
    font-size:14px;
    font-weight:400;
    color:#fff;
    aspect-ratio: 422 / 83;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.hp_top_link img{
    width:20px;
    height:20px;
    object-fit: contain;
}
.hp_top_link:hover{
    color:#fff;
    text-decoration: none;
}
.hp_top_link:nth-child(2){
    background-image:url("https://cdn1.npcdn.net/images/a_topbg_489kqu_1772500456.png?md5id=1dfbac99bfb6d351efe1814d7339e9d9&type=4");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

#top_spacing{
    height:calc(40px + 80px)!important;
}

@media screen and (max-width: 991.5px){
    #top_spacing{
        height:calc(0px + 80px)!important;
    }
}

/*navbar*/
.navbar_type8{
    background-color:#000;
    margin-top:40px;
    z-index:501;
}
.navbar_type8 .logo{
    margin-left:7.5%;
    overflow: unset;
}
.navbar_type8 .logo img{
    width: 12vw;
    padding: 0px;
    margin-top: -20px;
}
.navbar_type8 .nav_tab{
    padding-right: 7.5%;
}
.navbar_type8 .nav_tab .nav_item a{
    font-size:1vw;
    padding:15px 1.5vw;
    text-transform: capitalize;
    color:#fff;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
    color:#fff;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: black;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
    color:#fff!important;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover{
    color:#fff!important;
}
.navbar_mobile .btn-outline-light{
    border-color: #fff;
    color: #fff;    
}
.navbar_mobile .btn-outline-light:hover{
    background-color:transparent;
}
.navbar_mobile .btn-outline-light:hover{
    border-color: #000;
    color: #000;
}
.navbar_mobile .btn-outline-light:not(:disabled):not(.disabled):active{
    color: #000;
    background-color: transparent;
    border-color: #000;
}
.navbar_mobile{
    background-color:#000;
}
.navbar_mobile .logo_img{
    transform:scale(1.2);
}

.dark_nav{
    background-color:#000!important;
    animation:unset;
}

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a{
        font-size:1.2vw;
        padding:15px 1.1vw;
    } 
}

/*hp_banner*/
.index_wrapper_2 .item>img{
	/*min-height:calc(100vh - 40px - 80px)!important;*/
	object-fit:cover;
}
.slider_banner .banner_content{
    overflow:hidden;
}
.hp_banner{
	position:relative;
	left:3%;
	top:50%;
	transform:translate(0,-50%);
    width:calc(100% - 6%);
}
.hp_banner_small{
    font-size:1vw;
    font-weight:400;
    line-height:1.5;
    color:#000;
}
.hp_banner_title{
    font-size:2vw;
    font-weight:700;
    line-height:1.5;
    color:#000;
}
.hp_banner_subtitle{
    font-size:1.2vw;
    font-weight:400;
    line-height:1.5;
    color:#000;
}
.hp_banner_contentbox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin:1vw 0 0;
}
.hp_banner_content{
    position: relative;
    font-size: 1vw;
    font-weight: 300;
    line-height: 1.5;
    color: #fff;
    margin-left: 9vw;
    margin-bottom:0;
}
.hp_banner_content:before{
    position: absolute;
    content:"";
    width:8vw;
    height:1px;
    background-color:#fff;
    top:0;
    bottom:0;
    left:-9vw;
    margin:auto 0;
}
.hp_banner .hp_banner_image{
    width: 100% !important;
    transform: scale(1.3);
}
.hp_banner .hp_banner_set{
    width:90%!important;
}
.hp_banner_buttonbox{
    display:flex;
    justify-content: center;
    align-items: center;
    margin-top:0%;
}
.hp_banner_button{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    width: auto;
    height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    padding: 0 37.5px 0 15px;
    background-color: #000;
    transition: 0.25s all linear;
    position: relative;
    margin-left: 1.5rem;
}
.hp_banner_button:before{
    position: absolute;
    content:"";
    left:0.5rem;
    bottom:0.25rem;
    width:calc(100% - 1rem);
    height:1px;
    background-color:#fff;
}
.hp_banner_button span{
    position: relative;
}
.hp_banner_button span:after{
    position: absolute;
    content:"";
    right: -24px;
    top: 0;
    bottom: 0;
    width: 13px;
    height: 13px;
    background-image:url("https://cdn1.npcdn.net/images/b_arrow_s25poe_1772500456.png?md5id=1dfbac99bfb6d351efe1814d7339e9d9&type=4");
    background-size:100%;
    background-position:center;
    background-repeat:no-repeat;
    margin:auto 0;
    transition:0.25s all linear;
}
.hp_banner_button:hover{
    color:#fff;
    text-decoration: none;
    transform:scale(0.98);
}
.hp_banner_button:hover span:after{
    transform:rotate(45deg);
}
.hp_banner .hp_banner_image001{
    width: 89% !important;
    margin: 0 auto;
}
@media screen and (max-width: 1200.5px){
    .hp_banner_content{
        font-size:1.2vw;
    }
    .hp_banner_content br{
        display: none;
    }
}
@media screen and (max-width: 991.5px){
    .index_wrapper_2 .item>img{
    	/*min-height:auto!important;*/
    	object-fit:cover;
    }
    .hp_banner_content{
        font-size:1.5vw;
    }
    .hp_banner_contentbox{
        flex-direction: column;
        align-items: flex-start;
    }
    .hp_banner_buttonbox{
        margin-top:1rem;
    }
    .hp_banner_button{
        margin-left:0;
    }
}
@media screen and (max-width: 767.5px){
    /*.index_wrapper_2 .item>img{*/
    	/*min-height:136vw!important;*/
    	/*min-height:calc(100vh - 80px)!important;*/
    	/*object-fit:cover;*/
    /*}*/
    /*.hp_banner{*/
    /*    left:0%;*/
    /*    width:calc(100% - 0%);*/
    /*}*/
    /*.hp_banner_title{*/
    /*    font-size:7vw;*/
    /*}*/
    /*.hp_banner_subtitle{*/
    /*    font-size:4vw;*/
    /*}*/
    /*.hp_banner_content{*/
    /*    font-size:4vw;*/
    /*}*/
    /*.hp_banner .hp_banner_set{*/
    /*    margin-bottom:0.5rem;*/
    /*}*/
    /*.hp_banner .hp_banner_image{*/
    /*    opacity: 0.7!important;*/
    /*}*/
    /*.hp_banner .hp_banner_image001{*/
    /*    width: 100% !important;*/
    /*    margin: 0 auto;*/
    /*}*/
    .hp_banner_buttonbox{
            margin-top: 0.25rem;
    }
    .hp_banner_content {
        font-size: 2vw;
    }
    .hp_banner_button{
        font-size:9px;
        height: 28px;
        
    }
    .hp_banner_button span:after{
        height:8px;
        width:8px;
    }


    /*.hp_banner .col-md-6:last-child{*/
    /*    margin-top:-7rem;*/
    /*}*/
}

/*hp_pro*/
.hp_pro{
    position: relative;
    padding:90px 0 2rem;
}
.hp_pro:before{
    position: absolute;
    content: "";
    width: 20vw;
    height: 20vw;
    background-color: #000;
    top: -10vw;
    left: -20vw;
    transform: rotate(-45deg);
    z-index: -1;
}
.hp_pro .row{
    align-items: center;
}
.hp_pro_title{
    margin-bottom:0;
}
.hp_pro_buttonbox{
    margin:0;
}


/*component - Product category*/
.product_cat-4 .row{
    justify-content: center;
}
.product_cat-4 .col-12.col-md-2.col-lg-2{
    display: none;
    flex:0 0 20%;
    max-width:20%;
}
.product_cat-4 .col-12.col-md-2.col-lg-2:nth-child(-n+10){
    display: block;
}
.product_cat-4 .cat_box .content {
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
}
.product_cat-4 .cat_outter_box {
    padding: 7.5px;
}
.product_cat-4 .cat_outter_box .cat_box{
    aspect-ratio: 79/94;
    width:100%;
    height:auto;
}
.product_cat-4 .cat_box:hover .content{
    background-color: rgba(0, 0, 0, 0);
}
.product_cat-4 .cat_box .content .content_box .btn-outline-primary{
    display: none;
}
.product_cat-4 .cat_box .content .content_box{
    padding: 15px 30px 15px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.product_cat-4 .cat_box .content .content_box h3{
    display: none;
}
.product_cat-4 .cat_box .content .content_box h4{
    font-size: 14px;
    color: #fff;
    margin-bottom: 0 !important;
    line-height: 1.5;
}
.product_cat-4 .cat_box .content .content_box h4:before{
    position: absolute;
    content:"";
    bottom:0;
    top:0;
    right: 15px;
    background-image:url("https://cdn1.npcdn.net/images/b_arrow_s25poe_1772500456.png?md5id=1dfbac99bfb6d351efe1814d7339e9d9&type=4");
    background-size:100%;
    background-position:center;
    background-repeat:no-repeat;
    width:10px;
    height:10px;
    margin:auto 0;
    opacity: 0;
    transition:0.25s all linear;
}
.product_cat-4 .cat_box:hover .content .content_box h4:before{
    opacity: 1;
}
.product_cat-4 .cat_box .content .line{
    display: none;
}

@media screen and (max-width: 991.5px){
    .product_cat-4 .col-12.col-md-2.col-lg-2{
        flex:0 0 33.33%;
        max-width:33.33%;
    }    
    .hp_pro_buttonbox{
        margin-top:1rem;
        justify-content: flex-start;
    }
}
@media screen and (max-width: 767.5px){
    .hp_pro{
        padding:60px 0 1.5rem;
    }
    .hp_pro:before{
        width: 30vw;
        height: 30vw;
        top: -15vw;
        left: -20vw;
    }
    .product_cat-4{
        padding:0 1.6rem;
    }
    .product_cat-4 .col-12.col-md-2.col-lg-2{
        flex:0 0 50%;
        max-width:50%;
    }    
    .product_cat-4 .cat_outter_box {
        padding: 3.75px;
    }
}

/*hp_about*/
.hp_about{
    position: relative;
    padding:60px 0 0;
    margin: 90px 0 120px;
}
.hp_about .col-lg-6:last-child{
    padding: 90px 0 0 calc(1rem + 3%);
}
.hp_about .row{
    align-items: flex-end;
}
.hp_about:before{
    position: absolute;
    content:"";
    height:100%;
    width:62%;
    background-image:url("https://cdn1.npcdn.net/images/d_img1_2jfpxt_1773915069.png?md5id=1dfbac99bfb6d351efe1814d7339e9d9&type=4");
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    z-index: -3;
}
.hp_about:after{
    position: absolute;
    content:"";
    height:100%;
    width:75%;
    background-image:url("https://cdn1.npcdn.net/images/d_bg_0nelhg_1772500468.png?md5id=1dfbac99bfb6d351efe1814d7339e9d9&type=4");
    background-size:cover;
    background-position:bottom right;
    background-repeat:no-repeat;
    right:0;
    top:60px;
    z-index:-2;
}
.hp_about_title{
    line-height: 1;
}
.hp_about_content{
    line-height: 1.8;
}
.hp_about_image{
    margin-bottom: -3rem;
}

@media screen and (max-width: 1200.5px){
    .hp_about:before{
        z-index: -1;
    }
}
@media screen and (max-width: 991.5px){
    .hp_about:before{
        z-index: -3;
    }
    .hp_about:after{
        width:95.5%;
        height: 85%;
    }
    .hp_about .col-lg-6:first-child{
        order:2;
    }
    .hp_about .col-lg-6:last-child{
        order:1;
    }
    .hp_about .col-lg-6:last-child {
        padding: 90px 0 0 calc(1rem + 6%);
    }
    .hp_about_title br{
        display: none;
    }
    .hp_about_image{
        margin-top:2rem;
    }
}
@media screen and (max-width: 767.5px){
    .hp_about{
        margin: 30px 0 100px;
    }
    .hp_about .col-lg-6:last-child {
        padding: 21px calc(1rem + 3%) 0 calc(1rem + 8%);
    }
    .hp_about_title{
        font-size: 28px;
        line-height: 1.2 !important;
    }
    .hp_about_button{
        font-size:12px;
    }
}

/*hp_service*/
.index_wrapper_5{
    padding:40px 0 60px;
}
.hp_service .row:first-child{
    align-items: center;
    /*margin-bottom:2rem;*/
}
.hp_service_buttonbox{
    margin:0;
}
.hp_service_title{
    margin:0;
}
.hp_service_box{
    position: relative;
    margin:0 0.5rem;
}
.hp_service h3{
    border-bottom: 1px solid #fff;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right:1rem;
    padding-bottom: 0.25rem;
    padding-right: 2rem;
}
.hp_service h3:before{
    position: absolute;
    content:"";
    top:0;
    bottom:0;
    right:0;
    margin:auto 0;
    background-image:url("https://cdn1.npcdn.net/images/b_arrow_s25poe_1772500456.png?md5id=1dfbac99bfb6d351efe1814d7339e9d9&type=4");
    background-size:100%;
    background-position:center;
    background-repeat:no-repeat;
    width:12px;
    height:12px;
    transition:0.25s all linear;
}
.hp_service_link{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    font-size:0;
    width:100%;
    height:100%;
}
.hp_service_box:hover h3:before{
    transform:rotate(45deg);
}

#custom_service .slick-prev{
    left:-40px;
    z-index: 1;
}
#custom_service .slick-next{
    right:-12px;
    z-index: 1;
}
#custom_service .slick-prev:before{
    background-image:url("https://cdn1.npcdn.net/images/arrow_left_0mdk5j_1770345574.png?md5id=e6bfd869a81f98ce424bfff9642fbe39&type=4");  
    background-size:100%;
    background-position:center;
    background-repeat:no-repeat;
    content: "";
    width: 3rem;
    height: 4rem;
    display: flex;
}
#custom_service .slick-next:before{
    background-image:url("https://cdn1.npcdn.net/images/arrow_right_p2q4fl_1770345574.png?md5id=e6bfd869a81f98ce424bfff9642fbe39&type=4");
    background-size:100%;
    background-position:center;
    background-repeat:no-repeat;
    content: "";
    width: 3rem;
    height: 4rem;
    display: flex;
}
@media screen and (max-width: 991.5px){
    .hp_service{
        padding:0 1rem;
    }
    .hp_service_buttonbox{
        justify-content: flex-start;
        margin-top:1rem;
    }
}
@media screen and (max-width: 767.5px){
    #custom_service{
        padding:0 5px;
    }
    #custom_service .slick-arrow{
        transform:translate(0,-3rem);
    }
    #custom_service .slick-prev{
        left: -15px;
    }
    #custom_service .slick-next{
        right: 12px;
    }
    .index_wrapper_5{
        padding: 0 0 60px;
    }
    .hp_service{
        padding:0 0rem;
    }
    .hp_service .row:last-child .col-md-12{
        padding:0;
    }
    .hp_service h3{
        font-size:12px;
    }
}

/*Component - Service*/
.ex_hpservice_slide{
    background-color:transparent;
}
.ex_hpservice_slide .services-content .overlay{
    background-color:transparent;
}
.ex_hpservice_slide .services-text{
    top: 0;
    bottom: 0;
    transform: translateY(0%);
    height: 100%;
}
.ex_hpservice_slide .services-text h3.title{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    font-weight: 400;
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-bottom: 1rem;
    padding: 0.5rem 1rem 0.5rem 0;
}
.ex_hpservice_slide .services-text h3.title:after{
    background-color: transparent;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: auto 0;
    background-image:url("https://cdn1.npcdn.net/images/b_arrow_s25poe_1772500456.png?md5id=1dfbac99bfb6d351efe1814d7339e9d9&type=4");
    background-size:100%;
    background-position:center;
    background-repeat:no-repeat;
    transition:0.25s all linear;
}
.ex_hpservice_slide .services-text:hover h3.title:after{
    transform:rotate(45deg);
}
.ex_hpservice_slide .services-text p{
    display: none;
}
.ex_hpservice_slide .service_btn{
    font-size:0;
    background-color: transparent;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    margin-top:0;
    padding: 15px;
}
.ex_hpservice_slide .services-content .services-image{
    transition:0.35s all linear;
}
.ex_hpservice_slide .services-content:hover .services-image{
    width:110%;
    height:110%;
    transform:translate(-5%,-5%);
}

.ex_hpservice_slide .controls{
    color:#000;
}
.ex_hpservice_slide .controls.left{
    left:-16px;
}
.ex_hpservice_slide .controls.right{
    right:-16px;
}

@media screen and (max-width: 767.5px){
    .ex_hpservice_slide .controls{
        background-color:#fff!important;
        opacity: 0.8;
        border-radius: 1000px;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
    }
    .ex_hpservice_slide .controls.left{
        left:-12px;
    }
    .ex_hpservice_slide .controls.right{
        right:-12px;
    }    
    .ex_hpservice_slide .item{
        margin:0;
    }
}

/*component - Service component*/
.service_3 .service_box img{
    height:100%;
}
.service_3 .service_box{
    aspect-ratio: 3 / 4;
    transform: scale(0.96);
}
.service_3 .service_box:hover img{
    transform: scale(1) rotate(0deg);
}
.service_3 .service_box .content{
    opacity: 1;
}
.service_3 .service_box .content h3{
    font-size: 1vw;
    top: unset;
    left: 15px;
    right: 15px;
    transform: translate(0, 0);
    bottom: 15px;
    border-bottom: 1px solid #fff;
    width: calc(100% - 30px);
    text-align: left;
    padding-bottom: 7.5px;
}
.service_3 .service_box .content h3:before{
    position: absolute;
    content:"";
    background-image:url("https://cdn1.npcdn.net/images/b_arrow_s25poe_1772500456.png?md5id=1dfbac99bfb6d351efe1814d7339e9d9&type=4");
    background-size:100%;
    background-position:center;
    background-repeat:no-repeat;
    width:13px;
    height: 13px;
    bottom: 7.5px;
    right: 7.5px;
}
@media screen and (max-width: 1200.5px){
    .service_3 .service_box .content h3{
        font-size:1.2vw;
    }
}
@media screen and (max-width: 991.5px){
    .service_3 .service_box .content h3{
        font-size:1.5vw;
    }
}
@media screen and (max-width: 767.5px){
    .service_3 .service_box{
        flex:0 0 50%;
        max-width:50%
    }
    .service_3 .service_box .content h3{
        font-size:14px;
        padding-right: 15px;
    }
    .service_3{
        margin-top:1rem;
        width: calc(100% - 23px);
    }
}
/*hp_brand*/
.index_wrapper_6{
    padding: 60px 0 90px;
}
.hp_brand .row{
    align-items: center;
}
.hp_brand{
    padding:0 0 30px;
}
.hp_brand_title{
    margin:0;
}
.hp_brand_buttonbox{
    margin:0;
}
.hp_brandSlide .slick-arrow{
    border:1px solid ;
}
.hp_brandSlide .slick-prev {
    background-image:url("https://cdn1.npcdn.net/images/arrow_left_0mdk5j_1770345574.png?md5id=e6bfd869a81f98ce424bfff9642fbe39&type=4");  
    background-size:100%;
    background-position:center;
    background-repeat:no-repeat;
    content: "";
    width: 3rem;
    height: 3rem;
    display: flex;    
    z-index:1;
    left:-56px;
}
.hp_brandSlide .slick-next {
    background-image:url("https://cdn1.npcdn.net/images/arrow_right_p2q4fl_1770345574.png?md5id=e6bfd869a81f98ce424bfff9642fbe39&type=4");  
    background-size:100%;
    background-position:center;
    background-repeat:no-repeat;
    content: "";
    width: 3rem;
    height: 3rem;
    display: flex;
    z-index:1;
    right:-56px;
}
.hp_brandSlide .slick-prev:before{
    display: none;
}
.hp_brandSlide .slick-next:before{
    display: none;
}

@media screen and (max-width: 991.5px){
    .hp_brand_buttonbox{
        justify-content: flex-start;
        margin:2rem 0 0;
    }
}
@media screen and (max-width: 767.5px){
    .index_wrapper_6 {
        padding: 0 0 60px;
    }
    .hp_brand_buttonbox {
        justify-content: flex-start;
        margin: 15px 0 0;
    }
    .hp_brandSlide .slick-prev {
        left:-30px;
    }
    .hp_brandSlide .slick-next {
        right:-30px;
    }
}

/*hp_re*/
.hp_re{
    padding:90px 0 60px 0;
    background-color:#f2f2f2;
}
.hp_re .row{
    align-items: center;
}

.hp_re_grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 0px;
    row-gap: 2rem;
}
.hp_re_icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.hp_re_content{
    font-weight:400;
}
.hp_re_image{
    transform: scale(1.3) translate(2.3rem, 0);
}
@media screen and (max-width: 1400px){
    .hp_re_image{
        transform: scale(1.3) translate(2.3rem, 0);
    }
}
@media screen and (max-width: 1200px){
    .hp_re_image{
        transform: scale(1.3) translate(0rem, 0);
    }  
}
@media screen and (max-width: 992px){
    .hp_re_image{
        transform: scale(1) translate(2rem, 0);
    }    
}
@media screen and (max-width: 767.5px){
    .hp_re{
        padding: 90px 0 0px 0;
    }
    .hp_re_grid{
        grid-template-columns: 1fr;
    }    
    .hp_re_icon{
        margin: 1rem auto 0.5rem;
        display: block;
    }
    .hp_re_subtitle,
    .hp_re_content{
        text-align: center;
    }
    .hp_re_image {
        transform: scale(1) translate(0rem, 0);
        margin-top: 2rem;
    }
}

/*hp_news*/
.index_wrapper_8{
    padding:60px 0;
}
.hp_news{
    margin-bottom:2rem;
}
.hp_news .row{
    align-items: center;
}
.hp_news_title{
    margin:0;
}
.hp_news_buttonbox{
    margin:0;
}
.latest_new_type4 .news_box a{
    display: flex;
    flex-direction: column;
}
.latest_new_type4 .news_box a .img_frame{
    order:1;
}
.latest_new_type4 .news_box a p:nth-child(2){
    order:3;
    font-size:14px;
    font-weight:600;
}
.latest_new_type4 .news_box a p:nth-child(3){
    order:2;
    margin-bottom:1rem!important;
}
.latest_new_type4 .news_box .date{
    display: none;
} 
.latest_new_type4 .news_box .badge-primary{
    background-color:unset;
    background: linear-gradient(to right, #ac0305, #ee3239);
}

@media screen and (max-width: 991.5px){
    .hp_news_buttonbox{
        margin-top:1rem;
        justify-content: flex-start;
    }
}
@media screen and (max-width: 991.5px){
    .latest_new_type4{
        width:calc(100% - 2rem);
        margin-left:1rem;
    }
    .latest_new_type4 .news_box{
        padding:10px 15px;
    }
}

/*hp_contact*/
.hp_contact{
    position: relative;
    margin-bottom:120px;
}
.hp_contact .row{
    align-items: center;
}
.hp_contact:before{
    position: absolute;
    content:"";
    width:50%;
    height:100%;
    background-image:url("https://cdn1.npcdn.net/images/j_bg1_tenu1o_1772500471.png?md5id=1dfbac99bfb6d351efe1814d7339e9d9&type=4");
    background-size:100%;
    background-position:bottom left;
    background-repeat:no-repeat;
    bottom: -60px;
    left:0;
    z-index:-3;
}
.hp_contact:after{
    position: absolute;
    content:"";
    width: 73%;
    height:100%;
    background-image:url("https://cdn1.npcdn.net/images/j_bg2_4gw2to_1772500471.png?md5id=1dfbac99bfb6d351efe1814d7339e9d9&type=4");
    background-size:100%;
    background-position:top right;
    background-repeat:no-repeat;
    top:0;
    right:0;
    z-index:-2;
}
.hp_contact_grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
    row-gap: 0px;
}
.hp_contact_image{
    margin-bottom:-61px;
}
.hp_contact_name{
    margin-bottom:0;
    font-size:16px;
}
.liner{
    height:2px;
    width:calc(100% - 1rem);
    background-color:#ee3239;
    margin:1rem 0;
}
.hp_contact_link{
    font-size:14px;
    font-weight:400;
    color:#fff;
    margin-bottom:0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.hp_contact_link span:first-child{
    margin-right:0.5rem;
}
.hp_contact_link:hover{
    color:#fff;
}
.hp_contact_link i{
    color:#ee3239;    
}

@media screen and (max-width: 991.5px){
    .hp_contact{
        padding:60px 0 0;
    }
    .hp_contact_title{
        color:#fff;
        text-align: center;
    }
    .hp_contact_grid{
        margin:2rem 0;
        grid-template-columns: 1fr;  
    }
    .hp_contact_gridbox{
        margin:1rem 0;
    }
    .hp_contact:after{
        width:100%;
        background-size: cover;
    }
    .hp_contact_image{
        margin-bottom:0;
    }
}
@media screen and (max-width: 767.5px){
    .hp_contact_title{
        text-align: left;
    }
}


/*footer*/
.footer_type6{
    background-color:#000;
}
.footer_type6 .footer_subtitle{
    color:#ee3239;
}
.footer_type6 .logo{
    min-height: 80px;
}
.footer_type6 .logo img{
    max-height:80px;
}
.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_type6 .social_media a .icon_s img{
    filter:brightness(0) invert(1)!important;
}
.footer_type6 .social_media a:hover .icon_s i {
    color: #fff;
}
.footer_langbar_item{
    color:#fff!important;
}

@media screen and (max-width: 991.5px){
    .footer_type6 .input-container input, 
    .footer_type6 .input-container label{
        font-size:1.1vw;
    }
    .footer_type6 .input-container .moveUp{
        font-size:1.1vw;
    }	
}
@media screen and (max-width: 767.5px){
    .footer_type6 .input-container input, 
    .footer_type6 .input-container label{
        font-size:14px;
    }
    .footer_type6 .input-container .moveUp{
        font-size:14px;
    }
}

/*mobile side-navbar*/
.side_menu .footer_langbar_item{
    color:#fff!important;
}