a {
    text-decoration: none !important;
}

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

/*top_spacing*/

#top_spacing {
    height:calc(80px + 50px)!important;
}

@media screen and (max-width: 991.5px) {
    #top_spacing {
        height:calc(80px + 0px)!important;
    }    
}

/*topspace navbar*/

.navbarWithEditor > .container:nth-child(1) {
    background-color:#fff;
    max-width:100%;
}

.navbarWithEditor > .container:nth-child(1) .row {
    align-items: center;
}

.navbarWithEditor .shopping {
    transform: translate(-160px, -67.5px);
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    right: 0;
}

.navbarWithEditor .sticky-top {
    position: fixed;
    width: 100%;
    height: 50px;
    margin-top: 80px;
    z-index: 200;
    background-color: transparent;
    border-top: 1px solid #000;
}

.navbarWithEditor .sticky-top .container {
    max-width:100%;
    padding:0 11%;
}

.navbarWithEditor .shopping i {
    color:#000;
}

.navbarWithEditor .nav_list {
    max-width: 100%;
    justify-content: center !important;
    width: 100%;
}

.navbarWithEditor .nav_list a {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    padding: 11px 2.5vw;
    margin-right: 0 !important;
    transition: all 0.35s ease-in-out;
}

.navbarWithEditor .nav_list a:hover {
    color: #fff;
}

#main_index .navbarWithEditor .nav_list a::after {
    content: "";
    position: absolute;
    left: 50%; 
    bottom: 0;
    height: 2px;                
    width: 0;                    
    background-color: #fff;  
    transform: translateX(-50%);
    transition: width 0.35s ease-in-out;
}

#main_index .navbarWithEditor .nav_list a:hover {
    color: #000;
}

#main_index .navbarWithEditor .nav_list a:hover::after {
    width: 40%;   
    display: none !important;
}

.navbarWithEditor .nav_list a::after {
    content: "";
    position: absolute;
    left: 50%; 
    bottom: 0;
    height: 2px;                
    width: 0;                    
    background-color: #000;  
    transform: translateX(-50%);
    transition: width 0.35s ease-in-out;
}

.navbarWithEditor .nav_list a:hover {
    color: #000;
}

.navbarWithEditor .nav_list a:hover::after {
    width: 40%;                
}

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

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

.navbarWithEditor .moveDown.search_area {
    background-color: #fff;
    border: 1px solid #333;
    padding: 0 15px;
}

.navbarWithEditor .search_area {
    background-color:#fff!important;
    top: -14px;
}

.navbarWithEditor .moveDown.search_area i {
    color:#000;
}

.navbarWithEditor .search_area input {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    caret-color:#000;
    color:#000;
    width:95%;
}

.hp_top_imagebox {
    padding: 0px;
    width: 80%;
    margin: 0 auto;
    display: flex;
    height: 80px;
    object-fit: contain;
    align-items: center;
}

.navbarWithEditor .shopping a:hover {
    color: #000;
}

.hp_top {
    position: fixed;
    padding: 0 9%;
    /* z-index: 10011; */
    z-index: 1001;
    width: 100%;
    background-color: transparent;
    height: 80px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    background-color: transparent;
}

