/*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: 14px;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #1f3664;
}
.title_all{
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.3;
    color: #454547;
}
.subtitle_all{
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.3;
    color: #1f3664;
}
.content_all{
    font-size:14px;
    font-weight:400;
    margin-bottom:0;
    line-height:1.5;
    color:#454547;
}
.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 #1f3664;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    width: auto;
    padding: 0 42px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align:center;
    background-color: #1f3664;
    transition:0.25s all linear;
}
.button_all:hover{
    color:#1f3664;
    background-color:transparent;
    text-decoration: none;
    transform:scale(0.98);
    border-radius: 5px;
}
.button_all span{
    position: relative;
    margin-left:-20px;
}
.button_all span:before{
    position: absolute;
    content:"\f061";
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    display: inline-block;
    top:0;
    bottom:0;
    right:-20px;
    transform:rotate(-45deg);
    margin:auto 0;
    transition:0.25s all linear;
}
.button_all:hover span:before{
    transform:rotate(0deg);
}
.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_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:25px;
    }
    .subtitle_vw{
        font-size:18px;
    }
    .content_vw{
        font-size:16px;
    }
    html:lang(ms) .button_all{
        font-size:12px;
    }
}

#top_spacing{
    height:calc(80px + 50px)!important;
}

@media screen and (max-width: 991.5px){
    #top_spacing{
        height:calc(80px + 0px)!important;
    }
}


/*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;
}

/*tag page*/
.product_list_horizontal .product_box .img_frame img{
    background-color:#fff;
    object-fit: contain;
    
}

/*hp_top*/
.hp_top{
    position:fixed;
    background-color:#1f3664;
    width:100%;
    height:50px;
    z-index:500;
    padding: 0 12% 0 3%;
    display:flex;
    justify-content: center;
    align-items: center;
}
.hp_top .col-md-12{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}
.hp_top_line{
    border: 1px solid #fff;
    height: 0;
    width: 61%;
    margin:0 1rem;
}
html:lang(ms) .hp_top_line{
    width:45%;
}
.hp_top_content{
    font-size:14px;
    font-weight:400;
    font-style:italic;
    margin-bottom:0;
    color:#fff;
}
.hp_top_icon{
    width:30px;
    height:30px;
    object-fit: contain;
    margin-right:0.5rem;
}

/*navbar*/
.navbar_type8{
    margin-top:50px;
}
.navbar_type8 .logo img{
    width: 10vw;
    padding: 5px;
}
.navbar_type8 .nav_tab .nav_item a{
    font-size: 1vw;
    font-weight: 600;
    padding: 15px 1.8vw;
    color: #000;
}
.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;
}

.dark_nav{
    background-color:#fff!important;
}

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a{
        font-size:1.2vw;
        padding:15px 1.1vw;
    } 
}

.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-img .dropdown-item .dropdown_pannel.p-3 {
    padding: 0!important;
    height:500px;
    flex-direction: row;
}

.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:#E53935;
}

