a {
    text-decoration: none !important;
}

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

/*nav*/

.navbar_type8 {
    position: fixed;
    display: flex;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.4);
    width: 89%;
    height: 100px;
    z-index: 100;
    border-radius: 0px;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
}

.dark_nav{
    background-color: rgba(255,255,255,0.9) !important;
}

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

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

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

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

.navbar_type8 .nav_tab .nav_item::before {
    border-bottom: 4px solid #001a5f;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
    color: #fff !important;
    font-weight: 400;
    text-align:left;
}

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

.navbar_type8 .logo {
    flex: 0 1 20%;
    overflow: hidden;
    position: relative;
    margin-left: 0vw;
}

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

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

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

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

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

/*Video*/

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

.customVideo {
    position: relative;
}

.videoPlay {
    position: absolute;
    z-index: 99;
    bottom: 1.5rem;
    right: 4rem;
}

.videoPlay button {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    background: rgba(256,256,256,0.7);
    position: relative;
    border-radius: 50%;
    border: none;
}

.videoPlay button:focus {
    outline: none;
}

.videoPlay button.paused {
    background: rgba(256,256,256,1);
}

.videoPlay button:after {
    content: "\f04c";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    font-weight: 700;
    font-size: .9rem;
}

.videoPlay button.paused:after {
    content: "\f04b";
    left: 1px;
}

.videoMute {
    position: absolute;
    z-index: 99;
    bottom: 1.5rem;
    right: 1.5rem;
}

.videoMute button {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    background: rgba(256,256,256,1);
    position: relative;
    border-radius: 50%;
    border: none;
}

.videoMute button:focus {
    outline: none;
}

.videoMute button.muted {
    background: rgba(256,256,256,.7);
}

.videoMute button:before {
    content: "\f028";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 1px;
    font-weight: 700;
    font-size: .9rem;
}

.videoMute button.muted:after {
    content: "\f715";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    font-weight: 700;
    font-size: .9rem;
}

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

@media only screen and (max-width: 768px) {
    .videoPlay {
        bottom: 1rem;
        right: 3.5rem;
    }
    .videoMute {
        bottom: 1rem;
        right: 1rem;
    }
}

/*hp_about*/