.hp_top.scrolled {
    background-color: #ffffff; 
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.navbarWithEditor .sticky-top {
    background-color: transparent;
}

.navbarWithEditor .sticky-top.scrolled {
    background-color: #fff;
}

.hp_top_ul {
    list-style-type: none;
    margin:0;
    padding:0;
}

.hp_top_ul a {
    font-size: 14px;
    font-weight: 500;
    color: #444;
}

.hp_top_ul a:hover {
    color:#000;
}

.hp_top_ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.hp_top_ul li {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.hp_top_ul i {
    margin-right: 8px;
    font-size: 14px;
    min-width: 18px;
}

.hp_top_ul .fa-phone {
    color: #fc5e00;
    transform: scaleX(-1);
}

.hp_top_ul .fa-envelope {
    color: #fc5e00;
}

.hp_top_imagebox {
    text-align: center;
    display: flex;
    justify-content: center;
}

.hp_top_image {
    max-height: 48px; 
    width: auto;
    height: auto;
}

.navbarWithEditor .shopping{
    transform: translate(0, -4.5rem);
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    right: 0;
}

.navbarWithEditor .sticky-top{
    position:fixed;
    width:100%;
    height: 50px;
    margin-top: 80px;
    z-index: 500;
    border-top:1px solid #000;
}

.navbarWithEditor .sticky-top .container{
    max-width:100%;
    padding:0 9%;
}

.navbarWithEditor .shopping i{
    color:#000;
}

.navbarWithEditor .moveDown.search_area{
    background-color: #fff;
    border: 1px solid #333;
    padding: 0 15px;
}
.navbarWithEditor .search_area{
    background-color:#fff!important;
    top: -14px;
}
.navbarWithEditor .moveDown.search_area i{
    color:#000;
}
.navbarWithEditor .search_area input{
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    caret-color:#000;
    color:#000;
    width:95%;
}

.hp_top_imagebox{
    padding: 15px;
    width: 80%;
    margin: 0 auto;
    display: flex;
    height: 80px;
    object-fit: contain;
    align-items: center;
}

.hp_top{
    position: fixed;
    padding: 0 9%;
    z-index: 500;
    width: 100%;
    height:80px;
}
.hp_top_ul{
    list-style-type: none;
    margin:0;
    padding:0;
}

.navbarWithEditor .nav_list .dropdown_menu {
    position: absolute;
    top: calc(100% - 20px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    display: none;
    border-top: 20px solid transparent;
    overflow: hidden;
    height: 0;
    transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 1200.5px){
    .navbarWithEditor .nav_list a {
        font-size: 14px;
        font-weight: 500;
        color: #000;
        padding: 11px 1.5vw;
        margin-right: 0 !important;
        transition: all 0.35s ease-in-out;
    }
}

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

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

/*hp_banner*/

.index_wrapper_2 {
    margin-top: -130px;
    position: relative;
    z-index: 1;
}

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

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

.n_bannerGroup {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 1 !important;
}

.n_bannerInnerGroup {
    position: absolute;
    top: 34vw;
    right: 9vw;
    transform: translate(0%, -50%);
    width: 22%;
    text-align: left;
    z-index: 1;
}

.n_bannerTitle {
    font-size: 19px;
    font-weight: 300;
    color: #818286;
    line-height: 1.4;
    padding: 0vw 0.5vw 0vw 0vw;
}

.n_bannerViewMore {
    font-size: 17px;
    font-weight: 400;
    color: #818286;
    background-color: transparent;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    border-radius: 30px;
    margin-top: 1vw;
}

.n_bannerViewMore:hover {
    color: #818286;
    background-color: transparent;
    text-decoration: none;
}

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

.n_bannerViewMore img.arrow-icon {
    margin-left: 0px !important;
    width: 40px !important;
    height: auto !important;
    display: inline-block !important;
    animation: slideArrow 2.5s infinite ease-in-out;
    will-change: transform;
}

@keyframes slideArrow {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(5px);
    }
}

.n_bannerImg {
    position: absolute;
    width: 81%;
    top: 14.5vw;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 0;
}

.n_bannerImg2 {
    position: absolute;
    width: 31%;
    bottom: -12vw;
    left: 49%;
    transform: translate(-50%, 0%);
    z-index: 0;
}

.n_bannerImg3 {
    position: absolute;
    width: 20%;
    bottom: 5.5vw;
    left: 20%;
    transform: translate(-50%, 0%);
    z-index: 0;
}

.n_bannerInnerGroup2 {
    position: absolute;
    top: 33vw;
    left: 22vw;
    transform: translate(-50%, -50%);
    width: 24%;
    text-align: left;
}

.n_bannerTitle2 {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    font-weight: 400;
    color: #818286;
    line-height: 1.2;
}

.n_bannerTitle2 span {
    font-size: 38px;
    font-weight: 600;
    font-style: italic;
    color: #818286;
    line-height: 1.2;
}

@media screen and (max-width: 1300.5px){
    .n_bannerTitle2 {
        font-family: 'Playfair Display', serif;
        font-size: 30px;
        font-weight: 400;
        color: #818286;
        line-height: 1.2;
    }
    
    .n_bannerTitle2 span {
        font-size: 30px;
        font-weight: 600;
        font-style: italic;
        color: #818286;
        line-height: 1.2;
    }
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 34vw;
        right: 9vw;
        transform: translate(0%, -50%);
        width: 25%;
        text-align: left;
        z-index: 1;
    }
    
    .n_bannerTitle {
        font-size: 16px;
        font-weight: 300;
        color: #818286;
        line-height: 1.4;
        padding: 0vw 0.5vw 0vw 0vw;
    }
    
    .n_bannerViewMore {
        font-size: 15px;
        font-weight: 400;
        color: #818286;
        background-color: transparent;
        text-align: center;
        display: flex;
        align-items: center;
        /*justify-content: center;*/
        transition: 0.25s all linear;
        border-radius: 30px;
        margin-top: 1vw;
    }
}

@media screen and (max-width: 1200.5px){
    .n_bannerInnerGroup2 {
        position: absolute;
        top: 33vw;
        left: 22vw;
        transform: translate(-50%, -50%);
        width: 27%;
        text-align: left;
    }
    
    .n_bannerImg3 {
        position: absolute;
        width: 13%;
        bottom: 5.5vw;
        left: 15.5%;
        transform: translate(-50%, 0%);
        z-index: 0;
    }
}

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

@media screen and (max-width: 767.5px){
    .n_bannerTitle2 {
        font-family: 'Playfair Display', serif;
        font-size: 25px;
        font-weight: 400;
        color: #818286;
        line-height: 1.2;
    }
    
    .n_bannerTitle2 span {
        font-size: 25px;
        font-weight: 600;
        font-style: italic;
        color: #818286;
        line-height: 1.2;
    }
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 15vw;
        right: 6vw;
        transform: translate(0%, -50%);
        width: 85%;
        text-align: left;
        z-index: 1;
    }
    
    .n_bannerInnerGroup2 {
        position: absolute;
        top: 34vw;
        left: 52vw;
        transform: translate(-50%, -50%);
        width: 85%;
        text-align: left;
    }
    
    .n_bannerTitle2 {
        font-family: 'Playfair Display', serif;
        font-size: 22px;
        font-weight: 400;
        color: #818286;
        line-height: 1.2;
    }
    
    .n_bannerImg3 {
        position: absolute;
        width: 29%;
        bottom: 37.5vw;
        left: 24.5%;
        transform: translate(-50%, 0%);
        z-index: 0;
    }
    
    .n_bannerImg {
        position: absolute;
        width: 81%;
        top: 53.5vw;
        left: 50%;
        transform: translate(-50%, 0%);
        z-index: 0;
    }
    
    .n_bannerImg2 {
        position: absolute;
        width: 29%;
        bottom: -12vw;
        left: 49%;
        transform: translate(-50%, 0%);
        z-index: 0;
    }
    
    .n_bannerViewMore {
        font-size: 15px;
        font-weight: 400;
        color: #818286;
        background-color: transparent;
        text-align: center;
        display: flex;
        align-items: center;
        /* justify-content: center; */
        transition: 0.25s all linear;
        border-radius: 30px;
        margin-top: 0vw;
    }
}

