/*All*/
#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;
}

.breakspan{
    display:block;
}
.section_all{
    padding:80px 0;
}
.section_half{
    padding:80px 0 0;
}
.small_all{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #000;
}
.title_all{
    font-family: "Archivo";
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 1rem;
    line-height: 1;
    color: #000;
}
.subtitle_all{
    font-size:18px;
    font-weight:400;
    margin-bottom:1rem;
    line-height:1.5;
    color:#000;
}
.content_all{
    font-size:16px;
    font-weight:400;
    margin-bottom:0;
    line-height:1.3;
    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;
    object-fit:contain;
}
.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;
}
.button_all{
    border:1px solid #3498db;
    border-radius: 1000px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    width: 180px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #3498db;
    transition: 0.25s all linear;
}
.button_all span{
    position: relative;
    margin-left:-24px;
}
.button_all span:before{
    position: absolute;
    content:">>";
    top:0;
    bottom:0;
    right:-24px;
    margin:auto 0;
    color:#fff;
}
.button_all:hover{
    color:#3498db;
    background-color:transparent;
    text-decoration: none;
    transform:scale(0.98);
}
.button_all:hover span:before{
    color:#3498db;
    transition:0.25s all linear;
}
.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_color3{
    color:#3498db;
}
.c_color4{
    color:#f8b121;
}
.c_stroke{
    color: black;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}
.c_dflex{
    flex-direction:column;   
}
@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: 33px;
        line-height: 1.2;
    }
    .subtitle_vw{
        font-size:18px;
    }
    .content_vw{
        font-size:16px;
    }
}

/*navbar*/
.navbar_type8{
    height:100px;
}
.navbar_type8 .logo{
    margin-left:9%;
}
.navbar_type8 .logo img{
    width:100px;
    padding:0px;
    height:100px;
}
.navbar_type8 .nav_tab{
    padding-right:9%;
}
.navbar_type8 .nav_tab .nav_item a{
    font-size:1vw;
    font-weight: 500;
    padding: 7.5px 1.8vw;
    color:#282828;
    text-transform: capitalize;
}
.navbar_type8 .nav_tab .nav_item:nth-last-child(2) a{
    border:2px solid #3498db;
    border-radius: 1000px;
}
.navbar_type8 .nav_tab .nav_item a:hover{
    color:#3498db;
}
.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 .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;
}
.navbar_mobile .logo_img{
    transform:scale(1.4);
}

.dark_nav{
    background-color:#fff!important;
}

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a{
        font-size:1.2vw;
    } 
}

/*Search Bar Search*/
.hp_search_icon{
    width:30px;
    filter:brightness(0) invert(1);
}
#main_index .navbar_type8 .hp_search_icon{
    /*filter:brightness(0) invert(1);    */
}
.boxSearch {
    display: none; 
    position: absolute;
    top: 60px;
    right: 9%;
}
.nav_search .search_button {
    background-color: #3498db;
    color: #fff;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 100%;
}
.nav_search input {
    border:3px solid #3498db!important;
    background: #fff;
    width: 300px;
    height: 45px;
    border: 0;
    box-shadow: none;
    padding: 0px 50px 0px 25px;
    border-radius:5px;
    border-radius: 0;
    max-height: 45px;
    caret-color:#f8b121;
    font-weight:500;
    letter-spacing: 1px;
    color:#f8b121;
}
.nav_search input::placeholder{
    color:#f8b121;
    font-weight:500;
    letter-spacing: 1px;
}
.nav_search {
    flex-grow: 1;
    display: flex;
    position: relative;
    max-width: 300px;
    align-self: center;
    border: 1px solid #e0dede;
    box-shadow: 0 0 7px rgb(191 191 191/65%);
}



.btnClose{
    display: none;

}
#closeIcon{
    display: none;
}
 .searchWrapper img{
     font-size: 20px;
    color: #c7996d;
    margin-left: 25px;
}
.searchBar{
    width: 100%;
    margin: 0 auto;
}
.searchBar input{
    width: 100%;
    font-size: 1rem;
    border: 0;
    background: 0 0;
    box-shadow: none;
    padding-left: 1.75rem;
    padding-right: 0.75rem!important;
    position: relative;
}
.row_searchBarWrapper{
    width: 100%;
    z-index: 99999;
    position: relative;
    height: 120px;
    left: 0;
    top: 0;
    background: #fff;
}

