@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

/* desktop */

.np_lang_scp {
    z-index: 100;
}

body {
    color: #102621;
    font-size: 16px !important;
    line-height: 1.75;
}

a {
    text-decoration: none !important;
    transition: all 0.50s !important;
}

.all_functional_page {
    padding-top: 100px;
    padding-bottom: 100px !important;
    min-height: auto;
}

#main_index {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0 !important;
}

.productDetailImageSpecial{
    padding:0 5rem;
}

@media screen and (max-width: 767.5px){
    .productDetailImageSpecial{
        padding:0 0rem;
    }   
}

/* menu */

.navbar_type8 {
    height: 100px;
    max-width: 80vw;
    left: 50%;
    transform: translate(-50%, 0);
}

.navbar_type8 .logo {
    flex: auto;
    margin-left: 0;
}

.navbar_type8 .logo img {
    width: auto;
}

.navbar_type8 .nav_tab {
    flex: 0 1 auto;
    padding-left: 0;
    padding-right: 15px;
    align-items: center;
    gap: 25px;
}

.navbar_type8 .nav_tab .nav_item::before {
    display: none;
}

.navbar_type8 .nav_tab .nav_item a {
    padding: 0;
    font-weight: 900;
    font-size: 1vw;
}

.navbar_type8 .nav_tab .nav_item a:hover {
    color: #9ea5aa;
}

.hp_search {
    padding: 1vw;
    position: relative;
    font-size: 1vw;
}

.hp_search input {
    position: absolute;
    top: 5vw;
    right: 1vw;
    width: auto;
    padding: 1vw;
    border: 0;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-1vw);
    transition: all 0.50s;
    border-radius: 5px;
    z-index: 1;
}

.hp_search:hover input, .hp_search input:focus {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.hp_search button {
    padding: 1vw;
    border: 0;
    background: transparent;
    color: #ffffff;
    transition: all 0.50s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    border-radius: 100%;
}

.hp_search:hover button {
    color: #102621;
    background: #ffffff;
}

.dark_nav {
    background-color: transparent !important;
}

.dark_nav:before {
    content: '';
    background-color: #102621;
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.dark_nav:after {
    content: '';
    background-color: #102621;
    position: absolute;
    top: 0;
    right: -50%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#main_index #top_spacing {
    height: 0 !important;
}

#top_spacing {
    background-color: #102621;
}

/* banner */

.slider_banner .item img {
    filter: brightness(0.50);
}

.slider_banner .banner_content {
    opacity: 1 !important;
    overflow: hidden;
}

.hp_banner_content {
    gap: 50px;
    margin-bottom: 50px;
}

.hp_banner_content h2 {
    font-size: 2.25vw;
    line-height: normal;
    text-transform: uppercase;
}

.hp_banner_content h2 strong {
    font-weight: 900;
}

.hp_banner_button a button {
    transition: all 0.50s;
    background-color: #143727;
    color: #ffffff;
    border: none;
    padding: 5px 50px;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    width: max-content;
}

.hp_banner_button a button:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/26255/image/button1.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.50s;
}

.hp_banner_button a button:hover:before {
    left: -50%;
}

.hp_banner_button a button span {
    position: relative;
    left: 15px;
    transition: all 0.50s;
}

.hp_banner_button a button:hover span {
    left: 0;
}

/* service */

.index_wrapper_3 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.index_wrapper_3 #index_3 {
    padding-right: 0;
    padding-left: 0;
}

.hp_title {
    font-size: 35px;
    line-height: normal;
    text-transform: uppercase;
}

.hp_title strong {
    font-weight: 900;
}

.product_cat-4 .col-12.col-md-4.col-lg-4.p-0 {
    padding: 15px !important;
}

.product_cat-4 .cat_outter_box {
    padding: 0;
}

.product_cat-4 .cat_box {
    height: auto;
    opacity: 1 !important;
    transform: none !important;
}

.product_cat-4 .cat_box a {
    display: flex;
    flex-direction: column;
}

