/*All*/
#main_index{
    padding-bottom:0rem!important;
    overflow:hidden;
}
#main_index h1,
#main_index h2,
#main_index h5{
    cursor:default;
}

#top_spacing{
    height:120px!important;
}
#main_index #top_spacing{
    height:80px!important;
}

@media screen and (max-width:991.5px){
    #top_spacing{
        height:80px!important;
    }
    #main_index #top_spacing{
        height:80px!important;
    }    
}

.m_default_languagebar .footer_langbar_item{
    color:#fff;
}

.breakspan{
    display:block;
}
.section_all{
    padding:80px 0;
}
.section_half{
    padding:80px 0 0;
}
.small_all{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    color: #000;
}
.small_all span{
    position:relative;
}
.small_all span:before{
    position: absolute;
    content: "";
    background-color: #555;
    border-radius: 1000px;
    width: 5px;
    height: 5px;
    left: -15px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    animation:blink 2s ease-out infinite;
}
.title_all{
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.3;
    color: #000;
}
.subtitle_all{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.5;
    color: #000;
}
.subtitle2_all{
    font-size:18px;
    font-weight:400;
    margin-bottom:1rem;
    line-height:1.5;
    color:#000;
}
.subtitle_vw{
    font-size:1.2vw;
    font-weight:400;
    margin-bottom:2%;
    line-height:1.5;
    color:#000;
}
.content_all{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.5;
    color: #000;
}
.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;
    object-fit:contain;
}
.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{
    position:relative;
    border:1px solid #fff;
    border-radius: 1000px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    width: 160px;
    height: 35px;
    padding-left: 1rem;
    display: flex;
    justify-content: left;
    align-items: center;
    text-align: center;
    transition: 0.25s all linear;
    margin:0 0.5rem;
}
.button_all span:before{
    position:absolute;
    content:"";
    background-image:url("https://cdn1.npcdn.net/images/button_02_02956d_1751854163.png?md5id=4021e8ad51eb17ec0f04bc29eb5ea19f&type=4");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin: auto 0;
    top: 0;
    bottom: 0;
    right: 5px;
}
.button_all:hover{
    color:#fff;
    text-decoration: none;
    transform:scale(0.98);
}
.ul_all{
    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_stroke{
    color: black;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}
.c_dflex{
    flex-direction:column;   
}
@keyframes blink{
    0%{opacity:1;}
    50%{opacity:0;}
    100%{opacity:1;}
}
@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:60px 0;
    }
    .section_half{
        padding:60px 0 0;
    }
    .title_all{
        font-size:25px;
    }
    .subtitle_vw{
        font-size:18px;
    }
    .content_vw{
        font-size:16px;
    }
}

/*service page*/
.service_category .service_box{
    background-color:#f8f8f8;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(29, 49, 66, 0.2);
}
.service_category .service_box .img_frame:hover img{
    box-shadow:unset;
}

/*news page*/
.hp_latest_new_8 .news_box .img_frame{
    padding-top:100%;
    background-color:#fff;
}

/*photoalbum page*/
.ws_gallery-2 .img_frame{
    height: auto;
    padding-top: unset;
    aspect-ratio: 1 / 0.7027027027027027;
}


