
#main_index{
    overflow: hidden;
    padding-bottom: 0!important;
}


/*font setting*/

.alltitle {
    color: #000;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.3;
}

/*.titlespan1{*/
/*    position: relative;*/
/*}*/

.titlespan1 {
    /* position: absolute; */
    width: 25%;
    /* height: 2px; */
    /* position: relative; */
    /* bottom: 0; */
    /* background-color: #ec1e24; */
    display: inline-block;
    border-bottom: 2px solid red;
    line-height: 0.7;
    margin: 0 15px;
}

.titlespan1 {
    /* position: absolute; */
    width: 35%;
    /* height: 2px; */
    /* position: relative; */
    /* bottom: 0; */
    /* background-color: #ec1e24; */
    display: inline-block;
    border-bottom: 2px solid red;
    line-height: 0.7;
    margin: 0 15px;
}

.titlespan2 {
    
    
    
    font-size: 25px;
    font-style: italic;
    color: #ec1e24;
}

span.titlebold {
    font-weight: 600;
    font-size: 38px;
}


.allcontent {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.9;
}

.allsubtitle {
    color: #ec1e24;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 1rem;
    
    position: relative;
    padding-left: 1.2rem;
}

.allsubtitle:before {
    content: "";
    background-image: url("https://cdn1.npcdn.net/images/plusicon_3pwg9r_1779335128.png?md5id=87c04785ed9bce046df7b17642eed05a&new_width=1000&new_height=1000&type=4");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 0;
    width: 12px;
    height: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.allsubtitle2 {
    font-size: 20px;
    font-weight: 700;
}


@media screen and (max-width: 1199.5px){
    .allsubtitle{
        font-size: 16px;
    }
}


@media screen and (max-width: 991.5px) {
    .alltitle{
        font-size: 32px;
    }
    
    span.titlebold{
        font-size: 40px;
    }
}


@media screen and (max-width: 575.5px) {
    .alltitle{
        font-size: 26px;
    }
    
    
    
    .allsubtitle {
        font-size: 18px;
    }
}

/* button */
.allbtn {
    color: #fff;
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    transition: .8s transform;
    cursor: pointer;
    background-image: url("https://cdn1.npcdn.net/images/button_shape_red_y6zt0o_1779334183.png?md5id=87c04785ed9bce046df7b17642eed05a&new_width=1000&new_height=1000&type=4");
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover;
    padding: 10px 75px 10px 15px;
    
}

.allbtn:hover{
    text-decoration: none;
    color: #fff;
    transform: scale(1.1);
  
}

.allbtn_text {
    position: relative;
}

.allbtn_text:after {
    background-image: url("https://cdn1.npcdn.net/images/button_white_bz8phr_1779328446.png?md5id=87c04785ed9bce046df7b17642eed05a&new_width=1000&new_height=1000&type=4");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    width: 40px;
    height: 40px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: -3.2rem;
    position: absolute;
    
}

.allbtn:hover .allbtn_text:after {
    animation: arrow-slide 0.8s infinite;
}


.btnbox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

@keyframes arrow-slide{


0% {
    transform: translateX(0);
    opacity: 1;
}
50% {
    transform: translateX(10px);
    opacity: 0.5;
}
51% {
    transform: translateX(-10px);
    opacity: 0;
}
100% {
    transform: translateX(0);
    opacity: 1;
}

}


/* navbar*/
.navbar_type8 .nav_tab .nav_item a {
    color: #000;
    font-weight: 600;
    padding: 15px 1vw;
    text-decoration: none;
    white-space: nowrap;
    font-size: 1.2vw;
}

.navbar_type8 .nav_tab .nav_item{
    text-transform: unset;
}

.navbar_type8 {
    position: fixed;
    display: flex;
    background-color: rgba(255,255,255);
    box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
    width: 80%;
    height: 80px;
    z-index: 100;
    margin: 0 10%;
    border-radius: 500px;
    top: 50px;
    
    /*display: none;*/
    
}

.navbar_type8 .logo img {
    padding: 4px;
    
}

.navbar_type8 .logo {
    
    margin-left: 45px;
}

html:lang(ms) .navbar_type8 .nav_tab {
    flex: 0 1 90%;
    display: flex;
    justify-content: flex-end;
    padding-left: 15px;
    padding-right: 30px;
    flex-wrap: wrap;
}


.navbar_type8 .nav_tab div:last-child a {
    background: #ec1e24;
    border-radius: 999px;
    color: #fff;
    padding: 10px 2vw;
}

.navbar_type8 .nav_tab div:last-child{
    padding: 0 1vw;
}

.navbar_type8 .nav_tab .nav_item:last-child::before{
    display: none;
}

.navbar_type8 .nav_tab div:last-child:hover a{
    background: #1a1a1a;
}

.dark_nav {
    background-color: rgba(255,255,255) !important;
    animation: 1s fadeIn;
    top: 0;
    left: 0;
}

/*langbar*/

.np_language_btn{
    top: 0;
}

.np_language_btn .dropdown_btn span{
    margin-left: .2rem!important;
    margin-right: .2rem!important;
}


/* top space*/



.hp_topbar_box {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.hp_topbar_left {
    background: #ec1e24;
    flex: 0 0 30%;
}

.hp_topbar_right {
    background: #1a1a1a;
    flex: 0 0 70%;
}

.hp_topbar_icon {
    width: 2vw;
    margin-right: .5vw;
    /*height: 2vw;*/
}

.hp_topbar_text{
    color: #fff;
    text-decoration: none;
}

.hp_topbar_item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.hp_contactRecordBtn {
    display: flex;
    align-items: center;
}

.hp_topbar_text{
    margin: 0;
}

.hp_topbar_left {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0.8rem 2.5vw;
}

.hp_topbar_right {
    display: flex;
    justify-content: flex-end;
    padding-right: 12.5rem;
}



.hp_topbar_right > div:first-child {
    padding-right: 2vw;
}

/*lang bar*/


.np_language_btn .dropdown_btn{
    background: #ec1e24;
    color: #fff;
    border-radius: 0px 0px 10px 10px;
    padding: 6px 8px;
}
.np_language_btn .dropdown_btn span{
    color: #fff;
}


.np_language_btn .dropdown_btn a{
    color: #fff;
}


@media screen and (max-width: 991.5px) {
    .navbar_type8 {
        display: none;
    }
}

#main_index #top_spacing{
    height: 0!important;
}

@media screen and (max-width: 991.5px){
    #main_index #top_spacing {
        height: 80px!important;
    }
}




