a {
    text-decoration: none !important;
}

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

/*navbar*/

#main_index .navbar_type8 {
    background: transparent;
}

.navbar_type8 {
    height: 130px;
    margin-top: 0px;
    background: #103e87;
}

.navbar_type8 .logo img {
    width: 100% !important;
    padding: 5px;
    object-fit: contain;
}

.navbar_type8 .logo {
    flex: 0 1 31%;
    margin-left: 2.5vw;
}

.navbar_type8 .nav_tab {
    flex:0 1 80%;
}

.navbar_type8 .nav_tab {
    justify-content: flex-end;
    padding-left: 15px;
    padding-right: 6vw;
    flex-wrap: nowrap;
    background-color: rgba(16, 62, 135, 0.95);
    height: 50px;
    margin-top: 40px;
}

.navbar_type8 .nav_tab .nav_item a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 15px 27px;
    text-transform: uppercase;
}

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

.navbar_type8 .nav_tab .nav_item::before {
    content: "";
    position: absolute;
    top: 1.6vw;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 60%;
    height: 2px; 
    background-color: #fff;
    transform-origin: center;
    transition: transform 0.3s ease;
    opacity: 1;
}

.navbar_type8 .nav_tab .nav_item::before {
    border-bottom: 4px solid #fff;
}

.navbar_type8 .nav_tab .nav_item:hover::before {
    transform: translateX(-50%) scaleX(1);
}

.navbar_type8.navbar_height.dark_nav {
   background: #103e87 !important;
}

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

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        padding: 15px 19px;
        text-transform: uppercase;
    }
}

@media screen and (max-width: 992.5px){
    .navbar_type8 {
        display: none;
    }
    
    .navbar_mobile {
        background-color: #103e87;
    }
    
    .navbar_mobile .btn-outline-light {
        border-color: #fff;
        color: #fff;
    }
}

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

/*hp_banner*/

.index_wrapper_2 {
    margin-top: -130px;
}

.hp_banner {
    position: relative;
    top: 26.5vw;
    left: 6vw;
    transform: translate(0, -50%);
    width: 35%;
    padding: 4vw 0vw 4vw 6.5vw;
    background-image: url('https://cdn1.npcdn.net/img/1778032340banner texts_box.png');
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}

.hp_banner_title {
    font-size: 34px;
    font-weight: 300;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 1vw;
}

.hp_banner_title span {
    font-weight: 800;
}

.n_bannerViewMore {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    background-color: transparent;
    text-align: center;
    display: flex;
    align-items: center;
    transition: 0.25s all linear;
    border-radius: 30px;
    margin-top: 1.5vw;
}

.n_bannerViewMore:hover {
    color: #fff;
    background-color: transparent;
    text-decoration: none;
}

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

.n_bannerViewMore img.arrow-icon {
    margin-left: 10px !important;
    width: 42px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
    animation: slideArrow 2.5s infinite ease-in-out;
    will-change: transform;
}

@keyframes slideArrow {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(5px);
    }
}

.hp_banner2 {
    position: relative;
    top: 18.5vw;
    left: 11vw;
    /* transform: translate(0, 0%); */
    width: 85%;
}

.hp_banner_text {
    font-size: 19px;
    font-weight: 300;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 0vw;
}

