/*fixed base*/
#main_index{
    padding-bottom:0rem!important;
    overflow:hidden;
}

#main_index h1,
#main_index h2,
#main_index h5{
    cursor:default;
}

.m_default_languagebar .footer_langbar_item{
    color:#fff;
}

/*category / product / tag / gallery / news*/
.category_list_type4 .category_box .img_frame img{
    object-fit:contain;
}

.product_list_5 .product_box .img_frame img{
    object-fit:contain;
    background-color:#fff;
}

.product_list_horizontal .product_box .img_frame img{
    object-fit:contain;
    background-color:#fff;
}

.gallerycategory .img_frame img,
.ws_gallery-2 .img_frame img{
    object-fit:contain;
}

.latest_new_type4 .news_box .img_frame{
    box-shadow:0px 0px 2px rgba(0,0,0,0.3);
}

.latest_new_type4 .news_box .img_frame img{
    object-fit:contain;
}

@media screen and (max-width:767.5px){
    #main_tag .horizontal_detail_bottom{
        margin-top:1rem;
    }

    .product_list_horizontal .product_box .product_des .title{
        font-size:18px;
    }

    .product_list_horizontal .product_box .horizontal_detail_box .product_simple_description{
        font-size:12px;
    }

    .product_list_horizontal .product_box .horizontal_detail_bottom .button_section{
        justify-content:flex-start;
    }

    .product_list_horizontal .product_box .product_img{
        flex:0 0 40%;
    }

    .product_list_horizontal .product_box .product_des{
        flex:0 0 60%;
    }

    .product_list_horizontal .product_box .img_frame{
        padding-top:unset!important;
        height:auto;
        aspect-ratio:1;
        border-radius:5px;
    }

    .product_list_horizontal .product_box .whatsapp_wrapper a{
        color:#333;
        font-size:10px!important;
        font-weight:500;
    }
}

/*global / common*/
:root{
    --c-dark:#0f263e;
    --c-primary:#bc8f79;
    --c-light:#f6f3ee;
    --c-white:#ffffff;
    --c-grad1:#a86c55;
    --c-grad2:#fcc094;
}

body{
    font-family:"Montserrat", sans-serif;
    
}

#main_index body{
    font-family:"Montserrat", sans-serif;
    color:var(--c-dark);
    background:var(--c-light);
}

.n_small{
    font-family:"Montserrat", sans-serif;
    font-size:10px;
    font-weight:500;
    letter-spacing:0.05em;
    color:var(--c-primary);
    margin-bottom:.6rem;
    text-transform:uppercase;
}

.n_small span{
    position:relative;
}

.n_title{
    font-family:"Crimson", serif;
    font-size:28px;
    font-weight:500;
    line-height:1.05;
    color:var(--c-dark);
    /*margin-bottom:2rem;*/
    letter-spacing:0.02em;
}

.content_title_deco{
    position: relative;
}

