/*All*/
:root{
    --primary:#ce181e;
    --secondary:#333333;
}
#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{
    position: relative;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 1.5rem;
    color: #000;
}
.small_all:before{
    position: absolute;
    content:"";
    width:4.2rem;
    height:4px;
    background-color:var(--primary);
    bottom:-0.5rem;
    left:0;
}
.title_all{
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.2;
    color: #000;
}
.subtitle_all{
    font-size:18px;
    font-weight:400;
    margin-bottom:1rem;
    line-height:1.5;
    color:#000;
}
.content_all{
    font-size:18px;
    font-weight:400;
    margin-bottom:0;
    line-height:1.5;
    color:#333;
}
.image_all{
    width:100%;
    margin:0 auto;
    display:block;
    object-fit:contain;
}
.btnbox_left{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    margin:2rem 0 0;
}
.btnbox_center{
    display:flex;
    justify-content:center;
    align-items:center;
    margin:2rem 0 0;
}
.btnbox_right{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    margin:2rem 0 0;
}
.button_all{
    border: 1px solid var(--primary);
    border-radius: 0px;
    background-color: var(--primary);
    width: 130px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    color: #fff;
    transition: 0.25s all linear;
}
.button_all:hover{
    text-decoration: none;
    background-color:transparent;
    color:var(--primary);
    transform:scale(0.98);
}
.ul_all{
    list-style-type:none;
    padding:0;
    margin:0;
    display:flex;
    justify-content:flex-start;
    align-items:center; 
}
.c_lineHi{
    line-height:1.8;
}
.text_center{
    text-align:center;
}
.c_bold{
    font-weight:700;
}
.c_space{
    display:block;
    font-size:0;
    opacity:0;
    height: 15px;
}
.c_color1{
    color:#fff;
}
.c_color2{
    color:#000;
}
.c_stroke{
    color: black;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}
.c_dflex{
    flex-direction:column;   
}
@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;
    }
    .btnbox_left{
        margin-bottom:2rem;
    }
    .btnbox_center{
        margin-bottom:2rem;
    }
}

#v-pills-hq h5 strong,
#v-pills-branch0 h5 strong{
    font-size:18px!important;
}

#top_spacing{
    height:calc(80px + 50px)!important;
}

@media screen and (max-width: 991.5px){
    #top_spacing{
        height:calc(80px + 0px)!important;
    }
}

/*hp_top*/
.hp_top{
    position: fixed;
    z-index: 500;
    width: 100%;
    height: 50px;
    background-color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 130px 0 65px;
}
.hp_top_icon {
    width: 25px;
    height: 25px;
    object-fit: contain;
}
.hp_top_link{
    font-size:14px;
    font-weight:400;
    color:#fff;
    margin-bottom:0;
}
.hp_top_link:hover{
    color:#fff;
    text-decoration: none;
}
.hp_top .col-md-6:first-child{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding:0;
}
.hp_top .col-md-6:last-child{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding:0;
}
.hp_top .col-md-6:last-child a{
    padding:0 0.25rem;
}

/*navbar*/
.navbar_type8{
    background-color:#fff;
    margin-top:50px;
}
.navbar_type8 .logo{
    flex:0 1 30%;
}
.navbar_type8 .logo img {
    width: 25vw;
    padding: 0;
}
.navbar_type8 .nav_tab{
    flex:0 1 70%;
}
.navbar_type8 .nav_tab .nav_item a{
    font-size: 0.97vw;
    padding: 15px 1vw;
    color: #000;
    text-transform: capitalize;
}
.navbar_type8 .nav_tab .nav_item::before{
    border-bottom: 2px solid #ce181e;
}
.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{
    animation:unset;
    background-color:#fff!important;
}

@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 - 130px) !important;
    object-fit: cover;
}
.slider_banner .banner_content{
    overflow:hidden;
}
.hp_banner{
	position:relative;
	left:9%;
	top:50%;
	transform:translate(0,-50%);
    width:calc(100% - 18%);
}
.hp_banner_title{
    font-size: 2.5vw;
    font-weight: 900;
    line-height: 1.3;
    color: #fff;
}
.hp_banner_subtitle{
    font-size:1.2vw;
    font-weight:400;
    line-height:1.5;
    color:#000;
}
.hp_banner_content{
    font-size: 1vw;
    font-weight: 300;
    line-height: 1.5;
    color: #fff;
    letter-spacing: 0.05vw;
    width:42%;
}
.hp_banner .hp_banner_icon {
    position: absolute;
    width: 17% !important;
    top: 0;
    right: 11vw;
    animation: beat 10s infinite;
}
.hp_banner .hp_banner_icon2{
   position: absolute;
    width: 17% !important;
    top: 0;
    right: 27vw;
    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);}
    }