@media screen and (max-width: 1300.5px){
    .hp_banner_title {
        font-size: 30px;
        font-weight: 300;
        color: #fff;
        line-height: 1.5;
        margin-bottom: 1vw;
    }
    
    .hp_banner {
        position: relative;
        top: 26.5vw;
        left: 6vw;
        transform: translate(0, -50%);
        width: 37%;
        padding: 4vw 0vw 4vw 5.5vw;
        background-size: cover;
        background-position: right;
        background-repeat: no-repeat;
    }
    
    .hp_banner2 {
        position: relative;
        top: 16vw;
        left: 11vw;
        /* transform: translate(0, 0%); */
        width: 85%;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_banner_title {
        font-size: 25px;
        font-weight: 300;
        color: #fff;
        line-height: 1.5;
        margin-bottom: 1vw;
    }
    
    .hp_banner {
        position: relative;
        top: 27vw;
        left: 6vw;
        transform: translate(0, -50%);
        width: 35%;
        padding: 3vw 0vw 3vw 4.5vw;
        background-size: cover;
        background-position: right;
        background-repeat: no-repeat;
    }
    
    .hp_banner_text {
        font-size: 15px;
        font-weight: 300;
        color: #fff;
        line-height: 1.5;
        margin-bottom: 0vw;
    }
    
    .hp_banner2 {
        position: relative;
        top: 17.5vw;
        left: 11vw;
        /* transform: translate(0, 0%); */
        width: 85%;
    }
}

@media screen and (max-width: 992.5px){
    .index_wrapper_2 {
        margin-top: 0px;
    }
    
    .hp_banner_title br {
        display: none;
    }
    
    .hp_banner {
        position: relative;
        top: 22vw;
        left: 6vw;
        transform: translate(0, -50%);
        width: 43%;
        padding: 3vw 4vw 3vw 4.5vw;
        background-size: cover;
        background-position: right;
        background-repeat: no-repeat;
    }
    
    .hp_banner2 {
        position: relative;
        top: 12vw;
        left: 11vw;
        /* transform: translate(0, 0%); */
        width: 85%;
    }
    
    .hp_banner_text {
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        line-height: 1.3;
        margin-bottom: 0vw;
    }
}

@media screen and (max-width: 767.5px){
    .hp_banner_title {
        font-size: 24px;
        font-weight: 300;
        color: #fff;
        line-height: 1.5;
        margin-bottom: 1vw;
    }
    
    .hp_banner {
        position: relative;
        top: 30vw;
        left: 7vw;
        transform: translate(0, -50%);
        width: 67%;
        padding: 6vw 6vw 6vw 6vw;
        background-size: cover;
        background-position: right;
        background-repeat: no-repeat;
    }
    
    .hp_banner2 {
        position: relative;
        top: 15vw;
        left: 7vw;
        /* transform: translate(0, 0%); */
        width: 92%;
    }
    
    .hp_banner_text {
        font-size: 12px;
        font-weight: 300;
        color: #fff;
        line-height: 1.3;
        margin-bottom: 0vw;
    }
    
    .hp_banner_text br {
        display: none;
    }
}

@media screen and (max-width: 428.5px) {
    .hp_banner_title {
        font-size: 22px;
        font-weight: 300;
        color: #fff;
        line-height: 1.5;
        margin-bottom: 1vw;
    }
    
    .n_bannerViewMore img.arrow-icon {
        margin-left: 10px !important;
        width: 35px !important;
        height: auto !important;
        display: inline-block !important;
        transition: transform 0.3s ease;
        animation: slideArrow 2.5s infinite ease-in-out;
        will-change: transform;
    }
    
    .hp_banner {
        position: relative;
        top: 41vw;
        left: 7vw;
        transform: translate(0, -50%);
        width: 70%;
        padding: 6vw 6vw 6vw 6vw;
        background-size: cover;
        background-position: right;
        background-repeat: no-repeat;
    }
    
    .hp_banner_text {
        font-size: 11px;
        font-weight: 300;
        color: #fff;
        line-height: 1.3;
        margin-bottom: 0vw;
    }
    
    .hp_banner2 {
        position: relative;
        top: 23.5vw;
        left: 7vw;
        /* transform: translate(0, 0%); */
        width: 92%;
    }
}

@media screen and (max-width: 360.5px) {
    .hp_banner {
        position: relative;
        top: 46vw;
        left: 7vw;
        transform: translate(0, -50%);
        width: 81%;
        padding: 7vw 7vw 7vw 7vw;
        background-size: cover;
        background-position: right;
        background-repeat: no-repeat;
    }
    
    .hp_banner2 {
        position: relative;
        top: 27vw;
        left: 7vw;
        /* transform: translate(0, 0%); */
        width: 92%;
    }
    
    .hp_banner_text {
        font-size: 10px;
        font-weight: 300;
        color: #fff;
        line-height: 1.3;
        margin-bottom: 0vw;
    }
}

/*hp_about*/

.hp_about {
    padding: 5.5vw 4vw 12vw 0vw;
    position: relative;
    background-image: url(https://cdn1.npcdn.net/img/1777972030about-us_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.hp_about .hp_about_img {
    width: 107%;
    max-width: 150%;
    margin-top: 0vw;
    margin-left: -1vw;
}

.hp_about .hp_about_right {
    padding: 5vw 0vw 0vw 7vw;
    margin-left: 0vw;
}

.hp_about_small {
    display: flex;
    flex-direction: column;
    /* justify-content: flex-end; */
    align-items: flex-start;
    width: 100%;
}

.hp_about_icon {
    width: 42px;
    /*margin: 0 auto 15px;*/
    display: block;
    margin-bottom: 1vw;
    animation: dance 2s infinite ease-in-out;
}

.hp_about .small_all {
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 2vw;
    color: #fff;
    padding-left: 32px;
}

.hp_about .c_line_double{
    position:relative;
}

.hp_about .c_line_double:before {
    position: absolute;
    content: "";
    width: 30%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
    top: 0;
    bottom: 0;
    right: 125%;
    margin: auto 0;
}

.hp_about .c_line_double:after{
    position: absolute;
    content: "";
    width: 30%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
    top: 0;
    bottom: 0;
    left: 125%;
    margin: auto 0;
}

.hp_about .hp_big_title {
    font-size: 38px;
    font-weight: 900;
    color: #fff;
    position: relative;
    margin-bottom: 1.5vw;
}

.hp_about .hp_keyword {
    font-size: 16px;
    font-weight: 200;
    color: #fff;
    line-height: 1.9;
}

.n_aboutViewMore {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    background-color: transparent;
    text-align: center;
    display: flex;
    align-items: center;
    transition: 0.25s all linear;
    border-radius: 30px;
    margin-top: 1.5vw;
}

.n_aboutViewMore:hover {
    color: #fff;
    background-color: transparent;
    text-decoration: none;
}

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

.n_aboutViewMore img.arrow-icon {
    margin-left: 10px !important;
    width: 42px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
    animation: slideArrow 2.5s infinite ease-in-out;
    will-change: transform;
}

@keyframes slideArrow {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(5px);
    }
}

.hp_side_text {
    position: absolute;
    right: 20px;
    top: 30%;
    transform: translateY(-50%) rotate(180deg);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.7);
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 20px;
    height: 100%;
}