.content_title_deco::after {
    content: "";
    position: absolute;
    /*bottom: -1.2rem;*/
    left: 0;
    width: 8rem;
    height: 1rem;
    background-image: url("https://cdn1.npcdn.net/images/A_Deco_1_jbn0p5_1781231325.png?md5id=46a62c34c7b8b0c0d02f0833df49ec20&new_width=1600&new_height=1600&type=4");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.content_deco{
    width: 8rem;
    height: 1rem;
    background-image: url("https://cdn1.npcdn.net/images/A_Deco_1_jbn0p5_1781231325.png?md5id=46a62c34c7b8b0c0d02f0833df49ec20&new_width=1600&new_height=1600&type=4");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 1.5rem;
}

.content_deco.center{
    
}






.content_title_deco2{
    position: relative;
}

.content_title_deco2::after {
    content: "";
    position: absolute;
    /*bottom: -1.2rem;*/
    left: 50%;
    transform: translateX(-50%);
    width: 8rem;
    height: 1rem;
    background-image: url("https://cdn1.npcdn.net/images/A_Deco_1_jbn0p5_1781231325.png?md5id=46a62c34c7b8b0c0d02f0833df49ec20&new_width=1600&new_height=1600&type=4");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.n_subtitle{
    font-family:"Montserrat", sans-serif;
    font-size:16px;
    font-weight:700;
    line-height:1.3;
    color:var(--c-dark);
    margin-bottom:0.8rem;
}

.n_content{
    font-family: "Montserrat", sans-serif;
    font-size:13px;
    font-weight:400;
    line-height:1.7;
    color:var(--c-dark);
    margin-bottom:0;
}

.c_color1{
    color:#fff;
}

.c_color2{
    color:#000;
}

.c_color3{
    color:var(--c-primary);
}

.c_line{
    line-height:1.8;
}

.btnbox_left{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    margin:2rem 0 0;
}

.btnbox_center{
    display:flex;
    justify-content:center;
    align-items:center;
    margin:2rem 0 0;
}

.btnbox_right{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    margin:2rem 0 0;
}

.n_button{
    padding: 10px 40px;
    background:linear-gradient(90deg,var(--c-grad1) 0%,var(--c-grad2) 100%);
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(.95rem, 1vw, 1vw);
    transition:0.25s all linear;
}


html:lang(ms) .n_button{
    font-size: clamp(.8rem, 1vw, 1vw);
}

.n_button span{
    position:relative;
}

.n_button:hover{
    color:#fff;
    text-decoration:none;
    transform:translateY(-8px);
}

@media screen and (max-width: 575.5px){
    .n_title{
        
        font-size:26px;
        
    }

}

/*navbar*/

/*.navbar_type8 {*/
 
/*    height: 120px;*/
/*    background: var(--c-dark);*/
/*    border-bottom: 2px solid transparent;*/
    
/*    border-image: linear-gradient(90deg,var(--c-grad1) 0%,var(--c-grad2) 100%);*/
/*}*/

.navbar_type8 {
  /*position: relative; */
  
  height: 120px;
    background: var(--c-dark);
}

.navbar_type8::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;       /* 边框宽度，也可以写固定值如 50px */
  height: 3px;       /* 边框的高度（粗细） */
  
  /* 渐变背景 */
  background: linear-gradient(90deg,var(--c-grad1) 0%,var(--c-grad2) 100%); 
  
 
}
.navbar_type8 .logo{
    flex: 0 1 40%;
    margin-left: 9%;
}

.navbar_type8 .logo img{
    width:100px;
    padding:10px;
}

.navbar_type8 .nav_tab{
    flex: 0 1 60%;
    justify-content: flex-start;
}


.navbar_type8 .nav_tab .nav_item{
    text-transform: unset;
}

.navbar_type8 .nav_tab .nav_item a{
    font-size:1.1vw;
    padding:15px 1.2vw;
    color:#fff;
}



.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
    color:#fff!important;
    -webkit-text-stroke-width:0px;
    -webkit-text-stroke-color:black;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover{
    color:#fff!important;
}


.navbar_mobile{
    background: var(--c-dark);
}

.navbar_mobile .btn-outline-light:hover,
.navbar_mobile .btn-outline-light:not(:disabled):not(.disabled):active{
    color:#000;
    background-color:transparent;
    border-color:#000;
}

html:lang(ms) .navbar_type8 .logo {
    flex: 0 1 20%;
    margin-left: 9%;
}

html:lang(ms) .navbar_type8 .nav_tab {
    flex: 0 1 80%;
    justify-content: flex-start;
}

@media screen and (max-width:1200.5px){
    .navbar_type8 .nav_tab .nav_item a{
        font-size:1.2vw;
        padding:15px 1.1vw;
    }
    
    
    .navbar_type8 .logo{
        flex: 0 1 30%;
        
    }
    
    
    
    .navbar_type8 .nav_tab{
        flex: 0 1 70%;
       
    }
    
    html:lang(ms) .navbar_type8 .nav_tab {
        
        padding-left: 0;
        
    }
    
}



/*lang bar*/

.np_language_btn {
    position: absolute;
    top: 46px;
    right: 3vw;
    z-index: 9999;
    user-select: none;
    cursor: pointer;
}

.np_language_btn .dropdown_btn {
    background-color: white;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    border-radius: 5px;
    text-transform: uppercase;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    color: var(--c-dark);
    font-size: 12px;
}

.np_language_btn .dropdown_btn a{
     color: var(--c-dark);
}

.np_language_btn .dropdown_btn span {
    color: var(--c-dark);
}


@media screen and (max-width: 991.5px){
    .np_language_btn{
        top: 26px;
    }
}

/* top spacing*/

#top_spacing{
    height: 120px!important;
}

