a {
    text-decoration: none !important;
}

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

/*nav*/

#top_spacing{
    height:150px !important;
}

.navbar_type8 {
    position: fixed;
    display: flex;
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.4);
    width: 87%;
    height: 90px;
    z-index: 100;
    border-radius: 10px;
    top: 7%;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.50s;
}

.dark_nav{
    background-color: rgba(0, 0, 0, 0.7) !important;
    top: 0%;
}

.navbar_type8 .nav_tab {
    flex: 0 1 80%;
    display: flex;
    justify-content: flex-end;
    padding-left: 15px;
    padding-right: 25px;
    flex-wrap: wrap;
}

/*.navbar_type8 .nav_tab .nav_item a {*/
/*    font-family: 'Overpass', sans-serif;*/
/*    color: #333;*/
/*    font-size: 16px;*/
/*    font-weight: 500;*/
/*    padding: 25px;*/
/*}*/

.navbar_type8 .nav_tab .nav_item a:hover {
    color: #b7ff00;
}

.navbar_type8 .nav_tab .nav_item a {
    /*font-family: 'Overpass', sans-serif;*/
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 25px;
    position: relative;
}

.navbar_type8 .nav_tab .nav_item a::before {
    content: "•";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0; /* hidden by default */
    transition: opacity 0.3s ease;
}

.navbar_type8 .nav_tab .nav_item a:hover::before {
    opacity: 1; /* show only on hover */
}

/*.navbar_type8 .nav_tab .nav_item a::before {*/
/*    content: "•";*/
/*    position: absolute;*/
/*    left: 10px;*/
/*    opacity: 0;*/
/*    transition: 0.3s;*/
/*}*/

/*.navbar_type8 .nav_tab .nav_item a:hover::before {*/
/*    opacity: 1;*/
/*}*/

.navbar_type8 .nav_tab .nav_item::before {
    border-bottom: 0px solid #047fbb;
}

/*.navbar_type8 .nav_tab .nav_item::before {*/
/*    top: 0%;*/
/*}*/

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
    color: #fff !important;
    font-weight: 400;
    text-align:left;
}

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

.navbar_type8 .logo {
    flex: 0 1 30%;
    overflow: hidden;
    position: relative;
    margin-left: 35px;
}

.navbar_type8 .logo img {
    padding: 10px;
    width: 100%;
}

@media screen and (max-width: 1300.5px){
    .navbar_type8 .nav_tab .nav_item a {
        /*font-family: 'Overpass', sans-serif;*/
        color: #fff;
        font-size: 15px;
        font-weight: 500;
        padding: 15px;
        position: relative;
    }
    
    .navbar_type8 .nav_tab .nav_item a::before {
        content: "•";
        position: absolute;
        left: 3px;
        top: 50%;
        transform: translateY(-50%);
        opacity: 0; /* hidden by default */
        transition: opacity 0.3s ease;
    }
}

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a {
        /*font-family: 'Overpass', sans-serif;*/
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        padding: 12px;
        position: relative;
    }
}

@media screen and (max-width: 992.5px){
    .navbar_type8 {
        display: none;
    }
    
    #top_spacing{
        height: 80px !important;
    }
    
    .navbar_mobile {
        background-color: #000;
    }
}

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

/*hp_banner*/

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

.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: 29vw;
    top: -27vw;
    left: 21vw;
    transform: translate(-20%, -50%);
    width: 60%;
    z-index: 1;
}

.n_bannerSubtitle {
    /*font-family: 'Overpass', sans-serif;*/
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    line-height: 1.2;
    position: relative;
    padding-left: 15px;
    letter-spacing: 1px;
}

.n_bannerSubtitle::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
}

.n_bannerTitle {
    /*font-family: 'Overpass', sans-serif;*/
    font-size: 46px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    position: relative;
    margin-top: 1.5vw;
    margin-bottom: 0vw !important;
}

.n_bannerTitle2 {
    width: 71%;
    height: auto;
    display: block;
    margin-left: 0px;
}

.n_bannerTitle2 {
    /*font-family: 'Overpass', sans-serif;*/
    font-size: 46px;
    font-weight: 900;
    font-style: italic;
    color: #b7ff00;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
}

.n_bannerTitle3 {
    /*font-family: 'Overpass', sans-serif;*/
    font-size: 46px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
}

.hp_banner_content {
    font-family: 'Overpass', sans-serif;
    font-size: 17px;
    font-weight: 100;
    color: #fff;
    margin-top: 1vw;
    margin-bottom: 0vw;
    line-height: 1.4;
}

.button-group {
    display: flex;
    gap: 10px;
}

.n_bannerViewMore {
    font-family: 'Overpass', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #000;
    background: #b7ff00;
    border-radius: 3px;
    text-align: center;
    padding: 0%;
    height: 2.3vw;
    width: 12.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 1.5vw;
}

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

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

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

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

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

.n_bannerViewMore::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_bannerViewMore img.arrow-icon {
    margin-left: 10px !important;
    margin-right: -10px;
    width: 13px !important;
    height: auto !important;
    display: inline-block !important;
    filter: brightness(0) invert(0);
    transition: transform 0.3s ease;
}

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

.n_bannerViewMore2 {
    font-family: 'Overpass', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    background: transparent;
    border-radius: 3px;
    text-align: center;
    padding: 0%;
    height: 2.3vw;
    width: 12.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 1.5vw;
}