.btnSearch{
    cursor: pointer;
    color:#000;
    font-family: "Alice";
    font-size: 1vw;
    padding: 0;
    margin:15px 1vw;
    font-weight: 400;
    color: #444;
    border: 1px solid #3498db;
    border-radius: 1000px;
    background-color: #3498db;
}
.searchBar{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.searchBar form {
    width: 100%;
    display: block;
    padding: 0.6rem 1rem;
    position: relative;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #60697b;
    background-color: #fefefe;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.4rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.searchBar i{
    font-size: 1.2rem;
}
button:focus {
    outline: unset;
}
.searchBar button {
    font-size: 1.05rem;
    width: 2rem;
    height: 2rem;
    line-height: 1.8rem;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    border: unset;
    box-shadow: none;
    transition: background .2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}
.searchBarWrapper{
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
}
.hp_topspace_sticky-menu{
    filter:brightness(0) invert(1)!important;
}
.navbar_type8 .nav_tab .search::before{
    display:none;
}


/*hp_banner*/
.index_wrapper_2{
    position: relative;
    margin-top:-40px;
}
.slider_banner .banner_content{
    overflow:hidden;
}
.hp_banner{
    position: relative;
    left: 15%;
    top: 50%;
    transform: translate(0, -50%);
    width: calc(100% - 15%);
}
.index_wrapper_2:before{
    position: absolute;
    content: "";
    bottom: -5vw;
    left: 0%;
    right: 0;
    width: 100%;
    height: 10vw;
    background-color: #fff8e6;
    border-top: 10px solid #3498db;
    z-index: -1;
}
.hp_banner_box{
    overflow:hidden;
}
.hp_banner_title{
    font-family:"Archivo";
    font-size: 3.2vw;
    font-weight: 900;
    line-height: 0.8;
    color: #000;
    margin-bottom:2rem;
}
.hp_banner_title span{
    font-size:3.8vw;
}
.hp_banner_subtitle{
    font-size:1.2vw;
    font-weight:400;
    line-height:1.5;
    color:#000;
}
.hp_banner_content{
    font-size:1vw;
    font-weight:400;
    line-height:1.5;
    color:#333;
}
.hp_banner .hp_banner_image{
    width:30%!important;
}
.hp_banner_buttonbox{
    display:flex;
    justify-content: flex-start;
    align-items: center;
    margin-top:4%;
}
.hp_banner_button{
    border:1px solid #3498db;
    border-radius: 1000px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    width: 180px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #3498db;
    transition: 0.25s all linear;
}
.hp_banner_button span{
    position: relative;
    margin-left:-24px;
}
.hp_banner_button span:before{
    position: absolute;
    content:">>";
    top:0;
    bottom:0;
    right:-24px;
    margin:auto 0;
    color:#fff;
}
.hp_banner_button:hover{
    color:#3498db;
    background-color:#fff;
    text-decoration: none;
    transform:scale(0.98);
}
.hp_banner_button:hover span:before{
    color:#3498db;
    transition:0.25s all linear;
}
.hp_banner_content.janimate{
    animation-delay: 0.25s;
}
.hp_banner_buttonbox.janimate{
    animation-delay: 0.5s;
}
@media screen and (max-width: 1200.5px){
    .hp_banner_content{
        font-size:1.2vw;
    }
}
@media screen and (max-width: 991.5px){
    .index_wrapper_2{
        margin-top:0;
    }
    .hp_banner_content{
        font-size:1.5vw;
    }
}
@media screen and (max-width: 767.5px){
    .index_wrapper_2 .item>img{
    	min-height:75vw!important;
    	object-fit:cover;
    }
    .index_wrapper_2:before{
        bottom:0;
    }
    .hp_banner{
        left:0%;
        top:40%;
        width:calc(100% - 0%);
    }
    .hp_banner_title {
        line-height: 1;
        font-size: 5vw;
        margin-bottom: 0.5rem;
    }
    .hp_banner_title span {
        font-size: 6vw;
    }
    .hp_banner_content{
        font-size:3vw;
        width:50%;
    }
    .hp_banner_content br{
        display:none;
    }
    .hp_banner_button{
        font-size: 12px;
        width: 130px;
        height: 25px;
    }
}

/*hp_about*/
.hp_about{
    background-color:#fff8e6;
    position: relative;
    padding:60px 0 120px;
}
.hp_about_icon{
    position: absolute;
    bottom:0;
    left:0;
    width:11vw;
    animation: beat 10s infinite;
}

@keyframes beat {
    0%,50%, 100% {
        transform: scale(1);
    }
    1%,51%{transform: scale(1.1);}
    2%,52%{transform: scale(1);}
    3%,53%{transform: scale(1.1);}
    4%,54%{transform: scale(1);}
}

@media screen and (max-width: 991.5px){
    .hp_about_content{
        padding-top:2rem;
    }
}
@media screen and (max-width: 767.5px){
    .hp_about{
        padding:35px 0 120px;
    }
    .hp_about_title br{
        display:none;
    }
    .hp_about_icon{
        width:32vw;
    }
}

/*hp_pro*/
.index_wrapper_4{
    position: relative;
    padding:60px 0;
    background-color:#fde8e5;
}
.index_wrapper_4:before{
    position:absolute;
    content:"";
    bottom:-1vw;
    right: 3vw;
    width: 16vw;
    height: 19vw;
	background-image:url("https://cdn1.npcdn.net/images/c_pic_08_CjWTSZGB_1763950625.png?md5id=718866c6b801cac6478a5ad7fbf1d14c&type=4");
	background-size:100%;
	background-position:center;
	background-repeat:no-repeat;
    animation: dance 8s infinite ease-in-out;
}
.hp_pro{
    margin-bottom:2rem;
}
.hp_pro .row{
    align-items: center;
}
.hp_pro_small{
    margin-bottom:0;
}
.hp_pro_buttonbox{
    margin:0;
}

@keyframes dance {
    0% {
   transform: translateX(0) rotate(0deg);
 }
    25% {
      transform: translateX(-20px) rotate(-15deg);
    }
    50% {
   transform: translateX(0) rotate(0deg);
    }
    75% {
   transform: translateX(20px) rotate(15deg);
    }
    100% {
   transform: translateX(0) rotate(0deg);
    }
}

/*component - poduct listing*/
.productSlider-1 .slick-track{
    padding:1rem 0 0;
}
.productSlider-1 .slick-track .slick-slide{
    overflow: hidden;
    position: relative;
}
.productSlider-1 .slick-track .slick-slide{
    transition:0.25s all linear;
}
.productSlider-1 .slick-track .slick-slide:hover{
    transform:translate(0,-1rem);
}
.productSlider-1 .slick-track .slick-slide:before{
    position: absolute;
    content:"";
    bottom:0;
    left:0;
    right:0;
    height: 7.5px;
    width:100%;
    background-color:#f9918f;
    transition:0.25s all linear;
}
.productSlider-1 .slick-track .slick-slide:hover:before{
    background-color:#3498db;
}
.productSlider-1 .product_img .product_box .product_img_frame{
    transform:scale(0.9);
    border-radius: 10px;
    border:1px solid #f2f2f2;
}
.productSlider-1 .product_img .product_box .product_img_frame img{
    object-fit:contain!important;
}
.productSlider-1 .slick-track .slick-slide{
    box-shadow:0px 0px 10px rgba(0,0,0,0.2);
}
.productSlider-1 .product_img .product_box{
    position: relative;
    margin:0;
    border:0 solid transparent;
}
.productSlider-1 .product_img .product_box h6{
	font-size:1vw;
	font-weight:400;
	text-align: center;
	color:#282828;
}
.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{
    padding-bottom: 0.5rem;
}
.productSlider-1 .product_img .product_box .content .align-top a,
.productSlider-1 .product_img .product_box .content .align-top p{
	color:#555;
	font-weight: 300;
	font-size:12px;
}

.productSlider-1 .product_img .slick-prev{
    left: -30px;
    border: 1px solid #3498db;
    color: #fff;
    background-color: #3498db;
    border-radius: 5px;
}
.productSlider-1 .product_img .slick-next{
    right: -30px;
    border: 1px solid #3498db;
    color: #fff;
    background-color: #3498db;
    border-radius: 5px;
}
.productSlider-1 .product_img .slick-prev::before{
	text-shadow:unset;
	color:#fde8e5;
} 
.productSlider-1 .product_img .slick-next::before{
	text-shadow:unset;
	color:#fde8e5;
}

@media screen and (max-width: 991.5px){
    .productSlider-1 .product_img .product_box h6{
        font-size:1.2vw;
    }
}

@media screen and (max-width: 767.5px){
	.productSlider-1 .product_img .slick-prev::before,
	.productSlider-1 .product_img .slick-next::before{
		background-size:80%;
	}
    .productSlider-1 .product_img .product_box h6{
        font-size:14px;
    }
    .productSlider-1 .product_img .slick-prev{
        left: 5px;
    }
    .productSlider-1 .product_img .slick-next{
        right: 5px;
    }
    .hp_pro_buttonbox{
        justify-content: flex-start;
        margin-top:2rem;
    }
    .index_wrapper_4{
        padding:60px 0 90px;
    }
    .index_wrapper_4 .generated_col{
        padding:0;
    }
    .index_wrapper_4:before{
        right: 7vw;
    }
}

/*component - product category*/
.product_cat-11 .hp_product_cat_slider .item{
    padding:2%;
}
.product_cat-11 .hp_product_cat_slider .item .wrapper_brand img{
    object-fit: contain;
}
.product_cat-11 .hp_product_cat_slider .item::after{
    background-color:#f9918f;
}
.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_title .category_title:last-child{
    font-size:14px;
    font-weight:400;
    color:#000;
    margin-bottom: 0.5rem;
}
.product_cat-11 .hp_product_cat_slider .item a .wrapper_btn .view_btn{
    font-size: 14px;
    margin-bottom: 2rem;
}

/*component - Product brand*/
.hp_brandSlide .ex_brandSlide_slider_banner .item .wrapper_brand{
    padding-top:unset;
    height: auto;
    aspect-ratio: 1.5/1;
    background-color:#fff;
}
.hp_brandSlide .ex_brandSlide_slider_banner .item .wrapper_brand img{
    object-fit: contain;
    width: 90% !important;
    height: 90% !important;
}
.hp_brandSlide .slick-arrow{
    z-index: 1;
    width: 40px;
    background-color: #000;
    height: 40px;
}
.hp_brandSlide .slick-prev{
    left:-35px;
}
.hp_brandSlide .slick-next{
    right:-35px;
}
.hp_brandSlide .slick-arrow::before{
    color: #fff;
    text-shadow: 0px 0px 0px transparent;
    padding: 0.8rem;
    border-radius: 1000px;
}
.hp_brandSlide .slick-arrow::after{
    color: #fff;
    text-shadow: 0px 0px 0px transparent;
    padding: 0.8rem;
    border-radius: 1000px;
}

@media screen and (max-width: 767.5px){
    .hp_brandSlide .slick-prev{
        left:-5px;
    }
    .hp_brandSlide .slick-next{
        right:-5px;
    }    
    .hp_brandSlide .container-fluid{
        padding:0 0.5rem!important;
    }
}

/*hp_brand*/
.hp_brand{
    background-color:#ede6ed;
    padding:60px 0;
}
.hp_brand_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 60%;
    margin: 2rem auto 0;
}
.hp_brand_image {
    width: 25%;
    height: 80px;
    margin: 0.5rem 0;
    object-fit: contain;
}
.hp_brand_icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 25vw;
    animation: drawslow 4s linear forwards infinite;
}
@keyframes drawslow {
    0% {
        clip-path: inset(0 100% 0 0);
    }
    50% {
        clip-path: inset(0 0 0 0);
    }
    100% {
        clip-path: inset(0 0 0 0);
    }
}

