/*All*/
body{
    font-family: "Onest", sans-serif;
}
#main_index{
    padding-bottom:0rem!important;
    overflow:hidden;
    background-color:#212121;
}
#main_index h1,
#main_index h2,
#main_index h5{
    cursor:default;
}

.m_default_languagebar .footer_langbar_item{
    color:#fff;
}

.breakspan{
    display:block;
}
.small_all{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 1rem;
    letter-spacing: 1px;
    color: #fff;
}
.small_all span{
    position: relative;
    padding-left:4.5rem;
}
.small_all span:before{
    position: absolute;
    content:"";
    top:0;
    bottom:0;
    left:0;
    width:4rem;
    height:1px;
    background-color:rgba(255,255,255,0.5);
    margin:auto 0;
}
.title_all{
    font-family: "Instrument Serif", serif;
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 1rem;
    line-height: 1.3;
    color: #fff;
}
.subtitle_all{
    font-family: "Instrument Serif", serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.3;
    color: #fff;
}
.content_all{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.8;
    color: #eee;
}
.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-radius: 0px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.4), transparent, transparent, transparent, transparent, transparent, transparent, rgba(255, 255, 255, 0.4));
    width: auto;
    height: 40px;
    padding: 0 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    transition: 0.25s all linear;
    font-family: "Instrument Serif", serif;
}
.button_all span{
    position: relative;
    margin-left:-15px;
}
.button_all span:before{
    position: absolute;
    content: "";
    background-image:url("https://cdn1.npcdn.net/images/5_BUTTON_93o5cl_1775613761.jpg?md5id=ab64c7ef8d0578f7dd1acb6d064a61cd&type=4");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    top: 0;
    bottom: 0;
    right: -30px;
    margin: auto 0;
    width: 20px;
    height: 20px;
    transition:0.25s all linear;
}
.button_all:hover{
    text-decoration: none;
    color:#fff;
    transform:scale(0.98);
}
.button_all:hover span:before{
    transform:rotate(-90deg);
}
.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;
    }
}

/*video page*/
.ws_video .video_list_item{
    border: 7.5px solid white;
}
.ws_video .iframe_frame{
    padding-top: unset;
    height:auto;
    aspect-ratio: 9.5/4.5;
    margin-bottom: 2rem;
}
.ws_video .video_box .video_img_frame{
    height:auto;
    aspect-ratio: 16/9;
}
.ws_video .video_box .video_img_frame img{
    height:100%;
}
.ws_video .media_row{
    margin-top:2rem;
}
.ws_video .media_row .all_font_md{
    padding-left:0.5rem;
}

@media screen and (max-width: 767.5px){
    .ws_video .iframe_frame{
        height:auto;
        aspect-ratio: 16/9;
    }
}


/*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;
}

/*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;
}

/*navbar*/
.navbar_type8{
    border-radius: 0px;
    background-color:#fff;
    width: calc(100% - 0%);
    height: 80px;
    margin-left: 0;
    transform:translate(0,0);
}
#main_index .navbar_type8{
    border-radius: 1000px;
    width: calc(100% - 18%);
    margin-left: 9%;
    transform:translate(0,2rem);    
}
.navbar_type8 .logo img{
    width: 9vw;
    padding: 5px;
}
.navbar_type8 .nav_tab .nav_item a{
    font-size: 0.9vw;
    padding: 15px 0.5vw;
    text-transform: capitalize;
    color:#000;
}
.navbar_type8 .nav_tab .nav_item a:hover{
    color:#c79b5e;
}
.navbar_type8 .nav_tab .nav_item::before{
    border-bottom:2px solid #c79b5e;
}
.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:#fff;
}
.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:#fff!important;
    box-shadow:0px 0px 2px rgba(199,155,94,0.5);
}

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a{
        font-size: 1vw;
        padding: 15px 0.3vw;
    } 
}


