/* desktop */

.np_language_btn, .npfooter_languagebar {
    display: none;
}

body {
    color: #414042;
    line-height: 1.5;
}

a {
    text-decoration: none !important;
    transition: all 0.50s !important;
}

.all_functional_page {
    padding-top: 50px;
    padding-bottom: 50px !important;
    min-height: auto;
    font-size: 1rem;
}

#main_index {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0 !important;
}

/* header */

.hp_header {
    background-color: #00aaa5;
}

.hp_header_content {
    font-size: 1vw;
}

.hp_header_content_left {
    gap: 2.5vw;
}

.hp_header_content_left_gap {
    gap: 1vw;
}

.hp_header_content_right form input {
    border: 1px solid #ffffff;
    padding: 5px 15px;
    background-color: transparent;
    color: #ffffff;
    border-radius: 100px;
    caret-color: #ffffff;
}

.hp_header_content_right form input::placeholder {
    color: #ffffff;
}

.hp_header_content_right form button {
    position: absolute;
    top: 50%;
    right: 2.5px;
    transform: translate(0, -50%);
    background-color: transparent;
    color: #ffffff;
    border: 0;
    padding: 15px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    transition: all 0.50s;
}

.hp_header_content_right form button:hover {
    background-color: #ffffff;
    color: #00aaa5;
}

/* menu */

.navbar_ecommerceDropdown {
    padding: 0;
}

.navbar_ecommerceDropdown .container.d-flex.justify-content-between {
    padding: 0;
    align-items: center;
    position: relative;
}

.navbar_ecommerceDropdown .container.d-flex.justify-content-between:before,
.navbar_ecommerceDropdown .container.d-flex.justify-content-between:after {
    content: '';
    background-color: #414042;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
}

.navbar_ecommerceDropdown .container.d-flex.justify-content-between:before {
    left: 50%;
}

.navbar_ecommerceDropdown .container.d-flex.justify-content-between:after {
    right: 50%;
}

.navbar_ecommerceDropdown .nav_logo {
    padding: 15px;
}

.navbar_ecommerceDropdown .nav_logo a {
    display: flex;
}

.navbar_ecommerceDropdown .nav_logo img {
    max-height: 5vw;
}

.navbar_ecommerceDropdown .nav_search {
    justify-content: flex-end;
    padding: 15px;
}

.nav_bottom {
    background-color: transparent;
}

.nav_bottom .menu {
    gap: 50px;
}

.nav_bottom .menu .nav_item:hover {
    background-color: transparent;
}

.nav_bottom .menu .nav_item .dropdown a {
    padding: 0;
    color: #414042;
    font-size: 1vw;
}

.nav_bottom .menu .nav_item .dropdown a strong {
    font-weight: normal;
}

.hp_header_sticky {
    display: none;
}

.hp_sticky {
    position: fixed;
    width: 100%;
    z-index: 10 !important;
    background-color: #ffffff !important;
    height: auto !important;
    border-bottom: 1px solid #414042;
}

.hp_sticky .container.d-flex.justify-content-between:before, .hp_sticky .container.d-flex.justify-content-between:after {
    display: none;
}

.hp_sticky .nav_logo img {
    max-height: 4vw;
}

/* banner */

.slider_banner .banner_content {
    overflow: hidden;
    opacity: 1 !important;
}

