a {
    text-decoration: none !important;
}

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

/*navbar*/

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

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

.navbar_type8 .logo {
    flex: 0 1 45%;
    margin-left: 4vw;
}

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

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

.navbar_type8 .nav_tab .nav_item a {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    padding: 15px 19px;
    text-transform: capitalize;
}

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

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

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

.navbar_type8 .nav_tab .nav_item::before {
    border-bottom: 2px solid #face39;
}

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

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

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

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 15px;
        font-weight: 700;
        color: #000;
        padding: 15px 19px;
        text-transform: capitalize;
    }
}

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

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

/*Banner*/

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

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

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

.n_bannerInnerGroup {
    position: absolute;
    top: 37%;
    right: 1%;
    /* transform: translate(-20%, -50%); */
    width: 45%;
    text-align: center;
}

.n_bannerTitle {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.0;
    color: #3e2b1a;
    margin-top: 0;
    margin-bottom: 10px !important;
}

.n_bannerText {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
    color: #3e2b1a;
    margin-top: 0%;
    margin-bottom: 0px !important;
}

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

.n_bannerViewMore {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    background-color: #3e2b1a;
    text-align: center;
    padding: 1%;
    height: 2.7vw;
    width: 13.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 0.5vw;
}

.n_bannerViewMore:hover {
    color: #fff;
    background-color: #face39;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

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

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

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

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

.n_bannerViewMore::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.n_bannerViewMore img.arrow-icon {
    margin-left: 0px !important;
    margin-right: 18px;
    width: 10px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_bannerViewMore:hover img.arrow-icon {
    transform: rotate(-50deg);
    filter: brightness(0) invert(1);
}

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

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

.n_bannerInnerGroup3 {
    position: absolute;
    top: 37%;
    left: 27%;
    transform: translate(-50%, -50%); 
    width: 45%;
    text-align: center;
}

.n_bannerImg3 {
    position: absolute;
    width: 50%;
    bottom: 22%;
    right: 0vw;
    transform: translate(0, 0%);
    z-index: -1;
    overflow: hidden !important;
}

.n_bannerInnerGroup2 {
    position: absolute;
    top: 89%;
    left: 50%;
    transform: translate(-50%, -50%); 
    width: 85%;
    text-align: center;
}

.n_bannerTitle2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.0;
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px !important;
}

.slider_banner .slick-dots {
    position: absolute;
    bottom: 45px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slider_banner .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
}

.slider_banner .slick-dots li:hover button:before {
    color: #fff !important;
}

.slider_banner .slick-dots li button:before {
    color: #fff !important;
    font-size: 9px;
}

.slider_banner .slick-dots li button:before {
    opacity: .65;
}

.slider_banner .slick-dots li {
    margin: 0 2px;
}

@media screen and (max-width: 1300.5px){
    .n_bannerTitle {
        font-size: 35px;
        font-weight: 800;
        line-height: 1.0;
        color: #3e2b1a;
        margin-top: 0;
        margin-bottom: 10px !important;
    }
    
    .n_bannerText br {
        display: none;
    }
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 37%;
        right: 3%;
        /* transform: translate(-20%, -50%); */
        width: 38%;
        text-align: center;
    }
    
    .n_bannerViewMore {
        font-size: 13px;
        font-weight: 400;
        color: #fff;
        background-color: #3e2b1a;
        text-align: center;
        padding: 1%;
        height: 3vw;
        width: 13.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0.5vw;
    }
    
    .slider_banner .slick-dots {
        position: absolute;
        bottom: 35px;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }
}

@media screen and (max-width: 1200.5px){
    .n_bannerTitle {
        font-size: 28px;
        font-weight: 800;
        line-height: 1.0;
        color: #3e2b1a;
        margin-top: 0;
        margin-bottom: 10px !important;
    }
    
    .n_bannerTitle br {
        display: none;
    }
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 35%;
        right: 3%;
        /* transform: translate(-20%, -50%); */
        width: 38%;
        text-align: center;
    }
    
    .n_bannerViewMore {
        font-size: 13px;
        font-weight: 400;
        color: #fff;
        background-color: #3e2b1a;
        text-align: center;
        padding: 1%;
        height: 4vw;
        width: 18vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0.5vw;
    }
    
    .slider_banner .slick-dots {
        position: absolute;
        bottom: 20px;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }
}

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

@media screen and (max-width: 767.5px){
    /*.slider_banner .item>img{*/
    /*    min-height: 500px !important;*/
    /*    object-fit: cover;*/
    /*    padding-top: 260px;*/
    /*    object-position: right;*/
    /*    background-color: #ceb193;*/
    /*}*/
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 5%;
        right: 3%;
        /* transform: translate(-20%, -50%); */
        width: 70%;
        text-align: center;
    }
    
    .n_bannerTitle {
        font-size: 16px;
        font-weight: 800;
        line-height: 1.0;
        color: #3e2b1a;
        margin-top: 0;
        margin-bottom: 10px !important;
    }
    
    .n_bannerText {
        font-size: 12px;
        font-weight: 600;
        line-height: 1.6;
        color: #3e2b1a;
        margin-top: 0%;
        margin-bottom: 0px !important;
    }
    
    .n_bannerViewMore {
        font-size: 13px;
        font-weight: 400;
        color: #fff;
        background-color: #3e2b1a;
        text-align: center;
        padding: 1%;
        height: 9vw;
        width: 40vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0.5vw;
    }
    
    /*new*/
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 31%;
        right: 0%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 85%;
        text-align: center;
    }
    
    .n_bannerText {
        font-size: 12px;
        font-weight: 600;
        line-height: 1.6;
        color: #3e2b1a;
        margin-top: 1%;
        margin-bottom: 10px !important;
    }
    
    .n_bannerTitle {
        font-size: 19px;
        font-weight: 800;
        line-height: 1.2;
        color: #3e2b1a;
        margin-top: 0;
        margin-bottom: 5px !important;
    }
    
    .n_bannerTitle2 {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.0;
        color: #fff;
        margin-top: 0;
        margin-bottom: 10px !important;
    }
    
    .slider_banner .slick-dots {
        position: absolute;
        bottom: 15px;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }
    
    .n_bannerInnerGroup3 {
        position: absolute;
        top: 30%;
        left: 37%;
        transform: translate(-50%, -50%);
        width: 65%;
        text-align: center;
    }
    
    .n_bannerImg3 {
        position: absolute;
        width: 44%;
        bottom: 26%;
        right: 0vw;
        transform: translate(0, 0%);
        z-index: -1;
        overflow: hidden !important;
    }
}

