/*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: 16px;
    font-weight: 500;
    margin-bottom: 1rem;
    letter-spacing: 2px;
    color: #888;
}
.title_all{
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
    color: #293a4c;
}
.subtitle_all{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1.3;
    color: #293a4c;
}
.content_all{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.5;
    color: #555;
}
.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{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    width: 170px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #293a4c;
    border: 1px solid #293a4c;
    border-radius: 1000px;
    transition: 0.25s all linear;
}
.button_all:hover{
    color:#fff;
    text-decoration: none;
    transform:scale(0.98);
}
.button_all span{
    position: relative;
    margin-left:-25px;
}
.button_all span:before{
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    margin: auto 0;
    top: 0;
    bottom: 0;
    right: -25px;
	background-image:url("https://cdn1.npcdn.net/images/button_arrow_dijrsw_1759456657.png?md5id=4d3515f670beb14cc76159cd3881151b&type=4");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    transition:0.25s all linear;
}
.button_all:hover span:before{
    transform:rotate(45deg);
}
.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:34px;
    }
    .subtitle_all{
        font-size:21px;
    }
    .content_all{
        font-size:14px;
    }
}

/*product page*/
.product_list_5 .product_box .img_frame img{
    object-fit: contain;
}

/*photoalbum page*/
.ws_gallery-2 .img_frame img{
    object-fit: contain;
}
.ws_gallery-2 .img_frame{
    padding-top:unset;
    height: auto;
    aspect-ratio: 1 / 0.705625;
}
.ws_gallery-4 .img_frame{
    border:0px solid transparent;
    padding-top: unset;
    height: auto;
    aspect-ratio: 1 / 0.705;
}
.ws_gallery-4 .img_frame img{
    object-fit: contain;
}
.ws_gallery-4 .img_frame:hover img {
    width: 100%;
    height: 100%;
}


/*navbar*/
.navbar_type8{
    background-color:#293a4c;
    height:100px;
}
#main_index .navbar_type8{
    background-color:transparent;
}
.navbar_type8 .logo{
    margin-left:155px;
}
.navbar_type8 .logo img{
    width:11vw;
    padding:5px;
}
.navbar_type8 .nav_tab .nav_item a{
    font-size:0.9vw;
    font-weight:500;
    padding:15px 1.2vw;
    color:#fff;
}
.navbar_type8 .nav_tab .nav_item::before{
    border-bottom:2px solid #fff;
}
.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:#293a4c;
}
.navbar_mobile .btn-outline-light {
    border-color: #fff;
    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:#293a4c!important;
}


.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;
}
.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;
}

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a{
        font-size: 1.2vw;
        padding: 15px 1.2vw;
    } 
    .navbar_type8 .logo{
        margin-left:21px;
    }
    .navbar_type8 .nav_tab{
        padding-right:21px;
    }
}

/*hp_banner*/
.index_wrapper_2{
    margin-top:-100px;
}
.slider_banner .banner_content{
    overflow:hidden;
}
.hp_banner{
	position:relative;
	left:0%;
	top:50%;
	transform:translate(0,-50%);
    width:calc(100% - 0%);
}
.hp_banner_box{
    overflow:hidden;
}
.hp_banner_title{
    font-size: 4.5vw;
    font-weight: 400;
    line-height: 1.3;
    text-shadow:0px 0px 5px rgba(0,0,0,0.3);
    margin-bottom:0;
    color: #fff;
}
.hp_banner_title b{
    font-weight:700;
}
.hp_banner_buttonbox{
    display:flex;
    justify-content: flex-start;
    align-items: center;
    margin-top:4%;
}
.hp_banner_button{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    width: 170px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 1000px;
    transition: 0.25s all linear;
}
.hp_banner_button:hover{
    color:#fff;
    text-decoration: none;
    transform:scale(0.98);
}
.hp_banner_button span{
    position: relative;
    margin-left:-25px;
}
.hp_banner_button span:before{
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    margin: auto 0;
    top: 0;
    bottom: 0;
    right: -25px;
	background-image:url("https://cdn1.npcdn.net/images/button_arrow_dijrsw_1759456657.png?md5id=4d3515f670beb14cc76159cd3881151b&type=4");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    transition:0.25s all linear;
}
.hp_banner_button:hover span:before{
    transform:rotate(45deg);
}
.b_2.janimate{
    animation-delay: 0.3s;
}
.b_3.janimate{
    animation-delay: 0.7s;
}
.hp_banner_buttonbox.janimate{
    animation-delay: 0.5s;
}
@media screen and (max-width: 991.5px){
    .index_wrapper_2{
        margin-top:0px;
    }
}
@media screen and (max-width: 767.5px){
    .index_wrapper_2 .item>img{
    	min-height:70vw!important;
    	object-fit:cover;
    }
    .hp_banner{
        left:2%;
        top:46%;
        width:calc(100% - 4%);
    }
    .hp_banner_title{
        font-size:21px;
    }
    .hp_banner_buttonbox{
        margin-top: 13px;
    }
    .hp_banner_button{
        width: 144px;
        height: 34px;
        font-size:13px;
    }
    .hp_banner_button span{
        margin-left:-21px;
    }
    .hp_banner_button span:before{
        width:13px;
        height:13px;
        right: -21px;
    }
}