/*hp_banner*/
.index_wrapper_2{
    margin-top:-80px;
}
.customVideo .embed-responsive{
    height:calc(100vh - 80px);
}
.customVideo video{
    object-fit: cover;
}
.customVideo {
    position: relative;
}
.videoPlay {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.videoPlay button {
    width: 100%;
    height: 100%;
    display: inline-block;
    background: transparent;
    position: relative;
    border-radius: 0;
    border: none;
}
.videoPlay button:focus {
    outline: none;
}
.videoPlay button:after{
    opacity: 0;
}
.videoPlay button.paused:after{
    opacity: 1;
}
.videoPlay button:after {
    content: "\f04c";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    width: 6vw;
    height: 6vw;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 1.5vw;
    background-color: #f2f2f2;
    border-radius: 1000px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.videoPlay button.paused:after {
    content: "\f04b";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    width: 6vw;
    height: 6vw;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 1.5vw;
    background: radial-gradient(circle, #fff -19%, #000);
    border-radius: 1000px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: blur(0);
    color:#fff;
    border:1px solid #fff;
}

.videoMute {
    position: absolute;
    z-index: 500;
    bottom: 1.5rem;
    right: 1.5rem;
}
.videoMute button {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    background: rgba(256,256,256,1);
    position: relative;
    border-radius: 50%;
    border: none;
}
.videoMute button:focus {
    outline: none;
}
.videoMute button.muted {
    background: rgba(256,256,256,.7);
}
.videoMute button:before {
    content: "\f028";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 1px;
    font-weight: 700;
    font-size: .9rem;
}
.videoMute button.muted:after {
    content: "\f715";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    font-weight: 700;
    font-size: .9rem;
}
@media screen and (max-width: 991.5px){
    .index_wrapper_2{
        margin-top:0;
    }
    .customVideo .embed-responsive{
        height: 100%;
        aspect-ratio: 16 / 9;
    }
}
@media only screen and (max-width: 767.5px) {
    .videoPlay button:after,
    .videoPlay button.paused:after{
        width: 12vw;
        height: 12vw;
        font-size: 4vw;
    }
    .videoMute {
        bottom: 1rem;
        right: 1rem;
    }
}

/*hp_about*/
.hp_about{
    position: relative;
    background-image:url("https://cdn1.npcdn.net/images/B_ABOUT_BG_t71yku_1775613761.jpg?md5id=ab64c7ef8d0578f7dd1acb6d064a61cd&type=4");
    background-size:cover;
    background-position:right;
    background-repeat:no-repeat;
    padding:90px 9%;
}
.about_text{
    position: absolute;
    font-family: "Instrument Serif", serif;
    font-size: 26vw;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.1);
    top: 0;
    bottom: 0;
    left: 16%;
}
.hp_about_icon{
    width: 45px;
    height: 45px;
    object-fit: contain;
    margin: 0 auto 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.hp_about .content_all{
    width: 70%;
    margin: 0 auto;
}

@media only screen and (max-width: 991.5px) {
    .hp_about .content_all{
        width:100%;
    }
}
@media only screen and (max-width: 767.5px) {
    .hp_about{
        padding:60px 0;
    }
}

/*hp_core*/
.hp_core_box {
    background: linear-gradient(111deg, rgba(255, 255, 255, 0.2), transparent 35%);
    border: 1px solid #fff;
    padding: 9% 6%;
    position: relative;
}
.hp_core_link{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    font-size:0;
}
.hp_core .image_all{
    width:66px;
    height:66px;
    object-fit: contain;
    margin:0 auto 1rem;
}
.hp_core_box:hover .image_all{
    transform-origin:center;
    animation:j_shake 0.3s linear 0.1s 2;
}
@keyframes j_shake{
    25%{transform:rotate(10deg);}
    75%{transform:rotate(-10deg);}
}
.hp_core .col-md-6.col-lg-3:first-child .hp_core_box{
    border-left:0px solid transparent;
}
.hp_core .col-md-6.col-lg-3:last-child .hp_core_box{
    border-right:0px solid transparent;
}
.hp_core .subtitle_all{
    margin-bottom:0;
}

@media only screen and (max-width: 991.5px) {
    .hp_core .col-md-6.col-lg-3:nth-child(2) .hp_core_box{
        border-right:0px solid transparent;
    }
    .hp_core .col-md-6.col-lg-3:nth-child(3) .hp_core_box{
        border-left:0px solid transparent;
    }
    .hp_core .col-md-6.col-lg-3{
        flex:0 0 50%;
        max-width:50%;
    }
}

/*hp_pro*/
.hp_pro{
    margin-bottom:2rem;
}
.hp_pro .title_all{
    margin-bottom:0;
}
.index_wrapper_5{
    position: relative;
    padding:90px 0% 40px;
}
.pro_word{
    font-family: "Instrument Serif", serif;
    position: absolute;
    content: "";
    font-size: 9vw;
    font-weight: 500;
    top: -4vw;
    left: 15%;
    color: rgba(255, 255, 255, 0.1);
    line-height: 1;
}
.product_cat-11{
    padding:0 0 1rem 0;
}
.product_cat-11 .hp_product_cat_slider .card{
    border-radius: 0px;
    margin:0 0.5rem;
    box-shadow:unset;
    background-color:transparent;
}
.product_cat-11 .hp_product_cat_slider .item a{
    height:auto;
}
.product_cat-11 .hp_product_cat_slider .item a .wrapper_title{
    width:100%;
    text-align: left;
    margin: 1rem 0 0;
}
.product_cat-11 .hp_product_cat_slider .item .wrapper_brand{
    height: auto;
    padding-top: unset;
    aspect-ratio: 1;
}
.product_cat-11 .hp_product_cat_slider .item a:hover{
    color:#fff;
}
.product_cat-11 .hp_product_cat_slider .item:nth-child(even) .wrapper_brand{
    aspect-ratio: 1/0.8;
}
.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{
    margin: 0;
    display: inline-block;
    position: relative;
    padding-left: 2.5rem;
}
.product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title:before{
    position: absolute;
    content:"";
    width:2rem;
    height:1px;
    background-color:rgba(255,255,255,0.4);
    top:0;
    bottom:0;
    left:0;
    margin:auto 0;
}
.product_cat-11 .hp_product_cat_slider .item::after{
    display: none;
}
.product_cat-11 .hp_product_cat_slider .item a .wrapper_btn{
    display: none;
}
.product_cat-11 .slick-arrow{
    z-index:1;
    width:5vw;
    height:100%;
    border-radius: 0;
}
.product_cat-11 .slick-prev{
    left:0;
    background:linear-gradient(to right, rgba(33,33,33,0.8), transparent);
}
.product_cat-11 .slick-next{
    right:0;
    background:linear-gradient(to left, rgba(33,33,33,0.8), transparent);
}
.product_cat-11 .slick-arrow:before{
    display: none;
}

@media only screen and (max-width: 767.5px) {
    .index_wrapper_5{
        padding:60px 0% 11px;
    }    
    .product_cat-11 .slick-arrow{
        width:10vw;
    }
    .pro_word{
        font-size: 12vw;
        top: -5vw;
        left: 2%;
    }
}

/*hp_news*/
.index_wrapper_6{
    background-image:url("https://cdn1.npcdn.net/images/E_NEWS_BG_jzd3gp_1775613763.jpg?md5id=ab64c7ef8d0578f7dd1acb6d064a61cd&type=4");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    padding:90px 9%;
}
.hp_news2{
    margin-bottom:1rem;
}
.hp_news2 .row{
    align-items: center;
}
.hp_news2 .btnbox_right{
    margin-top:0;
}
#index_7{
    padding-left:1rem!important;
}

#main_index .hp_latest_new .news_box .title{
    font-family: "Instrument Serif", serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3;
    color: #c79b5e !important;
}
#main_index .hp_latest_new .news_box .date{
    color: #fff;
    opacity: 1;
}
#main_index .hp_latest_new .news_box .content{
    opacity: 1;
    font-size:14px;
    line-height: 1.3;
    color:#fff;
}
#main_index .hp_latest_new .news_box .read_more{
    display: none;
}