.hp_side_text::after {
    content: "";
    width: 1px;
    height: 41%;
    background: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 1300.5px){
    .hp_about .hp_big_title {
        font-size: 28px;
        font-weight: 900;
        color: #fff;
        position: relative;
        margin-bottom: 1.5vw;
    }
    
    .hp_about .hp_keyword {
        font-size: 15px;
        font-weight: 200;
        color: #fff;
        line-height: 1.9;
    }
    
    .hp_about .hp_keyword br {
        display: none;
    }
    
    .hp_about .hp_about_right {
        padding: 2vw 3vw 0vw 5vw;
        margin-left: 0vw;
    }
    
    .hp_side_text::after {
        content: "";
        width: 1px;
        height: 32%;
        background: rgba(255, 255, 255, 0.8);
    }
}

@media screen and (max-width: 1200.5px){
    .hp_about .hp_about_right {
        padding: 0vw 3vw 0vw 4vw;
        margin-left: 0vw;
    }

    .hp_side_text {
        position: absolute;
        right: 20px;
        top: 22%;
        transform: translateY(-50%) rotate(180deg);
        writing-mode: vertical-rl;
        text-orientation: mixed;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 2px;
        color: rgba(255, 255, 255, 0.7);
        z-index: 5;
        display: flex;
        align-items: center;
        gap: 20px;
        height: 100%;
    }
    
    .hp_side_text::after {
        content: "";
        width: 1px;
        height: 21%;
        background: rgba(255, 255, 255, 0.8);
    }
    
    .hp_about {
        padding: 5.5vw 4vw 15vw 0vw;
        position: relative;
        background-image: url(https://cdn1.npcdn.net/img/1777972030about-us_bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        overflow: hidden;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_about .hp_about_img {
        width: 100%;
        max-width: 150%;
        margin-top: 0vw;
        margin-left: 0vw;
    }
    
    .hp_about {
        padding: 6vw 5vw 15vw 5vw;
        position: relative;
        background-image: url(https://cdn1.npcdn.net/img/1777972030about-us_bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        overflow: hidden;
    }

    .hp_side_text {
        position: absolute;
        right: 9px;
        top: 0%;
        transform: translateY(-50%) rotate(180deg);
        writing-mode: vertical-rl;
        text-orientation: mixed;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 2px;
        color: rgba(255, 255, 255, 0.7);
        z-index: 5;
        display: flex;
        align-items: center;
        gap: 20px;
        height: 73%;
    }
    
    .hp_side_text::after {
        content: "";
        width: 1px;
        height: 10%;
        background: rgba(255, 255, 255, 0.8);
    }
    
    .hp_about .hp_about_right {
        padding: 4vw 4vw 0vw 4vw;
        margin-left: 0vw;
    }
    
    .n_aboutViewMore img.arrow-icon {
        margin-left: 10px !important;
        width: 35px !important;
        height: auto !important;
        display: inline-block !important;
        transition: transform 0.3s ease;
        animation: slideArrow 2.5s infinite ease-in-out;
        will-change: transform;
    }
    
    .hp_about_icon {
        width: 42px;
        /* margin: 0 auto 15px; */
        display: block;
        margin-bottom: 3vw;
        animation: dance 2s infinite ease-in-out;
    }
}

@media screen and (max-width: 426px) {
    .hp_side_text {
        position: absolute;
        right: 9px;
        top: 0%;
        transform: translateY(-50%) rotate(180deg);
        writing-mode: vertical-rl;
        text-orientation: mixed;
        font-size: 10px;
        font-weight: 500;
        letter-spacing: 2px;
        color: rgba(255, 255, 255, 0.7);
        z-index: 5;
        display: flex;
        align-items: center;
        gap: 8px;
        height: 61%;
    }
}

/*hp_services*/

.index_wrapper_4 {
    position: relative;
    width: 86%;
    margin: 0 auto;
    margin-top: -110px;
}

.index_wrapper_4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 69%;
    background-color: #103e87;
}

.hp_services {
    padding: 5vw 6.5vw 2vw 6.5vw;
    position: relative;
}

.hp_services_box {
    position: relative;
}

.hp_services_box::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 6%;
    width: 1px;
    height: 130%;
    background-color: #fff;
    transform: translate(-50%, -50%);
}

