a {
    text-decoration: none !important;
}

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

/*navbar*/

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

#main_index .navbar_type8 {
    background: transparent;
}

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

.navbar_type8 .logo {
    flex: 0 1 20%;
    margin-left: 8.5vw;
}

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

.navbar_type8 .nav_tab {
    justify-content: flex-end;
    padding-left: 15px;
    padding-right: 5vw;
    flex-wrap: nowrap;
}

.navbar_type8 .nav_tab .nav_item a {
    font-size: 1vw;
    font-weight: 400;
    color: #fff;
    padding: 15px 1.1vw;
    text-transform: uppercase;
}

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

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

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

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

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

@media screen and (max-width: 1300.5px){
    .navbar_type8 {
        height: 100px;
        margin-top: 0px;
        background: #000;
    }
    
    .navbar_type8 .logo img {
        width: 100% !important;
        padding: 5px;
        object-fit: contain;
    }
}

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

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

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

/*hp_banner*/

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

.hp_banner {
    position: absolute;
    top: 33vw;
    right: 8vw;
    width: 53%;
    text-align: right;
}

.hp_banner_title {
    font-size: 42px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 1vw;
    line-height: 1.2;
    position: relative;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
}

.hp_banner_subtitle {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0vw;
    line-height: 1.8;
    position: relative;
    letter-spacing: 3px;
    padding-left: 50px; 
}

.hp_banner_subtitle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 44%;
    height: 1px;
    background-color: #fff;
}

.n_bannerInnerGroup {
    position: absolute;
    top: 52vw;
    left: 45.5vw;
    transform: translate(-20%, -50%);
    width: 80%;
}

.n_bannerImg {
    position: absolute;
    width: 6.5%;
    bottom: 1vw;
    left: 73%;
    transform: translate(-50%, 0%);
    z-index: 0;
    overflow: hidden !important;
    background-color: #0020c0;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    transition: transform 0.3s ease;
}

.n_bannerImg:hover {
    transform: translate(-50%, 0%) rotate(15deg);
}

.hp_banner_word {
    position: absolute;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    height: 20rem;
    top: -5rem;
    bottom: 0;
    right: 2.5%;
    margin: auto 0;
    z-index: 0;
    letter-spacing: 3px;
}

.hp_banner_word span{
    position:relative;
}

