a {
    text-decoration: none !important;
}

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

/*ts*/

#ts {
    background: #001d4f;
    padding-top: 9px;
    padding-bottom: 9px;
}

.hp_top_ul{
    list-style-type: none;
    margin:0;
    padding:0;
    display:flex;
    justify-content: flex-start;
    align-items: center;
}

.hp_top_ul li{
    margin-right:2rem;
}

.hp_top_ul li a{
    font-size: 14px;
    font-weight: 200;
    color: #fff;
}

.hp_top_ul li a:hover{
    color: #fff;
}

.hp_top_socialmedia{
    list-style-type: none;
    margin:0;
    padding:0;
    display:flex;
    justify-content: flex-end;
    align-items: center;
}

.hp_top_socialmedia li{
    margin-left:0.5rem;
}

.hp_top_icon{
    width:30px;
    transition:0.25s all linear;
}

.hp_top_icon:hover{
    transform:scale(0.95);
}

.contact_icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 8px;
    vertical-align: middle;
}

@media screen and (max-width: 1300.5px){
    .hp_top_ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-left: 6%;
    }
}

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

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

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

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

.navbar_type8 .nav_tab .nav_item a {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding: 12px 22px;
    transition: all 0.35s ease-in-out;
}

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

.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;
}

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

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 14px;
        font-weight: 600;
        color: #000;
        padding: 12px 12px;
        transition: all 0.35s ease-in-out;
    }
}

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

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

/*hp_banner*/

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

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

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

.n_bannerInnerGroup {
    position: absolute;
    top: 7vw;
    left: 8vw;
    width: 41%;
    text-align: left;
}

.hp_banner_subtitle {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 0vw;
    letter-spacing: 1px;
}

.hp_banner_subtitle {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.hp_banner_subtitle span {
    font-size: 28px;
    color: #0d6fe2;
    margin-bottom: 2px;
}

.hp_banner_title {
    font-size: 47px;
    font-weight: 700;
    color: #fff;
    line-height: 1.0;
    margin-top: 0vw;
    margin-bottom: 0.5vw;
    position: relative;
}

.hp_banner_title span {
    font-size: 70px;
    font-weight: 800;
    color: #0d6fe2;
}

.hp_banner_title2 {
    font-size: 27px;
    font-weight: 600;
    color: #fff;
    line-height: 1.1;
    margin-top: 0.5vw;
    margin-bottom: 2vw;
    position: relative;
}

.hp_banner_title2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 10%;
    height: 1px;
    background: #0d6fe2;
}

.hp_banner_text {
    font-size: 16px;
    font-weight: 200;
    color: #fff;
    line-height: 1.9;
    margin-bottom: 1vw;
    padding: 0vw 6vw 0vw 0vw;
}

.button-group {
    display: flex;
    gap: 15px;
    margin-bottom: 1vw;
}

.n_bannerViewMore {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background-color: #0d6fe2;
    border-radius: 5px;
    text-align: center;
    padding: 1%;
    height: 2.8vw;
    width: 12.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    position: relative;
    z-index: 2 !important;
    transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform, background-color;
}

.n_bannerViewMore:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none;
    transform: translateY(-3px);
}