.hp_services .hp_big_title {
    font-size: 38px;
    font-weight: 900;
    color: #fff;
    position: relative;
    margin-bottom: 0.5vw;
}

.hp_services .hp_keyword {
    font-size: 19px;
    font-weight: 300;
    color: #fff;
    line-height: 1.5;
}

.hp_servicest_box2 {
    padding: 0.5vw 0vw 0vw 1vw;
}

.hp_services .hp_small_title {
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    position: relative;
    margin-bottom: 1vw;
    line-height: 1.3;
}

.hp_services .hp_small_title span {
    font-size: 28px;
    font-weight: 900;
}

.n_servicesViewMore {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    background-color: transparent;
    text-align: center;
    display: flex;
    align-items: center;
    transition: 0.25s all linear;
    border-radius: 30px;
    margin-top: 1vw;
}

.n_servicesViewMore:hover {
    color: #fff;
    background-color: transparent;
    text-decoration: none;
}

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

.n_servicesViewMore img.arrow-icon {
    margin-left: 10px !important;
    width: 42px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
    animation: slideArrow 2.5s infinite ease-in-out;
    will-change: transform;
}

@keyframes slideArrow {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(5px);
    }
}

/*services*/

#index_4_2 .container, #index_4_2 .container-lg, #index_4_2 .container-md, #index_4_2 .container-sm, #index_4_2 .container-xl {
    max-width: 1440px;
}