/*hp_banner*/
.index_wrapper_2{
    margin-top:-80px;
}
.slider_banner .banner_content{
    overflow:hidden;
}
.hp_banner{
	position:relative;
	left:0%;
	top:55%;
	transform:translate(0,-50%);
    width:calc(100% - 0%);
}
.hp_banner .row{
    align-items: center;
}
.hp_banner .col-md-6:first-child{
    padding-left:0;
}
.hp_banner .col-md-6:last-child{
    padding-left:calc(1rem + 3%);
}
.hp_banner_small{
    font-size: 1vw;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 1rem;
    color: #1f3664;
}
.hp_banner_small span{
    position:relative;
}
.hp_banner_small span:before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: -9vw;
    width: 8vw;
    height: 2px;
    background-color: #1f3664;
    margin: auto 0;
}
.hp_banner_title{
    font-size:2.3vw;
    font-weight:700;
    line-height:1.5;
    color:#454547;
}
.hp_banner_content{
    font-size: 1vw;
    font-weight: 400;
    line-height: 1.5;
    color: #454547;
    width: 85%;
}
.hp_banner .hp_banner_image{
    width:100%!important;
    margin-left:0;
}
.hp_banner_buttonbox{
    display:flex;
    justify-content: flex-start;
    align-items: center;
    margin-top:4%;
}
.hp_banner_button{
    border:1px solid #1f3664;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    width: auto;
    padding: 0 42px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align:center;
    background-color: #1f3664;
    transition:0.25s all linear;
}
.hp_banner_button:hover{
    color:#1f3664;
    background-color:transparent;
    text-decoration: none;
    transform:scale(0.98);
    border-radius: 5px;
}
.hp_banner_button span{
    position: relative;
    margin-left:-20px;
}
.hp_banner_button span:before{
    position: absolute;
    content:"\f061";
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    display: inline-block;
    top:0;
    bottom:0;
    right:-20px;
    transform:rotate(-45deg);
    margin:auto 0;
    transition:0.25s all linear;
}
.hp_banner_button:hover span:before{
    transform:rotate(0deg);
}
.hp_banner_box.janimate{
    animation-delay: 0.35s;
}
@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:0px;
    }
    .hp_banner_content{
        font-size:1.5vw;
    }
}
@media screen and (max-width: 767.5px){
    .index_wrapper_2 .item>img{
    	min-height:140vw!important;
    	object-fit:cover;
    }
    .hp_banner .col-md-6:last-child{
        padding-left:calc(1rem + 0%);
    }
    .hp_banner{
        left:0%;
        top:48%;
        width:calc(100% - 0%);
    }
    .hp_banner .hp_banner_image{
        width:100%!important;
        margin-bottom:1rem;
    }
    .hp_banner_small{
        font-size:3.5vw;
    }
    .hp_banner_title{
        font-size:5vw;
    }
    .hp_banner_subtitle{
        font-size:4vw;
    }
    .hp_banner_content{
        font-size:4vw;
        width:100%;
    }
}

/*hp_about*/
.hp_about{
    position: relative;
    padding:100px 9%;
}
.hp_about .row{
    align-items: center;
}
.hp_about_title br{
    display:none;
}
.hp_about_text{
    font-size: 7vw;
    font-weight: 800;
    position: absolute;
    top: 2vw;
    right: -2vw;
    color: #f2f2f2;
    z-index: -1;
}
@media screen and (max-width: 991.5px){
    .hp_about{
        position: relative;
        padding:100px 1%;
    }    
    .hp_about_title br{
        display:block;
    }
    .hp_about_image{
        width: 60%;
        margin-right: 0;
        margin-top: 2rem;
    }
}
@media screen and (max-width: 767.5px){
    .hp_about{
        padding:60px 0 35px;
    }
    .hp_about_title br{
        display:none;
    }
    .hp_about_image{
        width: 100%;
    }
    .hp_about_text{
        top: 3vw;
        right: 0vw;
    }
}

