/*All*/
#main_index{
    padding-bottom:0rem!important;
    overflow:hidden;
}
#main_index h1,
#main_index h2,
#main_index h5{
    cursor:default;
}
.container{
    max-width:100%;
    padding:0 9%;
}
@media screen and (max-width: 767.5px){
    .container{
         padding: 0 calc(3% + 4px);   
    }
}

.breakspan{
    display:block;
}

.small_all{
    font-size:16px;
    font-weight:400;
    margin-bottom:15px;
    color:#E2AE74;
}
.small_all span{
    position:relative;
    padding-left:1.5rem;
}
.small_all span:before{
    position:absolute;
    content:"";
	background-image:url("https://cdn1.npcdn.net/images/img_olzyvu_1734332352.png?md5id=84648eaca6a7fc8394fbdb9cf07fd236&new_width=35&new_height=20&type=4");
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
    top:0;
    bottom:0;
    left:0;
    width:20px;
    object-fit: contain;
    margin:auto 0;
    animation:rotateX 2s linear infinite;
}
.title_all{
    font-size:35px;
    font-weight:500;
    margin-bottom:1%;
    color:#E2AE74;
}
.subtitle_all{
    font-size:25px;
    font-weight:400;
    margin-bottom:1%;
    color:#E2AE74;
}
.content_all{
    font-size:16px;
    font-weight:400;
    margin-bottom:0%;
    line-height:1.5;
    color: #555;
}
.image_all{
    width:100%;
    margin:0 auto;
    display:block;
}
.btnbox_left{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    margin:4% 0% 0%;
}
.btnbox_center{
    display:flex;
    justify-content:center;
    align-items:center;
    margin:4% 0% 0%;
}
.btnbox_right{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    margin:4% 0% 0%;
}
.button_all{
    border-radius: 0px;
    background-color: #E2AE74;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    padding: 5px 45px 5px 15px;
    transition:0.25s all linear;
}
.button_all:hover{
    text-decoration: none;
    color:#fff;
    transform:scale(0.95);
}
.button_all span{
    position:relative;
}
.button_all span:before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: -30px;
    width: 18px;
    object-fit: contain;
    background-image: url(https://cdn1.npcdn.net/img/1727850849BUTTON-03.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto 0;
    animation:moveright 1s ease-out infinite;
}
.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;
}
@keyframes rotateX{
    0%{transform:scaleX(0) rotate(0deg);}
    25%{transform:scaleX(0.5) rotate(25deg);}
    50%{transform:scaleX(1) rotate(0deg);}
    75%{transform:scaleX(0.5) rotate(-25deg);}
    100%{transform:scaleX(0) rotate(0deg);}
}
@keyframes moveright{
    0%{transform:translate(0,0);}
    50%{transform:translate(5px,0);}
    100%{transform:translate(0,0);}
}
@media screen and (max-width: 767.5px){
    .title_all{
        font-size:28px;
    }
    .btnbox_left{
        margin:9% 0% 0%;
    }
    .btnbox_center{
        margin:9% 0% 0%;
    }
    .btnbox_right{
        margin:9% 0% 0%;
    }
    .content_all{
        font-size:16px;
    }
}

/*testimonial page*/
.ws_testimonials .testimonial_box .img_frame{
    padding-bottom:100%;
}

/*category page*/
.category_list_type4 .category_box .img_frame{
    box-shadow:none;
}
.category_list_type4 .category_box .img_frame img{
    object-fit: contain;
}

/*product page*/
.product_list_5 .product_box .img_frame{
    box-shadow:none;
}
.product_list_5 .product_box .img_frame img{
    object-fit: contain;
}

/*product details page*/
.download .btn-download{
    background-color:#E2AE74;
}