@media only screen and (max-width: 1200.5px) {
    #main_index .hp_news2 .btnbox_right{
        margin:0 0 2rem;
        justify-content: flex-start;
    }
    #main_index .hp_latest_new{
        width:calc(100% - 2rem);
        margin-left:1rem;
    }
}
@media only screen and (max-width: 991.5px) {
    #index_6,#index_7{
        padding-left:0!important;
        flex:0 0 100%!important;
        max-width:100%!important;
    }
    #main_index .hp_news{
        margin-bottom:3rem;
    }
    #main_index .hp_latest_new .news_box .title{
        margin-top:2rem;
    }
}
@media only screen and (max-width: 767.5px) {
    .index_wrapper_6{
        padding:60px 0;
    }
    .hp_news2 .btnbox_right{
        margin-top:1rem;
    }
}

/*hp_photo*/
.index_wrapper_8{
    padding:90px 0 57px;
}
.hp_photo{
    padding:0px 9%;
}
#main_index .hp_photoGallerySliderWithTitle {
    background-color: transparent;
    margin-top: 30px;
    padding-left:9%;
}
#main_index .hp_photoGallerySliderWithTitle .photo-gallery {
    padding: 0;
    overflow:hidden;
}
.hp_photoGallerySliderWithTitle > .container-fluid > .row > .col-12{
    padding-right:0;
}
#main_index .hp_photoGallerySliderWithTitle .slick-list{
    margin-left: -10vw;
}
#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: 0px;
}
.hp_photoGallerySliderWithTitle .photo-gallery .outline_box .gallery_box{
    padding-top:unset;
    height:auto;
    aspect-ratio: 800/533;
}
.hp_photoGallerySliderWithTitle .photo-gallery .slick-prev{
    left: -30px;
}
.hp_photoGallerySliderWithTitle .photo-gallery .slick-next{
    right: -30px;
}
.hp_photoGallerySliderWithTitle .photo-gallery .slick-prev::before{
    background-image:url("https://cdn1.npcdn.net/img/1708419651arrow-left.png");
    background-size:100%;
    background-position:center;
    background-repeat:no-repeat;
    text-shadow:unset;
    content:"";
    height:2vw;
    width:2vw;
    filter:brightness(0);
} 
.hp_photoGallerySliderWithTitle .photo-gallery .slick-next::before{
    background-image:url("https://cdn1.npcdn.net/img/1708419667arrow-right.png");
    background-size:100%;
    background-position:center;
    background-repeat:no-repeat;
    text-shadow:unset;
    content:"";
    height:2vw;
    width:2vw;
    filter:brightness(0);
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-dots {
    display: none!important;
}
#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-arrow{
    display: none!important;
}
#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-next{
    display: inline-flex !important;
    content:"";
    width: 50px;
    height: 50px;
    background-image:url("https://cdn1.npcdn.net/images/5_BUTTON_93o5cl_1775613761.jpg?md5id=ab64c7ef8d0578f7dd1acb6d064a61cd&new_width=1000&new_height=1000&type=4");
    background-size:100%;
    background-position:center;
    background-repeat:no-repeat;
    background-color: rgba(255, 255, 255, 0.4);
    right: 3%;
    opacity: 0.8;
}
#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-next:before{
    display: none;
}


