@import url('https://fonts.googleapis.com/css2?family=Bruno+Ace&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/*All*/
#main_index{
    padding-bottom:0rem!important;
    overflow:hidden;
}
#main_index h1,
#main_index h2,
#main_index h5{
    cursor:default;
}

.breakspan{
    display:block;
}
.small_all{
    font-size:16px;
    font-weight:400;
    margin-bottom:2%;
    color:#000;
}
.title_all{
    font-family:"Tinos";
    font-size:25px;
    font-weight:500;
    margin-bottom:1%;
    color:#000;
}
.subtitle_all{
    font-family:"Tinos";
    font-size:1.1vw;
    font-weight:500;
    margin-bottom:1%;
    line-height:1.5;
    color:#000;
}
.content_all{
    font-size:16px;
    font-weight:400;
    line-height:1.5;
    margin-bottom:0%;
    color:#000;
}
.image_all{
    width:100%;
    margin:0 auto;
    display:block;
}
.btnbox_left{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    margin:3% 0% 0%;
}
.btnbox_center{
    display:flex;
    justify-content:center;
    align-items:center;
    margin:3% 0% 0%;
}
.btnbox_right{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    margin:3% 0% 0%;
}
.button_all{
    font-size: 14px;
    font-weight: 500;
    color: #000;
    width: 170px;
    height: 50px;
    text-align: center;
    border-radius: 0px 20px 0px 20px;
    background-color: #fccf42;
    padding: 0 0 0 1.5rem;
    display: flex;
    align-items: center;
    transition: 0.25s all linear;
}
.button_all:hover{
    text-decoration: none;
    color:#000;
    transform:scale(0.95);
}
.button_all span{
    position:relative;
}
.button_all span:before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: -2rem;
    background-image: url("https://cdn1.npcdn.net/img/1727668924black arrow.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto 0;
    width: 25px;
    object-fit: contain;
    transition:0.25s all ease-out;
}
.button_all:hover span:before{
    transform:rotate(-45deg);
}
.c_lineHi{
    line-height:2vw;
}
.text_center{
    text-align:center;
}
.c_bold{
    font-weight:700;
}
.c_space{
    display:block;
    font-size:0;
    opacity:0;
    height: 15px;
}
.c_yellow{
    color:#fcce42;
}

@media screen and (max-width: 767.5px){
    .btnbox_left{
        margin:9% 0% 0%;
    }
    .btnbox_center{
        margin:9% 0% 0%;
    }
    .btnbox_right{
        margin:9% 0% 0%;
    }
}

#top_spacing{
    height:120px!important;
}
#main_index #top_spacing{
    height:100px!important;
}

@media screen and (max-width: 991.5px){
    #top_spacing{
        height:80px!important;
    }
    #main_index #top_spacing{
        height:80px!important;
    }    
}

/*floating whatsapp*/
.whatsapp_float_label{
    top: 0;
    font-size: 10px;
    width: 220px;
    height: 55px;
    overflow: hidden;
    white-space: unset;
    display: flex;
    justify-content: center;
    align-items: center;
}
.whatsapp_float_btn_t5.contactusnow.num0 .whatsapp_float_label{
    width: 115px;
    top: calc(40px / 2);
    height:30px;
}

/*contact page*/
#main_contactus .whatsapp-custom-btn{
    width: 300px;
    height: 7rem;
    align-items: center;
}
#main_contactus .whatsapp-custom-btn i{
    font-size:30px;
    margin-left: 10px;
    margin-right: 5px;    
}

@media screen and (max-width: 991.5px){
    #main_contactus .whatsapp-custom-btn{
        width: 210px;
        height: 5rem;
        border-radius: 10px;
    }
    #main_contactus .whatsapp-custom-btn div{
        line-height: 1;
        padding:0 10px 0 10px;
    }
    #main_contactus .whatsapp-custom-btn div span{
        font-size:10px;
    }

}
@media screen and (max-width: 767.5px){
    #main_contactus .whatsapp-custom-btn div{
        line-height:1.3;
    }
    #main_contactus .whatsapp-custom-btn{
        width:266px;
        height:5.5rem;
    }    
    #main_contactus .whatsapp-custom-btn div span{
        font-size:12px;
    }
}


/*languaged*/
#language_dropdown a{
    color:#000!important;
}

/*navbar*/
.navbar_type8{
    background-color:#fff;
    height:100px;
    margin: 0 4.5%;
    width: calc(100% - 9%);
    margin-top:1rem;
    border-radius: 10px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}
.navbar_type8 .logo img{
    padding:10px;
}
.navbar_type8 .nav_tab .nav_item a{
    font-size:16px;
    font-weight:500;
    padding:15px 1.2vw;
    color:#000;
}
.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;
}
.dark_nav{
    background-color:#fff!important;
}
@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a{
        font-size:12px;
        padding:15px 1.1vw;
    } 
}