/*hp_service*/
.hp_service{
    padding:calc(120px - 1rem) 0;
}
.hp_service_box{
    border-radius:5px;
    padding:9%;
    background-color:#f2f2f2;
    margin:1rem 0;
}
.hp_service_icon{
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-bottom:1rem;
}
.hp_service_box:hover .hp_service_icon{
    transform-origin:center;
    animation:j_shake 0.3s linear 0.1s 2;
}
@keyframes j_shake{
    25%{transform:rotate(10deg);}
    75%{transform:rotate(-10deg);}
}

@media screen and (max-width: 767.5px){
    .hp_service{
        padding: calc(2rem - 1rem) 0 calc(60px - 1rem);
    }
    .hp_service_box{
        padding:21px;
    }
    .hp_service_content{
        font-size:13px;
    }
}

/*hp_who*/
.hp_who{
    background:linear-gradient(to right, #f2f2f2 25%, transparent 25%);
    padding:80px 0 calc(80px + 71px);
}
.hp_who .row{
    align-items: center;
}
.hp_who .col-lg-6:first-child{
    padding-right:calc(1rem + 5%);
}
.hp_who_small{
    margin-bottom:26px;
}
.hp_who_title{
    font-size:45px;
    margin-bottom:31px;
}
.hp_who_button{
    width:230px;
}
.hp_who_button span{
    margin-left:-40px;
}
.hp_who_button span:before{
    right: -40px;
}

@media screen and (max-width: 991.5px){
    .hp_who{
        background:linear-gradient(to right, #f2f2f2 9%, transparent 9%);
    }
    .hp_who .col-lg-6:first-child{
        padding-right:calc(1rem + 0%);
    }    
    .hp_who_image{
        margin-bottom:2rem;
    }
}
@media screen and (max-width: 767.5px){
    .hp_who{
        background:linear-gradient(to right, #f2f2f2 100%, transparent 100%);
        padding: 60px 0 130px;
    }    
    .hp_who_title{
        font-size:34px;
        width:17rem;
    }
    .hp_who_title br{
        display:none;
    }
    
}

/*hp_pro*/
.hp_pro{
    padding:86px 0;
	background-image:url("https://cdn1.npcdn.net/images/product_bg_1thapu_1759456660.png?md5id=4d3515f670beb14cc76159cd3881151b&type=4");
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    margin-top: -71px;
    z-index: 1;
    position: relative;
}
.hp_pro_box{
    position:relative;
    overflow:hidden;
    margin:1rem 0;
}
.hp_pro_lay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(to top, #293a4c, transparent, transparent);
}
.hp_pro_link{
    font-size:0;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}
.hp_pro_content{
    font-weight:300;
    line-height: 1.8;
}
.hp_pro_button{
    border:1px solid #fff;
    background-color:transparent;
}
.hp_pro .row:nth-child(2){
    margin-top: calc(47px - 1rem);
}
.hp_pro_image{
    transition:0.25s all linear;
}
.hp_pro_box:hover .hp_pro_image{
    transform:scale(1.05);
}
.hp_pro_box:hover .hp_pro_icon{
    transform:scale(1.05);
}
.hp_pro_box:hover h3{
    margin-left:1rem;
}
.hp_pro_icon{
    position: absolute;
    bottom: 9%;
    right: 9%;
    width: 50px;
    height: 50px;
    object-fit: contain;
    transition:0.25s all linear;
}
.hp_pro h3{
    position: absolute;
    bottom: 9%;
    left: 9%;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    transition:0.25s all linear;
    margin-bottom:0;
}

@media screen and (max-width: 767.5px){
    .hp_pro{
        position: relative;
        padding: 60px 0 30px;
    }
    .hp_pro:before{
        position: absolute;
        content:"";
        height:90%;
        width:100%;
        bottom:0;
        background-color:#293a4c;
    }
    /*.hp_pro_content br{*/
    /*    display:none;*/
    /*}*/
    .hp_pro .row:nth-child(2){
        margin-top: calc(47px - 0.5rem);
    }
    .hp_pro_box{
        margin:0.5rem 0;
    }
    .hp_pro h3{
        font-size:21px;
    }
    .hp_pro_icon{
        width:34px;
        height:34px;
    }
}

/*hp_ref*/
.index_wrapper_6{
    position: relative;
    padding: 190px 0 80px;
    margin-top: -157px;
}
.index_wrapper_6:before{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 47%;
    height: 61%;
    background-color: #f2f2f2;
}
#custom_ref .slick-prev{
    left:-50px;
    z-index: 1;
}
#custom_ref .slick-next{
    right:-23px;
    z-index: 1;
}
#custom_ref .slick-prev:before{
    background-image:url("https://cdn1.npcdn.net/images/button_left_c25qau_1759456657.png?md5id=4d3515f670beb14cc76159cd3881151b&type=4");  
	background-size:100%;
	background-position:center;
	background-repeat:no-repeat;
    content: "";
    width: 2rem;
    height: 2rem;
    display: flex;
}
#custom_ref .slick-next:before{
    background-image:url("https://cdn1.npcdn.net/images/button_right_vb4njc_1759456657.png?md5id=4d3515f670beb14cc76159cd3881151b&type=4");
	background-size:100%;
	background-position:center;
	background-repeat:no-repeat;
    content: "";
    width: 2rem;
    height: 2rem;
    display: flex;
}
.hp_ref_box{
    position: relative;
    padding:0 0.75rem 40px;
}
.hp_ref_imagebox{
    overflow: hidden;
    border-radius: 20px;
}
.hp_ref_image{
    transition:0.25s all linear;
}
.hp_ref_box:hover .hp_ref_image{
    transform:scale(1.05);
}
.hp_ref_iconbox{
    position: absolute;
    bottom: 0;
    right: 40px;
    width: 80px;
    height: 80px;
}
.hp_ref_box:hover .hp_ref_icon{
    transform-origin:center;
    animation:j_shake 0.3s linear 0.1s 2;
}
.hp_ref_buttonbox{
    margin:1.5rem 0 2rem;
}

