a {
    text-decoration: none !important;
}

#main_index {
    overflow: hidden !important;
    padding-bottom: 0px !important;
}

@media screen and (max-width: 767.5px){
.ws_contact > .container:nth-child(2) > .row > .col-12:nth-child(3) > .row.flex-md-row-reverse:first-child{
    flex-direction: column-reverse!important;
}
}


/*topspace*/

.industry_topContact {
    background-color: transparent;
    border-bottom: 1px solid #ccc;
    height: 35px;
}

.industry_topContactContent a {
    color:#fff;
    text-decoration: none;
}

.industry_topContactContent {
    display: flex;
    justify-content: center;
    padding: 12px 0;
    /* padding-right: 7vw; */
}

.industry_topContactText {
    font-size: 19px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
}

.industry_topContactText:before {
    position: absolute;
    content: "";
    width: 320%;
    height: 1px;
    background-color: #b0aeae;
    top: 0;
    bottom: 0;
    right: 105%;
    margin: auto 0;
}

.industry_topContactText:after {
    position: absolute;
    content: "";
    width: 320%;
    height: 1px;
    background-color: #b0aeae;
    top: 0;
    bottom: 0;
    left: 105%;
    margin: auto 0;
}

.industry_topContactText a:hover {
    color: #fff;
}

@media screen and (max-width: 1200.5px){
}

@media all and (max-width: 992px) { 
    .industry_topContact {
        display: none;
    }
}

/*navigation bar*/

.navbar_type8 {
    height: 115px;
    background-color: #fff;
    transition: all 0.25s ease-in-out;
    padding: 0 5vw;
    border-bottom: 4px solid;
    border-image: linear-gradient(to left, #428ac8, #46b648) 1;
}

.dark_nav {
    background-color: #fff !important;
}

.navbar_type8 .nav_tab {
    padding-right: 6vw;
    flex: 0 1 120%;
    gap: .7vw;
}

.navbar_type8 .nav_tab .nav_item {
    text-transform: unset;
    padding: 3px 0;
}

.navbar_type8 .logo {
    margin-left: 4vw;
    flex: 0 1 15%;
}

.navbar_type8 .logo img {
    width: 100%;
    padding: 3px;
    object-position: left;
    transition: all 0.25s ease-in-out;
    margin-left: 0.5vw;
}

.navbar_type8 .nav_tab .nav_item {
    position: relative;
}

.navbar_type8 .nav_tab .nav_item a {
    font-size: 1.2vw;
    font-weight: 500;
    color: #333;
    padding: 8px 1.2vw;
    transition: color 0.35s ease-in-out;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
}

html:lang(ms) .navbar_type8 .nav_tab .nav_item a {
    font-size: 17px;
    font-weight: 500;
    color: #333;
    padding: 8px 15px;
    transition: color 0.35s ease-in-out;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
}

.navbar_type8 .nav_tab .nav_item::before {
    content: none;
}

.navbar_type8 .nav_tab .nav_item a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 4px;
    background-color: #46b648;
    transform: translateX(-50%);
    transition: width 0.35s ease-in-out;
    opacity: 0;
}

.navbar_type8 .nav_tab .nav_item:hover a::after {
    width: 70%;
    opacity: 1;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover {
    color: #fff !important;
}

.navbar_type8 .nav_tab .dropdown .nav_item:hover a::after {
    width: 60%;
    opacity: 0;
}

@media screen and (max-width: 1300.5px){
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 15px;
        font-weight: 500;
        color: #333;
        padding: 8px 17px;
        transition: color 0.35s ease-in-out;
        text-transform: capitalize;
        position: relative;
        z-index: 1;
    }
    
    .navbar_type8 .nav_tab {
        padding-right: 3vw;
        flex: 0 1 120%;
        gap: .7vw;
    }
    
    html:lang(ms) .navbar_type8 .nav_tab .nav_item a {
        font-size: 15px;
        font-weight: 500;
        color: #333;
        padding: 8px 11px;
        transition: color 0.35s ease-in-out;
        text-transform: capitalize;
        position: relative;
        z-index: 1;
    }
}

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 14px;
        font-weight: 500;
        color: #333;
        padding: 8px 15px;
        transition: color 0.35s ease-in-out;
        text-transform: capitalize;
        position: relative;
        z-index: 1;
    }
    
    .navbar_type8 .nav_tab {
        padding-right: 1vw;
        flex: 0 1 120%;
        gap: .7vw;
    }
    
    html:lang(ms) .navbar_type8 .nav_tab .nav_item a {
        font-size: 13px;
        font-weight: 500;
        color: #333;
        padding: 8px 9px;
        transition: color 0.35s ease-in-out;
        text-transform: capitalize;
        position: relative;
        z-index: 1;
    }
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
}

/*hp_banner*/

.banner_content{
    overflow: hidden;
    opacity: 1!important;
}

.n_bannerContainer {
    position: relative;
    width: 100%;
    height: 100%;
}

.n_bannerGroup {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 1 !important;
}

.n_bannerInnerGroup {
    position: absolute;
    top: 10vw;
    left: 35vw;
    transform: translate(-20%, -50%);
    width: 55%;
}

.n_bannerTitle {
    font-size: 90px;
    font-weight: 800;
    color: #000;
    line-height: 1.2;
    margin-top: 0vw;
}