/* footer*/



.footer_type7{
    background-color: unset;
    background: linear-gradient(to top right, #720e11 0%, #000000 100%);
    margin-top: -1px;
    
}
.footer_type7 .col-12.col-md-6{
    padding-top:1rem;
    border-top:1px solid #fff;
}

.footer_type7 .title{
    min-height: 70px;
}

.footer_type7 .logo img{
    max-height: 100%;
}

.footer_type7 .text-muted{
    color: #fff!important;
}




/*banner*/
.slider_banner .bannercontent {
    overflow: hidden;
}


.bannertextimgbox {
    width: 35vw;
}

.hp_banner {
    position: relative;
    left: 9%;
    top: 62%;
    transform: translate(0, -50%);
    width: calc(100% - 18%);
}

.bannertitle {
    font-size: 3vw;
    font-weight: 800;
    line-height: 1.5;
    color: #000;
    text-transform: uppercase;
}

.bannerspan{
    position: relative;
}

.bannerspan:after {
    content: "";
    position: absolute;
    bottom: 33%;
    left: 26.5vw;
    width: 35%;
    height: 2px;
    background-color: #ec1e24;
}

.bannercontent {
    font-size: 1vw;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    width: 45%;
    margin-bottom: 3%;
}

.hp_banner .hp_banner_image {
    width: 30% !important;
}

.bannerbottombox {
    margin-top: 4%;
}


.bannerbtn {
    color: #fff;
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    transition: .8s transform;
    cursor: pointer;
    background-image: url("https://cdn1.npcdn.net/images/button_shape_red_y6zt0o_1779334183.png?md5id=87c04785ed9bce046df7b17642eed05a&new_width=1000&new_height=1000&type=4");
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover;
    padding: 10px 75px 10px 15px;
    
}

.bannerbtn:hover{
    text-decoration: none;
    color: #fff;
    transform: scale(1.1);
}

.bannerbtntext {
    position: relative;
}

.bannerbtntext:after {
    background-image: url("https://cdn1.npcdn.net/images/button_white_bz8phr_1779328446.png?md5id=87c04785ed9bce046df7b17642eed05a&new_width=1000&new_height=1000&type=4");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    width: 40px;
    height: 40px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: -3.2rem;
    position: absolute;
}

.bannerbtnbox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.bannerimg {
    width: 65vw;
    position: absolute;
    z-index: -1;
    right: -8vw;
    top: -18vw;
}

.bannerimg2 {
    width: 60vw;
    position: absolute;
    z-index: -1;
    right: -8vw;
    top: -18vw;
}

@media screen and (max-width: 1200.5px) {
    .bannercontent {
        font-size: 1.2vw;
    }
}

@media screen and (max-width: 991.5px) {
    .bannercontent {
        font-size: 1.5vw;
    }
    
    .hp_banner {
        position: relative;
        left: 9%;
        top: 45%;
        transform: translate(0, -50%);
        width: calc(100% - 18%);
    }
    
    .slider_banner .banner_content {
        background: rgba(0,0,0,0.4);
    }
    
    .bannertitle{
        color: #fff;
    }
    
    .bannerimg {
        width: 65vw;
        position: absolute;
        z-index: -1;
        right: -8vw;
        top: -15vw;
    }
    
    
    .bannerimg2 {
        width: 60vw;
        position: absolute;
        z-index: -1;
        right: -8vw;
        top: -15vw;
    }
}

@media screen and (max-width: 767.5px) {
    .index_wrapper_2 .item>img {
        min-height: 100vw !important;
        object-fit: cover;
    }

    .hp_banner {
        left: 3%;
        width: calc(100% - 6%);
        top: 35%;
    }

    .bannertitle {
        font-size: 4vw;
    }

    .bannersubtitle {
        font-size: 4vw;
    }

    .bannercontent {
        font-size: 4vw;
        width: 100%;
    }
    
    .bannerspan:after {
        content: "";
        position: absolute;
        bottom: 33%;
        left: 35.5vw;
        width: 35%;
        height: 2px;
        background-color: #ec1e24;
    }
    
    .bannerimg {
        width: 77vw;
        position: absolute;
        z-index: -1;
        right: 5vw;
        top: 36vw;
    }
    
    .bannerimg2 {
        width: 77vw;
        position: absolute;
        z-index: -1;
        right: 5vw;
        top: 36vw;
    }
    .footer_type7 .col-12.col-md-6{
        padding-top:0;
        border-top:1px solid transparent;
    }
    
    .footer_type7 .col-12.col-md-6:last-child{
        padding-top:1;
        border-top:1px solid #fff;
    }
}

/*about*/

.hp_about {
    padding: 90px 9%;
    background-image: url("https://cdn1.npcdn.net/images/b_about_bg_xklntz_1779328445.png?md5id=87c04785ed9bce046df7b17642eed05a&new_width=1000&new_height=1000&type=4");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 45%;
}

.alltitle.about{
    margin-bottom: 2rem;
}

.allcontent.about{
    width: 90%;
    margin-bottom: 2rem;
}

.hpaboutimgbigbox{
    position: relative;
}

.hpaboutimgbox1 > img {
    border-radius: 10%;
}

.hpaboutimgbox2 {
    position: absolute;
    width: 120px;
    bottom: -10%;
    right: -10%;
    animation: spin 6s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);  
  }
  100% {
    transform: rotate(360deg); 
  }
}