.n_bannerViewMore2:hover {
    color: #fff;
    background: #000;
    text-decoration: none;
}

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

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

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

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

.n_bannerViewMore2::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_bannerViewMore2 img.arrow-icon {
    margin-left: 10px !important;
    margin-right: -10px;
    width: 13px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_bannerViewMore2:hover img.arrow-icon {
    animation: swing 1s;
}

.slider_banner .slick-dots {
    position: absolute;
    bottom: 25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slider_banner .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #fff;
    font-size: 11px;
}

.slider_banner .slick-dots li button:before {
    color: #fff;
    font-size: 9px;
}

.slider_banner .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 0px;
    padding: 0;
    cursor: pointer;
}

.slider_banner .slick-prev:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/img/1777947077A_BUTTON1.png);
    width: 48px;
    height: 48px;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -999px;
    display: inline-block;
    filter: none;
}

.slider_banner .slick-next:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/img/1777947085A_BUTTON3.png);
    width: 48px;
    height: 48px;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -999px;
    display: inline-block;
    filter: none;
}

.slider_banner .slick-next:before, .slider_banner .slick-prev:before {
    opacity: 1;
}

.slider_banner .slick-prev {
    z-index: 99;
    left: 3vw;
}

.slider_banner .slick-next {
    right: 4vw;
}

/*Video*/

.video_group {
    position: relative;
    z-index: -1;
}

.video {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 1300.5px){
    .n_bannerViewMore {
        font-size: 14px;
        font-weight: 300;
        /*color: #fff;*/
        /*background: #047fbb;*/
        border-radius: 3px;
        text-align: center;
        padding: 0%;
        height: 3.3vw;
        width: 14.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1.5vw;
    }
    
    .n_bannerViewMore2 {
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        background: transparent;
        border-radius: 3px;
        text-align: center;
        padding: 0%;
        height: 3.3vw;
        width: 14.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1.5vw;
    }
}