/*hp_service*/
.hp_service{
    position: relative;
	background-image:url("https://cdn1.npcdn.net/img/1756440661wcu-bg2.jpg");
    background-size:cover;
    background-position:right;
    background-repeat:no-repeat;
    padding: 60px 3% 60px 0%;
}
.hp_service .row{
    align-items: center;
}
.hp_service:before{
    position: absolute;
    content:"";
    width:35%;
    height:100%;
    top:0;
    bottom:0;
    left:0;
    margin:auto 0;
    background-color:#1f3664;
}
.hp_service .col-lg-6:last-child{
    padding-left:calc(1rem + 4%);
}
.hp_service_icon{
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 1rem;
}
.hp_service .col-md-6{
    margin:1rem 0;
    padding:0 0.5rem!important;
}
.hp_service_image{
    position: relative;
    z-index:2;
}
.hp_service .col-md-6:hover .hp_service_icon{
    transform-origin:center;
    animation:j_shake 0.3s linear 0.1s 2;
}
.hp_service_text{
    font-size: 6.3vw;
    font-weight: 800;
    position: absolute;
    top: 0vw;
    left: -2vw;
    color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

@keyframes j_shake{
    25%{transform:rotate(10deg);}
    75%{transform:rotate(-10deg);}
}

@media screen and (max-width: 991.5px){
    .hp_service{
        padding:60px 0;
    }
    .hp_service:before{
        width: 100%;
        height: 40%;
        bottom: unset;
    }
    .hp_service_image{
        width:75%;
    }
    .hp_service .col-md-6{
        display:flex;
        flex-direction: column;
        justify-content: column;
    }
    .hp_service .col-lg-6:last-child {
        padding: 0 calc(1rem + 4%);
    }
    .hp_service_icon{
        margin:0 auto 1rem;
    }
    .hp_service_content br{
        display:none;
    }
    .hp_service_subtitle,
    .hp_service_content{
        text-align: center;
    }
}
@media screen and (max-width: 767.5px){
    .hp_service {
        padding: 0px 0 30px;
    }
   .hp_service_text{
        top: 3vw;
        left:unset;
        right: 0vw;
        display:none;
    }    
    .hp_service_image {
        width: 100%;
        margin-top:2rem;
    }
    .hp_service .col-lg-6:first-child{
        order:2;
    }
    .hp_service .col-lg-6:last-child{
        order:1;
    }
    .hp_service_content br{
        display:block;
    }
    .hp_service:before {
        height: 10%;
        top: unset;
        bottom: 0;
    }
}

/*hp_album*/
.index_wrapper_5{
    padding:90px 9% 60px;
}
@media screen and (max-width: 767.5px){
    .index_wrapper_5{
        padding:60px 1rem;
    }    
}
#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:-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_qua*/
.hp_qua{
    position:relative;
    background-color:#f2f2f2;
    padding:100px 9%;
	background-image:url("https://cdn1.npcdn.net/images/cta_bg_h41smf_1756429925.jpg?md5id=87b428922a688f8a0e4ace11a473f29a&type=4");
	background-size:cover;
	background-position:bottom;
	background-repeat:no-repeat;
}
.hp_qua_image{
    margin-top:4rem;
    transition:0.25s all linear;
}
.hp_qua_image:hover{
    transform:scale(1.05);
}

@media screen and (max-width: 991.5px){
    .hp_qua{
        padding:100px 3%;
    }

}
@media screen and (max-width: 767.5px){
    .hp_qua{
        padding:60px 0%;
    }
    .hp_qua_content br{
        display:none;
    }    
}

/*hp_pro*/
.index_wrapper_7{
	background-image:url("https://cdn1.npcdn.net/images/machine_bg_emqyhp_1756429926.jpg?md5id=87b428922a688f8a0e4ace11a473f29a&type=4");
	background-size:cover;
	background-position:bottom;
	background-repeat:no-repeat;
    padding: 100px 0% 100px 9%;
}
.index_wrapper_7 .row{
    align-items: center;
}
.productSlider-1 .slick-track{
    margin-left: 13.5vw;
}
.productSlider-1 .slick-list{
    margin-right: -7vw;
}

/*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{
    margin: 0px;
    border: 15px solid transparent;
    background-color: white;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.productSlider-1 .product_img .product_box h6{
    border-top: 1px solid #454547;
    padding-top:1rem;
    font-size:1vw;
    font-weight:400;
    color:#454547;
}
.productSlider-1 .product_img .product_box a:hover{
   text-decoration: none; 
}
.productSlider-1 .product_img .product_box .content > p{
    display:none;
}
.productSlider-1 .product_img .product_box .content .align-top{
    display:none;
}
@media screen and (max-width: 1200.5px){
    .hp_pro_content br{
        display:none;
    }
}
@media screen and (max-width: 991.5px){
    .index_wrapper_7{
        padding:100px 3%;
    }
    .productSlider-1 .product_img .product_box h6{
        font-size:1.5vw;
    }
    #index_7{
        flex:0 0 100%;
        max-width:100%;
        margin-bottom:2rem;
    }
    #index_8{
        flex:0 0 100%;
        max-width:100%;
    }
    .productSlider-1 .slick-track{
        margin-left: 0vw;
    }
    .productSlider-1 .slick-list{
        margin-right: 0vw;
    }
}
@media screen and (max-width: 767.5px){
    .productSlider-1 .product_img .product_box h6{
        font-size:14px;
    }    
    .index_wrapper_7{
        padding:60px 3% 53px;
    }
    .hp_pro_content br{
        display:none;
    }
    #index_8{
        padding:0 3%!important;
    }
}

/*hp_contact*/
.index_wrapper_9{
    background-image:url("https://cdn1.npcdn.net/images/contact_bg_cpe0ib_1756429925.jpg?md5id=87b428922a688f8a0e4ace11a473f29a&type=4");
	background-size:cover;
	background-position:bottom;
	background-repeat:no-repeat;
    padding:100px 9%;
}
.index_wrapper_9 .row{
    align-items: center;
}
.hp_contact_button{
    background-color:#fff;
    color:#1f3664;
}
.hp_contact_button:hover{
    color:#fff;
    border:1px solid #fff;
}

/*component - contact*/
.hp_contactform_header{
  display:none;  
}
.ex_hpcontact_formonly textarea{
    height:40px;
}
.ex_hpcontact_formonly input,
.ex_hpcontact_formonly textarea{
    background-color:transparent;
    border-radius:0;
    border:0px solid transparent;
    border-bottom:1px solid #fff;
    color:#fff;
}
#fileUpload{
    border-bottom:0px solid transparent;
}
.ex_hpcontact_formonly input::placeholder,
.ex_hpcontact_formonly textarea::placeholder{
    color:#fff;
}
.ex_hpcontact_formonly label{
    color:#fff;
}
.ex_hpcontact_formonly input:focus,
.ex_hpcontact_formonly textarea:focus{
    color: #fff;
    background-color: transparent;
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}
.ex_hpcontact_formonly button{
    background-color: #fff !important;
    border-radius: 0px;
    height: 35px;
    width: 180px;
    color: #1f3664;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500!important;
}
.ex_hpcontact_formonly button:hover{
    color:#1f3664;
}
.ex_hpcontact_formonly i{
    display:none;
}

