#main_index{
    overflow: hidden!important;
}

.bigtitle{
    color: white;
    font-weight: 600;
    font-size: 42px;
}
.n_text{
    color: black;
    font-size: 20px;
}
.smalltitle{
   font-family: 'Rajdhani', sans-serif;
    font-size: 28px;
    color: #972e33;
    font-weight: 500;
}

@media (max-width: 1200px) {
}
@media (max-width: 991.5px) {
    
    .smalltitle {
    font-size: 18px;
}
 .bigtitle {
    font-size: 20px;
}
.n_text {
    font-size: 16px;
}
}
@media (max-width: 767.5px) {
}

.hp_brand .autoplay .slick-slide{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width:100%;
}
.hp_brand .autoplay div span{
    font-size:14px;
    font-weight:600;
    color:#972e33;
    text-align: center;
    padding-top:0.5rem;
}
.hp_brand .col-md-4{
    padding:0 0rem;
}
.hp_brand img{
    width:65%;
}
.hp_brand_subtitle{
    font-size:18px;
    font-weight:700;
    color:#000;
    margin-top:1rem;
    text-align: center;
}
.hp_brand_content{
    font-size:16px;
    font-weight:400;
    color:#000;
    text-align: center;
}
@media (max-width: 767.5px) {
    .hp_brand img{
        width: 100%;
        transform: scale(1.5);
        height: 100%;
        aspect-ratio: 2 / 1;
    }
}

/*button*/
.n_button{
    padding-top: 30px;
}
.button_new {
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 400;
    transition: all .2s;
    position: relative;
    border: none;
    color: #fff;
    background: #972e33;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Rajdhani', sans-serif;
}

.button_new:before,.button_new:after {
  content: "";
  position: absolute;
  top: 50%;
  background: #000000;
  height: 108%;
  width: 0;
  z-index: -1;
  transition: all .7s;
  transform: translateY(-50%);
}

.button_new:before {
  left: 0%;
}

.button_new:after {
  right: 0%;
}

.button_new:hover {
  color: #fff;
  box-shadow: #000000 0 30px 60px -12px inset, #000000 0 18px 36px -18px inset;
  z-index: 2;
}

.button_new:hover::before {
  width: 51%;
  left: 50%;
}

.button_new:hover::after {
  width: 51%;
  right: 50%;
}


@media screen and (max-width:1080px) {
    .n_button {
      margin-top: 1vw;
    }
    .button_new {
        padding: 8px 20px;
        font-size: 12px;
    }
}
@media screen and (max-width:992px){
    .n_button {
        transform: unset;
        position: relative;
        right: 0;
        margin-top: 2rem;
        width: fit-content;
        bottom: 0;
    }
    .n_button a {
        padding: 8px 20px;
        font-size: 18px;
    }
    .n_button:after {
        line-height: 43px;
        right: 10%;
    }
    }
@media screen and (max-width:580px) {
    .n_button {
        margin-top: 3vw;
    }
    .n_button a {
        padding: 0;
        font-size: unset;
    }
    }
    
    
/*nav*/
.navbar_type8 {
    background-color: white;
    height: 120px;
}
.navbar_type8 .nav_tab .nav_item a {
    color: #333333;
    padding: 15px 0.7vw;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
}
html:lang(ms) .navbar_type8 .nav_tab .nav_item a{
    padding:15px 0.5vw;
    font-size: 1vw;
}
.navbar_type8 .nav_tab .nav_item a:hover {
    color: #ec1c24;
}
.navbar_type8 .nav_tab .nav_item::before {
    border-bottom:none;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item {
    background-color: rgba(255, 255, 255, 0.8);
}
/*.dark_nav .nav_tab .nav_item a {
    color: white;
}*/
.dark_nav {
    background-color: rgba(255, 255, 255, 0.8) !important;
}
.navbar_type8 .logo {
    margin-left: 180px;
}
.navbar_type8 .logo img {
    width: 220px;
    padding: 0px;
}
.navbar_mobile .fa-bars:before {
        color: #972e33!important;
}
#toTop .fa-angle-up:before {
    color: #972e33!important;
}
/* search*/

.btnSearch {
    position: relative;
    top: 45px;
    z-index: 999;
    cursor: pointer;
    transition: all .43s ease-in-out;
}
.boxSearch {
    display: none;
    position: absolute;
    top: 70px;
    right: 0px;
}