@media screen and (max-width: 991.5px){
    #top_spacing{
        height: 80px!important;
    }

}

/*fixed banner*/
.slider_banner .banner_content{
    overflow:hidden;
}

/*banner section*/

.index_wrapper_2{
    background:var(--c-light);
}

.hp_banner{
    position:relative;
    left:0;
    top:0;
    width:100%;
    min-height:620px;
    padding:150px 9% 180px;
    display:flex;
    align-items:center;
    overflow:hidden;
}





.hp_banner .container-fluid,
.hp_banner .row,
.hp_banner .col-md-12,
.hp_banner .hp_banner_box{
    position:relative;
    z-index:2;
}

.hp_banner .hp_banner_title{
    font-family:"Crimson", serif;
    font-size: 3.5vw;
    line-height:1.18;
    color:#fff;
    letter-spacing:0.03em;
    
   
   
}



.banner_deco{
    width: 8vw;
    height: 1vw;
    background-image: url("https://cdn1.npcdn.net/images/A_Deco_1_jbn0p5_1781231325.png?md5id=46a62c34c7b8b0c0d02f0833df49ec20&new_width=1600&new_height=1600&type=4");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom:1vw;
    margin-top: 1.5vw;
}

.hp_banner .hp_banner_title .banner_color_title{
    /*color:var(--c-primary);*/
    
     /*color:linear-gradient(90deg,var(--c-grad1) 0%,var(--c-grad2) 100%);*/
    
    background: linear-gradient(90deg,var(--c-grad1) 0%,var(--c-grad2) 100%);
  
  /* 2. 把背景裁剪到只有文字的部分 */
      -webkit-background-clip: text;
              background-clip: text;
              
      /* 3. 把原本的文字颜色变成透明，这样底下的渐变背景就会透出来 */
      -webkit-text-fill-color: transparent;
              color: transparent; 
}

.hp_banner .hp_banner_content {
    font-size: 0.85vw;
    line-height: 1.8;
    color: #fff;
    font-weight: 300;
    margin-bottom: 0;
    font-family:"Montserrat", sans-serif;
}

.hp_banner_btnbox{
    display:flex;
    margin-top:2rem;
}



.hp_banner_button{
    padding: 10px 40px;
    background:linear-gradient(90deg,var(--c-grad1) 0%,var(--c-grad2) 100%);
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    /*font-size:12px;*/
    font-size: clamp(.95rem, 1vw, 1vw);
    transition:0.25s all linear;
    font-family: "Montserrat", sans-serif;
}

html:lang(ms) .hp_banner_button{
    font-size: clamp(.85rem, 1vw, 1vw);
}

.hp_banner_button span{
    position:relative;
}

.hp_banner_button:hover{
    text-decoration:none;
    color:#fff;
    transform:translateY(-2px);
}

@media screen and (max-width: 1200.5px){
    .hp_banner{
        
        padding: 4vw 9% 180px;
    }
    
    .hp_banner .hp_banner_content {
        font-size: 1vw;
    }
}


