@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');
body{
    font-family: "Montserrat", sans-serif;
}
#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;
}

.c_color1{
    color:#fff;
}
.c_color2{
    color:#000;
}
.c_color3{
    color:#079ca7;
}
.c_line{
    line-height:1.8;
}

.n_small{
    font-size:20px;
    font-weight:800;
    line-height:1.2;
    margin:0 0 0.4rem;
}
.n_title{
    /*font-family: "Bricolage Grotesque";*/
    font-family: "DM Serif Display";
    /*font-family: "Chakra Petch";*/
    font-size:45px;
    font-weight:800;
    line-height:1.1;
    margin:0 0 0.5rem;
}
.n_subtitle{
    font-size:16px;
    font-weight:500;
    line-height:1.4;
    margin:0;
}
.n_content{
    font-size:15px;
    font-weight:500;
    line-height:1.4;
    color:#333;
    margin:0;
}

.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:1rem 0 0;
}
.btnbox_right{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    margin:0;
}

.n_button{
    width:auto;
    height:auto;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:7px 24px;
    border-radius:30px;
    background-color:#f39a16;
    color:#fff;
    font-size:14px;
    font-weight:700;
    text-align:center;
    transition:0.25s all linear;
}
.n_button span{
    position:relative;
}
.n_button:hover{
    text-decoration:none;
    color:#fff;
    transform:scale(0.98);
}

/*service page*/
.service_category .service_box{
    padding-top: unset;
    height: auto;
    aspect-ratio: 277 / 250;
}

/*news page*/
.hp_latest_new .news_box .img_frame{
    padding-top: unset;
    height: auto;
    aspect-ratio: 1;    
}

/*hp_top*/
.hp_top{
    background-color:#000;
    height:120px;
    overflow:hidden;
    padding:0 6%;
    z-index: 500;
    position: fixed;
    width:100%;
    display: flex;
    align-items: center;
}
.hp_top .row{
    align-items: center;
    transform: translate(0, -1rem);
}
.hp_top_logo{
    width: 15vw;
    height: 100%;
    padding:5%;
    object-fit: contain;
    transform: translate(0, 15px);
}
.hp_top_box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}
.hp_top_box i{
    color: #fff;
    font-size: 33px;
}
.hp_top_box div{
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding-left: 1rem;
    line-height: 1.2;
}
.hp_top_box ul{
    display: flex;
    margin:0!important;
    padding:0;
    font-size: 1vw;
    font-weight:400;
    align-items:center;
}
.hp_top_box div a{
    font-size:16px;
    font-weight:400;
    color:#fff;
}
.hp_top_image{
    width: 60%;
    margin-left: auto;
    margin-right: 0;
    display: flex;
}


/*why choose us*/
.hp_why{
    padding:45px 9%;
    background-color:#f3f3f3;
}
.hp_why .title_all{
    margin-bottom:2.5rem;
}
.hp_why .n_small{
    margin-bottom:0.3rem;
}
.hp_why_list{
    display:flex;
    justify-content:center;
    align-items:stretch;
    flex-wrap:wrap;
}
.hp_why_itembox{
    width:16.66%;
    padding:0 1.5rem;
    border-right:1px solid #bcbcbc;
}
.hp_why_itembox:last-child{
    border-right:0;
}
.hp_why_item{
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:center;
    text-align:center;
}
.hp_why_iconbox{
    width:70px;
    height:70px;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:0 0 1rem;
}
.hp_why .hp_why_icon{
    width:100%!important;
    height:100%!important;
    object-fit:contain;
}
.hp_why .hp_why_item .n_subtitle{
    font-size:17px;
    font-weight:800;
    line-height:1.2;
    color:#000;
    text-transform:uppercase;
}

@media screen and (max-width:1200.5px){
    .hp_why_itembox{
        padding:0 1rem;
    }
    .hp_why .hp_why_item .n_subtitle{
        font-size:15px;
    }
}

@media screen and (max-width:991.5px){
    .hp_why_itembox{
        width:33.33%;
        margin-bottom:2rem;
    }
    .hp_why_itembox:nth-child(3){
        border-right:0;
    }
}