.n_bannerSubtitle {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    margin-top: -0.5vw;
}

.n_bannerImg {
    position: absolute;
    width: 100%;
    top: 0vw;
    left: 0vw;
    z-index: 0;
    overflow: hidden !important;
}

.n_bannerImg2 {
    position: absolute;
    width: 9%;
    top: 20.6vw;
    left: 3vw;
    z-index: 0;
    overflow: hidden !important;
}

.n_bannerImg3 {
    position: absolute;
    width: 38%;
    top: 4vw;
    right: 7vw;
    z-index: 0;
    overflow: hidden !important;
}

.slider_banner_bullet .slick-dots li button {
    color: rgba(0, 0, 0, 0.5);
    font-size: 18px;
    padding-left: 12px;
}

.slider_banner_bullet .slick-dots li.slick-active button::before {
    color: rgba(0, 0, 0, 0.8);
}

.slider_banner_bullet .slick-dots li.slick-active button {
    color: rgba(0, 0, 0, 0.8);
    padding-right: 20px;
}

.slider_banner_bullet .slick-dots li button::before {
    color: rgba(0, 0, 0, 0.5);
    font-size: 18px;
    font-family: unset;
    width: unset;
    height: unset;
    content: '0';
    opacity: 1;
}

.slider_banner_bullet .slick-dots li button::after {
    background: rgba(0, 0, 0, 0.5);
    line-height: 27px;
    position: absolute;
    left: 230%;
    content: "";
    top: 50%;
    height: 0.8px;
    width: 35px;
    transform: translate(-50%, -50%);
}

.slider_banner_bullet .slick-dots {
    position: absolute;
    bottom: -41px;
}

@media screen and (max-width: 1300.5px){
    .n_bannerTitle {
        font-size: 70px;
        font-weight: 800;
        color: #000;
        line-height: 1.2;
        margin-top: 0vw;
    }

    .n_bannerSubtitle {
        font-size: 35px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        margin-top: -0.5vw;
    }
}

@media screen and (max-width: 1200.5px){
    .n_bannerTitle {
        font-size: 60px;
        font-weight: 800;
        color: #000;
        line-height: 1.2;
        margin-top: 0vw;
    }

    .n_bannerSubtitle {
        font-size: 25px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        margin-top: -0.5vw;
    }
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .n_bannerTitle {
        font-size: 20px;
        font-weight: 800;
        color: #000;
        line-height: 1.2;
        margin-top: 0vw;
    }

    .n_bannerSubtitle {
        font-size: 13px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        margin-top: 0vw;
    }
}

@media screen and (max-width: 426px){
    .n_bannerTitle {
        font-size: 18px;
        font-weight: 800;
        color: #000;
        line-height: 1.2;
        margin-top: 0vw;
    }

    .n_bannerSubtitle {
        font-size: 11px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        margin-top: 0vw;
    }
}

/*hp_about*/

.hp_about {
    padding: 5vw 8.5vw 5vw 8.5vw;
    position: relative;
}

.hp_about_img {
    width: 100%;
    max-width: 150%;
    border-radius: 20px;
}

.hp_about_img .img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}

.hp_about_right {
    padding: 0.5vw 0vw 0vw 2vw;
}

.hp_about .title_big {
    font-size: 36px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-bottom: 0vw;
    padding-bottom: 15px;
}

.hp_about .title_big::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 2px;
    background: linear-gradient(to right, #428ac8, #46b648);
}

.hp_about .hp_keyword {
    font-size: 20px;
    font-weight: 400;
    color: #333;
    margin-bottom: 0;
    line-height: 1.8;
    padding: 0.5vw 0vw 0vw 0vw;
}

.n_aboutViewMore {
    font-size: 19px;
    font-weight: 400;
    color: #fff;
    background-color: #0168b5;
    text-align: center;
    /* padding: 1%; */
    height: 3.5vw;
    width: 15vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 1vw;
    border-radius: 35px;
}

.n_aboutViewMore:hover {
    color: #fff;
    background-color: #46b648;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

.n_aboutViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: none;*/
    outline: none;
    overflow: hidden;
}

.n_aboutViewMore:hover {
    transform: scale(1.05);
}

.n_aboutViewMore:active {
    transform: scale(0.85);
}

.n_aboutViewMore:hover::before {
    animation: shine 1.5s ease-out infinite;
}

