/*All*/
#main_index{
    padding-bottom:0rem!important;
    overflow:hidden;
    background-color:#fff4ee;
}
#main_index h1,
#main_index h2,
#main_index h5{
    cursor:default;
}

.m_default_languagebar .footer_langbar_item{
    color:#fff;
}

.small_all{
    font-size:16px;
    font-weight:400;    
    margin-bottom:1rem;
    color:#000;
}
.title_all{
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 1rem;
    line-height: 1.2;
    color: #3a001e;
}
.subtitle_all{
    font-size:18px;
    font-weight:800;
    margin-bottom:1rem;
    line-height:1.3;
    color:#000;
}
.content_all{
    font-size:14px;
    font-weight:400;
    margin-bottom:0;
    line-height:1.5;
    color:#3a001e;
}
.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{
    position:relative;
    display:inline-flex;
    align-items:center;
    justify-content:center;

    text-decoration:none;

    font-family:'Montserrat',sans-serif;

    padding-top:0px;
    padding-bottom:0px;
    padding-left:0px;
    padding-right:0px;

    font-size:14px;
    font-weight:700;
    letter-spacing:0px;

    border-radius:0px;

    border:0px solid #ffffff;

    background:transparent;
    color:#000000;

    transition:
    transform .3s ease,
    background .3s ease,
    background-color .3s ease,
    color .3s ease,
    border .3s ease,
    border-color .3s ease;
}
.button_all span{
    position:relative;
    display:inline-block;
}
.button_all span:after{
    position:absolute;
    content:"";
    top:0;
    bottom:0;
    margin:auto 0;

    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
}
.button_all span:after{
    background-color: #fd6949;
    border: 8px solid #fd6949;
    border-radius: 1000px;
    width: 30px;
    height: 30px;
    right: -39px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-image:url(https://cdn1.npcdn.net/images/c_btn_rd9pwz_1779153945.png?md5id=65c96426005efcd873dd2a5fd00d3c36&new_width=1000&new_height=1000&type=4);
}
.button_all:hover{
    transform:scale(0.95);
    background-color:transparent;
    color:#fd6949;
    border:0px solid #ffffff;
    text-decoration:none;
}
.c_lineHi{
    line-height:1.8;
}
.text_center{
    text-align:center;
}
.c_color1{
    color:#fff;
}
.c_color2{
    color:#000;
}

@media screen and (max-width: 767.5px){
    .title_all {
        font-size: 30px;
    }
}


/*category page*/
.category_list_type4 .category_box .img_frame img{
    object-fit: contain;
}

/*Product page*/
.product_list_5 .product_box .img_frame img{
    object-fit: contain;
    background-color:#fff;
}

/*product details page*/
#main_showproducts .product_detail .mainFunction{
    display: none;
}
#main_showproducts .product_detail hr{
    display: none;
}

/*tag page*/
.product_list_horizontal .product_box .img_frame img{
    object-fit: contain;
    background-color:#fff;
}

@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;
    }
}

/*photo page*/
.gallerycategory .img_frame img{
    object-fit: contain;
}
.ws_gallery-2 .img_frame img{
    object-fit: contain;
}

/*news page*/
.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;
}

#toTop{
    display: none!important;
}
.tototop{
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    cursor: pointer;
    z-index: 1;
    border-radius: 1000px;
    border:1px solid transparent;
    transition:0.25s all linear;
}
.tototop:hover{
    border:1px solid #fd6949;
    transform:translate(0,-0.5rem);
}
.thinkcat{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 8vw;
    object-fit: contain;
    height: 8vw;
    z-index: 500;
}
.thinkcat:before{
    position: absolute;
    content: "";
    top: -0.5rem;
    left: 3vw;
    width: 0.75rem;
    height: 0.75rem;
    background-color: #25d366;
    border-radius: 1000px;
    animation: sliderShape 5s linear infinite;
}
.whatsapp_float_btn{
    left:2vw;
}

@keyframes sliderShape{
    0%,100%{
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    transform: translate3d(0,0,0) rotateZ(0.01deg);
    }
    34%{
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    transform:  translate3d(0,5px,0) rotateZ(0.01deg);
    }
    50%{
    transform: translate3d(0,0,0) rotateZ(0.01deg);
    }
    67%{
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60% ;
    transform: translate3d(0,-3px,0) rotateZ(0.01deg);
    }
}