@media screen and (max-width:767.5px){
    .hp_why{
        padding:45px 0%;
    }
    .hp_why_itembox{
        width:50%;
        padding:0 1rem;
    }
    .hp_why_itembox:nth-child(3){
        border-right:1px solid #bcbcbc;
    }
    .hp_why_itembox:nth-child(2n){
        border-right:0;
    }
    .hp_why .n_title{
        font-size:40px;
    }
    .hp_why .hp_why_item .n_subtitle{
        font-size:20px;
    }
}


/*offer*/
.hp_offer{
    padding:35px 9% 180px;
    background-image:url("https://cdn1.npcdn.net/images/sec_offer_bg_drp620_1779768528.jpg?md5id=b3bf6193684f3983bb8642c8add75a4a&type=4");
    background-size:cover;
    background-position:center bottom;
    background-repeat:no-repeat;
}
.hp_offer .title_all{
    margin-bottom:2.2rem;
}
.hp_offer_list{
    display:flex;
    justify-content:center;
    align-items:stretch;
    flex-wrap:wrap;
    margin:0 -1rem;
}
.hp_offer_itembox{
    width:25%;
    padding:0 1rem;
}
.hp_offer_item{
    position:relative;
    height:100%;
    background-color:#fff;
    border-radius:10px;
    padding:20px 18px 28px;
    text-align:center;
    box-shadow:0 4px 12px rgba(0,0,0,0.22);
}
.hp_offer_item:after{
    position:absolute;
    content:"";
    left:0;
    right:0;
    bottom:-16px;
    margin:0 auto;
    width:0;
    height:0;
    border-left:18px solid transparent;
    border-right:18px solid transparent;
    border-top:18px solid #fff;
}
.hp_offer_imgbox{
    width:100%;
    aspect-ratio:1.4;
    border-radius:8px;
    overflow:hidden;
    margin:0 0 1rem;
}
.hp_offer .hp_offer_img{
    width:100%!important;
    height:100%!important;
    object-fit:cover;
}
.hp_offer .hp_offer_item .n_subtitle{
    font-size:20px;
    font-weight:800;
    line-height:1.1;
    color:#000;
    margin-bottom:0.3rem;
}
.hp_offer .hp_offer_item .n_content{
    font-size:14px;
    color:#333;
}

@media screen and (max-width:991.5px){
    .hp_offer_itembox{
        width:50%;
        margin-bottom:2.5rem;
    }
}

@media screen and (max-width:767.5px){
    .hp_offer{
        padding:40px 0% 80px;
    }
    .hp_offer_itembox{
        width:100%;
    }
    .hp_offer .n_title{
        font-size:40px;
    }
}


/*about*/
.index_wrapper_2 {
    margin-top: 15px;
}
.hp_about{
    position:relative;
    padding:120px 9% 110px;
    /*background-color:#f4f4f4;*/
    overflow:hidden;
    background-image:url("https://cdn1.npcdn.net/images/sec_abtus_bg_f76y3s_1779768528.jpg?md5id=b3bf6193684f3983bb8642c8add75a4a&type=4");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}
/*.hp_about:before{*/
/*    position:absolute;*/
/*    content:"";*/
/*    top:0;*/
/*    left:0;*/
/*    width:100%;*/
/*    height:3.5vw;*/
/*    background-color:#079ca7;*/
/*    clip-path:polygon(0 0, 65% 0, 35% 100%, 0 55%);*/
/*}*/
/*.hp_about:after{*/
/*    position:absolute;*/
/*    content:"";*/
/*    bottom:0;*/
/*    left:0;*/
/*    width:100%;*/
/*    height:4vw;*/
/*    background-color:#2f2f2f;*/
/*    clip-path:polygon(0 30%, 65% 100%, 100% 0, 100% 100%, 0 100%);*/
/*}*/
.hp_about .row{
    align-items:center;
}
.hp_about_textbox{
    width:90%;
}
.hp_about .n_small{
    font-size:22px;
}
.hp_about .n_title{
    font-size:45px;
    margin-bottom:1.3rem;
}
.hp_about_imgbox{
    width:80%;
    aspect-ratio:1;
    border-radius:50%;
    overflow:hidden;
    margin:0 auto;
}
.hp_about .hp_about_img{
    width:100%!important;
    height:100%!important;
    object-fit:cover;
}