.hp_banner_content {
    background: linear-gradient(to right, #006479, rgba(0, 0, 0, 0.50), transparent);
    padding: 50px;
    gap: 50px;
    width: 65%;
}

.hp_banner_content:after {
    content: '';
    background-color: #006479;
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 50px;
    height: 50px;
    animation: 1s linear hp-rotate infinite;
}

@keyframes hp-rotate {
    0% {
        transform: rotate(0deg);
    }
    
    100% {
        transform: rotate(360deg);
    }
}

.hp_banner_content div.d-flex.flex-column {
    gap: 15px;
}

.hp_banner_content h3 {
    font-size: 20px;
    line-height: normal;
    font-family: "Host Grotesk", sans-serif;
    color: #00aaa5;
    letter-spacing: 2.5px;
}

.hp_banner_content h3 strong {
    font-weight: 500;
}

.hp_banner_content h2 {
    font-size: 45px;
    line-height: normal;
    font-family: "Host Grotesk", sans-serif;
}

.hp_banner_content h2 strong {
    font-weight: 500;
}

.hp_banner_button a button {
    transition: all 0.50s;
    background-color: #00aaa5;
    border: 0;
    padding: 5px 15px;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 15px;
}

.hp_banner_button a button:hover {
    background-color: #ffffff;
    color: #414042;
}

.hp_banner_button a button img {
    max-width: 50px;
    transition: all 0.50s;
}

.hp_banner_button a button:hover img {
    filter: brightness(0);
    transform: scaleX(-1)
}

/* about */

.index_wrapper_3 {
    padding-top: 50px;
    padding-bottom: 100px;
    background-image: url(https://cdn1.npcdn.net/userfiles/27892/image/about-bg.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.index_wrapper_3 .row.outerRow_3 {
    align-items: center;
}

.index_wrapper_3 #index_3, .index_wrapper_3 #index_4, .index_wrapper_3 #index_5 {
    padding-right: 0;
    padding-left: 0;
}

.hp_about_content {
    gap: 25px;
}

.hp_about_content div.d-flex.flex-column {
    gap: 15px;
}

.hp_sub {
    font-size: 16px;
    line-height: normal;
    font-family: "Host Grotesk", sans-serif;
    color: #00aaa5;
    letter-spacing: 3px;
}

.hp_sub strong {
    font-weight: 500;
}

.hp_title {
    font-size: 35px;
    line-height: normal;
    font-family: "Host Grotesk", sans-serif;
    color: #414042;
}

.hp_title strong {
    font-weight: 500;
}

.hp_button a button {
    transition: all 0.50s;
    background-color: #00aaa5;
    border: 0;
    padding: 5px 15px;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 15px;
}

.hp_button a button:hover {
    background-color: #414042;
}

.hp_button a button img {
    max-width: 50px;
    transition: all 0.50s;
}

.hp_button a button:hover img {
    transform: scaleX(-1)
}

/* product */

.index_wrapper_6 {
    padding-bottom: 50px;
    background-image: url(https://cdn1.npcdn.net/userfiles/27892/image/product-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.index_wrapper_6 #index_6 {
    padding-right: 0;
    padding-left: 0;
}

.hp_product_content {
    gap: 15px;
}

.hp_product_content .hp_sub {
    flex: none;
}

.hp_line {
    background-color: #00aaa5;
    width: 100%;
    height: 1px;
}

.hp_product_slider .slick-arrow {
    z-index: 1;
    width: auto;
    height: auto;
}

.hp_product_slider .slick-prev {
    left: -25px;
    transform: translate(-50%, -50%);
}

.hp_product_slider .slick-next {
    right: -25px;
    transform: translate(50%, -50%);
}

.hp_product_slider .slick-arrow:before {
    text-shadow: none;
    border-radius: 100%;
    color: #00aaa5;
    background-color: #ffffff;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    opacity: 1;
    font-size: 25px;
    box-shadow: 0 0 5px rgba(0, 170, 165, 0.25);
    transition: all 0.50s;
}

.hp_product_slider .slick-arrow:hover:before {
    background-color: #00aaa5;
    color: #ffffff;
    box-shadow: none;
}

.hp_product_slider .slick-prev:before {
    content: '\f060';
}

.hp_product_slider .slick-next:before {
    content: '\f061';
}

.hp_product_slider_item {
    padding: 15px;
}

.hp_product_slider_item_box {
    cursor: pointer;
}

.hp_product_slider_item_box div:first-child img {
    transition: all 0.50s;
    filter: brightness(0.75);
}

.hp_product_slider_item_box:hover div:first-child img {
    filter: brightness(0.50);
}

.hp_product_slider_item_box_content {
    bottom: 0;
    left: 0;
    gap: 15px;
    padding: 25px;
}

.hp_product_slider_item_box_content:before {
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 90%;
    height: 1px;
}

.hp_product_slider_item_box_content img {
    max-width: 25px;
    transition: all 0.50s;
}

.hp_product_slider_item_box:hover .hp_product_slider_item_box_content img {
    transform: rotate(45deg);
}

/* brand */

.index_wrapper_7 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.index_wrapper_7 #index_7 {
    padding-right: 0;
    padding-left: 0;
}

.hp_brand_running {
    margin: auto -50px;
}

.hp_brand_running_item {
    padding: 15px;
}

/* why */

.index_wrapper_8 {
    padding-top: 200px;
    padding-bottom: 200px;
    background-image: url(https://cdn1.npcdn.net/userfiles/27892/image/wcu-bg-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.index_wrapper_8 .row.outerRow_8 {
    align-items: center;
}

.hp_why_content {
    gap: 50px;
}

.hp_why_content_top {
    gap: 15px;
}

.hp_why_content_top_gap {
    gap: 15px;
}

.hp_why_content_top_gap .hp_line:after {
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: 0;
    right: -50%;
    width: 100%;
    height: 1px;
}

.hp_why_content_top .hp_sub {
    flex: none;
}

.hp_why_content_bottom {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.hp_why_content_bottom_box {
    gap: 15px;
}

.hp_why_content_bottom_box div {
    max-width: 125px;
}

.hp_why_content_bottom_box h3 {
    font-size: 16px;
    line-height: normal;
}

/* client */

.index_wrapper_10 {
    padding-bottom: 50px;
}

.index_wrapper_10 #index_10 {
    padding-right: 0;
    padding-left: 0;
}

.hp_client_content {
    gap: 15px;
}

.hp_client_running {
    margin: auto -50px;
}

.hp_client_running_item {
    padding: 15px;
}

/* news */

.index_wrapper_11 {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}

.index_wrapper_11:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/27892/image/news-obj.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.index_wrapper_11 #index_11 {
    padding-right: 0;
    padding-left: 0;
}

.hp_news_content {
    gap: 15px;
}

#main_index .latest_new_type4 {
    margin-bottom: 0;
    padding-right: 15px;
    padding-left: 15px;
}

