a {
    text-decoration: none !important;
}

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

/*hp_top*/

.hp_top_ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: fixed;
    z-index: 3001;
    top: 30px;
    right: 1%;
}

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

.hp_top_icon {
    width:40px;
    object-fit: contain;
    transition:0.25s all linear;
}

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

.hp_top_sticky-menu {
    top: 27px;
    /*filter: brightness(0) invert(0);*/
    /* animation: 1s fadeInDown, 2s blinker; */
}

@keyframes blinker {
    0%{opacity:0;}
    100%{opacity:1}
}

@media screen and (max-width: 1300.5px) {
    .hp_top_icon {
        width: 32px;
        object-fit: contain;
        transition: 0.25s all linear;
    }
}

@media screen and (max-width: 1200.5px) {
    .hp_top_icon {
        width: 24px;
        object-fit: contain;
        transition: 0.25s all linear;
    }
    
    .hp_top_ul {
        display: flex;
        list-style-type: none;
        padding: 0;
        margin: 0;
        position: fixed;
        z-index: 3001;
        top: 34px;
        right: 1%;
    }
}

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

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

/*navbar*/

.navbar_type8 {
    height: 95px;
    margin-top: 0px;
    background: transparent;
}

.navbar_type8::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 9%;
    height: 100%;
    background-color: #da251c;
    z-index: -1;
}

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

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

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

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

.navbar_type8 .nav_tab .nav_item a {
    font-size: 14px;
    font-weight: 800;
    color: #000;
    padding: 15px 14px;
    text-transform: uppercase;
}

.navbar_type8 .nav_tab .nav_item a {
    font-size: 13px;
    font-weight: 800;
    color: #000;
    padding: 15px 10px;
    text-transform: uppercase;
}

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

.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: 0px; 
    background-color: #da251c;
    transform-origin: center;
    transition: transform 0.3s ease;
    opacity: 1;
}

.navbar_type8 .nav_tab .nav_item::before {
    border-bottom: 0px solid #da251c;
}

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

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

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    max-width: 350px;
    min-width: 150px;
    padding: 0;
}

@media screen and (max-width: 1300.5px){
    /*.navbar_type8 .nav_tab .nav_item a {*/
    /*    font-size: 15px;*/
    /*    font-weight: 800;*/
    /*    color: #000;*/
    /*    padding: 15px 14px;*/
    /*    text-transform: uppercase;*/
    /*}*/
    
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 11px;
        font-weight: 800;
        color: #000;
        padding: 15px 11px;
        text-transform: uppercase;
    }
    
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 10px;
        font-weight: 800;
        color: #000;
        padding: 15px 10px;
        text-transform: uppercase;
    }
}

@media screen and (max-width: 1200.5px){
    /*.navbar_type8 .nav_tab .nav_item a {*/
    /*    font-size: 12px;*/
    /*    font-weight: 800;*/
    /*    color: #000;*/
    /*    padding: 15px 14px;*/
    /*    text-transform: uppercase;*/
    /*}*/
    
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 9px;
        font-weight: 800;
        color: #000;
        padding: 15px 10px;
        text-transform: uppercase;
    }
    
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 8px;
        font-weight: 800;
        color: #000;
        padding: 15px 9px;
        text-transform: uppercase;
    }
}

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

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

/*hp_banner*/

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

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

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

.n_bannerInnerGroup {
    position: absolute;
    top: 15vw;
    right: 12.5vw;  
    width: 82%;
    text-align: right;
    z-index: 1;
}

.n_bannerInnerGroup::after {
    content: "";
    position: absolute;
    top: 7%;
    right: -4.5%;
    transform: translateY(-50%);
    width: 233px;
    height: 233px;
    background-image: url(https://cdn1.npcdn.net/img/1778117032a-title-shape.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.banner_small_title {
    position: relative;
    font-size: 21px;
    font-weight: 600;
    font-style: italic;
    color: #fff;
    margin-bottom: 1vw;
    line-height: 1.8;
    letter-spacing: 2px;
}

.banner_big_title {
    font-size: 43px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 1vw;
    position: relative;
    letter-spacing: 2px;
}

.banner_keyword {
    position: relative;
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.5;
}

.n_bannerViewMore {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background-color: #da251c;
    border-radius: 25px;
    padding: 4px 16px;
    text-decoration: none;
    position: relative;
    margin-top: 1.5vw;
    transition: all 0.3s ease;
}

.n_bannerViewMore span {
    display: inline-block;
    transition: transform 0.3s ease;
}

.n_bannerViewMore:hover {
    background-color: #000;
    color: #fff;
}

.n_bannerViewMore:hover span {
    transform: translateX(5px);
}

.slider_banner .slick-prev:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/img/1778062120a-arrow-left.png);
    width: 60px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -999px;
    display: inline-block;
    filter: brightness(0) invert(1);
}

.slider_banner .slick-next:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/img/1778062130a-arrow-right.png);
    width: 60px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -999px;
    display: inline-block;
    filter: brightness(0) invert(1);
}

.slider_banner .slick-next:before, .slider_banner .slick-prev:before {
    opacity: 1;
}

.slider_banner .slick-prev {
    z-index: 99;
    left: 79px;
}

.slider_banner .slick-next {
    top: calc(40% - 10px);;
    right: calc(100% - 100px);
}