/*hp_wording*/

.hp_wording {
    padding: 0.5vw 0vw 0.5vw 0vw;
    position: relative;
    z-index: 0;
    border-bottom: 1px solid #9ea3a8;
}

.sec3_bottom_box {
    margin-top: 25px;
}

.imageMarquee {
    height: 50px;
    background-image: url('https://cdn1.npcdn.net/img/1780393375B_Words.png');
    background-repeat: repeat-x;
    background-size: auto 65%;
    animation: imageMovement 40s linear infinite;
}

@keyframes imageMovement {
    100% {
        background-position-x: -5976px;
    }
}

@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_wording {
        padding: 0vw 0vw 0.5vw 0vw;
        position: relative;
        z-index: 0;
        border-bottom: 1px solid #9ea3a8;
    }
}

/*hp_about*/

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

.hp_about {
    padding: 5.5vw 0vw 3vw 0vw;
    position: relative;
}

.hp_about .dashed-line {
    position: relative;
}

.hp_about .dashed-line::before {
    content: "";
    position: absolute;
    top: -75px;
    left: -19px;
    height: 130%;
    width: 1px;
    background: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18) 6px, transparent 6px, transparent 14px);
}

.hp_about .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 28%;
    max-width: 28%;
}

.hp_about .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 11%;
    max-width: 11%;
}

.hp_about .hp_small_title {
    font-size: 18px;
    font-weight: 400;
    color: #58595b;
    margin-top: 10px;
    margin-left: -37px;
}

.hp_about .hp_big_title {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    font-weight: 400;
    color: #9ea3a8;
    line-height: 1.3;
}

.hp_about .hp_big_title span {
    position: relative;
    padding-left: 50px;          
    font-size: 45px;
    font-weight: 600;
    font-style: italic;
    color: #9ea3a8;
    line-height: 1.2;
}

.hp_about .hp_big_title span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 40px;              
    height: 3px;                
    background-color: #9ea3a8;  
    transform: translateY(-50%);
}

.hp_about .hp_keyword {
    font-size: 16px;
    font-weight: 300;
    color: #58595b;
    line-height: 1.8;
    padding: 0.5vw 8vw 0vw 0vw;
}

.n_aboutViewMore {
    font-size: 17px;
    font-weight: 400;
    color: #818286;
    background-color: transparent;
    text-align: center;
    display: flex;
    align-items: center;
    transition: 0.25s all linear;
    border-radius: 30px;
    margin-top: 2.5vw;
}

.n_aboutViewMore:hover {
    color: #818286;
    background-color: transparent;
    text-decoration: none;
}

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

.n_aboutViewMore img.arrow-icon {
    margin-left: 0px !important;
    width: 40px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
    animation: slideArrow 2.5s infinite ease-in-out;
    will-change: transform;
}

@keyframes slideArrow {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(5px);
    }
}