/*navbar*/
.navbar_type8 .logo{
    overflow:unset;
}
.navbar_type8 .logo img{
    border-radius: 10px;
    background-color: #04192c;
    width: 18vw;
    padding: 5px;
    margin-top: 10px;
    height: 100px;
    transform: scale(1);
}
#main_index .navbar_type8 .logo img{
    background-color:transparent;
    border-radius:0px;
}
.navbar_type8 .nav_tab{
    border-radius: 1000px;
    border:1px solid #c49b34;
    padding-right: 15px;
    margin-right: 130px;
    height: 50px;
    margin-left: 65px;
    margin-top: 15px;
    background-color:rgba(196,155,52,1);
    justify-content: space-around;
}
#main_index .navbar_type8 .nav_tab{
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.2);
    margin-right: 20px;
}
.navbar_type8 .nav_tab .nav_item a{
    font-size:1vw;
    text-transform: capitalize;
    padding: 15px 0.5vw;
    color:#fff;
}
.navbar_type8 .nav_tab .nav_item a:hover{
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #fff;
}
.navbar_type8 .nav_tab .nav_item::before{
    display:none;
}
.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{
    background-color:#000!important;
}
.navbar_mobile .btn-outline-light {
    border-color: #ddae2a;
    color: #ddae2a;
}
.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{
    background-color:transparent!important;
}
.dark_nav .nav_tab,
#main_index .dark_nav .nav_tab{
    border:1px solid #c49b34;
    background-color:rgba(196,155,52,1);
    margin-right: 20px;
}
.dark_nav .logo img,
#main_index .dark_nav .logo img{
    border-radius: 10px;
    width: 18vw;
    height: 100px;
    padding: 5px;
    margin-top: 10px;
    background-color:#04192c;
    transform:scale(1);
}

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a{
        font-size:1vw;
        padding: 15px 0.6vw;
    } 
}
@media screen and (max-width: 991.5px){
    .navbar_mobile .logo_img{
        transform: scale(1.4);
    }
    .navbar_type8 .nav_tab,
    #main_index .navbar_type8 .nav_tab{
        margin-right: 20px!important;
    }
    
}
/*hp_banner*/
.index_wrapper_2{
    margin-top:-80px;
}
.slider_banner .banner_content{
    overflow:hidden;
}
.hp_banner{
	position:relative;
	left:0%;
	top:40%;
	transform:translate(0,-50%);
    width:calc(100% - 0%);
}
.hp_banner_small{
    font-size: 1.3vw;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
}
.hp_banner_small span{
    position:relative;
}
.hp_banner_small span:before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: -17px;
    margin: auto 0;
    border-radius: 1000px;
    background-color: #fff;
    width: 5px;
    height: 5px;
    animation: blink 2s ease-out infinite;
}
.hp_banner_title{
    font-size: 4vw;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    margin-bottom: 1%;
    color: #fff;
}
.hp_banner_title span{
    position:relative;
}
.hp_banner_title span:before{
    position: absolute;
    content: "";
    left: 29vw;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-color: #fff;
    height: 1px;
    width: 35rem;
}
.hp_banner_title span:after{
    position: absolute;
    content: "";
    right: 29vw;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-color: #fff;
    height: 1px;
    width: 35rem;
}
.hp_banner_content{
    font-size:1.3vw;
    font-weight:400;
    line-height:1;
    text-align: center;
    margin-bottom:0;
    color:#fff;
}
.hp_banner .hp_banner_image{
    width:30%!important;
}
.hp_banner_buttonbox{
    display:flex;
    justify-content: center;
    align-items: center;
    margin-top:2%;
}
.hp_banner_button{
    position:relative;
    border-radius: 1000px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    width: 200px;
    height: 40px;
    padding-left: 1rem;
    display: flex;
    justify-content: left;
    align-items: center;
    text-align: center;
    transition: 0.2s all linear;
    margin:0 0.5rem;
}
.banner_button1{
    background-color: #ddae2a;    
}
.banner_button2{
    background-color: #000; 
}
.hp_banner_button:before{
    position:absolute;
    content:"";
    background-image:url("https://cdn1.npcdn.net/images/button_6ndvre_1751854163.png?md5id=4021e8ad51eb17ec0f04bc29eb5ea19f&type=4");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 8px;
    height: 8px;
    margin: auto 0;
    top: 0;
    bottom: 0;
    right: 20px;
}
.hp_banner_button:hover{
    color:#fff;
    text-decoration: none;
    transform:scale(0.98);
}
@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:150vw!important;
    	object-fit:cover;
        object-position: -95vw 0vw;
    }
    .hp_banner {
        left: 0%;
        top: 41%;
        width: calc(100% - 0%);
    }
    .hp_banner_small{
        font-size:5vw;
        margin-bottom:0.5rem;
    }
    .hp_banner_title{
        font-size:10vw;
        margin-bottom:0.5rem;
    }
    .hp_banner_content{
        font-size:5vw;
        margin-bottom:0.5rem;
    }
    .hp_banner_buttonbox{
        flex-direction: column;
        margin-top:6%;    
    }
    .hp_banner_button{
        margin:0.5rem 0;
    }
    .hp_banner_title span:before{
        left:70vw;
    }
    .hp_banner_title span:after{
        right:70vw;
    }
}