@media screen and (max-width:991.5px){
    .hp_banner{
        
        padding: 4vw 9% 180px;
        align-items: unset;
    }

    .hp_banner .hp_banner_title{
        font-size:4vw;
    }

    .hp_banner .hp_banner_content{
        font-size:1.2vw;
    }
}

@media screen and (max-width:767.5px){
    

    .hp_banner .hp_banner_title{
       
        font-size: 8vw;
        margin-bottom: 6vw;

    }
    
   
    .banner_deco{
        width: 25vw;
        height: 1vw;
        background-image: url("https://cdn1.npcdn.net/images/A_Deco_1_jbn0p5_1781231325.png?md5id=46a62c34c7b8b0c0d02f0833df49ec20&new_width=1600&new_height=1600&type=4");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin-bottom:1vw;
        margin-top: 1.5vw;
    }
    
    .hp_banner_content br{
        display: none;
    }
    
    .hp_banner .hp_banner_content{
        font-size:3vw;
    }
    
    .index_wrapper_2 .item>img {
        min-height: 100vw !important;
        object-fit: cover;
       
    }

    .hp_banner {
        left: 0%;
        width: calc(100% - 0%);
        
    }
    
    .hp_banner_btnbox {
       
        margin-top: 5vw;
    }
}

/*about*/
.hp_about{
    position:relative;
    background:var(--c-light);
    padding:0 9% 50px;
}

.hp_about .hp_about_row{
    align-items:center;
}



.hp_about_imgbox{
    position:relative;
    min-height:420px;
}


.hp_about_img img{
    width:100%;
    height:100%;
    
}

.hp_about_img1 {
    width: 100%;
    height: auto; 
    top: -95px;
    transform: translate(0, -2vw);
    left: 7%;
    position: absolute;
    z-index: 2;
}


@media screen and (max-width:991.5px){
    .hp_about{
        padding:60px 5%;
    }

    .hp_about_imgbox{
        
        margin-top:3rem;
    }
    
    .hp_about_img1 {
        width: 100%;
        height: auto;
         top: 0; 
         transform: unset; 
        left: 0;
        position: relative;
        z-index: 2;
    }
}

@media screen and (max-width:767.5px){
    
    .hp_about{
        padding:0 5% 60px;
    }

    .hp_about_textbox{
        padding-right:0;
    }
    
    
    .hp_about_imgbox {
        position: relative;
        min-height: 0;
    }
   

    
}

/*milestones*/
.hp_milestone{
    background:var(--c-light);
    padding: 0 9% 70px 0;
}

.hp_milestone .container-fluid .row > div{
    padding: 0;
}


.hp_milestone_bar{
    position:relative;
    background:var(--c-dark);
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding: 28px 7% 28px 9%;
    position: relative;
}

.hp_milestone_bar:after {
    content: "";
    position: absolute;
    bottom: -.25rem;
    right: -.25rem;
    width: 17rem;
    height: 7rem;
    background-image: url("https://cdn1.npcdn.net/images/B_Deco_1_dzckqa_1781231325.png?md5id=46a62c34c7b8b0c0d02f0833df49ec20&new_width=1600&new_height=1600&type=4");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.hp_milestone_item{
    text-align:center;
    flex:1;
}

.hp_milestone_no{
    font-size:3.4vw;
    line-height:1;
    font-weight:700;
    color:#fff;
    margin-bottom:0.4rem;
}

.hp_milestone_text{
    font-size:1vw;
    color:#fff;
    margin-bottom:0;
}

.hp_milestone_title{
    margin-left:5vw;
    margin-bottom:0;
}

@media screen and (max-width:991.5px){
    .hp_milestone{
        padding:0 5% 60px;
    }

    .hp_milestone_title{
        margin-left:0;
        margin-bottom:2rem;
        text-align: center;
    }
    
    .hp_milestone_text {
        font-size: 1.6vw;
        color: #fff;
        margin-bottom: 0;
    }
    
    .hp_milestone_no {
        font-size: 4.4vw;
        line-height: 1;
        font-weight: 700;
        color: #fff;
        margin-bottom: 0.4rem;
    }
}

@media screen and (max-width:767.5px){
    .hp_milestone{
        padding:0 0% 60px;
    }

    .hp_milestone_bar{
        flex-direction:column;
        gap:1.5rem;
    }
    
    .hp_milestone_no {
        font-size: 36px;
        line-height: 1;
        font-weight: 700;
        color: #fff;
        margin-bottom: 0.4rem;
    }
    
    .hp_milestone_text {
        font-size: 16px;
        color: #fff;
        margin-bottom: 0;
    }
}

/*services*/
.index_wrapper_4{
    background:var(--c-light);
    padding:30px 0 90px 9%;
    overflow:hidden;
}

.hp_service_row{
    align-items:center;
}

.hp_service_textbox{
    padding-right:4vw;
}

.hp_service_component{
    width:130%;
}

/*#main_index .ex_hpservice_slide .slick-track {*/
/*    margin-left: 20vw;*/
/*}*/

#main_index .ex_hpservice_slide{
    margin-block:0;
    background:transparent;
    padding: 0 0 0 5%;
}