@media screen and (max-width: 1300.5px){
    .alltitle.about br{
        display: none;
    }
}

@media screen and (max-width: 991.5px){
    
    .allcontent.about {
        width: 100%;
        margin-bottom: 2rem;
    }
    
    
    .hpaboutright.col-lg-5.col-12 {
        margin-top: 4rem;
    }
    
    .hpaboutimgbigbox{
        display: flex;
        justify-content: center;
    }
    
    .hpaboutimgbox1 {
        width: 70vw;
    }
    
    .hpaboutimgbox2 {
        position: absolute;
        width: 120px;
        bottom: -10%;
        right: -5%;
    }
    
}

@media screen and (max-width: 575.5px){
    .hpaboutimgbox2 {
      
        width: 25vw;
        
    }
}


/*text slider*/

.hp_mas{
    overflow: hidden;
    /*margin-top: -3rem;*/
    background-color: #ec1e24;
    transform: rotate(2deg);
}
.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;
    height: 5rem;
}
.hp_mas_box p,
.hp_mas_clone p{
    position: relative;
    padding-left: 5rem;
    font-weight: 200;
    font-size: 35px;
    color: #fff;
    margin-bottom:0;
    font-style: italic;
}
.hp_mas_box p:before,
.hp_mas_clone p:before{
    position: absolute;
    content:"";
    top:0;
    bottom:0;
    left:calc((5rem - 13px)/2);
    background-image:url("https://cdn1.npcdn.net/images/running_hexagon_9u3os7_1779334183.png?md5id=87c04785ed9bce046df7b17642eed05a&new_width=1000&new_height=1000&type=4");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto 0;
    width: 13px;
    height: 13px;
}
.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){
    .hp_mas_box p, .hp_mas_clone p{
        font-size:20px;
    }
    .hp_mas{
        margin-top: -2rem;
    }
    
    .hp_mas_box, .hp_mas_clone {
        height: 3rem;
    }
}