/*hp_service*/
.hp_service {
    background:linear-gradient(to top, #eefafe,transparent);
    padding: 0 0 80px;
}
.service_line{
    border-radius: 1000px;
    background-color: #888;
    height: 4rem;
    width: 1.6px;
    margin: -2rem auto 2rem;
}
.hp_service_box {
    position: relative;
    border-radius:10px;
    overflow:hidden;
    transition:0.25s all linear;
    margin-top:1rem;
}
.hp_service_image{
    transition:0.25s all linear;
}
.hp_service_box:hover{
    transform:scale(0.98);
}
.hp_service_box:hover .hp_service_image{
    transform:scale(1.05);
}
.hp_service_contentbox{
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.hp_service_no{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0.5rem;
    line-height: 1;
    color:#fff;
}
.hp_service_subtitle{
    color:#fff;
}
.hp_service_buttonbox{
    margin-top: 0;
    height: 0;
    overflow: hidden;
    transition:0.25s all linear;
}
.hp_service_box:hover .hp_service_buttonbox{
    height: 35px;
}

@media screen and (max-width: 991.5px){
    .hp_service_box{
        margin-bottom:1rem;
    }
}
@media screen and (max-width: 767.5px){
    .hp_service{
        padding: 0 0 60px;
    }
}

/*hp_about*/
.hp_about{
	background-image:url("https://cdn1.npcdn.net/images/about_bg_mn4teo_1751854163.jpg?md5id=4021e8ad51eb17ec0f04bc29eb5ea19f&type=4");
    background-size:cover;
    background-position:left bottom;
    background-repeat:no-repeat;
    padding:80px 0;
}
.hp_about .row{
    align-items: center;
}
.hp_about .col-lg-6:last-child{
    padding-left: calc(1rem + 12%);
}
.hp_about_div{
    border-radius: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.5rem 0 2rem;
    height: 80px;
    width: 300px;
    background-color: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 3rem;
    left: 2rem;
}
.hp_about_left{
    flex: 0 0 80%;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}
.hp_about_right{
    flex:0 0 20%;
}
.hp_about_num {
    margin-bottom: 0;
    font-size: 35px;
    font-weight: 500;
    line-height: 1;
    margin-right:5px;
    color: #000;
}
.hp_about_icon {
    border-radius: 1000px;
    border:2px solid transparent;
    transition:0.25s all linear;
}
.hp_about_div:hover .hp_about_icon{
    border:2px solid #1d3142;    
}
.hp_about_word{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1;
    color: #000; 
}
.hp_about_titlebox{
    position:relative;
}
.hp_about_titlebox:before{
    position: absolute;
    content: "";
    width: 28rem;
    left: -13rem;
    bottom: -0.5rem;
    background-color: #000;
    height: 1px;
}
.hp_about_content{
    margin-left: 5rem;
    margin-top:2rem;
}
.hp_about_content h1{
    display:inline;
}
.hp_about_buttonbox{
    margin: 1.5rem 0 0 4.5rem;
}
.hp_about_button{
    background-color:#000;
    border:1px solid #000;
}
.hp_about_imagebox{
    overflow:hidden;
    border-radius:10px;
}
.hp_about_image{
    transition:0.25s all linear;
}
.hp_about_image:hover{
    transform:scale(1.05);
}

@media screen and (max-width: 991.5px){
    .hp_about_image{
        margin-top:2rem;
    }
}
@media screen and (max-width: 767.5px){
    .hp_about{
        padding: 60px 0 60px 1rem;
    }
    .hp_about_content{
        margin-left:0;
    }
    .hp_about_buttonbox {
        margin: 1.5rem 0 0 -8px;
    }
    .hp_about_div{
        left: 25px;
        bottom: 36px;
        height: 50px;
        width: 225px;
    }
    .hp_about_left{
        align-items: center;
    }
    .hp_about_num{
        font-size: 25px;
    }
    .hp_about_word{
        font-size:14px;
    }
}

/*hp_what*/
.hp_what{
    background-image:url("https://cdn1.npcdn.net/images/Our_Services_hgqbrd_1751854168.jpg?md5id=4021e8ad51eb17ec0f04bc29eb5ea19f&type=4");
    background-size:cover;
    background-position:top;
    background-repeat:no-repeat;
    padding:80px 0;
}
.hp_what_small{
    color:#fff;
}
.hp_what_small span:before{
    background-color:#fff;
}
.hp_what_title{
    font-weight:400;
    color:#fff;
    margin-bottom:2rem;
}
.hp_what_imagebox{
    overflow:hidden;
}
.hp_what_image{
    transition:0.25s all linear;
}
.hp_what_box{
    margin-bottom: 2rem;
    transition:0.25s all linear;
}
.hp_what_box:hover .hp_what_image{
    transform:scale(1.05);
}
.hp_what_box:hover{
    transform:scale(0.98);
}
.hp_what_icon{
    width: 70px;
    border-radius: 1000px;
    box-shadow: 0px 0px 20px rgba(3, 24, 43, 0.1);
    background-color: #fff;
    margin-top: -35px;
    z-index: 1;
    position: relative;
    margin-bottom:1rem;
}
.hp_what_contentbox {
    background-color: #f2f5fa;
    padding-bottom: 2rem;
}
.hp_what_content{
    width:91%;
    margin:0 auto;
}
.hp_what_button{
    background-color:#000;
    border:1px solid #000;
}
.hp_what_button:hover{
    background-color:#ddad2a;
    border:1px solid #ddad2a;    
}
.hp_what_box:hover .hp_what_icon{
    transform-origin:center;
    animation:j_shake 0.3s linear 0.1s 2;
}
.hp_what_button2{
    border-radius:10px;
    background-color:#fff;
    color:#000;
    width: 175px;
    height: 45px;
    border:1px solid #fff;
}
.hp_what_button2:hover{
    color:#000;
}
.hp_what_button2 span:before{
    right: 15px;
    background-image:url("https://cdn1.npcdn.net/images/button_03_k37ewd_1751854163.png?md5id=4021e8ad51eb17ec0f04bc29eb5ea19f&type=4");
}
@keyframes j_shake{
    25%{transform:rotate(10deg);}
    75%{transform:rotate(-10deg);}
}

@media screen and (max-width: 767.5px){
    .hp_what{
        padding:60px 0;
    }
}

/*hp_why*/
.hp_why{
    padding:80px 0;
}
.hp_why .row{
    align-items: center;
}
.hp_why .row:first-child{
    margin-bottom:1rem;
}
.hp_why_grid{
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 10px;
	row-gap: 10px;
}
.hp_why_gridbox {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}
.hp_why_leftbox{
    flex:0 0 20%;
}
.hp_why_rightbox{
    flex:0 0 80%;
    padding-left:1rem;
}
.hp_why_subtitle{
    font-size: 1.8vw;
    font-weight: 600;
    margin:1rem 0;
}
.hp_why_content{
    line-height: 1.8;
}
.hp_why_icon{
    width: 80px;
    height: 80px;
    margin-left: 0;
    object-fit: contain;
}
.hp_why_bar{
    position:relative;
    width: 6rem;
    height: 5px;
    border-radius: 1000px;
    background-color: #090909;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 4rem auto 0;
}
.hp_why_bar:before{
    position: absolute;
    content: "";
    right: -40px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 2rem;
    height: 5px;
    background-color: #98999d;
    border-radius: 1000px;
    animation:blink 2s  ease-out infinite;
}
.hp_why_gridbox:hover .hp_why_icon{
    transform-origin:center;
    animation:j_shake 0.3s linear 0.1s 2;
}

/*hp_photo*/
.index_wrapper_6{
    background-image:url("https://cdn1.npcdn.net/images/bg_bxl7ih_1751854163.jpg?md5id=4021e8ad51eb17ec0f04bc29eb5ea19f&type=4");
    background-size:cover;
    background-position:bottom;
    background-repeat:no-repeat;
    padding-bottom:80px;
}
.hp_photo_buttonbox{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.hp_photo_button{
    width:30px;
    height:30px;
    margin:0 0.5rem;
    cursor: pointer;
}
.hp_photoGallerySlider_type4 .flix-parents{
    padding:4rem 0!important;
}
.hp_photoGallerySlider_type4 .flickfeed .slick-slide .card img{
    border-radius:10px;
}
.hp_photo_buttonbox{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: -2rem;
}
.hp_photo_button{
    position:relative;
    z-index:500;
}

@media screen and (max-width: 991.5px){
    .hp_why_image{
        width:60%;
    }
    .hp_why_grid{
        margin-top:2rem;
    }
}
@media screen and (max-width: 767.5px){
    .hp_why{
        padding:60px 0 2rem;
    }
    .hp_why_image{
        width:100%;
    }    
    .hp_why_grid{
    	grid-template-columns: 1fr;
    }
    .hp_why_subtitle {
        font-size: 25px;
        margin: 1rem 0 0rem;
    }
    .index_wrapper_6{
        padding-bottom:0px;
    }
    .hp_photo_buttonbox{
        margin-top: -4rem;
    }
}

/*hp_google*/
.index_wrapper_7 {
    padding: 60px 0 0;
    min-height: 400px;
}

.ex_hp_googleReviewDefault .hpGoogleReviewItems{
    background-color:#f2f5fa;
}
.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;
}

/*hp_news*/
.index_wrapper_8{
    padding:60px 0;
}
.hp_news_title{
    margin-bottom:2rem;
}
.hp_latest_new_8 .news_box{
    background-color:#f2f5fa;
}
.hp_latest_new_8 .news_box .title{
    margin-top: 0.5rem;
}
.hp_latest_new_8 .news_box .read_more{
    font-weight: 700;
    font-size: 18px;
}

@media screen and (max-width: 767.5px){
    .index_wrapper_8 {
        padding: 60px 0 44px;
    }
    .index_wrapper_8 .generated_col{
        padding:0;
    }
}

/*footer*/
.footerListServices{
    background-color:#04192c;
}
.footerListServices .copy_right,
.npfooter_languagebar .text-muted,
.platinum_website_visitor,
.npfooter_languagebar,
.copy_right small,
.footerListServices .privacy_policy:hover,
.footerListServices .mb-1{
    color:#fff!important;
}
.footer_langbar_item{
    color:#fff!important;
}
.footerListServices a:hover{
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #fff;
}
.alter_footer_word {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.alter_footer_word a:hover{
    text-decoration: underline;
}
.footerListServices .logo{
    min-height:100px;
}
.footerListServices .logo img{
    max-height:100px;
}

/*mobile side-navbar*/
.side_menu .footer_langbar_item{
    color:#fff!important;
}