.nav_search {
    flex-grow: 1;
    display: flex;
    max-width: 100%;
    align-self: center;
    margin-bottom: -5px;
    border: 1px solid #e0dede;
    box-shadow: 0px 0px 7px rgb(191 191 191 / 65%);
}
.topicon{
    margin: 0px 1.5vw;
    position: relative;
}
.topicon i{
    font-size: 1.1vw;
    color: #333333;
}
/*.dark_nav .nav_tab .topicon i{
    color: white!important;
}*/
.nav_search input {
    background: rgba(240, 242, 245, 1);
    width: 270px;
    height: 45px;
    border: 0;
    box-shadow: none;
    padding: 5px 60px 5px 25px;
    border-radius: 0;
    max-height: 45px;
}
.nav_search .search_button {
    background-color: #f0f2f5;
    color: white;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0 15px;
    max-height: 45px;
}
@media (max-width: 1450px) {
    .navbar_type8 .nav_tab .nav_item a {
        padding: 15px 1vw;
        font-size: 1.1vw;
    }
    .navbar_type8 .logo {
    margin-left: 30px;
    }
    .navbar_type8 .logo img {
        width: 200px;
    }
    .navbar_type8 .nav_tab .nav_item a {
    padding: 15px 1vw;
    }
    .topicon i {
    font-size: 18px;
}
}
@media (max-width: 991.5px) {
}
@media (max-width: 767.5px) {
}

/*banner*/
.banner_content iframe{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.index_wrapper_2{
    background-color:#000;
}
.index_wrapper_2 .item>img{
    min-height: 100% !important;
    object-fit: cover;
    aspect-ratio: 16/9;
    opacity: 0;
}
.n_banner{
    /*padding: 7% 100px;*/
    padding:7% 150px;
}
.n_banner .bigtitle {
    text-shadow: 2px 2px 5px black;
    font-family: 'Rajdhani', sans-serif;
        line-height: 1.2;
}
.n_banner .bigtitle span{
    font-size: 60px;
    font-weight: 700;
}
.n_bannerText{
    padding-left: 45%;
    text-shadow: 1px 1px 2px black;
    color: white;
    font-size: 17px;
    font-family: 'Rajdhani', sans-serif;
}
.n_bannerReadMore{
    color: white;
    background: #972e33;
    border: none;
    /*border-bottom: 1px solid white;*/
    padding: 5px 15px;
    font-size: 25px;
    font-family: 'Rajdhani', sans-serif;
    margin: 10px 0 30px;
    font-weight: 500;
}
.paymentimg{
        width: 30%;
    position: absolute;
    right: 15px;
}
@media (max-width: 1400px) {
    .n_banner {
    padding: 0% 20px;
    }
    .n_banner .bigtitle span {
        font-size: 50px;
    }
    
}
@media (max-width: 991.5px) {
    .index_wrapper_2 .slider_banner .item > img {
    height: 349px !important;
    }
#index_2 .slider_banner .item > img {
    object-fit: cover;
    object-position: 15%;
    }
    .n_banner {
    padding: 10px;
}
.n_banner .bigtitle span {
    font-size: 22px;
}
.n_bannerText {
    padding-left: 45%;
    font-size: 15px;
    line-height: 1.2;
}
.n_bannerReadMore {
    padding: 2px 15px;
    font-size: 15px;
    margin: 10px 0 10px;
}
.paymentimg {
    width: 40%;
}

}
@media (max-width: 1200.5px) {
    .n_banner .bigtitle span{
        font-size:34px;
    }
}
@media (max-width: 767.5px) {
    #index_2 .slider_banner .item > img{
        min-height: 89vw;
    }
    .n_banner .bigtitle br{
        display: none;
    }
}

/*footer*/
.footer_type12{
    overflow:hidden;
}
.footer_type12 .col-12.mb-1.mb-md-0.p-3:first-child {
    border-bottom: 1px solid #000;
    margin-bottom: 25px !important;
    padding: 25px !important;
    background: #000;
    border-radius: 10px;
}
.footer_type12 .title {
    color: #c4bdab;
    font-size: 1.2rem;
    margin-bottom: 0;
}
.footer_type12 .col-12.mb-1.mb-md-0.p-3:first-child .title h6 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
}
.footer_type12 {
    color: #fff;
    background-color: #972e33;
    padding-top: 100px !important;
}
.footer_type12 a {
    color: #fff;
}
.footer_type12 .title h6 {
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 0px;
}

