#v1-illuminate{
    min-height:auto !important;
}/*title*/
.sub_title{
    font-family: "Inter", sans-serif;
  font-size: 12pt;
  font-weight: 300;
  font-style: normal;}
  
.main_title{
     font-family: "Sora", sans-serif;
  font-size: 30pt;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -2
    
}

.content_text{
    font-family: "Inter", sans-serif;
    font-size: 12pt;
    font-weight: 300;
    font-style: normal;
    color: var(--muted);
    line-height: 1.7; 
    margin: 0; 
    max-width: 62ch;
}
  


.hp_about_btn{
    display: flex;
    align-items: center;
    gap: 7px;   /* 调整按钮之间距离 */
}

.btn_icon img{
    width:24px;
    height:auto;
}

.hp_about .hp_about_content .main_title{
    color:#000;
}
/*Nav Bar*/

.navbar{
    font-family: "Inter", sans-serif;
  font-size: 16pt;
  font-weight: 300;
  font-style: normal;}

.navbar.navbar_type2 {
    background-color: #fff;
    color: white;
}

.navbar .nav-link{
    color:#000 !important;
}
.navbar.navbar_type2 .nav-item {
    font-size:16px;
    padding-right: 70px;
}

.navbar.navbar_type2 .navbar-brand img {
    max-height: 80px;
    padding-left: 100%;
}

.navbar_type2 .nav-link{
    color:#000 !important;
}

.navbar_type2 .nav-link:hover,
.navbar_type2 .nav-link.active{
    color:#e60000 !important;
}

.navbar_type2 .navbar-nav > .nav-item:last-child{
    margin-left:0px;
}

.navbar_type2 .navbar-nav > .nav-item:last-child .nav-link{
    background:#e30000;
    color:#fff !important;

    padding:16px 34px;
    border-radius:0;

    transition:.3s;
}

.navbar_type2 .navbar-nav > .nav-item:last-child .nav-link:hover{
    background:#c90000;
}

.navbar-nav .nav-item:last-child .nav-link{
    position:relative;
    background:#e60000;
    color:#fff;
    padding:0 26px;
    height:40px;
    display:flex;
    align-items:center;
}

.navbar-nav .nav-item:last-child .nav-link::after{
    content:"→";
    position:absolute;
    right:-50px;
    top:0;
    width:40px;
    height:40px;
    background:#e60000;
    display:flex;
    justify-content:center;
    align-items:center;
}

    .navbar.navbar_type2 .navbar-brand img {
        margin-left: 40px;
    }
    
@media (max-width:1100px){

.hero-title{
    font-size:clamp(56px,7vw,72px);
}

}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
       padding-right: 3%;}
       
.navbar.navbar_type2 .navbar-brand img {
  margin-left: -20px;
}
/*Banner*/
.scene{
    position:relative;
    width:100%;
    overflow:visible;
    aspect-ratio:auto;
}


.scene img{
    width:100%;
    height:auto;
    display:block;
    object-fit:contain;
}


/*Footer*/

.footer_type4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #000000;
    background-image:none;
    background-position: 10%;
    background-repeat: no-repeat;
    background-size: contain;
    color: white;
}

.footer_type4 .footer_subtitle{
    font-family: "Sora", sans-serif !important;
    font-weight:600;
}

.footer_type4 .footer_subtitle .p{
    font-family: "Inter", sans-serif !important;
    font-weight:600;
}

.footer_type4 .left_line {
    border-right: none;}
    
    
.footer_type4 p {
        font-family: "Inter", sans-serif !important;
line-height:20px;
    font-weight: 100;
    font-size: 10pt;
}

.footer_type4 input[type="submit"]{
    font-family: "Inter", sans-serif !important;
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 0.5px;
}
}
@media (max-width:768px){

.footer_type4 .left_line {
    border-bottom: none;}
}

/*About*/
.hp_about{
    padding:120px 0;
    background:#fff;
    text-align:center;
}

.hp_about p {
    font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;}