#main_index .ex_hpservice_slide .slick-dots{
    display: none!important;
}

#main_index .ex_hpservice_slide .container{
    max-width:100%;
    padding:0;
}

#main_index .ex_hpservice_slide .item{
    margin:0 22px;
}

#main_index .ex_hpservice_slide .services-content{
    height:250px;
    position: relative;
    overflow: visible;
}

#main_index .ex_hpservice_slide .services-content::after {
    content: "";
    position: absolute;
    bottom: -.5vw;
    right: -.25vw;
    width: 21vw;
    height: 9vw;
    background-image: url("https://cdn1.npcdn.net/images/B_Deco_1_dzckqa_1781231325.png?md5id=46a62c34c7b8b0c0d02f0833df49ec20&new_width=1600&new_height=1600&type=4");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#main_index .ex_hpservice_slide .services-content .overlay{
    background: rgba(0,0,0,0.48);
    transition: opacity 0.3s ease;
}

#main_index .ex_hpservice_slide .services-text {
    padding: 0 8%;
    transform: translate(0, 0);
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    text-align: center;
    
}
#main_index .ex_hpservice_slide .services-text h3.title{
    font-family:"Montserrat", sans-serif;
    text-transform:none;
    font-size:16px;
    font-weight:700;
    color:#fff;
    align-self: center;
    transition: opacity 0.3s ease;
}

#main_index .ex_hpservice_slide .services-text h3.title:after{
    display:none;
}

#main_index .ex_hpservice_slide .service_btn {
    
    background: unset;
    font-size: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    margin: 0;
}



#main_index .ex_hpservice_slide .services-text:has(.service_btn:hover) .title {
  opacity: 0;
  transition: opacity 0.3s ease;
}

#main_index .ex_hpservice_slide .services-text:has(.service_btn:hover) + .overlay {
  background: unset;
  transition: opacity 0.3s ease; /* 让淡出更平滑 */
}



/*#main_index .ex_hpservice_slide .controls{*/
/*    background:transparent!important;*/
/*    color:var(--c-dark);*/
/*    font-size:30px;*/
/*    z-index:20;*/
/*}*/

#main_index .ex_hpservice_slide .controls.left{
    left:-30px;
    
    background-image: url("https://cdn1.npcdn.net/images/A_Arrow_ho42pc_1781231325.png?md5id=46a62c34c7b8b0c0d02f0833df49ec20&new_width=1600&new_height=1600&type=4")!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: contain!important;
    
    width: 30px;
    height: 30px;
    
    font-size: 0;
}

#main_index .ex_hpservice_slide .controls.right{
    right:-35px;
    display: none;
}