@media screen and (max-width: 991.5px){
    .index_wrapper_9{
        padding: 100px 3%;
    }
}

@media screen and (max-width: 767.5px){
    .index_wrapper_9{
        padding: 60px 3% 42px;
    }
    .hp_contact_content br{
        display:none;
    }
    .contact_us_form{
        padding:0 1rem!important;
    }
}



/*footer*/
.footer_type10{
    background-color:#192a4f;
}
.footer_type10 .copy_right,
.npfooter_languagebar .text-muted,
.platinum_website_visitor,
.npfooter_languagebar,
.copy_right small,
.footer_type10 .privacy_policy:hover,
.footer_type10 .mb-1{
    color:#fff!important;
}
.footer_type10 .social_media a .icon_s img{
    filter:brightness(0) invert(1);
}
.footer_langbar_item{
    color:#fff!important;
}
.footer_type10 a:hover,
.footer_type10 i:hover{
    color:#fff!important;
}
.footer_subtitle{
    font-weight: 400 !important;
    letter-spacing: 2px;
}
.footer_type10 .logo{
    min-height:90px;
}
.footer_type10 .social_media a:hover .icon_s i{
    color:#fff!important;
}
.footer_type10 .logo img{
    max-height:90px;
    padding:5px;
    background-color:#fff;
}
.footer_type10 .sub_title{
    border-bottom:1px solid #fff;
}
.footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3:nth-child(1) .sub_title{
    display:none;
}
.alter_footer_subtitle {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    text-decoration: underline;
}
.footer_type10 .text{
    font-size:14px;
}

/*mobile side-navbar*/
.side_menu .footer_langbar_item{
    color:#fff!important;
}




    .table_wrapper{
        overflow-x:scroll;
    }