@media screen and (max-width: 767.5px){
    .index_wrapper_6{
        padding: 190px 0 18px;
    }
    .index_wrapper_6:before{
        width:100%;
        height:100%;
    }
    #custom_ref .slick-prev{
        left:-11px;
    }
    #custom_ref .slick-next{
        right:2px;
    }
    .hp_ref_box{
        padding: 0 0rem 40px;
    }
    #custom_ref .slick-prev:before,
    #custom_ref .slick-next:before{
        filter:brightness(0);
    }
    .hp_ref_buttonbox{
        margin:1.5rem 0 0.5rem;
    }
}

/*component - image slider*/
#main_index .hp_photoGallerySliderWithTitle {
    background-color: transparent;
    margin-top: 30px;
}
#main_index .innerContainer_6{
    padding:0!important;
}

#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{
    aspect-ratio: 1 / 0.705625;
    height:auto;
    padding-top:unset;
}
#main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box .gallery_box img {
    border-radius: 15px;
    object-fit: contain;
}
.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) {
    #main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box{
        padding:0;
    }
    .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev{
        left: 5px;
        filter: drop-shadow(1px 1px 0px #fff);
    }
    .hp_photoGallerySliderWithTitle .photo-gallery .slick-next{
        right:15px;
        filter: drop-shadow(1px 1px 0px #fff);
    }
    .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev::before{
        width:8vw;
        height:8vw;
    }
    .hp_photoGallerySliderWithTitle .photo-gallery .slick-next::before{
        width:8vw;
        height:8vw;
    }
}



/*hp_run*/
.hp_run{
    padding: 47px 0 90px;
    border-bottom: 1px solid #1360aa;
}
.hp_run_box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: calc(250px * 31);
    margin-top: 4rem;
    animation:goingright 40s linear infinite;
}
.hp_run_imagebox {
    position: relative;
    width: 250px;
    height: 110px;
}
.hp_run_image{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@keyframes goingright{
    100%{
        transform:translateX(calc(-250px * 25));
    }
}
@keyframes goingright_m{
    100%{
        transform:translateX(calc(-144px * 25));
    }
}
@media screen and (max-width: 767.5px){
    .hp_run{
        padding:47px 0 53px;
    }
    .hp_run_box {
        margin-top:34px;
        width: calc(144px * 31);
        animation:goingright_m 34s linear infinite;
    }
    .hp_run_imagebox{
        width: 144px;
        height: 70px;
    }
}

/*hp_team*/
.hp_team{
	background-image:url("https://cdn1.npcdn.net/images/team_bg_0kesxc_1759456664.jpg?md5id=4d3515f670beb14cc76159cd3881151b&type=4");
	background-size:100%;
	background-position:bottom left;
	background-repeat:no-repeat;
    padding:80px 0;
}
.hp_team .row{
    align-items: center;
}
.hp_team .row:last-child{
    padding:0 15px;
}
.hp_team .col-md-3.col-lg-2{
    padding-right:13px!important;
}
.hp_team_title{
    margin-bottom: 49px;
}
.hp_team_grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    column-gap: 13px;
    row-gap: 13px;
    width: 100%;
}