@media screen and (max-width: 768px) {
    .thinkcat{
        display: none;
    }
}
@media screen and (max-width: 767.5px) {
    .tototop{
        bottom:4rem;
    }
}



/*navbar*/
.navbar_type11_right .logo_frame img{
    top: 19%;
}
.navbar_type11_right .logo_frame{
    padding-top: 80px;
    animation: beat 10s infinite;
}
.navbar_type11_right .right_menu{
    right:3%;
}
.navbar_type11_right .menu_btn{
    position: relative;
    transform: scale(0.8);
}
.navbar_type11_right .menu_btn:before{
    position: absolute;
    content: "";
    width: 11.5rem;
    height: 3.5rem;
    z-index: -1;
    left: -7rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-color: #000;
    border-radius: 1000px;
}
.navbar_type11_right .menu_btn:after{
    position: absolute;
    content: "Explore";
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    left: -5.5rem;
}
.navbar_type11_right .menu_btn .bar1, .navbar_type11_right .menu_btn .bar2, .navbar_type11_right .menu_btn .bar3{
    background-color:#fff;
}

.navbar_mobile{
    background-color:#fff;
}
.navbar_mobile .logo_img{
    transform:scale(1.3);
}
.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_type11_right .menu a,
.navbar_type11_right .menu li,
.navbar_type11_right .menu strong{
    color:#000!important;
}

.navbar_type11_right .menu .level_1 ul li{
    transition:0.25s all linear;    
    position: relative;
    margin-left: 1.5rem;
    font-weight: 500;
}
.navbar_type11_right .menu .level_1 ul li:before{
    content: "";
    background-image: url("https://cdn1.npcdn.net/images/a_300x300_ubhm3e_1779153944.png?md5id=65c96426005efcd873dd2a5fd00d3c36&type=4");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    bottom: 6px;
    left: -43px;
    margin: auto 0;
    opacity: 0;
}
.navbar_type11_right .menu .level_1 ul li:hover:before{
    opacity: 1;
}
.side_menu .list-group .list-group-item a div{
    transition:0.25s all linear;    
    position: relative;
    margin-left: 1.5rem;
    font-weight: 500;
}
.side_menu .list-group .list-group-item a div:before{
    content: "";
    background-image: url("https://cdn1.npcdn.net/images/a_300x300_ubhm3e_1779153944.png?md5id=65c96426005efcd873dd2a5fd00d3c36&type=4");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    bottom: 6px;
    left: -43px;
    margin: auto 0;
    opacity: 1;
}
.side_menu .list-group .list-group-item a div:before{
    opacity: 1;
}
.side_menu.show{
    background-color:#3a001e;
}

/*.hp_topspace_sticky-menu:before{*/
/*    position: fixed;*/
/*    content:"";*/
/*    top:0;*/
/*    left:0;*/
/*    right:0;*/
/*    width:100%;*/
/*    height:100px;*/
/*    background-color:#fff4ee ;*/
/*    z-index:500;*/
/*}*/
/*#main_index .hp_topspace_sticky-menu:before{*/
/*    background-color:#fff;*/
/*}*/

@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: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a{
        font-size:1.2vw;
        padding:15px 1.1vw;
    } 
}
@media screen and (max-width: 991.5px){
    .navbar_type11_right .logo_frame{
        display: none;
    }
    .navbar_type11_right .right_menu{
        display: none;
    }
}

/*hp_banner*/
.slider_banner .banner_content{
    overflow:hidden;
}
.hp_banner{
	position:relative;
	left:9%;
	top:50%;
	transform:translate(0,-50%);
    width:calc(100% - 18%);
}
.hp_banner .hp_banner_title{
    width: 60% !important;
    margin: 0 auto;
    display: block;
}
.hp_banner_scroll{
    position: relative;
    text-align: center;
    font-size: 1vw;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    margin: 3vw 0 4vw;
    cursor:pointer;
}
.hp_banner_scroll:before{
    position: absolute;
    content: "";
    bottom: -3vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 2vw;
    height: 5vw;
    background-image:url("https://cdn1.npcdn.net/images/b_banner_drop_8pzyug_1779153944.png?md5id=65c96426005efcd873dd2a5fd00d3c36&type=4");
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}