@media screen and (max-width: 767.5px){
    .hp_brand_box {
        margin-top: 0;
        width: 94%;
        margin-left: 3%;
    }
    .hp_brand_image {
        width:50%;
    }
    .hp_brand_icon{
        width:33vw;
    }
}

/*hp_news*/
.index_wrapper_6{
    padding:60px 0;
}

/*component - News*/
.latest_new_type4 .container-fluid .row{
    display:none;
}
.latest_new_type4 .container-fluid .row.latestnewsAjax{
    display:flex;
}
.latest_new_type6 .news_box .news_box_content{
    background-color:#efefef;
}
.latest_new_type6 .news_box .date{
    color:#000;
}
.latest_new_type6 .news_box .badge-primary{
    background-color:#000;
}

/*footer*/
.footer_type12{
    background-color:#f9f9f9;
}
.footer_type12 p,
.footer_type12 h2,
.footer_type12 a,
.footer_type12 a:hover,
.footer_type12 .footer_subtitle,
.footer_type12{
    color:#333;
}
.footer_type12 .line{
    background-color:#3498db;
}
.footer_type12 .footer_subtitle{
    font-weight:700!important;
}
.footer_type12 i{
    color:#3498db;
}
.footer_type12 .title{
    
}
.footer_type12 .copy_right,
.npfooter_languagebar .text-muted,
.platinum_website_visitor,
.npfooter_languagebar,
.copy_right small,
.footer_type12 .privacy_policy:hover,
.footer_type12 .mb-1{
    color:#333!important;
}
.footer_type12 .social_media a .icon_s img{
    filter:brightness(0) invert(1)!important;
}
.footer_type12 .social_media a:hover .icon_s i {
    color: #333;
}
.footer_langbar_item{
    color:#fff!important;
}
.footer_type12 .input-container input, .footer_type12 .input-container label{
    color:#000;
    border:1px solid #3498db;
    caret-color:#000;
}
.footer_type12 .input-container .submit{
    border:1px solid #3498db;
    color:#333;
}
.alter_sub_title{
    margin-bottom:0!important;
}
.alter_sub_title .subscribe_new{
    font-family: "Archivo";
    font-weight:700;
    margin-bottom:0;
    text-transform: uppercase;
    font-size: 40px;
}
.alter_col1 .row{
    align-items: center;
}

@media screen and (max-width: 991.5px){
    .alter001 p{
        text-align: center;
    }
    .footer_type12 input::placeholder{
        font-size:12px;
    }
    .alter_sub_title .subscribe_new{
        font-size:33px;
    }
}
@media screen and (max-width: 767.5px) {
    .alter_sub_title .subscribe_new {
        font-size: 28px;
        margin-bottom: 1rem !important;
    }
}

/*mobile side-navbar*/
.side_menu .footer_langbar_item{
    color:#fff!important;
}