@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&display=swap');

/*All*/
#main_index{
    padding-bottom:0rem!important;
    overflow:hidden;
    font-family:"Noto Sans SC";
}
#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:6% 9%;
}
.section_half{
    padding:6% 9% 0%
}
.small_all{
    font-size:20px;
    font-weight:700;
    margin-bottom:1rem;
    color:#3c4337;
}
.title_all{
    font-size:38px;
    font-weight:700;
    margin-bottom:1rem;
    line-height:1.5;
    color:#3c4337;
}
.subtitle_all{
    font-size:18px;
    font-weight:700;
    margin-bottom:1rem;
    color:#000;
}
.subtitle2_all{
    font-size:18px;
    font-weight:400;
    margin-bottom:1rem;
    color:#000;
}
.subtitle_vw{
    font-size:1.2vw;
    font-weight:400;
    margin-bottom:2%;
    color:#000;
}
.content_all{
    font-size:16px;
    font-weight:400;
    margin-bottom:0%;
    line-height:1.5;
    color:#3c4337;
}
.content_vw{
    font-size:0.9vw;
    font-weight:400;
    margin-bottom:0%;
    line-height:1.5;
    color:#000;
}
.image_all{
    width:100%;
    margin:0 auto;
    display:block;
}
.btnbox_left{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    margin:1.5rem 0 0;
}
.btnbox_center{
    display:flex;
    justify-content:center;
    align-items:center;
    margin:1.5rem 0 0;
}
.btnbox_right{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    margin:1.5rem 0 0;
}
.button_all{
    border-radius:0px;
    font-size:16px;
    font-weight:400;
    text-align:center;
    color:#000;
}
.button_all:hover{
    text-decoration: none;
    color:#000;
}
.button_all span{
    position:relative;
}
.button_all span:before{
    position:absolute;
    content:"";
    top:0;
    bottom:0;
    right:-45px;
    margin:auto 0;
    width:30px;
    height:30px;
	background-image:url("https://cdn1.npcdn.net/images/button_right_y8bqu0_1740534381.png?md5id=e5a7acc236abc42d5e11afede4915282&new_width=600&new_height=600&type=4");
	background-size:100%;
	background-position:center;
	background-repeat:no-repeat;
    animation:pointer 0.8s ease-out infinite;
}
.ul_all{
    list-style-type:none;
    padding:0;
    margin:0;
    display:flex;
    justify-content:flex-start;
    align-items:flex-start;
    flex-direction:column;
}
.ul_all_dflex{
    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_color3{
    color:#c41212;
}
.c_stroke{
    color: black;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}

@keyframes pointer{
    0%{transform:translate(0,0rem);}
    50%{transform:translate(-0.2rem,0);}
    100%{transform:translate(0,0rem);}
}
@media screen and (max-width: 1200.5px){
    .title_all{
        font-size:35px;
    }
    .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:12% 3%;
    }
    .section_half{
        padding:12% 3% 12%;
    }
    .title_all{
        font-size:28px;
    }
    .subtitle_vw{
        font-size:18px;
    }
    .content_vw{
        font-size:16px;
    }
}


.c_w_show{
    display:block;    
}
.c_m_show{
    display:none!important;   
}
@media screen and (max-width: 767.5px){
    .c_w_show{
        display:none!important;    
    }
    .c_m_show{
        display:block!important;   
    }
}

.alter_m_col{
    position: relative;
}
.alter_navbar_lang{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    list-style-type: none;
    margin: auto;
    padding: 0;
    top: 0;
    left: 0;
    bottom: 0;    
}

/*customize floating icon*/
.floatingwechat{
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    display: none;
    margin: auto auto;
    justify-content: center;
    align-items: center;
    z-index:1001;
}
.floatingwechat img{
    width:200px;
}
.alter_wechat_icon{
    position: fixed;
    top: 76vh;
    right: 22px;
    font-size: 50px;
    color:#09B83E;
    cursor:pointer;
}

/*NP Lang*/
.np_language_btn{
    top:0;
    right:9%;
}
.np_language_btn:before{
    position: absolute;
    content: "";
    border: 1px solid #c81414;
    background-color: #c81414;
    width: 100px;
    height: 100px;
    border-radius: 1000px;
    top: 0%;
    left: 50%;
    right: 0;
    transform: translate(-50%, -60%);
}
.np_language_btn .dropdown_btn{
    background-color:transparent;
    box-shadow:unset;
}
.np_language_btn .dropdown_btn a,
.np_language_btn .dropdown_btn a:hover,
.np_language_btn .dropdown_btn span{
    color:#fff;
}

