a {
    text-decoration: none !important;
}

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

/*navbar*/

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

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

.navbar_type8 .logo {
    flex: 0 1 24%;
    margin-left: 3vw;
    position: relative;
    height: auto;
}

#main_index .navbar_type8 .logo {
    height: 10vw;
}

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

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

.navbar_type8 .nav_tab .nav_item a {
    font-size: 17px;
    font-weight: 400;
    color: #f3aa01;
    padding: 15px 19px;
    text-transform: uppercase;
}

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

.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: #f3aa01;
    transform-origin: center;
    transition: transform 0.3s ease;
    opacity: 1;
}

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

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

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

.navbar_type8.navbar_height.dark_nav .logo {
    flex: 0 1 24%;
    margin-left: 3vw;
    position: relative;
    height: auto;
}

#main_index .navbar_type8.navbar_height.dark_nav .logo {
    flex: 0 1 24%;
    margin-left: 3vw;
    position: relative;
    height: auto;
}

@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: 400;
        color: #f3aa01;
        padding: 15px 15px;
        text-transform: uppercase;
    }
}

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

@media screen and (max-width: 767.5px){
    .navbar_mobile .logo_img {
        max-height: 60px;
        padding: 0;
        font-size: 1.75rem;
        line-height: inherit;
        white-space: nowrap;
        margin-top: -5px;
    }
}

/*hp_banner*/

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

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

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

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

.n_bannerInnerGroup {
    position: absolute;
    top: 19vw;
    left: 18.5vw;
    transform: translate(-20%, -50%);
    width: 60%;
    z-index: 1;
}

.n_bannerSubtitle {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    line-height: 1.2;
    position: relative;
}

.n_bannerTitle {
    font-size: 37px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    position: relative;
    margin-top: 1.5vw;
}

.n_bannerTitle2 {
    font-size: 50px;
    font-weight: 700;
    color: #f3aa01;
    line-height: 1.1;
    position: relative;
    margin-top: 0vw;
}

@media screen and (max-width: 1300.5px){
    .n_bannerSubtitle {
        font-size: 12px;
        font-weight: 300;
        color: #fff;
        line-height: 1.2;
        position: relative;
    }
    
    .n_bannerTitle {
        font-size: 27px;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        position: relative;
        margin-top: 1.5vw;
    }
    
    .n_bannerTitle2 {
        font-size: 40px;
        font-weight: 700;
        color: #f3aa01;
        line-height: 1.1;
        position: relative;
        margin-top: 0vw;
    }
}

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

    /*.n_bannerInnerGroup {*/
    /*    position: absolute;*/
    /*    top: 22vw;*/
    /*    left: 18.5vw;*/
    /*    transform: translate(-20%, -50%);*/
    /*    width: 60%;*/
    /*    z-index: 1;*/
    /*}*/
    
    .n_bannerTitle {
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        position: relative;
        margin-top: 1.5vw;
    }
    
    .n_bannerTitle2 {
        font-size: 33px;
        font-weight: 700;
        color: #f3aa01;
        line-height: 1.1;
        position: relative;
        margin-top: 0vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .slider_banner .item>img{
        min-height: 300px !important;
        object-fit: cover;
        padding-top: 80px;
        object-position: right;
        background-color: #000;
    }
    
    .n_bannerTitle {
        font-size: 15px;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        position: relative;
        margin-top: 1.5vw;
    }
    
    .n_bannerTitle2 {
        font-size: 28px;
        font-weight: 700;
        color: #f3aa01;
        line-height: 1.1;
        position: relative;
        margin-top: 0vw;
    }
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 16vw;
        left: 25.5vw;
        transform: translate(-20%, -50%);
        width: 84%;
        z-index: 1;
    }
}

@media screen and (max-width: 428.5px) {
    .n_bannerInnerGroup {
        position: absolute;
        top: 18vw;
        left: 25.5vw;
        transform: translate(-20%, -50%);
        width: 84%;
        z-index: 1;
    }
}