.service_3 {
    padding: 0vw 6.5vw 0vw 6.5vw;
}

.service_3 .service_box {
    position: relative;
    overflow: hidden;
    padding: 15px 12px !important;
}

.service_3 .service_box img {
    width: 100%;
    height: 315px;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.8s ease-in-out;
    transition: none;
    border-radius: 0px;
    margin-bottom: 65px;
}

.service_3 .service_box .content {
    position: absolute;
    top: 68%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    background-color: transparent;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    background: transparent;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: none;
    text-align: center;
}

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

.service_3 .h3, .service_3 h3 {
    font-size: 17px;
    font-weight: 700;
    width: 85%;
    margin-top: 0px;
    margin-left: 0px;
    margin: 0 auto;
    line-height: 1.4;
    text-align: left !important;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.9);
}

.service_3 h3:nth-of-type(2),
.service_3 h3:nth-of-type(3) {
    display: none;
}

.service_3 .service_box .content h3 {
    color: white;
    text-align: center !important;
    position: relative;
    top: 73%;
    left: 0%;
    transform: translate(0%, -50%);
}

.service_3 .service_box:nth-child(n+4):nth-child(-n+6) .content h3 {
    color: #000;
}

@media screen and (max-width: 1300.5px){
    .hp_services .hp_big_title {
        font-size: 28px;
        font-weight: 900;
        color: #fff;
        position: relative;
        margin-bottom: 0.5vw;
    }
    
    .hp_services .hp_keyword {
        font-size: 15px;
        font-weight: 300;
        color: #fff;
        line-height: 1.5;
    }
    
    .hp_servicest_box2 {
        padding: 0.5vw 0vw 0vw 0vw;
    }
    
    .hp_services .hp_small_title {
        font-size: 21px;
        font-weight: 300;
        color: #fff;
        position: relative;
        margin-bottom: 1vw;
        line-height: 1.3;
    }
    
    .hp_services .hp_small_title span {
        font-size: 22px;
        font-weight: 900;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_services .hp_keyword {
        font-size: 15px;
        font-weight: 300;
        color: #fff;
        line-height: 1.5;
        padding: 0vw 3vw 0vw 0vw;
    }
    
    .hp_services .hp_keyword br {
        display: none;
    }
    
    .hp_services .hp_small_title {
        font-size: 17px;
        font-weight: 300;
        color: #fff;
        position: relative;
        margin-bottom: 1vw;
        line-height: 1.3;
    }
    
    .hp_services .hp_small_title span {
        font-size: 18px;
        font-weight: 900;
    }
}

@media screen and (max-width: 992.5px){
    .service_3 .h3, .service_3 h3 {
        font-size: 16px;
        font-weight: 700;
        width: 85%;
        margin-top: 0px;
        margin-left: 0px;
        margin: 0 auto;
        line-height: 1.4;
        text-align: left !important;
        text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.9);
    }
}