.n_bannerViewMore::after {
    content: ">";
    margin-left: 10px;
    font-size: 16px;
    display: inline-block;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.n_bannerViewMore:hover::after {
    transform: translateX(6px);
}

.n_bannerViewMore2 {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background-color: transparent;
    border: 2px solid #0d6fe2;
    border-radius: 5px;
    text-align: center;
    padding: 1%;
    height: 2.8vw;
    width: 12.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 0vw;
    position: relative;
    z-index: 2 !important;
}

.n_bannerViewMore2:hover {
    color: #fff;
    background-color: #0d6fe2;
    border: 2px solid #0d6fe2;
    text-decoration: none;
    transform: translateY(-3px);
}

.n_bannerViewMore2::after {
    content: ">";
    margin-left: 10px;
    font-size: 16px;
    display: inline-block;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.n_bannerViewMore2:hover::after {
    transform: translateX(6px);
}

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

.n_bannerImg2 {
    position: absolute;
    width: 10%;
    bottom: 10%;
    left: 38.5%;
    transform: translate(0px, 0%);
    z-index: -1 !important;
    overflow: hidden !important;
}

@media screen and (max-width: 1300.5px){
    .hp_banner_subtitle span {
        font-size: 28px;
        color: #0d6fe2;
        margin-bottom: 2px;
    }
    
    .hp_banner_title {
        font-size: 35px;
        font-weight: 700;
        color: #fff;
        line-height: 1.1;
        margin-top: 0vw;
        margin-bottom: 0.5vw;
        position: relative;
    }
    
    .hp_banner_title span {
        font-size: 58px;
        font-weight: 800;
        color: #0d6fe2;
    }
    
    .hp_banner_title2 {
        font-size: 20px;
        font-weight: 600;
        color: #fff;
        line-height: 1.1;
        margin-top: 0.5vw;
        margin-bottom: 2vw;
        position: relative;
    }
    
    .hp_banner_text {
        font-size: 14px;
        font-weight: 200;
        color: #fff;
        line-height: 1.9;
        margin-bottom: 1vw;
        padding: 0vw 13vw 0vw 0vw;
    }
    
    .hp_banner_text br {
        display: none;
    }
    
    .n_bannerViewMore {
        font-size: 13px;
        font-weight: 500;
        color: #fff;
        background-color: #0d6fe2;
        border-radius: 5px;
        text-align: center;
        padding: 1%;
        height: 2.8vw;
        width: 12.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0;
        transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
        will-change: transform, background-color;
    }
    
    .n_bannerViewMore2 {
        font-size: 13px;
        font-weight: 500;
        color: #fff;
        background-color: transparent;
        border: 2px solid #0d6fe2;
        border-radius: 5px;
        text-align: center;
        padding: 1%;
        height: 2.8vw;
        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_banner_subtitle {
        font-size: 13px;
        font-weight: 300;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 0vw;
        letter-spacing: 0px;
    }
    
    .hp_banner_title {
        font-size: 30px;
        font-weight: 700;
        color: #fff;
        line-height: 1.1;
        margin-top: 0vw;
        margin-bottom: 0.5vw;
        position: relative;
    }
    
    .hp_banner_title span {
        font-size: 48px;
        font-weight: 800;
        color: #0d6fe2;
    }
    
    .hp_banner_title2 {
        font-size: 17px;
        font-weight: 600;
        color: #fff;
        line-height: 1.1;
        margin-top: 1vw;
        margin-bottom: 2vw;
        position: relative;
    }
    
    .hp_banner_text {
        font-size: 13px;
        font-weight: 200;
        color: #fff;
        line-height: 1.9;
        margin-bottom: 1vw;
        padding: 0vw 13vw 0vw 0vw;
    }
    
    .n_bannerViewMore {
        font-size: 12px;
        font-weight: 500;
        color: #fff;
        background-color: #0d6fe2;
        border-radius: 5px;
        text-align: center;
        padding: 1%;
        height: 3.5vw;
        width: 15.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0;
        transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
        will-change: transform, background-color;
    }
    
    .n_bannerViewMore2 {
        font-size: 12px;
        font-weight: 500;
        color: #fff;
        background-color: transparent;
        border: 2px solid #0d6fe2;
        border-radius: 5px;
        text-align: center;
        padding: 1%;
        height: 3.5vw;
        width: 15.5vw;
        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: 10px;
        font-weight: 300;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 0vw;
        letter-spacing: 0px;
    }
    
    .hp_banner_title {
        font-size: 26px;
        font-weight: 700;
        color: #fff;
        line-height: 1.1;
        margin-top: 0vw;
        margin-bottom: 0.5vw;
        position: relative;
    }
    
    .hp_banner_title span {
        font-size: 38px;
        font-weight: 800;
        color: #0d6fe2;
    }
    
    .hp_banner_title2 {
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        line-height: 1.1;
        margin-top: 1vw;
        margin-bottom: 2vw;
        position: relative;
    }
    
    .hp_banner_title2::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 10%;
        height: 1px;
        background: #0d6fe2;
    }
    
    .hp_banner_text {
        font-size: 10px;
        font-weight: 200;
        color: #fff;
        line-height: 1.9;
        margin-bottom: 1vw;
        padding: 0vw 9vw 0vw 0vw;
    }
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 4vw;
        left: 6vw;
        width: 42%;
        text-align: left;
    }
    
    .n_bannerViewMore {
        font-size: 12px;
        font-weight: 500;
        color: #fff;
        background-color: #0d6fe2;
        border-radius: 5px;
        text-align: center;
        padding: 1%;
        height: 3.5vw;
        width: 18.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0;
        transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
        will-change: transform, background-color;
    }
    
    .n_bannerViewMore2 {
        font-size: 12px;
        font-weight: 500;
        color: #fff;
        background-color: transparent;
        border: 2px solid #0d6fe2;
        border-radius: 5px;
        text-align: center;
        padding: 1%;
        height: 3.5vw;
        width: 18.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .n_bannerImg2 {
        position: absolute;
        width: 10%;
        bottom: 19%;
        left: 39.5%;
        transform: translate(0px, 0%);
        /*z-index: 0;*/
        overflow: hidden !important;
    }   
}

@media screen and (max-width: 767.5px){
    .n_bannerInnerGroup {
        position: absolute;
        top: 3vw;
        left: 8vw;
        width: 85%;
        text-align: left;
    }
    
    .hp_banner_subtitle {
        font-size: 12px;
        font-weight: 300;
        color: #fff;
        line-height: 1.0;
        margin-bottom: 0vw;
        letter-spacing: 0px;
    }
    
    .hp_banner_title br {
        display: none;
    }
    
    .hp_banner_title span {
        font-size: 26px;
        font-weight: 800;
        color: #0d6fe2;
    }
    
    .hp_banner_title {
        font-size: 24px;
        font-weight: 700;
        color: #fff;
        line-height: 1.1;
        margin-top: 0vw;
        margin-bottom: 0.5vw;
        position: relative;
    }
    
    .hp_banner_title2 {
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        line-height: 1.1;
        margin-top: 1.5vw;
        margin-bottom: 3vw;
        position: relative;
    }
    
    .hp_banner_text {
        font-size: 12px;
        font-weight: 200;
        color: #fff;
        line-height: 1.9;
        margin-bottom: 1vw;
        padding: 0.5vw 0vw 0.5vw 0vw;
    }
    
    .n_bannerViewMore {
        font-size: 12px;
        font-weight: 500;
        color: #fff;
        background-color: #0d6fe2;
        border-radius: 5px;
        text-align: center;
        padding: 1%;
        height: 8vw;
        width: 30vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0;
        transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
        will-change: transform, background-color;
    }
    
    .n_bannerViewMore2 {
        font-size: 12px;
        font-weight: 500;
        color: #fff;
        background-color: transparent;
        border: 2px solid #0d6fe2;
        border-radius: 5px;
        text-align: center;
        padding: 1%;
        height: 8vw;
        width: 30vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .n_bannerImg {
        position: absolute;
        width: 67%;
        top: auto;
        bottom: 0;
        right: 0vw;
        transform: translate(0px, 0%);
        /*z-index: 0;*/
        overflow: hidden !important;
    }
    
    .n_bannerImg2 {
        position: absolute;
        width: 13%;
        bottom: 5%;
        left: 35%;
        transform: translate(0px, 0%);
        /*z-index: 0;*/
        overflow: hidden !important;
    }
}

@media screen and (max-width: 428.5px) {
    .n_bannerViewMore {
        font-size: 12px;
        font-weight: 500;
        color: #fff;
        background-color: #0d6fe2;
        border-radius: 5px;
        text-align: center;
        padding: 1%;
        height: 8vw;
        width: 38vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0;
        transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
        will-change: transform, background-color;
    }
    
    .n_bannerViewMore2 {
        font-size: 12px;
        font-weight: 500;
        color: #fff;
        background-color: transparent;
        border: 2px solid #0d6fe2;
        border-radius: 5px;
        text-align: center;
        padding: 1%;
        height: 8vw;
        width: 38vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .n_bannerImg {
        position: absolute;
        width: 72%;
        top: auto;
        bottom: 0;
        right: 0vw;
        transform: translate(0px, 0%);
        /*z-index: 0;*/
        overflow: hidden !important;
    }
    
    .n_bannerImg2 {
        position: absolute;
        width: 15%;
        bottom: 5%;
        left: 30%;
        transform: translate(0px, 0%);
        /*z-index: 0;*/
        overflow: hidden !important;
    }
}

@media screen and (max-width: 360.5px) {
    .n_bannerInnerGroup {
        position: absolute;
        top: 4vw;
        left: 8vw;
        width: 85%;
        text-align: left;
    }
    
    .n_bannerViewMore {
        font-size: 12px;
        font-weight: 500;
        color: #fff;
        background-color: #0d6fe2;
        border-radius: 5px;
        text-align: center;
        padding: 1%;
        height: 9vw;
        width: 42vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0;
        transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
        will-change: transform, background-color;
    }
    
    .n_bannerViewMore2 {
        font-size: 12px;
        font-weight: 500;
        color: #fff;
        background-color: transparent;
        border: 2px solid #0d6fe2;
        border-radius: 5px;
        text-align: center;
        padding: 1%;
        height: 9vw;
        width: 42vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .n_bannerImg {
        position: absolute;
        width: 75%;
        top: auto;
        bottom: 0;
        right: 0vw;
        transform: translate(0px, 0%);
        /*z-index: 0;*/
        overflow: hidden !important;
    }
    
    .n_bannerImg2 {
        position: absolute;
        width: 17%;
        bottom: 5%;
        left: 27%;
        transform: translate(0px, 0%);
        /*z-index: 0;*/
        overflow: hidden !important;
    }
}

/*hp_about*/

.hp_about {
    padding: 4.5vw 0vw 5vw 7vw;
    position: relative;
    z-index: 2;
}

.hp_about::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 25%;
    background-image: url(https://cdn1.npcdn.net/img/1782701998B_ABOUT-ELEMENT-1.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.hp_about::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25%;
    height: 25%;
    background-image: url(https://cdn1.npcdn.net/img/1782702008B_ABOUT-ELEMENT-2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

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

.hp_about .title_small {
    font-size: 16px;
    font-weight: 600;
    color: #0d6fe2;
    line-height: 1.2;
    position: relative;
    margin-top: 0;
    margin-bottom: 0.5vw;
    padding-left: 25px;
}

.hp_about .title_small::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-55%);
    color: #0d6fe2;
    font-size: 30px;
}

.hp_about .title_big {
    font-size: 36px;
    font-weight: 800;
    color: #000;
    line-height: 1.1;
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
    position: relative;
}

.hp_about .hp_keyword {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    line-height: 1.8;
    position: relative;
    margin-top: 0vw;
    margin-bottom: -1.5vw;
    padding: 0vw 5.5vw 1vw 0vw;
}

.button-about {
    display: flex;
    align-items: center;
    gap: 30px;
}

.about_icon img {
    width: 90px;   
    height: 90px;
    object-fit: contain;
    transform: rotate(90deg);
}

.n_aboutViewMore {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background-color: #0d6fe2;
    border-radius: 5px;
    text-align: center;
    padding: 1%;
    height: 2.8vw;
    width: 16vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform, background-color;
}

.n_aboutViewMore:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none;
    transform: translateY(-3px);
}

.n_aboutViewMore::after {
    content: ">";
    margin-left: 10px;
    font-size: 16px;
    display: inline-block;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.n_aboutViewMore:hover::after {
    transform: translateX(6px);
}

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

@media screen and (max-width: 1300.5px){
    .hp_about_box {
        padding: 0vw 0vw 0vw 0vw;
    }
    
    .hp_about .hp_keyword {
        font-size: 15px;
        font-weight: 500;
        color: #333;
        line-height: 1.8;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
        padding: 1vw 5.5vw 0vw 0vw;
    }
    
    .n_aboutViewMore {
        font-size: 13px;
        font-weight: 500;
        color: #fff;
        background-color: #0d6fe2;
        border-radius: 5px;
        text-align: center;
        padding: 1%;
        height: 2.8vw;
        width: 17vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0;
        transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
        will-change: transform, background-color;
    }
}

@media screen and (max-width: 1200.5px){
    .n_aboutViewMore {
        font-size: 12px;
        font-weight: 500;
        color: #fff;
        background-color: #0d6fe2;
        border-radius: 5px;
        text-align: center;
        padding: 1%;
        height: 3.5vw;
        width: 20vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0;
        transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
        will-change: transform, background-color;
    }
}

@media screen and (max-width: 992.5px){
    .n_aboutViewMore {
        font-size: 12px;
        font-weight: 500;
        color: #fff;
        background-color: #0d6fe2;
        border-radius: 5px;
        text-align: center;
        padding: 1%;
        height: 4.5vw;
        width: 26vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0;
        transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
        will-change: transform, background-color;
    }
}

@media screen and (max-width: 767.5px){
    .hp_about {
        padding: 6vw 5vw 7vw 5vw;
        position: relative;
        z-index: 2;
    }
    
    .hp_about::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 10%;
        height: 10%;
        background-image: url(https://cdn1.npcdn.net/img/1782701998B_ABOUT-ELEMENT-1.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    .hp_about::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 10%;
        height: 10%;
        background-image: url(https://cdn1.npcdn.net/img/1782702008B_ABOUT-ELEMENT-2.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    .hp_about .title_small {
        font-size: 15px;
        font-weight: 600;
        color: #0d6fe2;
        line-height: 1.2;
        position: relative;
        margin-top: 0;
        margin-bottom: 0.5vw;
        padding-left: 25px;
    }
    
    .hp_about .title_big {
        font-size: 25px;
        font-weight: 800;
        color: #000;
        line-height: 1.1;
        margin-top: 1.5vw;
        margin-bottom: 0.5vw;
        position: relative;
    }
    
    .hp_about .hp_keyword {
        font-size: 15px;
        font-weight: 500;
        color: #333;
        line-height: 1.8;
        position: relative;
        margin-top: 0vw;
        margin-bottom: -1.5vw;
        padding: 2vw 0vw 0vw 0vw;
    }
    
    .n_aboutViewMore {
        font-size: 12px;
        font-weight: 500;
        color: #fff;
        background-color: #0d6fe2;
        border-radius: 5px;
        text-align: center;
        padding: 1%;
        height: 8vw;
        width: 42vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0;
        transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
        will-change: transform, background-color;
    }
    
    .hp_about_img {
        width: 100%;
        max-width: 150%;
        margin: 0 auto;
        z-index: 1;
        margin-top: 0vw;
        margin-left: 0vw;
    }
}

@media screen and (max-width: 428.5px) {
    .n_aboutViewMore {
        font-size: 12px;
        font-weight: 500;
        color: #fff;
        background-color: #0d6fe2;
        border-radius: 5px;
        text-align: center;
        padding: 1%;
        height: 8vw;
        width: 48vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0;
        transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
        will-change: transform, background-color;
    }
    
    .hp_about::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 10%;
        height: 9%;
        background-image: url(https://cdn1.npcdn.net/img/1782702008B_ABOUT-ELEMENT-2.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
}

@media screen and (max-width: 360.5px) {
    .n_aboutViewMore {
        font-size: 12px;
        font-weight: 500;
        color: #fff;
        background-color: #0d6fe2;
        border-radius: 5px;
        text-align: center;
        padding: 1%;
        height: 9vw;
        width: 55vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0;
        transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
        will-change: transform, background-color;
    }
    
    .button-about {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .about_icon img {
        width: 70px;
        height: 70px;
        object-fit: contain;
        transform: rotate(90deg);
    }
}

/*hp_category*/

.index_wrapper_4 {
    position: relative;
}

.index_wrapper_4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 70%;
    background-color: #001d4f;
}

.hp_category {
    padding: 5.5vw 5vw 1vw 5vw;
    position: relative;
    z-index: 2;
}

.hp_category .title_small {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.hp_category .title_small::before {
    content: "•";
    color: #fff;
    font-size: 30px;
    line-height: 1;
    display: inline-block;
    transform: translateY(-2px);
}

.hp_category .title_big {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    margin-top: 0.5vw;
    margin-bottom: 0vw;
    position: relative;
}

/*products*/

.product_cat-11 {
    height: 100%;
    padding-bottom: 10px;
    padding: 0vw 7vw 0vw 7vw;
}

.product_cat-11 .hp_product_cat_slider .item .wrapper_brand:hover img {
    width: 110%;
    height: 110%;
    transform: translate(0%, 0%);
}

.product_cat-11 .wrapper_title .category_title:nth-child(1) {
    display: none !important;
}

.product_cat-11 .hp_product_cat_slider .item a .wrapper_btn .view_btn {
    margin-top: auto;
    margin-bottom: 1rem;
    border: none;
    background-color: transparent;
    display: none !important;
}

.product_cat-11 .hp_product_cat_slider .item::after {
    position: absolute;
    content: "";
    height: 8px;
    bottom: 0;
    width: 60%;
    background-color: #0d6fe2;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.5;
    display: none !important;
}

.product_cat-11 .hp_product_cat_slider .card {
    height: 100%;
    margin-bottom: 10px;
    border-radius: 0rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 0px, rgba(0, 0, 0, 0.04) 0px 0px 0px 0px;
}

.product_cat-11 .card {
    border: 0px solid rgba(0, 0, 0, .125) !important;
    border-radius: 0rem !important;
}

.product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-top: -4.5rem;
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    z-index: 2;
    position: relative;
}

.product_cat-11 .wrapper_brand {
    position: relative;
    overflow: hidden;
}

.product_cat-11 .hp_product_cat_slider .item .wrapper_brand {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 100%;
    overflow: visible;
}

.product_cat-11 .hp_product_cat_slider .item .wrapper_brand::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.6) 30%,
        rgba(0, 0, 0, 0) 100%
    );
    z-index: 1;
    pointer-events: none;
}

.product_cat-11 .hp_product_cat_slider .item .wrapper_brand::after {
    content: "";
    position: absolute;
    left: -3%;
    top: auto;
    bottom: 13%;
    width: 20%;
    height: 14%;
    background: #0d6fe2;
    z-index: 1;
}

.product_cat-11 .product_img {
    display: block;
    width: 100%;
}

.product_cat-11 .wrapper_title,
.product_cat-11 .wrapper_btn {
    position: relative;
    z-index: 2;
}

.product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title {
    padding-right: 0.5rem;
    padding-left: 1.5rem;
    margin-top: -4.5rem;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    z-index: 2;
    position: relative;
    text-align: left;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

.product_cat-11 .wrapper_title, .product_cat-11 .wrapper_btn {
    position: relative;
    z-index: 2;
    width: 100%;
}

.product_cat-11 .hp_product_cat_slider .item .wrapper_brand {
    position: relative;
}

.product_cat-11 .slick-prev::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url("https://cdn1.npcdn.net/img/17827042635-ARROW-LEFT.png") no-repeat center;
    background-size: contain;
    opacity: 1;
}

.product_cat-11 .slick-next::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url("https://cdn1.npcdn.net/img/17827042745-ARROW-RIGHT.png") no-repeat center;
    background-size: contain;
    opacity: 1;
}

.product_cat-11 .slick-next, .product_cat-11 .slick-prev {
    width: 22px;
}

.product_cat-11 .slick-prev {
    left: -2vw;
    z-index: 10;
}

.product_cat-11 .slick-next {
    right: -2vw;
}

.product_cat-11 .hp_product_cat_slider .slick-track {
    display: flex;
    padding-bottom: 10px;
}

@media screen and (max-width: 1300.5px){
    .product_cat-11 .hp_product_cat_slider .item .wrapper_brand::after {
        content: "";
        position: absolute;
        left: -3%;
        top: auto;
        bottom: 18.5%;
        width: 20%;
        height: 14%;
        background: #0d6fe2;
        z-index: 1;
    }
}

@media screen and (max-width: 1200.5px){
    .product_cat-11 .hp_product_cat_slider .item .wrapper_brand::after {
        content: "";
        position: absolute;
        left: -3%;
        top: auto;
        bottom: 16.5%;
        width: 20%;
        height: 14%;
        background: #0d6fe2;
        z-index: 1;
    }
}

@media screen and (max-width: 992.5px){
    .product_cat-11 .hp_product_cat_slider .item .wrapper_brand::after {
        content: "";
        position: absolute;
        left: -3%;
        top: auto;
        bottom: 23.5%;
        width: 20%;
        height: 14%;
        background: #0d6fe2;
        z-index: 1;
    }
}

@media screen and (max-width: 767.5px){
    .hp_category {
        padding: 6vw 5vw 1vw 5vw;
        position: relative;
        z-index: 2;
    }
    
    .hp_category .title_small {
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        line-height: 1.2;
        margin-top: 0;
        margin-bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .hp_category .title_big {
        font-size: 25px;
        font-weight: 800;
        color: #fff;
        line-height: 1.1;
        margin-top: 0.5vw;
        margin-bottom: 3vw;
        position: relative;
    }
    
    .product_cat-11 {
        height: 100%;
        padding-bottom: 10px;
        padding: 0vw 5vw 0vw 5vw;
    }
    
    .product_cat-11 .hp_product_cat_slider .item .wrapper_brand::after {
        content: "";
        position: absolute;
        left: -3%;
        top: auto;
        bottom: 23.5%;
        width: 20%;
        height: 14%;
        background: #0d6fe2;
        z-index: 1;
    }
    
    .product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title {
        padding-right: 0.5rem;
        padding-left: 1.5rem;
        margin-top: -4.5rem;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        z-index: 2;
        position: relative;
        text-align: left;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
    }
    
    .product_cat-11 .slick-prev {
        left: 0vw;
        z-index: 10;
    }
    
    .product_cat-11 .slick-next {
        right: 0vw;
    }
}

@media screen and (max-width: 428.5px) {
    .product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title {
        padding-right: 0.5rem;
        padding-left: 1.5rem;
        margin-top: -4.5rem;
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        z-index: 2;
        position: relative;
        text-align: left;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
    }
    
    .product_cat-11 .hp_product_cat_slider .item .wrapper_brand::after {
        content: "";
        position: absolute;
        left: -3%;
        top: auto;
        bottom: 9.5%;
        width: 20%;
        height: 14%;
        background: #0d6fe2;
        z-index: 1;
    }
}

@media screen and (max-width: 360.5px) {
    .product_cat-11 .hp_product_cat_slider .item .wrapper_brand::after {
        content: "";
        position: absolute;
        left: -3%;
        top: auto;
        bottom: 12.5%;
        width: 20%;
        height: 14%;
        background: #0d6fe2;
        z-index: 1;
    }
}

/*hp_categoryBtn*/

.hp_categoryBtn {
    padding: 0vw 5vw 1vw 5vw;
    position: relative;
    z-index: 2;
}

.button-category {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 0;
}

.button-category img {
    width: 53px;
    height: 26px;
    object-fit: contain;
    flex-shrink: 0;
}

.category_text {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #222;
    line-height: 1;
}

.n_categoryViewMore {
    color: #1a73e8;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline !important;
    text-underline-offset: 5px;
    transition: .3s;
    margin-left: -6px;
}

.n_categoryViewMore:hover{
    color:#0056d6;
    text-decoration:underline;
}

.n_categoryViewMore span{
    display:inline;
}

@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){
    .button-category {
        display: block;
        align-items: center;
        justify-content: center;
        gap: 14px;
        padding: 0;
    }
    
    .category_text {
        margin: 0;
        font-size: 15px;
        font-weight: 600;
        color: #222;
        line-height: 1;
        margin-top: 2vw;
        margin-bottom: 2vw;
    }
    
    .n_categoryViewMore {
        color: #1a73e8;
        font-size: 14px;
        font-weight: 700;
        text-decoration: underline !important;
        text-underline-offset: 5px;
        transition: .3s;
        margin-top: 2vw;
        margin-left: 0px;
    }
}

/*hp_why*/

.hp_why {
    padding: 4vw 7vw 5vw 7vw;
    position: relative;
    z-index: 2;
}

.hp_why::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 21%;
    background: linear-gradient(to right, #0d6fe2 0%, #2f7fe8 12%, #6fa8ff 20%, #cfe5ff 35%, #ffffff 70%, #ffffff 100%);
}

.hp_why::after {
    content: "";
    position: absolute;
    bottom: 5%;
    right: 1%;
    width: 2%;
    height: 12%;
    background-image: url(https://cdn1.npcdn.net/img/1782715456D_WHY-ELEMENT-2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.hp_why .title_small {
    font-size: 16px;
    font-weight: 600;
    color: #0d6fe2;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.hp_why .title_small::before {
    content: "•";
    color: #0d6fe2;
    font-size: 30px;
    line-height: 1;
    display: inline-block;
    transform: translateY(-2px);
}

.hp_why .title_big {
    font-size: 36px;
    font-weight: 800;
    color: #000;
    line-height: 1.1;
    margin-top: 0vw;
    margin-bottom: 1vw;
    position: relative;
}

.hp_why .whyBorder {
    padding: 10px 10px;
    position: relative;
    transition: all 0.3s ease;
}

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

.hp_why .why_grid {
    position: relative;
    background-color: #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    padding: 40px 20px;
    text-align: center;
    overflow: hidden;
    height: 100%;
}

.hp_why .why_grid img {
    width: 65px;     
    height: 65px;
    object-fit: cover;
}

.hp_why .whyBorder:hover .why_grid img {
    animation: floatIcon 0.6s ease;
}

@keyframes floatIcon {
    0% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-5px) scale(1.05);
    }
    100% {
        transform: translateY(0) scale(1);
    }
}

.hp_why .why_title {
    font-size: 17px;
    font-weight: 900;
    color: #001d50;
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
}

.hp_why .why_text {
    font-size: 15px;
    font-weight: 500;
    color: #555;
    margin-bottom: 0px;
    line-height: 1.5;
}

.why_grid2.hero_layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(90deg, #001d4f 0%, #00132f 100%);
    padding: 40px 30px 0px 30px;
    overflow: hidden;
    height: 100%;
}

.why_image img {
    max-height: 170px;
    width: auto;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0px 12px 25px rgba(13, 111, 226, 0.85));
}

.why_content {
    margin-top: 3.5vw;
}

.hp_why .stars img {
    width: 55px;
    height: auto;
    margin-bottom: 5px;
    display: block;
}

.hp_why .why_title2 {
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    line-height: 1.2;
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
}

@media screen and (max-width: 1300.5px){
    .hp_why .why_title2 {
        font-size: 16px;
        font-weight: 300;
        color: #fff;
        line-height: 1.2;
        margin-top: 0.5vw;
        margin-bottom: 0.5vw;
    }
    
    .why_image img {
        max-height: 178px;
        width: auto;
        display: block;
        object-fit: contain;
        filter: drop-shadow(0px 12px 25px rgba(13, 111, 226, 0.85));
    }
    
    .hp_why .why_title {
        font-size: 16px;
        font-weight: 900;
        color: #001d50;
        margin-top: 0.5vw;
        margin-bottom: 0.5vw;
    }
    
    .hp_why .why_text {
        font-size: 14px;
        font-weight: 500;
        color: #555;
        margin-bottom: 0px;
        line-height: 1.5;
    }
}

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

@media screen and (max-width: 992.5px){
    .why_grid2.hero_layout {
        display: block;
        justify-content: space-between;
        align-items: center;
        background: linear-gradient(90deg, #001d4f 0%, #00132f 100%);
        padding: 40px 30px 0px 30px;
        overflow: hidden;
        height: 100%;
    }
    
    .why_content {
        margin-top: 0vw;
    }
    
    .why_image img {
        max-height: 110px;
        width: auto;
        display: block;
        object-fit: contain;
        filter: drop-shadow(0px 12px 25px rgba(13, 111, 226, 0.85));
        margin-top: 1vw;
    }
}

@media screen and (max-width: 767.5px){
    .hp_why {
        padding: 5vw 5vw 5vw 5vw;
        position: relative;
        z-index: 2;
    }
    
    .hp_why .title_small {
        font-size: 15px;
        font-weight: 600;
        color: #0d6fe2;
        line-height: 1.2;
        margin-top: 0;
        margin-bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    
    .hp_why .title_big {
        font-size: 25px;
        font-weight: 800;
        color: #000;
        line-height: 1.1;
        margin-top: 0vw;
        margin-bottom: 1vw;
        position: relative;
    }
    
    .hp_why .whyBorder {
        padding: 10px 15px;
        position: relative;
        transition: all 0.3s ease;
    }
    
    .why_grid2.hero_layout {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: linear-gradient(90deg, #001d4f 0%, #00132f 100%);
        padding: 40px 30px 0px 30px;
        overflow: hidden;
        height: 100%;
    }
    
    .why_image img {
        max-height: 130px;
        width: auto;
        display: block;
        object-fit: contain;
        filter: drop-shadow(0px 12px 25px rgba(13, 111, 226, 0.85));
        margin-top: 1vw;
    }
    
    .hp_why .why_grid {
        position: relative;
        background-color: #fff;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
        padding: 20px 20px;
        text-align: center;
        overflow: hidden;
        height: 100%;
    }
    
    .hp_why .why_title {
        font-size: 16px;
        font-weight: 900;
        color: #001d50;
        margin-top: 1.5vw;
        margin-bottom: 0.5vw;
    }
}

/*hp_contact*/

.hp_contact {
    padding: 8.5vw 7vw 10vw 7vw;
    position: relative;
    z-index: 2;
    background-image: url(https://cdn1.npcdn.net/img/1782469613E_CTA-BG.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hp_contact::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25%;
    height: 73%;
    background-image: url(https://cdn1.npcdn.net/img/1782706486E_CTA-ELEMENT.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.hp_contact .title_small {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    position: relative;
    margin-top: 0;
    margin-bottom: 0.5vw;
    padding-left: 25px;
}

.hp_contact .title_small::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-55%);
    color: #fff;
    font-size: 30px;
}

.hp_contact .title_big {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
    position: relative;
}

.hp_contact .hp_keyword {
    font-size: 16px;
    font-weight: 200;
    color: #fff;
    line-height: 1.8;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

.n_contactViewMore {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background-color: #0d6fe2;
    border-radius: 5px;
    text-align: center;
    padding: 1%;
    height: 2.8vw;
    width: 16vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1vw;
    transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform, background-color;
}

.n_contactViewMore:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none;
    transform: translateY(-3px);
}

.n_contactViewMore::after {
    content: ">";
    margin-left: 10px;
    font-size: 16px;
    display: inline-block;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.n_contactViewMore:hover::after {
    transform: translateX(6px);
}

@media screen and (max-width: 1300.5px){
    .n_contactViewMore {
        font-size: 13px;
        font-weight: 500;
        color: #fff;
        background-color: #0d6fe2;
        border-radius: 5px;
        text-align: center;
        padding: 1%;
        height: 2.8vw;
        width: 17vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 1vw;
        transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
        will-change: transform, background-color;
    }
}

@media screen and (max-width: 1200.5px){
    .n_contactViewMore {
        font-size: 12px;
        font-weight: 500;
        color: #fff;
        background-color: #0d6fe2;
        border-radius: 5px;
        text-align: center;
        padding: 1%;
        height: 3.5vw;
        width: 20vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 1vw;
        transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
        will-change: transform, background-color;
    }
}

@media screen and (max-width: 992.5px){
    .n_contactViewMore {
        font-size: 12px;
        font-weight: 500;
        color: #fff;
        background-color: #0d6fe2;
        border-radius: 5px;
        text-align: center;
        padding: 1%;
        height: 4.5vw;
        width: 26vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 1vw;
        transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
        will-change: transform, background-color;
    }
    
    .hp_contact .hp_keyword br {
        display: none;
    }
    
    .hp_contact::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 25%;
        height: 58%;
        background-image: url(https://cdn1.npcdn.net/img/1782706486E_CTA-ELEMENT.png);
        background-size: contain;
        background-repeat: no-repeat;
        z-index: -1;
    }
}

@media screen and (max-width: 767.5px){
    .hp_contact {
        padding: 7vw 5vw 7vw 5vw;
        position: relative;
        z-index: 2;
        background-image: url(https://cdn1.npcdn.net/img/1782469613E_CTA-BG.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left;
    }
    
    .hp_contact::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 10%;
        height: 20%;
        background-image: url(https://cdn1.npcdn.net/img/1782706486E_CTA-ELEMENT.png);
        background-size: contain;
        background-repeat: no-repeat;
        z-index: -1;
    }
    
    .hp_contact .title_small {
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        line-height: 1.2;
        position: relative;
        margin-top: 0;
        margin-bottom: 0.5vw;
        padding-left: 25px;
    }
    
    .hp_contact .title_big {
        font-size: 25px;
        font-weight: 800;
        color: #fff;
        line-height: 1.1;
        margin-top: 1.5vw;
        margin-bottom: 1.5vw;
        position: relative;
    }
    
    .hp_contact .hp_keyword {
        font-size: 15px;
        font-weight: 200;
        color: #fff;
        line-height: 1.8;
        position: relative;
        margin-top: 2vw;
        margin-bottom: 3vw;
    }
    
    .hp_contact .hp_keyword br {
        display: none;
    }
    
    .n_contactViewMore {
        font-size: 12px;
        font-weight: 500;
        color: #fff;
        background-color: #0d6fe2;
        border-radius: 5px;
        text-align: center;
        padding: 1%;
        height: 8vw;
        width: 42vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 1vw;
        transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
        will-change: transform, background-color;
    }
}

@media screen and (max-width: 428.5px) {
    .hp_contact .title_small {
        font-size: 13px;
        font-weight: 600;
        color: #fff;
        line-height: 1.2;
        position: relative;
        margin-top: 0;
        margin-bottom: 0.5vw;
        padding-left: 25px;
    }
    
    .n_contactViewMore {
        font-size: 12px;
        font-weight: 500;
        color: #fff;
        background-color: #0d6fe2;
        border-radius: 5px;
        text-align: center;
        padding: 1%;
        height: 8vw;
        width: 50vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 1vw;
        transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
        will-change: transform, background-color;
    }
    
    .hp_contact::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 10%;
        height: 18%;
        background-image: url(https://cdn1.npcdn.net/img/1782706486E_CTA-ELEMENT.png);
        background-size: contain;
        background-repeat: no-repeat;
        z-index: -1;
    }
    
    .hp_contact {
        padding: 7vw 5vw 7vw 5vw;
        position: relative;
        z-index: 2;
        /*background-image: url(https://cdn1.npcdn.net/img/1782469613E_CTA-BG.jpg);*/
        /*background-size: cover;*/
        /*background-repeat: no-repeat;*/
        /*background-position: center;*/
    }
}

@media screen and (max-width: 360.5px) {
    .hp_contact .title_small {
        font-size: 10px;
        font-weight: 600;
        color: #fff;
        line-height: 1.2;
        position: relative;
        margin-top: 0;
        margin-bottom: 0.5vw;
        padding-left: 25px;
    }
    
    .n_contactViewMore {
        font-size: 12px;
        font-weight: 500;
        color: #fff;
        background-color: #0d6fe2;
        border-radius: 5px;
        text-align: center;
        padding: 1%;
        height: 9vw;
        width: 58vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 1vw;
        transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
        will-change: transform, background-color;
    }
    
    .hp_contact::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 10%;
        height: 13%;
        background-image: url(https://cdn1.npcdn.net/img/1782706486E_CTA-ELEMENT.png);
        background-size: contain;
        background-repeat: no-repeat;
        z-index: -1;
    }
}

/*hp_cert*/

.hp_cert {
    padding: 5vw 7vw 5vw 7vw;
    position: relative;
    z-index: 2;
}

.hp_cert::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 32%;
    background-color: #001d4f;
}

.hp_cert .title_small {
    font-size: 16px;
    font-weight: 600;
    color: #0d6fe2;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.hp_cert .title_small::before {
    content: "•";
    color: #0d6fe2;
    font-size: 30px;
    line-height: 1;
    display: inline-block;
    transform: translateY(-2px);
}

.hp_cert .title_big {
    font-size: 36px;
    font-weight: 800;
    color: #000;
    line-height: 1.1;
    margin-top: 0vw;
    margin-bottom: 1.5vw;
    position: relative;
}

.cert-image img {
    width: 100%;
    display: block;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
    transition: 0.3s ease;
}

.cert-image img:hover {
    transform: scale(1.05);
}

/* POPUP */

/*.cert-popup {*/
/*    position: fixed;*/
/*    inset: 0;*/
/*    background: rgba(0,0,0,0.85);*/
/*    display: none;*/
/*    justify-content: center;*/
/*    align-items: center;*/
    /*z-index: 99999;*/
/*    padding: 20px;*/
/*}*/

/*.cert-popup img {*/
/*    max-width: 95%;*/
/*    max-height: 95%;*/
/*    height: 100%;*/
/*    object-fit: contain;*/
/*}*/

/*.close-btn {*/
/*    position: absolute;*/
/*    top: 20px;*/
/*    right: 25px;*/
/*    font-size: 40px;*/
/*    color: #fff;*/
/*    cursor: pointer;*/
/*}*/

.cert-popup{
    display:none;
    position:fixed;
    top: 50px;
    left:0;
    width:100vw;
    height:100%;
    background:rgba(0,0,0,.85);
    justify-content:center;
    align-items:center;
    z-index:99999;
}

.cert-popup img{
    max-width:80%;
    max-height:80%;
    object-fit:contain;
    border-radius:4px;
}

.close-btn{
    position:absolute;
    top:50px;
    right:30px;
    color:#fff;
    font-size:40px;
    cursor:pointer;
    line-height:1;
}

@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){
    .hp_cert {
        padding: 6vw 5vw 6vw 5vw;
        position: relative;
        z-index: 2;
    }
    
    .hp_cert .title_small {
        font-size: 15px;
        font-weight: 600;
        color: #0d6fe2;
        line-height: 1.2;
        margin-top: 0;
        margin-bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    
    .hp_cert .title_big {
        font-size: 25px;
        font-weight: 800;
        color: #000;
        line-height: 1.1;
        margin-top: 0vw;
        margin-bottom: 3vw;
        position: relative;
    }
    
    .hp_cert .certBorder {
        padding: 10px 15px;
    }
}

/*footer*/

.footer_type6 {
    background-color: #eaeff9;
    color: #000;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

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

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

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

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

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

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

.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;
}

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

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

@media screen and (max-width: 992.5px){
    .footer_type6 .logo img {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0%, -50%);
        width: auto;
        max-height: 40px;
    }
    
    .footer_type6 .title {
        min-height: 50px;
        display: flex;
        flex-direction: row;
        position: relative;
        margin-bottom: 1rem;
    }
    
    .footer_type6 .title h5 {
        font-size: 16px;
        font-weight: 600;
        color: #0d6fe2;
        align-self: end;
        margin-bottom: 0;
        text-transform: uppercase;
    }
}

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

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