/*hp_banner*/
.index_wrapper_2{
    margin-top:-100px;
}
.slider_banner .banner_content{
    overflow:hidden;
}
.hp_banner{
	position:relative;
	left:9%;
	top:80%;
	transform:translate(0,-50%);
	width:91%;
}
.hp_banner_title{
    font-family: "Tinos";
    font-size: 3vw;
    font-weight: 500;
    color: #fff;
    margin-bottom: 1%;
}
.hp_banner_content{
    font-size:1.2vw;
    font-weight:400;
    line-height:1.5;
    color:#fff;
    margin-bottom:0;
}
.hp_banner_buttonbox{
    display:flex;
    justify-content: flex-start;
    align-items: center;
    margin:2% 0% 0%;
}
.hp_banner_button{
    font-size: 14px;
    font-weight: 500;
    color: #000;
    width: 170px;
    height: 50px;
    text-align: center;
    border-radius: 0px 20px 0px 20px;
    background-color: #fccf42;
    padding: 0 0 0 1.5rem;
    display: flex;
    align-items: center;
    transition: 0.25s all linear;
}
.hp_banner_button:hover{
    text-decoration: none;
    color:#000;
    transform:scale(0.95);
}
.hp_banner_button span{
    position:relative;
}
.hp_banner_button span:before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: -2rem;
    background-image: url("https://cdn1.npcdn.net/img/1727668924black arrow.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto 0;
    width: 25px;
    object-fit: contain;
    transition:0.25s all ease-out;
}
.hp_banner_button:hover span:before{
    transform:rotate(-45deg);
}
html:lang(zh-Hans) .hp_banner_button{
    width:130px;
}
@media screen and (max-width: 1200.5px){
    .hp_banner_content{
        font-size:1.5vw;
    }    
}
@media screen and (max-width: 991.5px){
    .index_wrapper_2{
        margin-top:0;
    }
    .hp_banner_content{
        font-size:1.8vw;
    }
}
@media screen and (max-width: 767.5px){
    .index_wrapper_2 .item>img{
    	/*min-height:120vw!important;*/
    	object-fit:cover;
    	object-position:left;
    }
    .hp_banner{
        left:2%;
        top:60%;
    }
    .banner1{
        left: 37%;
        top: 60%;
        width: 62%;
    }
    .hp_banner_title{
        font-size:9vw;
    }
    .hp_banner_content{
        font-size:3vw;
    }
    .hp_banner_button{
        height:35px;
    }
}