.latest_new_type4 .news_box .img_frame img{
    object-fit: contain;
}

/*navbar*/
.navbar_type8{
    background-color:#fff;
    height:120px;
}
#main_index .navbar_type8{
    background-color:transparent;
}
.navbar_type8 .logo{
    margin-left:9%
}
.navbar_type8 .logo img{
    width:200px;
    padding:10px;
}
.navbar_type8 .nav_tab{
    padding-right:9%;
    flex: 0 1 100%;
  display: flex;
  justify-content: flex-end;
  padding-left: 15px;
}
.navbar_type8 .nav_tab .nav_item a{
    text-transform: capitalize;
    font-size:1vw;
    font-weight:500;
    padding:15px 1.2vw;
    color:#000;
}
#main_index .navbar_type8 .nav_tab .nav_item a{
    color:#fff;
}
.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,
#main_index .dark_nav{
    background-color:#fff!important;
}
.dark_nav .nav_tab .nav_item a,
#main_index .dark_nav .nav_tab .nav_item a{
    color:#000;
}

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a{
        font-size:1.2vw;
        padding:15px 1.1vw;
    } 
}
@media screen and (max-width: 991.5px){
    .navbar_mobile .logo_img{
        transform:scale(1.3);
    }
}

/*custom dropdown*/
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
    color:#fff;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover{
    color:#fff;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu{
    top:25px;
}
.navbar_type8 .nav  _tab .dropdown .dropdown-menu {
    top: 20px;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item:first-child {
    padding-top: 0.25rem;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item:last-child {
    padding-bottom: 0.25rem;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item>span {
    padding-top: 0!important;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img .dropdown-item {
    display: flex; 
    flex-direction: column; 
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img {
    position: absolute;
    border-top: 0;
    top: 20px!important;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img .dropdown-item .dropdown_pannel {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img .dropdown-item .dropdown_pannel.p-3 {
    padding: 0!important;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img .dropdown-item .dropdown_pannel a {
     flex: 0 1 100%;
     padding: 0.5rem 1.5rem;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img .dropdown-item .dropdown_pannel .dropdown_item {
    height: auto;
    text-align: left;
    padding: 0;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img .dropdown-item .dropdown_pannel .dropdown_item .img_frame {
    display: none;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img .dropdown-item .dropdown_pannel .dropdown_item .text {
    color:#fff;
    text-align: left;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img .dropdown-item .dropdown_pannel .dropdown_item .text:hover {
    color:#E53935;
}

/*hp_banner*/
.index_wrapper_2{
    margin-top:-120px;
}
.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:2vw;
    font-weight:700;
    line-height:1.5;
    color:#000;
}
.hp_banner_subtitle{
    font-size:1.2vw;
    font-weight:400;
    letter-spacing:1px;
    color:#000;
}
.hp_banner_content{
    font-size:1vw;
    font-weight:400;
    letter-spacing:1px;
    color:#000;
}
.hp_banner .hp_banner_image{
    width: 55% !important;
    animation:autozoom 1.5s ease-in-out infinite;
}
@keyframes autozoom{
    0%, 100%{transform:scale(0.98);}
    50%{transform:scale(1);}
}
.hp_banner_buttonbox{
    display:flex;
    justify-content: center;
    align-items: center;
    margin-top:2%;
}
.hp_banner_button{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    width: 135px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align:center;
    background-color: #000;
    transition:0.25s all linear;
}
.hp_banner_button:hover{
    color:#fff;
    text-decoration: none;
    transform:scale(0.98);
}
.banner1{
	top:40%;    
}
.banner1 .hp_banner_image{
    margin:0 auto;
}
@media screen and (max-width: 1200.5px){
    .hp_banner_content{
        font-size:1.2vw;
    }
}
@media screen and (max-width: 991.5px){
    .index_wrapper_2{
        margin-top:0;
    }
    .hp_banner_content{
        font-size:1.5vw;
    }
}
@media screen and (max-width: 767.5px){
    .index_wrapper_2 .item>img{
    	min-height:60vw!important;
    	object-fit:cover;
    }
    .hp_banner{
        left:2%;
        top:40%;
        width:calc(100% - 4%);
    }
    .hp_banner_title{
        font-size:7vw;
    }
    .hp_banner_subtitle{
        font-size:4vw;
    }
    .hp_banner_content{
        font-size:4vw;
    }
    
    .hp_banner .hp_banner_image{
        width:80%!important;
    }
}

/*hp_about*/
.hp_about{
    background-image:url("https://cdn1.npcdn.net/images/about_bg_maevr8_1740534380.jpg?md5id=e5a7acc236abc42d5e11afede4915282&new_width=600&new_height=600&type=4");
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
.hp_about .row{
    align-items: center;
}
.hp_about_content{
    width:80%;
}

@media screen and (max-width: 1200.5px){
    .hp_about_title br{
        display:none;
    }
    .hp_about_content{
        width:100%;
    }
}
@media screen and (max-width: 991.5px){
    .hp_about{
    	background-position:right;
    }
    .hp_about_image{
        margin-top:3rem;
    }
}

/*hp_pro*/
.hp_tes{
    padding:6% 0% 2%;
}
.hp_tes .col-md-12,
.hp_tes .col-md-6.col-lg-4{
    padding:0;
}
.hp_tes .col-md-6.col-lg-4:nth-child(3){
    padding:0 0.5rem;
}
.hp_tes .col-md-6.col-lg-4:nth-child(2){
    padding-right:1.5rem;
}
.hp_tes .col-md-6.col-lg-4:nth-child(4){
    padding-left:1.5rem;
}
.hp_tes_box{
    position:relative;
    border-radius: 30px;
    overflow:hidden;
    height:100%;
    margin-top:1.5rem;
    transition:0.25s all linear;
}
.hp_tes_box:hover{
    transform:translate(0,-0.8rem);
    box-shadow:0px 5px 4px rgba(0,0,0,0.5);
}
.hp_tes_subtitle{
    font-weight:400;
    color:#555;
}
.hp_tes_link{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}
.hp_tes_link span{
    position:absolute;
    bottom:1rem;
    right:2rem;
    font-size:20px;
    font-weight:500;
    color:#fff;
    transition:0.25s all linear;
    display:none;
}
.hp_tes_box:hover .hp_tes_link span{
    font-size:30px;
    transform:translate(-1rem,-1rem);
}
.hp_test_image{
    height:100%;
    /*transition:0.25s all linear;*/
}
.hp_tes .col-md-6.col-lg-4:nth-child(2) .hp_tes_box:hover .hp_test_image{
    animation:zoomleft 10s linear infinite;    
}
.hp_tes .col-md-6.col-lg-4:nth-child(3) .hp_tes_box:hover .hp_test_image{
    animation:zoomzoom 10s linear infinite;    
}
.hp_tes .col-md-6.col-lg-4:nth-child(4) .hp_tes_box:hover .hp_test_image{
    animation:zoomright 10s linear infinite;    
}
.hp_tes_box:hover .hp_test_image{
    /*transform:scale(1.1);*/
    /*animation:zoomzoom 5s linear;*/
}
.hp_tes_buttonbox{
    margin-top:4rem;
}

@keyframes zoomzoom{
    0%{opacity:1;}
    5%{opacity:0.8; transform:scale(1.1);}
    50%{opacity:1}
    100%{opacity:1; transform:scale(1.5);}
}
@keyframes zoomright{
    0%{opacity:1;}
    5%{opacity:0.8; transform:scale(1.1) translate(0vw,0);}
    50%{opacity:1}
    100%{opacity:1; transform:scale(1.5)  translate(-5vw,0);}
}
@keyframes zoomleft{
    0%{opacity:1;}
    5%{opacity:0.8; transform:scale(1.1) translate(0vw,0);}
    50%{opacity:1}
    100%{opacity:1; transform:scale(1.5)  translate(5vw,0);}
}

@media screen and (max-width: 991.5px){
    .hp_tes_title{
        width:calc(100% - 24%);
        margin:0 auto;
    }
    .hp_tes .row{
        justify-content: center;
    }
    .hp_tes .col-md-6.col-lg-4:nth-child(2){
        padding:0.5rem 0 1rem;
        padding-right:1rem;
    }
    .hp_tes .col-md-6.col-lg-4:nth-child(3){
        padding:0.5rem 0rem 1rem;
        padding-left:1rem;
    }
    .hp_tes .col-md-6.col-lg-4:nth-child(4){
        padding:1rem 1rem 1rem;
    }
    .hp_tes_link span{
        font-size:25px;
    }
}

@media screen and (max-width: 767.5px){
    .hp_tes{
        padding:12% 0% 12%;
    }
    .hp_tes_title{
        width:calc(100% - 6%);
        margin:0 auto;
    }    
    .hp_tes .col-md-6.col-lg-4:nth-child(2){
        padding:1rem 1rem;
    }
    .hp_tes .col-md-6.col-lg-4:nth-child(3){
        padding:1rem 1rem;
    }
    .hp_tes .col-md-6.col-lg-4:nth-child(4){
        padding:1rem 1rem;
    }
}

/*hp_service*/
.hp_service_icon{
    width: 100px;
    object-fit: contain;
    margin: 0 auto -4rem 0;
    transform: translate(0, -5rem);
}
.hp_service_box{
    background-color: #efefef;
    padding: 0 9% 9% 9%;
    margin-top: 6.5rem;
}

.hp_service_box:hover .hp_service_icon{
    transform-origin:center;
    animation:j_shake 0.3s linear 0.1s 2;
}
@keyframes j_shake{
    25%{transform:translate(0, -5rem) rotate(10deg);}
    75%{transform:translate(0, -5rem) rotate(-10deg);}
}

@media screen and (max-width: 991.5px){
    .hp_service_title br{
        display:none;
    }
    html:lang(zh-Hans) .hp_service_title br{
        display:block;
    }
}

/*service information page*/
#main_services .booking_form{
    display:none;
}

/*hp_cust*/
.hp_cust{
    padding:0% 9% 0%;
    position:relative;
}

.hp_cust .row:nth-child(1){
    align-items: center;    
}

.hp_cust:before {
    background-image: url("https://cdn1.npcdn.net/images/customise_bg_img_cvqury_1740534382.png?md5id=e5a7acc236abc42d5e11afede4915282&type=4");
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    width: 50%;
    height: 60%;
    top: 0;
    left: 0;
    animation: drawslow 4s ease-out forwards infinite;
}
.hp_cust_imagebox{
    border-radius:10px;
    overflow:hidden;
    position:relative;
    margin:1.5rem 0;
}
.hp_cust_image{
    transition:0.25s all linear;
}
.hp_cust_link{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    display:flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin:auto 0;
    color:#fff;
    transition:0.25s all linear;
    opacity: 0;
}
.hp_cust_imagebox:hover .hp_cust_link{
    background-color:rgba(0,0,0,0.2);
    opacity:1;
}
.hp_cust_imagebox:hover .hp_cust_image{
    transform:scale(1.05);
}
.hp_cust_link:hover{
    text-decoration: none;
    color:#fff;
}
.hp_cust_link span{
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #fff;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 1000px;
    transition:0.25s all linear;
}
.hp_cust_subtitle{
    margin-bottom:0.5rem;
}
.hp_cust .col-md-6.col-lg-3 .hp_cust_content{
    font-size:14px;
}


@keyframes drawslow {
    0% {
        clip-path: inset(0 0 0 100%);
    }
    50% {
        clip-path: inset(0 0 0 0);
    }
    100% {
        clip-path: inset(0 0 0 0);
    }
}

@media screen and (max-width: 767.5px){
    .hp_cust{
        padding:12% 3%;
    }
    .hp_cust_imagebox{
        margin:3rem 0 1.5rem;
    }
}

/*hp_testimonial*/
.index_wrapper_7{
    background-image: url("https://cdn1.npcdn.net/images/testimonial_bg_7skdc5_1740534382.jpg?md5id=e5a7acc236abc42d5e11afede4915282&type=4");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;  
    padding: 9% 9% 6%;
}
.hp_test_title{
    margin-bottom:30px;
}
.hp_googlebtn_buttonbox{
    margin-top:3rem;
}
.hp_googlebtn_button{
    border: 1px solid #fff;
    background-color:rgba(255,255,255,0.1);
    width: 179px;
    height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 18px;
    color:#fff;
    transition:0.25s all linear;
}
.hp_googlebtn_button:hover{
    transform:scale(0.98);
    text-decoration: none;
    color:#fff;
}
html:lang(zh-Hans) .hp_googlebtn_button{
    padding-left:40px;
}
/*.hp_testimonials .testimonials_box .testimonials_card .icon{*/
/*    display:none;*/
/*}*/
/*.hp_testimonials .testimonials_box{*/
/*    position:relative;*/
/*    width: 70% !important;*/
/*    margin: 0 auto;*/
/*}*/
/*.hp_testimonials .testimonials_box:before{*/
/*    position: absolute;*/
/*    content:"";*/
/*    width:100%;*/
/*    height:100%;*/
/*    background-image: url("https://cdn1.npcdn.net/images/testimonial_bg_purple_7ucxfp_1740534382.png?md5id=e5a7acc236abc42d5e11afede4915282&new_width=600&new_height=600&type=4");*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    transform: scale(1.1);*/
/*}*/
/*.hp_testimonials .testimonials_box .testimonials_card .content q{*/
/*    font-size:14px;*/
/*    font-weight:400!important;*/
/*    color:#fff;*/
/*}*/
/*.inject_test_title{*/
/*    font-size:35px;*/
/*    font-weight:700;*/
/*    color:#fff;*/
/*    margin-bottom:1rem;*/
/*    text-align: center;*/
/*    width: 100%;*/
/*}*/
/*.hp_testimonials .testimonials_box .testimonials_card .content{*/
/*    order:1;*/
/*}*/
/*.hp_testimonials .testimonials_box .testimonials_card .name{*/
/*    order:2;*/
/*    color:#fff!important;*/
/*}*/
/*.hp_testimonials .testimonials_box .testimonials_card .name h6{*/
/*    color:#fff;*/
/*}*/
/*.hp_testimonials .slick-dots{*/
/*    display:none!important;*/
/*}*/
/*.hp_testimonials .slick-arrow{*/
/*    width:35px;*/
/*    height:35px;*/
/*    background-size: 100%;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
    
/*}*/
/*.hp_testimonials .slick-arrow:active{*/
/*    transform:scale(0.95) translate(0,-50%);*/
/*}*/
/*.hp_testimonials .slick-prev.slick-arrow{*/
/*     background-image: url("https://cdn1.npcdn.net/images/button_left_09gnjy_1740534381.png?md5id=e5a7acc236abc42d5e11afede4915282&new_width=600&new_height=600&type=4");*/
/*     left:-90px;*/
/*}*/
/*.hp_testimonials .slick-next.slick-arrow{*/
/*     background-image: url("https://cdn1.npcdn.net/images/button_right_y8bqu0_1740534381.png?md5id=e5a7acc236abc42d5e11afede4915282&new_width=600&new_height=600&type=4");*/
/*     right:-90px;*/
/*}*/
/*.hp_testimonials .slick-prev.slick-arrow::before,*/
/*.hp_testimonials .slick-next.slick-arrow::before{*/
/*    display:none;*/
/*}*/
.ex_hp_googleReviewDefault .hpGoogleReviewItems{
    background-color:#fff;
}
.ex_hp_googleReviewDefault .slick-arrow{
    z-index:1;
}
.ex_hp_googleReviewDefault .slick-next{
    right:-25px!important;
}
.ex_hp_googleReviewDefault .slick-prev{
    left:-25px!important;
}
.ex_hp_googleReviewDefault .slick-prev::before,
.ex_hp_googleReviewDefault .slick-next::before{
    text-shadow: none;
    color:#000;
}
.ex_hp_googleReviewDefault .slick-dots li button:before{
    color:#fff;
}
.ex_hp_googleReviewDefault .slick-dots li.slick-active button:before{
    color:#fff;
}
.ex_hp_googleReviewDefault .slick-prev::before, .ex_hp_googleReviewDefault .slick-next::before{
    color:#fff;
}

@media screen and (max-width: 767.5px){
    .index_wrapper_7{
        padding:12% 9% 24%;
    }
    .ex_hp_googleReviewDefault .slick-dots{
        display:none!important;
    }
    .hp_googlebtn_buttonbox{
        margin-top:1.5rem;
    }
    /*.hp_testimonials .testimonials_box{*/
    /*    width:100%!important;*/
    /*    padding:15px 15px;*/
    /*}*/
    /*.hp_testimonials .slick-prev.slick-arrow{*/
    /*    left:-30px;*/
    /*    z-index:1;*/
    /*}*/
    /*.hp_testimonials .slick-next.slick-arrow{*/
    /*    right:-30px;        */
    /*}*/
    /*html:lang(zh-Hans) .inject_test_title{*/
    /*    font-size:28px;*/
    /*}*/
}

/*hp_news*/
.index_wrapper_8{
    background-image: url("https://cdn1.npcdn.net/images/recommend_bg_3h0lxn_1740534382.jpg?md5id=e5a7acc236abc42d5e11afede4915282&type=4");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding:6% 9% 6%;
}
.hp_news_title{
    margin-bottom:1.8rem;
}

/*component - news*/
.latest_new_type4 .news_box{
    background-color:transparent;
}
.latest_new_type4 .news_box .badge-primary{
    display:none;
}
.latest_new_type4 .news_box .date{
    text-align: left;
    float:left!important;
    color:#555;
}
.latest_new_type4 .news_box .img_frame{
    border-radius: 20px;
}

@media screen and (max-width: 767.5px){
    .index_wrapper_8{
        padding:12% 9%;
    }
}

/*hp_calc*/
.hp_calc{
    margin:0 9% 0%;
}
.hp_calc_title{
    margin-bottom:1.7rem;
}
.hp_calc_calcpart{
    font-size:4vw;
    text-align: center;
}
.hp_calc_subtitle{
    font-weight:400;
}

/*hp_social*/
.hp_social iframe{
    width: 100%;
    height: 450px;
    margin: 1rem 0;
}
.hp_social_image{
    width: 100%;
    height: 450px;
    margin: 1rem 0;
    background-color:#000;
    object-fit: contain;
}
.hp_social blockquote{
    margin:0;
}
.hp_social_title{
    margin-bottom:2.5rem;
}

@media screen and (max-width: 1200.5px){
    .hp_social .col-lg-4{
        overflow-X:scroll;
    }
}
@media screen and (max-width: 767.5px){
    .hp_calc_calcpart{
        font-size:12vw;
    }
    .hp_calc .col-md-4{
        padding-bottom:1.5rem;
    }
}
@media screen and (max-width: 767.5px){
   .hp_social blockquote{
       margin:15px 0;
   }
   .hp_social iframe{
       margin:1rem 0;
   }

}


/*footer*/
.footer_type12{
    background-color:#222222;
    position:relative;
    padding-top:0rem!important;
}
.footer_type12:before{
    position: absolute;
    content:"";
    width:100%;
    height: 3rem;
    background-color:#fff;
    top:0;
    left:0;
    right:0;
}
.footer_type12 .footer_subtitle{
    font-size:20px!important;
}
.alter_col1 .footer_subtitle{
    font-size:30px!important;
}
.footer_type12 .copy_right,
.npfooter_languagebar .text-muted,
.platinum_website_visitor,
.npfooter_languagebar,
.copy_right small,
.footer_type10 .privacy_policy:hover,
.footer_type10 .mb-1{
    color:#fff!important;
}
.footer_langbar_item{
    color:#fff!important;
}
.alter_col1{
    background-color: #c81414;
    border-radius: 10px;
    padding:1rem 3rem!important
}
.footer_type12 .input-container input{
    background-color:#fff;
    color:#3c4337;
    caret-color:#000;
}
.footer_type12 .input-container input::placeholder{
    color:#3c4337;
    font-weight: 700;
}
.footer_type12 .input-container .submit{
    border-color:#3c4337;
    background-color:#3c4337;
    font-weight:600;
    color:#fff;
}
.alter_footer_wechat img{
    width:100px;
    margin-top:0.1rem;
}

/*mobile side-navbar*/
.side_menu .footer_langbar_item{
    color:#fff!important;
}

@media screen and (max-width: 991.5px){
     .footer_type12 .input-container input::placeholder{
         font-size:1vw;
    }   
    .footer_type12 .title{
        justify-content: flex-start;
    }
}
@media screen and (max-width: 767.5px){
    .footer_type12 .title{
        justify-content: center;
    }
    .alter_col1 .footer_subtitle{
        font-size:25px!important;
        text-align: center;
    }
    .alter_col1{
        padding:1rem!important;
    }
    .footer_type12 .input-container input::placeholder{
        font-size:2.5vw;
    }
}
/*Contact Us
#contactus_1_1 .page_title b {
    visibility: hidden;
    position: relative;
}

#contactus_1_1 .page_title b::after {
    content: "Members Registration";
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
}*/

.col-12.p-0.contact_map.mb_10 {
    display: none;
}