@media screen and (max-width: 1300.5px){
    .hp_about .hp_small_title {
        font-size: 16px;
        font-weight: 400;
        color: #58595b;
        margin-top: 10px;
        margin-left: -37px;
    }
    
    .hp_about .hp_big_title {
        font-family: 'Playfair Display', serif;
        font-size: 30px;
        font-weight: 400;
        color: #9ea3a8;
        line-height: 1.3;
    }
    
    .hp_about .hp_big_title span {
        position: relative;
        padding-left: 50px;          
        font-size: 33px;
        font-weight: 600;
        font-style: italic;
        color: #9ea3a8;
        line-height: 1.2;
    }
    
    .n_aboutViewMore {
        font-size: 15px;
        font-weight: 400;
        color: #818286;
        background-color: transparent;
        text-align: center;
        display: flex;
        align-items: center;
        transition: 0.25s all linear;
        border-radius: 30px;
        margin-top: 2.5vw;
    }
    
    .hp_about .dashed-line::before {
        content: "";
        position: absolute;
        top: -65px;
        left: -19px;
        height: 119%;
        width: 1px;
        background: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18) 6px, transparent 6px, transparent 14px);
    }
}

@media screen and (max-width: 1200.5px){
    .hp_about .dashed-line::before {
        content: "";
        position: absolute;
        top: -55px;
        left: -19px;
        height: 113%;
        width: 1px;
        background: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18) 6px, transparent 6px, transparent 14px);
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_about .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .hp_about .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .hp_about .dashed-line::before {
        content: "";
        position: absolute;
        top: -55px;
        left: -19px;
        height: 113%;
        width: 0px;
        background: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18) 6px, transparent 6px, transparent 14px);
    }
    
    .hp_about {
        padding: 5vw 5vw 3vw 5vw;
        position: relative;
    }
    
    .hp_about .hp_small_title {
        font-size: 16px;
        font-weight: 400;
        color: #58595b;
        margin-top: 10px;
        margin-left: 0px;
    }
    
    .hp_about br {
        display: none;
    }
    
    .hp_about .hp_keyword {
        font-size: 16px;
        font-weight: 300;
        color: #58595b;
        line-height: 1.8;
        padding: 0.5vw 0vw 0vw 0vw;
    }
}

/*hp_services*/

.hp_services {
    padding: 8vw 0vw 7vw 9.5vw;
    position: relative;
}

.hp_services .hp_services_img {
    width: 115%;
    max-width: 150%;
    margin-top: 0vw;
    margin-left: -7.5vw;
}

.hp_services .hp_services_right {
    padding: 0vw 0vw 0vw 0vw;
    margin-left: 0vw;
}

.hp_services .hp_big_title {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    font-weight: 500;
    font-style: italic;
    color: #9ea3a8;
    position: relative;
    display: inline-block;
    margin-bottom: 1vw;
    line-height: 1.3;
}

.hp_services .hp_big_title span {
    font-style: normal;
}

.hp_services .hp_keyword {
    font-size: 16px;
    font-weight: 300;
    color: #58595b;
    line-height: 1.6;
    padding: 0vw 6vw 0vw 0vw;
}

.n_servicesViewMore {
    font-size: 17px;
    font-weight: 400;
    color: #818286;
    background-color: transparent;
    text-align: center;
    display: flex;
    align-items: center;
    transition: 0.25s all linear;
    border-radius: 30px;
    margin-top: 1.5vw;
}

.n_servicesViewMore:hover {
    color: #818286;
    background-color: transparent;
    text-decoration: none;
}

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

.n_servicesViewMore img.arrow-icon {
    margin-left: 0px !important;
    width: 40px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
    animation: slideArrow 2.5s infinite ease-in-out;
    will-change: transform;
}

@keyframes slideArrow {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(5px);
    }
}

.servicesBorder {
    padding: 10px 0px;
}

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

.n_servicesBox2:hover {
    background: #f1f2f2;
}

.rowServices {
    padding: 0vw 0vw 0vw 0vw;
    margin-left: -4vw;
}

.hp_services .hp_small_title {
    font-size: 18px;
    font-weight: 400;
    color: #58595b;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.n_servicesIcon {
    margin-bottom: 0px;
}

.n_servicesIcon img {
    width: 50px;
    height: 50px;
    margin-top: 0px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.n_servicesTitle {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 500;
    color: #9ea3a8;
    transition: transform 0.3s ease;
}

.n_servicesBox2:hover .n_servicesTitle {
    color: #58595b;
}

.n_servicesText {
    font-size: 14px;
    font-weight: 300;
    color: #000;
    line-height: 1.6;
    padding: 0vw 8vw 0vw 0vw;
}

.n_servicesBox2:hover .n_servicesIcon 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); }
}

.n_servicesIconWrap {
    position: relative;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
}

.n_servicesIcon,
.n_servicesIcon2 {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
}