.hp_banner_word span::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 14rem;
    background-color: #fff;
    top: -15rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.hp_banner_word span::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 14rem;
    background-color: #fff;
    bottom: -15rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media screen and (max-width: 1300.5px){
    .index_wrapper_2 {
        margin-top: -100px;
    }
    
    .hp_banner_title {
        font-size: 30px;
        font-weight: 800;
        color: #fff;
        margin-bottom: 1vw;
        line-height: 1.2;
        position: relative;
        text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
    }
    
    .hp_banner {
        position: absolute;
        top: 33vw;
        right: 3.5vw;
        width: 53%;
        text-align: right;
    }
    
    .hp_banner_subtitle {
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 0vw;
        line-height: 1.8;
        position: relative;
        letter-spacing: 1px;
        padding-left: 50px;
    }
    
    .n_bannerImg {
        position: absolute;
        width: 6.5%;
        bottom: 1vw;
        left: 73%;
        transform: translate(-50%, 0%);
        z-index: 0;
        overflow: hidden !important;
        background-color: #0020c0;
        border-radius: 50%;
        aspect-ratio: 1 / 1;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_banner_word {
        position: absolute;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        transform: rotate(180deg);
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        height: 20rem;
        top: -5rem;
        bottom: 0;
        right: 2.5%;
        margin: auto 0;
        z-index: 0;
        letter-spacing: 2px;
    }
    
    .hp_banner {
        position: absolute;
        top: 33vw;
        right: 3.5vw;
        width: 63%;
        text-align: right;
    }
    
    .n_bannerImg {
        position: absolute;
        width: 6.5%;
        bottom: 1vw;
        left: 73%;
        transform: translate(-50%, 0%);
        z-index: 0;
        overflow: hidden !important;
        background-color: #0020c0;
        border-radius: 50%;
        aspect-ratio: 1 / 1;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 16px;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_banner_word {
        position: absolute;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        transform: rotate(180deg);
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        height: 20rem;
        top: -5rem;
        bottom: 0;
        right: 2.5%;
        margin: auto 0;
        z-index: 0;
        letter-spacing: 0px;
    }
    
    .hp_banner {
        position: absolute;
        top: 37vw;
        right: 7vw;
        width: 85%;
        text-align: right;
    }
    
    .hp_banner_title {
        font-size: 18px;
        font-weight: 800;
        color: #fff;
        margin-bottom: 1vw;
        line-height: 1.2;
        position: relative;
        text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
    }
    
    .hp_banner_subtitle {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 0vw;
        line-height: 1.8;
        position: relative;
        letter-spacing: 0px;
        padding-left: 50px;
    }
    
    .hp_banner_subtitle::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 24%;
        height: 1px;
        background-color: #fff;
    }
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 67vw;
        left: 41.5vw;
        transform: translate(-20%, -50%);
        width: 80%;
    }
    
    .n_bannerImg {
        position: absolute;
        width: 10%;
        bottom: 1vw;
        left: 73%;
        transform: translate(-50%, 0%);
        z-index: 0;
        overflow: hidden !important;
        background-color: #0020c0;
        border-radius: 50%;
        aspect-ratio: 1 / 1;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 9px;
    }
    
    .hp_banner_word {
        position: absolute;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        transform: rotate(180deg);
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        height: 13rem;
        top: -5rem;
        bottom: 0;
        right: 2.5%;
        margin: auto 0;
        z-index: 0;
        letter-spacing: 0px;
    }
    
    .hp_banner_word span::before {
        content: "";
        position: absolute;
        width: 1px;
        height: 12rem;
        background-color: #fff;
        top: -13rem;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    
    .hp_banner_word span::after {
        content: "";
        position: absolute;
        width: 1px;
        height: 12rem;
        background-color: #fff;
        bottom: -13rem;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

@media screen and (max-width: 426px) {
    .hp_banner_title {
        font-size: 16px;
        font-weight: 800;
        color: #fff;
        margin-bottom: 1vw;
        line-height: 1.2;
        position: relative;
        text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
    }
    
    .hp_banner_subtitle {
        font-size: 12px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 0vw;
        line-height: 1.8;
        position: relative;
        letter-spacing: 0px;
        padding-left: 50px;
    }
    
    .hp_banner {
        position: absolute;
        top: 37vw;
        right: 10vw;
        width: 85%;
        text-align: right;
    }
    
    .n_bannerImg {
        position: absolute;
        width: 10%;
        bottom: 1vw;
        left: 73%;
        transform: translate(-50%, 0%);
        z-index: 0;
        overflow: hidden !important;
        background-color: #0020c0;
        border-radius: 50%;
        aspect-ratio: 1 / 1;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 7px;
    }
}

/*hp_about*/

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

.hp_about .title_small {
    font-size: 17px;
    font-weight: 700;
    /* margin-bottom: 15px; */
    color: #333;
    margin-bottom: 15px;
}

.hp_about .title_small::after {
    content: '';
    display: inline-block;
    background: #0020c0;
    height: 2px;
    width: 50px;
    margin-left: 10px;
}

.hp_about .title_big {
    font-size: 31.5px;
    font-weight: 800;
    color: #0020c0;
    margin-bottom: 0px;
}

.about_content {
    margin: 35px 0;
    column-count: 2;
    column-gap: 40px;
}

.hp_about .content_text {
    font-size: 17px;
    font-weight: 500;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
    padding: 0vw 4vw 0vw 0vw;
}

.hp_about .content_text strong {
    font-weight: 800;
}

.about_imgGroup{
    display: block;
    flex-wrap: wrap;
    justify-content: right;
    width:100%;
    margin-left:auto;
}

.about_img {
    width: 103%;
    max-width: 150%;
    margin-top: 1vw;
    margin-left: -1vw;
}

.n_aboutInnerGroup {
    position: absolute;
    top: 29vw;
    left: -4.5vw;
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 2;
}

.n_aboutImg {
    position: absolute;
    width: 6.5%;
    bottom: 1vw;
    left: 73%;
    transform: translate(-50%, 0%);
    z-index: 0;
    overflow: hidden !important;
    background-color: #0020c0;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    transition: transform 0.3s ease;
}

.n_aboutImg:hover {
    transform: translate(-50%, 0%) rotate(15deg);
}

@media screen and (max-width: 1300.5px){
    .n_aboutInnerGroup {
        position: absolute;
        top: 31vw;
        left: -4.5vw;
        transform: translate(-50%, -50%);
        width: 80%;
        z-index: 2;
    }
    
    .hp_about .title_big {
        font-size: 25px;
        font-weight: 800;
        color: #0020c0;
        margin-bottom: 0px;
    }
    
    .hp_about .title_small {
        font-size: 15px;
        font-weight: 700;
        /* margin-bottom: 15px; */
        color: #333;
        margin-bottom: 15px;
    }
    
    .hp_about .content_text {
        font-size: 15px;
        font-weight: 500;
        color: #666;
        line-height: 1.6;
        margin-bottom: 0;
        padding: 0vw 0vw 0vw 0vw;
    }
}

@media screen and (max-width: 1200.5px){
    .n_aboutImg {
        position: absolute;
        width: 6.5%;
        bottom: 1vw;
        left: 73%;
        transform: translate(-50%, 0%);
        z-index: 0;
        overflow: hidden !important;
        background-color: #0020c0;
        border-radius: 50%;
        aspect-ratio: 1 / 1;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 16px;
        transition: transform 0.3s ease;
    }
    
    .n_aboutImg img {
        width: 100%;
    }
    
    .n_aboutInnerGroup {
        position: absolute;
        top: 38vw;
        left: -4.5vw;
        transform: translate(-50%, -50%);
        width: 80%;
        z-index: 2;
    }
    
    .about_content {
        margin: 35px 0;
        column-count: 1;
        column-gap: 40px;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_about {
        padding: 5vw 5vw 3vw 5vw;
        position: relative;
        z-index: 2;
    }
    
    .hp_about .title_small {
        font-size: 15px;
        font-weight: 700;
        /* margin-bottom: 15px; */
        color: #333;
        margin-bottom: 5px;
    }
    
    .about_content {
        margin: 10px 0;
        column-count: 1;
        column-gap: 40px;
    }
    
    .about_img {
        width: 100%;
        max-width: 150%;
        margin-top: 1vw;
        margin-left: 0vw;
    }
    
    .n_aboutInnerGroup {
        position: absolute;
        top: 108vw;
        left: -5vw;
        transform: translate(-50%, -50%);
        width: 80%;
        z-index: 2;
    }
    
    .n_aboutImg {
        position: absolute;
        width: 10%;
        bottom: 1vw;
        left: 73%;
        transform: translate(-50%, 0%);
        z-index: 0;
        overflow: hidden !important;
        background-color: #0020c0;
        border-radius: 50%;
        aspect-ratio: 1 / 1;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 9px;
        transition: transform 0.3s ease;
    }
}

@media screen and (max-width: 426px) {
    .n_aboutInnerGroup {
        position: absolute;
        top: 147vw;
        left: -5vw;
        transform: translate(-50%, -50%);
        width: 80%;
        z-index: 2;
    }
}

/*hp_products*/

.hp_products {
    padding: 0.5vw 10vw 6vw 10vw;
    position: relative;
    z-index: 2;
}

.hp_products .title_small {
    font-size: 17px;
    font-weight: 700;
    /* margin-bottom: 15px; */
    color: #333;
    margin-bottom: 15px;
}

.hp_products .title_small::after {
    content: '';
    display: inline-block;
    background: #0020c0;
    height: 2px;
    width: 50px;
    margin-left: 10px;
}

.hp_products .title_big {
    font-size: 29px;
    font-weight: 800;
    color: #0020c0;
    margin-bottom: 0px;
}

.hp_products .content_text {
    font-size: 17px;
    font-weight: 500;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

.products_content{
    margin:35px 0;
}

.products_box{
    position:relative;
    overflow:hidden;
}

.products_boxText {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    padding: 35px;
    width: 100%;
}

.products_boxText h3{
    color:#fff;
    font-size: 28px;
    font-weight: 700;
    transition: linear .3s;
}

.products_boxImg{
    transition: linear .3s;
    filter:brightness(1);
}

.products_box:hover .products_boxImg{
    transform:scale(1.05);
    cursor:pointer;
    filter:brightness(1);
}

.products_box .btn_more{
    border:none;
    background:transparent;
    color:#ffffff;
    font-size:14px;
    font-weight:400;
    transition: linear .3s;
    margin-top:20px;
    padding:0 0 5px 0;
    border-bottom:2px solid #0020c0;
}

.products_box .btn_more:hover{
    margin-left:20px;
    color:#0020c0;
}

.box_mt{
    margin-top:25px;
}

@media screen and (max-width: 1300.5px){
    .hp_products .title_big {
        font-size: 25px;
        font-weight: 800;
        color: #0020c0;
        margin-bottom: 0px;
    }
    
    .hp_products .title_small {
        font-size: 15px;
        font-weight: 700;
        /* margin-bottom: 15px; */
        color: #333;
        margin-bottom: 15px;
    }
    
    .hp_products .content_text {
        font-size: 15px;
        font-weight: 500;
        color: #666;
        line-height: 1.6;
        margin-bottom: 0;
    }
    
    .products_boxText h3 {
        color: #fff;
        font-size: 22px;
        font-weight: 700;
        transition: linear .3s;
    }
}

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

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

@media screen and (max-width: 767.5px){
    .hp_products {
        padding: 3vw 5vw 7vw 5vw;
        position: relative;
        z-index: 2;
    }
    
    .hp_products .title_small {
        font-size: 15px;
        font-weight: 700;
        /* margin-bottom: 15px; */
        color: #333;
        margin-bottom: 10px;
    }
    
    .products_content {
        margin: 10px 0px 0px 0px;
        margin-bottom: 0vw;
    }
    
    .products_boxText h3 {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        transition: linear .3s;
    }
    
    .products_boxText {
        position: absolute;
        z-index: 2;
        bottom: 0;
        left: 0;
        padding: 20px;
        width: 100%;
    }
    
    .box_mt2 {
        margin-top:25px;
    }
}

/*hp_why*/

.hp_why {
    padding: 4vw 5vw 3vw 10vw;
    position: relative;
}

.hp_why::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 86%;
    background-image: url(https://cdn1.npcdn.net/img/1772425072why-choose-us_bg_blue.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hp_why_box {
    padding: 1.5vw 0vw 0vw 0vw;
}

.hp_why .hp_big_title {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    line-height: 1.1;
    position: relative;
    margin-bottom: 0vw;
}

.hp_why .hp_keyword {
    font-size: 31px;
    font-weight: 700;
    color: #fff;
    margin-top: 1vw;
    margin-bottom: 3.5vw;
    line-height: 1.4;
}

.hp_why_img {
    width: 123%;
    max-width: 150%;
    margin-left: -11vw;
}

.whyBorder {
    padding: 10px 0px;
}

.n_whyBox2 {
    display: flex;
    align-items: flex-start;
    /* justify-content: center; */
    transition: transform 0.3s ease;
    gap: 10px;
}

.rowWhy {
    padding: 0vw 0vw 0vw 1.5vw;
}

.n_whyIcon {
    margin-bottom: 0px;
}

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

.n_whyTitle {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    width: 100%;
    position: relative; 
    display: inline-block; 
}

.n_whyTitle::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -17px;
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.n_whyText {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    line-height: 1.6;
    margin-top: 2vw;
}

.n_whyInnerGroup {
    position: absolute;
    top: 50.5vw;
    right: 4.5vw;
    transform: translateX(50%);
    width: 80%;
    z-index: 2;
}

.n_whyContent2 {
    display: flex;
    align-items: flex-end;
    gap: 2vw;
}

.n_whyImg {
    width: 6.5%;
    aspect-ratio: 1 / 1;
    background-color: #0020c0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    z-index: 1;
    transition: transform 0.3s ease;
}

.n_whyImg:hover {
    transform: rotate(15deg);
}

.hp_why .hp_keyword2 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin: 0;
    line-height: 1.4;
    z-index: 2;
    margin-bottom: 0.5vw;
}

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

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

@media screen and (max-width: 1300.5px){
    .hp_why br {
        display: none;
    }
    
    .hp_why .hp_keyword {
        font-size: 25px;
        font-weight: 700;
        color: #fff;
        margin-top: 1vw;
        margin-bottom: 3.5vw;
        line-height: 1.4;
    }
    
    .n_whyText {
        font-size: 13px;
        font-weight: 300;
        color: #fff;
        line-height: 1.6;
        margin-top: 2vw;
    }
    
    .n_whyTitle {
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        width: 100%;
        position: relative;
        display: inline-block;
    }
    
    .n_whyInnerGroup {
        position: absolute;
        top: 50.5vw;
        right: -5vw;
        transform: translateX(50%);
        width: 100%;
        z-index: 2;
    }
    
    .n_whyImg {
        width: 5%;
        height: auto;
        aspect-ratio: 1 / 1;
        background-color: #0020c0;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 13px;
        z-index: 1;
        transition: transform 0.3s ease;
    }
    
    .hp_why .hp_keyword2 {
        font-size: 18px;
        font-weight: 700;
        color: #000;
        margin: 0;
        line-height: 1.4;
        z-index: 2;
        margin-bottom: 0vw;
    }
}

@media screen and (max-width: 1200.5px){
    .n_whyImg {
        width: 5%;
        height: auto;
        aspect-ratio: 1 / 1;
        background-color: #0020c0;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 14px;
        z-index: 1;
        transition: transform 0.3s ease;
    }
    
    .n_whyImg img {
        width: 100%;
    }
    
    .hp_why .hp_keyword {
        font-size: 23px;
        font-weight: 700;
        color: #fff;
        margin-top: 1vw;
        margin-bottom: 3.5vw;
        line-height: 1.4;
    }
    
    .n_whyTitle {
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        width: 100%;
        position: relative;
        display: inline-block;
    }
    
    .n_whyText {
        font-size: 10px;
        font-weight: 300;
        color: #fff;
        line-height: 1.6;
        margin-top: 2vw;
    }
    
    .hp_why .hp_keyword2 {
        font-size: 16px;
        font-weight: 700;
        color: #000;
        margin: 0;
        line-height: 1.4;
        z-index: 2;
        margin-bottom: 0vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_why {
        padding: 6vw 5vw 3vw 5vw;
        position: relative;
    }
    
    .hp_why .hp_keyword {
        font-size: 23px;
        font-weight: 700;
        color: #fff;
        margin-top: 2vw;
        margin-bottom: 5vw;
        line-height: 1.4;
    }
    
    .hp_why_img {
        width: 100%;
        max-width: 150%;
        margin-left: 0vw;
    }
    
    .n_whyText {
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        line-height: 1.6;
        margin-top: 4vw;
    }
    
    .rowWhy {
        padding: 1vw 2vw 0vw 2vw;
    }
    
    .n_whyInnerGroup {
        position: relative;
        top: 3vw;
        right: 0vw;
        transform: translateX(0%);
        width: 100%;
        z-index: 2;
    }
    
    .hp_why::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 95%;
        background-image: url(https://cdn1.npcdn.net/img/1772425072why-choose-us_bg_blue.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    .n_whyImg {
        width: 9%;
        height: auto;
        aspect-ratio: 1 / 1;
        background-color: #0020c0;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 9px;
        z-index: 1;
        transition: transform 0.3s ease;
    }
    
    .hp_why .hp_keyword2 {
        font-size: 15px;
        font-weight: 700;
        color: #000;
        margin: 0;
        line-height: 1.4;
        z-index: 2;
        margin-bottom: 0vw;
    }
    
    .n_whyContent2 {
        display: flex;
        align-items: center;
        gap: 2vw;
    }
}

@media screen and (max-width: 426px) {
    .hp_why .hp_keyword2 {
        font-size: 12px;
        font-weight: 700;
        color: #000;
        margin: 0;
        line-height: 1.4;
        z-index: 2;
        margin-bottom: 0vw;
    }
    
    .n_whyImg {
        width: 9%;
        height: 9%;
        aspect-ratio: 1 / 1;
        background-color: #0020c0;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 9px;
        z-index: 1;
        transition: transform 0.3s ease;
    }
    
    .n_whyText {
        font-size: 13px;
        font-weight: 300;
        color: #fff;
        line-height: 1.6;
        margin-top: 4vw;
    }
    
    .hp_why::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 96%;
        background-image: url(https://cdn1.npcdn.net/img/1772425072why-choose-us_bg_blue.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}

/*hp_gallery*/

.hp_gallery {
    padding: 2vw 5vw 2.5vw 5vw;
    position: relative;
    z-index: 2;
}

.hp_gallery .title_small {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #666;
    margin-bottom: 10px;
}

.hp_gallery .title_big {
    font-size: 31px;
    font-weight: 800;
    color: #000;
    margin-bottom: 0px;
}

/*gallery*/

#main_index .hp_photoGallerySlider_type3 {
    background-color: transparent;
    padding: 0vw 0vw 0vw 0vw;
}

#main_index .hp_photoGallerySlider_type3 .slick-dots {
    position: relative;
    display: none !important;
}

#main_index .hp_photoGallerySlider_type3 .col-12 {
    padding: 0px;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 {
    padding: 0px;
}

#main_index .hp_photoGallerySlider_type3 .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    padding: 0px;
    transition: all 0.7s;
    border-radius: 0px;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    overflow: hidden;
    background-color: transparent;
    border-radius: 0px;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    width: 100%;
    padding: 0px;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev:before {
    content: '';
    background-image: url();
    width: 60px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -999px;
    display: inline-block;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next:before {
    content: '';
    background-image: url();
    width: 60PX;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -999px;
    display: inline-block;
    filter: none !important;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
    z-index: 1;
    left: -1vw !important;
    display: none !important;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
    right: 1vw !important;
    display: none !important;
}

@media screen and (max-width: 1300.5px){
    .hp_gallery .title_small {
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 15px;
        color: #666;
        margin-bottom: 10px;
    }
    
    .hp_gallery .title_big {
        font-size: 25px;
        font-weight: 800;
        color: #000;
        margin-bottom: 0px;
    }
}

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

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

@media screen and (max-width: 767.5px){
    .hp_gallery {
        padding: 6vw 5vw 5vw 5vw;
        position: relative;
        z-index: 2;
    }
}

/*hp_galleryBtn*/

.hp_galleryBtn {
    padding: 0vw 8vw 5vw 8vw;
    position: relative;
}

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

.n_galleryViewMore {
    font-size: 17px;
    font-weight: 800;
    color: #333;
    background: transparent;
    text-align: center;
    padding: 0%;
    /* height: 2.5vw; */
    /* width: 11vw; */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 1vw;
}

.n_galleryViewMore:hover {
    color: #333;
    background: transparent;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

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

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

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

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

.n_galleryViewMore img.arrow-icon {
    margin-left: 8px !important;
    width: 90px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

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

@media screen and (max-width: 1300.5px){
    .n_galleryViewMore {
        font-size: 15px;
        font-weight: 800;
        color: #333;
        background: transparent;
        text-align: center;
        padding: 0%;
        /* height: 2.5vw; */
        /* width: 11vw; */
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1vw;
    }
}

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

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

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

/*hp_contact*/

.hp_contact {
    padding: 4.5vw 0vw 0vw 15vw;
    position: relative;
    z-index: 2;
}

.hp_contact::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 78%;
    height: 100%;
    background-color: #0020c0;
    border-radius: 200px 0px 0px 200px;
}

.hp_contact::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 53%;
    background-color: transparent;
    background-image: url(https://cdn1.npcdn.net/img/1772423608footer_bg.jpg);
    background-size: cover;
    background-position: 100% -13%;
    background-repeat: no-repeat;
    background-color: #000;
    z-index: -1;
}

.contact_img {
    width: 145%;
    max-width: 150%;
    margin-top: -4.5vw;
    margin-left: -7vw;
}

.hp_contact .title_small {
    font-size: 17px;
    font-weight: 300;
    /* margin-bottom: 15px; */
    color: #fff;
    margin-bottom: 15px;
}

.hp_contact .title_small::after {
    content: '';
    display: inline-block;
    background: #fff;
    height: 2px;
    width: 50px;
    margin-left: 10px;
}

.hp_contact .title_big {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.hp_contact .content_text {
    font-size: 19px;
    font-weight: 300;
    color: #fff;
    line-height: 1.6;
    margin-top: 1vw;
}

.n_contactInnerGroup {
    position: absolute;
    top: 8vw;
    right: 5vw;
    /* transform: translate(-20%, -50%); */
    width: 100%;
}

.n_contactImg {
    position: absolute;
    width: 35%;
    bottom: 1vw;
    left: 73%;
    transform: translate(-50%, 0%);
    z-index: 0;
    overflow: hidden !important;
    background-color: #000;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    transition: transform 0.3s ease;
}

.n_contactImg:hover {
    transform: translate(-50%, 0%) rotate(15deg);
}

@media screen and (max-width: 1300.5px){
    .hp_contact .title_small {
        font-size: 15px;
        font-weight: 300;
        /* margin-bottom: 15px; */
        color: #fff;
        margin-bottom: 15px;
    }
    
    .hp_contact .title_big {
        font-size: 25px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 10px;
    }
    
    .hp_contact .content_text {
        font-size: 15px;
        font-weight: 300;
        color: #fff;
        line-height: 1.6;
        margin-top: 1vw;
    }
    
    .hp_contact::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 53%;
        background-color: transparent;
        background-image: url(https://cdn1.npcdn.net/img/1772423608footer_bg.jpg);
        background-size: cover;
        background-position: 100% -22%;
        background-repeat: no-repeat;
        background-color: #000;
        z-index: -1;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_contact .title_big {
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 10px;
    }
    
    .hp_contact .content_text {
        font-size: 13px;
        font-weight: 300;
        color: #fff;
        line-height: 1.6;
        margin-top: 1vw;
    }
    
    .hp_contact {
        padding: 3vw 0vw 1vw 15vw;
        position: relative;
        z-index: 2;
    }
    
    .hp_contact::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 53%;
        background-color: transparent;
        background-image: none;
        background-size: cover;
        background-position: 100% 96%;
        background-repeat: no-repeat;
        background-color: #000;
        z-index: -1;
    }
    
    .contact_img {
        width: 145%;
        max-width: 150%;
        margin-top: -2.5vw;
        margin-left: -7vw;
    }
    
    .n_contactImg {
        position: absolute;
        width: 35%;
        bottom: 1vw;
        left: 73%;
        transform: translate(-50%, 0%);
        z-index: 0;
        overflow: hidden !important;
        background-color: #000;
        border-radius: 50%;
        aspect-ratio: 1 / 1;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px;
        transition: transform 0.3s ease;
    }
    
    .n_contactImg img {
        width: 100%;
    }
}

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

@media screen and (max-width: 767.5px){
    .contact_img {
        width: 100%;
        max-width: 150%;
        margin-top: 0vw;
        margin-left: 0vw;
    }
    
    .hp_contact {
        padding: 3vw 5vw 5vw 5vw;
        position: relative;
        z-index: 2;
    }
    
    .hp_contact::before {
        content: "";
        position: absolute;
        left: 0;
        top: auto;
        bottom: 0;
        width: 100%;
        height: 80%;
        background-color: #0020c0;
        border-radius: 150px 150px 0px 0px;
    }
    
    .n_contactInnerGroup {
        position: relative;
        top: 0vw;
        right: auto;
        left: auto;
        /* transform: translate(-20%, -50%); */
        width: 100%;
    }
    
    .n_contactImg {
        position: relative;
        width: 10%;
        bottom: 0vw;
        left: 0%;
        transform: translate(0%, 0%);
        z-index: 0;
        overflow: hidden !important;
        background-color: #000;
        border-radius: 50%;
        aspect-ratio: 1 / 1;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 9px;
        transition: transform 0.3s ease;
    }
    
    .contact_title {
        margin-top: 4vw;
    }
}

/*footer*/

.footer {
    background-color: transparent;
    background-image: url(https://cdn1.npcdn.net/img/1772423608footer_bg.jpg);
    background-size: cover;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    color: white;
    overflow: hidden !important;
    padding-top: 2vw;
}

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

@media screen and (max-width: 1200.5px){
    .footer {
        background-color: transparent;
        background-image: url(https://cdn1.npcdn.net/img/1772423608footer_bg.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        color: white;
        overflow: hidden !important;
        padding-top: 2vw;
    }
}

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

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

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