/*hp_top*/
.hp_top{
    padding: 0 9%;
    background-color: #E2AE74;
    height: 40px;
    display: flex;
    align-items: center;
}
.hp_top .col-md-3{
    padding:0;
    display: flex;
    justify-content: flex-end;
    align-items: center;    
}
.hp_top .col-md-6{
    padding:0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hp_top_searchbox form > div{
    display:flex;
    justify-content: flex-end;
    align-items: center;
    width:100%;
}
.hp_top_content{
    font-size: 1.2vw;
    text-align: center;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom:0;
}
.hp_top button{
    height: 30px;
    width: 30px;
    border: 1px solid #fff;
    border-radius: 10px 0px 0px 10px;
    font-size: 10px;
    background-color: #fff;
}
.hp_top button i{
    transform:scaleX(-1);
}
.hp_top input{
    border: 1px solid #fff;
    border-radius: 0px 10px 10px 0px;
    height: 30px;
    padding: 0% 5% 0% 0%;
}
.hp_top input:focus{
    border-color:#fff;
    box-shadow:unset;
}
.alter_top_contactbox{
    width: 2.5rem;
    position: fixed;
    top: 45vh;
    right: 0;
    z-index: 3001;
    border-radius: 10px 0px 0px 10px;
    transition:0.25s all linear;
}
.alter_top_contactbox:hover{
    transform:scale(1.05);
}
@media screen and (max-width: 991.5px){
    .editor{
        display:block!important;
    }
    .hp_top{
        display:none;
    }
    .alter_top_contactbox{
        width:1.6rem;
    }
}

/*whatsapp*/
.toggle_btn{
    right: 3rem;
    transform: scale(1.3);
}
.toggle_btn .whatsapp{
    /*background-color:#E2AE74;*/
    /*border:1px solid #F8F4F0;*/
}
.toggle_btn .whatsapp_float_title{
    left: unset;
    right: 80%;
}
.toggle_btn a{
    animation: explodes_alter 2s infinite;
}


@keyframes explodes_alter{
    0% {
        box-shadow: 0 0 0 0 rgba(248, 244, 240,0.8);
    }
    70% {
        box-shadow: 0 0 20px 20px rgba(248, 244, 240,0);
    }
    
    100% {
        box-shadow: 0 0 20px 20px rgba(248, 244, 240,0);
    }
}

@media screen and (max-width: 767.5px){
    .toggle_btn{
        transform:scale(1.5);
    }
}

/*navbar*/
.navbar_type8{
    padding:0% 9%;
    height:100px;
}
.navbar_type8 .logo{
    margin-left:0;
}
.navbar_type8 .logo img{
    padding:10px;
    width: 160px;
}
.navbar_type8 .nav_tab{
    padding-left:0;
    padding-right:0;
    flex:0 1 60%;
    justify-content: center;
}
.alter_nav{
    flex: 0 1 20%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
.alter_nav_ul{
    list-style-type: none;
    padding:0;
    margin:0;
    display:flex;
    justify-content: flex-start;
    align-items: center;
}
.alter_nav_ul li:first-child{
    font-size:16px;
    font-weight:400;
    color:#444444;
    margin-right:0.5rem;
}
html:lang(zh-Hans) .alter_nav_ul li:first-child{
    font-size:1vw;
}
.alter_nav_icon{
    width: 30px;
    object-fit: contain;
    margin: 0 0.2rem;
    transition:0.25s all linear;
}
.alter_nav_icon:hover{
    transform:scale(0.95);
}
.navbar_type8 .nav_tab .nav_item a{
    font-size: 1vw;
    padding: 15px 0.6vw;
    color:#000;
    font-weight:500;
}
.navbar_type8 .nav_tab .nav_item:hover a{
    color:#E2AE74;
}
.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_type8 .nav_tab .nav_item::before{
    display:none;
}
.dark_nav{
    background-color:#fff!important;
}
.navbar_mobile{
    background-color:#fff!important;
}
@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a{
        font-size:1.2vw;
        padding:15px 0.7vw;
    } 
    .navbar_type8{
        padding:0 1%;
    }
}

/*hp_banner*/
.index_wrapper_2{
    position:relative;
    background-color: #fbf8f3;    
}
.hp_video{
    margin: 3% 9%;
}
.hp_video .col-md-12{
    padding:0;
}

.hp_video_word{
    position: absolute;
    top: 0;
    left: 3%;
    bottom: 0;
    margin: auto 0;
    width: 1.5rem;
    object-fit: contain;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hp_video_word:before{
    position: absolute;
    content: "";
    bottom: 0;
    top: 14rem;
    left: 0rem;
    right: 0;
    width: 2px;
    height: 7rem;
    background-color: #E2AE74;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.pausebox i{
    position: absolute;
    bottom: 3%;
    right: 100px;
    font-size: 25px;
    background-color: #fff;
    border-radius: 1000px;
    padding: 1%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    margin: auto 0;
    cursor:pointer;
    z-index:1;    
}
.mutebox i{
    position: absolute;
    bottom: 3%;
    right: 35px;
    font-size: 25px;
    background-color: #fff;
    border-radius: 1000px;
    padding: 1%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    margin: auto 0;
    cursor:pointer;
    z-index:1;
}
.pausebox .fa-play{
    display:none;
}
.pausebox .fa-pause{
}
.mutebox .fa-volume-up{
    display:none;
}
.mutebox .fa-volume-mute{
}
@media screen and (max-width: 991.5px){
    .mutebox i,
    .pausebox i{
        font-size:15px;
        width:30px;
        height:30px;
    }
    .pausebox i{
        right:75px;
    }
}
@media screen and (max-width: 767.5px){
    .index_wrapper_2{
        background-color:transparent;
    }
    .hp_video{
        margin:0;
    }
    .pausebox i{
        font-size:12px;
        width: 30px;
        height:30px;
        bottom: 15px;
        right: 40px;
    }
    .mutebox i{
        font-size:12px;
        width: 30px;
        height:30px;
        bottom: 15px;
        right: 6px;
    }
    .hp_video_word{
        display:none;
    }
}

/*hp_about*/
.hp_about{
    background-image: url("https://cdn1.npcdn.net/img/1727851005ABOUT-BG.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding:6% 9%;
}
.hp_about .alter_nav{
    margin-top:1rem;
    justify-content: flex-start;
}
.hp_about .row{
    align-items: center;
}
.hp_about .col-md-12.col-lg-6:nth-child(2){
    padding-left:calc(1rem + 3%);
}
.hp_about_arrowbox ul{
    list-style-type: none;
    margin:1rem 0 0;
    padding:0;
    display:flex;
    justify-content: center;
    align-items: center;
}
.hp_about_arrowbox ul li{
    margin:0 0.5rem;
}
.hp_about_arrowbox ul img{
    width:40px;
    height:40px;
    object-fit: contain;
}
.hp_about_arrowbox ul img:active{
    transform:scale(0.98);
}
.hp_about_subtitle{
    color: #555;
    margin-bottom:4%;
}
.about_hr{
    position:relative;
    background-color: #E2AE74;  
}
.about_hr:before{
    position:absolute;
    content:"";
    top:-5px;
    width:5vw;
    left:0;
    height:5px;
    background-color:#E2AE74;
}
@media screen and (max-width: 991.5px){
    .hp_about .col-md-12.col-lg-6:nth-child(1){
        order:2;
    }
    .hp_about .col-md-12.col-lg-6:nth-child(2){
        order:1;
        padding-left:1rem;
    }    
    .hp_about_buttonbox{
        margin:6% 0% 12%;
    }
}
@media screen and (max-width: 767.5px){
    .hp_about{
        padding:12% 3% 21%;
    }
    .hp_about_subtitle{
        margin-bottom:9%;
    }
    .hp_about_buttonbox{
        margin:9% 0% 20%;
    }
}

/*hp_cat*/
.index_wrapper_4{
    position:relative;
    background:linear-gradient(to bottom,#f6f1eb,#efe8de);
    padding:6% 9% 12%;
}
.index_wrapper_4:before{
    position: absolute;
    content: "";
    top: -2.5rem;
    left: 0;
    right: 0;
    height: 5rem;
    width: 1px;
    background-color: #E2AE74;
    margin: 0 auto;
}
.index_wrapper_4 > .container-fluid{
    background-color: #fff;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.2);
    padding: 4% 0% 0%;
}
.hp_cat_title{
    margin-bottom:3%;
}
.hp_cat_arrowbox{
    position: absolute;
    bottom: -4rem;
    left: 0;
    right: 0;
}
.hp_cat_arrowbox ul{
    list-style-type: none;
    margin:0 0 0;
    padding:0;
    display:flex;
    justify-content: center;
    align-items: center;
}
.hp_cat_arrowbox ul li{
    margin:0 0.5rem;
}
.hp_cat_arrowbox ul img{
    width:40px;
    height:40px;
    object-fit: contain;
}
.hp_cat_arrowbox ul img:active{
    transform:scale(0.98);
}
.product_cat-11 .slick-arrow{
    display:none!important;
}
.product_cat-11 .hp_product_cat_slider .card{
    box-shadow:none;
    border-radius:0!important;
    border:1px solid transparent;
}
.product_cat-11 .hp_product_cat_slider .item::after{
    display:none;
}
.product_cat-11 .hp_product_cat_slider .item a:hover{
    color:#000;
}
.product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title{
    font-weight:500;
}
.product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title:first-child{
    display:none;
}
.product_cat-11 .hp_product_cat_slider .item a .wrapper_btn{
    display:none;
}
.product_cat-11 .hp_product_cat_slider .item .wrapper_brand{
    padding-top:120%;
}
.product_cat-11 .hp_product_cat_slider .item .wrapper_brand:hover img{
    width: 100%;
    height: 100%;
    transform:unset;
}
.product_cat-11 .hp_product_cat_slider .item .wrapper_brand img{
    object-fit: contain;
}
.product_cat-11 .hp_product_cat_slider .item .wrapper_brand .cat_img{
    display:none;
}

@media screen and (max-width: 767.5px){
    .index_wrapper_4{
        padding: 26% 6% 40%;
    }
    .index_wrapper_4 > .container-fluid{
        padding: 12% 0% 0%;
    }
    .hp_cat_title{
        padding: 0 15px;
        margin-bottom:9%;
    }
}

/*component - product listing*/
.productSlider-1{
    margin:0 6%;
}
.product_slider_c_0 .slick-arrow{
    display:none!important;
}
.productSlider-1 .product_img .product_box .product_img_frame img{
    object-fit:contain!important;
}
.productSlider-1 .slick-track .slick-slide{
    box-shadow:none;
}
.productSlider-1 .product_img .product_box h6{
	text-align: center;
}
.productSlider-1 .product_img .product_box a:hover{
   text-decoration: none; 
}
.productSlider-1 .product_img .product_box .content > p{
    display:none;
}
.productSlider-1 .product_img .product_box .content .align-top{
    display:none;
}


/*hp_skin*/
.hp_service{
    position:relative;
    background-color:#f9f4ee;
    padding:6% 9%;
}
.hp_service:before{
    position: absolute;
    content: "";
    top: -2.5rem;
    left: 0;
    right: 0;
    height: 5rem;
    width: 1px;
    background-color: #E2AE74;
    margin: 0 auto;
}
.hp_service:after{
    position: absolute;
    content: "";
    top: -150px;
    right: -150px;
    width: 300px;
    height: 300px;
    border: 2px solid #fff;
    border-radius: 10000px;
}
.hp_service .col-md-2{
    flex:0 0 20%;
    max-width:20%;
    padding:0;
}
.hp_service_box{
    padding:6% 3%;
}
.hp_service_box:hover{
    background-color:#fff;
    box-shadow:0px 0px 5px rgba(0,0,0,0.2);
}
.hp_service_title{
    margin-bottom:2rem;
}
.hp_service_link{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width:100%;
    pointer-events: none;
    cursor:unset;
}
.hp_service_link:hover{
    text-decoration: none;
}
.hp_service_link .content_all{
    color:#E2AE74;
    margin-bottom:1rem;
}
.hp_service_icon{
    width: 73%;
    margin: 0 auto 1rem;
}
.hp_service_button{
    opacity: 0;
}
.hp_service_box:hover .hp_service_button{
    display:block;
    opacity: 1;
}
.hp_service_box:hover .hp_service_icon{
    transform-origin:center;
    animation:j_shake 0.3s linear 0.1s 2;
}
.hp_service_social{
    padding:1% 2%;
    text-align: center;
}
@keyframes j_shake{
    25%{transform:rotate(2deg);}
    75%{transform:rotate(-2deg);}
}

@media screen and (max-width: 991.5px){
    .hp_service .row{
        justify-content: center;
    }
    .hp_service .col-md-2{
        flex:0 0 33.33%;
        max-width:33.33%;
    }
}
@media screen and (max-width: 767.5px){
    .hp_service{
        padding:21% 6% 12%;
    }
    .hp_service .col-md-2{
        flex:0 0 100%;
        max-width:100%;
    }
    .hp_service:after{
        top: -100px;
        right: -100px;
        width: 200px;
        height: 200px;
    }
}

/*hp_test*/
.index_wrapper_6{
    padding: 6% 9% 0% 0%;
}
.index_wrapper_6 .row{
    align-items: flex-end;
}
.index_wrapper_6 .col-md-12{
    padding:0;
}
.ex_hp_testimonialsType7 .testimonial .description{
    display:none;
}
.ex_hp_testimonialsType7 .testimonial .testimonial-content:before{
    display:none;
}
.ex_hp_testimonialsType7 .testimonial .testimonial-content:after{
    display:none;
}
.ex_hp_testimonialsType7 .testimonial .title{
    display:none;
}
.ex_hp_testimonialsType7 .testimonial .testimonial-content{
    aspect-ratio: 1;
}
.ex_hp_testimonialsType7 .testimonial .pic{
    border-radius: 0;
    margin:0;
}
.ex_hp_testimonialsType7 .testimonial .pic img{
    width: 20vw;
    height: 20vw;
    border-radius: 0;
    border: unset;
    object-fit: contain;
    aspect-ratio: 1;
}
.ex_hp_testimonialsType7 .testimonial{
    margin:0;
}
.ex_hp_testimonialsType7 > .container{
    padding:0;
    margin:0!important;
}
.ex_hp_testimonialsType7 .slick-prev{
    display:flex;
    left: -30px;
}
.hp_test2{
    padding: 0 0 2rem 1rem;
}
.hp_test_buttonbox{
    margin: 0 0 1rem 1rem;
}
#testimonial-slider{
    margin-bottom:0!important;
}
#testimonial-slider .slick-next{
display:flex;
    right: -30px;
}
#testimonial-slider .slick-prev:before{
	background-image:url("https://cdn1.npcdn.net/img/1727848663BUTTON-01.png");
	background-size:100%;
	background-position:center;
	background-repeat:no-repeat;
	text-shadow:unset;
	content:"";
	height:2vw;
	width:2vw;
} 
#testimonial-slider .slick-next::before{
	background-image:url("https://cdn1.npcdn.net/img/1727848670BUTTON-02.png");
	background-size:100%;
	background-position:center;
	background-repeat:no-repeat;
	text-shadow:unset;
    content:"";
    height:2vw;
	width:2vw;
}
#testimonial-slider .slick-dots{
    display:none!important;
}

