#main_index{
overflow:hidden;
}

.small_all{
    background-color: #ffc300;
    width: max-content;
    padding: 6px 20px;
    text-align: center;
    /* margin: 38%; */
    color: #fff;
    border-radius: 25px;
    font-size: 1.2vw;
    font-weight: 300;
    margin: 0 auto 10px;
}
.title_all {
    font-size: 2.2vw;
    text-align: center;
    width: 40%;
    margin: 20px auto;
    line-height: 1.3;
    font-weight: 500;
    color: #0b1f3a;
}

.top1 {
    position: absolute;
    z-index: 1;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.75);*/
    width: 100%;
}

.top1 ul {
    margin: 0 auto;
    padding: 0;
}

.top1 ul li {
    display: inline-block;
    padding: 0 15px 0 0;
    border-right: 1px solid rgba(255, 255, 255, 0.75);
    color: #ffffff;
    font-weight: 500;
}

.top1 ul li:last-child {
    padding-left: 15px;
    padding-right: 0;
    border-right: none;
}

#top_spacing{
    height:150px !important;
}

@media screen and (max-width:992.85px){
    #top_spacing{
    height: 80px !important;
}
}
.navbar_type8 {
    position: fixed;
    background-color: rgba(255,255,255,0.9);
    box-shadow:2px 2px 15px rgba(0,0,0,0.4);
    width: 90%;
    height: 80px;
    z-index: 100;
    margin: 0 5%;
    border-radius: 50px;
    top: 7%;
    font-size: 1vw;
}

.dark_nav{
    background-color: rgba(255,255,255,0.9) !important;
    top: 5%;
}

.navbar_type8 .nav_tab .nav_item a {
    color: #808285;
    font-weight: 500;
}

