@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');

a {
    text-decoration: none !important;
}

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

/*top space*/

.top_space {
    background: #033e8a;
    height: 45px;
    display: flex;
    align-items: center;
    padding: 0 9%;
}

.top_space_box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    gap: 1rem;
}

.top_space_box a, .top_space_box a:hover {
    color: #fff;
    text-decoration: none;
}

.top_space_social {
    font-size: 19px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.top_space_social a:hover {
    animation: 1s jello;
}

.top_space_slogan {
    width: 100%;
}

.top_space_title {
    font-size: 1.05vw;
    margin-bottom: 0;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 2rem;
    white-space: nowrap;
}

.top_space_title::after {
    content: "";
    width: 100%;
    height: .8px;
    background-color: #fff;
}

.social-icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

@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){
}

/*navbar*/

.navbar_type8 {
    height: 90px;
    background-color: #fff;
    transition: all 0.25s ease-in-out;
    padding: 0 3%;
}

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

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

.navbar_type8 .nav_tab {
    padding-right: 3vw;
    flex: 0 1 90%;
    /*gap: .7vw;*/
}

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

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

.navbar_type8 .nav_tab .nav_item a {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 1.1vw;
    font-weight: 800;
    color: #112140;
    padding: 13px 1vw;
    text-transform: uppercase;
    transition: all 0.35s ease-in-out;
}

.navbar_type8 .nav_tab .nav_item:last-child a {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background-color: #112140;
    border-radius: 25px;
    padding: 13px 23px;
    text-transform: capitalize;
    margin-left: 1vw;
}

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

.navbar_type8 .nav_tab .nav_item:last-child:hover a {
    color: #fff;
}

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

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

.navbar_type8 .nav_tab .nav_item::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 95%;
    bottom: 0;
    width: 0;
    height: 5px;
    border-radius: 25px;
    background: #2D9389;
    transform: translateX(-50%);
    transition: all 0.35s ease-in-out;
    z-index: -1;
    display: none;
}

.navbar_type8 .nav_tab .nav_item:last-child::before {
    width: 60%;
}

.navbar_type8 .nav_tab .nav_item:hover::before {
    width: 70%;
}

.navbar_type8 .nav_tab .nav_item:last-child:hover::before {
    display: none;
}

@media screen and (max-width: 1300.5px){
    .navbar_type8 .nav_tab .nav_item a {
        font-family: "Bricolage Grotesque", sans-serif;
        font-size: 14px;
        font-weight: 800;
        color: #112140;
        padding: 13px 6px;
        text-transform: uppercase;
        transition: all 0.35s ease-in-out;
    }
    
    .navbar_type8 .nav_tab .nav_item:last-child a {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: #112140;
        border-radius: 25px;
        padding: 13px 23px;
        text-transform: capitalize;
        margin-left: 1vw;
    }
    
    .navbar_type8 .nav_tab {
        padding-right: 2vw;
        flex: 0 1 90%;
        gap: .7vw;
    }
}

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a {
        font-family: "Bricolage Grotesque", sans-serif;
        font-size: 11px;
        font-weight: 800;
        color: #112140;
        padding: 11px 5px;
        text-transform: uppercase;
        transition: all 0.35s ease-in-out;
    }
    
    .navbar_type8 .nav_tab .nav_item:last-child a {
        font-family: 'Poppins', sans-serif;
        font-size: 11px;
        font-weight: 400;
        color: #fff;
        background-color: #112140;
        border-radius: 25px;
        padding: 11px 18px;
        text-transform: capitalize;
        margin-left: 0vw;
    }
}

@media screen and (max-width: 992.5px){
    .navbar_mobile {
        background-color: #fff;
    }
}

@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%;
}

.n_bannerInnerGroup {
    position: absolute;
    top: 10.5vw;
    left: 9.5vw;
    width: 75%;
    text-align: left;
}

.hp_banner_subtitle {
    font-size: 20px;
    font-weight: 600;
    color: #033e8a;
    line-height: 1.2;
    margin-bottom: 1.5vw;
}