/*hp_about*/
.hp_about{
    background-image: url(https://cdn1.npcdn.net/img/1781142982about_us_bg_new_chn_56axkr_1778831066.png);
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 3% 6% 8%;
}
/*html:lang(zh-Hans) .hp_about{*/
/*    background-image:url("https://cdn1.npcdn.net/images/about_us_bg_new_chn_56axkr_1778831066.png?md5id=48e3e457e80b2cf856688ab6280c0d56&type=4");*/
/*}*/
.hp_about_title{
    margin-bottom: 12%;
    text-align: end;
}
.hp_about_title span{
    position:relative;
}
.hp_about_title span:before{
    position: absolute;
    content: "";
    width: 33vw;
    height: 1px;
    background-color: #000;
    top: 0;
    bottom: 0;
    left: -35vw;
    margin: auto 0;
}
.hp_about_content{
    color: #fff;
    min-height: 14vw;
    line-height:1.8;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
.hp_about_buttonbox{
    margin:9% 0% 0%;
}

@media screen and (max-width: 991.5px){
    .hp_about{
        padding: 5% 6% 8%;
        background-position: top left;
    }
    .hp_about_content{
        min-height:20vw;
    }
    .hp_about_buttonbox{
        margin:6% 0% 0%;
    }
}
@media screen and (max-width: 767.5px){
    .hp_about{
        padding:12% 3%;
        background-image:none;
        background-color:#32383f;
    }
    .hp_about_title{
        color:#fff;
    }
    .hp_about_title span:before{
        background-color:#fff;
    }
    .hp_about_buttonbox{
        margin:9% 0% 0%;
    }
}

/*hp_service*/
.hp_service{
    padding:6% 9%;
}
.hp_service hr{
    background-color:#fff;
}
.hp_service_title{
    display:flex;
    justify-content: center;
    align-items: center;
    margin-bottom:3%;
    text-align: center;
}
.hp_service_title span{
    margin:0;
}
.hp_service_box{
    border-radius:20px;
    background-color: #313840;
    padding: 9%;
    position:relative;
}


.hp_service_box a:hover{
    text-decoration: none;
}

.hp_service_box:hover a .hp_service_icon{
    animation:j_shake 0.3s linear 0.1s 2;
    
}
.hp_service_icon{
    margin: 0 auto -5rem;
    width: 100px;
    object-fit: contain;
    display: flex;
    justify-content: center;
}
.hp_service_logo{
    width: 100px;
    object-fit: contain;
    margin: 0 1rem;
}
.hp_service_content{
    color: #fff;
    font-size: 1vw;
    min-height: 11vw;
}

@keyframes dance {
    0% {
   transform: translateX(0) rotate(0deg);
 }
    25% {
      transform: translateX(-10px) rotate(-7.5deg);
    }
    50% {
   transform: translateX(0) rotate(0deg);
    }
    75% {
   transform: translateX(10px) rotate(7.5deg);
    }
    100% {
   transform: translateX(0) rotate(0deg);
    }
}

@keyframes j_shake{
    25%{transform:rotate(10deg);}
    75%{transform:rotate(-10deg);}
}

@media screen and (max-width: 1200.5px){
    .hp_service_content{
        font-size: 1.2vw;
        min-height: 18vw;
    }
}
@media screen and (max-width: 991.5px){
    .hp_service .row{
        justify-content: center;
    }
    .hp_service_title{
        flex-direction: column;
    }
    .hp_service_subtitle{
        font-size:13px;
    }
    .hp_service_content{
        font-size: 1.5vw;
        min-height: 17vw;
    }
    .hp_service_box{
        margin-bottom:1rem;
    }
    .hp_service_logo{
        margin:0.5rem 0;
    }
}
@media screen and (max-width: 767.5px){
    .hp_service{
        padding:12% 3%;
    }
    /*.hp_service_box{*/
    /*    margin-bottom:6rem;*/
    /*}*/
    .hp_service_logo{
        width:75px;
    }
    .hp_service_title{
        margin-bottom: 9%;
    }
    .hp_service_subtitle{
        font-size:18px;
    }
    .hp_service_content{
        font-size: 16px;
        margin-bottom: 1rem;
    }
    .hp_service_title span:last-child{
        width:90%;
        margin:0 auto;
    }
}

/*hp_ser*/
.hp_ser{
    padding:6% 0%;
}
.hp_ser_box a:hover{
    text-decoration:none;
}
.hp_ser_title{
    margin-bottom:4%;
}
.hp_ser_button{
    width: 240px;
    margin-left: auto;
    margin-top: -2rem;
    position: relative;
    margin-bottom: 1rem;
}
.hp_ser_button:before{
    position: absolute;
    content: "";
    background-color: #313840;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    border-radius: 0px 20px 0px 0px;
}
.hp_ser_button:after{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 10px;
    background-image: url("https://cdn1.npcdn.net/img/1727668924black arrow.png");
    background-size: contain;
    background-position: center;
    filter:brightness(0) invert(1);
    background-repeat: no-repeat;
    margin: auto 0;
    width: 25px;
    object-fit: contain;
    transition:0.25s all ease-out;
}
.hp_ser_box a:hover .hp_ser_button:after{
    transform:rotate(-45deg);
}
.hp_ser_button span:before{
    display:none;
}
.hp_ser_image{
    width:100%;
}
.hp_ser_box{
    transition:0.25s all linear;
}
.hp_ser_box:hover{
    transform:scale(0.98);
}

@media screen and (max-width: 767.5px){
    .hp_ser{
        padding:0% 3% 12%;
    }
    .hp_ser_title{
        margin-bottom:2rem;
    }
    .hp_ser_box{
        margin-bottom:3rem;
    }
}

/*hp_rate*/
.index_wrapper_6{
    background-image: url(https://cdn1.npcdn.net/img/1727686613Our-partner_bg.jpg);
    background-size: cover;
    background-position: 0rem 4rem;
    background-repeat: no-repeat;
    padding: 0 9%;
}
.hp_rate{
    background-color: #000;
    margin: 0 0%;
    padding: 4% 2%;
}
.hp_rate .col-md-6{
    padding:0;
}
.hp_rate .col-md-6:first-child{
    border-right:1px solid #fbce41;
}
.hp_rate_title{
    color: #fbce41;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;    
}
.hp_rate_title span:first-child{
    font-size: 35px;
    font-weight: 700;
}
@media screen and (max-width: 991.5px){
    .index_wrapper_6{
        background-size:160%;
    }
}
@media screen and (max-width: 767.5px){
    .index_wrapper_6{
        padding:0 4%;
    }
    .hp_rate .col-md-6:first-child{
        border-right:0px solid transparent;
        border-bottom:1px solid #fbce41;
    }
    .hp_rate{
        padding:2% 6%;
    }
    .hp_rate_title{
        padding: 9% 0;
    }
    .index_wrapper_6{
        background-size:470%;
    }
}

/*hp_brand*/
.hp_brand{
    padding: 6% 0% 9%;
    display:none;
}
.hp_brand_title{
    color:#fbce41;
    margin-bottom:2rem;
}
.hp_brand_imagebox{
    aspect-ratio: 1.5;
    padding: 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hp_brand_image{
    aspect-ratio: 1.5/1;
    width: 100%;
    object-fit: contain;
    padding: 0 0rem;
}

#custom_brand .slick-prev{
    left:-50px;
    z-index: 1;
}
#custom_brand .slick-next{
    right:-23px;
    z-index: 1;
}
#custom_brand .slick-prev:before{
    background-image:url("https://cdn1.npcdn.net/img/1727688886arrow_left.png");  
	background-size:100%;
	background-position:center;
	background-repeat:no-repeat;
    content: "";
    width: 3rem;
    height: 4rem;
    display: flex;
}
#custom_brand .slick-next:before{
    background-image:url("https://cdn1.npcdn.net/img/1727688820arrow.png");
	background-size:100%;
	background-position:center;
	background-repeat:no-repeat;
    content: "";
    width: 3rem;
    height: 4rem;
    display: flex;
}