.n_aboutViewMore::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.n_aboutViewMore img.arrow-icon {
    margin-left: 8px !important;
    width: 18px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_aboutViewMore:hover img.arrow-icon {
    animation: swing 1s;
    filter: brightness(0) invert(1);
}

@media screen and (max-width: 1300.5px){
    .hp_about .title_big {
        font-size: 25px;
        font-weight: 600;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-bottom: 0vw;
        padding-bottom: 15px;
    }
    
    .n_aboutViewMore {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        background-color: #0168b5;
        text-align: center;
        /* padding: 1%; */
        height: 3.5vw;
        width: 15vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1vw;
        border-radius: 35px;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_about .hp_keyword {
        font-size: 15px;
        font-weight: 400;
        color: #333;
        margin-bottom: 0;
        line-height: 1.8;
        padding: 2vw 0vw 1vw 0vw;
    }
    
    .n_aboutViewMore {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: #0168b5;
        text-align: center;
        /* padding: 1%; */
        height: 3.5vw;
        width: 15vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1vw;
        border-radius: 35px;
    }
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .hp_about {
        padding: 7vw 5vw 6vw 5vw;
        position: relative;
    }
    
    .hp_about_right {
        padding: 5vw 4vw 0vw 4vw;
    }
    
    .n_aboutViewMore {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: #0168b5;
        text-align: center;
        /* padding: 1%; */
        height: 10vw;
        width: 40vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1vw;
        border-radius: 35px;
    }
}

/*hp_services*/

.hp_services {
    padding: 2vw 8.5vw 3vw 8.5vw;
    position: relative;
}

.hp_services .title_big {
    position: relative;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    text-align: center;
    padding: 0 20px; 
}

.hp_services .title_big::before, .hp_services .title_big::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 43%;
    height: 3px;
    transform: translateY(-50%);
}

.hp_services .title_big::before {
    left: 0;
    background: linear-gradient(to right, #428ac8, #46b648);
}

.hp_services .title_big::after {
    right: 0;
    background: linear-gradient(to right, #428ac8, #46b648);
}

.hp_services .hp_keyword {
    font-size: 20px;
    font-weight: 400;
    color: #333;
    margin-bottom: 0;
    line-height: 1.8;
    padding: 0vw 0vw 0vw 0vw;
}

/*services*/

.index_wrapper_4 {
    padding: 0vw 0vw 5vw 0vw;
}

.service_3 {
    padding: 0vw 1vw 6vw 1vw;
}

.service_3 .service_box {
    position: relative;
    overflow: visible;
}

.service_3 .service_box .content h3 {
    color: #000;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.service_3 .service_box .content {
    position: relative;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 40%;
    z-index: 3;
    opacity: 1 !important;
    transition: 0.3s linear;
    border-top: 5px solid #0168b5;
}

.service_3 .service_box:hover img {
    -webkit-transform: none;
    transform: none;
}

.service_3 .service_box .content h3 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    text-align: left;
    position: absolute;
    top: 35%;
    left: 50%;
    width: 85%;
    transform: translate(-50%, -50%);
    padding-bottom: 12px; 
}

.service_3 .service_box .content h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;          
    height: 2px;         
    background: linear-gradient(to right, #428ac8, #46b648);
}

.service_button {
    display: flex;
    justify-content: center;
}

.n_serviceViewMore {
    font-size: 19px;
    font-weight: 400;
    color: #fff;
    background-color: #0168b5;
    text-align: center;
    /* padding: 1%; */
    height: 3.5vw;
    width: 15vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 3vw;
    border-radius: 35px;
}

.n_serviceViewMore:hover {
    color: #fff;
    background-color: #46b648;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

.n_serviceViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: none;*/
    outline: none;
    overflow: hidden;
}

.n_serviceViewMore:hover {
    transform: scale(1.05);
}

.n_serviceViewMore:active {
    transform: scale(0.85);
}

.n_serviceViewMore:hover::before {
    animation: shine 1.5s ease-out infinite;
}

.n_serviceViewMore::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.n_serviceViewMore img.arrow-icon {
    margin-left: 8px !important;
    width: 18px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_serviceViewMore:hover img.arrow-icon {
    animation: swing 1s;
    filter: brightness(0) invert(1);
}

@media screen and (max-width: 1300.5px){
    .hp_services .title_big {
        position: relative;
        font-size: 25px;
        font-weight: 600;
        color: #000;
        line-height: 1.2;
        text-align: center;
        padding: 0 20px; 
    }
    
    .n_serviceViewMore {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        background-color: #0168b5;
        text-align: center;
        /* padding: 1%; */
        height: 3.5vw;
        width: 15vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 5vw;
        border-radius: 35px;
    }
}

@media screen and (max-width: 1200.5px){
    .n_serviceViewMore {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: #0168b5;
        text-align: center;
        /* padding: 1%; */
        height: 3.5vw;
        width: 15vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 8vw;
        border-radius: 35px;
    }
    
    .hp_services .hp_keyword {
        font-size: 15px;
        font-weight: 400;
        color: #333;
        margin-bottom: 0;
        line-height: 1.8;
        padding: 0vw 0vw 1vw 0vw;
    }
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .n_serviceViewMore {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: #0168b5;
        text-align: center;
        /* padding: 1%; */
        height: 10vw;
        width: 40vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 20vw;
        border-radius: 35px;
    }
    
    .hp_services {
        padding: 2vw 5vw 3vw 5vw;
        position: relative;
    }
    
    .service_3 {
        padding: 0vw 12vw 6vw 12vw;
    }
    
    .service_3 .service_box .content h3 {
        font-size: 17px;
        font-weight: 500;
        color: #000;
        text-align: left;
        position: absolute;
        top: 45%;
        left: 50%;
        width: 85%;
        transform: translate(-50%, -50%);
        padding-bottom: 12px;
    }
    
    .hp_services .title_big::before, .hp_services .title_big::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 33%;
        height: 3px;
        transform: translateY(-50%);
    }
}

/*hp_why*/

.index_wrapper_5 {
    position: relative;
    background-color: #dde5e8;
}

.index_wrapper_5::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 58%;
    height: 57%;
    background-image: url(https://cdn1.npcdn.net/img/1768904059D-PIC2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.hp_why {
    position: relative;
    padding: 4vw 7.2vw 3vw 7.2vw;
}

.hp_why .title_big {
    position: relative;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    padding-right: 120px;
}

.hp_why .title_big::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 77%;
    height: 3px;
    background: linear-gradient(to right, #428ac8, #46b648);
    transform: translateY(-50%);
}

.hp_why .hp_keyword {
    font-size: 20px;
    font-weight: 400;
    color: #333;
    margin-bottom: 0;
    line-height: 1.8;
    padding: 0vw 0vw 0vw 0vw;
}

.hp_why .rowWhy {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 2vw;
}

.hp_why .rowWhy2 {
    margin-top: 8vw;
}

.hp_tag_grid {
    padding: 8px 7px;
}

.hp_tag_image {
    width: 14%;
    height: auto;
    object-fit: contain;
    display: block;
}

.hp_tag_image {
    position: relative;
    transition: transform 0.5s ease, filter 0.5s ease;
    transform-origin: center;
    border-radius: 10px;
}

.hp_tag_grid:hover .hp_tag_image,
.hp_tag_grid:active .hp_tag_image {
    transform: scale(1.1);
    /*filter: brightness(1.2) drop-shadow(0 0 10px rgba(46, 153, 53, 0.8));*/
}

.hp_tag_grid:hover .hp_tag_image::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.4) 50%, transparent 100%);
    transform: skewX(-25deg);
    animation: shimmer 1s ease forwards;
}