.navbar_type8 .nav_tab .nav_item::before {
    border-bottom: 2px solid #103e87;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
    color: #fff !important;
    font-weight: 400;
    text-align:left;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover {
    color: #ffc300 !important;
}
.navbar_type8 .logo img {
    padding: 5px;
    width: 100%;
    object-fit: contain;
}
.navbar_type8 .nav_tab .nav_item a{
    padding: 1.3vw;
}
:lang(ms) .navbar_type8 .nav_tab {
    font-size: 0.9vw;
    flex: 0 1 80%;
    display: flex;
    justify-content: flex-end;
    padding-left: .5vw;
    padding-right: .5vw;
    flex-wrap: wrap;
}

:lang(ms) .navbar_type8 .nav_tab .nav_item a {
    padding: .5vw;
}

.btnbox_left{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    margin:22px 0 0;
}
.btnbox_center{
    display:flex;
    justify-content:center;
    align-items:center;
    /*margin:22px 0 0;*/
}
.btnbox_right{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    margin:22px 0 0;
}
.button_all{
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    width: auto;
    padding: 0px 30px;
    border-radius: 1000px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #0b1f3a;
    transition: 0.35s all linear;
}
.button_all:before{
    position: absolute;
    content:"";
    top: 0;
    bottom: 0;
    right: -50px;
    background-image:url("https://cdn1.npcdn.net/images/A_Button1_9p1ze0_1775007071.png?md5id=7a5400eeb415675960d6822b6bdffb7a&type=4");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 45px;
    width: 45px;
    animation:skvd 1s linear infinite;
}
.button_all:hover{
    color:#fff;
    text-decoration: none;
    transform:scale(0.98);
}
@media screen and (max-width:1024.5px){
.navbar_type8{
    height: 65px;
    top: 5%;
}
}

/*banner*/
.slider_banner .slick-slide .banner_content {
    opacity: 1 !important;
    transition: none;
}

.slider_banner .slick-current .banner_content {
    opacity: 1 !important;
}
.index_wrapper_2{
    margin-top: -130px;
}
.hp_banner_box{
    background-color: #f1f2f2;
    height: 100%;
    margin: 0 0 0 -20px;
    border-radius: 25px;
}
.hp_banner_image{
    border-radius: 25px;
}
.hp_banner_box{
    /*padding: 25% 50px;*/
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
        padding: 0 10%;
}
.hp_banner_small{
    background-color: #ffc300;
    width: max-content;
    padding: 6px 20px;
    text-align: center;
    /* margin: 38%; */
    color: #fff;
    border-radius: 25px;
    /*font-size: 1.1vw;*/
    font-weight: 300;
}
.hp_banner_title{
    font-size: 2.8vw;
    font-weight: 400;
    color: #0b1f3a;
    line-height: 50px;
}
.hp_banner_content{
    font-size: 1.25vw;
    margin-right: 14%;
}
.hp_banner_button{
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1vw;
}
.hp_banner_buttonbox{
    background-color: #0b1f3a;
    width: max-content;
    padding: 8px 20px;
    border-radius: 25px;
    text-align: center;
    margin-top: 5%;
    transition: linear .3s;
}
.hp_banner_button::after{
    content:'';
    position: relative;
    display:inline-block;
    z-index:5;
    background-image:url(https://cdn1.npcdn.net/images/A_Button1_2pofr4_1778029853.png?md5id=29c5509d98ea56c71fcf591468c48f4f&new_width=180&new_height=180&type=4);
    background-size:contain;
    background-repeat:no-repeat;
    width:30px;
    height:30px;
    left: 10px;
}
.hp_banner_buttonbox:hover{
    background-color: #ffc300;
 
}
.hp_banner_buttonbox .hp_banner_button{
text-decoration:none;
color:#fff;
}
.hp_banner_testimonial{
    width: 50%;
    /*position: absolute;*/
    /* margin-top: 15%; */
    /*top: 77%;*/
    margin-top: 8%;
}


@media screen and (max-width:1200.5px){
.hp_banner_buttonbox{
    margin-right: 60%;
}
.hp_banner_testimonial{
    top: 80%;
}
}
@media screen and (max-width:1024.5px){
.hp_banner_testimonial{
    top: 83%;
}
.hp_banner_small{
    font-size: 1.35vw;
}
.hp_banner_title{
    line-height:1.3;
}
.hp_banner_box{
    padding-top: 10%;
}
}
@media screen and (max-width:991.5px){
.index_wrapper_2{
    margin-top: 0;
}
.hp_banner_button::after{
    width: 25px;
    height: 25px;
}
.hp_banner_testimonial{
margin-top: 10%;
    width: 60%;
}
}
@media screen and (max-width:767.5px){
/*.hp_banner_box {*/
/*    padding: 15% 40px;*/
/*}*/
.slider_banner .item .hp_banner_pic>img{
height:100% !important;
object-fit:cover;
object-position:bottom;
}

.slider_banner .item>img{
    min-height:600px;
    object-fit:cover;
}
.hp_banner_box {
    padding: 5% 40px;
    text-align: center;
    }
.hp_banner_small{
    margin: 0 auto 5px;
}
.hp_banner_buttonbox{
    margin: 5px auto;
}
/*.hp_banner_box{*/
/*    margin: 10px 0;*/
/*}*/
.hp_banner_content {
    font-size: 1.55vw;
    /* margin-right: 14%; */
    text-align: center;
    width: 70%;
    margin: 0 auto;
}
.hp_banner_title{
    margin: 8px;
}
    .hp_banner_button::after {
        width: 15px;
        height: 15px;
    }
    .hp_banner_buttonbox{
        padding: 4px 20px;
    }
    .hp_banner_pic{
        padding-top: 20px;
    }
    .hp_banner_testimonial{
        width: 30%;
    }
    .hp_banner_buttonbox{
        padding: 5px 20px;
    }
    .hp_banner{
    height: 100%;
}
/*.banner_content{*/
/*     height: 100%;*/
/*}*/
.banner_content .hp_banner .container-fluid{
    height: 100% !important;
}
.banner_content .hp_banner .row{
    height: 100% !important;
}
.hp_banner .col-md-6{
    height: 50% !important;
}
.hp_banner_pic{
    height: 100% !important;
}
.hp_banner_image{
     height: 100% !important;
     object-fit: cover;
     object-position: bottom;
}
    .hp_banner_box {
        padding-top: 0;
    }
}

@media screen and (max-width:576px){
        .index_wrapper_2 {
        margin-top: 10px;
    }
    .hp_banner_small{
        padding: 4px 20px;
        font-size: 3vw;
    }
    .hp_banner_title{
        font-size: 18px;
        width: 100%;
        /*line-height: 1.;*/
    }
    .hp_banner_content{
        font-size: 13px;
    width: 100%;
    
    }
        .hp_banner_button::after {
        width: 13px;
        height: 13px;
    }
    .hp_banner_button{
        font-size: 2.3vw;
    }
    .hp_banner_buttonbox{
    margin-top: 5%;
    }
    .hp_banner_testimonial{
        margin: 20px auto 0;
        width: 45%;
    }
    .hp_banner_box{
        margin: 0;
        padding: 25px;
    }
}
@media screen and (max-width: 425px) {
    .hp_banner_testimonial {
        margin: 20px auto 0;
        width: 70%;
    }
/*       .hp_banner_title {*/
        /*font-size: 5.5vw;*/
/*        width: 100%;*/
/*}*/
}

/*hp_service*/
.hp_services_small{
    background-color: #ffc300;
    width: max-content;
    padding: 6px 20px;
    text-align: center;
    /* margin: 38%; */
    color: #fff;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 300;
    margin: 0 auto 10px;
}
.hp_services_title {
    /*font-size: 32px;*/
    text-align: center;
    /*width: 35%;*/
    margin: 20px auto;
    line-height: 40px;
}
.hp_services{
    padding: 90px calc(6% - 0.5rem);
}
.hp_services .col-md-6.col-lg-4{
    margin:1rem 0;
}
.hp_services_box{
    position: relative;
    background-color:#f2f2f2;
    padding:6%;
    height:100%;
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*aspect-ratio: 1;*/
    transition:0.35s all linear;
}
.hp_services_box:before{
    position: absolute;
    content:"";
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:#0b1f3a;    
    opacity: 0;
    transition:0.35s all linear;
}
.hp_services_box:hover:before{
    opacity: 1;
}
.hp_services .col-md-6.col-lg-4:first-child .hp_services_box{
    /*background-color:transparent;*/
    /*align-items: flex-start;*/
    /*padding:0;*/
}
.hp_services .col-md-6.col-lg-4:first-child .hp_services_box:hover:before{
    /*opacity: 0;*/
}
.hp_services_box .title_all{
    font-size: 2.2vw;
}
.hp_services_box img{
    width:80px;
    height:80px;
    margin:0 auto 1rem;
    object-fit: contain;
    transition:0.35s all linear;
}
/*.hp_services_small span{*/
/*    font-size:2.3vw;*/
/*}*/
.hp_services_box .subtitle_all{
    transition:0.35s all linear;
    z-index:1;
    position: relative;
}
.hp_services_box .content_all{
    line-height: 1.3;
    color: #000;
    font-size: 14px;
    transition: 0.35s all linear;
    z-index: 1;
    position: relative;
    width: 70%;
}
.hp_services .subtitle_all{
    font-size:20px;
}
.hp_services_box .button_all{
    height: 35px;
    font-size: 1.1vw;
}
.hp_services_box .button_all:before{
    display: none;
}
.hp_services_box:hover img{
    transform-origin:center;
    animation:j_shake 0.3s linear 0.1s 2;
}
.hp_services_box:hover .subtitle_all,
.hp_services_box:hover .content_all{
    color:#fff;
}
.hp_services_box:hover img{
    filter:brightness(0) invert(1);
}
.hp_services_box:hover .button_all{
    border:1px solid #fff;
    background-color:#fff;
    color:#0f4c5c;
}

.hp_services .col-md-6.col-lg-4:first-child .hp_services_box{
    /*background:linear-gradient(to bottom, transparent,transparent);*/
}
.hp_services .col-md-6.col-lg-4:first-child .hp_services_box .content_all{
    /*color:#0f4c5c;*/
    /*font-size:16px;*/
}
.hp_services .row:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
}

/* 每个 column 也变成 flex */
.hp_services .row:nth-child(2) > [class*='col-'] {
    display: flex;
}

/* 卡片自动撑满高度 */
.hp_services_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 30px 20px;
    /*background: #fff;*/
    border-radius: 10px;
}

