/* desktop */

body {
    color: #212529;
    line-height: 1.5;
}

a {
    text-decoration: none !important;
    transition: all 0.50s;
}

.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;
}

/* menu */

#main_index .navbar_ecommerceDropdown {
    height: 0;
    z-index: 1;
}

.navbar_ecommerceDropdown {
    padding: 0;
}

#main_index .navbar_ecommerceDropdown .container.d-flex.justify-content-between {
    border-color: transparent;
}

.navbar_ecommerceDropdown .container.d-flex.justify-content-between {
    padding: 0;
    align-items: center;
    border-bottom: 1px solid #006a39;
}

.nav_logo {
    padding: 1vw;
}

.nav_logo a {
    display: flex;
}

.navbar_ecommerceDropdown .nav_logo img {
    max-height: 10vw;
}

.navbar_ecommerceDropdown .nav_search {
    padding: 1vw;
    justify-content: flex-end;
}

.nav_bottom {
    background-color: transparent;
}

.nav_bottom .menu {
    gap: 2.5vw;
    flex-wrap: nowrap;
}

.nav_bottom .menu .nav_item:hover {
    background-color: transparent;
}

.nav_bottom .menu .nav_item .dropdown a {
    padding: 0;
    color: #00572e;
    text-transform: uppercase;
    font-size: 1vw;
}

.nav_bottom .menu .nav_item:hover .dropdown .title {
    color: #ed1d24;
}