.hp_about .row{
    justify-content:center;
}

.hp_about_content{
    max-width:760px;
    margin:0 auto;
}

.hp_about .sub_title{
    display:inline-block;
    font-size:12px;
    font-weight:200;
    letter-spacing:2px;
    color:#e30000;
    text-transform:uppercase;
    margin-bottom:10px;
}


.hp_about h2{
    color:#15171c;
    
}

.hp_about h2 span{
    color:#e30000;
}

.hp_about p{
    max-width:700px;
    margin:0 auto 40px;
    font-size:15px;
    line-height:1.9;
    color:#555;
}

.hp_about_btn{
    display:flex;
    justify-content:center;
    align-items:center;
}



.hp_about_btn .btn_primary{
    background:#e30000;
    color:#fff;
    text-decoration:none;
    padding:16px 36px;
    font-size:15px;
    font-weight:400;
    transition:.3s;
    letter-spacing: 0.5px;
}

.hp_about_btn .btn_primary:hover{
    background:#c40000;
}

.hp_about_btn .btn_icon{
    width:56px;
    height:56px;
    background:#e30000;
    display:flex;
    justify-content:center;
    align-items:center;
    text-decoration:none;
    transition:.3s;
}

.hp_about_btn .btn_icon:hover{
    background:#c40000;
}


/* Mobile */
@media (max-width:991px){

    .hp_about{
        padding:80px 20px;
    }

    .hp_about h2{
        font-size:40px;
    }

    .hp_about p{
        font-size:14px;
    }

    .hp_about_btn{
        flex-wrap:wrap;
        gap:12px;
    }

}
/*Service*/
.showcase-moodboard .sub_title{
        display: inline-block;
    font-size: 12px;
    font-weight: 200;
    letter-spacing: 2px;
    color: #e30000;
    text-transform: uppercase;
     margin-bottom: 10px;}
    
   .main_title .highlight{
    color: #e30000;
    font-weight: 600;
}

/*Process*/
.lede .sub_title{
        display: inline-block;
    font-size: 12px;
    font-weight: 200;
    letter-spacing: 2px;
    color: #e30000;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.lede .p{
    font-family: "Inter", sans-serif;
  font-size: 14pt;
  font-weight: 300;
  font-style: normal;}

/*why choose us*/
.showcase .sub_title{
    display:inline-block;
    font-size:12px;
    font-weight:200;
    letter-spacing:2px;
    color:#e30000;
    text-transform:uppercase;
    margin-bottom:10px;}



/*Portfolio*/



.hp_portfolio.container{
    background:#000;
}

.hp_photoGallerySlider_type3 {
    background-color: #000;}
.hp_portfolio{
    background:#000;
}

.hp_portfolio .row{
    justify-content:center;
}

.hp_portfolio_heading{
    text-align:center;
    max-width:760px;
    margin:0 auto;
    padding:120px 0 0 0;
}

.hp_portfolio .sub_title{
    display:inline-block;
    font-size:12px;
    font-weight:200;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#fff;
    margin-bottom:15px;
}

.hp_portfolio h2{
    /*font-size:52px;*/
    font-weight:800;
    line-height:1.1;
    color:#fff;
    margin-bottom:0px;
}

.hp_portfolio p{
    max-width:650px;
    margin:0 auto;
    font-size:16px;
    line-height:1.8;
    color:#666;
}
.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    background-color:transparent;}
    
    .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
        padding:10px;
}

.hp_portfolio .sub_title{
    display:inline-block;
    font-size:12px;
    font-weight:200;
    letter-spacing:2px;
    color:#e30000;
    text-transform:uppercase;
    margin-bottom:10px;
}
.hp_photoGallerySlider_type3 .photo-gallery3 {
    padding: 35px 0 35px 0;
}
.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box{
    padding: 0px;
}
@media (max-width:991px){

    .hp_portfolio{
        padding:-20px 20px 40px;
    }

    .hp_portfolio h2{
        font-size:38px;
    }

    .hp_portfolio p{
        font-size:15px;
    }
    .hp_portfolio_heading{
padding:50px 0 0 0;
}
 
}

