/*title*/
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
/*content*/
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;500;600;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;
}
.section_all{
    padding:6% 9%;
}
.section_half{
    padding:6% 9% 0%
}
.small_all{
    font-size:16px;
    font-weight:400;
    margin-bottom:1rem;
    color:#000;
}
.title_all{
    font-family:"Marcellus", serif;
    font-size:35px;
    font-weight:700;
    margin-bottom:1rem;
    color:#6f1116;
}
.subtitle_all{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2%;
    color: #6f1116;
}
.subtitle2_all{
    font-size:18px;
    font-weight:700;
    margin-bottom:1rem;
    color:#6f1116;;
}
.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:#555;
}
.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{
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #6f1116;
}
.button_all:hover{
    text-decoration: none;
    color:#000;
}
.btn_set2,
.btn_set3{
    position:relative;
}
.btn_set2:before{
    position: absolute;
    content: "";
    bottom: -4px;
    left: 0;
    width: 288px;
    background-color: #6f1116;
    height: 2px;
    transition:0.25s all linear;
}
html:lang(zh-Hans) .btn_set2:before{
    width:127px;
}
.btn_set2:after{
    position: absolute;
    top: 0;
    right: -15px;
    bottom: 0;
    content: "+";
}
.btn_set3:before{
    position: absolute;
    background-image:url("https://cdn1.npcdn.net/img/1732169808D_ELEMENET.png");
    background-size:100%;
    background-position:center;
    background-repeat:no-repeat;
    content: "";
    top: 0;
    bottom: 0;
    right: -30px;
    width: 15px;
    height: 15px;
    margin: auto 0;
}
.button_all:hover .btn_set2:before{
    background-color:#000;
    width:0
}
.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_dplex{
    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:#6f1116;
}
.c_stroke{
    color: black;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}
@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:12% 3%;
    }
    .section_half{
        padding:12% 3% 12%;
    }
    .title_all{
        font-size:25px;
    }
    .subtitle_all{
        font-size:20px;
    }
    .subtitle_vw{
        font-size:18px;
    }
    .content_vw{
        font-size:16px;
    }
    .btnbox_left{
        margin:9% 0% 0%;
    }
    .btnbox_center{
        margin:9% 0% 0%;
    }
    .btnbox_right{
        margin:9% 0% 0%;
    }
}

/*FAQ page*/
#main_faq #list-faq{
    height: 67vh;
    overflow-y: scroll;
    scrollbar-width: thin;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.faq_question{
    display:flex;
    text-align: left;
    justify-content: flex-start;
}

/*hp_top*/
.hp_top .col-md-12{
    padding:0;
}
.hp_top_link{
    font-size:14px;
    color:#000;
}
.hp_top_link i{
    color:#6f1116;
}
.hp_top_link:hover{
    color:#000;
}


/*navbar*/
.navbar_type10 .nav_logo img{
    max-height:90px;
}
.navbar_type10 > .container{
    align-items: center;
    max-width: 100%;
    padding: 0 9%;
}
.navbar_type10 > .container .nav_logo{
    order:1;
}
.navbar_type10 > .container div:nth-child(2){
    order:3;
}
.navbar_type10 > .container .nav_search{
    order:2;
}
.navbar_type10 .nav_search input{
    margin-left: auto;
    width:40%;
    border-radius: 100px 0 0 100px;
}
.navbar_type10 .nav_search .search_button{
    border-radius: 0 100px 100px 0;
}
.nav_bottom .menu .nav_item .dropdown a{
    font-size:1vw;
    padding: 10px 1.2vw;
}
.nav_bottom .menu .nav_item .dropdown a strong{
    font-weight:500!important;
}
.nav_bottom > .container{
    max-width:100%;
    padding:0 9%!important;
}
.nav_bottom .menu .nav_item:hover{
    background-color:transparent;
}
.navbar_mobile{
    background-color:#fff!important;
}

@media screen and (max-width: 1200.5px){
    .nav_bottom .menu .nav_item .dropdown a{
        font-size:1.2vw;
    }
}