.hp_banner_title {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #033e8a;
    line-height: 1.1;
    margin-bottom: 1vw;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

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

.n_bannerViewMore {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background-color: #033e8a;
    border-radius: 25px;
    text-align: center;
    padding: 1%;
    height: 2.7vw;
    width: 11.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 0vw;
}

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

.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: 14px !important;
    margin-right: -10px;
    width: 26px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

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

.n_bannerViewMore2 .arrow-icon {
    width: 40px !important;
    height: 40px !important;
    object-fit: contain;
}

.n_bannerImg {
    position: absolute;
    width: 51%;
    top: 2vw;
    right: 4vw;
    transform: translate(0, 0%);
    z-index: 0;
    overflow: hidden !important;
}

@media screen and (max-width: 1300.5px){
    .n_bannerViewMore {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: #033e8a;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 3.5vw;
        width: 14vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }

    .n_bannerImg {
        position: absolute;
        width: 45%;
        top: 5vw;
        right: 4vw;
        transform: translate(0, 0%);
        z-index: 0;
        overflow: hidden !important;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_banner_subtitle {
        font-size: 16px;
        font-weight: 600;
        color: #033e8a;
        line-height: 1.2;
        margin-bottom: 1.5vw;
    }
    
    .hp_banner_title {
        font-family: "Bricolage Grotesque", sans-serif;
        font-size: 38px;
        font-weight: 700;
        color: #033e8a;
        line-height: 1.1;
        margin-bottom: 1vw;
        position: relative;
        display: inline-block;
        padding-bottom: 15px;
    }
    
    .n_bannerViewMore {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: #033e8a;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 4vw;
        width: 16vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

@media screen and (max-width: 992.5px){
    .hp_banner_subtitle {
        font-size: 14px;
        font-weight: 600;
        color: #033e8a;
        line-height: 1.2;
        margin-bottom: 1.5vw;
    }
    
    .hp_banner_title {
        font-family: "Bricolage Grotesque", sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: #033e8a;
        line-height: 1.1;
        margin-bottom: 1vw;
        position: relative;
        display: inline-block;
        padding-bottom: 15px;
    }
    
    .n_bannerViewMore {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: #033e8a;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 5vw;
        width: 21vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

@media screen and (max-width: 767.5px){
    .n_bannerInnerGroup {
        position: absolute;
        top: 6vw;
        left: 7.5vw;
        width: 85%;
        text-align: left;
    }
    
    .hp_banner_title {
        font-family: "Bricolage Grotesque", sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: #033e8a;
        line-height: 1.1;
        margin-bottom: 1vw;
        position: relative;
        display: inline-block;
        padding-bottom: 10px;
    }
    
    .hp_banner_title br {
        display: none;
    }
    
    .n_bannerViewMore {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: #033e8a;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 8vw;
        width: 35vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .n_bannerImg {
        position: absolute;
        width: 61%;
        top: 30vw;
        right: 5vw;
        transform: translate(0, 0%);
        z-index: 0;
        overflow: hidden !important;
    }
}

@media screen and (max-width: 428.5px) {
    .hp_banner_subtitle {
        font-size: 15px;
        font-weight: 600;
        color: #033e8a;
        line-height: 1.2;
        margin-bottom: 1.5vw;
    }
    
    .hp_banner_title {
        font-family: "Bricolage Grotesque", sans-serif;
        font-size: 25px;
        font-weight: 700;
        color: #033e8a;
        line-height: 1.1;
        margin-bottom: 1vw;
        position: relative;
        display: inline-block;
        padding-bottom: 10px;
    }
    
    .n_bannerViewMore {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: #033e8a;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 9vw;
        width: 38vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .n_bannerImg {
        position: absolute;
        width: 68%;
        top: 37vw;
        right: 5vw;
        transform: translate(0, 0%);
        z-index: 0;
        overflow: hidden !important;
    }
}

@media screen and (max-width: 360.5px) {
    .n_bannerInnerGroup {
        position: absolute;
        top: 7vw;
        left: 7.5vw;
        width: 86%;
        text-align: left;
    }
    
    .hp_banner_subtitle {
        font-size: 13px;
        font-weight: 600;
        color: #033e8a;
        line-height: 1.2;
        margin-bottom: 1.5vw;
    }
    
    .hp_banner_title {
        font-family: "Bricolage Grotesque", sans-serif;
        font-size: 21px;
        font-weight: 700;
        color: #033e8a;
        line-height: 1.1;
        margin-bottom: 1vw;
        position: relative;
        display: inline-block;
        padding-bottom: 10px;
    }
    
    .n_bannerViewMore {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: #033e8a;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 10vw;
        width: 45vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .n_bannerImg {
        position: absolute;
        width: 80%;
        top: 44vw;
        right: 5vw;
        transform: translate(0, 0%);
        z-index: 0;
        overflow: hidden !important;
    }
}

/*hp_why*/

.hp_why {
    padding: 8vw 8vw 11vw 8vw;
    position: relative;
    z-index: 2;
}

.hp_why::before {
    content: "";
    position: absolute;
    top: 11.5vw;
    right: 5vw;
    width: 7%;
    height: 7%;
    background-image: url(https://cdn1.npcdn.net/img/1780023876Title-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.hp_why .hp_small_title {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #033e8a;
    line-height: 1.2;
    position: relative;
    padding-left: 25px; 
    margin-bottom: 1.5vw;
}

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

.hp_why .hp_big_title {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #033e8a;
    line-height: 1.1;
    position: relative;
    margin-bottom: 1vw;
}

.hp_why .hp_keyword {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0vw;
    line-height: 1.6;
    padding: 0vw 3vw 0vw 0vw;
}

.hp_why_left_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    width: 95%;
}

.hp_why_point {
    background-color: #e1edff;
    border: 1px solid #e1edff;
    padding: 2rem 2rem;
    border-radius: 25px;
    transition: all 0.3s ease-in-out;
}

.hp_why_point:hover {
    background-color: #fff;
    border: 1px solid #033e8a;
    box-shadow: 0 10px 30px rgba(3, 62, 138, 0.4);
    transform: translateY(-10px);
}

.hp_why_icon {
    width: fit-content;
}

.hp_why_point:hover .hp_why_icon {
    animation: 1s jello;
}

.hp_why_icon img {
    max-width: 70px;
}

.hp_why_icon {
    position: relative;
    width: 70px;
    height: 70px;
}

.hp_why_icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: opacity 0.3s ease;
}

.hp_why .icon-default {
    opacity: 1;
}

.hp_why .icon-hover {
    opacity: 0;
}

.hp_why_point:hover .icon-default {
    opacity: 0;
}

.hp_why_point:hover .icon-hover {
    opacity: 1;
}

.hp_why_title {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 18px;
    color: #033e8a;
    font-weight: 700;
    line-height: 1.3;
    margin: 20px 0 15px;
    height: 40px;
}

.hp_why_keyword {
    font-size: 14px;
    font-weight: 300;
    color: #000;
    margin-bottom: 0;
}

.hp_why_right_box {
    padding-top: 1.5rem;
}

.hp_why_count {
    display: flex;
    background-color: #112140;
    padding: 2rem 2.5rem;
    border-radius: 25px;
    justify-content: space-around;
    gap: 20px;
    position: absolute;
    right: -5%;
    top: 100%;
    transform: translate(0, -50%);
    width: 95%;
}

.hp_why_count_point {
    position: relative;
    padding-bottom: 10px;
}

.hp_why_count_point::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    width: 4vw;
    height: 3px;
    background-color: #033e8a;
    border-radius: 30px;
    transition: all 0.35s ease-in-out;
}

.hp_why_count_point:hover::before {
    width: 7vw;
}

.hp_count_point {
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-size: 45px;
    color: #fff;
    font-weight: 500;
    line-height: 1;
}

.running_word {
    font-size: 45px;
}

.hp_count_text {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin-top: 5px;
    text-align: center;
    line-height: 1.3;
}

.hp_why_group {
    position: relative;
    margin-top: 2rem;
}

.hp_why_img {
    border-radius: 25px;
    overflow: hidden;
}

@media screen and (max-width: 1300.5px){
    .hp_why_title {
        font-family: "Bricolage Grotesque", sans-serif;
        font-size: 16px;
        color: #033e8a;
        font-weight: 700;
        line-height: 1.3;
        margin: 20px 0 15px;
        height: 40px;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_why {
        padding: 6vw 5vw 9vw 5vw;
        position: relative;
        z-index: 2;
    }
    
    .hp_why .hp_big_title {
        font-family: "Bricolage Grotesque", sans-serif;
        font-size: 24px;
        font-weight: 700;
        color: #033e8a;
        line-height: 1.1;
        position: relative;
        margin-bottom: 1vw;
    }
    
    .hp_why .hp_small_title {
        font-family: "Bricolage Grotesque", sans-serif;
        font-size: 17px;
        font-weight: 600;
        color: #033e8a;
        line-height: 1.2;
        position: relative;
        padding-left: 25px;
        margin-bottom: 1.5vw;
    }
    
    .hp_why::before {
        content: "";
        position: absolute;
        top: 9.5vw;
        right: 4vw;
        width: 6%;
        height: 6%;
        background-image: url(https://cdn1.npcdn.net/img/1780023876Title-icon.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    .hp_why .hp_keyword {
        position: relative;
        font-size: 15px;
        font-weight: 400;
        color: #000;
        margin-bottom: 0vw;
        line-height: 1.6;
        padding: 0vw 0vw 0vw 0vw;
    }
    
    .hp_why_point {
        background-color: #e1edff;
        border: 1px solid #e1edff;
        padding: 1.5rem 1.5rem;
        border-radius: 25px;
        transition: all 0.3s ease-in-out;
    }
    
    .hp_why_title {
        font-family: "Bricolage Grotesque", sans-serif;
        font-size: 15px;
        color: #033e8a;
        font-weight: 700;
        line-height: 1.3;
        margin: 20px 0 15px;
        height: 35px;
    }
    
    .hp_why_keyword {
        font-size: 13px;
        font-weight: 300;
        color: #000;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 992.5px){
    .hp_why_title {
        font-family: "Bricolage Grotesque", sans-serif;
        font-size: 15px;
        color: #033e8a;
        font-weight: 700;
        line-height: 1.3;
        margin: 20px 0 15px;
        height: 50px;
    }
    
    /*.hp_why_count {*/
    /*    padding: 1.5rem;*/
    /*    border-radius: 20px;*/
    /*    justify-content: space-around;*/
    /*    gap: 20px;*/
    /*    position: relative;*/
    /*    flex-direction: column;*/
    /*    width: 80%;*/
    /*    right: 0;*/
    /*    top: unset;*/
    /*    transform: unset;*/
    /*    margin-top: -4rem;*/
    /*    margin-left: auto;*/
    /*    margin-bottom: 5vw;*/
    /*}*/
    
    .hp_why_count {
        display: block;
        background-color: #112140;
        padding: 2rem 2.5rem;
        border-radius: 25px;
        justify-content: space-around;
        gap: 20px;
        position: absolute;
        position: relative;
        right: 0%;
        top: unset;
        transform: translate(0, 0%);
        width: 100%;
        margin-bottom: 5vw;
    }
    
    .hp_why_left_box {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1.5rem;
        width: 95%;
    }
    
    .hp_why_title {
        font-family: "Bricolage Grotesque", sans-serif;
        font-size: 18px;
        color: #033e8a;
        font-weight: 700;
        line-height: 1.3;
        margin: 20px 0 15px;
        height: auto;
    }
}

@media screen and (max-width: 767.5px){
    .hp_why_right_box {
        padding-top: 0rem;
    }
    
    .hp_why_group {
        position: relative;
        margin-top: 1rem;
    }
    
    .hp_why::before {
        content: "";
        position: absolute;
        top: 11.5vw;
        right: 8vw;
        width: 6%;
        height: 6%;
        background-image: url(https://cdn1.npcdn.net/img/1780023876Title-icon.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    .hp_why_left_box {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1.5rem;
        width: 95%;
    }
    
    /*.hp_why_count {*/
    /*    display: block;*/
    /*    background-color: #112140;*/
    /*    padding: 2rem 2.5rem;*/
    /*    border-radius: 25px;*/
    /*    justify-content: space-around;*/
    /*    gap: 20px;*/
    /*    position: absolute;*/
    /*    right: -4%;*/
    /*    top: 100%;*/
    /*    transform: translate(0, -50%);*/
    /*    width: 95%;*/
    /*}*/
    
    /*.hp_why_count {*/
    /*    padding: 1.5rem;*/
    /*    border-radius: 20px;*/
    /*    justify-content: space-around;*/
    /*    gap: 20px;*/
    /*    position: relative;*/
    /*    flex-direction: column;*/
    /*    width: 80%;*/
    /*    right: 0;*/
    /*    top: unset;*/
    /*    transform: unset;*/
        /*margin-top: -4rem;*/
        /*margin-left: auto;*/
    /*    margin-bottom: 5vw;*/
    /*}*/
    
    .hp_why_count_point::before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translate(-50%, 0);
        width: 15vw;
        height: 3px;
        background-color: #033e8a;
        border-radius: 30px;
        transition: all 0.35s ease-in-out;
    }
    
    .hp_why_title {
        font-family: "Bricolage Grotesque", sans-serif;
        font-size: 18px;
        color: #033e8a;
        font-weight: 700;
        line-height: 1.3;
        margin: 20px 0 15px;
        height: auto;
    }
}

/*hp_program*/

.index_wrapper_4 {
    position: relative;
    padding: 8vw 8vw 2vw 8vw;
}

.index_wrapper_4::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 78%;
    background-image: url(https://cdn1.npcdn.net/img/1780025145c-program-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.hp_program {
    padding: 2vw 0vw 2vw 0vw;
    position: relative;
    z-index: 2;
}

.hp_program::after {
    content: "";
    position: absolute;
    top: -260px;
    left: 50%;
    transform: translateX(-50%);
    width: 270px;
    height: 270px;
    background: url(https://cdn1.npcdn.net/img/1780025329b-circle.png) center center no-repeat;
    background-size: 165px;
    animation: swingRotate 4s ease-in-out infinite;
    transform-origin: center center;
}

@keyframes swingRotate {
    0% {
        transform: translateX(-50%) rotate(-8deg);
    }
    50% {
        transform: translateX(-50%) rotate(8deg);
    }
    100% {
        transform: translateX(-50%) rotate(-8deg);
    }
}

.hp_program .hp_small_title {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    position: relative;
    padding-left: 25px; 
    margin-bottom: 1.5vw;
}

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

.hp_program .hp_big_title {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    position: relative;
    margin-bottom: 1vw;
}

.hp_program .hp_keyword {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0vw;
    line-height: 1.6;
    padding: 0vw 0vw 2vw 0vw;
}

.n_programViewMore {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background-color: #112140;
    border-radius: 25px;
    text-align: center;
    padding: 1%;
    height: 2.7vw;
    width: 10.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 0vw;
}

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

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

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

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

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

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

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

/*services*/

.service_cat_slider {
    padding: 0vw 0vw 2vw 0vw;
}

.service_cat_slider .cust_ser_content {
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    color: #fff;
    position: relative;
    padding-right: 0px;
    margin-bottom: 0vw !important;
}

.service_cat_slider .cust_ser_content::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    width: 40px;  
    height: 40px;
    background: url("https://cdn1.npcdn.net/img/1780026354c-program-button.png") no-repeat center;
    background-size: contain;
    transform: translateY(-50%);
}

.service_cat_slider .cust_ser_innerbox {
    position: absolute;
    left: 1rem;
    bottom: -2.5rem;
    width: calc(100% - 2rem);
    background-color: #112140;
    border-radius: 35px;
    padding: 25px 30px;
}

.service_cat_slider .cust_ser_contentbox {
    position: absolute;
    top: 0;
    left: 0.5rem;
    right: 0.5rem;
    bottom: 0;
    /* background: linear-gradient(45deg, rgba(0, 0, 0, 0.6), transparent); */
    background: transparent;
    border-radius: 15px;
    background: linear-gradient(135deg, transparent 0%, transparent 70%, rgba(3, 62, 138, 0.9) 100%);
    transition: 0.25s all linear;
}

.service_cat_slider .cust_ser_imagebox img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    margin: 0 auto;
    display: block;
    transition: 0.25s all linear;
    border-radius: 15px;
}

.service_cat_slider .cust_ser_button {
    font-size: 0.8rem;
    font-weight: 400;
    text-align: left;
    color: #fff;
    margin-bottom: 0;
    text-decoration: underline;
    display: none !important;
}

.service_cat_slider .cust_ser_box {
    position: relative;
    padding: 0 0.5rem;
    overflow: visible;
    margin-bottom: 5vw;
}

/*new*/

/*products*/

.product_cat-3 {
    padding: 0vw 1vw 3vw 1vw;
}

.product_cat-3 .cat_box .content .content_box {
    margin: auto;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.product_cat-3 .cat_box .content .line {
    position: absolute;
    bottom: 0;
    transition: ease-in 0.4s;
    background-color: #60baec;
    height: 5px;
    width: 5%;
    display: none;
}

.product_cat-3 .cat_box .content .content_box .animated-arrow {
    display: inline-block;
    color: white;
    text-decoration: none;
    position: relative;
    transition: all 0.2s;
    display: none !important;
}

.product_cat-3 .cat_box .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: rgba(0, 0, 0, 0.1);
    transition: ease-in 0.4s;
}

.product_cat-3 .cat_box .content .content_box::after {
    content: "";
    position: absolute;
    right: 3vw;
    bottom: 12%;
    width: 38px;
    height: 38px;
    background-image: url(https://cdn1.npcdn.net/img/1780026354c-program-button.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.product_cat-3 .cat_box .content .content_box {
    position: relative;
    overflow: hidden;
}

.product_cat-3 .cat_box {
    position: relative;
    height: 400px;
    width: 100%;
    overflow: hidden;
    border-radius: 25px;
}

.product_cat-3 .cat_box .content h4 {
    color: white;
    font-size: 18px;
    font-weight: 600;
    background: #112140;
    border-radius: 35px;
    padding: 25px 30px;
    width: 88%;
    margin: 0 auto;
}

.product_cat-3 .cat_box .content .content_box {
    position: relative;
    overflow: hidden;
    top: 15%;
}

.product_cat-3 .cat_box {
    position: relative;
    height: 350px;
    width: 100%;
    overflow: visible;
    border-radius: 25px;
}

.product_cat-3 .cat_box:hover img {
    transform: none !important;
}

.product_cat-3 .cat_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
    margin: 0;
    border-radius: 25px;
}

.product_cat-3 .cat_box .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: rgba(0, 0, 0, 0.1);
    transition: ease-in 0.4s;
    border-radius: 25px;
}

@media screen and (max-width: 1300.5px){
    .n_programViewMore {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        background-color: #112140;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 3.5vw;
        width: 12.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_program::after {
        content: "";
        position: absolute;
        top: -230px;
        left: 50%;
        transform: translateX(-50%);
        width: 270px;
        height: 270px;
        background: url(https://cdn1.npcdn.net/img/1780025329b-circle.png) center center no-repeat;
        background-size: 140px;
        animation: swingRotate 4s ease-in-out infinite;
        transform-origin: center center;
    }
    
    .hp_program .hp_small_title {
        font-family: "Bricolage Grotesque", sans-serif;
        font-size: 17px;
        font-weight: 600;
        color: #fff;
        line-height: 1.2;
        position: relative;
        padding-left: 25px; 
        margin-bottom: 1.5vw;
    }
    
    .hp_program .hp_big_title {
        font-family: "Bricolage Grotesque", sans-serif;
        font-size: 24px;
        font-weight: 700;
        color: #fff;
        line-height: 1.1;
        position: relative;
        margin-bottom: 1vw;
    }
    
    .hp_program .hp_keyword {
        position: relative;
        font-size: 15px;
        font-weight: 400;
        color: #fff;
        margin-bottom: 0vw;
        line-height: 1.6;
        padding: 0vw 0vw 2vw 0vw;
    }
    
    .n_programViewMore {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: #112140;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 4vw;
        width: 16vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .service_cat_slider .cust_ser_content {
        font-size: 15px;
        font-weight: 600;
        text-align: left;
        color: #fff;
        position: relative;
        padding-right: 0px;
        margin-bottom: 0vw !important;
    }
    
    .service_cat_slider .cust_ser_content::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0px;
        width: 30px;
        height: 30px;
        background: url(https://cdn1.npcdn.net/img/1780026354c-program-button.png) no-repeat center;
        background-size: contain;
        transform: translateY(-50%);
    }
    
    .product_cat-3 .cat_box .content .content_box::after {
        content: "";
        position: absolute;
        right: 3vw;
        bottom: 12%;
        width: 30px;
        height: 30px;
        background-image: url(https://cdn1.npcdn.net/img/1780026354c-program-button.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .product_cat-3 .cat_box .content h4 {
        color: white;
        font-size: 16px;
        font-weight: 600;
        background: #112140;
        border-radius: 35px;
        padding: 25px 30px;
        width: 88%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 992.5px){
    .n_programViewMore {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: #112140;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 5vw;
        width: 18vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .hp_program::after {
        content: "";
        position: absolute;
        top: -185px;
        left: 50%;
        transform: translateX(-50%);
        width: 240px;
        height: 240px;
        background: url(https://cdn1.npcdn.net/img/1780025329b-circle.png) center center no-repeat;
        background-size: 110px;
        animation: swingRotate 4s ease-in-out infinite;
        transform-origin: center center;
    }
    
    .service_cat_slider .cust_ser_imagebox img {
        width: 100%;
        height: 220px;
        object-fit: cover;
        margin: 0 auto;
        display: block;
        transition: 0.25s all linear;
        border-radius: 15px;
    }
    
    .service_cat_slider .cust_ser_innerbox {
        position: absolute;
        left: 1rem;
        bottom: -1.5rem;
        width: calc(100% - 2rem);
        background-color: #112140;
        border-radius: 35px;
        padding: 20px 15px;
    }
    
    .service_cat_slider .cust_ser_content {
        font-size: 13px;
        font-weight: 600;
        text-align: left;
        color: #fff;
        position: relative;
        padding-right: 0px;
        margin-bottom: 0vw !important;
    }
    
    .service_cat_slider .cust_ser_content::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0px;
        width: 23px;
        height: 23px;
        background: url(https://cdn1.npcdn.net/img/1780026354c-program-button.png) no-repeat center;
        background-size: contain;
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 767.5px){
    .hp_program::after {
        content: "";
        position: absolute;
        top: -117px;
        left: 50%;
        transform: translateX(-50%);
        width: 170px;
        height: 170px;
        background: url(https://cdn1.npcdn.net/img/1780025329b-circle.png) center center no-repeat;
        background-size: 80px;
        animation: swingRotate 4s ease-in-out infinite;
        transform-origin: center center;
    }
    
    .index_wrapper_4 {
        position: relative;
        padding: 8vw 5vw 2vw 5vw;
    }
    
    .hp_program {
        padding: 5vw 0vw 5vw 0vw;
        position: relative;
        z-index: 2;
    }
    
    .n_programViewMore {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: #112140;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 9vw;
        width: 33vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .service_cat_slider .col-md-12 {
        padding: 0px !important;
    }
    
    .service_cat_slider .cust_ser_box {
        position: relative;
        padding: 0 0.5rem;
        overflow: visible;
        margin-bottom: 15vw;
    }
    
    .service_cat_slider .cust_ser_content {
        font-size: 19px;
        font-weight: 600;
        text-align: left;
        color: #fff;
        position: relative;
        padding-right: 0px;
        margin-bottom: 0vw !important;
    }
    
    .product_cat-3 .cat_box {
        position: relative;
        height: 250px;
        width: 100%;
        overflow: visible;
        border-radius: 25px;
    }
    
    .product_cat-3 .col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 10px 15px;
    }
    
    .product_cat-3 .cat_box .content h4 {
        color: white;
        font-size: 18px;
        font-weight: 600;
        background: #112140;
        border-radius: 35px;
        padding: 18px 30px;
        width: 88%;
        margin: 0 auto;
    }
    
    .product_cat-3 .cat_box .content .content_box::after {
        content: "";
        position: absolute;
        right: 10vw;
        bottom: 15%;
        width: 30px;
        height: 30px;
        background-image: url(https://cdn1.npcdn.net/img/1780026354c-program-button.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .product_cat-3 {
        padding: 0vw 4vw 3vw 4vw;
    }
}

@media screen and (max-width: 360.5px) {
    .n_programViewMore {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: #112140;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 10vw;
        width: 38vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

/*hp_about*/

.hp_about {
    padding: 0vw 8vw 2vw 0vw;
    position: relative;
    z-index: 2;
}

.hp_about::before {
    content: "";
    position: absolute;
    top: 0.5vw;
    right: 0.5vw;
    width: 23%;
    height: 37%;
    background-image: url(https://cdn1.npcdn.net/img/1780027955d-about-obj.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.hp_about_group {
    position: relative;
    background-image: url(https://cdn1.npcdn.net/img/1780027515d-about-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    margin-left: -1vw;
    padding: 0vw 0vw 0vw 9vw;
}

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

@keyframes swingRotate {
    0% {
        transform: translateX(-50%) rotate(-8deg);
    }
    50% {
        transform: translateX(-50%) rotate(8deg);
    }
    100% {
        transform: translateX(-50%) rotate(-8deg);
    }
}

.hp_about_box {
    padding: 6.5vw 0vw 0vw 2vw;
}

.hp_about .hp_small_title {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #033e8a;
    line-height: 1.2;
    position: relative;
    padding-left: 25px; 
    margin-bottom: 1.5vw;
}

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

.hp_about .hp_big_title {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #033e8a;
    line-height: 1.1;
    position: relative;
    margin-bottom: 1vw;
}

.hp_about .hp_keyword {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0vw;
    line-height: 1.6;
    padding: 1vw 0vw 2vw 0vw;
}

.n_aboutViewMore {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background-color: #033e8a;
    border-radius: 25px;
    text-align: center;
    padding: 1%;
    height: 2.7vw;
    width: 10.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 0vw;
}

.n_aboutViewMore:hover {
    color: #fff;
    background-color: #000;
    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: 14px !important;
    margin-right: -10px;
    width: 26px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

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

@media screen and (max-width: 1300.5px){
    .n_aboutViewMore {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        background-color: #033e8a;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 3.5vw;
        width: 13.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_about .hp_small_title {
        font-family: "Bricolage Grotesque", sans-serif;
        font-size: 17px;
        font-weight: 600;
        color: #033e8a;
        line-height: 1.2;
        position: relative;
        padding-left: 25px; 
        margin-bottom: 1.5vw;
    }
    
    .hp_about .hp_big_title {
        font-family: "Bricolage Grotesque", sans-serif;
        font-size: 24px;
        font-weight: 700;
        color: #033e8a;
        line-height: 1.1;
        position: relative;
        margin-bottom: 1vw;
    }
    
    .hp_about::before {
        content: "";
        position: absolute;
        top: 0.5vw;
        right: 0.5vw;
        width: 23%;
        height: 27%;
        background-image: url(https://cdn1.npcdn.net/img/1780027955d-about-obj.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    .hp_about .hp_keyword {
        position: relative;
        font-size: 15px;
        font-weight: 400;
        color: #000;
        margin-bottom: 0vw;
        line-height: 1.6;
        padding: 1vw 0vw 2vw 0vw;
    }
    
    .n_aboutViewMore {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: #033e8a;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 4vw;
        width: 15vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

@media screen and (max-width: 992.5px){
    .n_aboutViewMore {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: #033e8a;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 5vw;
        width: 18vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

@media screen and (max-width: 767.5px){
    .hp_about {
        padding: 0vw 5vw 2vw 5vw;
        position: relative;
        z-index: 2;
    }
    
    .hp_about_img {
        width: 100%;
        max-width: 150%;
        margin: 0 auto;
        z-index: 1;
        margin-top: 0vw;
        margin-left: 0vw;
    }
    
    .hp_about_group {
        position: relative;
        background-image: url(https://cdn1.npcdn.net/img/1780027515d-about-bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;
        margin-left: 0vw;
        padding: 0vw 0vw 0vw 0vw;
    }
    
    .hp_about_box {
        padding: 5vw 0vw 0vw 0vw;
    }
    
    .n_aboutViewMore {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: #033e8a;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 9vw;
        width: 33vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

@media screen and (max-width: 360.5px) {
    .n_aboutViewMore {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: #033e8a;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 10vw;
        width: 38vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

/*hp_tag*/

.hp_tag {
    padding: 1vw 8vw 6vw 8vw;
    position: relative;
    z-index: 2;
}

.hp_tag .col-5 {
    width: 20%;
    flex: 0 0 20%;
}

.tagBorder {
    position: relative;
    padding: 0 10px;
    transition: all 0.35s ease;
}

.tagBorder:hover{
    transform: translateY(-10px);
}

.n_tagIcon {
    perspective: 600px;
}

.n_tagIcon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    transition: transform 0.6s ease;
    transform-style: preserve-3d;
}

.n_tagBox:hover .n_tagIcon img {
    transform: rotateY(180deg);
}

.n_tagBox {
    margin-top: 1.5vw;
    /* padding: 25px 35px 25px 35px; */
    position: relative;
    text-align: left;
    z-index: 1;
    /* overflow: hidden; */
    display: flex;
    gap: 20px;
    align-items: center;
}

.n_tagTitle {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #033e8a;
    margin-top: 0.5vw;
    transition: all 0.35s ease;
    position: relative;
}

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

@media screen and (max-width: 1200.5px){
    .n_tagBox {
        margin-top: 1.5vw;
        /* padding: 25px 35px 25px 35px; */
        position: relative;
        text-align: left;
        z-index: 1;
        /* overflow: hidden; */
        display: flex;
        gap: 10px;
        align-items: center;
    }
    
    .n_tagTitle {
        font-family: "Bricolage Grotesque", sans-serif;
        font-size: 15px;
        font-weight: 600;
        color: #033e8a;
        margin-top: 0.5vw;
        transition: all 0.35s ease;
        position: relative;
    }
}

@media screen and (max-width: 992.5px){
    .hp_tag {
        padding: 1vw 6vw 6vw 6vw;
        position: relative;
        z-index: 2;
    }
    
    .n_tagTitle {
        font-family: "Bricolage Grotesque", sans-serif;
        font-size: 12px;
        font-weight: 600;
        color: #033e8a;
        margin-top: 0.5vw;
        transition: all 0.35s ease;
    }
}

@media screen and (max-width: 767.5px){
    .hp_tag {
        padding: 3vw 5vw 6vw 5vw;
        position: relative;
        z-index: 2;
    }
    
    .hp_tag .col-5 {
        width: 50%;
        flex: 0 0 50%;
        padding: 15px 15px;
    }
}

@media screen and (max-width: 360.5px) {
    .n_tagTitle {
        font-family: "Bricolage Grotesque", sans-serif;
        font-size: 13px;
        font-weight: 600;
        color: #033e8a;
        margin-top: 0.5vw;
        transition: all 0.35s ease;
        position: relative;
    }
    
    .n_tagIcon img {
        width: 40px;
        height: 40px;
        object-fit: contain;
        transition: transform 0.6s ease;
        transform-style: preserve-3d;
    }
}

/*hp_news*/

.index_wrapper_7 {
    position: relative;
    background-image: url(https://cdn1.npcdn.net/img/1780028789news-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.index_wrapper_7::before {
    content: "";
    position: absolute;
    top: 8vw;
    right: 17.5vw;
    width: 9%;
    height: 9%;
    background-image: url(https://cdn1.npcdn.net/img/1780023876Title-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.hp_news {
    padding: 6vw 5vw 1vw 5vw;
    position: relative;
    z-index: 2;
}

.hp_news .hp_small_title {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #033e8a;
    line-height: 1.2;
    position: relative;
    text-align: center;
    margin-bottom: 1.5vw;
    display: inline-block;
}

.hp_news .hp_small_title::before {
    content: "•";
    color: #033e8a;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}

.hp_news .hp_big_title {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #033e8a;
    line-height: 1.1;
    position: relative;
    margin-bottom: 1vw;
}

/*news*/

#main_index .latest_new_type4 {
    margin-bottom: 10px;
    padding: 0vw 7vw 3vw 7vw;
}

#main_index .latest_new_type4 .news_box {
    width: 100%;
    height: 100%;
    padding: 0px;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
    visibility: visible;
}

#main_index .latest_new_type4 .news_box .img_frame img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition: 0.5s ease;
}

#main_index .latest_new_type4 .news_box .img_frame {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 300px;
    margin-bottom: 5px;
}

#main_index .latest_new_type4 .p-0 {
    padding: 0 !important;
    padding: 0 25px !important;
}

#main_index .latest_new_type4 p {
    margin-top: 0;
    margin-bottom: 0rem;
    padding: 10px 20px;
}

#main_index .latest_new_type4 .news_box .badge-primary {
    background-color: #033e8a;
    letter-spacing: 0px;
    border-radius: 15px;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    padding: 4px 11px;
}

#main_index .latest_new_type4 .news_box .date {
    font-size: 0.8rem;
    font-weight: 400;
    text-align: right;
    margin-bottom: 5px;
    color: #000;
}

#main_index .latest_new_type4 .text-right {
    text-align: right !important;
    display: none !important;
}

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

@media screen and (max-width: 1200.5px){
    .hp_news .hp_small_title {
        font-family: "Bricolage Grotesque", sans-serif;
        font-size: 17px;
        font-weight: 600;
        color: #033e8a;
        line-height: 1.2;
        position: relative;
        text-align: center;
        margin-bottom: 1.5vw;
        display: inline-block;
    }
    
    .hp_news .hp_big_title {
        font-family: "Bricolage Grotesque", sans-serif;
        font-size: 24px;
        font-weight: 700;
        color: #033e8a;
        line-height: 1.1;
        position: relative;
        margin-bottom: 1vw;
    }
    
    .index_wrapper_7::before {
        content: "";
        position: absolute;
        top: 8vw;
        right: 18.5vw;
        width: 8%;
        height: 8%;
        background-image: url(https://cdn1.npcdn.net/img/1780023876Title-icon.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    #main_index .latest_new_type4 {
        margin-bottom: 10px;
        padding: 0vw 5vw 3vw 5vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .index_wrapper_7::before {
        content: "";
        position: absolute;
        top: 10vw;
        right: 18.5vw;
        width: 8%;
        height: 8%;
        background-image: url(https://cdn1.npcdn.net/img/1780023876Title-icon.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    #main_index .latest_new_type4 .p-0 {
        padding: 0 !important;
        padding: 0 15px !important;
        margin-top: 1vw;
    }
}

/*hp_review*/

.index_wrapper_8 {
    position: relative;
    padding: 0vw 5vw 2vw 5vw;
    background-image: url(https://cdn1.npcdn.net/img/1780036346review-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.hp_review {
    padding: 6vw 0vw 2vw 0vw;
    position: relative;
    z-index: 2;
}

.hp_review .hp_small_title {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #033e8a;
    line-height: 1.2;
    position: relative;
    text-align: center;
    margin-bottom: 1vw;
    display: inline-block;
}

.hp_review .hp_small_title::before {
    content: "•";
    color: #033e8a;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}

.hp_review .hp_big_title {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #033e8a;
    line-height: 1.1;
    position: relative;
    margin-bottom: 1vw;
}

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

@media screen and (max-width: 1200.5px){
    .hp_review .hp_small_title {
        font-family: "Bricolage Grotesque", sans-serif;
        font-size: 17px;
        font-weight: 600;
        color: #033e8a;
        line-height: 1.2;
        position: relative;
        text-align: center;
        margin-bottom: 1vw;
        display: inline-block;
    }
    
    .hp_review .hp_big_title {
        font-family: "Bricolage Grotesque", sans-serif;
        font-size: 24px;
        font-weight: 700;
        color: #033e8a;
        line-height: 1.1;
        position: relative;
        margin-bottom: 1vw;
    }
}

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

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

/*hp_contact*/

.index_wrapper_9 {
    position: relative;
    padding: 0vw 0vw 4vw 0vw;
}

.index_wrapper_9::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url(https://cdn1.npcdn.net/img/1780034708g-contact-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    /*background-attachment: fixed;*/
}

.container-fluid.outerContainer_9 {
    position: relative;
    padding: 5vw 5vw 2vw 7vw;
    width: 82%;
    border-radius: 15px;
}

.container-fluid.outerContainer_9::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 89%;
    background-image: url(https://cdn1.npcdn.net/img/1780034700g-contact-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    border-radius: 15px;
}

.hp_contact {
    position: relative;
    padding: 5.5vw 0vw 0vw 0vw;
}

.hp_contact .hp_small_title {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    position: relative;
    padding-left: 25px; 
    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: "Bricolage Grotesque", sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    position: relative;
    margin-bottom: 1vw;
}

.hp_contact .hp_keyword {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0vw;
    line-height: 1.6;
    padding: 0.5vw 0vw 2vw 0vw;
}

.n_contactViewMore {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background-color: #033e8a;
    border-radius: 25px;
    text-align: center;
    padding: 1%;
    height: 2.7vw;
    width: 10.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 0vw;
}

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

.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: 14px !important;
    margin-right: -10px;
    width: 26px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

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

@media screen and (max-width: 1300.5px){
    .hp_contact .hp_keyword br {
        display: none;
    }
    
    .n_contactViewMore {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        background-color: #033e8a;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 3.5vw;
        width: 13.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_contact .hp_small_title {
        font-family: "Bricolage Grotesque", sans-serif;
        font-size: 17px;
        font-weight: 600;
        color: #fff;
        line-height: 1.2;
        position: relative;
        padding-left: 25px; 
        margin-bottom: 1.5vw;
    }
    
    .hp_contact .hp_big_title {
        font-family: "Bricolage Grotesque", sans-serif;
        font-size: 24px;
        font-weight: 700;
        color: #fff;
        line-height: 1.1;
        position: relative;
        margin-bottom: 1vw;
    }
    
    .hp_contact .hp_keyword {
        position: relative;
        font-size: 15px;
        font-weight: 400;
        color: #fff;
        margin-bottom: 0vw;
        line-height: 1.6;
        padding: 0.5vw 0vw 2vw 0vw;
    }
    
    .n_contactViewMore {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: #033e8a;
        border-radius: 25px;
        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: 0vw;
    }
}

@media screen and (max-width: 992.5px){
    .n_contactViewMore {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: #033e8a;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 4.5vw;
        width: 18vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

@media screen and (max-width: 767.5px){
    .hp_contact {
        position: relative;
        padding: 0vw 0vw 0vw 0vw;
    }
    
    .n_contactViewMore {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: #033e8a;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 9vw;
        width: 33vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
        margin-bottom: 3vw;
    }
    
    .row.innerRow_10 {
        background: linear-gradient(45deg, #112140 0%, #112140 70%, #0046c8 100%);
        border-radius: 15px;
        padding: 6vw 8vw;
    }
    
    .container-fluid.outerContainer_9::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background-image: url(https://cdn1.npcdn.net/img/1780034700g-contact-img.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
        border-radius: 15px;
    }
    
    .container-fluid.outerContainer_9 {
        position: relative;
        padding: 6vw 7vw 7vw 7vw;
        width: 82%;
        border-radius: 15px;
    }
}

@media screen and (max-width: 360.5px) {
    .n_contactViewMore {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: #033e8a;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 10vw;
        width: 39vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
        margin-bottom: 3vw;
    }
}

/*hp_contactTitle*/

.hp_contactTitle {
    padding: 0vw 0vw 0vw 0vw;
    position: relative;
    z-index: 2;
}

.hp_contactTitle .hp_big_title {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    position: relative;
    margin-bottom: 0vw;
}

/*form*/

.row.innerRow_10 {
    background: linear-gradient(
        45deg,
        #112140 0%,
        #112140 70%,
        #0046c8 100%
    );

    border-radius: 15px;
    padding: 3vw;
}

#main_index .hp_contactform_header {
    display: none;
}

#main_index .ex_hpcontact_formonly label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #fff;
}

#main_index .ex_hpcontact_formonly .form-control-file, #main_index .ex_hpcontact_formonly .form-control-range {
    display: block;
    width: 100%;
    color: #fff;
}

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

#main_index .ex_hpcontact_formonly .btn-primary {
    background-color: transparent !important;
    border-color: #fff !important;
    border-radius: 25px;
}

#main_index .ex_hpcontact_formonly .btn-primary {
    background-color: transparent !important;
    border-color: #fff !important;
    border-radius: 25px;
    padding: 12px 30px !important;
}

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

@media screen and (max-width: 1200.5px){
    .hp_contactTitle .hp_big_title {
        font-family: "Bricolage Grotesque", sans-serif;
        font-size: 24px;
        font-weight: 700;
        color: #fff;
        line-height: 1.1;
        position: relative;
        margin-bottom: 0vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .index_wrapper_9 {
        position: relative;
        padding: 1vw 0vw 6vw 0vw;
    }
}

/*footer*/

.footerListServices {
    background-color: transparent;
    background-image: url(https://cdn1.npcdn.net/img/1779963454h-footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    padding-top: 3.5rem !important;
    padding-bottom: 1.5rem;
    overflow: hidden !important;
}

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

.footerListServices .logo img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    width: auto;
    max-height: 70px;
    background-color: #fff;
    border-radius: 10px;
    padding: 5px;
}

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

/*new*/

.footer_type4 {
    padding-top: 3.5rem !important;
    padding-bottom: 2rem;
    background-color: transparent;
    background-image: url(https://cdn1.npcdn.net/img/1779963454h-footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    overflow: hidden !important;
}

.footer_type4 h6 {
    font-size: 145% !important;
    text-transform: uppercase;
}

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