/*whyus*/
#main_index .index_wrapper_4{
    padding: 0 0 90px 0;
    background: linear-gradient(to bottom, transparent 50%, #f2f2f2 50%);
}

.hp_whyus {
    width: calc(100% - 18%);
    padding: 6%;
    margin: 0 auto;
    border-radius: 25px;
    
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #fff;
    
    background-image: url("https://cdn1.npcdn.net/images/c_wcu_bg1_k7z1u6_1779355155.png?md5id=87c04785ed9bce046df7b17642eed05a&new_width=1878&new_height=862&type=4");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.allcontent.whyus {
    width: 70%;
    margin-top: 3rem;
}

.whyusright{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    position: relative;
}

.boxgap{
    flex: 0 0 50%;
    padding-right: 1vw;
}

.whyuscard {
    display: flex;
}

.whyusiconbox {
    flex: 0 0 3.5rem;
}


.whyuscontent {
    
    flex: 0 0 calc(100% - 3.5rem);
    padding-left: 1vw;
}



.whyusdecopic {
    position: absolute;
    width: 20vw;
    bottom: -9vw;
    right: 0;
}


@media screen and (max-width: 1199.5px){
    
    .allcontent.whyus {
        width: 100%;
        margin-top: 1rem;
    }
    
    .whyusright{
        padding-top: 3rem;
    }
}

@media screen and (max-width: 767.5px){
    .boxgap {
        flex: 0 0 100%;
        padding-top: 2rem;
    }
    .whyuscontent {
        
        padding-left: 3vw;
    }
    
    .whyusright {
        padding-top: 0rem;
    }
}

@media screen and (max-width: 575.5px){
    .whyusdecopic {
        position: absolute;
        width: 30vw;
        bottom: -17vw;
        right: 0;
    }
    
    html:lang(ms) .allsubtitle2 {
        font-size: 18px;
        font-weight: 700;
    }
}




/*product*/

#main_index .index_wrapper_5 {
    background-image: url("https://cdn1.npcdn.net/images/Asset_51_8_8ulfd5_1779328445.png?md5id=87c04785ed9bce046df7b17642eed05a&new_width=1000&new_height=1000&type=4");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 15rem;
    background-color: #f2f2f2;
}