.hp_banner .hp_banner_icon{
    width: 8vw !important;
    cursor:pointer;
    margin: 0 auto; 
    transform:scale(1);
}

@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:80vw!important;
    	object-fit:cover;
    }
    .hp_banner{
        top: 43%;
        left:0%;
        width:calc(100% - 0%);
    }
    .hp_banner .hp_banner_title{
        width:90%!important;
    }
    .hp_banner_scroll{
        font-size: 4vw;
        margin: 2vw 0 9vw;
    }
    .hp_banner_subtitle{
        font-size:4vw;
    }
    .hp_banner_content{
        font-size:4vw;
    }
    .hp_banner_scroll:before{
        width: 6vw;
        height: 15vw;
        bottom: -9vw;
    }
    .hp_banner .hp_banner_icon{
        width:20vw!important;
    }
}

/*hp_mas*/
.hp_mas{
    overflow: hidden;
    margin-top: -3rem;
}
.hp_mas .col-md-12{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    flex-wrap: nowrap;
    width: max-content;
    animation-name: hpMasMove;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    will-change: transform;
}
.hp_mas_box,
.hp_mas_clone{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    flex: 0 0 auto;
}
.hp_mas_box p,
.hp_mas_clone p{
    position: relative;
    padding-left: 3rem;
    font-weight: 800;
    font-size: 35px;
    color: rgba(255,255,255,0.5);
    margin-bottom:0;
}
.hp_mas_box p:before,
.hp_mas_clone p:before{
    position: absolute;
    content:"";
    top:0;
    bottom:0;
    left:1rem;
    background-image:url("https://cdn1.npcdn.net/images/b_running_logo_deco_rlkcmw_1779153945.png?md5id=65c96426005efcd873dd2a5fd00d3c36&type=4");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto 0;
    width: 16px;
    height: 16px;
}
.hp_mas_box > *,
.hp_mas_clone > *{
    flex: 0 0 auto;
    white-space: nowrap;
    box-sizing: border-box;
}
.hp_mas_box img,
.hp_mas_clone img{
    display: block;
    height: auto;
    max-width: none;
}

@keyframes hpMasMove{
    from{
        transform: translate(0, 0);
    }
    to{
        transform: translate(var(--hp-mas-move), 0);
    }
}

@media screen and (max-width: 767.5px){
    .hp_mas_box p, .hp_mas_clone p{
        font-size:20px;
    }
    .hp_mas{
        margin-top: -2rem;
    }
}

/*hp_about*/
.hp_about{
    position: relative;
    padding:150px 9% 90px;
}
.hp_about:before{
    position: absolute;
    content:"";
    top: 70px;
    left:0;
    width: 50vw;
    height: 26vw;
    background-image:url("https://cdn1.npcdn.net/images/c_img_z7cmqb_1779153945.png?md5id=65c96426005efcd873dd2a5fd00d3c36&type=4");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}
.hp_about:after{
    position: absolute;
    content: "";
    bottom: 42px;
    right: 10vw;
    width: 7vw;
    height: 7vw;
    background-image:url("https://cdn1.npcdn.net/images/c_fish_37h9k2_1779153945.png?md5id=65c96426005efcd873dd2a5fd00d3c36&type=4");
    background-size:100%;
    background-position:center;
    background-repeat:no-repeat;

}
.hp_about .title_all{
    transform:translate(9vw,-3vw);
}
.hp_about .btnbox_left{
    display: none;
}

@media screen and (max-width: 991.5px){
    .hp_about .title_all {
        transform: translate(0, 0);
    }
    .hp_about:before{
        width: 38vw;
        height: 19vw;
        top: unset;
        bottom: 0;
    }
    .hp_about:after{
        width: 12vw;
        height: 8vw;
        bottom: 20px;
        right: 18vw;
    }
}
@media screen and (max-width: 991.5px){
    .hp_about{
            padding: 150px 9% 115px;
    }
}
@media screen and (max-width: 767.5px){
    .hp_about {
        padding: 40px 0% 90px;
    }
    .hp_about:before {
        width: 37vw;
        height: 19vw;
        top: unset;
        bottom: -4vw;
    }
    .hp_about:after {
        width: 20vw;
        height: 15vw;
        bottom: 20px;
        right: 10vw;
    }
}