@media screen and (max-width: 767.5px){
    .index_wrapper_4 {
        position: relative;
        width: 86%;
        margin: 0 auto;
        margin-top: -40px;
    }
    
    .hp_services .hp_keyword {
        font-size: 15px;
        font-weight: 300;
        color: #fff;
        line-height: 1.5;
        padding: 1vw 0vw 3vw 0vw;
    }
    
    .hp_services_box::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        width: 100%;
        height: 1px;
        background-color: #fff;
        transform: translateX(-50%);
    }
    
    .hp_services {
        padding: 5vw 5vw 2vw 5vw;
        position: relative;
    }
    
    .n_servicesViewMore img.arrow-icon {
        margin-left: 10px !important;
        width: 35px !important;
        height: auto !important;
        display: inline-block !important;
        transition: transform 0.3s ease;
        animation: slideArrow 2.5s infinite ease-in-out;
        will-change: transform;
    }
    
    .hp_services .hp_small_title {
        font-size: 17px;
        font-weight: 300;
        color: #fff;
        position: relative;
        margin-bottom: 2vw;
        line-height: 1.3;
    }
    
    .hp_services .hp_small_title span {
        font-size: 19px;
        font-weight: 900;
    }
    
    .service_3 .service_box img {
        width: 100%;
        height: 180px;
        object-fit: cover;
        -webkit-transition: -webkit-transform 0.8s ease-in-out;
        transition: none;
        border-radius: 0px;
        margin-bottom: 60px;
    }
    
    .service_3 .h3, .service_3 h3 {
        font-size: 14px;
        font-weight: 700;
        width: 95%;
        margin-top: 0px;
        margin-left: 0px;
        margin: 0 auto;
        line-height: 1.4;
        text-align: left !important;
        text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.9);
    }
    
    .service_3 .service_box .content {
        position: absolute;
        top: 65%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: rgba(0, 0, 0, 0.5);
        background-color: transparent;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
        background: transparent;
        width: 100%;
        height: 100%;
        opacity: 1;
        transition: none;
        text-align: center;
    }
    
    .service_3 .service_box:nth-child(n+4):nth-child(-n+6) .content h3 {
        color: #fff;
    }

    .index_wrapper_4::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #103e87;
    }
    
    .service_3 {
        padding: 0vw 6.5vw 4vw 6.5vw;
    }
}

@media screen and (max-width: 426px) {
    .service_3 .h3, .service_3 h3 {
        font-size: 12px;
        font-weight: 700;
        width: 95%;
        margin-top: 0px;
        margin-left: 0px;
        margin: 0 auto;
        line-height: 1.4;
        text-align: left !important;
        text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.9);
    }
}

/*hp_why*/

.hp_why {
    padding: 5.5vw 10.5vw 7.5vw 10.5vw;
    position: relative;
}

.hp_why_small {
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;
    width: 100%;
    text-align: center;
}

.hp_why .small_all {
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 1vw;
    color: #000;
}

.hp_why .c_line_double {
    position:relative;
}

.hp_why .c_line_double:before {
    position: absolute;
    content: "";
    width: 30%;
    height: 1px;
    background-color: #555;
    top: 0;
    bottom: 0;
    right: 125%;
    margin: auto 0;
}

.hp_why .c_line_double:after {
    position: absolute;
    content: "";
    width: 30%;
    height: 1px;
    background-color: #555;
    top: 0;
    bottom: 0;
    left: 125%;
    margin: auto 0;
}

.hp_why .hp_big_title {
    font-size: 34px;
    font-weight: 900;
    color: #103e87;
    position: relative;
    margin-bottom: 1vw;
}

.why_row2 .col-md-3:nth-child(even) {
    transform: translate(0, 22%);
    animation: floatupdowneven 3s ease-in-out infinite;
}

.why_row2 .col-md-3:nth-child(odd) {
    animation: floatupdownodd 3s ease-in-out 1.5s infinite;    
}

.hp_why_content {
    padding-bottom:4%;
}

.hp_why_step {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
}

.hp_why_icon {
    width: 170px;
    object-fit: contain;
    margin-bottom:1rem;
}

.hp_why_step span {
    width: calc(100% - 1rem);
    margin: 0 auto;
    display: block;
    font-size: 23px;
    font-weight: 600;
    color: #000;
}

@keyframes floatupdownodd {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-5px);
    }
}
@keyframes floatupdowneven {
    0%, 100% {
      transform: translateY(0)  translate(0, 22%);
    }
    50% {
      transform: translateY(-5px)  translate(0, 22%);
    }
}