@media screen and (max-width:991.5px){
    

    .hp_service_component{
        width:100%;
        margin-top:3rem;
    }

    #main_index .ex_hpservice_slide .controls.left{
        left:0;
    }

    #main_index .ex_hpservice_slide .controls.right{
        right:0;
        display: none!important;
    }
    
    
    .index_wrapper_4 > .container-fluid > .row > div{
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    #main_index .ex_hpservice_slide{
        margin-top: 3rem;
         padding: 0 0 0 10%;
    }
    
    #main_index .ex_hpservice_slide .controls.left {
        left: -2vw;
    }
    
    .index_wrapper_4 {
      
        padding: 30px 0 90px 0;
        
    }
    
    .hp_service{
         padding: 0 5%;
    }
    
    #main_index .slick-track {
        margin-left: 0;
    }
    
    #main_index .ex_hpservice_slide .services-content::after {
        content: "";
        position: absolute;
        bottom: -.8vw;
        right: -.4vw;
        width: 30vw;
        height: 13vw;
        background-image: url("https://cdn1.npcdn.net/images/B_Deco_1_dzckqa_1781231325.png?md5id=46a62c34c7b8b0c0d02f0833df49ec20&new_width=1600&new_height=1600&type=4");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

}

@media screen and (max-width:767.5px){
    .hp_service{
        padding:30px 5% 0;
    }

    #main_index .ex_hpservice_slide .services-content{
        height:230px;
    }
    
    

}


@media screen and (max-width: 599.5px){
    #main_index .ex_hpservice_slide .services-content::after {
        content: "";
        position: absolute;
        bottom: -1.5vw;
        right: -1.1vw;
        width: 79vw;
        height: 33vw;
        background-image: url("https://cdn1.npcdn.net/images/B_Deco_1_dzckqa_1781231325.png?md5id=46a62c34c7b8b0c0d02f0833df49ec20&new_width=1600&new_height=1600&type=4");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
}

/*projects*/



.index_wrapper_6{
    background:var(--c-dark);
    padding:75px 0% 75px;
    overflow:hidden;
}

.hp_project_titlebox{
    text-align:center;
    padding:0 9%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom:1rem;
}

.hp_project .n_small{
    color:var(--c-primary);
}





#main_index .hp_photoGallerySliderWithTitle {
    background: transparent;
}

/* big box left right space*/

#main_index .hp_photoGallerySliderWithTitle .container-fluid {
    padding: 0;
}

/* big box top bottom space*/

#main_index .hp_photoGallerySliderWithTitle .photo-gallery {
    padding: 0;
}

/*space between pic*/

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box {
    padding: 0 18px;
}


#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev{
    display: none!important;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-next{
    display: none!important;
}

@media screen and (max-width:767.5px){
   

    #main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box{
        padding:0 8px;
    }
}

/*why*/
.hp_why{
    background:var(--c-light);
    padding:75px 9% 75px;
}

.hp_why_titlebox{
    text-align:center;
    margin-bottom:1rem;
     display: flex;
    align-items: center;
    flex-direction: column;
}

.hp_why_itembox{
    height:100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    position: relative;
    transition: 0.25s all linear;
}