/*review*/

/*news*/
.hp_latestnews{
    padding:100px 0 60px;
    background:#fff;
}

.latest_new_type4 .container-fluid{
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.hp_latestnews .row{
    justify-content:center;
}

.hp_latestnews_heading{
    text-align:center;
    max-width:760px;
    margin:0 auto;
}

.hp_latestnews_heading .sub_title{
    display:inline-block;
    font-size:12px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#e60000;
    margin-bottom:15px;
}

.hp_latestnews_heading h2{
    font-size:52px;
    font-weight:800;
    line-height:1.1;
    color:#1c1c1c;
    margin-bottom:20px;
}

.hp_latestnews_heading p{
    max-width:650px;
    margin:0 auto;
    font-size:16px;
    line-height:1.8;
    color:#666;
}

 .outerContainer_9{
    padding-inline: clamp(40px, 12vw, 260px);
}
/*@media (max-width:1200px){*/
/*    .outerContainer_9{*/
/*        padding-left:8vw;*/
/*        padding-right:8vw;*/
/*    }*/
/*}*/

/*@media (max-width:991px){*/
/*    .outerContainer_9{*/
/*        padding-left:30px;*/
/*        padding-right:30px;*/
/*    }*/
/*}*/

/*@media (max-width:767px){*/
/*    .outerContainer_9{*/
/*        padding-left:15px;*/
/*        padding-right:15px;*/
/*    }*/
/*}*/

/* ===============================
   Latest News - View More Button
   =============================== */

/* ===== View More Button ===== */

.text-right{
    text-align:center !important;
    margin-top:40px;
}

.text-right p{
    margin:0;
}

.text-right a{
    display:inline-flex;
    align-items:center;
    gap:10px;
    text-decoration:none !important;

    /* 隐藏原本文字 */
    font-size:0;
    color:transparent;
}

.text-right a::before{
    content:"View More";

    display:flex;
    align-items:center;
    justify-content:center;

    width:170px;
    height:52px;

    background:#e20102;
    color:#fff;

    font-size:17px;
    font-weight:600;
    letter-spacing:.3px;

    transition:.3s;
}

.text-right a i{
    display:flex;
    align-items:center;
    justify-content:center;

    width:52px;
    height:52px;

    margin:0 !important;

    background:#e20102;
    color:#fff;

    font-size:18px;

    transition:.3s;
}

.text-right a:hover::before,
.text-right a:hover i{
    background:#b70000;
}

@media (max-width:768px){

    .text-right{
        text-align:center !important;
        margin-top:30px;
    }

    .text-right a{
        gap:8px;
    }

    .text-right a::before{
        width:140px;
        height:46px;
        font-size:15px;
    }

    .text-right a i{
        width:46px;
        height:46px;
        font-size:16px;
    }

}

@media (max-width:991px){

    .hp_latestnews_heading{
        padding:70px 20px 40px;
    }

    .hp_latestnews_heading h2{
        font-size:38px;
    }

    .hp_latestnews_heading p{
        font-size:15px;
    }

}
/*testimonial*/
.hp_testimonial .sub_title{
    display:inline-block;
    font-size:12px;
    font-weight:200;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#e60000;
    margin-bottom:15px;
}

.hp_testimonial{
    padding:100px 0 60px;
    background:#fff;
}

.hp_testimonial .row{
    justify-content:center;
}

.hp_testimonial_heading{
    text-align:center;
    max-width:760px;
    margin:0 auto;
}

.hp_testimonial .sub_title{
    display:inline-block;
    font-size:12px;
    font-weight:200;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#e60000;
    margin-bottom:15px;
}

.hp_testimonial h2{
    /*font-size:52px;*/
    font-weight:800;
    line-height:1.1;
    color:#1c1c1c;
    margin-bottom:20px;
    font-family: "Sora", sans-serif;
  font-size: 30pt;
  font-style: normal;
  letter-spacing: -2
}

.hp_testimonial p{
    max-width:650px;
    margin:0 auto;
    font-size:16px;
    line-height:1.8;
    color:#666;
}

/*=========================
    TESTIMONIAL
=========================*/

.testimonial-section{
    padding:100px 0;
    background:#fff;
}

.testimonial-title{
    text-align:center;
    margin-bottom:60px;
}

.testimonial-title span{
    display:inline-block;
    font-size:12px;
    font-weight:700;
    letter-spacing:2px;
    color:#e30613;
    text-transform:uppercase;
    margin-bottom:12px;
    position:relative;
}

.testimonial-title span::before{
    content:"";
    width:4px;
    height:4px;
    background:#e30613;
    border-radius:50%;
    display:inline-block;
    margin-right:8px;
    vertical-align:middle;
}

.testimonial-title h2{
    font-size:36px;
    font-weight:800;
    color:#111;
    margin:0;
    line-height:1.1;
}

.testimonial-card{
    background:#fafafa;
    border:1px solid #ececec;
    border-radius:18px;
    padding:34px;
    height:100%;
    transition:.35s;
}

.testimonial-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.08);
}