/*hp_banner*/
.slider_banner .banner_content{
    overflow:hidden;
}
.hp_banner{
	position:relative;
	left:9%;
	top:50%;
	transform:translate(0,-50%);
    width:calc(100% - 18%);
}
.hp_banner .col-md-6:last-child{
    padding-left: calc(1rem + 6%);
}
.hp_banner_title{
    font-family: "Marcellus", serif;
    font-size: 2.3vw;
    font-weight: 700;
    line-height: 1.2;
    color: #6f1116;
    margin-bottom: 3%;
}
.hp_banner_content{
    font-size: 1vw;
    font-weight: 400;
    line-height: 1.5;
    color: #555;
}
.hp_banner .hp_banner_icon{
    width: 15% !important;
    margin: 0 0 2%;
}
.hp_banner_buttonbox{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 5%;
}
.hp_banner_button{
    font-size: 14px;
    font-weight: 700;
    color: #6f1116;
    transition: 0.25s all linear;
}
.btn_set1{
    position:relative;
}
.btn_set1:before{
    position: absolute;
    content: "";
    bottom: -4px;
    left: 0;
    width: 133px;
    background-color: #6f1116;
    height: 1px;
    transition:0.25s all linear;
}
html:lang(zh-Hans) .btn_set1:before{
    width: 126px;
}
.hp_banner_button:hover{
    color:#000;
    text-decoration: none;
    transform:scale(0.98);
}
.hp_banner_button:hover .btn_set1:before{
    background-color:#000;
    width:0
}

@media screen and (max-width: 1200.5px){
    .hp_banner_content{
        font-size:1.2vw;
    }
}
@media screen and (max-width: 991.5px){
    .hp_banner_content{
        font-size:1.5vw;
    }
}
@media screen and (max-width: 767.5px){
    .index_wrapper_2 .item>img{
        min-height: 110vw !important;
        object-fit: cover;
        object-position: left;
    }
    .hp_banner .col-md-6:first-child{
        display:none;
    }
    .hp_banner .col-md-6:last-child{
        padding-left: calc(1rem + 0%);
    }
    .hp_banner{
        left:2%;
        width:calc(100% - 4%);
    }
    .hp_banner_box{
        background-color: rgba(255, 255, 255, 0.9);
        padding: 5%;
    }
    .hp_banner_title{
        font-size:7vw;
    }
    .hp_banner_content{
        font-size:4vw;
    }
}

/*hp_about*/
.hp_about .row{
    align-items: center;
}
.hp_about .col-md-12.col-lg-6:last-child{
    padding-left: calc(1rem + 3%);
}

@media screen and (max-width: 991.5px){
    .hp_about_image{
        margin-bottom:1.5rem;
    }
}

@media screen and (max-width: 767.5px){
    .hp_about .col-md-12.col-lg-6:last-child{
        padding-left: calc(1rem + 0%);
    }    
}

/*hp_obj*/
.hp_obj .col-md-6.col-lg-3 .hp_obj_box{
    position: relative;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    height: 100%;
    padding: 9%;
    border-radius: 20px;
}
.hp_obj .col-md-6.col-lg-3{
    padding:1rem;
}
.hp_obj .col-md-6.col-lg-3:nth-child(1) .hp_obj_box{
    background-image:none;
    background-color:#6f1116;
}
.hp_obj .col-md-6.col-lg-3:nth-child(2) .hp_obj_box{
    background-image:url("https://cdn1.npcdn.net/images/C_PIC-1_1732159535.png?md5id=ba8e2e450af203ab114d338707251486&new_width=449&new_height=348&type=4");    
}
.hp_obj .col-md-6.col-lg-3:nth-child(3) .hp_obj_box{
    background-image:url("https://cdn1.npcdn.net/images/C_PIC-2_1732159535.png?md5id=ba8e2e450af203ab114d338707251486&new_width=449&new_height=348&type=4");  
}
.hp_obj .col-md-6.col-lg-3:nth-child(4) .hp_obj_box{
    background-image:url("https://cdn1.npcdn.net/images/C_PIC-3_1732159535.png?md5id=ba8e2e450af203ab114d338707251486&new_width=449&new_height=348&type=4");  
}
.hp_obj_sent{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: absolute;
    bottom: 9%;
    left: 9%;
    width: calc(100% - 18%);
}
html:lang(zh-Hans) .hp_obj_sent{
    font-size:25px;
}
.hp_obj_icon{
    width:90px;
}
.hp_obj_icon:hover{
    transform-origin:center;
    animation:j_shake 0.3s linear 0.1s 2;
}
@keyframes j_shake{
    25%{transform:rotate(10deg);}
    75%{transform:rotate(-10deg);}
}