@media screen and (max-width: 767.5px){
    .index_wrapper_6{
        padding: 12% 0% 0% 0%;
    }
    #index_6{
        order:2!important;
    }
    #index_7{
        order:1!important;
    }
    .hp_test_small{
        text-align: center;
    }
    .hp_test_title{
        text-align: center;
    }
    .ex_hp_testimonialsType7 .testimonial .pic img{
        width: 15rem;
        height: 15rem;
    }
    #testimonial-slider .slick-prev,
    #testimonial-slider .slick-next{
        width:35px;
        height:35px;
        top:37%;
    }
	#testimonial-slider .slick-prev::before,
	#testimonial-slider .slick-next::before{
		background-size:80%;
		width:10vw;
		height:10vw;
	}
    #testimonial-slider .slick-prev{
        left: 28px;
        z-index: 1001;
    }
    #testimonial-slider .slick-next{
        right: 25px;
    }
    .hp_test2{
        padding: 0 0 2rem 0rem;
    }
    .ex_hp_testimonialsType7 .testimonial .testimonial-content{
        aspect-ratio: unset;
    }
    .hp_test_buttonbox{
        margin:9% auto 20%;
        justify-content: center;
    }
}

/*hp_news*/
.index_wrapper_8{
	background-image:url("https://cdn1.npcdn.net/img/1727861029bg.jpg");
	background-size:cover;
	background-position:left;
	background-repeat:no-repeat;
    padding:6% 9%;
}
.hp_news_icon{
    width: 25px;
    margin: 0 auto 1rem;
    display: block;
    object-fit: contain;
    animation:rotateX 2s linear infinite;
}
.hp_news_buttonbox{
    margin:3% 0% 3%;
}
.hp_latest_new_8 .news_box .img_frame{
    border-radius:10px;
    padding-top:100%;
}
.hp_latest_new_8 .news_box .img_frame img{
    object-fit: contain;
}
.hp_latest_new_8 .news_box .read_more{
    display:none;
}
.hp_latest_new_8 .news_box .date{
    opacity: 1;
    text-align: left!important;
}
.hp_latest_new_8 .news_box > div:nth-child(1){
    margin-bottom:1rem;
}
.hp_latest_new_8 .news_box .title:hover{
    color:#333;
}