.avatar{
    width:52px;
    height:52px;
    border-radius:50%;
    background:#111;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:22px;
    margin-bottom:28px;
    font-family: Inter, sans-serif;
}

.testimonial-card p{
    color:#444;
    font-size:15px;
    line-height:1.9;
    margin-bottom:38px;
}

.customer-info h5{
    margin:0;
    font-size:18px;
    font-weight:700;
    color:#111;
}

.customer-info span{
    color:#777;
    font-size:14px;
}


/* Tablet */

@media (max-width:991px){

.testimonial-section{
    padding:80px 0;
}

.testimonial-title h2{
    font-size:42px;
}

}

/* Mobile */

@media (max-width:767px){

.testimonial-section{
    padding:70px 20px 120px 20px;
}

.testimonial-title{
    margin-bottom:40px;
}

.testimonial-title h2{
    font-size:34px;
}

.testimonial-card{
    padding:28px;
}

}

@media (max-width:991px){

    .hp_testimonial{
        padding:70px 20px 40px;
    }

    .hp_testimonial h2{
        font-size:34px;
    }

    .hp_testimonial p{
        font-size:11px;
    }

}

/* Mobile Slider */
@media (max-width: 767px) {

    #testimonialSlider {
        background: #fff;
        padding: 20px 0 0px;
    }

    #testimonialSlider .carousel-item {
        padding: 0 15px;
    }

    #testimonialSlider .testimonial-card {
        background: #fff;
        border-radius: 20px;
        padding: 30px 25px;
        text-align: center;
        height: 100%;
        box-shadow: 0 10px 30px rgba(0,0,0,.08);
    }

    #testimonialSlider .avatar {
        width: 70px;
        height: 70px;
        margin: 0 auto 20px;
    }

    #testimonialSlider .carousel-indicators{
    bottom: -35px;
    margin: 0;
}

#testimonialSlider .carousel-indicators li{
    width: 10px !important;
    height: 10px !important;

    flex: 0 0 10px;
    max-width: 10px;

    margin: 0 5px !important;
    border-radius: 50%;
    background: #d9d9d9 !important;
    border: none !important;
    opacity: 1 !important;
}

#testimonialSlider .carousel-indicators li.active{
    background: #000 !important;
}


}

/*news*/
/*.outerContainer_9{*/
/*    padding-left: 200px;*/
/*    padding-right: 200px;*/
/*}*/

.hp_news .sub_title{
    display:inline-block;
    font-size:12px;
    font-weight:200;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#e60000;
    margin-bottom:15px;
}

.hp_news{
    padding:100px 0 60px;
}

.hp_news .row{
    justify-content:center;
}

.hp_news_heading{
    text-align:center;
    max-width:760px;
    margin:0 auto;
}

.hp_news .sub_title{
    display:inline-block;
    font-size:12px;
    font-weight:200;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#e60000;
    margin-bottom:15px;
}