@keyframes shimmer {
  100% {
    left: 125%;
  }
}

.hp_tag_title {
    display: flex;
    align-items: flex-start;
    padding: 2vw 1vw 1vw 1.5vw;
    gap: 1vw;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid transparent; 
    transition: border-color 0.3s ease;
    border-bottom: 6px solid transparent;
    border-radius: 15px;
}

.hp_tag_title:hover {
    border-bottom: 6px solid #093967; 
}

.hp_tag_big {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 1vw;
    position: relative;
    padding-bottom: 10px;
}

.hp_tag_big::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 60px;
    height: 2px;
    background: linear-gradient(to right, #428ac8, #46b648);
}

.hp_tag_small {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    margin-bottom: 0vw;
    line-height: 1.3;
    padding: 0vw 4vw 0vw 0vw;
}

@media screen and (max-width: 1300.5px){
    .hp_why .title_big {
        position: relative;
        font-size: 25px;
        font-weight: 600;
        color: #000;
        line-height: 1.2;
        padding-right: 120px;
    }
    
    .hp_tag_small {
        font-size: 15px;
        font-weight: 400;
        color: #333;
        margin-bottom: 0vw;
        line-height: 1.3;
        padding: 0vw 4vw 0vw 0vw;
    }
    
    .index_wrapper_5::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 50%;
        height: 47%;
        background-image: url(https://cdn1.npcdn.net/img/1768904059D-PIC2.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        transform: translate(-50%, -50%);
        z-index: 1;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_why .hp_keyword {
        font-size: 15px;
        font-weight: 400;
        color: #333;
        margin-bottom: 0;
        line-height: 1.8;
        padding: 0vw 0vw 0vw 0vw;
    }
    
    .hp_why br {
        display: none;
    }
    
    .hp_tag_big::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 60px;
        height: 2px;
        background: linear-gradient(to right, #428ac8, #46b648);
    }
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .hp_why {
        position: relative;
        padding: 6vw 5vw 3vw 5vw;
    }
    
    .hp_why .title_big::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 47%;
        height: 3px;
        background: linear-gradient(to right, #428ac8, #46b648);
        transform: translateY(-50%);
    }
    
    .hp_why br {
        display: none;
    }
    
    .hp_tag_big {
        font-size: 18px;
        font-weight: 600;
        color: #000;
        margin-bottom: 1vw;
        position: relative;
        padding-bottom: 5px;
    }
    
    .hp_tag_title {
        display: flex;
        align-items: flex-start;
        padding: 4vw 3vw 4vw 3vw;
        gap: 3vw;
        background-color: #fff;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
        border-bottom: 2px solid transparent;
        transition: border-color 0.3s ease;
        border-bottom: 6px solid transparent;
        border-radius: 15px;
    }
    
    .hp_tag_small {
        font-size: 16px;
        font-weight: 400;
        color: #333;
        margin-bottom: 0vw;
        line-height: 1.3;
        padding: 3vw 4vw 0vw 0vw;
    }
    
    .hp_why .rowWhy2 {
        margin-top: 2vw;
    }
    
    .index_wrapper_5::after {
        content: "";
        position: absolute;
        top: 40%;
        left: 81%;
        width: 50%;
        height: 9%;
        background-image: url(https://cdn1.npcdn.net/img/1768904059D-PIC2.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        transform: translate(-50%, -50%);
        z-index: 1;
    }
}

@media screen and (max-width: 426px) {
    .hp_why .title_big {
        position: relative;
        font-size: 25px;
        font-weight: 600;
        color: #000;
        line-height: 1.2;
        padding-right: 115px;
    }
    
    .hp_why .title_big::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 36%;
        height: 3px;
        background: linear-gradient(to right, #428ac8, #46b648);
        transform: translateY(-50%);
    }
    
    .index_wrapper_5::after {
        content: "";
        position: absolute;
        top: 61%;
        left: 81%;
        width: 50%;
        height: 9%;
        background-image: url(https://cdn1.npcdn.net/img/1768904059D-PIC2.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        transform: translate(-50%, -50%);
        z-index: 1;
    }
}

/*hp_numbers*/

.hp_numbers {
    padding: 0vw 7.2vw 0vw 7.2vw;
    position: relative;
}

.countBorder {
    padding: 25px 15px;
    position: relative;
    margin-top: 1vw;
    padding: 0px;
    background-color: transparent;
}

.hp_why_count {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.hp_why_count_point {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0vw 0 3.5vw;
}

.hp_count_point {
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-size: 65px;
    font-weight: 600;
    color: #000;
    letter-spacing: 2px;
    text-align: center;
    margin: 0 auto;
}

.hp_why_count_point {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 2vw 3vw 2vw 3vw;
    position: relative;
    background: transparent;
    text-align: center;
}

.hp_why_count_point:hover {
    color: #fff;
    background-color: #023d8d;
}

.running_word {
    font-size: 55px;
    font-weight: 600;
    color: #000;
    /*transform: translate(0px, -30px);*/
}

.hp_count_text {
    font-size: 15px;
    font-weight: 500;
    color: #555;
    margin-top: 0vw;
    text-align: center;
    line-height: 1.6;
    margin: 0 auto;
}

.hp_why_count_point:hover .running_word,
.hp_why_count_point:hover .hp_count_text,
.hp_why_count_point:hover .hp_count_point {
    color: #fff;
}

@media screen and (max-width: 1300.5px){
    /*.hp_count_point {*/
    /*    display: flex;*/
    /*    justify-content: center;*/
    /*    align-items: baseline;*/
    /*    font-size: 35px;*/
    /*    font-weight: 600;*/
    /*    color: #000;*/
    /*    letter-spacing: 2px;*/
    /*    text-align: center;*/
    /*    margin: 0 auto;*/
    /*}*/
    
    /*.running_word {*/
    /*    font-size: 25px;*/
    /*    font-weight: 600;*/
    /*    color: #000;*/
        /*transform: translate(0px, -30px);*/
    /*}*/
}

@media screen and (max-width: 1200.5px){
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
}

/*hp_location*/

.hp_location {
    padding: 6.5vw 8.5vw 7vw 8.5vw;
    position: relative;
}

.hp_location_img {
    width: 98%;
    max-width: 150%;
}

.hp_location_right {
    padding: 0.5vw 0vw 0vw 4vw;
}

.hp_location .title_big {
    position: relative;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    padding-right: 120px;
}

.hp_location .title_big::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -132px;
    width: 82%;
    height: 3px;
    background: linear-gradient(to right, #428ac8, #46b648);
    transform: translateY(-50%);
}

.hp_location .hp_keyword {
    font-size: 22px;
    font-weight: 400;
    color: #333;
    margin-bottom: 0;
    line-height: 1.8;
    padding: 0.5vw 1vw 0vw 0vw;
}

.n_locationViewMore {
    font-size: 19px;
    font-weight: 400;
    color: #fff;
    background-color: #0168b5;
    text-align: center;
    /* padding: 1%; */
    height: 3.5vw;
    width: 15vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 1vw;
    border-radius: 35px;
}

.n_locationViewMore:hover {
    color: #fff;
    background-color: #46b648;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

.n_locationViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: none;*/
    outline: none;
    overflow: hidden;
}

.n_locationViewMore:hover {
    transform: scale(1.05);
}

.n_locationViewMore:active {
    transform: scale(0.85);
}

.n_locationViewMore:hover::before {
    animation: shine 1.5s ease-out infinite;
}

.n_locationViewMore::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.n_locationViewMore img.arrow-icon {
    margin-left: 8px !important;
    width: 18px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_locationViewMore:hover img.arrow-icon {
    animation: swing 1s;
    filter: brightness(0) invert(1);
}

@media screen and (max-width: 1300.5px){
    .hp_location .title_big {
        position: relative;
        font-size: 25px;
        font-weight: 600;
        color: #000;
        line-height: 1.2;
        padding-right: 120px;
    }
    
    .n_locationViewMore {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        background-color: #0168b5;
        text-align: center;
        /* padding: 1%; */
        height: 3.5vw;
        width: 15vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1vw;
        border-radius: 35px;
    }
}

@media screen and (max-width: 1200.5px){
    .n_locationViewMore {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: #0168b5;
        text-align: center;
        /* padding: 1%; */
        height: 3.5vw;
        width: 15vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1vw;
        border-radius: 35px;
    }
    
    .hp_location .hp_keyword {
        font-size: 15px;
        font-weight: 400;
        color: #333;
        margin-bottom: 0;
        line-height: 1.8;
        padding: 1vw 0vw 1vw 0vw;
    }
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .n_locationViewMore {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: #0168b5;
        text-align: center;
        /* padding: 1%; */
        height: 10vw;
        width: 40vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1vw;
        border-radius: 35px;
    }
    
    .hp_location {
        padding: 6vw 5vw 6vw 5vw;
        position: relative;
    }
    
    .hp_location_img {
        width: 100%;
        max-width: 150%;
    }
    
    .hp_location_right {
        padding: 5vw 0vw 0vw 4vw;
    }
    
    .hp_location .title_big::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0px;
        width: 56%;
        height: 3px;
        background: linear-gradient(to right, #428ac8, #46b648);
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 426px) {
    .hp_location .title_big::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0px;
        width: 49%;
        height: 3px;
        background: linear-gradient(to right, #428ac8, #46b648);
        transform: translateY(-50%);
    }
}

/*hp_customer*/

.index_wrapper_7 {
    position: relative;
    padding: 0vw 8.5vw 3vw 8.5vw;
    background-color: #dde5e8;
}

.hp_customer {
    padding: 6vw 0vw 3vw 0vw;
    position: relative;
}

.hp_customer .title_big {
    position: relative;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    text-align: center;
    padding: 0 20px; 
}

.hp_customer .title_big::before, .hp_customer .title_big::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 35%;
    height: 3px;
    transform: translateY(-50%);
}

.hp_customer .title_big::before {
    left: 0;
    background: linear-gradient(to right, #428ac8, #46b648);
}

.hp_customer .title_big::after {
    right: 0;
    background: linear-gradient(to right, #428ac8, #46b648);
}

.hp_customer .hp_keyword {
    font-size: 20px;
    font-weight: 400;
    color: #333;
    margin-bottom: 0;
    line-height: 1.8;
    padding: 0vw 0vw 0vw 0vw;
}

@media screen and (max-width: 1300.5px){
    .hp_customer .title_big {
        position: relative;
        font-size: 25px;
        font-weight: 600;
        color: #000;
        line-height: 1.2;
        text-align: center;
        padding: 0 20px;
    }
}

@media screen and (max-width: 1300.5px){
    .hp_customer .hp_keyword {
        font-size: 15px;
        font-weight: 400;
        color: #333;
        margin-bottom: 0;
        line-height: 1.8;
        padding: 0vw 0vw 0vw 0vw;
    }
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .index_wrapper_7 {
        position: relative;
        padding: 2vw 5vw 3vw 5vw;
        background-color: #dde5e8;
    }
    
    .hp_customer .title_big::before, .hp_customer .title_big::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 14%;
        height: 3px;
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 426px) {
    .hp_customer .title_big::before, .hp_customer .title_big::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 8%;
        height: 3px;
        transform: translateY(-50%);
    }
}

/*hp_news*/

.index_wrapper_8 {
    position: relative;
    background-color: #dde5e8;
}

.hp_news {
    padding: 6vw 8.5vw 3vw 8.5vw;
    position: relative;
}

.hp_news .title_big {
    position: relative;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    text-align: center;
    padding: 0 20px; 
}

.hp_news .title_big::before, .hp_news .title_big::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 35%;
    height: 3px;
    transform: translateY(-50%);
}

.hp_news .title_big::before {
    left: 0;
    background: linear-gradient(to right, #428ac8, #46b648);
}

.hp_news .title_big::after {
    right: 0;
    background: linear-gradient(to right, #428ac8, #46b648);
}

.hp_news .hp_keyword {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    margin-bottom: 0;
    line-height: 1.4;
    padding: 0vw 4vw 0vw 4vw;
}

/*news*/

#main_index .hp_latest_new_8 {
    padding: 0vw 7vw 5vw 7vw;
}

#main_index .hp_latest_new_8 .news_box .read_more {
    text-decoration: none;
    color: #093967;
    display: none;
}

#main_index .hp_latest_new_8 .news_box .date {
    opacity: 1;
    font-size: 100%;
}

#main_index .hp_latest_new_8 .text-right {
    text-align: left !important;
}

#main_index .hp_latest_new_8 .fa-clock:before {
    content: "\f017";
    color: #093967;
}

#main_index .hp_latest_new_8 .news_box {
    padding: 0px 0 10px 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

#main_index .hp_latest_new_8 .h-100 {
    height: 100% !important;
    padding: 15px;
}

.hp_latest_new_8 .news_box .img_frame img {
    width: 100%;
    height: auto;
    display: block;
}


@media screen and (max-width: 1300.5px){
    .hp_news .title_big {
        position: relative;
        font-size: 25px;
        font-weight: 600;
        color: #000;
        line-height: 1.2;
        text-align: center;
        padding: 0 20px; 
    }
}

@media screen and (max-width: 1200.5px){
    .hp_news .hp_keyword {
        font-size: 15px;
        font-weight: 400;
        color: #333;
        margin-bottom: 0;
        line-height: 1.4;
        padding: 0vw 4vw 0vw 4vw;
    }
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .hp_news {
        padding: 6vw 5vw 5vw 5vw;
        position: relative;
    }
    
    .hp_news .title_big::before, .hp_news .title_big::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 26%;
        height: 3px;
        transform: translateY(-50%);
    }
    
    #main_index .hp_latest_new_8 {
        padding: 0vw 5vw 5vw 5vw;
    }
}