@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;
    }
    .index_wrapper_8{
        padding:60px 0;
    }
    .hp_photo{
        padding:0px 0%;
    }
    #main_index .hp_photoGallerySliderWithTitle{
        padding-left: 0%;
    }
}

/*hp_join*/
.hp_join{
    background-image:url("https://cdn1.npcdn.net/images/CAREER_SECTION_5thbcq_1779953599.jpg?md5id=ab64c7ef8d0578f7dd1acb6d064a61cd&type=4");
    background-size:cover;
    background-position:right;
    background-repeat:no-repeat;
    margin: 0 9% 90px;
    padding: 170px 3%;
}
.hp_join_icon{
    width: 40px;
    object-fit: contain;
    margin: 0.5rem 0;
}
.hp_join_linkbox{
    margin:1rem 0 0;
}
.hp_join_link{
    font-family: "Instrument Serif", serif;
    font-weight: 700;
    font-size: 18px;
}
.hp_join_link strong,
.hp_join_link strong .contactRecordBtn{
    font-size:30px;
    color:#fff!important;
}
.hp_join_link:hover{
    color:#fff;
}

@media (max-width: 991.5px) {
    .hp_join{
        padding: 60px 3%;
    }
}
@media (max-width: 767.5px) {
    .hp_join{
        padding: 30px 0%;
        margin:60px 0;
    }
    .hp_join .title_all{
        font-size:28px;
    }
    .hp_join_link strong, .hp_join_link strong .contactRecordBtn{
        font-size:18px;
    }
    .hp_join_icon{
        display: inline;
        width:25px;
    }
}