#main_index .latest_new_type4 .col-lg-4.col-md-6.col-12.mb-3.p-0 {
    padding: 15px !important;
    margin-bottom: 0 !important;
}

#main_index .latest_new_type4 .news_box {
    padding: 0;
    background-color: transparent;
}

#main_index .latest_new_type4 .news_box a {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#main_index .latest_new_type4 .news_box .img_frame {
    margin-bottom: 0;
}

#main_index .latest_new_type4 .news_box a p {
    margin-bottom: 0;
}

#main_index .latest_new_type4 .news_box .badge-primary {
    letter-spacing: normal;
    border-radius: 5px;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    padding: 5px 15px;
}

#main_index .latest_new_type4 .news_box .date {
    font-size: 16px;
    margin-bottom: 0;
    color: #414042;
}

#main_index .latest_new_type4 .row:nth-child(2) {
    display: none;
}

/* contact */

.index_wrapper_12 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url(https://cdn1.npcdn.net/userfiles/27892/image/contact-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.index_wrapper_12 #index_12 {
    padding-right: 0;
    padding-left: 0;
}

.hp_contact_content {
    gap: 15px;
}

.hp_contact_content .hp_button a button {
    background-color: #ffffff;
    color: #00aaa5;
}

.hp_contact_content .hp_button a button:hover {
    background-color: #414042;
    color: #ffffff;
}

.hp_contact_content .hp_button a button:hover img {
    filter: brightness(0) invert(1);
}

/* footer */