/*hp_cat*/
.index_wrapper_5{
    position: relative;
    padding:0px 9%;
}
.index_wrapper_5:before{
    position: absolute;
    content: "";
    top: 14vw;
    right: 0;
    width: 9vw;
    height: 17vw;
    background-image:url("https://cdn1.npcdn.net/images/c_bg2_l5riuz_1779153945.png?md5id=65c96426005efcd873dd2a5fd00d3c36&type=4");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}
.index_wrapper_5 > .container-fluid:first-child{
    position: relative;
    z-index:1;
    border-radius: 10px;
    background-color: #fd6949;
    padding: 90px 9%;
}
.hp_cat .title_all{
    margin-bottom:2rem;
}
.product_cat-10 .wrapper_product_category{
    margin-bottom:2rem;
}
.product_cat-10 .wrapper_product_category h3{
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}
.product_cat-10 .wrapper_product_category a .mt-3:last-child{
    display: none;
}
.hp_cat2 .button_all{
    background-color:#000;
    width:100%;
    color:#fff;
    padding:15px 0;
    border-radius: 5px;
}
.hp_cat2 .button_all span:after{
    background-color:#fff;
    border-color:#fff;
    background-image:url("https://cdn1.npcdn.net/images/d_btn_5e29vm_1779153945.png?md5id=65c96426005efcd873dd2a5fd00d3c36&new_width=1000&new_height=1000&type=4");
}

@media screen and (max-width: 767.5px){
    .index_wrapper_5{
        padding:30px 1rem;
    }
    .index_wrapper_5:before{
        display: none;
    }
    .index_wrapper_5 > .container-fluid:first-child{
        padding: 60px 2rem 30px;
    }
    .index_wrapper_5 .col-12.col-md-4.col-lg-4{
        flex:0 0 50%;
        max-width:50%;
        padding: 0 0.25rem;
    }
    .product_cat-10 .wrapper_product_category .product_img{
        border-radius: 0;
    }
    .product_cat-10 .wrapper_product_category a .mt-3{
        margin-top:0.5rem!important
    }
    .hp_cat2 .btnbox_left{
        margin-top:1rem;
    }
}

/*hp_pro*/
.hp_pro{
    margin-bottom:1rem;
}
.index_wrapper_6{
    padding:90px 9% 30px;
}
.index_wrapper_6 > .container-fluid:first-child{
    background-color:#fff;
    padding:60px 9% 30px;
    border-radius: 10px;
}
.hp_pro_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
}
.hp_pro_nav{
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 800;
    color:#000;
    width: calc(100% / 5);
    text-align: center;
}
.hp_pro_nav.pro_active{
    border: 1px solid #d30011;
    color: #fff;
    background-color: #d30011;
}
#index_6_3,
#index_6_4,
#index_6_5,
#index_6_6{
    display: none;
}

/*component - Product listing*/
.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;
    font-size: 1vw;
    color:#3a001e;
    font-weight: 800!important;
}
.productSlider-1 .product_img .product_box a:hover{
text-decoration: none; 
}
.productSlider-1 .product_img .product_box .content > p{
    border:1px solid blue;
    display: none;
}
.productSlider-1 .product_img .product_box .content .align-top{
    border:1px solid orange;
    display: none;
}
.productSlider-1 .product_img .product_box .content .align-top a,
.productSlider-1 .product_img .product_box .content .align-top p{
    border:1px solid yellow;
}
.productSlider-1 .product_img .slick-prev{
    left: -30px;
}
.productSlider-1 .product_img .slick-next{
    right: -30px;
}
.productSlider-1 .product_img .slick-prev::before{
    background-image:url("https://cdn1.npcdn.net/images/e_left_45um8a_1779153946.png?md5id=65c96426005efcd873dd2a5fd00d3c36&new_width=1000&new_height=1000&type=4");
    background-size:50%;
    background-position:center;
    background-repeat:no-repeat;
    text-shadow:unset;
    content:"";
    height:1vw;
    width:1vw;
} 
.productSlider-1 .product_img .slick-next::before{
    background-image:url("https://cdn1.npcdn.net/images/e_right_gb7w84_1779153946.png?md5id=65c96426005efcd873dd2a5fd00d3c36&new_width=1000&new_height=1000&type=4");
    background-size:50%;
    background-position:center;
    background-repeat:no-repeat;
    text-shadow:unset;
    content:"";
    height:1vw;
    width:1vw;
}
@media screen and (max-width: 991.5px){
    .index_wrapper_6 {
        padding: 90px 3%;
    }
    .index_wrapper_6 > .container-fluid:first-child{
        padding: 60px 3% 30px;
    }
    .productSlider-1 .product_img .product_box h6{
        font-size: 1.5vw;
    }
}
@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 .slick-prev{
        left: 5px;
    }
    .productSlider-1 .product_img .slick-next{
        right: 5px;
    }
    .index_wrapper_6 {
        padding: 60px 1rem;
    }
    .index_wrapper_6 > .container-fluid:first-child {
        padding: 30px 3% 30px;
    }
    .hp_pro_box{
        flex-wrap: wrap;
    }
    .hp_pro_nav{
        width:calc(100% /2);
    }
    .productSlider-1 .product_img .product_box h6{
        font-size: 12px;
    }
}