@keyframes j_shake{
    25%{transform:rotate(10deg);}
    75%{transform:rotate(-10deg);}
}
@media screen and (max-width: 1200.5px){
    .hp_services_box .content_all{
        width:calc(100% - 30px);
    }
}
@media screen and (max-width: 1024.5px){
    .hp_services_title{
        line-height: 1.3;
    }
    .hp_services_small{
        font-size: 1.35vw;
    }
/*    .hp_services .subtitle_all {*/
/*            font-size: 1.6vw;*/
/*}*/
.hp_services_box .content_all{
    font-size: 1.2vw;
}
.hp_services {
    padding: 70px calc(6% - 0.5rem);
}
}
@media screen and (max-width: 767.5px){
    .hp_services {
        padding: 44px 0 0;
    }
    .hp_services_small span{
        font-size:25px;
    }
    .hp_services_box .title_all{
        font-size: 25px;
    }
    .hp_services .col-md-6.col-lg-4 {
        margin: 0.5rem 0;
    }
    .hp_services .subtitle_all{
        font-size: 15px;
    }
    .hp_services .content_all {
        font-size: 13px;
    }
.hp_services_small span{
font-size: 3vw;
}
.hp_services_title{
        font-size: 18px;
    width: 100%;
}
.hp_services_box .button_all{
    font-size: 12px;
}
}
/* ===== About Section ===== */
.hp_about{
    padding: 80px 0;
}