.footer_type6 {
    background-image: url(https://cdn1.npcdn.net/userfiles/27892/image/footer-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: transparent;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}

.footer_type6 .logo {
    padding-top: 0;
    min-height: 100px !important;
}

.footer_type6 .logo img {
    position: static;
    transform: none;
    max-height: 100%;
    background-color: #ffffff;
    padding: 5px;
}

.footer_type6 p {
    margin-bottom: 0;
}

.footer_type6 .w-100.mb-3.text-left.p-0 {
    margin-bottom: 0 !important;
    margin-top: 15px;
}

.footer_type6 .npfooter_languagebar span small {
    color: #ffffff !important;
}

.footer_type6 .title {
    min-height: 0;
}

.footer_type6 .title h5 {
    font-size: 16px !important;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    color: #00aaa5;
    font-family: "Host Grotesk", sans-serif;
}

.footer_type6 .list-unstyled {
    margin-bottom: 0;
}

.footer_type6 a:hover {
    color: #00aaa5;
}

.footer_type6 .input-container {
    height: auto;
}

.footer_type6 .input-container input {
    height: auto;
    transition: all 0.50s;
    padding: 15px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    background-color: transparent;
    color: #ffffff;
    caret-color: #ffffff;
}

.footer_type6 .input-container label {
    height: auto;
    color: #ffffff;
    top: 17.5px;
    left: 0;
    padding-right: 0;
    margin-bottom: 0;
    z-index: 1;
    pointer-events: none;
}

.footer_type6 .input-container .moveUp {
    font-size: 0;
    top: 0;
}

.footer_type6 .input-container .submit {
    bottom: -30px;
    right: 0;
    transform: translate(0, 50%);
    padding: 15px;
    padding-right: 0;
    transition: all 0.50s;
    color: #ffffff;
    background-color: transparent;
}

.footer_type6 .input-container .submit:hover {
    color: #00aaa5;
}

.hp_footer_social {
    margin-top: 125px;
    gap: 15px;
}

.hp_footer_social a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00aaa5;
    padding: 15px;
    border-radius: 100%;
    width: 0;
    height: 0;
}

.hp_footer_social a:hover {
    background-color: #ffffff;
    color: #00aaa5;
}

.footer_type6 .line {
    background-color: transparent;
    margin-top: 50px;
    position: relative;
}

.footer_type6 .line:before {
    content: '';
    background-color: rgba(255, 255, 255, 0.25);
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, 0);
    width: 100%;
    height: 1px;
}

.footer_type6 .line:after {
    content: '';
    background-color: rgba(255, 255, 255, 0.25);
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, 0);
    width: 100%;
    height: 1px;
}

.footer_type6 .col-12.col-md-7 {
    padding: 15px;
}

.footer_type6 .copy_right.text-left .d-flex {
    gap: 15px;
}

.footer_type6 .copy_right.text-left .d-flex p {
    margin-right: 0 !important;
}

.footer_type6 .col-12.col-md-5.py-3.pb-md-0 {
    /*padding: 15px !important;*/
    display: none;
}

/*
.footer_type6 .social_media {
    padding-right: 0 !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}
*/

/*
.footer_type6 .social_media a {
    margin-left: 0;
    display: flex;
}
*/

/*
.footer_type6 .social_media a:hover {
    color: #156082;
}
*/

/*
.footer_type6 .social_media a i {
    font-size: 16px;
    line-height: normal;
}
*/

/*
.footer_type6 .social_media a .icon_s {
    bottom: 0;
}
*/

/*
.footer_type6 .social_media a .icon_s img {
    height: 16px;
}
*/

/* page */

.page_title {
    text-align: center !important;
}

.page_title b {
    font-size: 35px;
    color: #414042;
    font-weight: bold;
    font-family: "Host Grotesk", sans-serif;
}

.wspages {
    padding: 50px 0;
    min-height: auto !important;
    font-size: 1rem;
}

#main_contactus {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 1rem;
}

#main_contactus #contactus_1_1 .ws_contact {
    display: flex;
    flex-direction: column-reverse;
}

#main_contactus #contactus_1_1 .col-12.col-md-4.ws_contact {
    margin-bottom: 15px !important;
    display: block;
}

#main_contactus #contactus_1_1 .ws_contact .col-12.p-0.contact_map.mb_10 {
    display: flex;
    margin-bottom: 0;
}

#main_contactus #contactus_1_1 .ws_contact .col-12.p-0.contact_map.mb_10 iframe {
    height: 500px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 15px;
}

/* */

/* tablet */

@media only screen and (min-width: 768px) and (max-width: 1140px) {

/* banner */

.hp_banner_content {
    width: 100%;
    padding: 25px;
    gap: 25px;
}

.hp_banner_content h3 {
    font-size: 16px;
}

.hp_banner_content h2 {
    font-size: 35px;
}

/* product */

.hp_product_slider .slick-prev {
    left: 15px;
}

.hp_product_slider .slick-next {
    right: 15px;
}

/* why */

.index_wrapper_8 section .col-12.col-sm-10.p-3 {
    flex: 0 0 100%;
    max-width: 100%;
}

/* footer */

.footer_type6 .input-container label {
    font-size: 10px;
    top: 22.5px;
}

}