.hp_obj_title{
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
}
.hp_obj_title span{
    margin-top:1rem;
}

@media screen and (max-width: 767.5px){
    .hp_obj .col-md-6.col-lg-3 .hp_obj_box{
        min-height: 10rem;
    }
}

/*hp_service*/
.hp_service .row{
    margin:1.5rem 0;
    align-items:center;
}
.hp_service_title{
    margin-bottom:0;
}
.hp_service_box{
    border: 1px solid #999;
    border-radius: 20px;
    padding: 9%;
    margin:1rem 0;
}
.hp_service_icon{
    width: 70px;
    margin: 0 auto 1rem;
    display: block;
}
.hp_service_icon:hover{
    transform-origin:center;
    animation:j_shake 0.3s linear 0.1s 2;
}
.hp_service_button{
    background-color: #6f1116;
    width: 80%;
    height: 40px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    font-weight: 500;
    padding-right: 20px;
}
html:lang(zh-Hans) .hp_service_button{
    width:70%;
}
.hp_service_button:hover{
    color:#fff;
}
.hp_service_subtitle,
.hp_service_content{
    text-align: center;
}
.hp_service_sentbox{
    background-color: #6f1116;
    border-radius: 20px;
    padding: 0.8rem 0;
}
.hp_service_title2{
    font-size:30px;
    margin-bottom:0;
}

@media screen and (max-width: 767.5px){
    .hp_service{
        padding:0% 0% 12%;
    }
}

/*hp_faq*/
.hp_qna{
    background-color:#f4f4f4;
}
.hp_qna .col-md-12.col-lg-6:last-child{
    padding-left:calc(1rem + 3%);
}
.hp_qna_title{
    margin-bottom:1.5rem;
}
.hp_qna_image{
    border-radius:20px;
}
.card-header button,.card-header button:hover{
    text-decoration: none;
    color:#000;
}
.card-header h2{
    position:relative;
}
.card-header h2:before{
    position:absolute;
    content:"+";
    top:0;
    bottom:0;
    right:0;
}
.card-header .btn:focus, .sp-effect-5 .card-header .btn:hover{
    color:#000!important;
}
.accordion>.card>.card-header{
    background-color:#fff;
}
.card-body{
    background-color:rgba(0,0,0,0.1);
}

@media screen and (max-width: 991.5px){
    .hp_qna_image{
        margin-bottom:1.5rem;
    }
}
@media screen and (max-width: 767.5px){
    .hp_qna .col-md-12.col-lg-6:last-child{
        padding-left:1rem;
    }    
}

/*hp_why*/
.hp_why{
    background-image:url("https://cdn1.npcdn.net/images/F_BG_1732162701.jpg?md5id=ba8e2e450af203ab114d338707251486&new_width=1600&new_height=583&type=4");
    background-size:cover;
    background-position:top left;
    background-repeat:no-repeat;
}
.hp_why_box{
    height: 100%;
    padding: 9%;
    border-radius: 20px;
}
.hp_why .col-md-6.col-lg-3:nth-child(odd) .hp_why_box{
    background-color: #6f1116;
}
.hp_why .col-md-6.col-lg-3:nth-child(even) .hp_why_box{
    background-color: #fff;
    box-shadow:2px 2px 5px rgba(0,0,0,0.1);
}
.hp_why .col-md-6.col-lg-3:nth-child(odd) .hp_why_subtitle,
.hp_why .col-md-6.col-lg-3:nth-child(odd) .hp_why_content{
    color:#fff;
}
.hp_why .col-md-6.col-lg-3:nth-child(odd) .why_word{
    color:#fff;
}
.hp_why .col-md-6.col-lg-3:nth-child(even) .why_word{
    color:#6f1116;
}
.hp_why_title{
    margin-bottom:1.5rem;
}
.why_word{
    position: absolute;
    bottom: 0;
    right: calc(1rem + 4.5%);
}