.n_servicesIcon img,
.n_servicesIcon2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.n_servicesIcon2 {
    opacity: 0;
}

.n_servicesBox2:hover .n_servicesIcon {
    opacity: 0;
}

.n_servicesBox2:hover .n_servicesIcon2 {
    opacity: 1;
}

@media screen and (max-width: 1300.5px){
    .hp_services .hp_big_title {
        font-family: 'Playfair Display', serif;
        font-size: 30px;
        font-weight: 500;
        font-style: italic;
        color: #9ea3a8;
        position: relative;
        display: inline-block;
        margin-bottom: 1vw;
        line-height: 1.3;
    }
    
    .n_servicesViewMore {
        font-size: 15px;
        font-weight: 400;
        color: #818286;
        background-color: transparent;
        text-align: center;
        display: flex;
        align-items: center;
        transition: 0.25s all linear;
        border-radius: 30px;
        margin-top: 1.5vw;
    }
    
    .n_servicesText {
        font-size: 14px;
        font-weight: 300;
        color: #000;
        line-height: 1.6;
        padding: 0vw 4vw 0vw 0vw;
    }
}

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

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

@media screen and (max-width: 767.5px){
    .hp_services .hp_services_img {
        width: 100%;
        max-width: 150%;
        margin-top: 0vw;
        margin-left: 0vw;
    }
    
    .hp_services {
        padding: 6vw 5vw 7vw 5vw;
        position: relative;
    }
    
    .hp_services .hp_services_right {
        padding: 0vw 4vw 0vw 4vw;
        margin-left: 0vw;
    }
    
    .n_servicesText {
        font-size: 14px;
        font-weight: 300;
        color: #000;
        line-height: 1.6;
        padding: 0vw 0vw 0vw 0vw;
    }
    
    .hp_services br {
        display: none;
    }
}

/*hp_why*/