@media screen and (max-width: 360.5px) {
    .n_bannerSubtitle {
        font-size: 10px;
        font-weight: 300;
        color: #fff;
        line-height: 1.2;
        position: relative;
    }
    
    .n_bannerTitle2 {
        font-size: 25px;
        font-weight: 700;
        color: #f3aa01;
        line-height: 1.1;
        position: relative;
        margin-top: 0vw;
    }
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 20vw;
        left: 25.5vw;
        transform: translate(-20%, -50%);
        width: 84%;
        z-index: 1;
    }
}

/*hp_about*/

.hp_about {
    padding: 4.5vw 12vw 5vw 12vw;
    position: relative;
    background-image: url(https://cdn1.npcdn.net/img/1778665562about-us_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hp_about .hp_small_title {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 1.5vw;
    position: relative;
}

.hp_about .hp_small_title::after {
    content: "";
    display: block;
    width: 92px;
    height: 2px;
    background: #f3aa01;
    margin-top: 18px;
}

.hp_about .hp_big_title {
    font-size: 38px;
    font-weight: 700;
    color: #f3aa01;
    line-height: 1.2;
    margin-bottom: 1vw;
}

.hp_about .content_text {
    font-size: 17px;
    font-weight: 200;
    color: #fff;
    margin-bottom: 2.5vw;
    line-height: 1.9;
}

.n_aboutViewMore {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    background-color: #f3aa01;
    text-align: center;
    padding: 1%;
    height: 2.6vw;
    width: 9.5vw;
    margin-top: 0vw;
    margin-bottom: 7vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
}

.n_aboutViewMore:hover {
    color: #000;
    background-color: #fff;
    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::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

.n_aboutViewMore img.arrow-icon {
    margin-right: 12px !important;
    width: 20px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease, filter 0.3s ease;
}

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

.hp_tag_box {
    display: flex;
    gap: 6px;
    align-items: center;
    /* justify-content: center; */
    transition: 0.3s ease;
}

.tagBorder {
    padding: 0px;
}

.tagBorder:hover .hp_tag_box {
    transform: translateY(-6px);
}

.hp_tag_image{
    width: 35%;
    transition: 0.4s ease;
}

.tagBorder:hover .hp_tag_image {
    transform: scale(1.1) rotate(5deg);
}

.hp_about .tag-title {
    font-size: 21px;
    font-weight: 700;
    color: #f3aa01;
    line-height: 1.4;
    margin-bottom: 0.5vw;
}

.hp_about .tag-text {
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 0.5vw;
}

@media screen and (max-width: 1300.5px){
    .hp_about .content_text {
        font-size: 15px;
        font-weight: 200;
        color: #fff;
        margin-bottom: 2.5vw;
        line-height: 1.9;
    }
    
    .hp_about .content_text br {
        display: none;
    }
    
    .n_aboutViewMore {
        font-size: 14px;
        font-weight: 700;
        color: #000;
        background-color: #f3aa01;
        text-align: center;
        padding: 1%;
        height: 3vw;
        width: 10.5vw;
        margin-top: 0vw;
        margin-bottom: 7vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
    }
    
    .hp_about .tag-title {
        font-size: 18px;
        font-weight: 700;
        color: #f3aa01;
        line-height: 1.4;
        margin-bottom: 0.5vw;
    }
}

@media screen and (max-width: 1200.5px){
    .n_aboutViewMore {
        font-size: 14px;
        font-weight: 700;
        color: #000;
        background-color: #f3aa01;
        text-align: center;
        padding: 1%;
        height: 3.5vw;
        width: 13.5vw;
        margin-top: 0vw;
        margin-bottom: 7vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
    }
    
    .hp_about .tag-text br {
        display: none;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_about {
        padding: 6vw 5vw 6vw 5vw;
        position: relative;
        background-image: url(https://cdn1.npcdn.net/img/1778665562about-us_bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .hp_about .hp_small_title::after {
        content: "";
        display: block;
        width: 92px;
        height: 2px;
        background: #f3aa01;
        margin-top: 9px;
    }
    
    .hp_about .hp_big_title {
        font-size: 28px;
        font-weight: 700;
        color: #f3aa01;
        line-height: 1.2;
        margin-bottom: 1vw;
    }
    
    .n_aboutViewMore {
        font-size: 14px;
        font-weight: 700;
        color: #000;
        background-color: #f3aa01;
        text-align: center;
        padding: 1%;
        height: 8.5vw;
        width: 30vw;
        margin-top: 0vw;
        margin-bottom: 4vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
    }
    
    .hp_tag_image {
        width: 33%;
        transition: 0.4s ease;
    }
    
    .hp_tag_box {
        display: flex;
        gap: 2px;
        align-items: center;
        /* justify-content: center; */
        transition: 0.3s ease;
    }
    
    .hp_about .tag-title {
        font-size: 16px;
        font-weight: 700;
        color: #f3aa01;
        line-height: 1.4;
        margin-bottom: 0.5vw;
    }
}

@media screen and (max-width: 428px) {
    .n_aboutViewMore {
        font-size: 14px;
        font-weight: 700;
        color: #000;
        background-color: #f3aa01;
        text-align: center;
        padding: 1%;
        height: 9.5vw;
        width: 35vw;
        margin-top: 0vw;
        margin-bottom: 4vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
    }
}

/*hp_products*/

.index_wrapper_4 {
    position: relative;
    background-image: url(https://cdn1.npcdn.net/img/1778666656our_products_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hp_products {
    padding: 1.5vw 5vw 0vw 5vw;
    position: relative;
}

.hp_products .hp_small_title {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0.5vw;
    position: relative;
}

.hp_products .hp_small_title::after {
    content: "";
    display: block;
    width: 92px;
    height: 2px;
    background: #f3aa01;
    margin: 13px auto 0;
}

.hp_products .hp_big_title {
    font-size: 38px;
    font-weight: 700;
    color: #f3aa01;
    line-height: 1.2;
    margin-bottom: 1vw;
}

/*products*/

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

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

.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 .slick-prev::before, .productSlider-1 .product_img .slick-next::before {
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

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

@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_products {
        padding: 3vw 5vw 0vw 5vw;
        position: relative;
    }
    
    .hp_products .hp_big_title {
        font-size: 28px;
        font-weight: 700;
        color: #f3aa01;
        line-height: 1.2;
        margin-bottom: 1vw;
    }
    
    .productSlider-1 {
        padding: 0vw 5vw 5vw 5vw;
    }
}

/*hp_services*/

.index_wrapper_5 {
    position: relative;
    background-image: url(https://cdn1.npcdn.net/img/1778666970our_services_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 0vw 0vw 6.5vw 0vw;
}

.hp_services {
    padding: 5.5vw 9vw 3vw 9vw;
    position: relative;
}

.hp_services .hp_small_title {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0.5vw;
    position: relative;
}

.hp_services .hp_small_title::after {
    content: "";
    display: block;
    width: 92px;
    height: 2px;
    background: #f3aa01;
    margin-top: 18px;
}

.hp_services .hp_big_title {
    font-size: 38px;
    font-weight: 700;
    color: #f3aa01;
    line-height: 1.2;
    margin-bottom: 1vw;
}

/*services*/

.index_5_2 .container, .index_5_2 .container-lg, .index_5_2 .container-md, .service_3 .container-sm, .service_3 .container-xl {
    max-width: 1525px;
    width: 100%;
    max-width: 150%;
}

.container.service_3 {
    position: relative;
    max-width: 1525px;
    width: 100%;
    max-width: 150%;
}

.service_3 .service_box {
    position: relative;
    overflow: visible;
    padding: 15px 0px !important;
}

.service_3 .service_box img {
    width: 100%;
    height: 315px;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.8s ease-in-out;
    transition: none;
    clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
    margin-top: 3vw;
}

.service_3 .service_box .content {
    position: absolute;
    top: 5%;
    left: 60%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    background-color: transparent;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    background: transparent;
    width: 99%;
    height: 100%;
    opacity: 1;
    transition: none;
}

.service_3 .service_box:hover img {
    -webkit-transform: none;
}

.service_3 .h3, .service_3 h3 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    width: 95%;
    /* margin-top: 0px; */
    /* margin-left: 0px; */
    /*height: 70px;*/
    text-align: center !important;
    text-transform: uppercase;
}

.service_3 .service_box .content h3 {
    color: #000;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%; 
    transform: translate(-50%, -50%);
    background: #f3aa01;
    clip-path: polygon(8% 0, 100% 0, 93% 100%, 0 100%);
    padding: 8px 13px;
    height: auto; 
}

.service_3 .service_box .content {
    position: absolute;
    top: 15%;
    left: 60%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    background-color: transparent;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    background: #f3aa01;
    clip-path: polygon(5% 0, 100% 0, 94% 100%, 0 100%);
    width: 68%;
    height: 20%;
    opacity: 1;
    transition: none;
}

.service_3 h3:nth-of-type(2),
.service_3 h3:nth-of-type(3) {
    display: none;
}

.service_3 .slick-arrow {
    z-index: 1;
}

.service_3 .slick-prev:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: url('https://cdn1.npcdn.net/img/1778729973white arrow_left.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
}

.service_3 .slick-next:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-image: url('https://cdn1.npcdn.net/img/1778729966white arrow_right.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
}

@media screen and (max-width: 1300.5px){
    .hp_services {
        padding: 6.5vw 9vw 3vw 9vw;
        position: relative;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_services {
        padding: 7.5vw 9vw 3vw 9vw;
        position: relative;
    }
    
    .service_3 .h3, .service_3 h3 {
        font-size: 13px;
        font-weight: 700;
        color: #000;
        width: 95%;
        /* margin-top: 0px; */
        /* margin-left: 0px; */
        /* height: 70px; */
        text-align: center !important;
        text-transform: uppercase;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_services .hp_big_title {
        font-size: 28px;
        font-weight: 700;
        color: #f3aa01;
        line-height: 1.2;
        margin-bottom: 1vw;
    }
    
    .index_wrapper_5 {
        position: relative;
        background-image: url(https://cdn1.npcdn.net/img/1778666970our_services_bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;
        padding: 0vw 0vw 6.5vw 0vw;
    }
    
    .hp_services {
        padding: 0vw 5vw 1vw 5vw;
        position: relative;
    }
    
    .container.service_3 {
        position: relative;
        max-width: 1525px;
        width: 100%;
        max-width: 150%;
        padding: 0vw 10vw 0vw 10vw;
    }
    
    .service_3 .service_box img {
        width: 100%;
        height: 315px;
        object-fit: cover;
        -webkit-transition: -webkit-transform 0.8s ease-in-out;
        transition: none;
        clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
        margin-top: 5vw;
    }
    
    .service_3 .h3, .service_3 h3 {
        font-size: 16px;
        font-weight: 700;
        color: #000;
        width: 95%;
        /* margin-top: 0px; */
        /* margin-left: 0px; */
        /* height: 70px; */
        text-align: center !important;
        text-transform: uppercase;
    }
    
    .service_3 .service_box .content {
        position: absolute;
        top: 10%;
        left: 60%;
        transform: translate(-50%, -50%);
        background-color: rgba(0, 0, 0, 0.5);
        background-color: transparent;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
        background: #f3aa01;
        clip-path: polygon(5% 0, 100% 0, 94% 100%, 0 100%);
        width: 68%;
        height: 16%;
        opacity: 1;
        transition: none;
    }
}

/*hp_contact*/

.hp_contact {
    padding: 2vw 9vw 8vw 15vw;
    position: relative;
    background-image: url(https://cdn1.npcdn.net/img/1778667184contactus_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.hp_contact::before {
    content: "WE ARE HERE TO HELP";
    position: absolute;
    left: 24%;
    top: 46%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    /* letter-spacing: 2px; */
    text-transform: uppercase;
    z-index: 2;
}

.hp_contact::after {
    content: "YOU KEEP MOVING";
    position: absolute;
    left: 24%;
    top: 52%;
    transform: translateY(-50%);
    color: #f3aa01;
    font-size: 47px;
    font-weight: 700;
    /* letter-spacing: 2px; */
    text-transform: uppercase;
    z-index: 2;
}

.hp_contact .hp_small_title {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0.5vw;
    position: relative;
}

.hp_contact .hp_small_title::after {
    content: "";
    display: block;
    width: 92px;
    height: 2px;
    background: #f3aa01;
    margin-top: 18px;
}

.hp_contact .hp_big_title {
    font-size: 38px;
    font-weight: 700;
    color: #f3aa01;
    line-height: 1.2;
    margin-bottom: 2vw;
}

.hp_contact .hp_keyword {
    font-size: 21px;
    font-weight: 300;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 2vw;
    position: relative;
}

.hp_contact .contact-box {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 10px 0px;
    border-bottom: 1px solid #fff;
    transition: transform 0.3s ease;
}

.hp_contact .contact-box:last-child {
    border-bottom: none;
}

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

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

.hp_contact .contact-phone {
    font-size: 23px;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
    text-decoration: none;
    transition: color 0.3s ease;
}

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

.hp_contact .contact-info {
    display: block;
    grid-template-columns: 85px auto;
    column-gap: 10px;
    row-gap: 20px;
    margin-left: 20px;
}

.hp_contact .contact-title {
    font-size: 20px;
    font-weight: 300;
    color: #f3aa01;
}

.hp_contact .contact-info a {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    color: #fff;
}

.hp_contact .contact-info p a {
    display: inline; 
}

.hp_contact .contact-info p {
    font-size: 23px;
    font-weight: 600;
    color: #fff;
    margin: 0px 0;
    display: contents;
    line-height: 1.3;
}

@media screen and (max-width: 1300.5px){
    .hp_contact .hp_keyword {
        font-size: 18px;
        font-weight: 300;
        color: #fff;
        line-height: 1.3;
        margin-bottom: 2vw;
        position: relative;
    }
    
    .hp_contact .hp_keyword br {
        display: none;
    }
    
    .hp_contact .contact-info a {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        color: #fff;
    }
    
    .hp_contact .contact-phone {
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        line-height: 1.3;
        text-decoration: none;
        transition: color 0.3s ease;
    }
    
    .hp_contact .contact-phone br {
        display: none;
    }
    
    .hp_contact::before {
        content: "WE ARE HERE TO HELP";
        position: absolute;
        left: 24%;
        top: 46%;
        transform: translateY(-50%);
        color: #fff;
        font-size: 28px;
        font-weight: 700;
        /* letter-spacing: 2px; */
        text-transform: uppercase;
        z-index: 2;
    }
    
    .hp_contact::after {
        content: "YOU KEEP MOVING";
        position: absolute;
        left: 24%;
        top: 52%;
        transform: translateY(-50%);
        color: #f3aa01;
        font-size: 37px;
        font-weight: 700;
        /* letter-spacing: 2px; */
        text-transform: uppercase;
        z-index: 2;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_contact::before {
        content: "WE ARE HERE TO HELP";
        position: absolute;
        left: 24%;
        top: 46%;
        transform: translateY(-50%);
        color: #fff;
        font-size: 23px;
        font-weight: 700;
        /* letter-spacing: 2px; */
        text-transform: uppercase;
        z-index: 2;
    }
    
    .hp_contact::after {
        content: "YOU KEEP MOVING";
        position: absolute;
        left: 24%;
        top: 52%;
        transform: translateY(-50%);
        color: #f3aa01;
        font-size: 32px;
        font-weight: 700;
        /* letter-spacing: 2px; */
        text-transform: uppercase;
        z-index: 2;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_contact {
        padding: 2vw 5vw 12vw 5vw;
        position: relative;
        background-image: url(https://cdn1.npcdn.net/img/1778667184contactus_bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;
    }
    
    .hp_contact .hp_big_title {
        font-size: 28px;
        font-weight: 700;
        color: #f3aa01;
        line-height: 1.2;
        margin-bottom: 2vw;
    }
    
    .hp_contact::before {
        content: "WE ARE HERE TO HELP";
        position: absolute;
        left: 6%;
        top: 92%;
        transform: translateY(-50%);
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        /* letter-spacing: 2px; */
        text-transform: uppercase;
        z-index: 2;
    }
    
    .hp_contact::after {
        content: "YOU KEEP MOVING";
        position: absolute;
        left: 6%;
        top: 97%;
        transform: translateY(-50%);
        color: #f3aa01;
        font-size: 20px;
        font-weight: 700;
        /* letter-spacing: 2px; */
        text-transform: uppercase;
        z-index: 2;
    }
}

@media screen and (max-width: 360.5px) {
    .hp_contact::after {
        content: "YOU KEEP MOVING";
        position: absolute;
        left: 6%;
        top: 97%;
        transform: translateY(-50%);
        color: #f3aa01;
        font-size: 12px;
        font-weight: 700;
        /* letter-spacing: 2px; */
        text-transform: uppercase;
        z-index: 2;
    }
    
    .hp_contact::before {
        content: "WE ARE HERE TO HELP";
        position: absolute;
        left: 6%;
        top: 93%;
        transform: translateY(-50%);
        color: #fff;
        font-size: 11px;
        font-weight: 700;
        /* letter-spacing: 2px; */
        text-transform: uppercase;
        z-index: 2;
    }
}

/*hp_news*/

.index_wrapper_7 {
    position: relative;
    background-image: url(https://cdn1.npcdn.net/img/1778667377latest-news_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hp_news {
    padding: 4.5vw 5vw 2.5vw 5vw;
    position: relative;
}

.hp_news .hp_small_title {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0.5vw;
    position: relative;
}

.hp_news .hp_small_title::after {
    content: "";
    display: block;
    width: 92px;
    height: 2px;
    background: #f3aa01;
    margin: 13px auto 0;
}

.hp_news .hp_big_title {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 1vw;
}

/*news*/

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

#main_index .latest_new_type6 .news_box {
    width: 100%;
    height: 100%;
    padding: 10px 15px;
    background-color: transparent;
    position: relative;
    visibility: visible;
}

#main_index .latest_new_type6 .news_box .img_frame {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 300px;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 0px solid #efefef;
}

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

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

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

/*#main_index .latest_new_type6 .badge-primary {*/
/*    color: #000;*/
/*    font-weight: 700 !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_news {
        padding: 6vw 5vw 2.5vw 5vw;
        position: relative;
    }
    
    .hp_news .hp_big_title {
        font-size: 28px;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 1vw;
    }
}

/*footer*/

.footer_type9 {
    color: #fff;
    background-color: #000;
    padding-top: 5rem !important;
    overflow: hidden !important;
}

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

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

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

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

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

.footer_type9 .bg_dark {
    background-color: #000;
}

.footer_type9 .icon i {
    color: #000;
}

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

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

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

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

.footer_type9 .sub_title:nth-of-type(1) {
    display: none;
}

/*.footer_type9 .fa-envelope:before {*/
/*    content: "\f0e0";*/
/*    display: none;*/
/*}*/

.footer_type9 .mb-3 .text {
    margin-left: 40px;
}

.footer_type9 .w-100 {
   margin-left: 35px; 
}

.footer_type9 a.float-right.w-100.text {
    margin-right: 0px;
}

.footer_type9 a.float-right.text.w-100 {
    margin-right: 0px;
}

@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: 16rem!important;
    	object-fit:cover;
    	object-position: 50% 50%;
    }
}

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


/* main_category */
#main_category img{

object-fit:contain;
}

/* main_searchproducts */
#main_searchproducts img{

object-fit:contain;
}

/* main_tag */
#main_tag img{

object-fit:contain;
}

/* main_showproducts */
#main_showproducts img{

object-fit:contain;
}