@media screen and (max-width: 1300.5px){
    .hp_why .hp_big_title {
        font-size: 28px;
        font-weight: 900;
        color: #103e87;
        position: relative;
        margin-bottom: 1vw;
    }

    .hp_why_step span {
        width: calc(100% - 1rem);
        margin: 0 auto;
        display: block;
        font-size: 18px;
        font-weight: 600;
        color: #000;
    }
    
    .hp_why_icon {
        width: 140px;
        object-fit: contain;
        margin-bottom: 1rem;
    }
}

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

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

@media screen and (max-width: 767.5px){
    .hp_why {
        padding: 6vw 5vw 8vw 5vw;
        position: relative;
    }
    
    .hp_why .small_all {
        font-size: 14px;
        font-weight: 300;
        font-style: italic;
        margin-bottom: 4vw;
        color: #000;
    }
    
    .hp_why_icon {
        width: 120px;
        object-fit: contain;
        margin-bottom: 1rem;
    }
    
    .hp_why_step span {
        width: calc(100% - 1rem);
        margin: 0 auto;
        display: block;
        font-size: 16px;
        font-weight: 600;
        color: #000;
        margin-bottom: 2vw;
    }
}

/*hp_news*/

.index_wrapper_6 {
    position: relative;
    background-color: #f4f4f4;
}

.index_wrapper_6::before {
    content: "NEWS";
    position: absolute;
    left: -2.5%;
    top: 55%;
    transform: translateY(-50%) rotate(180deg);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 90px;
    font-weight: 700;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 0.05);
}

.hp_news {
    padding: 4vw 4vw 2vw 4vw;
    position: relative;
}

.hp_news_small {
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;
    width: 100%;
    text-align: center;
}

.hp_news .small_all {
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 1vw;
    color: #000;
}

.hp_news .c_line_double {
    position:relative;
}

.hp_news .c_line_double:before {
    position: absolute;
    content: "";
    width: 15%;
    height: 1px;
    background-color: #555;
    top: 0;
    bottom: 0;
    right: 110%;
    margin: auto 0;
}

.hp_news .c_line_double:after {
    position: absolute;
    content: "";
    width: 15%;
    height: 1px;
    background-color: #555;
    top: 0;
    bottom: 0;
    left: 110%;
    margin: auto 0;
}

.hp_news .hp_big_title {
    font-size: 34px;
    font-weight: 900;
    color: #103e87;
    position: relative;
    margin-bottom: 1vw;
}

/*news*/

#main_index .hp_latest_new_8 {
    padding: 0vw 8vw 3vw 8vw;
}

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

#main_index .hp_latest_new_8 .news_box .read_more {
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

@media screen and (max-width: 1300.5px){
    .hp_news .hp_big_title {
        font-size: 28px;
        font-weight: 900;
        color: #103e87;
        position: relative;
        margin-bottom: 1vw;
    }
    
    .index_wrapper_6::before {
        content: "NEWS";
        position: absolute;
        left: -2.5%;
        top: 55%;
        transform: translateY(-50%) rotate(180deg);
        writing-mode: vertical-rl;
        text-orientation: mixed;
        font-size: 73px;
        font-weight: 700;
        letter-spacing: 0px;
        color: rgba(0, 0, 0, 0.05);
    }
}

@media screen and (max-width: 1200.5px){
    .index_wrapper_6::before {
        content: "NEWS";
        position: absolute;
        left: -2.5%;
        top: 55%;
        transform: translateY(-50%) rotate(180deg);
        writing-mode: vertical-rl;
        text-orientation: mixed;
        font-size: 59px;
        font-weight: 700;
        letter-spacing: 0px;
        color: rgba(0, 0, 0, 0.05);
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_news {
        padding: 6vw 5vw 2vw 5vw;
        position: relative;
    }
    
    #main_index .hp_latest_new_8 {
        padding: 0vw 1vw 3vw 1vw;
    }
    
    .index_wrapper_6::before {
        content: "NEWS";
        position: absolute;
        left: -3%;
        top: 50%;
        transform: translateY(-50%) rotate(180deg);
        writing-mode: vertical-rl;
        text-orientation: mixed;
        font-size: 31px;
        font-weight: 700;
        letter-spacing: 0px;
        color: rgba(0, 0, 0, 0.05);
    }
}