/* */

/* mobile */

@media only screen and (max-width: 767px) {

/* header */

.hp_header {
    display: none;
}

/* menu */

.navbar_mobile {
    background-color: #ffffff;
    border-bottom: 1px solid #414042;
    height: 75px;
    display: flex;
    justify-content: center;
    z-index: 10000 !important;
}

.navbar_mobile .row_1 {
    margin-bottom: 0;
    padding-top: 0 !important;
    align-items: center;
    flex-direction: row-reverse;
}

.navbar_mobile .row_1 .col.pl-4 {
    justify-content: flex-end;
    padding: 0 !important;
    flex: auto;
    width: auto;
}

.navbar_mobile .row_1 .col.text-center {
    padding: 15px !important;
    order: 1;
    flex: auto;
    width: auto;
    text-align: left !important;
}

.navbar_mobile .row_1 .col:last-child {
    display: none;
}

.navbar_mobile .btn-outline-light {
    font-size: 25px !important;
    border: none !important;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    color: #414042;
    border-radius: 0 !important;
    background-color: transparent;
    height: 75px;
}

.navbar_mobile .btn-outline-light:hover {
    color: #00aaa5;
    background-color: transparent;
    border: none !important;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle {
    color: inherit;
    background-color: inherit;
}

.navbar_mobile .logo_img {
    /*max-height: 75px;*/
    /*background-color: #ffffff;*/
    /*padding: 5px;*/
}

.side_menu {
    background-color: #414042;
}

.side_menu.show {
    width: 100%;
}

.side_menu .mt-3.mx-3.pt-5 {
    margin-top: 75px !important;
}

.side_menu input {
    border-radius: 0;
    border: none;
    background-color: rgba(255, 255, 255, 1);
    color: #414042;
}

.side_menu input::placeholder {
    color: #414042 !important;
}

.side_menu button {
    color: #414042 !important;
    transition: all 0.50s;
}

.side_menu button:hover {
    color: #00aaa5 !important;
}

.side_menu .list-group {
    margin-top: 50px !important;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
    gap: 15px;
}

.side_menu .list-group .list-group-item {
    border-bottom: none;
    padding: 0;
}

.side_menu .list-group .list-group-item:last-child {
    border-bottom: none;
}

.side_menu .list-group .list-group-item a, .side_menu .social_media a {
    color: #ffffff;
}

.side_menu .list-group .list-group-item a:hover, .side_menu .social_media a:hover {
    color: #00aaa5;
}

.side_menu .list-group .list-group-item .dropdown-toggle {
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.side_menu .social_media {
    width: auto;
    padding: 0;
    justify-content: center;
}

.side_menu .social_media a {
    margin: 0;
}

.m_default_member a:hover, .m_default_languagebar a:hover {
    color: #00aaa5;
}

.npnavbar_languagebar {
    text-align: center;
}

/* banner */

.slider_banner .item img {
    height: 500px !important;
    object-fit: cover;
}

.hp_table {
    align-items: flex-start !important;
}

.hp_banner_content {
    width: 100% !important;
    padding: 25px;
    margin: 15px;
}

.hp_banner_content h3 {
    font-size: 16px;
}

.hp_banner_content h2 {
    font-size: 35px;
}

.hp_banner_content h2 strong br {
    display: none;
}

/* product */

.hp_product_content .hp_title strong br {
    display: none;
}

.index_wrapper_6 section .hp_button {
    justify-content: flex-start !important;
}

.hp_product_slider {
    padding: 0 25px;
}

.hp_product_slider .slick-prev {
    left: 40px;
}

.hp_product_slider .slick-next {
    right: 40px;
}

/* why */

.index_wrapper_8 {
    margin-top: -100px;
    padding-bottom: 50px;
}

.hp_why_content_bottom {
    grid-template-columns: repeat(2, 1fr);
}

/* contact */

.hp_contact_content .hp_title strong br {
    display: none;
}

/* footer */

.hp_footer_social {
    justify-content: flex-start !important;
}

}

/* product */
#main_ourproducts 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;
}
/* */