.hp_product{
    padding: 0 9% 45px 9%;
}

#index_5_2 .hp_product_cat_slider {
    padding: 0 9% 90px 9%;
}


.productleft{
    display: flex;
    justify-content: flex-end;
    padding-right: 4vw;
}

.productcontentbox_right {
    width: 85%;
    margin-left: auto;
    
}




.productright{
    display: flex;
    justify-content: flex-end;
}





#main_index .product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title{
    
    color: #000;
    font-weight: 800;
}

#main_index .product_cat-11 .hp_product_cat_slider .item .wrapper_brand a{
    padding: 15px;
}

#main_index .product_cat-11 .hp_product_cat_slider .item a .wrapper_title > p:first-child{
    display: none;
}

#main_index .product_cat-11 .hp_product_cat_slider .item::after{
    display: none;
}

#main_index .product_cat-11 .hp_product_cat_slider .item{
    margin: 0 .5vw;
    box-shadow: unset;
}

#main_index .product_cat-11 .hp_product_cat_slider .card{
    border-radius: 0;
}

#main_index .product_cat-11 .hp_product_cat_slider .item a .wrapper_btn .view_btn{
    color: #ec1e24;
    position: relative;
    transform: translate(-15.5px, 0);
}

#main_index .product_cat-11 .hp_product_cat_slider .item a .wrapper_btn .view_btn:after{
    content: "";
    position: absolute;
    bottom: 50%;
    right: -28px;
    width: 25px;
    height: 2px;
    background-color: #ec1e24;
}

#main_index .product_cat-11 .slick-prev.slick-arrow{
    background-image: url("https://cdn1.npcdn.net/images/arrow_left_7s0jut_1779328445.png?md5id=87c04785ed9bce046df7b17642eed05a&new_width=1000&new_height=1000&type=4");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#main_index .product_cat-11 .slick-next.slick-arrow{
    background-image: url("https://cdn1.npcdn.net/images/arrow_right_7wzy9j_1779328445.png?md5id=87c04785ed9bce046df7b17642eed05a&new_width=1000&new_height=1000&type=4");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.product_cat-11 .slick-arrow{
    z-index: 10!important;
}

.product_cat-11 .slick-arrow {
    display: flex;
    width: 40px;
    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: 2vw!important;
    
}

.product_cat-11 .slick-next {
    right: 2vw!important;
}

#main_index .product_cat-11 .slick-arrow::before{
    display: none;
}

@media screen and (max-width: 1200.5px){
    #main_index .index_wrapper_5 {
        
        background-size: 10rem;
        
    }
    
    .alltitle.product br{
        display: none;
    }
    
    #main_index .index_wrapper_5 {
        background-image: none;
        
        background-color: #f2f2f2;
    }
}

@media screen and (max-width: 767.5px){
    
    
    .productleft, .productright{
        padding: 0;
    }
    
    .productleft{
        justify-content: flex-start;
    }
    
    .productcontentbox_right {
        width: 100%;
        padding-top: 1rem;
        margin-left: auto;
    }
    
    
    
    .productSlider-1 .product_img .slick-prev::before, .productSlider-1 .product_img .slick-next::before{
        padding: 13px;
    }
}

@media screen and (max-width: 479.5px){
    .product_cat-11 .slick-prev {
    left: -1vw!important;
    
}

.product_cat-11 .slick-next {
    right: -1vw!important;
}
}

/*serve*/