@media screen and (max-width: 1200.5px){
    /*.n_bannerInnerGroup {*/
    /*    position: absolute;*/
    /*    top: 30vw;*/
    /*    left: 21vw;*/
    /*    transform: translate(-20%, -50%);*/
    /*    width: 60%;*/
    /*    z-index: 1;*/
    /*}*/

    .n_bannerTitle {
        /*font-family: 'Overpass', sans-serif;*/
        font-size: 36px;
        font-weight: 600;
        color: #fff;
        line-height: 1.2;
        position: relative;
        /*margin-top: 1.5vw;*/
        /*margin-bottom: -2.5vw !important;*/
    }
    
    .n_bannerTitle2 {
        width: 61%;
        height: auto;
        display: block;
        margin-left: 0px;
    }
    
    .n_bannerTitle2 {
        /* font-family: 'Overpass', sans-serif; */
        font-size: 32px;
        font-weight: 900;
        font-style: italic;
        color: #b7ff00;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
    }
    
    .n_bannerTitle3 {
        /*font-family: 'Overpass', sans-serif;*/
        font-size: 36px;
        font-weight: 600;
        color: #fff;
        line-height: 1.2;
        position: relative;
        /*margin-top: -1.5vw;*/
    }

    .hp_banner_content {
        font-size: 15px;
        font-weight: 200;
        color: #fff;
        margin-top: 1vw;
        margin-bottom: 0vw;
        line-height: 1.4;
    }
    
    .n_bannerViewMore {
        font-size: 14px;
        font-weight: 300;
        /*color: #fff;*/
        /*background: #047fbb;*/
        border-radius: 3px;
        text-align: center;
        padding: 0%;
        height: 4.3vw;
        width: 18.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1.5vw;
    }
    
    .n_bannerViewMore2 {
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        background: transparent;
        border-radius: 3px;
        text-align: center;
        padding: 0%;
        height: 4.3vw;
        width: 18.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1.5vw;
    }
    
    .slider_banner .slick-prev:before {
        content: '';
        background-image: url(https://cdn1.npcdn.net/img/1777947077A_BUTTON1.png);
        width: 38px;
        height: 38px;
        background-size: contain;
        background-repeat: no-repeat;
        text-indent: -999px;
        display: inline-block;
        filter: none;
    }
    
    .slider_banner .slick-next:before {
        content: '';
        background-image: url(https://cdn1.npcdn.net/img/1777947085A_BUTTON3.png);
        width: 38px;
        height: 38px;
        background-size: contain;
        background-repeat: no-repeat;
        text-indent: -999px;
        display: inline-block;
        filter: none;
    }
}

@media screen and (max-width: 992.5px){
    .index_wrapper_2 {
        margin-top: 0px;
    }
}

@media screen and (max-width: 767.5px){
    /*.n_bannerInnerGroup {*/
    /*    position: absolute;*/
    /*    top: 35vw;*/
    /*    left: 25vw;*/
    /*    transform: translate(-20%, -50%);*/
    /*    width: 85%;*/
    /*    z-index: 1;*/
    /*}*/
    
    .n_bannerSubtitle {
        /* font-family: 'Overpass', sans-serif; */
        font-size: 12px;
        font-weight: 300;
        color: #fff;
        line-height: 1.2;
        position: relative;
        padding-left: 15px;
        letter-spacing: 0px;
    }
    
    .n_bannerTitle {
        /*font-family: 'Overpass', sans-serif;*/
        font-size: 20px;
        font-weight: 600;
        color: #fff;
        line-height: 1.2;
        position: relative;
        /*margin-top: 1.5vw;*/
        /*margin-bottom: -3.5vw !important;*/
    }
    
    .n_bannerTitle2 {
        width: 100%;
        height: auto;
        display: block;
        /*margin-left: -16px;*/
    }
    
    .n_bannerTitle2 {
        /* font-family: 'Overpass', sans-serif; */
        font-size: 20px;
        font-weight: 900;
        font-style: italic;
        color: #b7ff00;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
    }
    
    .n_bannerTitle3 {
        /*font-family: 'Overpass', sans-serif;*/
        font-size: 20px;
        font-weight: 600;
        color: #fff;
        line-height: 1.2;
        position: relative;
        /*margin-top: -2.5vw;*/
    }
    
    .hp_banner_content br {
        display: none;
    }
    
    .n_bannerViewMore {
        font-size: 12px;
        font-weight: 300;
        /*color: #fff;*/
        /*background: #047fbb;*/
        border-radius: 3px;
        text-align: center;
        padding: 0%;
        height: 8vw;
        width: 35vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
    
    .n_bannerViewMore2 {
        font-size: 12px;
        font-weight: 300;
        color: #fff;
        background: transparent;
        border-radius: 3px;
        text-align: center;
        padding: 0%;
        height: 8vw;
        width: 35vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
    
    .slider_banner .slick-prev:before {
        content: '';
        background-image: url(https://cdn1.npcdn.net/img/1777947077A_BUTTON1.png);
        width: 25px;
        height: 25px;
        background-size: contain;
        background-repeat: no-repeat;
        text-indent: -999px;
        display: inline-block;
        filter: none;
    }
    
    .slider_banner .slick-next:before {
        content: '';
        background-image: url(https://cdn1.npcdn.net/img/1777947085A_BUTTON3.png);
        width: 25px;
        height: 25px;
        background-size: contain;
        background-repeat: no-repeat;
        text-indent: -999px;
        display: inline-block;
        filter: none;
    }
    
    .slider_banner .slick-prev {
        z-index: 99;
        left: 2vw;
    }
    
    .slider_banner .slick-next {
        right: 3vw;
    }
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 29vw;
        top: -27vw;
        left: 21vw;
        transform: translate(-20%, -50%);
        width: 85%;
        z-index: 1;
    }
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 29vw;
        top: -31vw;
        left: 26vw;
        transform: translate(-20%, -50%);
        width: 85%;
        z-index: 1;
    }
}

@media screen and (max-width: 428.5px) {
    /*.n_bannerInnerGroup {*/
    /*    position: absolute;*/
    /*    top: 40vw;*/
    /*    left: 25vw;*/
    /*    transform: translate(-20%, -50%);*/
    /*    width: 85%;*/
    /*    z-index: 1;*/
    /*}*/
    
    .hp_banner_content {
        font-size: 12px;
        font-weight: 200;
        color: #fff;
        margin-top: 1vw;
        margin-bottom: 0vw;
        line-height: 1.4;
    }
    
    .n_bannerViewMore {
        font-size: 12px;
        font-weight: 300;
        /*color: #fff;*/
        /*background: #047fbb;*/
        border-radius: 3px;
        text-align: center;
        padding: 0%;
        height: 8vw;
        width: 35vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
    
    .n_bannerViewMore2 {
        font-size: 12px;
        font-weight: 300;
        color: #fff;
        background: transparent;
        border-radius: 3px;
        text-align: center;
        padding: 0%;
        height: 8vw;
        width: 35vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
    
    .slider_banner .slick-prev:before {
        content: '';
        background-image: url(https://cdn1.npcdn.net/img/1777947077A_BUTTON1.png);
        width: 23px;
        height: 23px;
        background-size: contain;
        background-repeat: no-repeat;
        text-indent: -999px;
        display: inline-block;
        filter: none;
    }
    
    .slider_banner .slick-next:before {
        content: '';
        background-image: url(https://cdn1.npcdn.net/img/1777947085A_BUTTON3.png);
        width: 23px;
        height: 23px;
        background-size: contain;
        background-repeat: no-repeat;
        text-indent: -999px;
        display: inline-block;
        filter: none;
    }
    
    .slider_banner .slick-prev {
        z-index: 99;
        left: 1.5vw;
    }
    
    .slider_banner .slick-next {
        right: 2.5vw;
    }
}

@media screen and (max-width: 360.5px) {
    /*.n_bannerInnerGroup {*/
    /*    position: absolute;*/
    /*    top: 45vw;*/
    /*    left: 27vw;*/
    /*    transform: translate(-20%, -50%);*/
    /*    width: 85%;*/
    /*    z-index: 1;*/
    /*}*/
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 29vw;
        top: -36vw;
        left: 26vw;
        transform: translate(-20%, -50%);
        width: 85%;
        z-index: 1;
    }
    
    .n_bannerSubtitle {
        /* font-family: 'Overpass', sans-serif; */
        font-size: 12px;
        font-weight: 300;
        color: #fff;
        line-height: 1.2;
        position: relative;
        padding-left: 15px;
        letter-spacing: 0px;
    }
    
    .hp_banner_content {
        font-size: 12px;
        font-weight: 200;
        color: #fff;
        margin-top: 1vw;
        margin-bottom: 0vw;
        line-height: 1.4;
    }
    
    .n_bannerViewMore {
        font-size: 12px;
        font-weight: 300;
        /*color: #fff;*/
        /*background: #047fbb;*/
        border-radius: 3px;
        text-align: center;
        padding: 0%;
        height: 9.3vw;
        width: 41vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 3.5vw;
    }
    
    .n_bannerViewMore2 {
        font-size: 12px;
        font-weight: 300;
        color: #fff;
        background: transparent;
        text-align: center;
        padding: 0%;
        height: 9.3vw;
        width: 41vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 3.5vw;
    }
}

/*hp_about*/

.index_wrapper_3 {
    position: relative;
    background-image: url(https://cdn1.npcdn.net/img/1780624447B_Background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hp_about {
    padding: 5.5vw 4.5vw 3.5vw 8.5vw;
    position: relative;
}

.hp_about .hp_small_title {
    /*font-family: 'Overpass', sans-serif;*/
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    position: relative;
    padding-left: 15px; 
    margin-bottom: 1.5vw;
}

.hp_about .hp_small_title::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
}

.hp_about .hp_big_title {
    /*font-family: 'Overpass', sans-serif;*/
    font-size: 33px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    position: relative;
}

.hp_about .hp_big_title span {
    /*font-weight: 900;*/
    font-style: italic;
    color: #b7ff00;
}

.hp_about_box2 {
    margin-top: 3vw;
}

.hp_about .hp_keyword {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 1.5vw;
    line-height: 1.6;
}

.n_aboutViewMore {
    font-size: 15px;
    font-weight: 300;
    color: #b7ff00;
    background: transparent;
    border: 1px solid #b7ff00;
    border-radius: 3px;
    text-align: center;
    padding: 0%;
    height: 2.3vw;
    width: 9vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 4.5vw;
}

.n_aboutViewMore:hover {
    color: #fff;
    background: #000;
    border: 1px solid #000;
    text-decoration: none;
}

.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: 10px !important;
    margin-right: -10px;
    width: 13px !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 .hp_keyword {
        position: relative;
        font-size: 15px;
        font-weight: 400;
        /*color: #414042;*/
        margin-bottom: 1.5vw;
        line-height: 1.6;
    }
    
    .hp_about .hp_keyword br {
        display: none;
    }
    
    .n_aboutViewMore {
        font-size: 14px;
        font-weight: 300;
        /*color: #fff;*/
        /*background: #047fbb;*/
        border-radius: 3px;
        text-align: center;
        padding: 0%;
        height: 3.3vw;
        width: 11vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 4.5vw;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_about .hp_big_title {
        /*font-family: 'Overpass', sans-serif;*/
        font-size: 28px;
        font-weight: 600;
        /*color: #414042;*/
        line-height: 1.2;
        position: relative;
    }
    
    .hp_about .hp_big_title br {
        display: none;
    }
    
    .n_aboutViewMore {
        font-size: 14px;
        font-weight: 300;
        /*color: #fff;*/
        /*background: #047fbb;*/
        border-radius: 3px;
        text-align: center;
        padding: 0%;
        height: 4.3vw;
        width: 13vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 4.5vw;
    }
    
    .hp_about_box2 {
        margin-top: 2vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_about {
        padding: 6vw 5vw 4vw 5vw;
        position: relative;
    }
    
    .n_aboutViewMore {
        font-size: 14px;
        font-weight: 300;
        /*color: #fff;*/
        /*background: #047fbb;*/
        border-radius: 3px;
        text-align: center;
        padding: 0%;
        height: 9.3vw;
        width: 33vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1vw;
        margin-bottom: 1vw;
    }
    
    .hp_about .hp_keyword {
        position: relative;
        font-size: 15px;
        font-weight: 400;
        /*color: #414042;*/
        margin-bottom: 2.5vw;
        line-height: 1.6;
    }
}

/*hp_services*/

.hp_services {
    padding: 0.5vw 7.5vw 7.5vw 7.5vw;
    position: relative;
}

.hp_services .service_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0px;
}

.hp_services .col {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0 10px;
    transition: transform 0.3s ease;
}

.hp_services .col:hover {
    transform: translateY(10px); 
}

.hp_services .col:active {
    transform: translateY(10px);
}

.hp_services .text_card {
    position: relative;
    background: transparent;
    border: 1px solid #b7ff00;
    padding: 30px;
    border-radius: 10px;
    overflow: hidden;
}

.hp_services .img_card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.hp_services .img_card {
    height: 345px;
}

.hp_services .icon_card {
    /*width: 120px;  */
    /*height: 120px;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}

.hp_services .icon_card img {
    width: 65px;    
    height: auto;
    margin-bottom: 10px;
}

.hp_services .text_card h3 {
    /*font-family: 'Overpass', sans-serif;*/
    font-size: 20px;
    font-weight: 700;
    color: #b7ff00;
    margin-bottom: 5px;
}

.hp_services .text_card p {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0px;
    line-height: 1.4;
}

.hp_services .text_card .num {
    /*font-family: 'Overpass', sans-serif;*/
    position: absolute;
    top: -5px;
    right: -5px;
    width: 65px;
    height: 65px;
    background: #b7ff00;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 23px;
    border-radius: 30px 30px 30px 50px;
    /* border-radius: 50%; */
}

@media screen and (max-width: 1300.5px){
    .hp_services .text_card p {
        font-size: 13px;
        font-weight: 500;
        /*color: #414042;*/
        margin-bottom: 0px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_services .text_card .num {
        /*font-family: 'Overpass', sans-serif;*/
        position: absolute;
        top: -5px;
        right: -5px;
        width: 55px;
        height: 55px;
        /*background: #047fbb;*/
        /*color: #fff;*/
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        font-size: 18px;
        border-radius: 30px 30px 30px 50px;
        /* border-radius: 50%; */
    }
    
    .hp_services .text_card h3 {
        /*font-family: 'Overpass', sans-serif;*/
        font-size: 16px;
        font-weight: 700;
        /*color: #047fbb;*/
        margin-bottom: 5px;
    }
    
    .hp_services .text_card p {
        font-size: 12px;
        font-weight: 400;
        /*color: #414042;*/
        margin-bottom: 0px;
        line-height: 1.4;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_services .service_grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0px;
    }

    .hp_services .col {
        display: flex;
        flex-direction: column;
     }
    
    .hp_services .img_card {
        order: 1;
    }
    
    .hp_services .text_card {
        order: 2;
    }
    
    .hp_services {
        padding: 0vw 5vw 5vw 5vw;
        position: relative;
    }
    
    .hp_services .col {
        display: flex;
        flex-direction: column;
        gap: 15px;
        padding: 0 0px;
        transition: transform 0.3s ease;
    }
    
    .hp_services .text_card {
        position: relative;
        /*background: #f1f2f2;*/
        padding: 30px;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 15px;
    }
    
    .hp_services .text_card h3 {
        /*font-family: 'Overpass', sans-serif;*/
        font-size: 20px;
        font-weight: 700;
        /*color: #047fbb;*/
        margin-bottom: 5px;
    }
    
    .hp_services .text_card p {
        font-size: 15px;
        font-weight: 400;
        /*color: #414042;*/
        margin-bottom: 0px;
        line-height: 1.4;
    }
}

/*hp_products*/

.index_wrapper_4 {
    position: relative;
    background-image: url(https://cdn1.npcdn.net/img/1780624466C_Background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*.index_wrapper_5::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 65%;*/
/*    background-color: #f1f2f2;*/
/*}*/

.hp_products {
    padding: 6vw 5vw 1.5vw 5vw;
    position: relative;
}

.hp_products .hp_small_title {
    /*font-family: 'Overpass', sans-serif;*/
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    position: relative;
    padding-left: 15px;
    padding-right: 15px; 
    margin-bottom: 1vw;
}

.hp_products .hp_small_title::before {
    content: "•";
    position: relative;
    left: 0;
    top: 0;
    color: #fff;
}

.hp_products .hp_small_title::after {
    content: "•";
    position: relative;
    right: 0;
    top: 0;
    color: #fff;
}

.hp_products .hp_big_title {
    /*font-family: 'Overpass', sans-serif;*/
    font-size: 33px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    position: relative;
}

.hp_products .hp_big_title span {
    /*font-weight: 900;*/
    font-style: italic;
    color: #b7ff00;
}

/*products*/

.productSlider-1 {
    padding: 0vw 9vw 0vw 9vw;
}

.productSlider-1 .text-left {
    text-align: center !important;
}

.productSlider-1 p {
    display: none;
}

.productSlider-1 .slick-track .slick-slide {
    margin: 10px 10px;
    height: auto;
    flex: 1;
    border-radius: 0px;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.25);
    background-color: transparent;
}

.productSlider-1 .product_img .product_box .product_img_frame img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    border-radius: 0px;
    /*box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);*/
}

.productSlider-1 .product_img .product_box {
    margin: 0px;
    border: 0px solid transparent;
    background-color: transparent;
}

.productSlider-1 .product_img .product_box h6 {
    color: #fff;
    font-weight: 600 !important;
}

.productSlider-1 .product_img .product_box h6 a {
    color: #b7ff00;
    font-weight: 400 !important;
}

.productSlider-1 .product_img .slick-prev::before, .productSlider-1 .product_img .slick-next::before {
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none !important;
}

.product_img .product_box .product_img_frame img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    border-radius: 0px;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25); */
    border: 3px solid #b7ff00;
}

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

@media screen and (max-width: 1200.5px){
    .hp_products .hp_big_title {
        /*font-family: 'Overpass', sans-serif;*/
        font-size: 28px;
        font-weight: 600;
        /*color: #414042;*/
        line-height: 1.2;
        position: relative;
        margin-top: 2vw !important;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_products .hp_big_title br {
        display: none;
    }
    
    .productSlider-1 {
        padding: 0vw 5vw 0vw 5vw;
    }
}

/*hp_gallery*/

.index_wrapper_5 {
    position: relative;
    background-image: url(https://cdn1.npcdn.net/img/1780624473D_Background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hp_gallery {
    padding: 7.5vw 8.5vw 1.5vw 8.5vw;
    position: relative;
}

.hp_gallery .hp_small_title {
    /*font-family: 'Overpass', sans-serif;*/
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    position: relative;
    padding-left: 15px; 
    margin-bottom: 1.5vw;
}

.hp_gallery .hp_small_title::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
}

.hp_gallery .hp_big_title {
    /*font-family: 'Overpass', sans-serif;*/
    font-size: 33px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    position: relative;
}

.hp_gallery .hp_big_title span {
    /*font-weight: 900;*/
    font-style: italic;
    color: #b7ff00;
}

.button-gallery {
    display: flex;
    justify-content: flex-end;
}

.n_galleryViewMore {
    font-size: 15px;
    font-weight: 300;
    color: #b7ff00;
    background: transparent;
    border: 1px solid #b7ff00;
    border-radius: 3px;
    text-align: center;
    padding: 0%;
    height: 2.3vw;
    width: 10.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 4.5vw;
}

.n_galleryViewMore:hover {
    color: #fff;
    background: #000;
    border: 1px solid #000;
    text-decoration: none;
}

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

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

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

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

.n_galleryViewMore::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_galleryViewMore img.arrow-icon {
    margin-left: 10px !important;
    margin-right: -10px;
    width: 13px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

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

/*project*/

#main_index .hp_photoGallerySlider_type4 .flickfeed .slick-slide .card img {
    height: 350px;
    object-fit: cover !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
    transition: 0.3s ease;
}

#main_index .hp_photoGallerySlider_type4 .pt-5, #main_index .hp_photoGallerySlider_type4 .py-5 {
    padding-top: 0rem !important;
}

#main_index .hp_photoGallerySlider_type4 .flickfeed .slick-slide .card img:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4) !important;
}

#main_index .hp_photoGallerySlider_type4 .flickfeed .slick-slide {
    margin: 0 8px;
    /*height: inherit !important;*/
}

#main_index .hp_photoGallerySlider_type4 .flickfeed .slick-prev::before, 
#main_index .hp_photoGallerySlider_type4 .flickfeed .slick-next::before {
    font-size: 30px;
    display: none !important;
}

@media screen and (max-width: 1300.5px){
    .n_galleryViewMore {
        font-size: 14px;
        font-weight: 300;
        /*color: #fff;*/
        /*background: #047fbb;*/
        border-radius: 3px;
        text-align: center;
        padding: 0%;
        height: 3.3vw;
        width: 13vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 4.5vw;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_gallery .hp_big_title {
        /*font-family: 'Overpass', sans-serif;*/
        font-size: 28px;
        font-weight: 600;
        /*color: #414042;*/
        line-height: 1.2;
        position: relative;
    }
    
    .hp_gallery .hp_big_title br {
        display: none;
    }
    
    .n_galleryViewMore {
        font-size: 14px;
        font-weight: 300;
        /*color: #fff;*/
        /*background: #047fbb;*/
        border-radius: 3px;
        text-align: center;
        padding: 0%;
        height: 4.3vw;
        width: 15vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 4.5vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_gallery {
        padding: 4vw 5vw 5vw 5vw;
        position: relative;
    }
    
    .button-gallery {
        display: flex;
        justify-content: flex-start;
    }
    
    .n_galleryViewMore {
        font-size: 14px;
        font-weight: 300;
        /*color: #fff;*/
        /*background: #047fbb;*/
        border-radius: 3px;
        text-align: center;
        padding: 0%;
        height: 9.3vw;
        width: 35vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

@media screen and (max-width: 360.5px) {
    .hp_gallery .hp_big_title {
        /*font-family: 'Overpass', sans-serif;*/
        font-size: 26px;
        font-weight: 600;
        /*color: #414042;*/
        line-height: 1.2;
        position: relative;
    }
    
    .n_galleryViewMore {
        font-size: 14px;
        font-weight: 300;
        /*color: #fff;*/
        /*background: #047fbb;*/
        border-radius: 3px;
        text-align: center;
        padding: 0%;
        height: 9.3vw;
        width: 40vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

/*hp_why*/

.hp_why {
    padding: 8vw 8vw 6vw 6vw;
    position: relative;
    background-image: url(https://cdn1.npcdn.net/img/1780624929E_Background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 0vw;
}

.hp_why .row {
    justify-content: flex-end;
    display: flex;
    margin-left: auto;
}

.hp_why .hp_small_title {
    /*font-family: 'Overpass', sans-serif;*/
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    position: relative;
    padding-left: 15px; 
    margin-bottom: 1.5vw;
}

.hp_why .hp_small_title::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
}

.hp_why .hp_big_title {
    /*font-family: 'Overpass', sans-serif;*/
    font-size: 33px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    position: relative;
    margin-bottom: 2vw;
}

.hp_why .hp_big_title span {
    /*font-weight: 900;*/
    font-style: italic;
    color: #b7ff00;
}

.whyBorder {
    padding: 0px 0px;
}

.n_whyBox2 {
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
    gap: 15px;
    margin-bottom: 2vw;
}

.n_whyIcon {
    margin-bottom: 0px;
}

.n_whyIcon img {
    width: 50px;
    height: 50px;
    margin-top: -5px;
    object-fit: contain;
    border-radius: 5px;
    transition: transform 0.3s ease;
}

.n_whyTitle {
    /*font-family: 'Overpass', sans-serif;*/
    font-size: 18px;
    font-weight: 500;
    color: #b7ff00;
    margin-bottom: 0vw !important;
}

.n_whyText {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 0vw !important;
}

.n_whyBox2:hover .n_whyIcon img {
    animation: iconBounce 0.6s ease;
}

@keyframes iconBounce {
    0%   { transform: translateY(0); }
    25%  { transform: translateY(-15px); }
    50%  { transform: translateY(0); }
    75%  { transform: translateY(-7px); }
    100% { transform: translateY(0); }
}

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

@media screen and (max-width: 1200.5px){
    .hp_why .hp_big_title {
        /*font-family: 'Overpass', sans-serif;*/
        font-size: 28px;
        font-weight: 600;
        color: #fff;
        line-height: 1.2;
        position: relative;
        margin-bottom: 2vw;
    }
    
    .hp_why .hp_big_title br {
        display: none;
    }
    
    .hp_why {
        padding: 8vw 7vw 6vw 2vw;
        position: relative;
        /*background-image: url(https://cdn1.npcdn.net/img/1777949038E_BACKGROUND.jpg);*/
        /*background-size: cover;*/
        /*background-repeat: no-repeat;*/
        /*background-position: center;*/
        /*margin-top: 5vw;*/
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_why {
        padding: 0vw 5vw 8vw 1vw;
        position: relative;
        /*background-image: url(https://cdn1.npcdn.net/img/1777949038E_BACKGROUND.jpg);*/
        /*background-size: cover;*/
        /*background-repeat: no-repeat;*/
        background-position: right;
        margin-top: -15vw;
    }
    
    .hp_why .hp_big_title br {
        display: none;
    }
}

/*hp_contact*/

.hp_contact {
    padding: 7.5vw 7vw 6.5vw 7vw;
    position: relative;
    background-image: url(https://cdn1.npcdn.net/img/1780625125F_Background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hp_contact_img {
    width: 97%;
    max-width: 150%;
    margin: 0 auto;
    z-index: 1;
    margin-top: 0vw;
    margin-left: 0vw;
}

.hp_contact_right {
    padding: 3vw 0vw 0vw 4vw;
}

.hp_contact .hp_small_title {
    /*font-family: 'Overpass', sans-serif;*/
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    position: relative;
    padding-left: 15px; 
    margin-bottom: 1.5vw;
}

.hp_contact .hp_small_title::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
}

.hp_contact .hp_big_title {
    /*font-family: 'Overpass', sans-serif;*/
    font-size: 33px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    position: relative;
}

.hp_contact .hp_big_title span {
    /*font-weight: 900;*/
    font-style: italic;
    color: #b7ff00;
}

.hp_contact .hp_keyword {
    position: relative;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 1.5vw;
    line-height: 1.6;
}

.n_contactViewMore {
    font-size: 15px;
    font-weight: 300;
    color: #b7ff00;
    background: transparent;
    border: 1px solid #b7ff00;
    border-radius: 3px;
    text-align: center;
    padding: 0%;
    height: 2.3vw;
    width: 12vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 2vw;
}

.n_contactViewMore:hover {
    color: #fff;
    background: #000;
    border: 1px solid #000;
    text-decoration: none;
}

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

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

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

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

.n_contactViewMore::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_contactViewMore img.arrow-icon {
    margin-left: 10px !important;
    margin-right: -10px;
    width: 13px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

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

.hp_contact .contact-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 25px;
    transition: transform 0.3s ease;
}

.hp_contact .contact-icon {
    width: 30px;
    height: 30px;
    background: transparent;
    /*margin-right: 15px;*/
    /*padding: 13px; */
    display: flex;
    align-items: center;
    justify-content: center;
     object-fit: contain; 
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.hp_contact .contact-icon img {
    width: 25px;     
    height: auto;
}

.hp_contact .contact-phone {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 1.5;
    text-decoration: none;
    transition: color 0.3s ease;
}

.hp_contact .contact-box:hover .contact-icon {
    transform: scale(1.2) rotate(15deg);
}

@media screen and (max-width: 1300.5px){
    .hp_contact .hp_big_title br {
        display: none;
    }
    
    .hp_contact .hp_keyword {
        position: relative;
        font-size: 15px;
        font-weight: 300;
        /*color: #414042;*/
        margin-bottom: 1.5vw;
        line-height: 1.6;
    }
    
    .hp_contact_right {
        padding: 0vw 0vw 0vw 2vw;
    }
    
    .n_contactViewMore {
        font-size: 14px;
        font-weight: 300;
        /*color: #fff;*/
        /*background: #047fbb;*/
        border-radius: 3px;
        text-align: center;
        padding: 0%;
        height: 3.3vw;
        width: 15vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
    
    .hp_contact .contact-box {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        gap: 25px;
        transition: transform 0.3s ease;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_contact .hp_big_title {
        /*font-family: 'Overpass', sans-serif;*/
        font-size: 28px;
        font-weight: 600;
        /*color: #414042;*/
        line-height: 1.2;
        position: relative;
    }
    
    .hp_contact .hp_big_title br {
        display: none;
    }
    
    .hp_contact .hp_keyword br {
        display: none;
    }
    
    .hp_contact .contact-phone {
        font-size: 15px;
        font-weight: 400;
        /*color: #414042;*/
        line-height: 1.5;
        text-decoration: none;
        transition: color 0.3s ease;
    }
    
    .hp_contact .contact-phone br {
        display: none;
    }
    
    .n_contactViewMore {
        font-size: 14px;
        font-weight: 300;
        /*color: #fff;*/
        /*background: #047fbb;*/
        border-radius: 3px;
        text-align: center;
        padding: 0%;
        height: 4.3vw;
        width: 16vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_contact {
        padding: 8vw 5vw 6vw 5vw;
        position: relative;
    }
    
    .hp_contact_img {
        width: 100%;
        max-width: 150%;
        margin: 0 auto;
        z-index: 1;
        margin-top: 0vw;
        margin-left: 0vw;
    }
    
    .hp_contact_right {
        padding: 5vw 4vw 1vw 4vw;
    }
    
    .hp_contact .contact-box {
        display: flex;
        align-items: center;
        margin-bottom: 5px;
        gap: 15px;
        transition: transform 0.3s ease;
    }
    
    .n_contactViewMore {
        font-size: 14px;
        font-weight: 300;
        /*color: #fff;*/
        /*background: #047fbb;*/
        border-radius: 3px;
        text-align: center;
        padding: 0%;
        height: 9.3vw;
        width: 39vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
}

@media screen and (max-width: 360.5px) {
    .n_contactViewMore {
        font-size: 14px;
        font-weight: 300;
        /*color: #fff;*/
        /*background: #047fbb;*/
        border-radius: 3px;
        text-align: center;
        padding: 0%;
        height: 9.3vw;
        width: 43vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
}

/*subscribe*/

.subscribe_new {
    position: relative;
    padding: 4vw 8vw 4vw 8vw;
    background-image: url(https://cdn1.npcdn.net/img/1780625563G_Background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.subscribe_new h6 {
    /*font-family: 'Overpass', sans-serif;*/
    font-size: 33px !important;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    position: relative;
    margin-bottom: 0.5vw !important;
}

.subscribe_new h6 span {
    /*font-weight: 900;*/
    font-style: italic;
    color: #b7ff00;
}

.subscribe_new p {
    position: relative;
    font-size: 18px;
    font-weight: 200;
    color: #fff;
    margin-bottom: 1.5vw;
    line-height: 1.4;
}

.subscribe_new #subscribeEmail {
    border-radius: 0;
    background-color: transparent;
    border: none;
    border: 1px solid #b7ff00;
    color: #666;
    caret-color: #999;
    padding-right: 100px;
    margin-top: 40px !important;
    height: 44px;
    border-radius: 0px;
}

.subscribe_new .search {
    background-color: #b7ff00;
    font-weight: 500;
    color: #000;
    border: 1px solid #b7ff00;
    margin-top: 40px !important;
    top: 0px !important;
    height: 44px;
    border-radius: 0px;
}

.subscribe_new label{
    font-size: .85rem;
}

.subscribe_new .search:hover {
    background-color: #047fbb;
    color: #fff;
    border: 2px solid #047fbb;
}

.subscribe_new .btn {
    padding: 0.375rem 2.3rem;
}

@media screen and (max-width: 1300.5px){
    .subscribe_new p {
        position: relative;
        font-size: 15px;
        font-weight: 200;
        /*color: #fff;*/
        margin-bottom: 1.5vw;
        line-height: 1.4;
    }
    
    .subscribe_new p br {
        display: none;
    }
}

@media screen and (max-width: 1200.5px){
    .subscribe_new h6 {
        /*font-family: 'Overpass', sans-serif;*/
        font-size: 28px !important;
        font-weight: 600;
        /*color: #fff;*/
        line-height: 1.2;
        position: relative;
        margin-bottom: 0.5vw !important;
    }
}

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

@media screen and (max-width: 767.5px){
    .subscribe_new {
        position: relative;
        padding: 4vw 5vw 8vw 5vw;
    }
    
    .subscribe_new h6 {
        /*font-family: 'Overpass', sans-serif;*/
        font-size: 28px !important;
        font-weight: 600;
        /*color: #fff;*/
        line-height: 1.2;
        position: relative;
        margin-bottom: 2vw !important;
    }
    
    .subscribe_new #subscribeEmail {
        border-radius: 0;
        /*background-color: #fff;*/
        /*border: none;*/
        /*border: 1px solid white;*/
        /*color: #666;*/
        /*caret-color: #999;*/
        padding-right: 100px;
        margin-top: 20px !important;
        height: 44px;
        border-radius: 0px;
    }
    
    .subscribe_new .search {
        /*background-color: #231f20;*/
        /*color: #fff;*/
        /*border: 1px solid #231f20;*/
        margin-top: 20px !important;
        top: 0px !important;
        height: 44px;
        border-radius: 0px;
    }
    
    .subscribe_new .btn {
        padding: 0.375rem 1.3rem;
    }
}

/*footer*/

.footer_type6 {
    background-color: transparent;
    color: #fff;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-image: url(https://cdn1.npcdn.net/img/1780625692H_Background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.footer_type6 .title h5 {
    /*font-family: 'Overpass', sans-serif;*/
    font-weight: 800;
    color: #b7ff00;
    align-self: end;
    margin-bottom: 0;
    text-transform: uppercase;
}

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

.footer_type6 .input-container input, .footer_type6 .input-container label {
    width: 100%;
    height: 3rem;
    color: #fff;
}

.footer_type6 .input-container input {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    outline: none;
    transition: 0.2s ease-in-out;
    box-sizing: border-box;
    background-color: transparent;
    position: absolute;
    z-index: 1;
    caret-color: #fff;
    padding-right: 40px;
}

.footer_type6 .input-container .submit {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: transparent;
    border: none;
    color: #fff;
    z-index: 10;
    padding: 15px;
}

.footer_type6 .line {
    width: 100%;
    padding: 0 15px;
    background-color: rgba(255, 255, 255, 0.2);
    height: 1px;
    margin-bottom: 15px;
}

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

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

.footer_type6 .fa-envelope:before {
    content: "\f0e0";
    color: #b7ff00;
}

@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: 14rem!important;
    	object-fit:cover;
    	object-position: 50% 50%;
    }
    
    .video_group video {
        min-height: 15rem !important;
        object-fit: cover;
    }
}