.hp_why_itembox::after {
    content: "";
    position: absolute;
    bottom: -.2vw;
    right: -1.5vw;
    width: 20vw;
    height: 21vw;
    background-image: url("https://cdn1.npcdn.net/images/E_Deco_1_rylf95_1781231325.png?md5id=46a62c34c7b8b0c0d02f0833df49ec20&new_width=1600&new_height=1600&type=4");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.hp_why_item{
    height:100%;
    background:#fff;
    padding:2vw;
    text-align:center;
    
    transition:0.25s all linear;
}

.hp_why_iconbox{
    position:relative;
    padding-bottom: 2rem;
    
    display:flex;
    justify-content:center;
    align-items:center;
}

.hp_why_icon{
    width:8vw!important;
    height:8vw!important;
    object-fit:contain;
    
}



.hp_why_item .n_subtitle{
    font-size:14px;
    margin-bottom:0.8rem;
}

.hp_why_item .n_content{
    font-size:12px;
    line-height:1.6;
}

.hp_why_itembox:hover{
    transform:translateY(-8px);
}

.hp_why_itembox:hover .hp_why_icon{
    animation: 1s iconanimation;
}
@keyframes iconanimation {
    
  20% {
    transform: rotate(15deg);
  }
  
  40% {
    transform: rotate(-10deg);
  }
  
  60% {
    transform: rotate(5deg);
  }
  
  80% {
    transform: rotate(-5deg);
  }
  
  100% {
  
    transform: rotate(0deg);
  }
  
}


@media screen and (max-width:991.5px){
    .hp_why{
        padding:70px 5% 40px;
    }

    .whyitemboxtop{
        margin-bottom: 2rem;
    }
    .hp_why_icon {
        width: 10vw!important;
        height: 10vw!important;
        object-fit: contain;
    }
    
}

@media screen and (max-width:767.5px){
    .hp_why{
        padding:60px 5% 30px;
    }

    .hp_why_item{
        padding:32px 16px 28px;
    }
    
    .whyitemboxbottom{
        margin-bottom: 2rem;
    }
    
    .hp_why_icon {
        width: 20vw!important;
        height: 20vw!important;
        object-fit: contain;
    }
    
    
}

@media screen and (max-width: 575.5px){
    .hp_why_itembox::after {
    content: "";
    position: absolute;
    bottom: -1vw;
    right: -.5vw;
    width: 35vw;
    height: 43vw;
    background-image: url("https://cdn1.npcdn.net/images/E_Deco_1_rylf95_1781231325.png?md5id=46a62c34c7b8b0c0d02f0833df49ec20&new_width=1600&new_height=1600&type=4");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
}

/*news*/
.index_wrapper_8{
    background:var(--c-light);
    padding:0 9% 90px;
}

.index_wrapper_8 > .container-fluid > .row > div:nth-child(1){
    display: flex;
    align-items: center;
}

.hp_news_textbox{
    display: flex;
    flex-wrap: wrap;
    
}

.news_textboxtop{
    flex: 0 0 100%;
    max-width: 100%;
}

.news_textboxbottom{
     flex: 0 0 100%;
    max-width: 100%;
}

.btnbox_left.news{
    margin: 3rem 0 0;
}

#main_index .latestnewsAjax > div:nth-of-type(n+3){
    display: none;
}

#main_index .latestnewsAjax > div{
   flex: 0 0 50%;
   max-width: 50%;
}

#main_index .latest_new_type6 .news_box{
    background-color: unset;
}

#main_index .latest_new_type6 .news_box .date {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
}

#main_index .latest_new_type6 .news_box .title{
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
}

#main_index .latest_new_type6 .news_box .badge-primary{
    background-color: unset;
    background: linear-gradient(90deg,var(--c-grad1) 0%,var(--c-grad2) 100%);
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

#main_index .latest_new_type6 .news_box .news_box_content{
    background: var(--c-dark);
    border: none;
}