.hp_banner .hp_banner_image{
    width:30%!important;
}
.hp_banner_buttonbox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 3%;
}
.hp_banner_button{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    width: 140px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align:center;
    background-color: #fff;
    transition:0.25s all linear;
    color:var(--primary);
    margin-right:0.5rem;
    border:1px solid #fff;
}
.hp_banner_button:hover{
    color:var(--primary);
    text-decoration: none;
    transform:scale(0.98);
}
.bannerbtn1,
.bannerbtn1:hover{
    background-color:transparent;
    color:#fff;
}
@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: calc(100vh - 80px) !important;
    }
    .hp_banner_content{
        font-size:1.5vw;
    }
   .hp_banner{
        left: 2%;
        width: calc(100% - 4%);
    }

}
@media screen and (max-width: 767.5px){
    .index_wrapper_2 .item>img{
    	min-height:100vw!important;
    	object-fit:cover;
    }
    .hp_banner{
        left:2%;
        top: 69%;
        width:calc(100% - 4%);
    }
    .hp_banner_title{
        font-size: 5.5vw;
    }
    .hp_banner_subtitle{
        font-size:4vw;
    }
    .hp_banner_content{
        font-size:4vw;
        width:100%;
    }
    .navbar_mobile .logo_img{
        max-height:33px;
    }
    .hp_banner .hp_banner_icon{
        width: 18% !important;
        top: -17vw;
    }
    .hp_banner .hp_banner_icon2{
        width: 18% !important;
        top: -17vw;
        right:29vw;
    }
}

/*hp_about*/
.hp_about{
    padding:60px 0;
}
.hp_about .row:first-child{
    margin-bottom:2rem;
}
.hp_about .row:last-child{
    padding:0 0.5rem;
}
.hp_about .row:last-child .col-md-4{
    padding:0 0.5rem;
}

@media screen and (max-width: 767.5px){
    .hp_about{
        padding:60px 0 0;
    }
}