.hp_serve{
    padding: 90px 9%;
    background-image: url("https://cdn1.npcdn.net/images/e_industry_bg_psanyf_1779328446.jpg?md5id=87c04785ed9bce046df7b17642eed05a&new_width=1000&new_height=1000&type=4");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.serveright {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.tickiconbox {
    
    flex: 0 0 1.2vw;
}

.allcontent.serve{
    margin: 0;
    padding-left: .8vw;
}

.serveimgbox {
    padding: 0 9% 0 0;
}

.serveimgbox > img{
    border-radius: 25px;
}

.servepoint {
    display: flex;
    
    padding-bottom: .2rem;
}

.servebottom_left {
    padding-right: 2vw;
}
.servebottom {
    padding-top: 1.5rem;
}

.servebottom {
    display: flex;
}

@media screen and (max-width: 991.5px){
    .serveimgbox {
        padding: 0;
    }
    
    .serveright{
        order: 1;
        
    }
    
    .serveleft{
        order: 2;
        padding-top: 3rem;
    }
    
    .servetop {
        flex: 0 0 100%;
    }
    
    .tickiconbox {
        flex: 0 0 2vw;
    }
    
    .servebottom {
        flex: 0 0 100%;
        flex-wrap: wrap;
    }
    
    .servebottom_left{
        flex: 0 0 50%;
    }
    .servebottom_right{
        flex: 0 0 50%;
    }
}

@media screen and (max-width: 575.5px){
    .servebottom_left{
        flex: 0 0 100%;
    }
    .servebottom_right{
        flex: 0 0 100%;
    }
    
    .tickiconbox {
        flex: 0 0 5vw;
    }
    .allcontent.serve {
       
        padding-left: 3vw;
    }
    
    .serveleft{
        
        padding-top: 2rem;
    }
}

/*hpdeco*/

.hp_industries_divider {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2vw;
    padding: 0 5%;
    
}

.hp_industries_divider span {
    height: 1px;
    flex: 1;
    background: #ec1e24;
}

.hp_industries_badge {
    width: 6vw;
    
    animation: spin 6s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
}


/*news*/

.hp_news{
    padding: 90px 9% 45px 9%;
}

.newsright{
    display: flex;
    justify-content: flex-end;
}

.newscontentbox_right{
    width: 85%;
}

#main_index .hp_latest_new_8 > div{
    padding: 0 9% 90px 9%;
}

#main_index .hp_latest_new_8 .news_box .img_frame{
    border-radius: 10px;
}

#main_index .hp_latest_new_8 .news_box > div:last-child{
    padding-top: 1rem;
}

#main_index .hp_latest_new_8 .news_box .read_more{
    display: none;
}

#main_index .hp_latest_new_8 .news_box .date{
    text-align: left!important;
}

#main_index .hp_latest_new_8 .fa-clock:before{
    color: #ec1e24;
}

#main_index .hp_latest_new_8 .news_box .date{
    opacity: 1;
}


#main_index .hp_latest_new_8 .toggle_point{
    display: none;
}

@media screen and (max-width: 991.5px){
    
    #main_index .hp_latest_new_8 .latestnewsAjax{
        justify-content: center;
        
    }
    
    #main_index .hp_latest_new_8 .latestnewsAjax > div{
        flex: 0 0 50%;
    }
    
    
    
}


@media screen and (max-width: 767.5px){
    .hp_industries_badge {
        width: 12vw;
        animation: spin 6s linear infinite;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #main_index .hp_latest_new_8 .latestnewsAjax > div{
        flex: 0 0 100%;
    }
    
    .newscontentbox_right {
        width: 100%;
        padding-top: 1rem;
        margin-left: auto;
    }
}