@media screen and (max-width: 767.5px){
    #custom_brand{
        padding:0 5px;
    }
    #custom_brand .slick-prev{
        left:-24px;
        top:29px;
    }
    #custom_brand .slick-next{
        right: -10px;
        top: 29px;
    }
    #custom_brand .slick-prev:before{
        width:2rem;
    }
    #custom_brand .slick-next:before{
        width:2rem;
    }
}

@media screen and (max-width: 767.5px){
    .hp_brand{
        padding:25% 0% 25%;
    }

}

/*hp_news*/
.hp_news{
    padding:9% 0% 1%;
}
.hp_news_title{
    color:#fbce41;
}

/*component - news*/
.latest_new_type6 .news_box .news_box_content{
    background-color:#efefef;
}
.latest_new_type6 .news_box .date{
    color:#000;
}
.latest_new_type6 .news_box .badge-primary{
    color:#000;
}
.latest_new_type6 .news_box{
    background-color:transparent;
}
@media screen and (max-width: 767.5px){
    .latest_new_type6{
        padding:0 calc(3%);   
    }
    .hp_news{
        padding:24% 0% 0;
    }
    .hp_news_title{
        margin-bottom:6%;
    }
}
/*hp_contact*/
.index_wrapper_7{
    padding-bottom:6%;
    padding-right:9%;
    padding-top:6%;
}
.index_wrapper_7 .row{
    align-items: center;
}
.hp_contact .col-md-12{
    padding-left:0;
    padding-right:calc(1rem + 3%);
}
.ex_hpcontact_formonly .title{
    position: relative;
    font-size: 16px;
    margin-left: 2rem;
}
.ex_hpcontact_formonly .title:before{
    position:absolute;
    content:"";
    width:1.5vw;
    height:1.5px;
    background-color:#000;
    top:0;
    bottom:0;
    margin:auto 0;
    left: -2rem;
}
.ex_hpcontact_formonly .subtitle{
    font-size: 25px;
    color: #000 !important;
    font-weight: 500;
    font-family: "Tinos";
    margin-bottom: 3rem;
}
.ex_hpcontact_formonly .btn-primary{
    height: 40px;
    display: flex;
    align-items: center;
    color: #000;
    font-weight: 700;
    border-radius: 0px;
}

@media screen and (max-width: 767.5px){
    .index_wrapper_7{
        padding:12% 0%;
    }
    .ex_hpcontact_formonly .title:before{
        width: 4.5vw;
        left: -1.5rem;
    }
    .ex_hpcontact_formonly{
        margin: 55px 20px;
    width: calc(100% - 20px - 6%);
    }
}

/*footer*/
.footer_type7{
    background-color:#0e2b49;
}
.footer_subtitle{
    color:#fccf42;
}
.footer_type7 i{
    color:#fccf42;
}
.footer_type7 a:hover{
    color:#fff;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #fff;
}
.footer_type7 a:hover i{
    -webkit-text-stroke-width: 0px;    
}
.footer_type7 .logo{
    min-height:110px;
}
.footer_type7 .logo img{
    max-height:110px;
    background-color:#fff;
    padding: 0.5rem;
    border-radius: 5px;
}

.npfooter_languagebar .text-muted{
    color:#fff!important;
}
.npfooter_languagebar{
    color:#fff;
}
.platinum_website_visitor{
    color:#fff; 
}
.footer_type7 .copy_right{
    color:#fff;
}
.platinum_website_visitor{
	color:#fff;
}
.copy_right small{
    color:#fff;
}