.nav_bottom .menu .nav_item:last-child .dropdown a {
    background: linear-gradient(to right, #006a39, #008f39, #008f39);
    color: #ffffff;
    padding: 10px 25px;
    border-radius: 100px;
    margin-left: 3vw;
}

.nav_bottom .menu .nav_item:hover:last-child .dropdown .title {
    background: linear-gradient(to left, #006a39, #008f39, #008f39);
    border-radius: 0 25px 0 25px;
}

.nav_bottom .menu .nav_item .dropdown a strong {
    font-weight: 600;
}

.hp_sticky {
    position: fixed;
    width: 100%;
    z-index: 10 !important;
    animation: 0.50s ease fadeInDown;
    background-color: #ffffff;
    height: auto !important;
}

.hp_sticky .container.d-flex.justify-content-between {
    border-bottom: 0;
}

.hp_sticky .nav_logo img {
    max-height: 3.25vw;
}

/* banner */

.index_wrapper_2 {
    height: 100vh;
    transition: all 0.50s ease;
}

.index_wrapper_2.shrink {
    height: 50vh;
}

.slider_banner .slick-dots {
    position: absolute;
    bottom: 175px;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
    max-width: 1240px;
    padding: 15px;
}

.slider_banner .banner_content {
    overflow: hidden;
    opacity: 1 !important;
}

.hp_banner_content {
    gap: 25px;
}

.hp_banner_content h2 {
    font-size: 75px;
    line-height: 1;
    color: #006a39;
    font-family: "Bebas Neue", sans-serif;
}

.hp_banner_content_img {
    max-width: calc(100% - 65%);
}

.hp_banner_button {
    gap: 15px;
}

.hp_banner_button div a button {
    transition: all 0.50s;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.hp_banner_button div:first-child a button {
    background-color: #006a39;
    color: #ffffff;
    border: 1px solid transparent;
    border-radius: 5px;
}

.hp_banner_button div:last-child a button {
    background-color: #ffffff;
    color: #006a39;
    border: 1px solid #006a39;
    border-radius: 10px;
}

.hp_banner_button div a button b {
    font-weight: 600;
}

.hp_banner_button div a button img {
    max-width: 25px;
}

.hp_banner_button div a:hover button img {
    transform: scaleX(-1);
}

/* about */

.index_wrapper_3 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #ffffff;
    position: relative;
}

.index_wrapper_3 .row.outerRow_3 {
    align-items: center;
}

.index_wrapper_3 #index_3 {
    padding-top: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 15px !important;
}

.hp_about {
    gap: 50px;
}

.hp_about_content_top {
    gap: 25px;
}

.hp_title {
    font-size: 75px;
    line-height: 1;
    font-family: "Bebas Neue", sans-serif;
}

.hp_about_content_bottom {
    gap: 25px;
}

.hp_about_content_bottom_icon {
    gap: 15px;
}

.hp_about_content_bottom_icon h3 {
    font-size: 25px;
    line-height: normal;
}

.hp_about_content_bottom_box {
    background: linear-gradient(to right, #154b3b, #006a39);
    box-shadow: 0 0 15px rgba(33, 37, 41, 0.25);
    padding: 25px;
    border-radius: 5px;
}

/* slogan */

.index_wrapper_5 #index_5 {
    padding-right: 0;
    padding-left: 0;
}

.hp_slogan_box {
    background: url(https://cdn1.npcdn.net/userfiles/28641/image/e_bg.jpg)
                center / cover no-repeat;
    padding: 150px 50px;
    border-radius: 0 50px 0 50px;
    z-index: 0;
}

.hp_slogan_box:before {
    content: '';
    background: linear-gradient(to right, #006a39, transparent);
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    height: 100%;
    z-index: -1;
    transition: all 0.50s;
}

.hp_slogan_box:hover:before {
    width: 100%;
}

.hp_slogan_content {
    gap: 25px;
}

.hp_slogan_content .hp_title {
    font-size: 40px;
}

.hp_button a button {
    transition: all 0.50s;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: #ffffff;
    color: #006a39;
    border: 1px solid #006a39;
    border-radius: 10px;
    text-align: left;
}

.hp_button a button b {
    font-weight: 600;
}

.hp_button a button img {
    max-width: 25px;
}

.hp_button a:hover button img {
    transform: scaleX(-1);
}

/* product */

.index_wrapper_6 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.index_wrapper_6 #index_6 {
    padding-right: 0;
    padding-left: 0;
}

.hp_product_content .hp_title {
    font-size: 65px;
    color: #006a39;
}

.product_cat-3 .col-6.col-md-6.mb-3 {
    padding: 15px;
    margin-bottom: 0 !important;
}

.product_cat-3 .cat_box {
    opacity: 1 !important;
    transform: none !important;
    border-radius: 0 25px 0 25px;
    height: 100%;
}

.product_cat-3 .cat_box a {
    display: flex;
}

.product_cat-3 .cat_box .content {
    background-color: transparent;
    background: linear-gradient(-200deg, #006a39, transparent, transparent);
    transition: all 0.50s;
}

.product_cat-3 .cat_box .content .content_box {
    width: 100%;
    height: 100%;
    padding: 25px;
}

.product_cat-3 .cat_box .content .content_box h3 {
    display: none;
}

.product_cat-3 .cat_box .content .content_box h4 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: normal;
    margin: 0 !important;
    font-size: 35px;
    line-height: normal;
}

.product_cat-3 .cat_box .content .line {
    background-color: #ed1d24;
    width: 0;
    transition: all 0.50s;
}

/* service */

.index_wrapper_7 {
    padding-bottom: 50px;
}

.index_wrapper_7 #index_7 {
    padding-right: 0;
    padding-left: 0;
}

.hp_service_box {
    background: url(https://cdn1.npcdn.net/userfiles/28641/image/g_bg.jpg)
                center / cover no-repeat;
    padding: 100px 50px;
    border-radius: 0 50px 0 50px;
    z-index: 0;
}

.hp_service_box:before {
    content: '';
    background: linear-gradient(to right, #006a39, transparent);
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    height: 100%;
    z-index: -1;
    transition: all 0.50s;
}

.hp_service_box:hover:before {
    width: 100%;
}

.hp_service_content {
    gap: 25px;
    width: calc(100% - 65%);
}

.hp_service_content .hp_title {
    font-size: 55px;
}

/* map */

.index_wrapper_8 {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(https://cdn1.npcdn.net/userfiles/28641/image/h_bg.jpg)
                center / cover no-repeat;
}

.index_wrapper_8 .row.outerRow_8 {
    align-items: center;
}

.index_wrapper_8 #index_8 {
    padding-right: 0;
    padding-left: 0;
}

.hp_map {
    gap: 50px;
}

.hp_map_content {
    gap: 25px;
}

.hp_map_content .hp_title {
    font-size: 65px;
    color: #006a39;
}

.hp_map_bottom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.hp_map_bottom_box {
    border: 1px solid #006a39;
    padding: 15px;
    border-radius: 0 25px 0 25px;
    gap: 15px;
    transition: all 0.50s;
}

.hp_map_bottom_box:hover {
    background-color: #006a39;
}

.hp_map_bottom_box img {
    max-width: calc(100% - 50%);
}

.hp_map_bottom_box:hover img {
    transform: scaleX(-1);
}

.hp_map_bottom_box h3 {
    font-size: 16px;
    line-height: normal;
    transition: all 0.50s;
}

.hp_map_bottom_box:hover h3 {
    color: #ffffff;
}

.index_wrapper_8 #index_9 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

/* footer */

.footer_type6 {
    background-color: transparent;
    background: linear-gradient(to right, #154b3b, #006a39);
    padding-top: 50px;
    padding-bottom: 0;
    overflow: hidden;
    border-radius: 50px 50px 0 0;
}

.footer_type6 .logo {
    padding-top: 0;
    height: 100px;
}

.footer_type6 .logo img {
    position: static;
    transform: none;
    max-height: 100%;
}

.footer_type6 p {
    margin-bottom: 0;
}

.footer_type6 .title {
    min-height: 0;
}

.footer_type6 .title h5 {
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;
}

.footer_type6 ul {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer_type6 a:hover {
    color: #212529;
}

.footer_type6 ul li a p {
    margin-bottom: 0 !important;
}

.footer_type6 .input-container {
    height: auto;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 100px;
    gap: 15px;
}

.footer_type6 .input-container input, .footer_type6 .input-container label {
    height: auto;
}

.footer_type6 .input-container input {
    border-bottom: 0;
    position: static;
    padding: 15px;
    border-radius: 0;
    color: #212529;
    caret-color: #212529;
}

.footer_type6 .input-container label {
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    padding: 0;
    margin-bottom: 0;
    pointer-events: none;
    z-index: 1;
    color: #212529;
    width: fit-content;
}

.footer_type6 .input-container label:hover {
    font-size: 0;
}

.footer_type6 .input-container .moveUp {
    display: none;
}

.footer_type6 .input-container .submit {
    position: relative;
    right: 15px;
    border-radius: 100%;
    transition: all 0.50s;
    background: linear-gradient(to left, #006a39, #008f39, #008f39);
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_type6 .input-container .submit:hover {
    background: linear-gradient(to right, #006a39, #008f39, #008f39);
}

.footer_type6 .col-12:nth-child(5) {
    padding: 15px;
}

.footer_type6 .line {
    background-color: transparent;
    margin-bottom: 0;
    padding: 0;
    height: 0;
}

.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;
}

.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;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding: 15px;
    width: 0;
    height: 0;
}

.footer_type6 .social_media a:hover {
    background-color: #ffffff;
    color: #006a39;
}

.footer_type6 .social_media a i {
    line-height: normal;
    font-size: 16px;
}

.footer_type6 .social_media a .icon_s {
    bottom: 0;
}

/* page */

.page_title {
    text-align: center !important;
}

.page_title b {
    font-size: 50px;
    color: #006a39;
    font-weight: normal;
    font-family: "Bebas Neue", sans-serif;
}

.wspages {
    padding: 100px 0;
    min-height: auto !important;
    font-size: 1rem;
}

.ws_gallery-2 .img_frame img {
    object-fit: contain;
}

#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;
}

#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;
    border-radius: 0 50px 0 50px;
}

/* */

/* tablet */

@media only screen and (min-width: 768px) and (max-width: 1140px) {

/* banner */

.slider_banner .slick-dots {
    bottom: 90px;
    max-width: 100%;
}

.hp_banner_content h2 {
    font-size: 50px;
}

/* about */

.index_wrapper_3 section .col-12.col-sm-11.p-3 {
    flex: 0 0 100%;
    max-width: 100%;
}

.hp_title {
    font-size: 50px;
}

/* service */

.hp_service_content {
    width: calc(100% - 50%);
}

/* map */

.hp_map_bottom_box h3 {
    font-size: 12px;
}

}

/* */

/* mobile */

@media only screen and (max-width: 767px) {

/* menu */

.navbar_mobile {
    background-color: #ffffff;
    border-bottom: 0;
    height: auto;
}

.navbar_mobile .row_1 {
    flex-direction: row-reverse;
    margin-bottom: 0;
    padding-top: 0 !important;
}

.navbar_mobile .row_1 .col.pl-4 {
    padding: 15px !important;
    justify-content: flex-end;
}

.navbar_mobile .btn-outline-light {
    border-radius: 0 !important;
    border: 0;
    font-size: 16px !important;
    padding: 0;
    line-height: normal;
    display: flex;
}

.navbar_mobile .btn-outline-light:hover {
    color: #ed1d24;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle {
    color: transparent;
    background-color: transparent;
    border-color: transparent;
}

.navbar_mobile .row_1 .col.text-center {
    padding: 15px;
}

.navbar_mobile .logo_img {
    max-height: 75px;
}

.navbar_mobile .row_1 .col {
    padding: 15px;
}

.side_menu {
    background-color: #212529;
}

.side_menu input {
    border-radius: 0;
    height: auto;
    padding: 10px 25px;
    border: none;
    background-color: #ffffff;
    color: #212529;
}

.side_menu input::placeholder {
    color: #212529 !important;
}

.side_menu button {
    right: 15px !important;
    font-size: 16px !important;
    padding: 0;
    color: #212529 !important;
    transition: all 0.50s;
}

.side_menu button:hover {
    color: #ed1d24 !important;
}

.side_menu .list-group .list-group-item {
    border-color: rgba(255, 255, 255, 0.25);
}

.side_menu .list-group .list-group-item a {
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
}

.side_menu .list-group .list-group-item a:hover {
    color: #ed1d24;
}

.side_menu .social_media a {
    color: #ffffff;
}

.side_menu .social_media a:hover {
    color: #ed1d24;
}

.m_default_member a:hover, .m_default_languagebar a:hover {
    color: #ed1d24;
}

/* banner */

.slider_banner .slick-dots {
    bottom: 0;
    max-width: 100%;
}

.slider_banner .item img {
    height: 500px !important;
    object-fit: cover;
}

.hp_banner_content {
    width: 100% !important;
}

.hp_banner_content h2 {
    font-size: 50px;
}

.hp_banner_button {
    flex-direction: column;
}

/* about */

.index_wrapper_3 #index_3 {
    padding-right: 0 !important;
}

.hp_title {
    font-size: 50px;
}

/* slogan */

.hp_slogan_content .hp_title br {
    display: none;
}

/* product */

.product_cat-3 .col-6.col-md-6.mb-3 {
    flex: 0 0 100%;
    max-width: 100%;
}

/* service */

.hp_service_content {
    width: calc(100% - 0%);
}

/* map */

.hp_map_bottom_box h3 {
    font-size: 12px;
}

/* footer */

.footer_type6 {
    padding-bottom: 50px;
}

.footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3 {
    margin-bottom: 0 !important;
}

}

/* */



/*///////////// CONTENT USE //////////////////*/

.product_list_5 .product_box .whatsapp_wrapper {
    display: none;
}