/*product listing by tag*/
.glass-product-section{
    background: unset;
    padding-top: 0;
    width: calc(100% - 4rem);
    margin-left: 2rem;
}
.glass-product-card{
    backdrop-filter: unset;
    -webkit-backdrop-filter: unset;
    border-radius: 0;
    border: unset;
    box-shadow: unset;
    transition:unset;
}
.glass-product-card:hover {
    transform: translateY(0px) scale(1);
    box-shadow: unset;
}
.glass-product-card .product-category{
    display: none;
}
.glass-product-card .price-area{
    display: none;
}
.glass-product-card .status{
    display: none;
}
.glass-product-card{
    display: flex;
    justify-content: center;
    align-items: center;
}
.glass-product-card .product-image-wrap{
    flex: 0 0 8%;
    max-width: 8%;
    padding-top:unset;
    aspect-ratio: 1;
}
.glass-product-card .product-content{
    flex: 0 0 calc(100% - 8%);
    max-width:calc(100% - 8%);
    padding: 0 0 0 1rem;
}
.glass-product-card .product-title{
    font-size:16px;
    line-height: 1.3;
    margin-bottom:0;
}
.glass-product-card .product-title a{
    color:#000;
}
.glass-product-section .col-12.col-sm-6.col-lg-4.col-xl-3{
    flex:0 0 100%;
    max-width:100%;
    display: none;
    margin:0.25rem 0!important;
}
.glass-product-section .col-12.col-sm-6.col-lg-4.col-xl-3:nth-child(-n+10){
    display: block;
}

@media screen and (max-width:767.5px){
    .glass-product-card .product-image-wrap{
        flex:0 0 25%;
        max-width:25%;
    }
    .glass-product-card .product-content{
        flex: 0 0 calc(100% - 25%);
        max-width:calc(100% - 25%);
    }
    .glass-product-section{
        width: calc(100% - 2rem);
        margin-left: 1rem;
        padding-bottom:0;
    }
    .glass-product-card .product-title{
        font-size:14px;
    }
}


/*hp_choose*/
.hp_choose{
    position:relative;
    padding:60px 9% 90px;
}
.hp_choose .row{
    justify-content: center;
}

.hp_choose_item{
    position: relative;
    border-radius: 12px;
    padding: 0rem 9% 2rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 5rem;
    transition:0.25s all linear;
}
.hp_choose_item:hover{
    transform:scale(0.98);
}
.hp_choose_item1,
.hp_choose_item3{
    background-color:#ff6047;
}
.hp_choose_item2{
    background-color:#4b001c;
}
.hp_choose_item img{
    width: 100px;
    margin-top: -73px;
}
.hp_choose_item:hover img{
    transform-origin:center;
    animation:j_shake 0.3s linear 0.1s 2;
}
@keyframes j_shake{
    25%{transform:rotate(10deg);}
    75%{transform:rotate(-10deg);}
}
.hp_choose_deco1{
    position: absolute;
    content: "";
    width: 17vw;
    height: 5vw;
    top: 3rem;
    right: 0;
    object-fit: contain;
}
.hp_choose_deco2{
    position: absolute;
    content: "";
    width: 6vw;
    height: 3vw;
    top: 4rem;
    right: 20vw;
    object-fit: contain;
}

@media screen and (max-width:1200.5px){

}

@media screen and (max-width:991.5px){

}