.footer_type12 .list-unstyled li {
    width: 100%;
    display: flex;
    align-items: center;
    /*margin: 0 0 5px 0;*/
    height: max-content;
}
.footer_type12 .list-unstyled p {
   margin-bottom: 0.5rem;
}

.footer_type12 .subscribe_new {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 5px;
    font-weight: 700 !important;
    letter-spacing: 4px !important;
}
.footer_type12 .footer_subtitle {
    text-transform: capitalize;
}
.footer_type12 .input-container input {
    border: 1px solid rgba(255,255,255,0.5);
    color: #fff;
    background-color: white;
    caret-color: black;
}
.footer_type12 .input-container input::placeholder {
    color: #000;
    opacity: 0.5;
}
.footer_type12 .input-container .submit {
    border: 1px solid #972e33;
    background: #972e33;
    color: #ffffff;
}
.footer_type12 .all_font_md.footer_subtitle {
    color: white;
    font-weight: 600;
    font-size: 15px!important;
}
.footer_type12  p {
   font-weight: 500;
}

.footer_type12 .fa, .fas {
    color: white ;
}
@media (max-width: 1200px) {
}
@media (max-width: 991.5px) {
    .footer_type12 .title {
    justify-content: left!important;
}

.footer_type12 .col-12.mb-1.mb-md-0.p-3:first-child .title h6 {
    margin-bottom: 20px;
    font-size: 1rem!important;
}
.footer_type12 {
    padding-top: 1rem!important;
}
}
@media (max-width: 767.5px) {
}


/*slogan*/
.hp_slogan{
    padding: 0% 0 0 40%;
    margin-right: -15px;
}

.hp_slogan_box {
    margin-top: -100px;
    background-image: url(https://cdn1.npcdn.net/img/1704766262banner_red_bar.jpg);
    background-repeat: no-repeat;
    padding: 20px 0;
    background-position: right;
    background-color: #972e33;
}

.hp_slogan .bigtitle {
    text-align: left;
    padding: 10px 100px;
    font-size: 30px;
}

@media (max-width: 1400px) {

    .hp_slogan {
    padding: 0% 0 0 35%;
    margin-right: 0px;
}
.hp_slogan .bigtitle {
    padding: 10px 0 0 10%;
}
.hp_slogan_box {
    margin-top: -70px;
}
}

@media screen and (max-width:991.5px) {
    .hp_slogan {
    padding: 0;
    margin-right: 0;
    }
    .hp_slogan .bigtitle {
    font-size: 15px;
    padding: 10px;
    }
    
    .hp_slogan_box {
    padding: 0;
    margin-top: 0px;
}
}
@media (max-width: 767.5px) {
}

/*about*/
.index_wrapper_4{
        padding: 50px 0 25px;
}
.about_img{
    width: 100%;
    padding-right: 17%;
}
div.aboutimage{
    position: relative;
}
.about00112{
    position: absolute;
    right: 14%;
    bottom: 0;
    width: 6vw;
}
.hp_about_specbox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width:100%;
    flex:0 0 50%;
}
.hp_about_specbox h3{
    font-size:16px;
    font-weight:500;
    color:#000;
    margin:0 0 0 0.5rem;
}
.hp_about_box{
    width:80%;
    display: flex;
    flex-wrap: wrap;
    margin:3rem 0 1rem;
}
.hp_about_specbox img{
    width:30px;
    height:30px;
    margin:0.5rem 0;
}

.n_about .bigtitle {
    color: black;
    font-weight: 600;
    font-size: 35px;
    line-height: 1.4;
    padding-bottom: 30px;
    padding-right: 20%;
}
.n_about .n_text {
    color: black;
    font-size: 16px;
    font-family: 'Rajdhani', sans-serif;
    line-height: 1.8;
    padding-right: 10%;
    font-weight: 500;
}

.about_content{
    padding-top: 5%;
}