@media screen and (max-width: 991.5px){
    .hp_why_box{
        margin:1rem 0;
    }
    .hp_why .col-md-6.col-lg-3{
        padding:1rem;
    }
}


/*hp_sent*/
.hp_sent{
    background-image:url("https://cdn1.npcdn.net/images/G_BG_1732671533.jpg?md5id=ba8e2e450af203ab114d338707251486&new_width=1600&new_height=630&type=4");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}
.hp_sent_box{
    background-color: rgba(255,255,255,0.8);
    padding: 3%;
    width: 45%;
    border-radius: 20px;
}
.hp_sent_button span:before{
    width: 70px;
}
html:lang(zh-Hans) .hp_sent_button span:before{
    width:78px;
}

@media screen and (max-width: 767.5px){
    .hp_sent{
        background-position: -141vw 0vw;
    }
    .hp_sent_box{
        background-color: rgba(255, 255, 255, 0.8);
        padding: 9%;
        width: 100%;
    }
}

/*hp_news*/
.index_wrapper_9{
    background-color:#f4f4f4;
    padding:6% 9%;
}
.hp_news{
    margin-bottom:1.5rem;
}

@media screen and (max-width: 767.5px){
    .index_wrapper_9{
        padding:12% 3%;
    }
}

/*component - news*/
.hp_latest_new_8 .news_box{
    background-color:#fff;
    border-radius:20px;
}
.hp_latest_new_8 .news_box .img_frame{
    padding-top:80%;
}
.hp_latest_new_8 .news_box .img_frame img{
    object-fit: contain;
}


/*hp_contact*/
.index_wrapper_10{
    padding:6% 9%;
}
.hp_contact{
    margin-bottom:1.5rem;
}

@media screen and (max-width: 991.5px){
    .contact_us_type3 .google_map,
    .contact_us_type3 .hpform{
        flex:0 0 100%;
        max-width:100%;
    }
    .contact_us_type3 .google_map{
        margin-bottom:1.5rem;
    }
}
@media screen and (max-width: 767.5px){
    .index_wrapper_10{
        padding:12% calc(3% + 1rem);
    }
    .contact_us_type3 .hpform .form-group{
        padding:2rem 0 0!important;
    }
}

/*footer*/
.footer_type6{
    background-color:#f4f4f4;
}
.footer_type6 p,
.footer_type6 a,
.footer_type6 h6,
.footer_type6 i,
.footer_type6 .input-container .moveUp,
.footer_type6 .input-container input, .footer_type6 .input-container label{
    color:#000;
}
.footer_type6  .footer_subtitle{
    color:#6f1116;
}
.footer_type6 a .mb-2:hover{
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #000;
}
.footer_type6 .input-container input{
    caret-color: #000;
    border-bottom:1px solid #000;
}
.footer_type6 .line{
    background-color:#000;
}
.footer_type6 .input-container input, 
.footer_type6 .input-container label{
	font-size:12px;
}
.footer_type6 .input-container .moveUp{
	font-size:12px;
}
.npfooter_languagebar{
    color:#000;
}
.footer_type6 .logo{
    min-height:120px;
}
.footer_type6 .logo img{
    max-height:120px;
    padding: 5px;
    background-color: #fff;
}
.footer_type6 .line{
    height:1.5rem;
    background-color:transparent;
}
@media screen and (max-width: 991.5px){
    .footer_type6 .input-container input, 
    .footer_type6 .input-container label{
        font-size:1.1vw;
    }
    .footer_type6 .input-container .moveUp{
        font-size:1.1vw;
    }	
}
@media screen and (max-width: 767.5px){
    .footer_type6 .input-container input, 
    .footer_type6 .input-container label{
        font-size:14px;
    }
    .footer_type6 .input-container .moveUp{
        font-size:14px;
    }
}
.footer_type6 .copy_right,
.npfooter_languagebar .text-muted,
.platinum_website_visitor,
.npfooter_languagebar,
.copy_right small{
    color:#000!important;
}