@media screen and (max-width:767.5px){
    .hp_choose{
        padding:0;
    }
    .hp_choose_deco1{
        width: 38vw;
        height: 12vw;
    }
    .hp_choose_deco2{
        width: 16vw;
        height: 7vw;
        right: 38vw;
    }
}


#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: 0px 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);
}
#main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box .gallery_box img {
    border-radius: 15px;
}
.hp_photoGallerySliderWithTitle .photo-gallery .slick-prev{
    left: 15px;
}
.hp_photoGallerySliderWithTitle .photo-gallery .slick-next{
    right: 15px;
}
.hp_photoGallerySliderWithTitle .photo-gallery .slick-prev::before{
    background-image:url("https://cdn1.npcdn.net/images/e_left_45um8a_1779153946.png?md5id=65c96426005efcd873dd2a5fd00d3c36&new_width=1000&new_height=1000&type=4");
    background-size:50%;
    background-position:center;
    background-repeat:no-repeat;
    text-shadow:unset;
    content:"";
    height:2vw;
    width:2vw;
    filter:unset;
} 
.hp_photoGallerySliderWithTitle .photo-gallery .slick-next::before{
    background-image:url("https://cdn1.npcdn.net/images/e_right_gb7w84_1779153946.png?md5id=65c96426005efcd873dd2a5fd00d3c36&new_width=1000&new_height=1000&type=4");
    background-size:50%;
    background-position:center;
    background-repeat:no-repeat;
    text-shadow:unset;
    content:"";
    height:2vw;
    width:2vw;
    filter:unset;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-dots {
    display: none!important;
}


@media (max-width: 991.5px) {
    .hp_photoGallerySliderWithTitle  .container-fluid .row .col-12 > .container{
        max-width:100%;
    }    
}
@media (max-width: 767.5px) {
    .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev{
        left:-20px;
    }
    .hp_photoGallerySliderWithTitle .photo-gallery .slick-next{
        right:-12px;
    }
    .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev::before{
        width:8vw;
        height:8vw;
    }
    .hp_photoGallerySliderWithTitle .photo-gallery .slick-next::before{
        width:8vw;
        height:8vw;
    }
}

/*hp_news*/
.index_wrapper_9{
    position:relative;
    padding:120px 20% 0;
    z-index: 1;
}
.index_wrapper_9:before{
    position: absolute;
    content: "";
    bottom: -2rem;
    right: 11vw;
    width: 16vw;
    height: 32vw;
    background-image:url("https://cdn1.npcdn.net/images/g_right_hand_kq6caj_1779153947.png?md5id=65c96426005efcd873dd2a5fd00d3c36&type=4");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    animation:upup 3s ease-out infinite;
}
.index_wrapper_9:after{
    position: absolute;
    content: "";
    bottom: 10rem;
    right: -3vw;
    width: 15vw;
    height: 11vw;
    background-image:url("https://cdn1.npcdn.net/images/c_bg_o5l9bx_1779153945.png?md5id=65c96426005efcd873dd2a5fd00d3c36&type=4");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    z-index:-1;
}
@keyframes upup{
    0%{
        bottom:-2rem;
    }
    50%{
       bottom:0; 
    }
    100%{
        bottom:-2rem;
    }
}
.index_wrapper_9 > .container-fluid:first-child{
    position: relative;
    background-color:#fff;
    padding: 60px 9% 60px;
    border-radius: 0 30px 0 0;
}
.index_wrapper_9 > .container-fluid:first-child:before{
    background-image:url("https://cdn1.npcdn.net/images/g_paper_top_n793d5_1779153947.png?md5id=65c96426005efcd873dd2a5fd00d3c36&type=4");
    background-size: 100%;
    background-position: top left;
    background-repeat: no-repeat;
    top: 0;
    width: 80%;
    left: -3%;
    height: 3rem;
    content: "";
    position: absolute;
}
.index_wrapper_9 > .container-fluid:first-child:after{
    position: absolute;
    content: "";
    bottom: -2rem;
    left: -13vw;
    width: 16vw;
    height: 32vw;
    background-image: url(https://cdn1.npcdn.net/images/g_left_hand_xclm6k_1779153947.png?md5id=65c96426005efcd873dd2a5fd00d3c36&new_width=1000&new_height=1000&type=4);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    animation: upup 3s ease-out infinite;
}
.hp_latest_new .news_box .title {
    font-size: 16px;
    line-height: 1.3;
    color: #3a001e !important;
    font-weight: 800;
}
.hp_latest_new .news_box .date {
    opacity: 1;
    font-size: 10px;
    font-weight: 700;
    color:#3a001e;
}
.hp_latest_new .news_box .content {
    opacity: 1;
    font-size: 12px;
    color: #3a001e;
    font-weight: 500;
}
.hp_latest_new .news_box .read_more{
    display: none;
}
.hp_news .title_all{
    font-size:28px;
    margin-bottom:2rem;
}
.hp_latest_new .news_box .col-lg-4{
    flex:0 0 50%;
    max-width:50%;
}
.hp_latest_new .news_box .col-lg-8{
    flex:0 0 50%;
    max-width:50%;
}
.hp_latest_new .news_box .img_frame{
    border-radius: 10px;
}
.hp_news2 .button_all{
    background-color:#fd6949;
    width:100%;
    color:#fff;
    padding:15px 0;
    border-radius: 5px;
}
.hp_news2 .button_all span:after{
    background-color:#fff;
    border-color:#fff;
    background-image:url("https://cdn1.npcdn.net/images/d_btn_5e29vm_1779153945.png?md5id=65c96426005efcd873dd2a5fd00d3c36&new_width=1000&new_height=1000&type=4");
}

@media (max-width: 767.5px) {
    .index_wrapper_9{
        padding:60px 6% 0;
    }
    .hp_latest_new .news_box .col-lg-4{
        flex:0 0 100%;
        max-width:100%;
        margin-bottom:1rem;
    }
    .hp_latest_new .news_box .col-lg-8{
        flex:0 0 100%;
        max-width:100%;
    }
    .index_wrapper_9 > .container-fluid:first-child{
        padding:60px 2rem 30px;
    }
    .hp_news2 .btnbox_center{
        margin:0;
    }
    .hp_news2 .button_all span{
        width: 60%;
        margin-left: -13%;
    }
    .index_wrapper_9:before{
        right:-3vw;
    }
}

/*footer*/
.footer_type9{
    background-color:#000;
}
.footer_type9 .logo img{
    animation: dance 1s infinite ease-in-out;
}
.footer_type9 .title{
    overflow: unset;
}
.footer_type9,
.footer_type9 .text,
.footer_type9 p,
.footer_type9 h2,
.footer_type9 a,
.footer_type9 i,
.footer_type9 a:hover{
    color:#fd6949!important;
}
.footer_type9 ul li a p{
    text-transform: capitalize;
}
.footer_type9 .text{
    font-size: 12px;
    font-weight: 600;
    line-height: 1.8;
}
.footer_type9 .social_media a .icon_s{
    border:1px solid #fd6949;
}
.footer_type9 .nav_item li a::after{
    display: none;
}
.footer_type9 .subtitle_all{
    font-weight:700;
    font-size:16px;
    margin-bottom:0;
    padding-top:1rem;
}
.footer_type9 .copy_right,
.npfooter_languagebar .text-muted,
.platinum_website_visitor,
.npfooter_languagebar,
.copy_right small,
.footer_type9 .privacy_policy:hover,
.footer_type9 .mb-1{
    color:#fd6949!important;
}
.footer_type9 .social_media a .icon_s img{
    filter: brightness(0) saturate(100%) invert(63%) sepia(37%) saturate(6570%) hue-rotate(332deg) brightness(103%) contrast(98%)!important;
}
.footer_type9 .social_media a:hover .icon_s i {
    color: #fd6949;
}
.footer_langbar_item{
    color:#fd6949!important;
}
.footer_type9 .bg_dark{
    background-color:transparent;
}
@keyframes dance {
    0% {
        transform: translate(0%, -50%) rotate(0deg);
    }
    25% {
        transform: translate(-10px, -50%) rotate(-7.5deg);
    }
    50% {
        transform: translate(0%, -50%) rotate(0deg);
    }
    75% {
        transform: translate(10px, -50%) rotate(7.5deg);
    }
    100% {
       transform: translate(0%, -50%) rotate(0deg);
    }
}

/*mobile side-navbar*/
.side_menu .footer_langbar_item{
    color:#fff!important;
}