.product_cat-4 .cat_box img {
    transition: inherit;
    aspect-ratio: 3 / 2;
}

.product_cat-4 .cat_box:hover img {
    transform: scale(1);
}

.product_cat-4 .cat_box .content {
    position: static;
    background-color: #102621;
    transition: inherit;
}

.product_cat-4 .cat_box:hover .content {
    background-color: #102621;
}

.product_cat-4 .cat_box .content .content_box {
    padding: 15px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.product_cat-4 .cat_box .content .content_box h3 {
    display: none;
}

.product_cat-4 .cat_box .content .content_box h4 {
    margin-bottom: 0 !important;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
}

.product_cat-4 .cat_box .content .content_box .btn-outline-primary {
    font-size: 16px !important;
    padding: 5px 50px;
    line-height: normal;
    border-radius: 100px;
    transition: all 0.50s;
    width: fit-content;
}

.product_cat-4 .cat_box .content .content_box .btn-outline-primary:hover {
    border-color: #9ea5aa;
    color: #102621;
    background-color: #9ea5aa;
}

.product_cat-4 .cat_box .content .line {
    display: none;
}

/* testimonial */

.index_wrapper_4 {
    padding-bottom: 100px;
}

.index_wrapper_4 #index_4 {
    padding-right: 0;
    padding-left: 0;
}

.hp_testimonial_type4 {
    opacity: 1 !important;
    transform: none !important;
    padding: 0;
}

.hp_testimonial_type4 .slick-slider {
    margin-bottom: 0;
    margin-top: 0 !important;
}

.hp_testimonial_type4 i.slick-arrow {
    font-size: 16px !important;
    cursor: pointer;
    transition: all 0.50s;
}

.hp_testimonial_type4 i.slick-arrow:hover {
    color: #9ea5aa;
}

.hp_testimonial_type4 .slick-slide {
    min-height: auto;
}