@media screen and (max-width: 426px) {
    .index_wrapper_6::before {
        content: "NEWS";
        position: absolute;
        left: -3%;
        top: 50%;
        transform: translateY(-50%) rotate(180deg);
        writing-mode: vertical-rl;
        text-orientation: mixed;
        font-size: 26px;
        font-weight: 700;
        letter-spacing: 0px;
        color: rgba(0, 0, 0, 0.05);
    }
}

/*hp_contact*/

.hp_contact {
    padding: 11.5vw 5vw 10vw 5vw;
    position: relative;
    background-image: url(https://cdn1.npcdn.net/img/1777974008contact_us_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.hp_contact .hp_big_title {
    font-size: 38px;
    font-weight: 900;
    color: #fff;
    position: relative;
    margin-bottom: 2vw;
}

.hp_contact .hp_keyword {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    line-height: 1.4;
}

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

.n_contactViewMore {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    background-color: transparent;
    text-align: center;
    display: flex;
    align-items: center;
    transition: 0.25s all linear;
    border-radius: 30px;
    margin-top: 0.5vw;
}

.n_contactViewMore:hover {
    color: #fff;
    background-color: transparent;
    text-decoration: none;
}

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

.n_contactViewMore img.arrow-icon {
    margin-left: 10px !important;
    width: 42px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
    animation: slideArrow 2.5s infinite ease-in-out;
    will-change: transform;
}

@keyframes slideArrow {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(5px);
    }
}

@media screen and (max-width: 1300.5px){
    .hp_contact .hp_big_title {
        font-size: 28px;
        font-weight: 900;
        color: #fff;
        position: relative;
        margin-bottom: 2vw;
    }
    
    .hp_contact .hp_keyword {
        font-size: 16px;
        font-weight: 300;
        color: #fff;
        line-height: 1.4;
    }
}

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

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

@media screen and (max-width: 767.5px){
    .hp_contact {
        padding: 8vw 5vw 9vw 5vw;
        position: relative;
        background-image: url(https://cdn1.npcdn.net/img/1777974008contact_us_bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        overflow: hidden;
    }
    
    .hp_contact .hp_keyword {
        font-size: 16px;
        font-weight: 300;
        color: #fff;
        line-height: 1.4;
    }
    
    .hp_contact .hp_keyword br {
        display: none;
    }
    
    .n_contactViewMore img.arrow-icon {
        margin-left: 10px !important;
        width: 35px !important;
        height: auto !important;
        display: inline-block !important;
        transition: transform 0.3s ease;
        animation: slideArrow 2.5s infinite ease-in-out;
        will-change: transform;
    }
}

@media screen and (max-width: 426px) {
    .hp_contact .hp_keyword {
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        line-height: 1.4;
    }
}

/*footer*/

.footer_type8 {
    background-color: #103e87;
    color: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
    line-height: 1.875;
}

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

.footer_type8 .social_media a {
    margin-left: 1rem;
    border: 1px solid #a3a3a3;
    background: #fff;
    color: #103e87;
    border-radius: 20px;
    padding: 5px;
    width: 30px;
    height: 30px;
    display: flex;
}

.footer_type8 .title h5 {
    font-weight: 600;
    align-self: end;
    margin-bottom: 0;
    text-transform: uppercase;
}

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

.footer_type8 .logo {
    position: relative;
    overflow: hidden;
    height: 0;
    width: 100%;
    height: 0;
    min-height: 100px;
}

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

@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: 22rem!important;
    	object-fit:cover;
    	object-position: 50% 50%;
    }
}