/*hp_what*/
.hp_what{
    padding:60px 0;
}
.hp_what .row:first-child{
    margin-bottom:2rem;
}
.hp_what_box{
    position: relative;
    margin-bottom:2rem;
}
.hp_what_link{
    font-size:0;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
.hp_what_subtitle{
    position: absolute;
    bottom:0;
    left:0;
    padding:9%;
    letter-spacing: 1px;
    margin-bottom:0;
    font-weight:600;
    color:#fff;
}
.hp_what_subtitle span{
    position: relative;
}
.hp_what_subtitle span:before{
    position: absolute;
    content: "";
    width: 25px;
	background-image:url("https://cdn1.npcdn.net/images/A_Icon5_om16as_1757646441.png?md5id=0753a43a5366ab9a63697fd9f3abfb9d&type=4");
    background-size:100%;
    background-position:center;
    background-repeat:no-repeat;
    height: 25px;
    right: -45px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.hp_what .row:last-child .col-md-6:nth-child(1) .hp_what_box,
.hp_what .row:last-child .col-md-6:nth-child(3) .hp_what_box,
.hp_what .row:last-child .col-md-6:nth-child(5) .hp_what_box{
    margin-top:2rem;
    margin-bottom:0;
}
.hp_what_box{
    overflow:hidden;
}
.hp_what_image{
    transition:0.25s all linear;
}
.hp_what_box:hover .hp_what_image{
    transform:scale(1.05);
}

@media screen and (max-width: 767.5px){
    .hp_what_buttonbox{
        margin-bottom:2rem;
    }
    .hp_what .row:last-child .col-md-6:nth-child(1) .hp_what_box,
    .hp_what .row:last-child .col-md-6:nth-child(3) .hp_what_box,
    .hp_what .row:last-child .col-md-6:nth-child(5) .hp_what_box{
        margin-top:0;
        margin-bottom:2rem;
    }
}

/*hp_why*/
.hp_why{
	background-image:url("https://cdn1.npcdn.net/images/D_Background_un9po7_1757646443.jpg?md5id=0753a43a5366ab9a63697fd9f3abfb9d&type=4");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    padding:60px 0;
}
.hp_why .row:first-child{
    margin-bottom:2rem;
}
.hp_why .row:last-child{
    align-items: center;
}
.hp_why .row:last-child .col-md-4{
    padding:0;
}
.hp_why .row:last-child .col-md-4:last-child .hp_why_content,
.hp_why .row:last-child .col-md-4:last-child .hp_why_subtitle{
    text-align: right;
}
.hp_why_box{
    margin:4rem 0;
}
.hp_why_small:before{
    right:0;
    margin:0 auto;
}
.hp_why_subtitle{
    font-size:20px;
    margin-bottom:0;
}
.hp_why_content{
    font-size:14px;
    padding:0.5rem;
}
.hp_why_bar{
    border:1px solid var(--primary);
    margin:1rem 0;
}

@media screen and (max-width: 991.5px){
    .hp_why .row:last-child .col-md-4:nth-child(1){
        order:2;
        flex:0 0 50%;
        max-width:50%;
    }
    .hp_why .row:last-child .col-md-4:nth-child(2){
        order:1;
        flex:0 0 100%;
        max-width:100%;        
    }
    .hp_why .row:last-child .col-md-4:nth-child(3){
        order:3;
        flex:0 0 50%;
        max-width:50%;
    }
    .hp_why .row:last-child .col-md-4:nth-child(2) .hp_why_image{
        width:50%;
        margin-bottom:1rem;
    }
    .hp_why .row:last-child .col-md-4:last-child .hp_why_content,
    .hp_why .row:last-child .col-md-4:last-child .hp_why_subtitle{
        text-align: left;
    }
    
}
@media screen and (max-width: 767.5px){
    .hp_why .row:last-child .col-md-4:nth-child(2) .hp_why_image{
        width:100%;
    }
    .hp_why .row:last-child .col-md-4:nth-child(1){
        order:2;
        flex:0 0 100%;
        max-width:100%;
        padding:0 15px;
    }
    .hp_why .row:last-child .col-md-4:nth-child(2){
        padding:0 15px;
    }
    .hp_why .row:last-child .col-md-4:nth-child(3){
        order:3;
        flex:0 0 100%;
        max-width:100%;
        padding:0 15px;
    }
    .hp_why_box {
        margin: 2rem 0 0;
    }
    .hp_why_content{
        padding:0;
    }
}

/*hp_news*/
.index_wrapper_6{
    padding:60px 0;
}
.hp_news_small:before{
    right:0;
    margin:0 auto;
}
.hp_news{
    margin-bottom:2rem;
}
.hp_latest_new_8 .news_box:hover{
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}


/*hp_contact*/
.index_wrapper_7{
    padding:60px 0 2rem;
    background-color:#f1f2f2;
}
.index_wrapper_8{
    border-bottom:10px solid #fff;
    background-color:#f1f2f2;
}
.hp_photoGallerySlider_type4 .video-list-slider{
    padding:0;
}
.hp_photoGallerySlider_type4 .flix-parents{
    padding-bottom:0!important;
}
html:lang(ms) .hp_contact_button{
    width:250px;
}
@media screen and (max-width: 991.5px){
    .hp_contact_small:before{
        right:0;
        margin:0 auto;
    }
    .hp_contact_small,
    .hp_contact_title,
    .hp_contact_content{
        text-align: center;
    }
    .hp_contact_buttonbox{
        justify-content: center;
    }
}

/*footer*/
.footer_type4{
    background-image:none;
    background-color:#f1f2f2;
}
.footer_type4,
.footer_type4 h5,
.footer_type4 a,
.footer_type4 a:hover{
    color:#333!important;
}
.footer_type4 i{
    color: #fff !important;
    background-color: #000;
    border-radius: 1000px;
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_type4 .left_line{
    border-right:1px solid #fff;
}
.footer_type4 .footer_subtitle{
    color:var(--primary);
    font-size:16px!important;
    text-transform: uppercase;
}
.footer_type4 .copy_right,
.npfooter_languagebar .text-muted,
.platinum_website_visitor,
.npfooter_languagebar,
.copy_right small,
.footer_type4 .privacy_policy:hover,
.footer_type4 .mb-1{
    color:#333!important;
}
.footer_type4 .social_media a .icon_s img{
    filter:brightness(0) invert(0)!important;
}
.footer_langbar_item{
    color:#333!important;
}

@media screen and (max-width: 767.5px){
    .footer_type4 .left_line{
        border-bottom:1px solid #fff;
    }    
}

/*mobile side-navbar*/
.side_menu .footer_langbar_item{
    color:#fff!important;
}

#main_contactus .justify-content-md-center{
    flex-direction: row-reverse !important;
}