.hp_about_grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 0px;
    row-gap: 0px;
    width: 90%;
    margin-bottom:2rem;
}
.n_about .row{
    align-items: center;
}
.hp_about_word {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.3;
}
.hp_about_no {
    font-size: 28px;
    font-weight: 700;
    color: #972e33;
    line-height: 1.3;
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    .about_content {
    padding-top: 0%;
    }
    .about_img {
    padding-right: 0%;
    }
    .n_about .bigtitle {
    font-size: 30px;
}
}
@media (max-width: 991.5px) {
    .hp_about_grid{
        grid-template-columns: 1fr 1fr;
    }
    .hp_about_gridbox{
        margin:0.5rem 0;
    }
    .hp_about_specbox{
        flex:0 0 100%;
    }
}
@media (max-width: 767.5px) {
    .about_img {
        padding: 10px 20px;
}
.n_about .smalltitle {
    padding: 10px 30px;
    font-size: 18px;
}
.n_about .n_text {
    padding: 10px 30px;
}
.n_about .bigtitle {
    padding: 0px 30px;
    font-size: 20px;
}
.n_about .n_button {
    margin: 10px 30px;
    padding-top: 0px;
}
.hp_about_grid{
    width:calc(100% - 4rem);
    margin-left:2rem;
}
.hp_about_box{
    margin-left:2rem;
}
.about00112{
    right: 8%;
    width: 17vw;
}

}


/*Why*/
.index_wrapper_5{
        padding: 25px 0 50px;
}
.n_whyBox img{
    /*width: 120px;*/
    width:45px;
    padding: 10px;
}

.n_whyBox {
    display: flex;
    align-items: center;
    color: #303030;
    border-radius: 25px;
}
#n_why .bigtitle {
    color: black;
    font-weight: 600;
    font-size: 35px;
    line-height: 1.4;
    padding-bottom: 50px;
}
#n_why .row{
    align-items: center;
}
.n_whyBox:hover .n_whyContentText{
    color: #972e33;
}
.sec2_right_ebox {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
}
.bigWhyBox{
    margin-left:3rem;
}

.n_whyBox .n_whyContent{
    margin-left: 1rem;
}

.n_whyContentText {
    font-size: 20px;
    color: black;
    font-weight: 900;
    opacity: 1;
    font-family: 'Rajdhani', sans-serif;
}
.why_img{
    width: 100%;
}
@media (max-width: 1200px) {

    .titleWhy {
    margin: 50px 100px ;
    }
    .n_whyBox img {
        /*width: 100px;*/
    }
    .n_whyBox {
        padding: 0.5rem !important;
    }
    .n_whyContentText {
    font-size: 15px !important;
    }
    #n_why .bigtitle {
    font-size: 30px;
    }
    
}
@media (max-width: 768px) {
    .n_whyBox .n_whyContent {
        margin-left: 0rem;
    }
    .n_whyBox {
    padding:0 !important;
    border-radius: 10px;
    }
    .n_whyContentText {
    font-size: 16px !important;
    line-height: 1.2;
    }
    .bigWhyBox{
    padding: 0 0px !important;
    }
    #n_why .bigtitle {
    font-size: 20px;
}
.sec2_right_ebox {
    padding: 20px 0 0;
}
    
}


/*type*/
.n_type{
    position: relative;
    z-index: 1;
    margin-bottom: -8%;
}
.n_type .bigtitle{
    font-size: 40px;
    color: white;
}
.n_typeBox img{
    width: 100%;
    margin-bottom: 10px;
    transition: all .2s ease-in-out;
}
.n_typeBox:hover img {
    filter: none;
    animation: product .5s ease-in-out infinite alternate;
}

@media (max-width: 1200px) {

}
@media (max-width: 991.5px) {
    .index_wrapper_7{
    padding-bottom: 50px;
}
    .n_typeBox img {
    margin-bottom: 0px;
}
.n_type {
    margin-bottom: 0%;
}
}
@media (max-width: 767.5px) {
}

@keyframes product{
0% {
    transform: translateY(0);
}
100% {
    transform: translateY(-10px);
}
}