@media screen and (max-width: 1200.5px){
    .index_wrapper_8 > .container-fluid > .row > div{
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .news_textboxtop{
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .news_textboxbottom{
         flex: 0 0 50%;
        max-width: 50%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    
    .btnbox_left.news{
        margin: 0;
    }
}


@media screen and (max-width:991.5px){
    .index_wrapper_8{
        padding:40px 5% 70px;
    }

}

@media screen and (max-width:767.5px){
    .index_wrapper_8{
        padding:40px 5% 60px;
    }

    #main_index .latest_new_type6 .news_box{
        padding:0 0 2rem;
    }
    
    
    #main_index .latestnewsAjax > div{
       flex: 0 0 100%;
       max-width: 100%;
       margin-bottom: 2rem;
    }
    
    #main_index .latestnewsAjax{
        margin: 0;
    }
    
    .news_textboxtop{
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .news_textboxbottom{
         flex: 0 0 100%;
        max-width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        
    }
    
    .hp_news_textbox{
        margin-bottom: 2rem;
    }
    
    .n_title.news br{
        display: none;
    }
}

/*cta*/
.hp_cta{
    position:relative;
    padding:115px 9%;
    background-image: url("https://cdn1.npcdn.net/images/CTA_background_5m3vwd_1781249382.jpg?md5id=46a62c34c7b8b0c0d02f0833df49ec20&new_width=1600&new_height=1600&type=4");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.cta_leftbox{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.hp_cta .n_title{
    margin-bottom:0;
    font-size:30px;
}

.content_deco2{
    width: 13rem;
    height: 1rem;
    margin-top: 1rem;
    background-image: url("https://cdn1.npcdn.net/images/A_Deco_1_jbn0p5_1781231325.png?md5id=46a62c34c7b8b0c0d02f0833df49ec20&new_width=1600&new_height=1600&type=4");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


@media screen and (max-width: 991.5px){
    .hp_cta{
        padding: 90px 9%;
    }
    
    .btnbox_right.cta{
        margin-top: 4rem;
        justify-content:center;
    }
    
    .n_title.cta{
        text-align: center;
    }
    
   .cta_leftbox{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width:767.5px){
    .hp_cta{
        padding:80px 0%;
        text-align:center;
    }

    .hp_cta .btnbox_right{
        justify-content:center;
    }

    .hp_cta .n_title{
        font-size:26px;
        
    }
}

/*footer*/
.footer_type7{
    font-family: "Montserrat", sans-serif;
    background-color:var(--c-dark);
    color:white;
    padding:55px 9% 45px;
    font-size:12px;
}

.footer_type7 .container{
    max-width:1180px;
}

.footer_type7 .logo{
    position:relative;
    overflow:hidden;
    height: 110px;
    width:100%;
    padding-top:80px;
    margin-bottom:1.5rem;
}

.footer_type7 .logo img{
    position:absolute;
    top:50%;
    left:0;
    transform:translate(0%,-50%);
    width:auto;
    max-height: 105px;
}

.footer_type7 .title{
    min-height:60px;
    display:flex;
    flex-direction:row;
    position:relative;
    margin-bottom:1rem;
}

.footer_type7 .title h5{
    font-weight:700;
    align-self:end;
    margin-bottom:0;
    color:#fff;
}

.footer_type7 p{
    color:rgba(255,255,255,0.88);
    line-height:1.8;
    font-size: 14px;
}

.footer_type7 a{
    color:white;
    text-decoration:none;
    transition:0.25s all linear;
}

.footer_type7 a:hover{
    color:var(--c-primary);
    text-decoration:none;
}

.footer_type7 ul li{
    margin-bottom:0.45rem;
    color:rgba(255,255,255,0.88);
}

.footer_type7 .location i{
    margin-top:5px;
    margin-right:8px;
}

.footer_type7 .line{
    width:100%;
    padding:0 15px;
    background-color:rgba(255,255,255,0.16);
    height:1px;
    margin:35px 0 25px;
}

.footer_type7 .copy_right small{
    color:rgba(255,255,255,0.88);
    line-height:1.8;
}

.footer_type7 .social_media{
    text-align:right;
}

.footer_type7 .social_media a{
    margin-left:1rem;
    width:24px;
    height:24px;
    border-radius:50%;
    display:inline-flex;
    justify-content:center;
    align-items:center;
    background:#fff;
    color:var(--c-dark);
}

.footer_type7 .social_media a:hover{
    color:var(--c-dark);
    transform:translateY(-2px);
}

.footer_type7 .social_media a .icon_s{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    bottom:-2px;
    position:relative;
}

.footer_type7 .social_media a .icon_s img{
    filter:grayscale(100%);
    height:18px;
    width:auto;
}

.footer_type7 .footer_langbar_item,
.footer_langbar_item,
.platinum_website_visitor{
    color:#fff!important;
}