.hp_about .row{
    align-items: center;
}

/* Image */
.about_img_wrapper{
    position: relative;
}

.about_main_img{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

/* optional icon */
.about_icon{
    position: absolute;
    top: 10%;
    left: -5%;
    width: 80px;
}

/* Content */
.about_content_col{
    padding-left: 40px;
}

.hp_about_small{
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 10px;
        text-align: start;
    margin: 0;
}

.hp_about_title{
    /*font-size: 36px;*/
    /*font-weight: 600;*/
    margin-bottom: 20px;
    line-height: 1.3;
    width: 100%;
    text-align: start;
}

.hp_about_text{
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}

/* Logos */
/*.hp_about_specbox{*/
/*    margin: 30px 0;*/
/*}*/

/*.hp_about_subtitle{*/
/*    font-weight: 500;*/
/*    margin-bottom: 15px;*/
/*}*/

/*.hp_about_logos{*/
/*    display: flex;*/
/*    gap: 20px;*/
/*    flex-wrap: wrap;*/
/*}*/

/*.logo_box img{*/
/*    max-height: 50px;*/
/*    width: auto;*/
/*}*/
.hp_about_button{
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1vw;
}
.hp_about_buttonbox{
    background-color: #0b1f3a;
    width: max-content;
    padding: 8px 20px;
    border-radius: 25px;
    text-align: center;
    margin-top: 5%;
     transition: linear .3s;
}
.hp_about_buttonbox:hover{
    background-color: #ffc300;
}
.hp_about_button::after{
    content:'';
    position: relative;
    display:inline-block;
    z-index:5;
    background-image:url(https://cdn1.npcdn.net/images/A_Button1_2pofr4_1778029853.png?md5id=29c5509d98ea56c71fcf591468c48f4f&new_width=180&new_height=180&type=4);
    background-size:contain;
    background-repeat:no-repeat;
    width:30px;
    height:30px;
    left: 10px;
}
.hp_about_buttonbox .hp_about_button{
text-decoration:none;
color:#fff;
}
/* Button */
/*.hp_about_button{*/
/*    display: inline-block;*/
/*    padding: 12px 28px;*/
/*    border: 1px solid #000;*/
/*    text-decoration: none;*/
/*    color: #000;*/
/*    transition: 0.3s;*/
/*}*/

/*.hp_about_button:hover{*/
/*    background: #000;*/
/*    color: #fff;*/
/*}*/
@media screen and (max-width: 1024.5px) {
    .hp_about_small {
        font-size: 1.35vw;
    }
}
/* ===== Tablet ===== */
@media (max-width: 991px){

    .about_content_col{
        padding-left: 0;
        margin-top: 40px;
    }

}

/* ===== Mobile ===== */
@media (max-width: 767px){

    .hp_about{
        padding: 40px 15px;
    }

    .hp_about .row{
        align-items: unset;
    }

    /* 顺序：文字在上，图片在下 */
    .about_content_col{
        order: 1;
        margin-bottom: 20px;
    }

    .about_img_col{
        order: 2;
    }

    .hp_about_title{
        font-size: 26px;
    }

    .hp_about_text{
        font-size: 14px;
    }

    /* 避免 absolute 影响 */
    .about_icon{
        display: none;
    }
.hp_about_button{
    font-size: 12px;
}
.hp_about_small{
    font-size: 3vw;
}
    .hp_about_title {
        font-size: 18px;
    }
       .hp_about_small{
        margin: 0 auto;
}
.hp_about_title{
    text-align: center;
}
.hp_about_text{
    text-align: center;
}
}
/*Why Us*/
.hp_step{
    background-image: url("https://cdn1.npcdn.net/images/D_Background_hwf605_1778048008.png?md5id=29c5509d98ea56c71fcf591468c48f4f&new_width=1525&new_height=761&type=4");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 5%;
}

/* Title */
/*.hp_step_small{*/
/*    font-size: 14px;*/
/*    letter-spacing: 2px;*/
/*    color: #aaa;*/
/*    margin-bottom: 10px;*/
/*}*/

.hp_step_title{
    /*font-size: 32px;*/
    /*font-weight: 600;*/
    margin-bottom: 50px;
}

.hp_step_content{
    font-size: 16px;
    color: #555;
}

/* Row */
.hp_step_row{
    margin-top: 50px;
}

/* Box */
.hp_step_box{
    text-align: center;
    margin-bottom: 30px;
    padding: 10px;
    transition: 0.3s;
}

.hp_step_box img{
    width: 70px;
    height: auto;
    margin-bottom: 15px;
}

.hp_step_box h3{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #0b1f3a;
}

.hp_step_box p{
    font-size: 14px;
    color: #555;
}

/* Hover */
.hp_step_box:hover{
    transform: translateY(-5px);
}
@media screen and (max-width: 1024.5px) {
    .hp_step_small {
        font-size: 1.35vw;
    }
}
/* ===== Desktop 错位设计 ===== */
@media (min-width: 992px){
    .hp_step_col:nth-child(even){
        margin-top: 40px;
    }
}

/* ===== Tablet ===== */
@media (max-width: 991px){

    .hp_step{
        padding: 60px 20px;
    }

}

/* ===== Mobile ===== */
@media (max-width: 767px){

    .hp_step{
        padding: 40px 15px;
    }

    .hp_step_title{
        font-size: 24px;
    }

    .hp_step_box{
        margin-bottom: 20px;
    }

    /* 取消错位 */
    .hp_step_col:nth-child(even){
        margin-top: 0;
    }
     .hp_step_small{
        font-size: 3vw;
    }
    .hp_step_title{
        width: 100%;
    }
      .hp_step_small .small_all{
        font-size: 3vw;
    }
 .hp_step_title {
        font-size: 18px;
    }
}
/*Latest News*/
.latest_new_type4 .news_box{
        width: 90%;
        margin: 0 auto;
}

.hp_News_title{
    /*font-size: 32px;*/
    /*font-weight: 600;*/
    margin-bottom: 15px;
}
.hp_News_content{
    font-size: 14px;
    color: #555;
    text-align: center;
}
.latest_new_type4{
    width: 90%;
    margin: 0 auto;
}
.latest_new_type4 .row:nth-child(2){
    display: none;
}
@media screen and (max-width: 1024.5px) {
    .hp_News_small {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .hp_News_small {
        font-size: 3vw;
    }
    .latest_new_type4 .news_box .img_frame{
        height: 200px;
    }
    .hp_News_title {
        font-size: 18px;
        width: 100%;
    }
}
.footer_type10{
        background-color: #f1f2f2;
}
.footer_type10 .sub_title p{
color: #0b1f3a;
}
.footer_type10 .text{
    color: #0b1f3a !important;
}
.d-inline-flex{
    color: #0b1f3a !important;
}
 .fa-hashtag{
    color: #0b1f3a !important;
}
.footer_type10 a{
     color: #0b1f3a !important;
}
.footer_type10 .icon i{
     color: #0b1f3a !important;
}
.text-light{
     color: #0b1f3a !important;
}
.footer_type10 .sub_title {
    border-bottom: 1px solid #0b1f3a;
}
.footer_type10 .line_top {
    border-top: 1px solid #0b1f3a;
}
.npfooter_languagebar{
    color: #0b1f3a !important;
}