@media screen and (max-width: 575.5px){
    .hp_industries_badge {
        width: 16vw;
        animation: spin 6s linear infinite;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

/*contact*/


#main_index .index_wrapper_8 {
    background: linear-gradient(to right, #3a0809 0%, #000000 100%);
   
    background-size: 100% 30%;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
}


#main_index .index_wrapper_8:before{
    background-image: url("https://cdn1.npcdn.net/images/f_news_bg_ps5mnb_1779328447.png?md5id=87c04785ed9bce046df7b17642eed05a&new_width=1000&new_height=1000&type=4");
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    
    position: absolute;
    content: "";
    bottom: 30%;
    left: 0;
    width: 100%;
    height: 100%;
    
}

.allbtn.contact {
    color: #ec1e24;
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    transition: .8s transform;
    cursor: pointer;
    background-image: url("https://cdn1.npcdn.net/images/button_shape_white_90hfbt_1779334183.png?md5id=87c04785ed9bce046df7b17642eed05a&new_width=1000&new_height=1000&type=4");
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover;
    padding: 10px 75px 10px 15px;
}

.allbtn_text.contact:after {
    background-image: url("https://cdn1.npcdn.net/images/button_red_uqp1fn_1779328446.png?md5id=87c04785ed9bce046df7b17642eed05a&new_width=1000&new_height=1000&type=4");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    width: 40px;
    height: 40px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: -3.2rem;
    position: absolute;
}

.btnbox.contact{
    justify-content: flex-end;
}

.hp_contact {
    background: #ec1e24;
    width: calc(100% - 18%);
    margin: 0 auto;
    border-radius: 25px;
    padding: 14vw 2vw 2vw 2vw;
    
    background-image: url("https://cdn1.npcdn.net/images/g_contact_bg_aq94gs_1779328447.png?md5id=87c04785ed9bce046df7b17642eed05a&new_width=1000&new_height=1000&type=4");
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
}

html:lang(ms) .hp_contact {
    background-image: url("https://cdn1.npcdn.net/images/g_contact_bg_bm_redxvi_1780461181.png?md5id=87c04785ed9bce046df7b17642eed05a&new_width=1600&new_height=1600&type=4");
}


.hp_contacttext {
    font-size: 20px;
    width: 66%;
    color: #fff;
}



.contactleft{
    position: relative;
}


.hpcontactimgbox {
    position: absolute;
    bottom: -3vw;
    right: -18vw;
    width: 28vw;
}


@media screen and (max-width: 991.5px){
    
    .hp_contacttext {
        font-size: 20px;
        width: 50%;
        color: #fff;
    }
    
    .hpcontactimgbox {
        position: absolute;
        bottom: -12vw;
        right: 1vw;
        width: 43vw;
    }
    
    .btnbox.contact {
        justify-content: flex-start;
        padding-top: 1rem;
    }
}

@media screen and (max-width: 767.5px){
    .btnbox.contact {
        justify-content: flex-start;
        padding-top: 1rem;
    }
    
    .hp_contacttext {
        font-size: 20px;
        width: 60%;
        color: #fff;
    }
    
    .hpcontactimgbox {
        position: absolute;
        bottom: -5.8rem;
        right: -1rem;
        width: 27vw;
    }
    
    .hp_contact {
        background: #ec1e24;
        width: calc(100% - 18%);
        margin: 0 auto;
        border-radius: 25px;
        padding: 4rem 2rem 2rem 2rem;
        background-image: url("https://cdn1.npcdn.net/images/g_contact_bg_aq94gs_1779328447.png?md5id=87c04785ed9bce046df7b17642eed05a&new_width=1000&new_height=1000&type=4");
        background-repeat: no-repeat;
        background-position: left;
        background-size: cover;
    }
}

@media screen and (max-width: 575.5px){
    .hp_contact {
        background: #ec1e24;
        width: calc(100% - 18%);
        margin: 0 auto;
        border-radius: 25px;
        padding: 2rem 1rem 9rem 1rem;
        background-image: url("https://cdn1.npcdn.net/images/g_contact_bg_aq94gs_1779328447.png?md5id=87c04785ed9bce046df7b17642eed05a&new_width=1000&new_height=1000&type=4");
        background-repeat: no-repeat;
        background-position: left;
        background-size: cover;
    }
    
    .hpcontactimgbox {
        position: absolute;
        bottom: -12.8rem;
        right: 0rem;
        width: 34vw;
    }
    
    .hp_contacttext {
        font-size: 20px;
        width: 100%;
        color: #fff;
    }
}