.hp_team_main_imagebox,
.hp_team_imagebox{
    overflow: hidden;
}
.hp_team_image{
    transition:0.25s all linear;
}
.hp_team_mainbox:hover .hp_team_image,
.hp_team_gridbox:hover .hp_team_image{
    transform:scale(1.05);
}

.hp_team_main_contentbox{
    margin-top:13px;
}
.hp_team_main_contentbox h3{
    margin-bottom: 0;
    line-height: 1;
    font-size: 17px;
    color:#000;
}
.hp_team_main_contentbox p{
    margin-bottom: 0;
    line-height: 1;
    font-size: 15px;    
    color:#888;
}

.hp_team_contentbox{
    margin-top:5px;
}
.hp_team_contentbox h3{
    font-size:11px;
    color:#000;
    line-height: 1;
    margin-bottom:5px;
}
.hp_team_contentbox p{
    font-size: 9px;
    line-height: 1;
    margin-bottom: 0;
    color: #555;
}

@media screen and (max-width: 991.5px){
    .hp_team_grid{
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .alter_teamabc{
        display: none;
    }
}
@media screen and (max-width: 767.5px){
    .hp_team{
        background-size:cover;
        padding:55px 0 0px;
    }
    .hp_team .row:last-child{
        padding:0;
    }
    .hp_team_title {
        margin-bottom: 15px;
    }
    .hp_team .col-md-3.col-lg-2{
        padding:0 15px!important;
    }
    .hp_team_grid{
        grid-template-columns: 1fr 1fr;
        margin:34px 15px;
        width:calc(100% - 30px);
    }
    .hp_team_main_contentbox h3{
        font-size:21px;
        margin-bottom:5px;
    }
    .hp_team_main_contentbox p{
        font-size:13px;
    }
    .hp_team_contentbox h3{
        font-size:13px;
    }
    .hp_team_contentbox p{
        font-size:10px;
    }
}

/*hp_news*/
.index_wrapper_9 {
    padding: 34px 0 80px;
}
.latest_new_type6 .news_box .news_box_content{
    background-color:#f2f2f2;
}
.latest_new_type6 .news_box .badge-primary{
    background-color:#293a4c;
}
.latest_new_type6 .news_box .date{
    font-size:12px;
    color:#000;
}
.latest_new_type6 .news_box .title{
    font-size: 14px;
    font-weight: 700;
}
.latest_new_type6 .news_box .img_frame{
    height:auto;
    aspect-ratio: 16 / 9;
}

@media screen and (max-width: 767.5px){
    .index_wrapper_9{
        padding:31px 0 60px;
    }
    .hp_news_title{
        text-align: center;
        margin-bottom:13px;
    }
    .latest_new_type6{
        padding-top:0;
        margin-top:0;
        margin-bottom:0;
    }
    .latest_new_type6 .news_box{
        padding: 21px 15px;
    }
}

/*hp_contact*/
.hp_contact{
    position: relative;
    margin:0;
}
.hp_contact:before{
    position:absolute;
    content:"";
    bottom:0;
    left:0;
    right:0;
    background-color:#f2f2f2;
    height:40%;
    width:100%;
}
.hp_contact_box {
    background-image:url("https://cdn1.npcdn.net/images/contact_bg_m9sfu7_1759456657.png?md5id=4d3515f670beb14cc76159cd3881151b&type=4");
	background-size:cover;
	background-position:bottom;
	background-repeat:no-repeat;
    display: flex;
    clip-path: polygon(2% 0, 100% 0, 100% 86%, 97% 100%, 0 100%, 0 12%);
}
.hp_contact_box1 {
    flex: 0 0 60%;
}
.hp_contact_box2 {
    flex: 0 0 40%;
}
.hp_contact_box {
    display: flex;
    padding: 5.9%;
}
.hp_contact_title{
    color:#fff;
}
.hp_contact_content{
    font-weight:300;
    color:#fff;
}
.hp_contact_button{
    border:1px solid #fff;
    background-color:transparent;
}

@media screen and (max-width: 991.5px){
    .hp_contact_box{
        flex-direction: column;
    }
    .hp_contact_box1 {
        flex: 0 0 100%;
    }
    .hp_contact_box2 {
        flex: 0 0 100%;
    }    
}
@media screen and (max-width: 991.5px){
    .hp_contact_box{
        clip-path: unset;
        padding: 32px;
    }
}

/*footer*/
.footer_type7{
    background-color:#f2f2f2;
}
.alter_footer_line{
    border-top: 1px solid #293a4c;
    margin-bottom: 30px;
}
.footer_type7 .social_media{
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.footer_type7 .social_media a{
    margin-left: 0;
    margin-right: 0.5rem;
}
.footer_type7 .social_media i{
    border: 1px solid #293a4c;
    background-color: #293a4c;
    width: 30px;
    height: 30px;
    color:#fff!important;
    border-radius: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_type7,
.footer_type7 a,
.footer_type7 a:hover,
.footer_type7 i,
.footer_type7 p,
.footer_type7 .footer_subtitle{
    color:#293a4c!important;
}
.footer_type7 .footer_subtitle{
    text-transform: uppercase;
    font-size:16px;
}
.footer_type7 .logo{
    min-height: 70px;
}
.footer_type7 .logo img{
    max-height:70px;
}
.footer_type7 .copy_right,
.npfooter_languagebar .text-muted,
.platinum_website_visitor,
.npfooter_languagebar,
.copy_right small,
.footer_type7 .privacy_policy:hover,
.footer_type7 .mb-1{
    color:#293a4cimportant;
}
.footer_type7 .social_media a .icon_s img{
    filter:brightness(0) invert(0)!important;
}
.footer_langbar_item{
    color:#293a4c!important;
}

/*mobile side-navbar*/
.side_menu .footer_langbar_item{
    color:#fff!important;
}

.gallerycategory .img_frame img{
    object-fit: contain;
}