/*hp_contact*/
.hp_contact{
    background-image:url("https://cdn1.npcdn.net/images/F_CONTATC_BG_uoxvsh_1775613763.jpg?md5id=ab64c7ef8d0578f7dd1acb6d064a61cd&type=4");
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    padding: 315px 9% 90px;
    background-color: #000;
}
.hp_contact .row{
    align-items: center;
}
.hp_contact .btnbox_right{
    margin:0;
}
.hp_contact ul{
    position: relative;
    font-family: "Instrument Serif", serif;
    color:#fff;
    font-size:18px;
    list-style-type: none;
    padding:0;
    margin:0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.hp_contact ul:before{
    position: absolute;
    content: "CONTACT";
    top: 0;
    bottom: 0;
    right: 0;
    color: rgba(255, 255, 255, 0.1);
    font-size: 9vw;
    display: flex;
    align-items: center;
}
.hp_contact ul li{
    margin-right: 0.5rem;
}
.hp_contact ul li a{
    font-size:18px;
    color:#fff;
}
.hp_contact ul li a:hover{
    color:#fff;
}

.hp_contact ul li img{
    width: 50px;
    height: 50px;
    object-fit: contain;
}

@media (max-width: 1200.5px) {
    .hp_contact ul{
        margin-top:2rem;
    }
    .hp_contact .btnbox_right{
        margin-top:2rem;
        justify-content: flex-start;
    }
}
@media (max-width: 767.5px) {
    .hp_contact{
        padding: 112px 0% 60px;
    }
   .hp_contact .btnbox_right{
       margin-bottom:1rem;
   }
}

/*footer*/
.footer_type8 .footer_subtitle{
    color:#c79b5e;
    font-size: 20px;
    text-transform: uppercase;
    font-weight:600;
    font-family: "Instrument Serif", serif;
}
.footer_type8 .logo{
    min-height:90px;
}
.footer_type8 .logo img{
    background-color: #fff;
    padding: 1%;
    border-radius: 40px;
    max-height: 90px;
}
.footer_type8 .copy_right,
.npfooter_languagebar .text-muted,
.platinum_website_visitor,
.npfooter_languagebar,
.copy_right small,
.footer_type8 .privacy_policy:hover,
.footer_type8 .mb-1{
    color:#fff!important;
}
.footer_type8 .social_media a .icon_s img{
    filter:brightness(0) invert(1)!important;
}
.footer_type10 .social_media a:hover .icon_s i {
    color: #fff;
}
.footer_langbar_item{
    color:#fff!important;
}

@media (max-width: 991.5px) {
    .footer_type8 .logo img{
        border-radius: 10px;
    }
}


/*mobile side-navbar*/
.side_menu .footer_langbar_item{
    color:#fff!important;
}