.hp_why {
    padding: 5vw 5vw 0vw 10vw;
    position: relative;
    background-image: url(https://cdn1.npcdn.net/img/1770624771D_Background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.hp_why .hp_why_img {
    width: 162%;
    max-width: 250%;
    margin-top: -10vw;
    margin-left: -2vw;
}

.hp_why .hp_why_right {
    padding: 0vw 0vw 0vw 0vw;
    margin-left: 0vw;
}

.hp_why .hp_small_title {
    font-size: 17px;
    font-weight: 400;
    color: #58595b;
    margin-bottom: 1vw;
}

.hp_why .hp_big_title {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    font-weight: 500;
    font-style: italic;
    color: #9ea3a8;
    position: relative;
    display: inline-block;
    margin-bottom: 1vw;
    line-height: 1.2;
    padding: 0vw 13vw 0vw 0vw;
}

.hp_why .hp_big_title span {
    font-style: normal;
}

.hp_why .hp_keyword {
    font-size: 15px;
    font-weight: 300;
    color: #58595b;
    line-height: 1.6;
    padding: 1vw 5vw 0vw 0vw;
}

.hp_why .hp_keyword strong {
    font-weight: 600;
}

.whyBorder {
    padding: 10px 0px;
}

.why_icon {
    width: 50px;
    margin: 0 auto;
    margin-bottom: 1vw;
    display: flex;
}

.why_box:hover .why_icon {
    animation: 1s swing;
}

.why_box:hover .why_icon {
    animation: swing 1s ease;
    animation-fill-mode: both;
}

.hp_why .subtitle_all {
    font-size: 16px;
    font-weight: 400;
    color: #58595b;
    line-height: 1.2;
    margin-bottom: 0vw;
    text-align: center;
}

@media screen and (max-width: 1300.5px){
    .hp_why .hp_small_title {
        font-size: 16px;
        font-weight: 400;
        color: #58595b;
        margin-bottom: 1vw;
    }
    
    .hp_why .hp_big_title {
        font-family: 'Playfair Display', serif;
        font-size: 30px;
        font-weight: 500;
        font-style: italic;
        color: #9ea3a8;
        position: relative;
        display: inline-block;
        margin-bottom: 1vw;
        line-height: 1.2;
        padding: 0vw 13vw 0vw 0vw;
    }
    
    .hp_why .hp_why_img {
        width: 196%;
        max-width: 250%;
        margin-top: -9vw;
        margin-left: -5vw;
    }
}

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

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

@media screen and (max-width: 767.5px){
    .hp_why {
        padding: 6vw 5vw 0vw 5vw;
        position: relative;
        background-image: url(https://cdn1.npcdn.net/img/1770624771D_Background.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
    }
    
    .hp_why br {
        display: none;
    }
    
    .hp_why .hp_why_img {
        width: 100%;
        max-width: 250%;
        margin-top: 2vw;
        margin-left: 0vw;
    }
    
    .hp_why .hp_why_right {
        padding: 0vw 4vw 0vw 4vw;
        margin-left: 0vw;
    }
}

/*hp_brands*/

.hp_brands {
    padding: 6vw 9vw 3vw 9vw;
    position: relative;
    display: none !important;
}

.hp_brands .hp_brands_right {
    padding: 0vw 0vw 0vw 0vw;
    margin-left: 0vw;
}

.hp_brands .hp_small_title {
    font-size: 17px;
    font-weight: 400;
    color: #58595b;
    position: relative;
    margin-bottom: 1vw;
}

.hp_brands .hp_big_title {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    font-weight: 500;
    font-style: italic;
    color: #9ea3a8;
    position: relative;
    display: inline-block;
    margin-bottom: 2vw;
    line-height: 1.2;
}

.hp_brands .hp_big_title span {
    font-style: normal;
}

.hp_brands .hp_keyword {
    font-size: 16px;
    font-weight: 400;
    color: #444;
    line-height: 1.8;
    padding: 1vw 0vw 0vw 0vw;
}

.brandsBorder {
    padding: 10px 10px;
}

.brands_icon {
    width: 80px;
    margin-bottom: 1vw;
    display: flex;
}

.brands_box:hover .brands_icon {
    animation: 1s swing;
}

.brands_box:hover .brands_icon {
    animation: swing 1s ease;
    animation-fill-mode: both;
}

.hp_brands .subtitle_all {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 500;
    color: #9ea3a8;
    line-height: 1.2;
    margin-bottom: 0.5vw;
    text-align: left;
}

.hp_brands .subtitle_text {
    font-size: 15px;
    font-weight: 300;
    color: #9ea3a8;
    line-height: 1.2;
    margin-bottom: 0vw;
    text-align: left;
    padding: 0vw 3.5vw 0vw 0vw;
}

@media screen and (max-width: 1300.5px){
    .hp_brands .hp_small_title {
        font-size: 16px;
        font-weight: 400;
        color: #58595b;
        position: relative;
        margin-bottom: 1vw;
    }
    
    .hp_brands .hp_big_title {
        font-family: 'Playfair Display', serif;
        font-size: 30px;
        font-weight: 500;
        font-style: italic;
        color: #9ea3a8;
        position: relative;
        display: inline-block;
        margin-bottom: 2vw;
        line-height: 1.2;
    }
}

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

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

@media screen and (max-width: 767.5px){
    .hp_brands {
        padding: 6vw 5vw 3vw 5vw;
        position: relative;
    }
}

/*hp_product*/

.index_wrapper_7 {
    background-image: url(https://cdn1.npcdn.net/img/1770626703F_Background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom; 
}

.hp_product {
    padding: 3vw 8vw 3vw 8vw;
    position: relative;
}

.hp_product .hp_product_right {
    padding: 0vw 0vw 0vw 0vw;
    margin-left: 0vw;
}

.hp_product .hp_small_title {
    font-size: 17px;
    font-weight: 400;
    color: #58595b;
    position: relative;
    margin-bottom: 1vw;
}

.hp_product .hp_big_title {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    font-weight: 500;
    font-style: italic;
    color: #9ea3a8;
    position: relative;
    display: inline-block;
    margin-bottom: 1vw;
    line-height: 1.2;
}

.hp_product .hp_big_title span {
    font-style: normal;
}

.hp_product .hp_keyword {
    list-style: none;    
    padding: 0;
    margin: 0;
}

.hp_product .hp_keyword li {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.hp_product .hp_keyword li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #ddd;
}

.hp_product .hp_keyword li:last-child::after {
    display: none;
}

.hp_product .hp_keyword {
    font-size: 15px;
    font-weight: 300;
    color: #58595b;
    line-height: 1.8;
    padding: 1vw 7vw 0vw 0vw;
}

.hp_product .hp_product_img {
    width: 70%;
    max-width: 150%;
    margin-top: 0vw;
    margin-left: 0vw;
}

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

.productSlider-1 {
    padding: 3vw 5vw 4vw 1vw;
    margin-left: -12vw;
}

.productSlider-1 p {
    display: none;
}

/*.productSlider-1 a {*/
/*    display: none;*/
/*}*/

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

.productSlider-1 .product_img .product_box h6 {
    color: #58595b;
    font-size: 30px;
    font-weight: 600 !important;
}

.productSlider-1 .product_img .product_box h6 a {
    color: #58595b;
    font-weight: 600 !important;
    /*display: none;*/
}

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

/*.productSlider-1 {*/
/*    padding: 1vw 5vw 4vw 1vw;*/
/*    margin-left: -35vw;*/
/*}*/

/*.product_img_frame {*/
/*    max-width: 250px;   */
/*    margin: 0 auto;    */
/*}*/

/*.product_img_frame img {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    object-fit: contain;*/
/*}*/

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

.productSlider-1 .text-left {
    text-align: left !important;
    margin-top: -3vw !important;
    transform: translate(25vw, -14vw);
}

/*.productSlider-1 .product_box .content h6:first-of-type {*/
/*    display: none;*/
/*}*/

.productSlider-1 .product_img .product_box .product_img_frame {
    position: relative;
    width: 50%;
    padding-top: calc(59% / (1 / 1));
    height: 0;
    overflow: hidden;
}

.productSlider-1 .content a h6:not(.align-top) {
    display: none;
}

@media screen and (max-width: 1300.5px){
    .hp_product .hp_small_title {
        font-size: 16px;
        font-weight: 400;
        color: #58595b;
        position: relative;
        margin-bottom: 1vw;
    }
    
    .hp_product .hp_big_title {
        font-family: 'Playfair Display', serif;
        font-size: 30px;
        font-weight: 500;
        font-style: italic;
        color: #9ea3a8;
        position: relative;
        display: inline-block;
        margin-bottom: 1vw;
        line-height: 1.2;
    }
}

@media screen and (max-width: 1200.5px){
    .productSlider-1 {
        padding: 8vw 5vw 4vw 1vw;
        margin-left: -6vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .productSlider-1 {
        padding: 3vw 5vw 4vw 5vw;
        margin-left: 0vw;
    }
    
    .productSlider-1 .product_img .product_box .product_img_frame {
        position: relative;
        width: 100%;
        padding-top: calc(100% / (1 / 1));
        height: 0;
        overflow: hidden;
    }
    
    .productSlider-1 .text-left {
        text-align: center !important;
        margin-top: 5vw !important;
        transform: translate(0vw, 0vw);
    }
    
    .productSlider-1 .slick-track {
        display: flex;
        width: 100% !important;
    }
    
    .hp_product {
        padding: 3vw 8vw 0vw 8vw;
        position: relative;
    }
}

/*hp_testimonial*/

.index_wrapper_9 {
    padding: 1vw 0vw 0vw 0vw;
}

.row.innerRow_9 {
    background-color: #f1f2f2;
    width: 84%;
    margin-top: 24px;
    margin-left: auto;
    border-radius: 10px;
}

.hp_testimonial {
    padding: 4vw 2vw 1vw 2vw;
    position: relative;
}

.hp_testimonial .hp_small_title {
    font-size: 17px;
    font-weight: 400;
    color: #58595b;
    position: relative;
    margin-bottom: 0.5vw;
}

.hp_testimonial .hp_big_title {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    font-weight: 500;
    font-style: italic;
    color: #9ea3a8;
    position: relative;
    display: inline-block;
    margin-bottom: 0vw;
    line-height: 1.2;
}

.hp_testimonial .hp_big_title span {
    font-style: normal;
}

.hp_testimonialImg {
    padding: 0vw 0vw 0vw 0vw;
    position: relative;
}

.hp_testimonialImg .hp_testimonial_img {
    width: 102%;
    max-width: 250%;
    margin-top: 0vw;
    margin-left: 0vw;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hp_testimonial_type4 .testimonial_box .testimonial_card .img {
    width: 100%;
    height: 0;
    padding-top: 30%;
    overflow: hidden;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.8);
    position: relative;
    border: 0px solid #eee;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card {
    align-self: center;
    margin: 0 auto;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    width: 100%;
    padding: 0px;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card i {
    color: #9ea3a8;
    display: none;
}

/*.hp_testimonial_type4 .testimonial_box .testimonial_card .name {*/
/*    text-align: left;*/
/*    margin-left: -345px;*/
/*}*/

/*#main_index .hp_testimonial_type5 .name > h6:nth-child(2),*/
/*#main_index .hp_testimonial_type5 .testimonial_box .testimonial_card > div:nth-child(1) {*/
/*    display: none;*/
/*}*/

.hp_testimonial_type4 .slick-dots {
    position: relative;
    display: none;
}

.hp_testimonial_type4 .mt-5, .hp_testimonial_type4  .my-5 {
    margin-top: 0rem !important;
}

.hp_testimonial_type4 .slick-dotted.slick-slider {
    margin-bottom: 0px;
}

#main_index .hp_testimonial_type5 .title {
    display: none;
}

#main_index .hp_testimonial_type5 h4.subTitle {
    display: none;
}

#main_index .hp_testimonial_type5 .img_area {
    flex: 0 1 50%;
    background-image: url(http://via.placeholder.com/500x300);
    background-size: 500px 300px, cover;
    background-position: center;
    width: 100%;
    padding-top: 300px;
    display: none;
}

@media screen and (max-width: 1300.5px){
    .hp_testimonial .hp_small_title {
        font-size: 16px;
        font-weight: 400;
        color: #58595b;
        position: relative;
        margin-bottom: 0.5vw;
    }
    
    .hp_testimonial .hp_big_title {
        font-family: 'Playfair Display', serif;
        font-size: 30px;
        font-weight: 500;
        font-style: italic;
        color: #9ea3a8;
        position: relative;
        display: inline-block;
        margin-bottom: 0vw;
        line-height: 1.2;
    }
}

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

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

@media screen and (max-width: 767.5px){
    .hp_testimonialImg .hp_testimonial_img {
        width: 100%;
        max-width: 250%;
        margin-top: 0vw;
        margin-left: 0vw;
    }
    
    .row.innerRow_9 {
        /* background-image: url(https://cdn1.npcdn.net/img/1770626820I_Background.jpg); */
        /* background-size: cover; */
        /* background-repeat: no-repeat; */
        /* background-position: bottom; */
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 10px;
    }
}

/*hp_cert*/

.hp_cert {
    padding: 5vw 9vw 2vw 9vw;
    position: relative;
}

.hp_cert .cert_box {
    border: 1px solid #000;
}

.hp_cert .hp_cert_img {
    width: 100%;
    max-width: 250%;
    margin-top: 0vw;
}

.certBorder {
    padding: 10px 15px;
}

@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: 7vw 2vw 2vw 2vw;
        position: relative;
    }
}

/*hp_news*/

.hp_news {
    padding: 3vw 10.5vw 0vw 10.5vw;
    position: relative;
}

.hp_news .hp_news_right {
    padding: 0vw 0vw 0vw 0vw;
    margin-left: 0vw;
}

.hp_news .hp_small_title {
    font-size: 17px;
    font-weight: 400;
    color: #58595b;
    position: relative;
    margin-bottom: 1vw;
}

.hp_news .hp_big_title {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    font-weight: 500;
    font-style: italic;
    color: #9ea3a8;
    position: relative;
    display: inline-block;
    margin-bottom: 1vw;
    line-height: 1.2;
}

.hp_news .hp_big_title span {
    font-style: normal;
}

.hp_news .hp_keyword {
    font-size: 15px;
    font-weight: 300;
    color: #58595b;
    line-height: 1.8;
    padding: 5vw 0vw 0vw 0vw;
}

/*news*/

#main_index .latest_new_type6 {
    margin-bottom: 10px;
    padding-top: 20px;
    padding: 0vw 10vw 0vw 10vw;
}