@media screen and (max-width:991.5px){
    .hp_about_textbox{
        width:100%;
    }
    .hp_about .n_title{
        font-size:32px;
    }
}

@media screen and (max-width:767.5px){
    .hp_about{
        padding:80px 0% 90px;
    }
    .hp_about .n_title{
        font-size:40px;
    }
    .hp_about_textbox{
        text-align:center;
        margin-bottom:2.5rem;
    }
    .hp_about .btnbox_left{
        justify-content:center;
    }
    .hp_about_imgbox{
        width:75%;
    }
    .hp_about .n_small{
        font-size:20px;
    }
}


/*news*/
.index_wrapper_6{
    padding:40px 4% 60px;
    background-color:#e8dfcc;
}
.hp_news_toprow{
    align-items:center;
    margin-bottom:2rem;
}
.hp_news .n_title{
    font-size:45px;
}
.hp_news_itembox{
    height:100%;
}
.hp_news_item{
    display:flex;
    align-items:stretch;
    background-color:#fff;
}
.hp_news_imgbox{
    width:55%;
    aspect-ratio:1.05;
    border:1px solid #d7b875;
    background-color:#fff;
}
.hp_news .hp_news_img{
    width:100%!important;
    height:100%!important;
    object-fit:cover;
}
.hp_news_textbox{
    width:45%;
    padding:0 1rem;
    display:flex;
    align-items:flex-start;
}
.hp_news .hp_news_textbox .n_content{
    font-size:16px;
    font-weight:800;
    line-height:1.15;
    color:#000;
}

#main_index .hp_latest_new .news_box{
    flex:0 0 50%;
    max-width:50%;
    padding:0 1rem 0 0!important;
    background-color:#fff;
}
#main_index .hp_latest_new .news_box .col-12.col-lg-4{
    flex:0 0 55%;
    max-width:55%;
}
#main_index .hp_latest_new .news_box .col-12.col-lg-8{
    flex:0 0 45%;
    max-width:45%;
    padding:1rem;
}
#main_index .hp_latest_new .news_box .read_more{
    display: none;
}
#main_index .hp_latest_new .news_box .img_frame{
    height:100%;
    aspect-ratio: 1;
    padding-top: unset;
}
#main_index .hp_latest_new .news_box .title {
    font-size: 20px;
    line-height: 1.3;
    color: #333 !important;
    font-weight: 700;
}

@media screen and (max-width:991.5px){
    .hp_news .hp_news_textbox .n_content{
        font-size:14px;
    }
    #main_index .hp_latest_new .news_box{
        flex:0 0 100%;
        max-width:100%;
    }
}

@media screen and (max-width:767.5px){
    .index_wrapper_6{
        padding:40px 0%;
    }
    .hp_news_toprow{
        text-align:center;
    }
    .hp_news .btnbox_right{
        justify-content:center;
        margin-top:1rem;
    }
    .hp_news_item{
        flex-direction:column;
        margin-bottom:2rem;
    }
    .hp_news_imgbox,
    .hp_news_textbox{
        width:100%;
    }
    .hp_news_textbox{
        padding:1rem;
    }
    #main_index .hp_latest_new{
        width:calc(100% - 2rem);
        margin-left:1rem;
    }
    #main_index .hp_latest_new .news_box .col-12.col-lg-4,
    #main_index .hp_latest_new .news_box .col-12.col-lg-8{
        flex:0 0 100%;
        max-width:100%;
    }
    #main_index .hp_latest_new .news_box .col-12.col-lg-8{
        margin-left: 1rem;
        max-width: calc(100% - 2rem);
    }
    #main_index .hp_latest_new .news_box{
        padding:0!important;
    }
}


/*work*/
.index_wrapper_7{
    padding:45px 4% 40px;
    background-color:#f3f3f3;
}
.hp_work_toprow{
    align-items:center;
    margin-bottom:2rem;
}
.hp_work .n_title{
    font-size:45px;
}
.hp_work_row{
    margin:0 -0.5rem;
}
.hp_work_row .col{
    padding:0 0.5rem;
}
.hp_work_imgbox{
    width:100%;
    aspect-ratio:1;
    background-color:#000;
    overflow:hidden;
}
.hp_work .hp_work_img{
    width:100%!important;
    height:100%!important;
    object-fit:cover;
}