.hp_testimonial_type4 .testimonial_box {
    margin-top: 0 !important;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card {
    padding: 15px;
    gap: 15px;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card .img {
    width: calc(100% - 50%);
    height: auto;
    padding-top: 0;
    box-shadow: none;
    border-color: #102621;
    border-radius: 100%;
    aspect-ratio: 1 / 1;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card .img img {
    padding: 15px;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card .text_area {
    margin-top: 0;
    order: 1;
    flex-direction: column-reverse;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card .text_area .align-self-center.text-center.col-12 {
    padding: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card .text_area .align-self-center.text-center.col-12 p {
    margin-bottom: 0;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card .text_area .col-12.text-center {
    padding: 0;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card .name {
    min-height: 75px;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card .name h6 {
    margin-bottom: 0;
    font-weight: bold;
    line-height: normal;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card .name .all_font_sm {
    font-size: 16px !important;
    margin-bottom: 0;
}

.hp_testimonial_type4 .slick-dots {
    bottom: 0;
    padding: 15px;
}

/* downspace */

.hp_downspace {
    padding: 100px 0 0;
    background-color: #102621;
}

.hp_downspace_content {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 100px;
}

.hp_downspace_box {
    gap: 15px;
}

.hp_downspace_box h3 {
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
}

.hp_downspace_box h3 strong {
    font-weight: 900;
}

.hp_downspace_social ul {
    list-style: none;
    gap: 15px;
}

.hp_downspace_social ul li a {
    background-color: #ffffff;
    border-radius: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
}

.hp_downspace_social ul li a:hover {
    background-color: #9ea5aa;
}

/* footer */

.footer_type3 {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #102621;
}

.footer_type3 .container.pt-3.pb-3 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.footer_type3 .col-12.col-md-9 {
    padding: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}

.footer_type3 p.mb-2 {
    margin-bottom: 0 !important;
}

.footer_type3 div.text-left.d-flex.mb-2 {
    margin-bottom: 0 !important;
    text-align: center !important;
    justify-content: center;
}

.footer_type3 div.text-left.d-flex.mb-2 div {
    margin-right: 0 !important;
}

.footer_type3 .text-left.mb-2 {
    text-align: center !important;
    margin-bottom: 0 !important;
}

.footer_type3 .text-left.mb-2 a {
    margin-right: 0 !important;
}

.footer_type3 p {
    margin-bottom: 0;
}

.footer_type3 a:hover {
    color: #9ea5aa;
}

.footer_type3 .col-12.col-md-3 {
    display: none;
}

/* float */

.whatsapp_float_btn {
    right: 25px;
}

.whatsapp_float_btn .whatsapp {
    left: auto;
}

/* page */

.page_title b {
    font-size: 35px;
    font-weight: 900;
    color: #102621;
    text-transform: uppercase;
}

.wspages {
    padding: 100px 0;
    position: relative;
}

.wspages:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 16.25vw solid transparent;
    border-left: 16.25vw solid #143727;
}

.wspages:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 16.25vw solid transparent;
    border-right: 16.25vw solid #143727;
}

.hp_about_middle {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: normal;
}

.hp_about_middle b {
    font-weight: 900;
}

.hp_about_img {
    background-image: url(https://cdn1.npcdn.net/userfiles/26255/image/about_img1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 500px;
    border-radius: 15px;
}

.hp_list ul {
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: auto auto;
    gap: 15px;
}

.hp_list ul li {
    display: flex;
    align-items: center;
    gap: 15px;
}

.hp_list ul li h1 {
    font-size: 50px;
    font-weight: 900;
    line-height: normal;
    width: 50px;
    text-align: center;
}

.hp_list ul li p {
    font-size: 35px;
}

.hp_about_frame {
    background-color: #102621;
    color: #ffffff;
    padding: 50px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.hp_tri_right:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-bottom: 250px solid transparent;
    border-right: 250px solid #143727;
    z-index: -1;
}

.hp_tri_left:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-bottom: 250px solid transparent;
    border-left: 250px solid #143727;
    z-index: -1;
}

.hp_about_stick_left {
    position: absolute;
    bottom: -35px;
    left: -10px;
}

.hp_about_stick_right {
    position: absolute;
    bottom: -35px;
    right: -10px;
}

.hp_about_big {
    font-size: 100px;
    font-weight: 900;
    line-height: normal;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 0.10;
}

.hp_about_line {
    position: relative;
}

.hp_about_line b {
    background-color: #ffffff;
    padding: 15px 25px;
}

.hp_about_line:before {
    content: '';
    background-color: #102621;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
    height: 1px;
    z-index: -1;
}

.hp_about_box_1 {
    background-color: #102621;
    color: #ffffff;
    padding: 50px 25px;
    border-radius: 15px;
    position: relative;
}

.hp_about_box_1:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #102621;
    z-index: -1;
}

.hp_about_box_2 {
    background-color: #ffffff;
    border: 1px dashed #102621;
    padding: 50px 25px;
    border-radius: 15px;
    position: relative;
    margin-top: 50px;
}

.hp_about_box_2:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #102621;
    z-index: -1;
}

.hp_about_big_title {
    font-size: 75px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.hp_about_circle {
    max-width: 70%;
    margin: 0 auto;
}

.hp_about_csr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 30px;
}

.hp_about_csr img {
    border-radius: 15px;
}

.hp_about_border {
    border: 1px solid #102621;
    padding: 15px;
    border-radius: 15px;
}

#main_ourproducts .product_list_type4 .product_box .img_frame .effect {
    background-color: #143727;
}

#main_ourproducts .product_list_type4 .product_box .img_frame .effect .content .title,
#main_ourproducts .product_list_type4 .product_box .img_frame .effect .content .text {
    color: #ffffff;
}

#main_ourproducts .product_list_type4 .product_box .img_frame .effect .content .text:hover {
    color: #ffffff;
}

#main_contactus {
    padding-top: 100px;
    padding-bottom: 100px;
}

#main_contactus .text-center {
    margin-bottom: 30px !important;
    text-align: left !important;
}

#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 {
    display: block;
    margin-bottom: 15px !important;
}