@media screen and (max-width: 360.5px) {
    .n_bannerViewMore {
        font-size: 13px;
        font-weight: 400;
        color: #fff;
        background-color: #3e2b1a;
        text-align: center;
        padding: 1%;
        height: 10vw;
        width: 45vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0.5vw;
    }
    
    .n_bannerInnerGroup3 {
        position: absolute;
        top: 32%;
        left: 39%;
        transform: translate(-50%, -50%);
        width: 74%;
        text-align: center;
    }
    
    .n_bannerText {
        font-size: 13px;
        font-weight: 600;
        line-height: 1.6;
        color: #3e2b1a;
        margin-top: 1%;
        margin-bottom: 3px !important;
    }
    
    .n_bannerImg3 {
        position: absolute;
        width: 44%;
        bottom: 27%;
        right: 0vw;
        transform: translate(0, 0%);
        z-index: -1;
        overflow: hidden !important;
    }
}

/*hp_about*/

.index_wrapper_3 {
    padding: 4vw 4.5vw 4vw 4.5vw;
    position: relative;
    background: url(https://cdn1.npcdn.net/img/1781158207B-BG.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -31px;
}

.hp_about {
    padding: 6vw 2vw 6vw 2vw;
    position: relative;
    z-index: 2;
    background-color: #fff;
}

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

.hp_about .title_small {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    background-color: #fcf5e9;
    line-height: 1.1;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0.5vw;
    width: 37%;
    padding: 1%;
    text-align: center;
}

.hp_about .title_big {
    font-size: 28px;
    font-weight: 900;
    color: #000;
    line-height: 1.1;
    position: relative;
    margin-top: 1vw;
    margin-bottom: 0.5vw;
    padding: 0vw 9vw 0vw 0vw;
}

.hp_about .hp_keyword {
    font-size: 16px;
    font-weight: 300;
    color: #333;
    line-height: 1.6;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0vw;
    padding: 0vw 2vw 1vw 0vw;
}

.n_aboutViewMore {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    background-color: #3e2b1a;
    text-align: center;
    padding: 1%;
    height: 2.7vw;
    width: 17.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 0vw;
}

.n_aboutViewMore:hover {
    color: #fff;
    background-color: #face39;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

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

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

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

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

.n_aboutViewMore::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.n_aboutViewMore img.arrow-icon {
    margin-left: 0px !important;
    margin-right: 18px;
    width: 10px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

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

.aboutBorder {
    position: relative;
    padding: 0 8px;
    transition: all 0.35s ease;
}

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

.n_aboutIcon {
    perspective: 600px;
}

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

.n_aboutBox:hover .n_aboutIcon img {
    transform: rotateY(180deg);
}

.n_aboutBox {
    margin-top: 1.5vw;
    padding: 25px 10px 25px 10px;
    background: #fff;
    border: 1px solid #ccc;
    position: relative;
    text-align: center;
    z-index: 1;
    /* overflow: hidden; */
    transition: all 0.35s ease;
}

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

.n_aboutTitle {
    font-size: 26px;
    font-weight: 800;
    color: #000;
    margin-top: 1.5vw;
    transition: all 0.35s ease;
    position: relative;
}

.n_aboutText {
    font-size: 13px;
    font-weight: 400;
    color: #333;
    line-height: 1.8;
    margin-top: 1vw;
    margin-bottom: 0vw;
    height: 160px;
    transition: all 0.35s ease;
}

@media screen and (max-width: 1300.5px){
    .n_aboutViewMore {
        font-size: 13px;
        font-weight: 400;
        color: #fff;
        background-color: #3e2b1a;
        text-align: center;
        padding: 1%;
        height: 3vw;
        width: 19.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

@media screen and (max-width: 1200.5px){
    .n_aboutViewMore {
        font-size: 13px;
        font-weight: 400;
        color: #fff;
        background-color: #3e2b1a;
        text-align: center;
        padding: 1%;
        height: 4vw;
        width: 22.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .n_aboutTitle {
        font-size: 20px;
        font-weight: 800;
        color: #000;
        margin-top: 1.5vw;
        transition: all 0.35s ease;
        position: relative;
    }
    
    .n_aboutText {
        font-size: 12px;
        font-weight: 400;
        color: #333;
        line-height: 1.8;
        margin-top: 1vw;
        margin-bottom: 0vw;
        height: 180px;
        transition: all 0.35s ease;
    }
    
    .n_aboutIcon img {
        width: 80px;
        height: 80px;
        object-fit: contain;
        transition: transform 0.6s ease;
        transform-style: preserve-3d;
    }
    
    .hp_about .title_big {
        font-size: 28px;
        font-weight: 900;
        color: #000;
        line-height: 1.1;
        position: relative;
        margin-top: 1vw;
        margin-bottom: 0.5vw;
        padding: 0vw 0vw 0vw 0vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .index_wrapper_3 {
        padding: 6vw 5vw 4vw 5vw;
        position: relative;
        background: url(https://cdn1.npcdn.net/img/1781158207B-BG.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .n_aboutViewMore {
        font-size: 13px;
        font-weight: 400;
        color: #fff;
        background-color: #3e2b1a;
        text-align: center;
        padding: 1%;
        height: 9vw;
        width: 50vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .aboutBorder {
        position: relative;
        padding: 10px 15px;
        transition: all 0.35s ease;
    }
    
    .n_aboutText {
        font-size: 14px;
        font-weight: 400;
        color: #333;
        line-height: 1.8;
        margin-top: 1vw;
        margin-bottom: 0vw;
        height: auto;
        transition: all 0.35s ease;
    }
    
    .n_aboutIcon img {
        width: 70px;
        height: 70px;
        object-fit: contain;
        transition: transform 0.6s ease;
        transform-style: preserve-3d;
    }
}

@media screen and (max-width: 360.5px) {
    .n_aboutViewMore {
        font-size: 13px;
        font-weight: 400;
        color: #fff;
        background-color: #3e2b1a;
        text-align: center;
        padding: 1%;
        height: 10vw;
        width: 60vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

/*hp_numbers*/

.index_wrapper_4 {
    padding: 0vw 1.5vw 2vw 1.5vw;
    position: relative;
    background: url(https://cdn1.npcdn.net/img/1781159792c-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hp_numbers {
    padding: 0vw 2vw 2vw 2vw;
    position: relative;
    z-index: 2;
}

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

.hp_numbers .title_small {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    background-color: #fff;
    line-height: 1.1;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0.5vw;
    width: 42%;
    padding: 1%;
    text-align: center;
}

.hp_numbers .title_big {
    font-size: 28px;
    font-weight: 900;
    color: #000;
    line-height: 1.1;
    position: relative;
    margin-top: 1vw;
    margin-bottom: 0.5vw;
    padding: 0vw 13vw 0vw 0vw;
}

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

.n_numbersViewMore {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    background-color: #3e2b1a;
    text-align: center;
    padding: 1%;
    height: 2.7vw;
    width: 14.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 1vw;
}

.n_numbersViewMore:hover {
    color: #fff;
    background-color: #face39;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

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

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

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

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

.n_numbersViewMore::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.n_numbersViewMore img.arrow-icon {
    margin-left: 0px !important;
    margin-right: 18px;
    width: 10px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_numbersViewMore:hover img.arrow-icon {
    transform: rotate(-50deg);
    filter: brightness(0) invert(1);
}

.numbers_right {
    padding: 40px 100px 15px 15px;
}

.hp_numbers .numbers-col {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    text-align: center;
    display: flex;
    align-items: center;
}

.numbersRow .col-md-5, .numbersRow .col-md-6, .numbersRow .col-md-12 {
    padding: 12px;
}

.hp_numbers .numbers_img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    padding: 15px;
    transition: transform 0.4s ease; 
}

.hp_numbers .numbers_img img:hover {
    transform: scale(1.1);
}

.hp_why_count {
    position: relative;
    z-index: 2;
    /*padding: 4vw 4vw 4vw 4vw;*/
}

.hp_why_count_point {
    position: relative;
    text-align: center;
    padding: 75px 20px;
    overflow: hidden;
    background: #f4ae1b;
    border-radius: 10px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hp_numbers .col-md-6:first-of-type .hp_why_count_point,
.hp_numbers .col-md-12 .hp_why_count_point {
    background: #fff !important;
}

.hp_count_point {
    position: relative;
    z-index: 2;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 0.5vw;
}

.running_number {
    font-size: 45px;
    font-weight: 800;
    line-height: 0.9;
    color: #fff;
    text-align: center;
}

.running_word {
    font-size: 45px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-align: center;
}

.hp_count_text {
    position: relative;
    z-index: 2;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    color: #fff;
    text-align: center;
}

.numbersRow .col-md-6:first-of-type .hp_why_count_point .running_number,
.numbersRow .col-md-6:first-of-type .hp_why_count_point .running_word,
.numbersRow .col-md-6:first-of-type .hp_why_count_point .hp_count_text,
.numbersRow .col-md-12 .hp_why_count_point .running_number,
.numbersRow .col-md-12 .hp_why_count_point .running_word,
.numbersRow .col-md-12 .hp_why_count_point .hp_count_text {
    color: #000 !important;
}

@media screen and (max-width: 1300.5px){
    .hp_numbers .title_small {
        font-size: 18px;
        font-weight: 600;
        color: #000;
        background-color: #fff;
        line-height: 1.1;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0.5vw;
        width: 50%;
        padding: 1%;
        text-align: center;
    }
    
    .hp_numbers .title_big {
        font-size: 28px;
        font-weight: 900;
        color: #000;
        line-height: 1.1;
        position: relative;
        margin-top: 1vw;
        margin-bottom: 0.5vw;
        padding: 0vw 7vw 0vw 0vw;
    }
    
    .n_numbersViewMore {
        font-size: 13px;
        font-weight: 400;
        color: #fff;
        background-color: #3e2b1a;
        text-align: center;
        padding: 1%;
        height: 3vw;
        width: 16.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1vw;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_numbers .title_small {
        font-size: 18px;
        font-weight: 600;
        color: #000;
        background-color: #fff;
        line-height: 1.1;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0.5vw;
        width: 70%;
        padding: 1%;
        text-align: center;
    }
    
    .hp_numbers .title_big {
        font-size: 28px;
        font-weight: 900;
        color: #000;
        line-height: 1.1;
        position: relative;
        margin-top: 1vw;
        margin-bottom: 0.5vw;
        padding: 0vw 1vw 0vw 0vw;
    }

    .hp_numbers .hp_keyword {
        font-size: 15px;
        font-weight: 300;
        color: #333;
        line-height: 1.6;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
        padding: 0vw 0vw 0vw 0vw;
    }
    
    .hp_why_count_point {
        position: relative;
        text-align: center;
        padding: 55px 20px;
        overflow: hidden;
        background: #f4ae1b;
        border-radius: 10px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .n_numbersViewMore {
        font-size: 13px;
        font-weight: 400;
        color: #fff;
        background-color: #3e2b1a;
        text-align: center;
        padding: 1%;
        height: 4vw;
        width: 17.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .numbers_right {
        padding: 15px;
    }
    
    .n_numbersViewMore {
        font-size: 13px;
        font-weight: 400;
        color: #fff;
        background-color: #3e2b1a;
        text-align: center;
        padding: 1%;
        height: 9vw;
        width: 37.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1vw;
    }
    
    .hp_why_count_point {
        position: relative;
        text-align: center;
        padding: 20px;
        overflow: hidden;
        background: #f4ae1b;
        border-radius: 10px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .hp_count_text {
        position: relative;
        z-index: 2;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.3;
        color: #fff;
        text-align: center;
    }
}

@media screen and (max-width: 360.5px) {
    .n_numbersViewMore {
        font-size: 13px;
        font-weight: 400;
        color: #fff;
        background-color: #3e2b1a;
        text-align: center;
        padding: 1%;
        height: 10vw;
        width: 45.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1vw;
    }
}

/*hp_cert*/

.hp_cert {
    padding: 4vw 4vw 1vw 4vw;
    position: relative;
    z-index: 2;
    background-color: #fff;
}

.hp_cert .title_small {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    background-color: #fcf5e9;
    line-height: 1.1;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0.5vw;
    width: 15%;
    padding: 0.5%;
    text-align: center;
}

html:lang(ms) .hp_cert .title_small {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    background-color: #fcf5e9;
    line-height: 1.1;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0.5vw;
    width: 20%;
    padding: 0.5%;
    text-align: center;
}

.hp_cert .title_big {
    font-size: 28px;
    font-weight: 900;
    color: #000;
    line-height: 1.1;
    position: relative;
    margin-top: 1vw;
    margin-bottom: 0.5vw;
    padding: 0vw 9vw 0vw 0vw;
}

.hp_cert .cert-col {
    flex: 0 0 20%; 
    max-width: 20%;
    text-align: center;
}

.hp_cert .cert_img img {
    width: 75%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    padding: 25px;
    transition: transform 0.4s ease; 
}

.hp_cert .cert_img img:hover {
    transform: scale(1.1);
}

@media screen and (max-width: 1300.5px){
    .hp_cert .title_small {
        font-size: 18px;
        font-weight: 600;
        color: #000;
        background-color: #fcf5e9;
        line-height: 1.1;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0.5vw;
        width: 19%;
        padding: 0.5%;
        text-align: center;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_cert .title_small {
        font-size: 18px;
        font-weight: 600;
        color: #000;
        background-color: #fcf5e9;
        line-height: 1.1;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0.5vw;
        width: 23%;
        padding: 0.5%;
        text-align: center;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_cert {
        padding: 6vw 5vw 3vw 5vw;
        position: relative;
        z-index: 2;
        background-color: #fff;
    }
    
    .hp_cert .title_small {
        font-size: 18px;
        font-weight: 600;
        color: #000;
        background-color: #fcf5e9;
        line-height: 1.1;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0.5vw;
        width: 60%;
        padding: 1%;
        text-align: center;
    }
    
    .hp_cert .cert-col {
        flex: 0 0 50%; 
        max-width: 50%;
        text-align: center;
    }
    
    .hp_cert .cert_img img {
        width: 100%;
        max-width: 100%;
        height: auto;
        object-fit: contain;
        padding: 15px;
        transition: transform 0.4s ease;
    }
    
    html:lang(ms) .hp_cert .title_small {
        font-size: 18px;
        font-weight: 600;
        color: #000;
        background-color: #fcf5e9;
        line-height: 1.1;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0.5vw;
        width: 75%;
        padding: 1%;
        text-align: center;
    }
}

/*hp_brands*/

.hp_brands {
    padding: 2vw 4vw 6vw 4vw;
    position: relative;
    z-index: 2;
    background-color: #fff;
}

.hp_brands .title_small {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    background-color: #fcf5e9;
    line-height: 1.1;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0.5vw;
    width: 22%;
    padding: 0.5%;
    text-align: center;
}

.hp_brands .title_big {
    font-size: 28px;
    font-weight: 900;
    color: #000;
    line-height: 1.1;
    position: relative;
    margin-top: 1vw;
    margin-bottom: 2vw;
    padding: 0vw 9vw 0vw 0vw;
}

.brands_button {
    display: flex;
    justify-content: flex-end;
}

.n_brandsViewMore {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    background-color: #3e2b1a;
    text-align: center;
    padding: 1%;
    height: 2.7vw;
    width: 13.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 0vw;
}

.n_brandsViewMore:hover {
    color: #fff;
    background-color: #face39;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

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

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

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

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

.n_brandsViewMore::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.n_brandsViewMore img.arrow-icon {
    margin-left: 0px !important;
    margin-right: 18px;
    width: 10px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_brandsViewMore:hover img.arrow-icon {
    transform: rotate(-50deg);
    filter: brightness(0) invert(1);
}

.brandBorder {
    padding: 10px 15px;
    transition: all 0.3s ease;
}

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

.hp_brands .brand_box {
    border: 1px solid #ccc;
}

.hp_brands .n_brandIcon {
    margin-top: 20px;
    margin-bottom: 20px;
}

.hp_brands .n_brandIcon img {
    max-width: 100%;
    width: 45%;
    height: auto;
    display: flex;
    margin: 0 auto;
}

.hp_brands .brand_text {
    font-size: 14px;
    font-weight: 400;
    color: #555;
    line-height: 1.7;
    text-align: center;
    /* border: 1px solid; */
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 0vw;
}

.hp_brands .n_brand_img {
    width: 100%;
    text-align: center;
}

.hp_brands .n_brand_img img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 1300.5px){
    .n_brandsViewMore {
        font-size: 13px;
        font-weight: 400;
        color: #fff;
        background-color: #3e2b1a;
        text-align: center;
        padding: 1%;
        height: 3vw;
        width: 15.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

@media screen and (max-width: 1200.5px){
    .n_brandsViewMore {
        font-size: 13px;
        font-weight: 400;
        color: #fff;
        background-color: #3e2b1a;
        text-align: center;
        padding: 1%;
        height: 4vw;
        width: 18.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .hp_brands .title_small {
        font-size: 18px;
        font-weight: 600;
        color: #000;
        background-color: #fcf5e9;
        line-height: 1.1;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0.5vw;
        width: 27%;
        padding: 0.5%;
        text-align: center;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_brands {
        padding: 0vw 5vw 5vw 5vw;
        position: relative;
        z-index: 2;
        background-color: #fff;
    }
    
    .n_brandsViewMore {
        font-size: 13px;
        font-weight: 400;
        color: #fff;
        background-color: #3e2b1a;
        text-align: center;
        padding: 1%;
        height: 9vw;
        width: 40vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .brands_button {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 2vw;
    }
    
    .hp_brands .title_small {
        font-size: 18px;
        font-weight: 600;
        color: #000;
        background-color: #fcf5e9;
        line-height: 1.1;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0.5vw;
        width: 50%;
        padding: 1%;
        text-align: center;
    }
    
    .hp_brands .brand_text {
        font-size: 15px;
        font-weight: 400;
        color: #555;
        line-height: 1.7;
        text-align: center;
        /* border: 1px solid; */
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 20px;
        margin-bottom: 0vw;
    }
}

@media screen and (max-width: 360.5px) {
    .n_brandsViewMore {
        font-size: 13px;
        font-weight: 400;
        color: #fff;
        background-color: #3e2b1a;
        text-align: center;
        padding: 1%;
        height: 10vw;
        width: 45vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

/*hp_network*/

.hp_network {
    padding: 6vw 4vw 6vw 4vw;
    position: relative;
    z-index: 2;
    background-color: #fdf5ea;
}

.hp_network .title_small {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    background-color: #fff;
    line-height: 1.1;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0.5vw;
    width: 22%;
    padding: 0.5%;
    text-align: center;
}

.hp_network .title_big {
    font-size: 28px;
    font-weight: 900;
    color: #000;
    line-height: 1.1;
    position: relative;
    margin-top: 1vw;
    margin-bottom: 2vw;
    padding: 0vw 9vw 0vw 0vw;
}

.network_button {
    display: flex;
    justify-content: flex-end;
}

.n_networkViewMore {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    background-color: #3e2b1a;
    text-align: center;
    padding: 1%;
    height: 2.7vw;
    width: 13.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 0vw;
}

.n_networkViewMore:hover {
    color: #fff;
    background-color: #face39;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

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

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

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

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

.n_networkViewMore::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.n_networkViewMore img.arrow-icon {
    margin-left: 0px !important;
    margin-right: 18px;
    width: 10px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_networkViewMore:hover img.arrow-icon {
    transform: rotate(-50deg);
    filter: brightness(0) invert(1);
}

.hp_network .network-col {
    flex: 0 0 12.5%;
    max-width: 12.5%;
    text-align: center;
}

.hp_network .network_img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    padding: 15px 15px;
    transition: transform 0.4s ease; 
}

.hp_network .network_img img:hover {
    transform: scale(1.1);
}

@media screen and (max-width: 1300.5px){
    .n_networkViewMore {
        font-size: 13px;
        font-weight: 400;
        color: #fff;
        background-color: #3e2b1a;
        text-align: center;
        padding: 1%;
        height: 3vw;
        width: 15.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_network .title_small {
        font-size: 18px;
        font-weight: 600;
        color: #000;
        background-color: #fff;
        line-height: 1.1;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0.5vw;
        width: 27%;
        padding: 0.5%;
        text-align: center;
    }
    
    .n_networkViewMore {
        font-size: 13px;
        font-weight: 400;
        color: #fff;
        background-color: #3e2b1a;
        text-align: center;
        padding: 1%;
        height: 4vw;
        width: 19.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_network .title_small {
        font-size: 18px;
        font-weight: 600;
        color: #000;
        background-color: #fff;
        line-height: 1.1;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0.5vw;
        width: 50%;
        padding: 1%;
        text-align: center;
    }
    
    .n_networkViewMore {
        font-size: 13px;
        font-weight: 400;
        color: #fff;
        background-color: #3e2b1a;
        text-align: center;
        padding: 1%;
        height: 9vw;
        width: 39.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .network_button {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 2vw;
    }
    
    .hp_network .network-col {
        flex: 0 0 50%;
        max-width: 50%;
        text-align: center;
    }
}

@media screen and (max-width: 360.5px) {
    .n_networkViewMore {
        font-size: 13px;
        font-weight: 400;
        color: #fff;
        background-color: #3e2b1a;
        text-align: center;
        padding: 1%;
        height: 10vw;
        width: 45.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .hp_network .title_big {
        font-size: 28px;
        font-weight: 900;
        color: #000;
        line-height: 1.1;
        position: relative;
        margin-top: 1vw;
        margin-bottom: 2vw;
        padding: 0vw 0vw 0vw 0vw;
    }
}

/*hp_products*/

.hp_products {
    padding: 7vw 4vw 0vw 4vw;
    position: relative;
    z-index: 2;
}

.hp_products .title_small {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    background-color: #fdf5ea;
    line-height: 1.1;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0.5vw;
    width: 15%;
    padding: 0.5%;
    text-align: center;
    margin: 0 auto;
}

.hp_products .title_big {
    font-size: 28px;
    font-weight: 900;
    color: #000;
    line-height: 1.1;
    position: relative;
    margin-top: 1vw;
    margin-bottom: 1vw;
}

/*products*/

.productSlider-1 {
    padding: 0vw 5.5vw 0vw 5.5vw;
}

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

.productSlider-1 p {
    display: none;
}

.productSlider-1 .product_img .product_box h6 {
    color: #000;
    font-weight: 600 !important;
}

.productSlider-1 .product_img .product_box h6 a {
    color: #000;
    font-weight: 600 !important;
}

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

.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 .slick-track .slick-slide {
    margin: 15px 12px;
    height: auto;
    flex: 1;
    border-radius: 0px;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.25);
    background-color: transparent;
}

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

@media screen and (max-width: 1300.5px){
    .hp_products .title_small {
        font-size: 18px;
        font-weight: 600;
        color: #000;
        background-color: #fdf5ea;
        line-height: 1.1;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0.5vw;
        width: 18%;
        padding: 0.5%;
        text-align: center;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_products .title_small {
        font-size: 18px;
        font-weight: 600;
        color: #000;
        background-color: #fdf5ea;
        line-height: 1.1;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0.5vw;
        width: 22%;
        padding: 0.5%;
        text-align: center;
        margin: 0 auto;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_products {
        padding: 6vw 5vw 0vw 5vw;
        position: relative;
        z-index: 2;
    }
    
    .hp_products .title_small {
        font-size: 18px;
        font-weight: 600;
        color: #000;
        background-color: #fdf5ea;
        line-height: 1.1;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0.5vw;
        width: 60%;
        padding: 1%;
        text-align: center;
        margin: 0 auto;
    }
}

/*hp_productBtn*/

.hp_productBtn {
    padding: 1vw 4vw 6vw 4vw;
    position: relative;
    z-index: 2;
}

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

.n_productViewMore {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    background-color: #3e2b1a;
    text-align: center;
    padding: 1%;
    height: 2.7vw;
    width: 16.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 0vw;
}

.n_productViewMore:hover {
    color: #fff;
    background-color: #face39;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

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

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

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

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

.n_productViewMore::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.n_productViewMore img.arrow-icon {
    margin-left: 0px !important;
    margin-right: 18px;
    width: 10px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_productViewMore:hover img.arrow-icon {
    transform: rotate(-50deg);
    filter: brightness(0) invert(1);
}

@media screen and (max-width: 1300.5px){
    .n_productViewMore {
        font-size: 13px;
        font-weight: 400;
        color: #fff;
        background-color: #3e2b1a;
        text-align: center;
        padding: 1%;
        height: 3vw;
        width: 19.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

@media screen and (max-width: 1200.5px){
    .n_productViewMore {
        font-size: 13px;
        font-weight: 400;
        color: #fff;
        background-color: #3e2b1a;
        text-align: center;
        padding: 1%;
        height: 4vw;
        width: 23.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .n_productViewMore {
        font-size: 13px;
        font-weight: 400;
        color: #fff;
        background-color: #3e2b1a;
        text-align: center;
        padding: 1%;
        height: 9vw;
        width: 50vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

@media screen and (max-width: 360.5px) {
    .n_productViewMore {
        font-size: 13px;
        font-weight: 400;
        color: #fff;
        background-color: #3e2b1a;
        text-align: center;
        padding: 1%;
        height: 10vw;
        width: 63vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

/*hp_clients*/

.index_wrapper_9 {
    padding: 2vw 4vw 6vw 4vw;
    position: relative;
}

.hp_clients {
    padding: 0vw 0vw 0vw 0vw;
    position: relative;
    z-index: 2;
}

.hp_clients .title_small {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    background-color: #fdf5ea;
    line-height: 1.1;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0.5vw;
    width: 52%;
    padding: 1%;
    text-align: center;
}

html:lang(ms) .hp_clients .title_small {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    background-color: #fdf5ea;
    line-height: 1.1;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0.5vw;
    width: 82%;
    padding: 1%;
    text-align: center;
}

.hp_clients .title_big {
    font-size: 28px;
    font-weight: 900;
    color: #000;
    line-height: 1.1;
    position: relative;
    margin-top: 1vw;
    margin-bottom: 0.5vw;
    padding: 0vw 9vw 0vw 0vw;
}

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

.n_clientsViewMore {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    background-color: #3e2b1a;
    text-align: center;
    padding: 1%;
    height: 2.7vw;
    width: 16.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 1vw;
}

.n_clientsViewMore:hover {
    color: #fff;
    background-color: #face39;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

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

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

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

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

.n_clientsViewMore::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.n_clientsViewMore img.arrow-icon {
    margin-left: 0px !important;
    margin-right: 18px;
    width: 10px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_clientsViewMore:hover img.arrow-icon {
    transform: rotate(-50deg);
    filter: brightness(0) invert(1);
}

@media screen and (max-width: 1300.5px){
    .hp_clients .title_small {
        font-size: 18px;
        font-weight: 600;
        color: #000;
        background-color: #fdf5ea;
        line-height: 1.1;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0.5vw;
        width: 70%;
        padding: 1%;
        text-align: center;
    }
    
    .hp_clients .title_big {
        font-size: 28px;
        font-weight: 900;
        color: #000;
        line-height: 1.1;
        position: relative;
        margin-top: 1vw;
        margin-bottom: 0.5vw;
        padding: 0vw 2vw 0vw 0vw;
    }
    
    .n_clientsViewMore {
        font-size: 13px;
        font-weight: 400;
        color: #fff;
        background-color: #3e2b1a;
        text-align: center;
        padding: 1%;
        height: 3vw;
        width: 19.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1vw;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_clients .title_small {
        font-size: 18px;
        font-weight: 600;
        color: #000;
        background-color: #fdf5ea;
        line-height: 1.1;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0.5vw;
        width: 92%;
        padding: 1%;
        text-align: center;
    }
    
    .n_clientsViewMore {
        font-size: 13px;
        font-weight: 400;
        color: #fff;
        background-color: #3e2b1a;
        text-align: center;
        padding: 1%;
        height: 4vw;
        width: 22.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .index_wrapper_9 {
        padding: 1vw 5vw 7vw 5vw;
        position: relative;
    }
    
    .hp_clients .title_small {
        font-size: 18px;
        font-weight: 600;
        color: #000;
        background-color: #fdf5ea;
        line-height: 1.1;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0.5vw;
        width: 55%;
        padding: 1%;
        text-align: center;
    }
    
    .n_clientsViewMore {
        font-size: 13px;
        font-weight: 400;
        color: #fff;
        background-color: #3e2b1a;
        text-align: center;
        padding: 1%;
        height: 9vw;
        width: 55vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
    
    html:lang(ms) .hp_clients .title_small {
        font-size: 18px;
        font-weight: 600;
        color: #000;
        background-color: #fdf5ea;
        line-height: 1.1;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0.5vw;
        width: 75%;
        padding: 1%;
        text-align: center;
    }
}

@media screen and (max-width: 360.5px) {
    .n_clientsViewMore {
        font-size: 13px;
        font-weight: 400;
        color: #fff;
        background-color: #3e2b1a;
        text-align: center;
        padding: 1%;
        height: 10vw;
        width: 65vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
}

/*hp_market*/

.hp_market {
    padding: 6vw 4vw 8vw 4vw;
    position: relative;
    z-index: 2;
    background-color: #fdf5ea;
}

.hp_market .title_small {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    background-color: #fff;
    line-height: 1.1;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0.5vw;
    width: 15%;
    padding: 0.5%;
    text-align: center;
    margin: 0 auto;
}

.hp_market .title_big {
    font-size: 28px;
    font-weight: 900;
    color: #000;
    line-height: 1.1;
    position: relative;
    margin-top: 1vw;
    margin-bottom: 1.5vw;
}

.hp_market .market_img img {
    width: 60%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    /* padding: 15px 15px; */
    margin: 0 auto;
    display: flex;
    transition: transform 0.4s ease;
}

/*map_wording*/

.hp_market .market_box {
    position: absolute;
    background: #3e2b1a;
    color: #fff;
    padding: 25px 35px;
    box-shadow: 6px 5px 5px rgba(62, 43, 26, 0.3);
    z-index: 2;
}

.hp_market .market_box h4 {
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 15px;
}

.hp_market .market_box ul {
    margin: 0;
    padding-left: 20px;
}

.hp_market .market_box li {
    margin-bottom: 5px;
}

.hp_market .regional {
    top: 4%;
    left: 0%;
    width: 25%;
}

.hp_market .regional ul {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.hp_market .peninsular {
    left: 0%;
    bottom: 12%;
    width: 24%;
}

.hp_market .east {
    right: 0%;
    bottom: -8%;
    width: 28%;
}

.hp_market .east_list {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

@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_market {
        padding: 6vw 5vw 20vw 5vw;
        position: relative;
        z-index: 2;
        background-color: #fdf5ea;
    }
    
    .hp_market .title_small {
        font-size: 18px;
        font-weight: 600;
        color: #000;
        background-color: #fff;
        line-height: 1.1;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0.5vw;
        width: 45%;
        padding: 1%;
        text-align: center;
        margin: 0 auto;
    }
    
    .hp_market .market_box h4 {
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 15px;
    }
    
    .hp_market .market_box {
        position: relative;
        background: #3e2b1a;
        color: #fff;
        padding: 20px 20px;
        box-shadow: 6px 5px 5px rgba(62, 43, 26, 0.3);
        z-index: 2;
    }
    
    .hp_market .regional {
        top: 4%;
        left: 0%;
        width: 100%;
    }
    
    .hp_market .peninsular {
        left: 0%;
        bottom: -7%;
        width: 100%;
    }
    
    .hp_market .east {
        right: 0%;
        bottom: -10%;
        width: 100%;
    }
    
    .hp_market .market_img img {
        width: 100%;
        max-width: 100%;
        height: auto;
        object-fit: cover;
        /* padding: 15px 15px; */
        margin: 0 auto;
        display: flex;
        transition: transform 0.4s ease;
    }

    html:lang(ms) .hp_market .title_small {
        font-size: 18px;
        font-weight: 600;
        color: #000;
        background-color: #fff;
        line-height: 1.1;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0.5vw;
        width: 60%;
        padding: 1%;
        text-align: center;
        margin: 0 auto;
    }
}

@media screen and (max-width: 360.5px) {
    .hp_market {
        padding: 6vw 5vw 23vw 5vw;
        position: relative;
        z-index: 2;
        background-color: #fdf5ea;
    }
}

/*hp_contact*/

.hp_contact {
    padding: 6vw 4vw 6vw 4vw;
    position: relative;
    z-index: 2;
}

.hp_contact_box {
    padding: 0vw 0vw 0vw 3vw;
}

.hp_contact .title_small {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    background-color: #fdf5ea;
    line-height: 1.1;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0.5vw;
    width: 42%;
    padding: 1%;
    text-align: center;
}

.hp_contact .title_big {
    font-size: 28px;
    font-weight: 900;
    color: #000;
    line-height: 1.1;
    position: relative;
    margin-top: 1vw;
    margin-bottom: 0.5vw;
    padding: 0vw 9vw 0vw 0vw;
}

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

.hp_contact .contact_title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #3e2b1a;
    line-height: 1.1;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0.5vw;
    width: 22%;
    padding: 2%;
    text-align: center;
}

html:lang(ms) .hp_contact .contact_title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #3e2b1a;
    line-height: 1.1;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0.5vw;
    width: 30%;
    padding: 2%;
    text-align: center;
}

.hp_contact .contact_text {
    font-size: 28px;
    font-weight: 900;
    color: #000;
    line-height: 1.1;
    position: relative;
    margin-top: 1vw;
    margin-bottom: 1.5vw;
}

.hp_contact .contact-box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    gap: 15px;
    transition: transform 0.3s ease;
}

.hp_contact .contact-icon {
    width: 28px;
    height: 28px;
    background: transparent;
    /*margin-right: 15px;*/
    /*padding: 13px; */
    display: flex;
    align-items: flex;
    justify-content: center;
     object-fit: contain; 
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.hp_contact .contact-icon img {
    width: 25px;     
    height: auto;
}

.hp_contact .contact-phone {
    font-size: 17px;
    font-weight: 300;
    color: #555;
    line-height: 1.4;
    text-decoration: none;
    transition: color 0.3s ease;
}

.hp_contact .contact-box:hover .contact-icon {
    transform: scale(1.2) rotate(15deg);
}

@media screen and (max-width: 1300.5px){
    .hp_contact .hp_keyword {
        font-size: 16px;
        font-weight: 300;
        color: #333;
        line-height: 1.6;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
        padding: 0vw 12vw 0vw 0vw;
    }
    
    .hp_contact .contact-phone br {
        display: none;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_contact .contact_text {
        font-size: 25px;
        font-weight: 900;
        color: #000;
        line-height: 1.1;
        position: relative;
        margin-top: 1vw;
        margin-bottom: 1.5vw;
    }
    
    .hp_contact .contact_title {
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        background-color: #3e2b1a;
        line-height: 1.1;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0.5vw;
        width: 30%;
        padding: 2%;
        text-align: center;
    }
    
    .hp_contact .contact-phone {
        font-size: 15px;
        font-weight: 300;
        color: #555;
        line-height: 1.4;
        text-decoration: none;
        transition: color 0.3s ease;
    }
    
    .hp_contact .contact-icon {
        width: 25px;
        height: 25px;
        background: transparent;
        /* margin-right: 15px; */
        /* padding: 13px; */
        display: flex;
        align-items: flex;
        justify-content: center;
        object-fit: contain;
        flex-shrink: 0;
        transition: all 0.3s ease;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_contact {
        padding: 6vw 5vw 2vw 5vw;
        position: relative;
        z-index: 2;
    }
    
    .hp_contact_box {
        padding: 0vw 0vw 0vw 0vw;
    }
    
    .hp_contact .hp_keyword {
        font-size: 15px;
        font-weight: 300;
        color: #333;
        line-height: 1.6;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
        padding: 1vw 0vw 2vw 0vw;
    }
    
    .contactBorder {
        padding: 10px 15px;
    }
    
    .hp_contact .contact_text {
        font-size: 25px;
        font-weight: 900;
        color: #000;
        line-height: 1.1;
        position: relative;
        margin-top: 2vw;
        margin-bottom: 2vw;
    }
}

/*footer*/

.footer_type6 {
    background-color: #3e2b1a;
    color: white;
    padding-top: 3.5rem !important;
    padding-bottom: 1.5rem;
    overflow: hidden !important;
}

.footer_type6 .logo img {
    content: url("https://cdn1.npcdn.net/img/1781172399footer.png");
}

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

.footer_type6 .logo {
    position: relative;
    overflow: hidden;
    height: 0;
    width: 100%;
    height: 0;
    padding-top: 110px;
}

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

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

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

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

@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: 30% 50%;
    }
    
    .index_wrapper_2 .item>img {
        min-height: 25rem !important;
        object-fit: cover;
        object-position: 55% 50%;
    }
}