#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.15);
}
#main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box .gallery_box img {
    border-radius: 15px;
}
.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;
}


@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:-11px;
    }
    .hp_photoGallerySliderWithTitle .photo-gallery .slick-next{
        right:-1px;
    }
    .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev::before{
        width:8vw;
        height:8vw;
    }
    .hp_photoGallerySliderWithTitle .photo-gallery .slick-next::before{
        width:8vw;
        height:8vw;
    }
}

@media screen and (max-width:991.5px){
    .hp_work_row .col{
        flex:0 0 33.33%;
        max-width:33.33%;
        margin-bottom:1rem;
    }
}

@media screen and (max-width:767.5px){
    .index_wrapper_7{
        padding:40px 0%;
    }
    .hp_work_toprow{
        text-align:center;
    }
    .hp_work .btnbox_right{
        justify-content:center;
        margin-top:1rem;
    }
    .hp_work_row .col{
        flex:0 0 50%;
        max-width:50%;
    }
    .hp_work .n_title{
        font-size:40px;
    }
}

.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/img/1708419651arrow-left.png");
    background-size:100%;
    background-position:center;
    background-repeat:no-repeat;
    text-shadow:unset;
    content:"";
    height:2vw;
    width:2vw;
} 
.productSlider-1 .product_img .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;
}

@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;
    }
}


/*cta*/
.hp_cta{
    padding:28px 4%;
    background-color:#079ca7;
}
.hp_cta .row{
    align-items:center;
}
.hp_cta .n_title{
    font-size:45px;
    margin-bottom:0.3rem;
}
.hp_cta .n_content{
    font-size:18px;
    color:#fff;
}

@media screen and (max-width:767.5px){
    .hp_cta{
        padding:35px 0%;
        text-align:center;
    }
    .hp_cta .btnbox_right{
        justify-content:center;
        margin-top:1.5rem;
    }
    .hp_cta .n_title{
        font-size:40px;
    }
}