#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) {

/* menu */

.navbar_type8 {
    height: 75px;
}

/* banner */

.hp_banner_content {
    margin-bottom: 0;
}

/* page */

.hp_list ul {
    grid-template-columns: auto;
}

}

/* */

/* mobile */

@media only screen and (max-width: 767px) {

.np_language_btn_typ2 {
    top: 125px;
}

.np_lang_scp {
    top: 100px;
}

/* menu */

#main_index #top_spacing {
    height: 75px !important;
}

.navbar_mobile {
    background-color: #102621;
    border-bottom: none;
    height: 75px;
    display: flex;
    justify-content: center;
    z-index: 10000;
}

.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;
}

.navbar_mobile .row_1 .col.pl-4, .navbar_mobile .row_1 .col.text-center {
    padding: 15px !important;
}

.navbar_mobile .row_1 .col.pl-4 {
    padding: 0 0 0 15px !important;
}

.navbar_mobile .row_1 .col.text-center {
    order: 1;
    text-align: left !important;
}

.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: #ffffff;
    border-radius: 0 !important;
    background-color: transparent;
}

.navbar_mobile .btn-outline-light:hover {
    color: #143727;
    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;
}

.side_menu {
    background-color: #143727;
}

.side_menu.show {
    width: 100%;
}

.side_menu .mt-3.mx-3.pt-5 {
    margin-top: 50px !important;
}

.side_menu input {
    border-radius: 15px;
    border: none;
    background-color: rgba(255, 255, 255, 1);
    color: #102621;
}

.side_menu input::placeholder {
    color: #102621 !important;
}

.side_menu button {
    color: #102621 !important;
    transition: all 0.50s;
}

.side_menu button:hover {
    color: #143727 !important;
}

.side_menu .list-group {
    margin-top: 50px !important;
    padding-right: 15px;
    padding-left: 15px;
}

.side_menu .list-group .list-group-item {
    border-bottom: 1px solid #ffffff;
    padding: 15px 15px 15px 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;
    font-weight: 900;
    text-transform: uppercase;
}

.side_menu .list-group .list-group-item a:hover, .side_menu .social_media a:hover {
    color: #102621;
}

.side_menu .social_media {
    width: auto;
    padding: 0;
    justify-content: flex-start;
}

.side_menu .social_media a {
    margin: 0;
}

/* banner */

.slider_banner .item img {
    height: 550px !important;
    object-fit: cover;
}

.hp_banner_content {
    margin-bottom: 0;
}

.hp_banner_content h2 {
    font-size: 16px;
}

.hp_banner_button a button {
    width: auto;
}

/* service */

.hp_title {
    font-size: 25px;
}

/* downspace */

.hp_downspace_content {
    grid-template-columns: auto;
    gap: 30px;
}

/* footer */

.footer_type3 {
    padding-bottom: 100px;
}

/* page */

.hp_about_box_1:after, .hp_about_box_2:after {
    top: auto;
    bottom: -35px;
    right: 50%;
    transform: translate(50%, -50%);
    border-top: 25px solid #102621;
    border-bottom: none;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
}

.hp_about_box_2 {
    margin-top: 0;
}

.hp_about_big_title {
    font-size: 35px;
}

/* float */

#toTop {
    bottom: 50px !important;
}

.floating_btn_bottom_block {
    height: auto;
}

.floating_btn_bottom {
    background-color: #143727;
    height: auto;
    padding: 15px;
}

.floating_btn_bottom .col-12.text-center {
    padding: 0;
}

.floating_btn_bottom_wrapper {
    margin-bottom: 0;
}

.floating_btn_bottom_wrapper > li > a > i {
    font-size: 25px;
    line-height: normal;
    transition: all 0.50s;
}

.floating_btn_bottom_wrapper > li > a > i:hover {
    color: #102621;
}

/* page */

.hp_list ul {
    grid-template-columns: auto;
}

}

/* */