.hp_about {
    padding: 0vw 0vw 0vw 10vw;
    position: relative;
    z-index: 2;
    background: linear-gradient(to right, #1c75bc 0%, #0052cc 0%, #003b8e 0%, #001a5f 55%, #000f47 100%);
}

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

.hp_about .title_big {
    font-size: 34px;
    font-weight: 300;
    color: #fff;
    line-height: 1.1;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0vw;
    padding: 0vw 8vw 0vw 0vw;
}

.hp_about .title_big span {
    font-weight: 800;
}

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

.n_aboutViewMore {
    font-size: 12px;
    font-weight: 200;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 25px;
    text-align: center;
    padding: 1%;
    height: 2.2vw;
    width: 7.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;
    border: 1px solid #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: 10px !important;
    margin-right: -13px;
    width: 25px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_aboutViewMore:hover img.arrow-icon {
    transform: rotate(-90deg);
}

.hp_about_img {
    width: 134%;
    max-width: 150%;
    z-index: 1;
    margin-left: -10vw;
}

@media screen and (max-width: 1300.5px){
    .hp_about .title_big {
        font-size: 28px;
        font-weight: 300;
        color: #fff;
        line-height: 1.1;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
        padding: 0vw 0vw 0vw 0vw;
    }
    
    .hp_about_box {
        padding: 3vw 0vw 0vw 0vw;
    }
    
    .hp_about .hp_keyword {
        font-size: 14px;
        font-weight: 200;
        color: #fff;
        line-height: 1.8;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
        padding: 1.5vw 8.5vw 2vw 0vw;
    }
    
    .n_aboutViewMore {
        font-size: 12px;
        font-weight: 200;
        color: #fff;
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 3.2vw;
        width: 9.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 .title_big br {
        display: none;
    }
    
    .hp_about .hp_keyword {
        font-size: 12px;
        font-weight: 200;
        color: #fff;
        line-height: 1.8;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
        padding: 1.5vw 8.5vw 2vw 0vw;
    }
    
    .n_aboutViewMore {
        font-size: 12px;
        font-weight: 200;
        color: #fff;
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 3.2vw;
        width: 11.5vw;
        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: 12px;
        font-weight: 200;
        color: #fff;
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 4.2vw;
        width: 15.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .hp_about .hp_keyword {
        font-size: 10px;
        font-weight: 200;
        color: #fff;
        line-height: 1.8;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
        padding: 1.5vw 6.5vw 2vw 0vw;
    }
}

@media screen and (max-width: 767.5px){
    .hp_about {
        padding: 6vw 5vw 7vw 5vw;
        position: relative;
        z-index: 2;
    }
    
    .hp_about_box {
        padding: 0vw 0vw 0vw 0vw;
    }
    
    .hp_about .hp_keyword {
        font-size: 15px;
        font-weight: 200;
        color: #fff;
        line-height: 1.8;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
        padding: 1.5vw 0vw 2vw 0vw;
    }
    
    .n_aboutViewMore {
        font-size: 12px;
        font-weight: 200;
        color: #fff;
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 8vw;
        width: 28vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .hp_about_img {
        width: 100%;
        max-width: 150%;
        z-index: 1;
        margin-top: 3vw;
        margin-left: 0vw;
    }
}

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

/*hp_why*/

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

.hp_why .title_small {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 1vw;
}

.hp_why .title_big {
    font-size: 29px;
    font-weight: 800;
    color: #001a5f;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 2vw;
}

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

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

.n_whyIcon {
    perspective: 600px;
}

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

.n_whyBox:hover .n_whyIcon img {
    transform: rotateY(180deg);
}

.n_whyBox {
    margin-top: 1.5vw;
    padding: 25px 35px 25px 35px;
    background: linear-gradient(135deg, #e2e2e2, #ffff);
    box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    position: relative;
    text-align: left;
    z-index: 1;
    /* overflow: hidden; */
    transition: all 0.35s ease;
}

.n_whyBox:hover {
    background: #fff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
}

.n_whyTitle {
    font-size: 19px;
    font-weight: 800;
    color: #51504f;
    margin-top: 0.5vw;
    transition: all 0.35s ease;
    position: relative;
}

.n_whyText {
    font-size: 14px;
    font-weight: 400;
    color: #555;
    line-height: 1.6;
    margin-top: 0.5vw;
    margin-bottom: 0vw;
    height: 110px;
    transition: all 0.35s ease;
}

@media screen and (max-width: 1300.5px){
    .n_whyText {
        font-size: 14px;
        font-weight: 400;
        color: #555;
        line-height: 1.6;
        margin-top: 0.5vw;
        margin-bottom: 0vw;
        height: 140px;
        transition: all 0.35s ease;
    }
    
    .hp_why .title_big {
        font-size: 28px;
        font-weight: 800;
        color: #001a5f;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 2vw;
    }
}

@media screen and (max-width: 1200.5px){
    .n_whyText {
        font-size: 14px;
        font-weight: 400;
        color: #555;
        line-height: 1.6;
        margin-top: 0.5vw;
        margin-bottom: 0vw;
        height: 160px;
        transition: all 0.35s ease;
    }
    
    .n_whyTitle {
        font-size: 16px;
        font-weight: 800;
        color: #51504f;
        margin-top: 0.5vw;
        transition: all 0.35s ease;
        position: relative;
    }
}

@media screen and (max-width: 992.5px){
    .whyBorder {
        position: relative;
        padding: 10px 15px;
        transition: all 0.35s ease;
    }
}

@media screen and (max-width: 767.5px){
    .hp_why {
        padding: 6vw 5vw 5vw 5vw;
        position: relative;
        z-index: 2;
    }
    
    .whyBorder {
        position: relative;
        padding: 10px 15px;
        transition: all 0.35s ease;
    }
  
    .n_whyTitle {
        font-size: 18px;
        font-weight: 800;
        color: #51504f;
        margin-top: 0.5vw;
        transition: all 0.35s ease;
        position: relative;
    }
    
    .n_whyText {
        font-size: 15px;
        font-weight: 400;
        color: #555;
        line-height: 1.6;
        margin-top: 0.5vw;
        margin-bottom: 0vw;
        height: auto;
        transition: all 0.35s ease;
    }
}

/*hp_products*/

.index_wrapper_5 {
    position: relative;
}

.index_wrapper_5::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 65%;
    background-image: url(https://cdn1.npcdn.net/img/1779940766product_bg_background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hp_products {
    padding: 7vw 9vw 3.5vw 9vw;
    position: relative;
    z-index: 2;
}

.hp_products .title_small {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 1vw;
}

.hp_products .title_big {
    font-size: 35px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 1vw;
}

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

/*product_category*/

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

.product_cat-11 .hp_product_cat_slider .item .wrapper_brand img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s ease;
    cursor: pointer;
    border-radius: 0px;
}

.product_cat-11 .hp_product_cat_slider .card {
    height: 100%;
    margin-bottom: 5vw;
    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;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
    border: 15px solid #fff;
}

.product_cat-11 .hp_product_cat_slider .item a .wrapper_title {
    text-align: center;
    position: absolute;
    margin-top: -6vw;
    color: #fff;
    text-transform: uppercase;
}

.product_cat-11 .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, .125);
    border-radius: 0rem;
}

.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: #0a1f44;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.5;
    display: none !important;
}

.hp_product_cat_slider .item a .wrapper_title {
    text-align: center;
    position: absolute;
    margin-top: -5vw !important;
    color: #0a1f44 !important;
    text-transform: capitalize !important;
    /* background: #fff; */
    background: linear-gradient(135deg, #1c75bc 0%, #0052cc 0%, #003b8e 2%, #001a5f 75%, #000f47 100%);
    width: 90%;
}

.product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title {
    padding-right: 0rem;
    padding-left: 0rem;
    margin-top: 1rem;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: uppercase;
}

.product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title:first-child {
    display: none;
}

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

.product_cat-11 .slick-arrow::before {
    color: #001a5f;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    font-size: 40px;
    display: none !important;
}

.hp_product_cat_slider .slick-slide {
    transition: all 0.3s ease;
}

.hp_product_cat_slider .slick-center {
    transform: translateY(50px) scale(1.05);
}

@media screen and (max-width: 1300.5px){
    .hp_product_cat_slider .item a .wrapper_title {
        text-align: center;
        position: absolute;
        margin-top: -7.5vw !important;
        color: #0a1f44 !important;
        text-transform: capitalize !important;
        /* background: #fff; */
        background: linear-gradient(135deg, #1c75bc 0%, #0052cc 0%, #003b8e 2%, #001a5f 75%, #000f47 100%);
        width: 90%;
    }

    .product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title {
        padding-right: 0rem;
        padding-left: 0rem;
        margin-top: 1rem;
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-transform: uppercase;
        /*height: 42px;*/
    }
    
    .product_cat-11 .hp_product_cat_slider .item a .wrapper_title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 25%;
    }
    
    .hp_products .title_big {
        font-size: 28px;
        font-weight: 800;
        color: #fff;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 1vw;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_product_cat_slider .item a .wrapper_title {
        text-align: center;
        position: absolute;
        margin-top: -8vw !important;
        color: #0a1f44 !important;
        text-transform: capitalize !important;
        /* background: #fff; */
        background: linear-gradient(135deg, #1c75bc 0%, #0052cc 0%, #003b8e 2%, #001a5f 75%, #000f47 100%);
        width: 90%;
    }

    .product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title {
        padding-right: 0rem;
        padding-left: 0rem;
        margin-top: 1rem;
        font-size: 13px;
        font-weight: 600;
        color: #fff;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-transform: uppercase;
        /*height: 42px;*/
    }
    
    .product_cat-11 .hp_product_cat_slider .item a .wrapper_title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 28%;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_products {
        padding: 6vw 5vw 5vw 5vw;
        position: relative;
        z-index: 2;
    }
    
    .hp_products .hp_keyword {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        line-height: 1.3;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }

    .hp_product_cat_slider .slick-center {
        transform: none !important;
    }
    
    .hp_product_cat_slider .item a .wrapper_title {
        text-align: center;
        position: absolute;
        margin-top: -16vw !important;
        color: #0a1f44 !important;
        text-transform: capitalize !important;
        /* background: #fff; */
        background: linear-gradient(135deg, #1c75bc 0%, #0052cc 0%, #003b8e 2%, #001a5f 75%, #000f47 100%);
        width: 90%;
    }

    .product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title {
        padding-right: 0rem;
        padding-left: 0rem;
        margin-top: 1rem;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-transform: uppercase;
        /*height: 42px;*/
    }
    
    .product_cat-11 .hp_product_cat_slider .item a .wrapper_title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: auto;
    }
    
    .index_wrapper_5::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 70%;
        background-image: url(https://cdn1.npcdn.net/img/1779940766product_bg_background.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media screen and (max-width: 360.5px){
    .hp_product_cat_slider .item a .wrapper_title {
        text-align: center;
        position: absolute;
        margin-top: -18vw !important;
        color: #0a1f44 !important;
        text-transform: capitalize !important;
        /* background: #fff; */
        background: linear-gradient(135deg, #1c75bc 0%, #0052cc 0%, #003b8e 2%, #001a5f 75%, #000f47 100%);
        width: 90%;
    }
}

/*hp_productBtn*/

.hp_productBtn {
    padding: 1vw 5vw 3vw 5vw;
    position: relative;
    z-index: 2;
}

.hp_productBtn .product_button {
    display: flex;
    justify-content: center;
}

.n_productViewMore {
    font-size: 12px;
    font-weight: 200;
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 25px;
    text-align: center;
    padding: 1%;
    height: 2.2vw;
    width: 7.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 0vw;
}

.n_productViewMore:hover {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

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

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

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

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

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

.n_productViewMore:hover img.arrow-icon {
    transform: rotate(-90deg);
}

@media screen and (max-width: 1300.5px){
    .n_productViewMore {
        font-size: 12px;
        font-weight: 200;
        color: #000;
        background-color: transparent;
        border: 1px solid #000;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 3.2vw;
        width: 9.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

@media screen and (max-width: 1200.5px){
    .n_productViewMore {
        font-size: 12px;
        font-weight: 200;
        color: #000;
        background-color: transparent;
        border: 1px solid #000;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 3.2vw;
        width: 11.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

@media screen and (max-width: 992.5px){
    .n_productViewMore {
        font-size: 12px;
        font-weight: 200;
        color: #000;
        background-color: transparent;
        border: 1px solid #000;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 4.2vw;
        width: 15.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

@media screen and (max-width: 767.5px){
    .n_productViewMore {
        font-size: 12px;
        font-weight: 200;
        color: #000;
        background-color: transparent;
        border: 1px solid #000;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 8vw;
        width: 28vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

@media screen and (max-width: 360.5px) {
    .n_productViewMore {
        font-size: 12px;
        font-weight: 200;
        color: #000;
        background-color: transparent;
        border: 1px solid #000;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 9vw;
        width: 32vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

/*hp_what*/

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

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

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

.n_whyIcon {
    perspective: 600px;
}

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

.n_whatBox:hover .n_whatIcon img {
    transform: rotateY(180deg);
}

.n_whatBox {
    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_whatTitle {
    font-size: 22px;
    font-weight: 900;
    color: #51504f;
    margin-top: 0.5vw;
    transition: all 0.35s ease;
    position: relative;
}

@media screen and (max-width: 1300.5px){
    .n_whatIcon img {
        width: 70px;
        height: 70px;
        object-fit: contain;
        transition: transform 0.6s ease;
        transform-style: preserve-3d;
    }
    
    .n_whatTitle {
        font-size: 17px;
        font-weight: 900;
        color: #51504f;
        margin-top: 0.5vw;
        transition: all 0.35s ease;
        position: relative;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_what {
        padding: 0vw 6vw 6vw 6vw;
        position: relative;
        z-index: 2;
    }
    
    .n_whatTitle {
        font-size: 15px;
        font-weight: 900;
        color: #51504f;
        margin-top: 0.5vw;
        transition: all 0.35s ease;
        position: relative;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_what {
        padding: 3vw 5vw 7vw 5vw;
        position: relative;
        z-index: 2;
    }
    
    .n_whatBox {
        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_whatIcon img {
        width: 50px;
        height: 50px;
        object-fit: contain;
        transition: transform 0.6s ease;
        transform-style: preserve-3d;
    }
    
    .n_whatTitle {
        font-size: 15px;
        font-weight: 900;
        color: #51504f;
        margin-top: 0vw;
        margin-bottom: 0vw !important;
        transition: all 0.35s ease;
        position: relative;
    }
}

@media screen and (max-width: 360.5px) {
    .n_whatTitle {
        font-size: 13px;
        font-weight: 900;
        color: #51504f;
        margin-top: 0vw;
        margin-bottom: 0vw !important;
        transition: all 0.35s ease;
        position: relative;
    }
    
    .n_whatIcon 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/1779949887latest_news_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hp_news {
    padding: 6.5vw 10.5vw 1vw 10.5vw;
    position: relative;
    z-index: 2;
}

.hp_news .title_small {
    font-size: 16px;
    font-weight: 500;
    color: #001a5f;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 1vw;
}

.hp_news .title_big {
    font-size: 35px;
    font-weight: 800;
    color: #001a5f;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 2vw;
}

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

/*news*/

#main_index .hp_latest_new_9 {
    margin-top: 10px;
    padding: 0vw 10vw 2.5vw 10vw;
}

#main_index .hp_latest_new_9 .news-wrap {
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 15px #dbdada;
}

#main_index .hp_latest_new_9 .badge {
    border-radius: 25px;
}

#main_index .hp_latest_new_9 .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 45%;
    max-width: 45%;
}

#main_index .hp_latest_new_9 .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 55%;
    max-width: 55%;
}

#main_index .hp_latest_new_9 .read_more {
    font-size: 14px;
    font-weight: 600;
    color: #001a5f;
    background-color: transparent;
    border: 2px solid #001a5f;
    width: 18%;
    padding: 5px 10px;
    text-align: center;
}

@media screen and (max-width: 1300.5px){
    .hp_news .title_big {
        font-size: 28px;
        font-weight: 800;
        color: #001a5f;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 2vw;
    }
    
    #main_index .hp_latest_new_9 .read_more {
        font-size: 14px;
        font-weight: 600;
        color: #001a5f;
        background-color: transparent;
        border: 2px solid #001a5f;
        width: 24%;
        padding: 5px 10px;
        text-align: center;
    }
}

@media screen and (max-width: 1200.5px){
    #main_index .hp_latest_new_9 .read_more {
        font-size: 14px;
        font-weight: 600;
        color: #001a5f;
        background-color: transparent;
        border: 2px solid #001a5f;
        width: 30%;
        padding: 5px 10px;
        text-align: center;
    }
}

@media screen and (max-width: 992.5px){
    #main_index .hp_latest_new_9 .read_more {
        font-size: 14px;
        font-weight: 600;
        color: #001a5f;
        background-color: transparent;
        border: 2px solid #001a5f;
        width: 40%;
        padding: 5px 10px;
        text-align: center;
    }
}

@media screen and (max-width: 767.5px){
    .hp_news {
        padding: 6vw 5vw 1vw 5vw;
        position: relative;
        z-index: 2;
    }
    
    .hp_news .hp_keyword {
        font-size: 15px;
        font-weight: 400;
        color: #555;
        line-height: 1.6;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
        padding: 0vw 0vw 2vw 0vw;
    }
    
    #main_index .hp_latest_new_9 {
        margin-top: 10px;
        padding: 0vw 8vw 0vw 8vw;
    }
    
    #main_index .hp_latest_new_9 .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    #main_index .hp_latest_new_9 .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 360.5px) {
    #main_index .hp_latest_new_9 .read_more {
        font-size: 14px;
        font-weight: 600;
        color: #001a5f;
        background-color: transparent;
        border: 2px solid #001a5f;
        width: 40%;
        padding: 5px 10px;
        text-align: center;
    }
}

/*hp_contact*/

.hp_contact {
    padding: 12vw 5vw 12vw 5vw;
    position: relative;
    z-index: 2;
    background-image: url(https://cdn1.npcdn.net/img/1779941062contact_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hp_contact .title_small {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 1vw;
}

.hp_contact .title_big {
    font-size: 35px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 1vw;
}

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

.hp_contact .contact_button {
    display: flex;
    justify-content: center;
}

.n_contactViewMore {
    font-size: 12px;
    font-weight: 200;
    color: #fff;
    /*background-color: transparent;*/
    background: linear-gradient(to right, #1c75bc 0%, #0052cc 0%, #003b8e 20%, #001a5f 75%, #000f47 100%);
    border-radius: 25px;
    text-align: center;
    padding: 1%;
    height: 2.2vw;
    width: 7.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 1.5vw;
}

.n_contactViewMore:hover {
    color: #fff;
    background-color: #000;
    background: #000;
    /*border: 1px solid #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: 10px !important;
    margin-right: -13px;
    width: 25px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_contactViewMore:hover img.arrow-icon {
    transform: rotate(-90deg);
}

@media screen and (max-width: 1300.5px){
    .hp_contact .title_big {
        font-size: 28px;
        font-weight: 800;
        color: #fff;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 1vw;
    }
    
    .n_contactViewMore {
        font-size: 12px;
        font-weight: 200;
        color: #fff;
        /*background-color: transparent;*/
        background: linear-gradient(to right, #1c75bc 0%, #0052cc 0%, #003b8e 20%, #001a5f 75%, #000f47 100%);
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 3.2vw;
        width: 9.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1.5vw;
    }
}

@media screen and (max-width: 1200.5px){
    .n_contactViewMore {
        font-size: 12px;
        font-weight: 200;
        color: #fff;
        /*background-color: transparent;*/
        background: linear-gradient(to right, #1c75bc 0%, #0052cc 0%, #003b8e 20%, #001a5f 75%, #000f47 100%);
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 3.2vw;
        width: 12.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1.5vw;
    }
}

@media screen and (max-width: 992.5px){
    .n_contactViewMore {
        font-size: 12px;
        font-weight: 200;
        color: #fff;
        /* background-color: transparent; */
        background: linear-gradient(to right, #1c75bc 0%, #0052cc 0%, #003b8e 20%, #001a5f 75%, #000f47 100%);
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 4.2vw;
        width: 15.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1.5vw;
    }
    
    .hp_contact .hp_keyword br {
        display: none;
    }
}

@media screen and (max-width: 767.5px){
    .hp_contact {
        padding: 6vw 5vw 6vw 5vw;
        position: relative;
        z-index: 2;
        background-image: url(https://cdn1.npcdn.net/img/1779941062contact_bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .hp_contact .hp_keyword {
        font-size: 15px;
        font-weight: 300;
        color: #fff;
        line-height: 1.6;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
    
    .hp_contact .hp_keyword br {
        display: none;
    }
    
    .n_contactViewMore {
        font-size: 12px;
        font-weight: 200;
        color: #fff;
        /*background-color: transparent;*/
        background: linear-gradient(to right, #1c75bc 0%, #0052cc 0%, #003b8e 20%, #001a5f 75%, #000f47 100%);
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 8vw;
        width: 28vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 3vw;
    }
}

@media screen and (max-width: 767.5px) {
    .n_contactViewMore {
        font-size: 12px;
        font-weight: 200;
        color: #fff;
        /* background-color: transparent; */
        background: linear-gradient(to right, #1c75bc 0%, #0052cc 0%, #003b8e 20%, #001a5f 75%, #000f47 100%);
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 9vw;
        width: 32vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 3vw;
    }
}

/*footer*/

.footer_type9 {
    color: #fff;
    background-color: #062e73;
    padding-top: 5rem !important;
    overflow: hidden !important;
    /*background: linear-gradient(to top, #1c75bc 0%, #0052cc 0%, #003b8e 0%, #001a5f 55%, #000f47 100%);*/
}

.footer_type9 .bg_dark {
    background-color: #062e73;
}

.footer_type9 .logo img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    width: auto;
    max-height: 80px;
    filter: brightness(0) invert(1);
}

.footer_type9 .text {
    color: #fff !important;
    font-size: 16px;
}

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

.footer_type9 .nav_item li a::after {
    content: '/';
    position: absolute;
    padding: 0 15px;
    right: 0;
    top: 0;
    color: #fff;
}

.footer_type9 .social_media a .icon_s {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 25px;
    border: 1px solid #fff;
    background-color: #fff;
    width: 35px;
    height: 35px;
}

.footer_type9 .social_media a .icon_s i {
    color: #001a5f;
}

.footer_type9 .sub_title p {
    font-size: 1.2rem;
    font-weight: 700;
    align-self: end;
    margin-bottom: 0;
    text-transform: uppercase;
}

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

.footer_type9 .row .col-md-6:first-child{
    flex: 0 0 70%;
    max-width: 70%;
}

.footer_type9 .row .col-md-6:last-child{
    flex: 0 0 30%;
    max-width: 30%;
}

.footer_type9 .logo img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    width: auto;
    max-height: 100px;
    filter: brightness(0) invert(1);
}

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

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

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

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

@media screen and (max-width: 992.5px){
    .footer_type9 .row .col-md-6:first-child{
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .footer_type9 .row .col-md-6:last-child{
        flex: 0 0 100%;
        max-width: 100%;
    }
}

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

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

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