@media screen and (max-width: 426px) {
    .hp_news .title_big::before, .hp_news .title_big::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 23%;
        height: 3px;
        transform: translateY(-50%);
    }
}

/*hp_contact*/

.index_wrapper_9 {
    padding: 8vw 9.5vw 0vw 9.5vw;
    position: relative;
    background-image: url(https://cdn1.npcdn.net/img/1770886077H-BG.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

/*.index_wrapper_9::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 45%;*/
/*    background-color: #093967;*/
/*    z-index: -1;*/
/*}*/

.hp_contact {
    position: relative;
    /*background-color: #fff;*/
}

.row.outerRow_9 {
    position: relative;
    padding: 2vw 2.5vw 0.5vw 2.5vw;
    background: #edf2f5;
    border-radius: 25px;
}

.hp_contact .title_big {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-bottom: 0vw !important;
    padding-bottom: 15px;
    text-align: center;
}

.hp_contact .title_big::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 37%;
    height: 2px;
    background: linear-gradient(to right, #428ac8, #46b648);
    display: none !important;
}

.hp_contact .hp_keyword {
    font-size: 20px;
    font-weight: 400;
    color: #333;
    margin-bottom: 2vw;
    line-height: 1.5;
    /* padding: 0.5vw 0vw 0vw 0vw; */
}

.button-contact {
    display: flex;
    align-items: center;
    margin-top: -45px;
    margin-left: 58vw;
    position: absolute;
}

.n_contactViewMore {
    position: absolute;
    display: inline-block;
}

.n_contactViewMore img.arrow-front {
    position: relative;
    top: 50%;
    left: 50%;
    width: 170px !important;
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
}

.hp_contactIm {
    padding: 0vw 0vw 0vw 0vw;
    position: relative;
}

.hp_contact_img {
    width: 96%;
    max-width: 150%;
    /* border-radius: 20px; */
    margin-left: 0vw;
}

/*form*/

.ex_hpcontact_formonly {
    margin: 0px 0;
    /*background: #e8e8e8;*/
    padding: 0px 50px 58px 0px;
}

.ex_hpcontact_formonly .title {
    font-size: 19px;
    margin-bottom: 10px;
    display: none;
}

.ex_hpcontact_formonly .subtitle {
    color: #6c757d !important;
    display: none;
}

.ex_hpcontact_formonly .fa-paper-plane:before {
    content: "\f1d8";
    display: none;
}

.ex_hpcontact_formonly .form-group {
    margin-bottom: 1rem;
    color: #000;
}

.ex_hpcontact_formonly .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em+0.75rem+2px);
    padding: .475rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.ex_hpcontact_formonly .form-control-file, .ex_hpcontact_formonly .form-control-range {
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
}

.ex_hpcontact_formonly input::placeholder,
.ex_hpcontact_formonly textarea::placeholder {
    color: #000;
    opacity: 1; 
}

.ex_hpcontact_formonly .btn-primary {
    background-color: #093967 !important;
    border-color: #093967 !important;
    width: 28%;
    padding: 7px !important;
    border-radius: 0px;
}

.ex_hpcontact_formonly .btn {
    font-size: 1rem !important;
    font-weight: 500;
    text-transform: capitalize;
}

.ex_hpcontact_formonly label {
    display: inline-block;
    margin-bottom: .5rem;
    display: none;
}

@media screen and (max-width: 1300.5px){
    .hp_contact .title_big {
        font-size: 25px;
        font-weight: 600;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-bottom: 0vw;
        padding-bottom: 15px;
    }
    
    /*.n_contactViewMore img.arrow-front {*/
    /*    position: absolute;*/
    /*    top: 50%;*/
    /*    left: 50%;*/
    /*    width: 130px !important;*/
    /*    transform: translate(-50%, -50%);*/
    /*    z-index: 2;*/
    /*    pointer-events: none;*/
    /*}*/
    
    .n_contactViewMore img.arrow-front {
        position: relative;
        top: 50%;
        left: 50%;
        width: 130px !important;
        transform: translate(-50%, -50%);
        z-index: 2;
        pointer-events: none;
    }
    
    .button-contact {
        display: flex;
        align-items: center;
        margin-top: -25px;
        margin-left: 60vw;
        position: absolute;
    }
    
    .ex_hpcontact_formonly .btn-primary {
        background-color: #093967 !important;
        border-color: #093967 !important;
        width: 35%;
        padding: 7px !important;
        border-radius: 0px;
    }
}

@media screen and (max-width: 1200.5px){
    /*.hp_contact .hp_keyword {*/
    /*    font-size: 15px;*/
    /*    font-weight: 400;*/
    /*    color: #333;*/
    /*    margin-bottom: 0;*/
    /*    line-height: 1.5;*/
    /*    padding: 2vw 0vw 0vw 0vw;*/
    /*}*/
    
    .n_contactViewMore img.arrow-front {
        position: relative;
        top: 50%;
        left: 50%;
        width: 110px !important;
        transform: translate(-50%, -50%);
        z-index: 2;
        pointer-events: none;
    }
    
    .button-contact {
        display: flex;
        align-items: center;
        margin-top: -55px;
        margin-left: 60vw;
        position: absolute;
    }
    
    .hp_contact .hp_keyword {
        font-size: 18px;
        font-weight: 400;
        color: #333;
        margin-bottom: 2vw;
        line-height: 1.5;
        /* padding: 0.5vw 0vw 0vw 0vw; */
    }
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .hp_contact .title_big {
        font-size: 18px;
        font-weight: 600;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-bottom: 0vw;
        padding-bottom: 15px;
    }
    
    /*.index_wrapper_9 {*/
    /*    padding: 8vw 8vw 0vw 8vw;*/
    /*    position: relative;*/
    /*    background-image: url(https://cdn1.npcdn.net/img/1768899305H-BG.jpg);*/
    /*    background-size: cover;*/
    /*    background-repeat: no-repeat;*/
    /*    background-position: center;*/
    /*}*/
    
    /*.hp_contact {*/
    /*    padding: 6vw 2.5vw 18vw 2.5vw;*/
    /*    position: relative;*/
    /*    border-radius: 25px;*/
    /*    background-color: #fff;*/
    /*}*/
    
    /*.button-contact {*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    margin-top: 68px;*/
    /*    margin-left: 12vw;*/
    /*    position: relative;*/
    /*}*/
    
    /*.n_contactViewMore img.arrow-front {*/
    /*    position: absolute;*/
    /*    top: 50%;*/
    /*    left: 50%;*/
    /*    width: 100px !important;*/
    /*    transform: translate(-50%, -50%);*/
    /*    z-index: 2;*/
    /*    pointer-events: none;*/
    /*}*/
    
    .button-contact {
        display: flex;
        align-items: center;
        margin-top: 0px;
        margin-left: 0vw;
        position: relative;
    }
    
    .n_contactViewMore img.arrow-front {
        position: relative;
        top: 50%;
        left: 50%;
        width: 70px !important;
        transform: translate(-50%, -50%);
        z-index: 2;
        pointer-events: none;
    }
    
    .button-contact {
        display: flex;
        align-items: center;
        margin-top: 75px;
        margin-bottom: 10px;
        margin-left: 0vw;
        position: relative;
        justify-content: center;
    }
    
    .hp_contact_img {
        width: 100%;
        max-width: 150%;
        /* border-radius: 20px; */
        margin-left: 0vw;
    }
    
    .ex_hpcontact_formonly {
        margin: 0px 0;
        /* background: #e8e8e8; */
        padding: 30px 30px 30px 30px;
    }
    
    .index_wrapper_9 {
        padding: 8vw 8vw 0vw 8vw;
        position: relative;
        background-image: url(https://cdn1.npcdn.net/img/1770886077H-BG.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
    }
    
    .ex_hpcontact_formonly .btn-primary {
        background-color: #093967 !important;
        border-color: #093967 !important;
        width: 50%;
        padding: 7px !important;
        border-radius: 0px;
    }
    
    .hp_contact .title_big {
        font-size: 25px;
        font-weight: 600;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-bottom: 0vw;
        padding-bottom: 5px;
    }
    
    .hp_contact .hp_keyword {
        font-size: 16px;
        font-weight: 400;
        color: #333;
        margin-bottom: 2vw;
        line-height: 1.5;
        /* padding: 0.5vw 0vw 0vw 0vw; */
    }
    
    .row.outerRow_9 {
        position: relative;
        padding: 6vw 2.5vw 0.5vw 2.5vw;
        background: #edf2f5;
        border-radius: 25px;
    }
}

/*footer*/

.footer_type7 {
    background-color: #093967;
    color: white;
    padding-top: 1rem;
    padding-bottom: 1rem;
    overflow: hidden !important;
}

.footer_type7 .text-muted {
    color: #fff !important;
}

.footer_type7 .logo img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    width: auto;
    max-height: 120px;
}

.footer_type7 .title {
    min-height: 130px;
    display: flex;
    flex-direction: row;
    position: relative;
    margin-bottom: 1rem;
}

.footer_type7  .footerMove {
    margin-top: -3vw;
}

.footer_type7 .line {
    width: 130%;
    max-width: none;
    height: 1px;
    background-color: #fff;
    margin: 0 auto 15px auto;
    display: block;
    margin-left: -162px;
}

.footer_type7 .fa-facebook-f::before {
    content: "\f39e";
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    font-size: 18px;
    color: #093967;
    background: #fff;
    border-radius: 50%;
}

.footer_type7 .fa-instagram:before {
    content: "\f16d";
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    font-size: 18px;
    color: #093967;
    background: #fff;
    border-radius: 50%;
}

.footer_type7 .fa-youtube:before {
    content: "\f167";
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    font-size: 18px;
    color: #093967;
    background: #fff;
    border-radius: 50%;
}

.fa-tiktok:before {
    content: "\e07b";
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    font-size: 18px;
    color: #093967;
    background: #fff;
    border-radius: 50%;
}

.footer_type7 .social_media a .icon_s img {
    filter: grayscale(100%);
    height: 18px;
    width: auto;
}

.footer_type7 .social_media a .icon_s {
    display: inline-flex;         
    align-items: center;
    justify-content: center;
    background-color: #fff;   
    border-radius: 50%;          
    width: 30px;                  
    height: 30px;                 
    overflow: hidden;             
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.footer_type7 .social_media a .icon_s img {
    filter: grayscale(1) !important;
    height: 18px;
    width: auto;
    display: block;
}

@media screen and (max-width: 1200.5px){
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
}

@media screen and (max-width: 500.5px) {
    .index_wrapper_2 .item>img{
    	min-height:10rem!important;
    	object-fit:cover;
    	object-position: 50% 50%;
    }
}