/*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{
    margin-top:80px;
    z-index: 501;
}
.navbar_type8 .logo img{
    width:100px;
    padding:10px;display: none;
}
.navbar_type8 .nav_tab{
    background-color:#0097a6;
    padding-right: 3%;
}
.navbar_type8 .nav_tab .nav_item a{
    font-size:0.8vw;
    font-weight:600;
    padding:5px 0.5vw;
    color:#fff;
    border-right:1px solid #fff;
}
.navbar_type8 .nav_tab .nav_item:nth-last-child(2) a{
    border-right:0px solid transparent;
}
.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;
}
.dark_nav{
    background-color:transparent!important;
}
.navbar_mobile{
    background-color:#000;
}
.navbar_mobile .btn-outline-light:hover{
    background-color:transparent;
}
.navbar_mobile .btn-outline-light{
    border-color: #fff;
    color: #fff;
}
.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_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
    color:#fff;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover{
    color:#fff;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu{
    top:25px;
}
.navbar_type8 .nav  _tab .dropdown .dropdown-menu {
    top: 20px;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item:first-child {
    padding-top: 0.25rem;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item:last-child {
    padding-bottom: 0.25rem;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item>span {
    padding-top: 0!important;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img .dropdown-item {
    display: flex; 
    flex-direction: column; 
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img {
    position: absolute;
    border-top: 0;
    top: 20px!important;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img .dropdown-item .dropdown_pannel {
    display: flex;
    /*flex-direction: column;*/
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu{
        height: calc(100vh - 150px);
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img .dropdown-item .dropdown_pannel.p-3 {
    padding: 0!important;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img .dropdown-item .dropdown_pannel a {
    flex: 0 1 100%;
    padding: 0.5rem 1.5rem;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img .dropdown-item .dropdown_pannel .dropdown_item {
    height: auto;
    text-align: left;
    padding: 0;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img .dropdown-item .dropdown_pannel .dropdown_item .img_frame {
    display: none;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img .dropdown-item .dropdown_pannel .dropdown_item .text {
    color:#fff;
    text-align: left;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img .dropdown-item .dropdown_pannel .dropdown_item .text:hover {
    color:#fff;
}

.alter_search input{
    height: 30px;
    border-radius: 10px 0 0 10px;
    padding: 0 1vw;
    font-size: 14px;
    border: 0px solid transparent;
    width: 14vw;
    margin-left: 1vw;
}
.alter_search button{
    border:0px solid transparent;
    height:30px;
    border-radius: 0 10px 10px 0;
    padding:0 15px;
    background-color:#000;
    color:#fff;
}

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a{
        font-size: 0.9vw;
        padding: 5px 0.5vw;
    } 
    .navbar_type8 .nav_tab{
        padding-right: 3%;
    }
    .alter_search input{
        width: 10vw;
    }
    .alter_search input::placeholder{
        font-size:9px;
    }
}

#top_spacing{
    height:160px!important;
}
#main_index #top_spacing{
    height:110px!important;
}
@media screen and (max-width: 991.5px){
    #main_index #top_spacing,
    #top_spacing{
        height:80px!important;
    }    
}
.slider_banner .banner_content{
    overflow:hidden;
}
.hp_banner{
    position:relative;
    left:0%;
    top:50%;
    transform:translate(0,-50%);
    width:calc(100% - 0%);
}

.hp_banner .row{
    align-items:center;
}

.hp_banner_box{
    width:100%;
    padding:0 4vw 0 0;
}

.hp_banner_title{
    /*font-family: "Abril Fatface", serif;*/
    font-family: "DM Serif Display";
    font-size:3.2vw;
    font-weight:800;
    line-height:1.1;
    color:#0097a6;
    margin:0 0 1vw;
}

.hp_banner_content{
    font-size:1.15vw;
    font-weight:500;
    line-height:1.5;
    color:#333;
    margin:0;
}

.hp_banner_buttonbox{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    margin:28px 0 0;
}

.hp_banner_button{
    width:auto;
    height:auto;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:10px 28px;
    border-radius:30px;
    background-color:#f39a16;
    color:#fff;
    font-size:15px;
    font-weight:700;
    text-align:center;
    transition:0.25s all linear;
}

.hp_banner_button span{
    position:relative;
}

.hp_banner_button:hover{
    text-decoration:none;
    color:#fff;
    transform:scale(0.98);
}

@media screen and (max-width:1200.5px){
    .hp_banner_title{
        font-size:3.8vw;
    }

    .hp_banner_content{
        font-size:1.35vw;
    }
}

@media screen and (max-width:991.5px){
    .hp_banner_box{
        padding:0 2vw 0 0;
        margin-left: 62%;
    }

    .hp_banner_title{
        font-size:4.4vw;
    }

    .hp_banner_content{
        font-size:1.65vw;
    }
}

@media screen and (max-width:767.5px){
    .hp_banner{
        left:0%;
        width:calc(100% - 0%);
        top:50%;
    }

    .hp_banner_box{
        padding: 0%;
        text-align:center;
        background-color:rgba(255,255,255,0.5);
        margin-left:auto;
        width:35%;
    }

    .hp_banner_title{
        font-size:4.5vw;
    }
    .hp_banner .col-md-4{
        padding-right: 0;
    }

    .hp_banner_content{
        font-size:2.5vw;
        display:none;
    }

    .hp_banner_buttonbox{
        justify-content:center;
        margin:10px 0 0;
    }

    .hp_banner_button{
        padding: 5%;
        font-size: 3vw;
    }
}

/*footer*/
.footer_type4{
    background-color:#000;
    background-image:unset;
}
.footer_type4 .footer_subtitle{
    font-family: "DM Serif Display";
    text-transform: uppercase;
    color:#0097a6;
    font-weight:700;
    font-size:20px;
}
.footer_type4 .copy_right,
.npfooter_languagebar .text-muted,
.platinum_website_visitor,
.npfooter_languagebar,
.copy_right small,
.footer_type4 .privacy_policy:hover,
.footer_type4 .mb-1{
    color:#fff!important;
}
.footer_type4 .social_media a .icon_s img{
    filter:brightness(0) invert(1)!important;
}
.footer_type4 .social_media a:hover .icon_s i {
    color: #fff;
}
.footer_langbar_item{
    color:#fff!important;
}

/*mobile side-navbar*/
.side_menu .footer_langbar_item{
    color:#fff!important;
}