@media screen and (max-width: 1300.5px){
    .slider_banner .slick-prev:before {
        content: '';
        background-image: url(https://cdn1.npcdn.net/img/1778062120a-arrow-left.png);
        width: 50px;
        height: 50px;
        background-size: contain;
        background-repeat: no-repeat;
        text-indent: -999px;
        display: inline-block;
        filter: brightness(0) invert(1);
    }
    
    .slider_banner .slick-next:before {
        content: '';
        background-image: url(https://cdn1.npcdn.net/img/1778062130a-arrow-right.png);
        width: 50px;
        height: 50px;
        background-size: contain;
        background-repeat: no-repeat;
        text-indent: -999px;
        display: inline-block;
        filter: brightness(0) invert(1);
    }
}

@media screen and (max-width: 1200.5px){
    .banner_big_title {
        font-size: 35px;
        font-weight: 700;
        color: #fff;
        line-height: 1.1;
        margin-bottom: 1vw;
        position: relative;
        letter-spacing: 2px;
    }
    
    .slider_banner .slick-prev:before {
        content: '';
        background-image: url(https://cdn1.npcdn.net/img/1778062120a-arrow-left.png);
        width: 40px;
        height: 40px;
        background-size: contain;
        background-repeat: no-repeat;
        text-indent: -999px;
        display: inline-block;
        filter: brightness(0) invert(1);
    }
    
    .slider_banner .slick-next:before {
        content: '';
        background-image: url(https://cdn1.npcdn.net/img/1778062130a-arrow-right.png);
        width: 40px;
        height: 40px;
        background-size: contain;
        background-repeat: no-repeat;
        text-indent: -999px;
        display: inline-block;
        filter: brightness(0) invert(1);
    }
}

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

@media screen and (max-width: 767.5px){
    .n_bannerInnerGroup {
        position: absolute;
        top: 21vw;
        right: 8.5vw;
        width: 85%;
        text-align: right;
        z-index: 1;
    }
    
    .n_bannerInnerGroup::after {
        content: "";
        position: absolute;
        top: 11%;
        right: -3.5%;
        transform: translateY(-50%);
        width: 175px;
        height: 175px;
        background-image: url(https://cdn1.npcdn.net/img/1778117032a-title-shape.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        z-index: -1;
    }
    
    .banner_small_title {
        position: relative;
        font-size: 15px;
        font-weight: 600;
        font-style: italic;
        color: #fff;
        margin-bottom: 1vw;
        line-height: 1.8;
        letter-spacing: 2px;
    }
    
    .banner_big_title {
        font-size: 21px;
        font-weight: 700;
        color: #fff;
        line-height: 1.3;
        margin-bottom: 1vw;
        position: relative;
        letter-spacing: 2px;
    }
    
    .banner_big_title br {
        display: none;
    }
    
    .banner_keyword {
        position: relative;
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        margin-bottom: 0;
        line-height: 1.5;
    }
    
    .banner_keyword br {
        display: none;
    }
    
    .slider_banner .slick-prev:before {
        content: '';
        background-image: url(https://cdn1.npcdn.net/img/1778062120a-arrow-left.png);
        width: 30px;
        height: 30px;
        background-size: contain;
        background-repeat: no-repeat;
        text-indent: -999px;
        display: inline-block;
        filter: brightness(0) invert(1);
    }
    
    .slider_banner .slick-next:before {
        content: '';
        background-image: url(https://cdn1.npcdn.net/img/1778062130a-arrow-right.png);
        width: 30px;
        height: 30px;
        background-size: contain;
        background-repeat: no-repeat;
        text-indent: -999px;
        display: inline-block;
        filter: brightness(0) invert(1);
    }
    
    .slider_banner .slick-next {
        top: calc(78% - 10px);
        right: calc(100% - 100px);
    }
    
    .slider_banner .slick-prev {
        z-index: 99;
        top: calc(88% - 10px);
        left: 79px;
    }

}

@media screen and (max-width: 428.5px) {
    .n_bannerInnerGroup {
        position: absolute;
        top: 26vw;
        right: 8.5vw;
        width: 85%;
        text-align: right;
        z-index: 1;
    }
    
    .n_bannerInnerGroup::after {
        content: "";
        position: absolute;
        top: 5%;
        right: -3.5%;
        transform: translateY(-50%);
        width: 175px;
        height: 175px;
        background-image: url(https://cdn1.npcdn.net/img/1778117032a-title-shape.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        z-index: -1;
    }
    
    .banner_small_title {
        position: relative;
        font-size: 14px;
        font-weight: 600;
        font-style: italic;
        color: #fff;
        margin-bottom: 1vw;
        line-height: 1.8;
        letter-spacing: 1px;
    }
    
    .banner_big_title {
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        line-height: 1.3;
        margin-bottom: 1vw;
        position: relative;
        letter-spacing: 1px;
    }
    
    .banner_keyword {
        position: relative;
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        margin-bottom: 1vw;
        line-height: 1.5;
    }
}

@media screen and (max-width: 360.5px) {
    .n_bannerInnerGroup {
        position: absolute;
        top: 34vw;
        right: 8.5vw;
        width: 85%;
        text-align: right;
        z-index: 1;
    }
    
    .n_bannerInnerGroup::after {
        content: "";
        position: absolute;
        top: 3%;
        right: -3.5%;
        transform: translateY(-50%);
        width: 155px;
        height: 155px;
        background-image: url(https://cdn1.npcdn.net/img/1778117032a-title-shape.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        z-index: -1;
    }
    
    .banner_small_title {
        position: relative;
        font-size: 12px;
        font-weight: 600;
        font-style: italic;
        color: #fff;
        margin-bottom: 1vw;
        line-height: 1.8;
        letter-spacing: 1px;
    }
    
    .banner_big_title {
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        line-height: 1.3;
        margin-bottom: 1vw;
        position: relative;
        letter-spacing: 1px;
    }
    
    .slider_banner .slick-next {
        top: calc(80% - 10px);
        right: calc(100% - 70px);
    }
    
    .slider_banner .slick-prev {
        z-index: 99;
        top: calc(91% - 10px);
        left: 50px;
    }
}

/*hp_core*/

.hp_core {
    padding: 7.5vw 8.5vw 7vw 8.5vw;
    position: relative;
}

.hp_core::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0%;
    /* transform: translateY(-50%); */
    width: 31%;
    height: 31%;
    background: url(https://cdn1.npcdn.net/img/1778122096b-obj-bg.png) no-repeat;
    background-position: right;
    background-size: contain;
}

.hp_core .title_big {
    font-size: 42px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 3vw;
}

.coreBorder {
    position: relative;
    padding: 0 15px;
    transition: all 0.35s ease;
}

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

.n_coreIcon {
    perspective: 600px;
}

.n_coreIcon img {
    width: 75px;
    height: 75px;
    object-fit: contain;
    margin-top: -30px;
    transition: transform 0.6s ease;
    transform-style: preserve-3d;
}

.n_coreBox:hover .n_coreIcon img {
    transform: rotateY(180deg);
}

.n_coreBox {
    margin-top: 1.5vw;
    padding: 0px 35px 25px 35px;
    background: #fff;
    border: 2px solid #fff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    position: relative;
    text-align: center;
    z-index: 1;
    /* overflow: hidden; */
    transition: all 0.35s ease;
}

.n_coreBox:hover {
    background: #fff;
    border: 2px solid #da251c;
    box-shadow: 0px 4px 12px rgba(218, 37, 28, 0.2);
}

.n_coreTitle {
    font-size: 19px;
    font-weight: 700;
    color: #000;
    margin-top: 1vw;
    transition: all 0.35s ease;
    position: relative;
}

.n_coreTitle::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.2);
    margin-top: 15px;
    transition: all 0.35s ease;
}

.n_coreText {
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1.6;
    margin-top: 1vw;
    margin-bottom: 0vw;
    transition: all 0.35s ease;
}

/*.n_coreBox:hover .n_coreTitle,*/
/*.n_coreBox:hover .n_coreText {*/
/*    color: #fff;*/
/*}*/

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

@media screen and (max-width: 1200.5px){
    .n_coreTitle {
        font-size: 15px;
        font-weight: 700;
        color: #000;
        margin-top: 1vw;
        transition: all 0.35s ease;
        position: relative;
    }
    
    .n_coreTitle::after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background-color: rgba(0, 0, 0, 0.2);
        margin-top: 15px;
        transition: all 0.35s ease;
    }
    
    .n_coreText {
        font-size: 12px;
        font-weight: 500;
        color: rgba(0, 0, 0, 0.8);
        line-height: 1.6;
        margin-top: 1vw;
        margin-bottom: 0vw;
        transition: all 0.35s ease;
    }
    
    .n_coreBox {
        margin-top: 1.5vw;
        padding: 0px 25px 25px 25px;
        background: #fff;
        border: 2px solid #fff;
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        position: relative;
        text-align: center;
        z-index: 1;
        /* overflow: hidden; */
        transition: all 0.35s ease;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_core {
        padding: 6vw 5vw 6vw 5vw;
        position: relative;
    }
    
    .hp_core .title_big {
        font-size: 28px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 3vw;
    }
    
    .n_coreIcon img {
        width: 65px;
        height: 65px;
        object-fit: contain;
        margin-top: 0px;
        transition: transform 0.6s ease;
        transform-style: preserve-3d;
    }
    
    .n_coreBox {
        margin-top: 1.5vw;
        padding: 20px 20px 20px 20px;
        background: #fff;
        border: 2px solid #fff;
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        position: relative;
        text-align: center;
        z-index: 1;
        /* overflow: hidden; */
        transition: all 0.35s ease;
        margin-bottom: 2vw;
    }
    
    .n_coreTitle {
        font-size: 17px;
        font-weight: 700;
        color: #000;
        margin-top: 1vw;
        transition: all 0.35s ease;
        position: relative;
    }
    
    .n_coreTitle::after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background-color: rgba(0, 0, 0, 0.2);
        margin-top: 15px;
        transition: all 0.35s ease;
    }
    
    .n_coreText {
        font-size: 14px;
        font-weight: 500;
        color: rgba(0, 0, 0, 0.8);
        line-height: 1.6;
        margin-top: 1vw;
        margin-bottom: 0vw;
        transition: all 0.35s ease;
    }
}

/*hp_training*/

.hp_training {
    padding: 1vw 8vw 0.5vw 8vw;
    position: relative;
}

.hp_training_content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.hp_training_content img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.hp_training .title_small {
    font-size: 22px;
    font-weight: 700;
    color: #da251c;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

.hp_training .title_big {
    font-size: 41px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-top: 0.5vw;
    margin-bottom: 1.5vw;
}

/*training*/

/*.hp_training_slider {*/
/*    margin-left: 3vw;*/
/*}*/

/*.trainingRow {*/
/*    margin-top: 3vw;*/
/*}*/

.trainingBorder {
    position: relative;
    overflow: hidden;
    padding: 15px 9px;
    border-radius: 10px;
    transition: transform 0.35s ease;
}

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

.trainingBorder img {
    width: 100%;
    display: block;
    border-radius: 10px 10px 0px 0px;
}

.training_box {
    position: relative;
    border-radius: 10px;
}

.training_overlay {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #da251c;
    padding: 15px 25px 15px 25px;
    border-radius: 0px 0px 10px 10px;
    display: block;
    justify-content: space-between;
    align-items: flex-end;
}

.training_title {
    font-size: 19px;
    font-weight: 700;
    color: #e52429;
    margin-bottom: 10px;
}

.training_text {
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 0vw;
    /* height: 60px; */
    text-align: center;
}

.hp_training_slider .slick-prev::before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background-image: url('https://cdn1.npcdn.net/img/1778119673arrow-left.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.hp_training_slider .slick-next::before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background-image: url('https://cdn1.npcdn.net/img/1778119678arrow-right.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.hp_training_slider .slick-prev {
    left: -5.5vw;
    z-index: 10;
}

.hp_training_slider .slick-next {
    right: -5.5vw;
}

.hp_training_slider .slick-prev::before, .hp_training_slider .slick-next::before {
    text-shadow: 0 0 0px black !important;
}

.hp_training_slider .slick-next:before, .hp_training_slider .slick-prev:before {
    opacity: 1;
}

/*products*/

.productSlider-1 {
    padding: 0vw 8vw 5vw 8vw;
}

.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: 10px 10px 0px 0px;
}

.productSlider-1 .text-left {
    text-align: center !important;
}

.productSlider-1 p {
    display: none;
}

.productSlider-1 .product_img .product_box h6 {
    color: #fff;
    font-weight: 600 !important;
    padding: 5px;
}

.productSlider-1 .product_img .product_box h6 a {
    display: none;
}

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

.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: 10px 10px 0px 0px;
}

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

.productSlider-1 .slick-prev::before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background-image: url('https://cdn1.npcdn.net/img/1778119673arrow-left.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.productSlider-1 .slick-next::before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background-image: url('https://cdn1.npcdn.net/img/1778119678arrow-right.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.productSlider-1 .slick-prev {
    left: -4.5vw;
    z-index: 10;
}

.productSlider-1 .slick-next {
    right: -4.5vw;
}

.productSlider-1 .slick-prev::before, .productSlider-1 .slick-next::before {
    text-shadow: 0 0 0px black !important;
}

.productSlider-1 .slick-next:before, .productSlider-1 .slick-prev:before {
    opacity: 1;
}

.productSlider-1 .product_img .slick-prev::before, .productSlider-1 .product_img .slick-next::before {
    padding: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.productSlider-1 .slick-next:before, .productSlider-1 .slick-prev:before {
    opacity: 1;
}

/*new*/

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

#main_index .latest_new_type4 .slick-prev::before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background-image: url('https://cdn1.npcdn.net/img/1778119673arrow-left.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#main_index .latest_new_type4 .slick-next::before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background-image: url('https://cdn1.npcdn.net/img/1778119678arrow-right.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#main_index .latest_new_type4 .slick-prev {
    left: -4.5vw;
    z-index: 10;
}

#main_index .latest_new_type4 .slick-next {
    right: -4.5vw;
}

#main_index .latest_new_type4 .slick-prev::before, #main_index .latest_new_type4 .slick-next::before {
    text-shadow: 0 0 0px black !important;
}

#main_index .latest_new_type4 .slick-next:before, #main_index .latest_new_type4 .slick-prev:before {
    opacity: 1;
}

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

/*#main_index .latest_new_type4 .slick-track {*/
/*    width: 100% !important;*/
/*}*/

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

@media screen and (max-width: 1200.5px){
    .training_text {
        font-size: 13px;
        font-weight: 500;
        font-style: italic;
        color: #fff;
        line-height: 1.4;
        margin-bottom: 0vw;
        /* height: 60px; */
        text-align: center;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_training {
        padding: 0vw 5vw 1vw 5vw;
        position: relative;
    }
    
    .hp_training .title_big {
        font-size: 28px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-top: 0.5vw;
        margin-bottom: 1.5vw;
    }
    
    .hp_training .title_small {
        font-size: 18px;
        font-weight: 700;
        color: #da251c;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
    
    .training_text {
        font-size: 15px;
        font-weight: 500;
        font-style: italic;
        color: #fff;
        line-height: 1.4;
        margin-bottom: 0vw;
        /* height: 60px; */
        text-align: center;
    }
    
    #main_index .latest_new_type4 {
        margin-bottom: 10px;
        padding: 0vw 10vw 1vw 10vw;
    }
}

/*hp_category*/

.hp_category {
    padding: 3vw 8.5vw 2vw 8.5vw;
    position: relative;
}

.hp_category_content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.hp_category_content img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.hp_category .title_small {
    font-size: 22px;
    font-weight: 700;
    color: #da251c;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

.hp_category .title_big {
    font-size: 41px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-top: 0.5vw;
    margin-bottom: 0vw;
}

/*services*/

.ex_hpservice_slide {
    margin-block: 10px;
    background-color: transparent;
    padding: 0vw 9vw 5vw 9vw;
    /*margin-left: 1vw;*/
}

#main_index .ex_hpservice_slide .container, #main_index .ex_hpservice_slide .container-lg, #main_index .ex_hpservice_slide .container-md, #main_index .ex_hpservice_slide .container-sm, #main_index .ex_hpservice_slide .container-xl {
    max-width: 1240px;
    width: 100%;
    max-width: 150%;
} 

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

.ex_hpservice_slide .fa-chevron-left:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url(https://cdn1.npcdn.net/img/1778121248arrow-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /*margin-top: 34vw;*/
    margin-left: -5.5vw;
}

.ex_hpservice_slide .fa-chevron-right:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url(https://cdn1.npcdn.net/img/1778121254arrow-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /*margin-top: 34vw;*/
    margin-right: -5.5vw;
    margin-left: 5.5vw;
}

.ex_hpservice_slide .services-content {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: visible;
    width: 100%;
    height: 215px;
    margin-bottom: 11vw;
}

.ex_hpservice_slide .services-content .services-image {
    background-size: cover;
    background-position: center center;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0px 0px;
}

.ex_hpservice_slide .services-text {
    opacity: 1;
    position: relative;
    top: 30%;
    width: 100%;
    text-align: left;
    padding: 6% 10%;
    z-index: 500;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    border: 2px solid #fff;
    /* height: 100%; */
    border-radius: 0px 0px 10px 10px;
    transition: all 0.35s ease;
}

.ex_hpservice_slide .services-text:hover {
    background: #fff;
    border: 2px solid #da251c;
    box-shadow: 0px 4px 12px rgba(218, 37, 28, 0.2);
}

.ex_hpservice_slide .services-text h3.title {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 800;
    font-style: italic;
    color: #000;
    line-height: 1.5;
    height: 65px;
}

.ex_hpservice_slide .services-text h3.title:after {
    content: '';
    background-color: #fff;
    width: 100%;
    height: 2px;
    display: block;
    margin: 15px auto;
}

.ex_hpservice_slide .service_btn {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background-color: #da251c;
    border-radius: 25px;
    padding: 4px 12px !important;
    text-transform: capitalize;
    letter-spacing: 0em;
    padding: 0px;
    margin-top: 5px;
    display: inline-block;
}

.ex_hpservice_slide .service_btn i {
    display: none;
}

.ex_hpservice_slide .service_btn::after {
    content: '>>';          
    display: inline-block;
    margin-left: 0px;        
    color: #fff;        
    transition: transform 0.3s ease, color 0.3s ease;
}

.ex_hpservice_slide .service_btn:hover::after {
    transform: translateX(5px); 
    color: #fff;          
}

.ex_hpservice_slide .item {
    margin: 0 10px;
}

.ex_hpservice_slide .services-content .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 50%);
}

/*product_category*/

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

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

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

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

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

.product_cat-11 .hp_product_cat_slider .item a {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    text-decoration: none;
}

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

.product_cat-11 .hp_product_cat_slider .item a .wrapper_btn .view_btn {
    margin-top: auto;
    margin-bottom: 2rem;
    border: none;
    margin-left: 30px;
    color: #fff;
    background-color: #da251c;
    border-radius: 25px;
    padding: 4px 12px !important;
    /* background-color: transparent; */
}

.product_cat-11 .hp_product_cat_slider .item a .wrapper_btn .view_btn::after {
    content: '>>';          
    display: inline-block;
    margin-left: 0px;        
    color: #fff;        
    transition: transform 0.3s ease, color 0.3s ease;
}

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

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

.product_cat-11 .hp_product_cat_slider .item a .wrapper_title {
    text-align: center;
    height: 90px;
}

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

.product_cat-11 .hp_product_cat_slider .item .wrapper_brand {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 1rem 1rem 0rem 0rem;
}

/*.product_cat-11 .slick-prev::before {*/
/*    content: "";*/
/*    display: block;*/
/*    width: 28px;*/
/*    height: 28px;*/
/*    background-image: url('https://cdn1.npcdn.net/img/1778119673arrow-left.png');*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*}*/

/*.product_cat-11 .slick-next::before {*/
/*    content: "";*/
/*    display: block;*/
/*    width: 28px;*/
/*    height: 28px;*/
/*    background-image: url('https://cdn1.npcdn.net/img/1778119678arrow-right.png');*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*}*/

.product_cat-11 .slick-arrow {
    width: 28px;
    height: 28px;
}

.product_cat-11 .slick-arrow::before {
    content: "";
    display: block;

    width: 100%;
    height: 100%;

    background-image: url("https://cdn1.npcdn.net/img/1778119673arrow-left.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

    opacity: 1; 
}

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

.product_cat-11 .slick-next {
    right: -4.5vw;
    transform: rotate(180deg);
}

.product_cat-11 .slick-prev::before, .product_cat-11 .slick-next::before {
    text-shadow: 0 0 0px black !important;
}

.product_cat-11 .slick-next:before, .product_cat-11 .slick-prev:before {
    opacity: 1;
}

/*.product_cat-11 .product_img .slick-prev::before, .product_cat-11 .product_img .slick-next::before {*/
/*    padding: 0px;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*}*/

.product_cat-11 .slick-next:before, .product_cat-11 .slick-prev:before {
    opacity: 1;
}

@media screen and (max-width: 1300.5px){
    .ex_hpservice_slide .services-text h3.title {
        text-transform: capitalize;
        font-size: 14px;
        font-weight: 800;
        font-style: italic;
        color: #000;
        line-height: 1.5;
        height: 65px;
    }
    
    .ex_hpservice_slide .services-content {
        position: relative;
        z-index: 1;
        display: inline-block;
        overflow: visible;
        width: 100%;
        height: 215px;
        margin-bottom: 14vw;
    }
    
    .product_cat-11 .hp_product_cat_slider .item a .wrapper_title {
        text-align: center;
        height: 120px;
    }
}

@media screen and (max-width: 1200.5px){
    .ex_hpservice_slide .services-text h3.title {
        text-transform: capitalize;
        font-size: 14px;
        font-weight: 800;
        font-style: italic;
        color: #000;
        line-height: 1.5;
        height: 85px;
    }
    
    .ex_hpservice_slide .services-content {
        position: relative;
        z-index: 1;
        display: inline-block;
        overflow: visible;
        width: 100%;
        height: 215px;
        margin-bottom: 18vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_category {
        padding: 3vw 5vw 2vw 5vw;
        position: relative;
    }
    
    .hp_category .title_small {
        font-size: 18px;
        font-weight: 700;
        color: #da251c;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
    
    .hp_category .title_big {
        font-size: 28px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-top: 0.5vw;
        margin-bottom: 0vw;
    }
    
    .ex_hpservice_slide .services-text h3.title {
        text-transform: capitalize;
        font-size: 16px;
        font-weight: 800;
        font-style: italic;
        color: #000;
        line-height: 1.5;
        height: 70px;
    }
    
    .ex_hpservice_slide .services-content {
        position: relative;
        z-index: 1;
        display: inline-block;
        overflow: visible;
        width: 100%;
        height: 215px;
        margin-bottom: 37vw;
    }
}

/*hp_numbers*/

.hp_numbers {
    padding: 0vw 3vw 0vw 0vw;
    position: relative;
    background-image: url(https://cdn1.npcdn.net/img/1778085137e-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hp_numbers_img {
    width: 123%;
    max-width: 150%;
    z-index: 1;
    margin-left: -1vw;
}

.hp_numbers_box {
    padding: 7.5vw 0vw 0vw 3vw;
}

.hp_numbers .title_big {
    font-size: 56px;
    font-weight: 800;
    font-style: italic;
    color: #fff;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0vw;
    display: inline-block;
}

.hp_numbers .title_big::after {
    content: "";
    position: absolute;
    top: 70%;
    left: 102%;
    transform: translateY(0%);
    width: 85%;
    height: 8px;
    background: #da251c;
    clip-path: polygon(8px 0, 100% 0, calc(100% - 0px) 100%, 0 100%);
}

.hp_numbers .title_big span {
    font-family: 'Poppins', sans-serif;
    font-size: 56px;
    font-weight: 900;
    font-style: italic;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

.hp_numbers .title_big2 {
    font-size: 56px;
    font-weight: 800;
    font-style: italic;
    color: #fff;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0vw;
    margin-left: 5vw;
}

.hp_numbers .title_big2 span {
    font-family: 'Poppins', sans-serif;
    font-size: 56px;
    font-weight: 900;
    font-style: italic;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

.countBorder {
    padding: 10px 10px;
}

.hp_why_count {
    position: relative;
    z-index: 2;
    padding: 1vw 4vw 0vw 4vw;
}

.hp_why_count_point {
    position: relative;
    text-align: center;
    padding: 40px 20px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.hp_count_point {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    margin-bottom: 10px;
}

.hp_count_point::before {
    content: "";
    position: absolute;
    top: -24%;
    left: 23%;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #da251c;
    z-index: -1;
}

.hp_count_point2 {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    margin-bottom: 10px;
}

.hp_count_point2::before {
    content: "";
    position: absolute;
    top: -24%;
    left: 13%;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #da251c;
    z-index: -1;
}

.hp_count_point3 {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    margin-bottom: 10px;
}

.hp_count_point3::before {
    content: "";
    position: absolute;
    top: -24%;
    left: 0%;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #da251c;
    z-index: -1;
}

.running_number {
    font-size: 54px;
    font-weight: 800;
    line-height: 0.9;
    color: #fff;
    letter-spacing: 2px;
}

.running_word {
    font-size: 50px;
    font-weight: 900;
    line-height: 1;
    color: #fff;
}

.hp_count_text {
    position: relative;
    z-index: 2;
    font-size: 19px;
    font-style: italic;
    font-weight: 600;
    line-height: 1.3;
    color: #fff;
}

@media screen and (max-width: 1300.5px){
    .hp_numbers .title_big {
        font-size: 46px;
        font-weight: 800;
        font-style: italic;
        color: #fff;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
        display: inline-block;
    }
    
    .hp_numbers .title_big::after {
        content: "";
        position: absolute;
        top: 70%;
        left: 102%;
        transform: translateY(0%);
        width: 85%;
        height: 8px;
        background: #da251c;
        clip-path: polygon(8px 0, 100% 0, calc(100% - 0px) 100%, 0 100%);
    }
    
    .hp_numbers .title_big span {
        font-family: 'Poppins', sans-serif;
        font-size: 46px;
        font-weight: 900;
        font-style: italic;
        color: transparent;
        -webkit-text-stroke: 1px #fff;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
    
    .hp_numbers .title_big2 {
        font-size: 46px;
        font-weight: 800;
        font-style: italic;
        color: #fff;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
        margin-left: 5vw;
    }
    
    .hp_numbers .title_big2 span {
        font-family: 'Poppins', sans-serif;
        font-size: 46px;
        font-weight: 900;
        font-style: italic;
        color: transparent;
        -webkit-text-stroke: 1px #fff;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }

    .hp_count_text {
        position: relative;
        z-index: 2;
        font-size: 17px;
        font-style: italic;
        font-weight: 600;
        line-height: 1.3;
        color: #fff;
    }
    
    .running_number {
        font-size: 42px;
        font-weight: 800;
        line-height: 0.9;
        color: #fff;
        letter-spacing: 2px;
    }
}

@media screen and (max-width: 1200.5px){
    .running_number {
        font-size: 32px;
        font-weight: 800;
        line-height: 0.9;
        color: #fff;
        letter-spacing: 2px;
    }
    
    .hp_count_text {
        position: relative;
        z-index: 2;
        font-size: 13px;
        font-style: italic;
        font-weight: 600;
        line-height: 1.3;
        color: #fff;
    }
    
    .hp_numbers .title_big {
        font-size: 36px;
        font-weight: 800;
        font-style: italic;
        color: #fff;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
        display: inline-block;
    }
    
    .hp_numbers .title_big::after {
        content: "";
        position: absolute;
        top: 70%;
        left: 102%;
        transform: translateY(0%);
        width: 85%;
        height: 8px;
        background: #da251c;
        clip-path: polygon(8px 0, 100% 0, calc(100% - 0px) 100%, 0 100%);
    }
    
    .hp_numbers .title_big span {
        font-family: 'Poppins', sans-serif;
        font-size: 36px;
        font-weight: 900;
        font-style: italic;
        color: transparent;
        -webkit-text-stroke: 1px #fff;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
    
    .hp_numbers .title_big2 {
        font-size: 36px;
        font-weight: 800;
        font-style: italic;
        color: #fff;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
        margin-left: 5vw;
    }
    
    .hp_numbers .title_big2 span {
        font-family: 'Poppins', sans-serif;
        font-size: 36px;
        font-weight: 900;
        font-style: italic;
        color: transparent;
        -webkit-text-stroke: 1px #fff;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_numbers_img {
        width: 100%;
        max-width: 150%;
        z-index: 1;
        margin-left: 0vw;
    }
    
    .hp_numbers {
        padding: 6vw 5vw 6vw 5vw;
        position: relative;
        background-image: url(https://cdn1.npcdn.net/img/1778085137e-background.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .hp_numbers_box {
        padding: 5vw 0vw 0vw 0vw;
    }
    
    .hp_numbers .title_big {
        font-size: 24px;
        font-weight: 800;
        font-style: italic;
        color: #fff;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 1vw;
        display: inline-block;
    }
    
    .hp_numbers .title_big::after {
        content: "";
        position: absolute;
        top: 70%;
        left: 102%;
        transform: translateY(0%);
        width: 85%;
        height: 8px;
        background: #da251c;
        clip-path: polygon(8px 0, 100% 0, calc(100% - 0px) 100%, 0 100%);
    }
    
    .hp_numbers .title_big span {
        font-family: 'Poppins', sans-serif;
        font-size: 24px;
        font-weight: 900;
        font-style: italic;
        color: transparent;
        -webkit-text-stroke: 1px #fff;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
    
    .hp_numbers .title_big2 {
        font-size: 24px;
        font-weight: 800;
        font-style: italic;
        color: #fff;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
        margin-left: 0vw;
    }
    
    .hp_numbers .title_big2 span {
        font-family: 'Poppins', sans-serif;
        font-size: 24px;
        font-weight: 900;
        font-style: italic;
        color: transparent;
        -webkit-text-stroke: 1px #fff;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
    
    .hp_numbers .title_big2 br {
        display: none;
    }
    
    .countBorder {
        padding: 10px 0px;
    }
    
    .hp_count_point::before {
        content: "";
        position: absolute;
        top: -24%;
        left: 8%;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background: #da251c;
        z-index: -1;
    }
    
    .hp_count_point2::before {
        content: "";
        position: absolute;
        top: -24%;
        left: -2%;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background: #da251c;
        z-index: -1;
    }
    
    .hp_count_point3::before {
        content: "";
        position: absolute;
        top: -24%;
        left: -12%;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background: #da251c;
        z-index: -1;
    }
}

/*hp_about*/

.hp_about {
    padding: 8vw 8.5vw 0vw 8.5vw;
    position: relative;
    background-image: url(https://cdn1.npcdn.net/img/1778124598f-about-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

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

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

.hp_about_content img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.hp_about .title_small {
    font-size: 22px;
    font-weight: 700;
    color: #da251c;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

.hp_about .title_big {
    font-size: 41px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-top: 0.5vw;
    margin-bottom: 0vw;
}

.hp_about .hp_keyword {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    line-height: 1.6;
    position: relative;
    margin-top: 1.5vw;
    margin-bottom: 0vw;
}

.n_aboutViewMore {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background-color: #da251c;
    border-radius: 25px;
    padding: 4px 14px;
    text-decoration: none;
    position: relative;
    margin-top: 2vw;
    transition: all 0.3s ease;
}

.n_aboutViewMore span {
    display: inline-block;
    transition: transform 0.3s ease;
}

.n_aboutViewMore:hover {
    background-color: #000;
    color: #fff;
}

.n_aboutViewMore:hover span {
    transform: translateX(5px);
}

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

@media screen and (max-width: 1300.5px){
    .hp_about .hp_keyword br {
        display: none;
    }
    
    .hp_about .hp_keyword {
        font-size: 13px;
        font-weight: 600;
        color: #000;
        line-height: 1.6;
        position: relative;
        margin-top: 1.5vw;
        margin-bottom: 0vw;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_about .title_big {
        font-size: 36px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-top: 0.5vw;
        margin-bottom: 0vw;
    }
    
    .hp_about_box {
        padding: 0vw 0vw 0vw 0vw;
    }
    
    .hp_about .hp_keyword {
        font-size: 10px;
        font-weight: 600;
        color: #000;
        line-height: 1.6;
        position: relative;
        margin-top: 1.5vw;
        margin-bottom: 0vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_about .hp_keyword {
        font-size: 15px;
        font-weight: 600;
        color: #000;
        line-height: 1.6;
        position: relative;
        margin-top: 1.5vw;
        margin-bottom: 0vw;
    }
    
    .hp_about {
        padding: 6vw 5vw 0vw 5vw;
        position: relative;
        background-image: url(https://cdn1.npcdn.net/img/1778124598f-about-bg.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .hp_about .title_small {
        font-size: 18px;
        font-weight: 700;
        color: #da251c;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
    
    .hp_about .title_big {
        font-size: 28px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-top: 0.5vw;
        margin-bottom: 0vw;
    }
    
    .hp_about_img {
        width: 100%;
        max-width: 150%;
        z-index: 1;
        margin-top: 3vw;
        margin-left: 0vw;
    }
}

/*hp_team*/

.hp_team {
    padding: 7vw 8.5vw 5vw 8.5vw;
    position: relative;
    background-color: #f2f2f2;
}

.hp_team_content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.hp_team_content img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.hp_team .title_small {
    font-size: 22px;
    font-weight: 700;
    color: #da251c;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

.hp_team .title_big {
    font-size: 41px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-top: 0.5vw;
    margin-bottom: 0vw;
}

.teamBorder {
    position: relative;
    padding: 0 15px;
    transition: all 0.35s ease;
}

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

.n_teamIcon {
    perspective: 600px;
}

.n_teamIcon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.n_teamIcon img {
    width: 220px;
    height: 220px;
    object-fit: contain;
    margin-top: -130px;
    transition: transform 0.6s ease;
    transform-style: preserve-3d;
}

.n_teamBox:hover .n_teamIcon img {
    transform: rotateY(180deg);
}

.n_teamBox {
    margin-top: 8.5vw;
    padding: 0px 35px 25px 35px;
    background: #fff;
    border: 2px solid #fff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    position: relative;
    text-align: center;
    z-index: 1;
    /* overflow: hidden; */
    transition: all 0.35s ease;
}

.n_teamBox:hover {
    background: #fff;
    border: 2px solid #da251c;
    box-shadow: 0px 4px 12px rgba(218, 37, 28, 0.2);
}

.n_teamTitle {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
    margin-top: 1vw;
    transition: all 0.35s ease;
    position: relative;
    height: 40px;
}

.n_teamText {
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1.6;
    margin-top: 1vw;
    margin-bottom: 0vw;
    height: 40px;
    transition: all 0.35s ease;
}

.teamBorder {
    position: relative;
    overflow: hidden;
    padding: 15px 9px;
    border-radius: 10px;
    transition: transform 0.35s ease;
}

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

.teamBorder img {
    width: 100%;
    display: block;
    border-radius: 10px 10px 0px 0px;
}

.team_box {
    position: relative;
    border-radius: 10px;
}

.team_overlay {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #da251c;
    padding: 15px 25px 15px 25px;
    border-radius: 0px 0px 10px 10px;
    display: block;
    justify-content: space-between;
    align-items: flex-end;
}

.team_title {
    font-size: 19px;
    font-weight: 700;
    color: #e52429;
    margin-bottom: 10px;
}

.team_text {
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 0vw;
    /* height: 60px; */
    text-align: center;
}

.hp_team_slider .slick-prev::before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background-image: url('https://cdn1.npcdn.net/img/1778119673arrow-left.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.hp_team_slider .slick-next::before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background-image: url('https://cdn1.npcdn.net/img/1778119678arrow-right.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.hp_team_slider .slick-prev {
    left: -5.5vw;
    z-index: 10;
}

.hp_team_slider .slick-next {
    right: -5.5vw;
}

.hp_team_slider .slick-prev::before, .hp_team_slider .slick-next::before {
    text-shadow: 0 0 0px black !important;
}

.hp_team_slider .slick-next:before, .hp_team_slider .slick-prev:before {
    opacity: 1;
}

@media screen and (max-width: 1300.5px){
    .n_teamBox {
        margin-top: 8.5vw;
        padding: 0px 25px 25px 25px;
        background: #fff;
        border: 2px solid #fff;
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        position: relative;
        text-align: center;
        z-index: 1;
        /* overflow: hidden; */
        transition: all 0.35s ease;
    }
    
    .n_teamTitle {
        font-size: 14px;
        font-weight: 700;
        color: #000;
        line-height: 1.3;
        margin-top: 1vw;
        transition: all 0.35s ease;
        position: relative;
        height: 40px;
    }
}

@media screen and (max-width: 1200.5px){
    .n_teamTitle br {
        display: none;
    }
    
    .n_teamBox {
        margin-top: 8.5vw;
        padding: 0px 15px 25px 15px;
        background: #fff;
        border: 2px solid #fff;
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        position: relative;
        text-align: center;
        z-index: 1;
        /* overflow: hidden; */
        transition: all 0.35s ease;
    }
    
    .n_teamTitle {
        font-size: 12px;
        font-weight: 700;
        color: #000;
        line-height: 1.3;
        margin-top: 1vw;
        transition: all 0.35s ease;
        position: relative;
        height: 40px;
    }
    
    .n_teamText {
        font-size: 12px;
        font-weight: 500;
        font-style: italic;
        color: rgba(0, 0, 0, 0.8);
        line-height: 1.6;
        margin-top: 1vw;
        margin-bottom: 0vw;
        height: 40px;
        transition: all 0.35s ease;
    }
    
    .n_teamText br {
        display: none;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_team {
        padding: 6vw 5vw 6vw 5vw;
        position: relative;
        background-color: #f2f2f2;
    }
    
    .hp_team .title_small {
        font-size: 18px;
        font-weight: 700;
        color: #da251c;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
    
    .hp_team .title_big {
        font-size: 28px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-top: 0.5vw;
        margin-bottom: 0vw;
    }

    .n_teamBox {
        margin-top: 32.5vw;
        padding: 0px 15px 25px 15px;
        background: #fff;
        border: 2px solid #fff;
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        position: relative;
        text-align: center;
        z-index: 1;
        /* overflow: hidden; */
        transition: all 0.35s ease;
    }
    
    .n_teamTitle {
        font-size: 16px;
        font-weight: 700;
        color: #000;
        line-height: 1.3;
        margin-top: 3vw;
        transition: all 0.35s ease;
        position: relative;
        height: auto;
    }
    
    .n_teamText {
        font-size: 14px;
        font-weight: 500;
        font-style: italic;
        color: rgba(0, 0, 0, 0.8);
        line-height: 1.6;
        margin-top: 1vw;
        margin-bottom: 0vw;
        height: auto;
        transition: all 0.35s ease;
    }
}

/*hp_why*/

.hp_why {
    padding: 10.5vw 8.5vw 5.5vw 8.5vw;
    position: relative;
    background-image: url(https://cdn1.npcdn.net/img/1778125431h-wcu-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hp_why_img {
    width: 92%;
    max-width: 150%;
    z-index: 1;
    margin-left: 0vw;
}

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

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

.hp_why_content img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.hp_why .title_small {
    font-size: 22px;
    font-weight: 700;
    color: #da251c;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

.hp_why .title_big {
    font-size: 41px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-top: 0.5vw;
    margin-bottom: 2.5vw;
}

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

.n_whyContent {
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
    gap: 15px;
    margin-bottom: 2vw;
}

.n_whyIcon {
    margin-bottom: 0px;
}

.n_whyIcon img {
    width: 75px;
    height: 75px;
    object-fit: contain;
    border-radius: 5px;
    transition: transform 0.3s ease;
}

.n_whyTitle {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 1.4;
    margin-bottom: 0vw !important;
}

.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){
    .n_whyTitle {
        font-size: 14px;
        font-weight: 600;
        color: #000;
        line-height: 1.4;
        margin-bottom: 0vw !important;
    }
    
    .n_whyTitle br {
        display: none;
    }
}

@media screen and (max-width: 1200.5px){
    .n_whyIcon img {
        width: 60px;
        height: 60px;
        object-fit: contain;
        border-radius: 5px;
        transition: transform 0.3s ease;
    }
    
    .n_whyTitle {
        font-size: 11px;
        font-weight: 600;
        color: #000;
        line-height: 1.4;
        margin-bottom: 0vw !important;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_why {
        padding: 10.5vw 8.5vw 5.5vw 8.5vw;
        position: relative;
        background-image: url(https://cdn1.npcdn.net/img/1778125431h-wcu-bg.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .hp_why_img {
        width: 100%;
        max-width: 150%;
        z-index: 1;
        margin-left: 0vw;
    }
    
    .hp_why_box {
        padding: 3vw 0vw 0vw 0vw;
    }
    
    .hp_why .title_small {
        font-size: 18px;
        font-weight: 700;
        color: #da251c;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
    
    .hp_why .title_big {
        font-size: 28px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-top: 0.5vw;
        margin-bottom: 2.5vw;
    }

    .hp_why {
        padding: 6vw 5vw 6vw 5vw;
        position: relative;
        background-image: url(https://cdn1.npcdn.net/img/1778125431h-wcu-bg.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .n_whyTitle {
        font-size: 14px;
        font-weight: 600;
        color: #000;
        line-height: 1.4;
        margin-bottom: 0vw !important;
    }
}

/*hp_workshop*/

.index_wrapper_10 {
    position: relative;
}

.index_wrapper_10::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 82%;
    background-color: #f2f2f2;
}

.hp_workshop {
    padding: 7vw 8.5vw 2vw 8.5vw;
    position: relative;
}

.hp_workshop_content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.hp_workshop_content img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.hp_workshop .title_small {
    font-size: 22px;
    font-weight: 700;
    color: #da251c;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

.hp_workshop .title_big {
    font-size: 41px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-top: 0.5vw;
    margin-bottom: 0vw;
}

/*gallery*/

#main_index .gallery .slick-prev::before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background-image: url('https://cdn1.npcdn.net/img/1778119673arrow-left.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#main_index .gallery .slick-next::before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background-image: url('https://cdn1.npcdn.net/img/1778119678arrow-right.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#main_index .gallery .slick-prev {
    left: -5.5vw;
    z-index: 10;
}

#main_index .gallery .slick-next {
    right: -5.5vw;
}

#main_index .gallery .slick-prev::before, #main_index .gallery .slick-next::before {
    text-shadow: 0 0 0px black !important;
}

#main_index .gallery .slick-next:before, #main_index .gallery .slick-prev:before {
    opacity: 1;
}

/*new*/

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

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next:before {
    content: '';
    background-image: url('https://cdn1.npcdn.net/img/1778119678arrow-right.png');
    width: 28px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -999px;
    display: inline-block;
    filter: none;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev:before {
    content: '';
    background-image: url('https://cdn1.npcdn.net/img/1778119673arrow-left.png');
    width: 28px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -999px;
    display: inline-block;
    filter: none;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
    right: -2vw;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
    z-index: 1;
    left: -2vw;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    width: 100%;
    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: 50%;
    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: 70%;
    overflow: hidden;
    background-color: transparent;
    border-radius: 0px;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    width: 100%;
    padding: 10px;  
    box-sizing: border-box; 
}

#main_index .hp_photoGallerySlider_type3 .slick-next.slick-disabled:before, #main_index .hp_photoGallerySlider_type3 .slick-prev.slick-disabled:before {
    opacity: 1;
}

#main_index .hp_photoGallerySlider_type3 .slick-next:before, #main_index .hp_photoGallerySlider_type3 .slick-prev:before {
    opacity: 1;
}

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

@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_workshop {
        padding: 6vw 5vw 6vw 5vw;
        position: relative;
    }
    
    .hp_workshop .title_small {
        font-size: 18px;
        font-weight: 700;
        color: #da251c;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
    
    .hp_workshop .title_big {
        font-size: 28px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-top: 0.5vw;
        margin-bottom: 0vw;
    }
}

/*hp_standard*/

.hp_standard {
    padding: 7vw 8.5vw 2vw 8.5vw;
    position: relative;
}

.hp_standard .title_big {
    font-size: 41px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-top: 0.5vw;
    margin-bottom: 2.5vw;
}

.hp_standard .imgbox {
    padding: 9px;
}

.brand-card {
    background: #fff;
    display: block;
    justify-content: center;
    align-items: center;
    height: 165px;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    padding: 15px 15px;
    transition: all 0.3s ease;
}

.brand-icon {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.standard_title {
    font-size: 13px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    text-align: center;
    margin-top: 0.5vw;
    margin-bottom: 0vw;
    transition: all 0.3s ease;
}

.brand-icon:hover {
    transform: scale(1.05);
}

@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_standard {
        padding: 6vw 5vw 6vw 5vw;
        position: relative;
    }
    
    .hp_standard .title_big {
        font-size: 28px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-top: 0.5vw;
        margin-bottom: 2.5vw;
    }
    
    .brand-card {
        background: #fff;
        display: block;
        justify-content: center;
        align-items: center;
        height: auto;
        border-radius: 10px;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
        padding: 15px 15px;
        transition: all 0.3s ease;
    }
    
    .standard_title {
        font-size: 14px;
        font-weight: 600;
        color: #000;
        line-height: 1.2;
        text-align: center;
        margin-top: 0.5vw;
        margin-bottom: 2vw;
        transition: all 0.3s ease;
    }
}

/*hp_client*/

.hp_client {
    padding: 7vw 8.5vw 0vw 8.5vw;
    position: relative;
}

.hp_client .title_big {
    font-size: 41px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-top: 0.5vw;
    margin-bottom: 0vw;
}

.index_wrapper_12 .gallery .col-lg-2 {
    -ms-flex: 0 0 14.285714%;
    flex: 0 0 14.285714%;
    max-width: 14.285714%;
}

.index_wrapper_12 .ws_gallery-2 .img_frame {
    width: 100%;
    padding-top: 150px;
    overflow: hidden;
    border: 0px solid rgba(231, 229, 229, 1);
    position: relative;
}

.index_wrapper_12 .ws_gallery-2 .img_frame {
    width: 100%;
    padding-top: 98px;
    overflow: hidden;
    border: 0px solid rgba(231, 229, 229, 1);
    position: relative;
}

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

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

@media screen and (max-width: 1200.5px){
    .index_wrapper_12 .ws_gallery-2 {
        margin-bottom: 10px;
        padding: 0vw 5vw 0vw 5vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_client {
        padding: 6vw 5vw 0vw 5vw;
        position: relative;
    }
    
    .index_wrapper_12 .ws_gallery-2 .img_frame {
        width: 100%;
        padding-top: 100px;
        overflow: hidden;
        border: 0px solid rgba(231, 229, 229, 1);
        position: relative;
    }
    
    .hp_client .title_big {
        font-size: 28px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-top: 0.5vw;
        margin-bottom: 0vw;
    }
    
    .index_wrapper_12 .gallery .col-lg-2 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    
    .index_wrapper_12 .ws_gallery-2 {
        margin-bottom: 10px;
        padding: 0vw 8vw 0vw 8vw;
    }
    
    .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%);
    }
}

/*hp_clientBtn*/

.hp_clientBtn {
    padding: 0.5vw 5vw 0vw 5vw;
    position: relative;
}

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

.n_clientViewMore {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background-color: #da251c;
    border-radius: 25px;
    padding: 4px 16px;
    text-decoration: none;
    position: relative;
    margin-top: 0vw;
    transition: all 0.3s ease;
}

.n_clientViewMore span {
    display: inline-block;
    transition: transform 0.3s ease;
}

.n_clientViewMore:hover {
    background-color: #000;
    color: #fff;
}

.n_clientViewMore:hover span {
    transform: translateX(5px);
}

@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*/

.hp_cert {
    padding: 3.5vw 8.5vw 0vw 8.5vw;
    position: relative;
    margin-bottom: -25px;
}

.hp_cert::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    /* transform: translateY(-50%); */
    width: 31%;
    height: 31%;
    background: url(https://cdn1.npcdn.net/img/1778130592l-cert-obj.png) no-repeat;
    background-position: left;
    background-size: contain;
    z-index: -1;
}

.hp_cert_box {
    padding: 8vw 0vw 0vw 0vw;
}

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

.hp_cert_content img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.hp_cert .title_small {
    font-size: 22px;
    font-weight: 700;
    color: #da251c;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

.hp_cert .title_big {
    font-size: 41px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-top: 0.5vw;
    margin-bottom: 0vw;
}

.hp_cert .hp_keyword {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    line-height: 1.6;
    position: relative;
    margin-top: 1.5vw;
    margin-bottom: 0vw;
}

.n_certViewMore {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background-color: #da251c;
    border-radius: 25px;
    padding: 4px 14px;
    text-decoration: none;
    position: relative;
    margin-top: 2vw;
    transition: all 0.3s ease;
}

.n_certViewMore span {
    display: inline-block;
    transition: transform 0.3s ease;
}

.n_certViewMore:hover {
    background-color: #000;
    color: #fff;
}

.n_certViewMore:hover span {
    transform: translateX(5px);
}

.hp_cert_img {
    width: 127%;
    max-width: 150%;
    z-index: 1;
    margin-left: -8vw;
}

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

@media screen and (max-width: 1200.5px){
    .hp_cert .hp_keyword {
        font-size: 15px;
        font-weight: 600;
        color: #000;
        line-height: 1.6;
        position: relative;
        margin-top: 1.5vw;
        margin-bottom: 0vw;
    }
    
    .hp_cert .hp_keyword br {
        display: none;
    }
    
    .hp_cert_box {
        padding: 3vw 0vw 0vw 0vw;
    }
    
    .hp_cert_img {
        width: 127%;
        max-width: 150%;
        z-index: 1;
        margin-left: -5vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_cert_img {
        width: 100%;
        max-width: 150%;
        z-index: 1;
        margin-left: 0vw;
    }
    
    .hp_cert {
        padding: 6vw 5vw 0vw 5vw;
        position: relative;
        margin-bottom: -25px;
    }
    
    .hp_cert .title_small {
        font-size: 18px;
        font-weight: 700;
        color: #da251c;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
    
    .hp_cert .title_big {
        font-size: 28px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-top: 0.5vw;
        margin-bottom: 0vw;
    }
}

/*hp_review*/

.index_wrapper_14 {
    position: relative;
    background-color: #f2f2f2;
    padding: 7vw 8.5vw 6vw 8.5vw;
}

/*.index_wrapper_14::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 82%;*/
/*    background-color: #f2f2f2;*/
/*}*/

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

.hp_review_content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.hp_review_content img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.hp_review .title_small {
    font-size: 22px;
    font-weight: 700;
    color: #da251c;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

.hp_review .title_big {
    font-size: 41px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-top: 0.5vw;
    margin-bottom: 0vw;
}

@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){
    .index_wrapper_14 {
        position: relative;
        background-color: #f2f2f2;
        padding: 6vw 5vw 6vw 5vw;
    }
    
    .hp_review .title_small {
        font-size: 18px;
        font-weight: 700;
        color: #da251c;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
    
    .hp_review .title_big {
        font-size: 28px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-top: 0.5vw;
        margin-bottom: 0vw;
    }
}

/*hp_testimonial*/

.index_wrapper_15 {
    position: relative;
    padding: 7vw 7.5vw 5vw 7.5vw;
}

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

.hp_testimonial_content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.hp_testimonial_content img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.hp_testimonial .title_small {
    font-size: 22px;
    font-weight: 700;
    color: #da251c;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

.hp_testimonial .title_big {
    font-size: 41px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-top: 0.5vw;
    margin-bottom: 0vw;
}

/*testimonial*/

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

#main_index .hp_testimonial_type4 .testimonial_box {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 15px 15px;
    border-radius: 15px;
    margin-top: 1vw !important;
}

#main_index .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: 10px;
    border: 2px solid #cdcaca;
    border-radius: 0px;
    background-color: transparent;
}

#main_index .hp_testimonial_type4 .testimonial_card .text_area {
    display: flex;
    flex-direction: column;   
    align-items: center;
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .name {
    text-align: left;
    margin-top: -4vw;
    margin-bottom: 3vw;
    margin-left: 60px;
}

#main_index .hp_testimonial_type4 .testimonial_card i {
    order: 0;             
    font-size: 34px;
    color: #f8901f;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
    position: relative;    
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .img {
    border-radius: 100%;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
    width: 40%;
    padding-top: 40%;
    border: 0px solid #eee;
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .name h6 {
    color: #000;
    font-weight: 600;
    margin-top: 2vw;
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .img {
    order: 3;
    position: absolute;
    bottom: 0;
    margin-left: -180px;
}

#main_index .hp_testimonial_type4 .testimonial_card .text_area {
    order: 0;              
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#main_index .hp_testimonial_type4 .fa-chevron-left:before {
    content: "\f053";
    margin-left: -1vw;
}

#main_index .hp_testimonial_type4 .fa-chevron-right:before {
    content: "\f054";
    margin-right: -1vw;
}

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

/*testing*/

#main_index .hp_testimonial_type4 .testimonial_box {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 15px;
}

#main_index .hp_testimonial_type4 .testimonial_card {
    position: relative;
    width: 100%;
    background: #f2f2f2 !important;
    border: 0px solid #d0d0d0;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    flex-direction: column;
}

#main_index .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: 10px;
    background: #f2f2f2 !important;
    border: 0px solid #d0d0d0;
    border-radius: 10px;
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card {
    display: flex;
    flex-direction: column;
    position: relative;
}

#main_index .hp_testimonial_type4 .testimonial_card i {
    font-size: 34px;
    color: #000;
    margin-bottom: 18px;
    /*text-align: center;*/
}

#main_index .hp_testimonial_type4 .testimonial_card .text_area {
    font-size: 15px;
    line-height: 1.4;
    color: #000;
    text-align: left;
    margin-bottom: 30px;
    height: 130px;
}

#main_index .hp_testimonial_type4 .text-center {
    text-align: left !important;
}

#main_index .hp_testimonial_type4 .testimonial_card .img, #main_index .hp_testimonial_type4 .testimonial_card .name {
    display: inline-flex;
    align-items: flex-start;
}

#main_index .hp_testimonial_type4 .testimonial_card .img {
    width: 56px;
    height: 56px;
    position: relative;
    margin-right: 14px;
    flex-shrink: 0;
}

#main_index .hp_testimonial_type4 .testimonial_card .img img {
    width: 48%;
    height: 48%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 30% !important;
    transform: translate(-50%, -50%);
}

#main_index .hp_testimonial_type4 .testimonial_card .name {
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

#main_index .hp_testimonial_type4 .testimonial_card .name h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

#main_index .hp_testimonial_type4 .testimonial_card .name p {
    margin: 2px 0 0;
    font-size: 14px;
    color: #9b9b9b;
}

#main_index .hp_testimonial_type4 .testimonial_card {
    position: relative;
}

#main_index .hp_testimonial_type4 .testimonial_card i {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 34px;
    color: #f8901f;
    display: none;
}

#main_index .hp_testimonial_type4 .testimonial_card::after {
    content: "";
    position: absolute;

    right: 20px;
    top: 0%;
    transform: translateY(-50%);

    width: 34px;
    height: 34px;

    background: url('https://cdn1.npcdn.net/img/1778135106n-testimonial.png') no-repeat center;
    background-size: contain;
}

#main_index .hp_testimonial_type4 .testimonial_card .text_area {
    padding: 0 10px;
}

@media screen and (max-width: 1300.5px){
    #main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .img img {
        width: 48%;
        height: 48%;
        object-fit: cover;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(5%, -50%);
    }
}

@media screen and (max-width: 1200.5px){
    #main_index .hp_testimonial_type4 .testimonial_card .text_area {
        font-size: 15px;
        line-height: 1.4;
        color: #000;
        text-align: left;
        margin-bottom: 30px;
        height: 171px;
    }
    
    #main_index .hp_testimonial_type4 .testimonial_card .name h6 {
        margin: 0;
        font-size: 13px;
        font-weight: 700;
        color: #000;
    }
    
    #main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .img img {
        width: 45%;
        height: 45%;
        object-fit: cover;
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(8%, -50%);
    }
    
    #main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .img {
        order: 3;
        position: absolute;
        bottom: 0;
        margin-left: -127px;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_testimonial .title_small {
        font-size: 18px;
        font-weight: 700;
        color: #da251c;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
    
    .hp_testimonial .title_big {
        font-size: 28px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-top: 0.5vw;
        margin-bottom: 0vw;
    }
    
    #main_index .hp_testimonial_type4 .testimonial_card .text_area {
        font-size: 15px;
        line-height: 1.4;
        color: #000;
        text-align: left;
        margin-bottom: 30px;
        height: auto;
    }
    
    #main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .img img {
        width: 35%;
        height: 35%;
        object-fit: cover;
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(8%, -50%);
    }
    
    #main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .img {
        order: 3;
        position: absolute;
        bottom: 0;
        margin-left: -105px;
    }
    
    #main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .name {
        text-align: left;
        margin-top: -4vw;
        margin-bottom: 6vw;
        margin-left: 60px;
    }
}

/*hp_contact*/

.hp_contact {
    padding: 7vw 5vw 7vw 5vw;
    position: relative;
    background: url(https://cdn1.npcdn.net/img/1778134538o-contact-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.hp_contact_content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.hp_contact_content img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

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

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

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

.n_contactViewMore {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background-color: #da251c;
    border-radius: 25px;
    padding: 4px 14px;
    text-decoration: none;
    position: relative;
    margin-top: 2vw;
    transition: all 0.3s ease;
}

.n_contactViewMore span {
    display: inline-block;
    transition: transform 0.3s ease;
}

.n_contactViewMore:hover {
    background-color: #000;
    color: #fff;
}

.n_contactViewMore:hover span {
    transform: translateX(5px);
}

@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_contact .title_small {
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
    
    .hp_contact .title_big {
        font-size: 28px;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        position: relative;
        margin-top: 0.5vw;
        margin-bottom: 0vw;
    }
    
    .hp_contact .hp_keyword br {
        display: none;
    }
}

/*footer*/

.footer_type7 {
    background-color: #1a1a1a;
    color: white;
    padding-top: 3rem !important;
    padding-bottom: 1rem;
    border-top: 1px solid #fff;
}

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

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

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

.footer_type7 .footerMove {
    margin-top: -3vw;
}

@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: 22rem!important;
    	object-fit:cover;
    	object-position: 50% 50%;
    }
}
/*showproducts*/
.nav.flex-column.nav-pills.nav-pills-custom {
display:none;
}

.product_detail .productCustomization .tab-content {
display:none;
} 

.ws_gallery-4 .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%);
}

/*#gallery_4 .gallerycategory .row {*/
/*    gap: 20px;*/
/*}*/

#gallery_4 .gallerycategory .p-0 {
    padding: 0 !important;
    padding: 0 5px !important;
}

.latest_new_type4 .news_box .img_frame img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
    border: 1px solid rgba(0, 0, 0, 0.125);
    transition: 0.5s ease;
}

.latest_new_type4 .news_box p {
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: center;
}