@media (max-width: 767.5px) {
    .index_wrapper_8{
        padding: 20% 3% 6%;
    }
    .hp_news_buttonbox{
        margin:9% 0% 15%;
    }
    .hp_latest_new_8 .news_box{
        padding:0;
    }
}

/*hp_photo*/
.index_wrapper_9{
    padding:6% 9% 6%;
}
.hp_photo_icon{
    width: 25px;
    margin: 0 auto 1rem;
    display: block;
    object-fit: contain;
    animation:rotateX 2s linear infinite;
}

#main_index .hp_photoGallerySliderWithTitle {
    background-color: transparent;
    margin-top: 30px;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery {
    padding: 0;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-slide {
    padding: 30px 0;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box {
    padding: 0 7.5px;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-current.slick-center .outline_box {
    transform: scaleY(1.15);
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box .gallery_box img {
    border-radius: 0px;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box p {
    display: none;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-dots {
    display: none!important;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev {
    left: -5%;
    z-index: 10;
    width: 40px;
    height: 40px;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev::before {
    width: 40px;
    height: 40px;
	background-image:url("https://cdn1.npcdn.net/images/img_1a8p4o_1734332352.png?md5id=84648eaca6a7fc8394fbdb9cf07fd236&new_width=69&new_height=69&type=4");
    opacity: 1;
    text-shadow: none;
    filter: unset;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-next {
    right: -5%;
    z-index: 10;
    width: 40px;
    height: 40px;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-next::before {
    width: 40px;
    height: 40px;
	background-image:url("https://cdn1.npcdn.net/images/img_xar6go_1734332352.png?md5id=84648eaca6a7fc8394fbdb9cf07fd236&new_width=69&new_height=69&type=4");
    opacity: 1;
    text-shadow: none;
    filter: unset;
}
@media (max-width: 1200px) {
}
@media (max-width: 991.5px) {
    .hp_photoGallerySliderWithTitle  .container-fluid .row .col-12 > .container{
        max-width:100%;
    }    
}
@media (max-width: 767.5px) {
    .index_wrapper_9{
        padding:12% 3% 12%;   
    }
    #main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev {
    top: 12rem;
    right: 15%;
    }
    #main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-next {
    top: 12rem;
    }
    #main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-slide{
        padding:0;
    }
}

/*hp_google*/
.index_wrapper_10{
    padding:0 0 6%;
}
.hp_google_icon{
    width: 25px;
    margin: 0 auto 1rem;
    display: block;
    object-fit: contain;
    animation:rotateX 2s linear infinite;
}

@media (max-width: 767.5px) {
    .index_wrapper_10{
        padding:12% 9% 12%;
    }    
}

/*footer*/
.footer_type6{
    background-color:#E2AE74;
}
.footer_type6 .logo{
    min-height:80px;
}
.footer_type6 .logo img{
    max-height: 80px;
    padding: 3px;
    border-radius:5px;
    filter:brightness(0) invert(1);
    /*filter: drop-shadow(1px 1px 4px rgba(255, 255, 255, 0.8));*/
}
.npfooter_languagebar .text-muted{
    color:#fff!important;
}
.npfooter_languagebar{
    color:#fff;
}
.footer_type6 .line{
    display:none;
}
.platinum_website_visitor{
    color:#fff; 
}
.footer_type6 .copy_right{
    color:#fff;
}
.platinum_website_visitor{
	color:#fff;
}
.copy_right small{
    color:#fff;
}
@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;
    }
}