.hp_news h2{
    /*font-size:52px;*/
    font-weight:800;
    line-height:1.1;
    color:#ffffff;
    margin-bottom:20px;
}

.hp_news p{
    max-width:650px;
    margin:0 auto;
    font-size:16px;
    line-height:1.8;
    color:#666;
}

.latest_new_type4 .news_box {
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: relative;
    visibility: visible;
    padding: 10px;
}



.latest_new_type4 .news_box p{
    font-family: "Inter", sans-serif;
  font-size: 12pt;
  font-weight: 300;
  font-style: normal;
        color:#fff !important;

}

.latest_new_type4 .news_box .date {
    font-size: 0.7rem;
    text-align: right;
    margin-bottom: 5px;
    color: #e20102;
        font-family: "Inter", sans-serif;

}
@media (max-width:991px){

    .hp_testimonial{
        padding:70px 20px 40px;
    }

    .hp_testimonial h2{
        font-size:34px;
    }

    .hp_testimonial p{
        font-size:11px;
    }

}



/*cta */
.hp_cta{
    padding:100px 0;
    background:#111111;
}

.hp_cta .row{
    justify-content:center;
}

.hp_cta_content{
    width:100%;
    text-align:center;
}

.hp_cta_content h2{
    font-size:52px;
    font-weight:800;
    color:#ffffff;
    line-height:1.2;
    margin-bottom:40px;
}

.hp_cta_btn{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:20px;
    flex-wrap:wrap;
}

.hp_cta_btn .btn_primary,
.hp_cta_btn .btn_outline{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:16px 38px;
    font-size:15px;
    font-weight:600;
    text-decoration:none;
    transition:.3s;
}

/* Red Button */
.hp_cta_btn .btn_primary{
    background:#e60000;
    color:#ffffff;
    border:2px solid #e60000;
}

.hp_cta_btn .btn_primary:hover{
    background:#c40000;
    border-color:#c40000;
}

/* White Outline Button */
.hp_cta_btn .btn_outline{
    background:transparent;
    color:#ffffff;
    border:2px solid rgba(255,255,255,.25);
}

.hp_cta_btn .btn_outline:hover{
    background:#ffffff;
    color:#111111;
    border-color:#ffffff;
}

@media (max-width:991px){

    .hp_cta{
        padding:70px 0;
    }

    .hp_cta_content h2{
        font-size:36px;
    }

    .hp_cta_btn{
        gap:15px;
    }

    .hp_cta_btn .btn_primary,
    .hp_cta_btn .btn_outline{
        width:100%;
        max-width:280px;
    }
    
}
/*footer*/

.footerListServices{
    background-color: #131415;
    color: white;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.footerListServices .logo{
    position: relative;
    min-height: 180px;
    overflow: visible;
}

.footerListServices .logo img {
    position: absolute;
    top: 60%;
    left: 0;
    transform: translate(0%, 26%);
    width: auto;
    max-height: 100px;
}

.footerListServices .col-md-3:first-child p{
    margin-top: 90px;  
}
.footerListServices .title{
 min-height: 60px;
    margin-bottom: 1.5rem;}

.footerListServices .title h5 {
    font-weight: 600;
    align-self: end;
    margin-bottom: 0;
    font-family: "Sora", sans-serif;
}

.footerListServices p{
    font-size:14px;
        font-family: "Inter", sans-serif;

}

.footerListServices .title {
    min-height: 125px;}
    
    
.footerListServices ul{
    margin-top:-10px;
}


#toTop{
    width:60px;
    height:60px;
    background:#e20102;
    border-radius:50%;
    display:flex !important;
    align-items:center;
    justify-content:center;
}

.footerListServices .col-md-7{
    padding-top:0;
}


.footerListServices .line{
    margin-top:60px;
}

@media (max-width: 767px){
    .footerListServices .title{
        min-height:0;
    }


.footerListServices .logo img {
  
    transform: translate(0%, -5%);}
}