/*contact*/
.index_wrapper_7{
    padding: 150px 0;
    background-image: url(https://server.newpages.com.my/storage/userfiles/25480/file/banner_middle_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.contact_img{
    position: absolute;
    width: 65%;
    left: 30%;
}
.index_wrapper_7 .bigtitle{
    font-size: 35px;
    padding-right: 50px;
}
.index_wrapper_7 .n_text {
    color: white;
    opacity: 0.9!important;
    padding: 20px 0 10px;
}
@media (max-width: 1200px) {
}
@media (max-width: 991.5px) {
    .index_wrapper_7 .bigtitle {
    font-size: 20px;
    padding-right: 0px;
}
.index_wrapper_7 {
    padding: 50px 0;
}
.contact_img {
    position: relative;
    width: 100%;
    left: 0%;
}

}
@media (max-width: 767.5px) {
}


/*latest news*/
.index_wrapper_8{
    padding: 200px 0 150px;
}
#main_index .hp_latest_new{
    padding: 20px 50px 0;
}
#main_index .hp_latest_new .latestnewsAjax .col-lg-4{
    display: none;
}
#main_index .hp_latest_new .latestnewsAjax .col-lg-8{
    flex: 0 0 100%;
    max-width: 100%;
}
#main_index .hp_latest_new .news_box .read_more {
    display: none;
}
#main_index .hp_latest_new .news_box .title {
    color: #972e33 !important;
    font-family: 'Rajdhani', sans-serif;
}
#main_index .hp_latest_new .news_box {
    margin-bottom: 0px !important;
}
#main_index .news_title .bigtitle {
    color: black;
    text-align: left;
    padding: 25px 50px;
    font-size: 35px;
    background-image: url(https://server.newpages.com.my/storage/userfiles/25480/file/logo_latest_new.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 40%;
}
@media (max-width: 1200px) {
    #main_index .news_title .bigtitle {
    padding: 0px 50px;
    background-position: center;
    font-size: 25px;
}
.index_wrapper_8 {
    padding: 100px 0 50px;
}
}
@media (max-width: 991.5px) {
    #main_index .news_title .bigtitle {
    padding: 25px 0px;
    background-position: center;
    font-size: 20px;
    text-align: center;
    margin: 10px 0;
}
.index_wrapper_8 {
    padding: 50px 0 0px;
}
}
@media (max-width: 767.5px) {
}

/*brand*/

.hp_brand{
    padding: 50px 50px;
    border: solid 2px rgba(000,000,000,0.5);
    position: relative;
    z-index: 1;
    margin-bottom: -50px;
    background: white;
}
.hp_brand .bigtitle {
    font-size: 30px;
    padding: 0px 0 30px;
    color: black;
}
.hp_brand .wrapper {
    width: 100%;
    margin: 0 auto;
}
/*
.autoplay {
    display: flex!important;
    justify-content:center;
}

.autoplay img {
    max-width: 200px;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
}*/
@media (max-width: 1200px) {
}

@media only screen and (max-width: 1080px) {
        .hp_brand .wrapper {
        margin-bottom: 1rem;
    }
}
@media (max-width: 991.5px) {
    .hp_brand{
    margin-bottom: 50px;
}
}
@media (max-width: 767.5px) {
}

@media only screen and (max-width: 580px) {
    .autoplay img {
        max-width: 100px;
    }
}

.index_wrapper_9{
    padding: 0px 0 60px;
    min-height:300px;
}
.hp_service .bigtitle{
    color:#000;
}

@media only screen and (max-width: 767.5px) {
    .hp_service{
        padding-top:5rem;
    }
    .hp_service .n_text br{
        display: none;
    }
}

.service_type6{
    background-color:transparent!important;
}
.service_type6 .service_box_type6{
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    padding: 1rem;
}
.service_type6 .content-box *{
    display: none;
}
.service_type6 .img_frame img{
    object-fit: contain;
}
.service_type6 .service_title{
    display: block;
}
.service_type6 .general_btn{
    display:inline-block;
}


    .n_type .col-lg-3{
        flex:0 0 20%;
        max-width:20%;
        padding:0 0.5rem!important;
    }
    .n_typeBox001{
        height:100%;
        border-radius:10px;
        background-color:#972e33;
        padding: 2rem 1rem;
        margin:0.5rem 0;
    }
    .n_typeBox001 img{
        width:100px;
    }
    .n_type h3{
        font-size:18px;
        font-weight:700;
        color:#fff;
        margin:0;
    }
    @media screen and (max-width: 991.5px){
        .n_type .col-lg-3{
            flex:0 0 33.33%;
            max-width:33.33%;
        }    
    }    
    @media screen and (max-width: 767.5px){
        .n_type .col-lg-3{
            flex:0 0 50%;
            max-width:50%;
        }    
    }


/*start*/
.index_wrapper_11{
    padding: 150px 0;
    background-image: url(https://cdn1.npcdn.net/img/1704766858bottom-banner_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: -48px;
}


@media (max-width: 1200px) {
}
@media (max-width: 991.5px) {
    .index_wrapper_11 {
    padding: 50px 0;
}
.index_wrapper_11 .n_button {
    margin: 0 auto;
}
}
@media (max-width: 767.5px) {
}


/*product page*/
.category_menu_3 .main_title {
    text-transform: capitalize!important;
}