#main_index .latest_new_type6 .news_box .news_box_content {
    width: calc(100% - 30px);
    float: right;
    position: relative;
    margin-top: -60px;
    padding: 15px;
    background-color: #f1f2f2;
    border-radius: 6px;
    border: 1px solid #f1f2f2;
}

#main_index .latest_new_type6 .news_box .badge-primary {
    background-color: #000;
    letter-spacing: 1.2px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
    padding: 4px 11px;
}

#main_index .latest_new_type6 .news_box .date {
    text-align: right;
    margin-bottom: 5px;
    color: #000;
    font-weight: 600;
}

@media screen and (max-width: 1300.5px){
    .hp_news .hp_small_title {
        font-size: 16px;
        font-weight: 400;
        color: #58595b;
        position: relative;
        margin-bottom: 1vw;
    }
    
    .hp_news .hp_big_title {
        font-family: 'Playfair Display', serif;
        font-size: 30px;
        font-weight: 500;
        font-style: italic;
        color: #9ea3a8;
        position: relative;
        display: inline-block;
        margin-bottom: 1vw;
        line-height: 1.2;
    }
    
    .hp_news .hp_keyword {
        font-size: 15px;
        font-weight: 300;
        color: #58595b;
        line-height: 1.8;
        padding: 2vw 0vw 0vw 0vw;
    }
}

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

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

@media screen and (max-width: 767.5px){
    .hp_news {
        padding: 6vw 8vw 0vw 8vw;
        position: relative;
    }
    
    .hp_testimonialImg {
        padding: 0vw 5vw 0vw 5vw;
        position: relative;
    }
    
    .hp_news br {
        display: none;
    }
    
    #main_index .latest_new_type6 {
        margin-bottom: 10px;
        padding-top: 20px;
        padding: 0vw 7vw 0vw 7vw;
    }
}

/*footer*/

.footer_type7 {
    background-color: transparent;
    color: #000;
    padding-top: 1rem;
    padding-bottom: 1rem;
    overflow: hidden;
    background-image: url(https://cdn1.npcdn.net/img/1770626820I_Background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

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

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

.footer_type7 .title h5 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    color: #58595b;
    align-self: end;
    margin-bottom: 0;
    text-transform: uppercase;
}

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

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

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

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

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

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

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

.ws_gallery-2 .img_frame img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all ease 0.3s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-detail-tab,
.product-detail-tab .tab-content,
.product-detail-tab .tab-pane,
.product-detail-tab .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
}
