/* desktop */

body {
    color: #111111;
    line-height: 1.5;
}

a {
    text-decoration: none !important;
}

.all_functional_page {
    padding-top: 100px;
    padding-bottom: 100px !important;
    min-height: auto;
    font-size: 1rem;
}

#main_index {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0 !important;
}

/* menu */

.navbar_ecommerceDropdown {
    padding: 0;
}

.navbar_ecommerceDropdown .container.d-flex.justify-content-between {
    padding: 0;
    align-items: center;
}

.nav_logo {
    padding: 1vw;
}

.nav_logo a {
    display: flex;
}

.navbar_ecommerceDropdown .nav_logo img {
    max-height: 3.25vw;
}

.navbar_ecommerceDropdown .nav_search {
    padding: 1vw;
    justify-content: flex-end;
}

.nav_bottom .menu {
    gap: 1.65vw;
}

.nav_bottom .menu .nav_item:hover {
    background-color: transparent;
}

.nav_bottom .menu .nav_item .dropdown a {
    padding: 0;
    color: #111111;
    font-size: 1vw;
}

.nav_bottom .menu .nav_item:last-child .dropdown a {
    background: linear-gradient(to right, #8dcb0d, #0f9312);
    color: #ffffff;
    padding: 5px 35px 5px 15px;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(17, 17, 17, 0.15);
}

.nav_bottom .menu .nav_item:hover:last-child .dropdown a {
    background: linear-gradient(to left, #111111, #666666);
    color: #ffffff;
    box-shadow: none;
}

.nav_bottom .menu .nav_item:last-child .dropdown a:after {
    content: '';
    background: url(https://cdn1.npcdn.net/userfiles/20059/image/b_btn.png)
                right / contain no-repeat;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
}

.nav_bottom .menu .nav_item:hover:last-child .dropdown a:after {
    transform: translateY(-50%) scaleX(-1);
}

.nav_bottom .menu .nav_item .dropdown a strong {
    font-weight: 600;
}

/* banner */

.slider_banner .banner_content {
    overflow: hidden;
    opacity: 1 !important;
}

.hp_banner_content {
    gap: 15px;
}

.hp_banner_content h2 {
    font-size: 50px;
    line-height: 1.25;
    background: -webkit-linear-gradient(left, #8dcb0d, #0f9312);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hp_banner_content h2 strong {
    font-weight: 900;
}

.hp_banner_button {
    gap: 15px;
}

.hp_banner_button div a button {
    transition: all 0.50s;
    color: #ffffff;
    border: 0;
    padding: 5px 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.hp_banner_button div:first-child a button {
    background: linear-gradient(to right, #8dcb0d, #0f9312);
}

.hp_banner_button div:first-child a:hover button {
    background: linear-gradient(to left, #111111, #666666);
}

.hp_banner_button div:last-child a button {
    background: linear-gradient(to right, #111111, #666666);
}

.hp_banner_button div:last-child a:hover button {
    background: linear-gradient(to left, #8dcb0d, #0f9312);
}

.hp_banner_button div a button img {
    max-width: 10px;
}

.hp_banner_button div a:hover button img {
    transform: scaleX(-1);
}

.hp_banner_image {
    transform: scale(1.5) translate(15px, -15px);
}

/* float */

.index_wrapper_3 {
    margin-top: -75px;
}

.index_wrapper_3 #index_3 {
    padding-right: 0;
    padding-left: 0;
}

.hp_float {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 50px;
    width: calc(100% - 250px);
}

.hp_float_box {
    gap: 15px;
    padding: 15px 25px;
    box-shadow: 0 0 15px rgba(17, 17, 17, 0.25);
    border-radius: 5px;
}

.hp_float_box:hover {
    box-shadow: none;
}

.hp_float_box:first-child {
    margin-right: -15px;
}

.hp_float_box:nth-child(3) {
    margin: auto -15px;
}

.hp_float_box:last-child {
    margin-left: -15px;
}

.hp_float_box div:first-child {
    max-width: calc(100% - 70%);
    background: linear-gradient(to right, #8dcb0d, #0f9312);
    border-radius: 100%;
    padding: 15px;
}

.hp_float_box:hover div:first-child {
    background: linear-gradient(to left, #111111, #666666);
}

.hp_float_box h3 {
    font-size: 16px;
    line-height: normal;
}

.hp_float_line img {
    max-height: 75px;
}

/* category */

.index_wrapper_4 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.index_wrapper_4 #index_4 {
    padding-right: 0;
    padding-left: 0;
}

.hp_category_content {
    gap: 15px;
}

.hp_title {
    font-size: 35px;
    line-height: normal;
}

.hp_title strong {
    font-weight: 800;
}

.hp_title strong span {
    color: #4ab800;
}

.product_cat-4 .col-12.col-md-4.col-lg-4.p-0 {
    padding: 15px !important;
}

.product_cat-4 .cat_outter_box {
    padding: 0;
    border-radius: 15px;
    overflow: hidden;
}

.product_cat-4 .cat_box {
    height: 100%;
    opacity: 1 !important;
    transform: none !important;
}

.product_cat-4 .cat_box a {
    display: flex;
}

.product_cat-4 .cat_box img {
    transition: inherit;
}

.product_cat-4 .cat_box .content {
    background: linear-gradient(transparent, #111111);
    transition: inherit;
}

.product_cat-4 .cat_box:hover .content {
    background: linear-gradient(transparent, #111111, #111111);
    height: 25%;
}

.product_cat-4 .cat_box .content .content_box {
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.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: 800;
    line-height: normal;
    color: #ffffff;
}

.product_cat-4 .cat_box .content .content_box .btn-outline-primary {
    border: 0;
    background: linear-gradient(to right, #8dcb0d, #0f9312);
    font-size: 0 !important;
    padding: 15px;
    border-radius: 100%;
    position: relative;
}

.product_cat-4 .cat_box .content .content_box .btn-outline-primary:before {
    content: '';
    background: url(https://cdn1.npcdn.net/userfiles/20059/image/b_btn.png)
                right / contain no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
}

.product_cat-4 .cat_box .content .line {
    display: none;
}

.hp_button a button {
    transition: all 0.50s;
    background: linear-gradient(to right, #8dcb0d, #0f9312);
    color: #ffffff;
    border: 0;
    padding: 5px 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.hp_button a:hover button {
    background: linear-gradient(to left, #111111, #666666);
}

.hp_button a button img {
    max-width: 15px;
}

.hp_button a:hover button img {
    transform: scaleX(-1);
}

/* about */

.index_wrapper_5 {
    background: linear-gradient(#ffffff, #eff8f1);
    position: relative;
}

.index_wrapper_5:after {
    content: '';
    background: url(https://cdn1.npcdn.net/userfiles/20059/image/e_deco.png) right bottom / contain no-repeat;
    position: absolute;
    bottom: 0;
    right: -25px;
    width: 50%;
    height: 50%;
    pointer-events: none;
}

.index_wrapper_5 .row.outerRow_5 {
    align-items: center;
}

.index_wrapper_5 #index_5 {
    padding-top: 15px !important;
    padding-right: 15px !important;
    padding-bottom:  15px !important;
}

.index_wrapper_5 #index_6 {
    padding-right: 0;
    padding-left: 0;
}

.hp_about_content {
    gap: 15px;
}

.hp_about_content .hp_title {
    color: #4ab800;
}

.hp_about_content .hp_title strong span {
    color: #111111;
}

.hp_about {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 15px;
    width: calc(100% - 100px);
}

.hp_about_content_box {
    gap: 15px;
    padding: 15px 25px;
    background-color: #f9f9f9;
    border-radius: 5px;
}

.hp_about_content_box div:first-child {
    max-width: calc(100% - 50%);
}

.hp_about_content_box h3 {
    font-size: 16px;
    line-height: normal;
}

.hp_about_line img {
    max-height: 50px;
}

/* why */

.index_wrapper_7 {
    padding-top: 100px;
    padding-bottom: 100px;
    background: linear-gradient(#eff8f1, #ffffff);
}

.index_wrapper_7 #index_7 {
    padding-right: 0;
    padding-left: 0;
}

.hp_why_content {
    gap: 15px;
}

.hp_why {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 25px;
    padding: 50px 25px;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(17, 17, 17, 0.05);
}

.hp_why_box {
    gap: 15px;
}

.hp_why_box div:first-child {
    background: linear-gradient(to right, #8dcb0d, #0f9312);
    padding: 15px;
    border-radius: 100%;
    max-width: calc(100% - 150px);
}

.hp_why_box:hover div:first-child {
    background: linear-gradient(to left, #111111, #666666);
}

.hp_why_box h3 {
    font-size: 16px;
    line-height: normal;
}

.hp_why_line img {
    max-height: 50px;
}

/* product */

.index_wrapper_8 {
    position: relative;
}

.index_wrapper_8:after {
    content: '';
    background: url(https://cdn1.npcdn.net/userfiles/20059/image/e_deco.png) right bottom / contain no-repeat;
    position: absolute;
    bottom: 0;
    right: -25px;
    width: 25%;
    height: 25%;
    pointer-events: none;
}

.index_wrapper_8 .row.innerRow_8 {
    background: url(https://cdn1.npcdn.net/userfiles/20059/image/g_bg.jpg) center / cover no-repeat;
    padding: 50px;
    border-radius: 15px;
    margin: auto -100px;
}

.hp_product_content {
    gap: 15px;
}

.index_wrapper_8 #index_8_3 .hp_button a button {
    background-color: #111111;
}

.productSlider-1 .product_img .slick-arrow {
    width: auto;
    height: auto;
}

.productSlider-1 .product_img .slick-arrow::before {
    padding: 15px;
    text-shadow: none;
    font-size: 16px;
    line-height: normal;
    opacity: 1;
    border: 1px solid #ffffff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
}

.productSlider-1 .product_img .slick-arrow:hover:before {
    color: #111111;
    border-color: #111111;
}

.productSlider-1 .product_img .slick-prev {
    left: -15px;
    transform: translate(-50%, -50%);
}

.productSlider-1 .product_img .slick-next {
    right: -15px;
    transform: translate(50%, -50%);
}

.productSlider-1 .slick-track .slick-slide {
    margin: 15px;
    border-radius: 15px;
    box-shadow: none;
    background-color: #111111;
    min-height: auto;
    overflow: hidden;
}

.productSlider-1 .product_img .product_box {
    margin: 0;
    border: none;
    background-color: transparent;
}

.productSlider-1 .product_img .product_box .product_img_frame img {
    border-radius: 15px;
}

.productSlider-1 .product_img .product_box .content {
    margin-top: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 15px;
}

.productSlider-1 .product_img .product_box .content a:first-child {
    display: none;
}

.productSlider-1 .product_img .product_box .content a h6 {
    font-weight: bold !important;
    font-size: 16px;
    margin-bottom: 0;
    line-height: normal;
    color: #ffffff;
}

.productSlider-1 .product_img .product_box .content a h6:hover {
    color: #8dcb0d;
}

.productSlider-1 .product_img .product_box .content p {
    color: #8dcb0d;
    margin-bottom: 0;
}

.productSlider-1 .product_img .product_box .content .align-top {
    display: none;
}

.productSlider-1 .product_img .product_box .cut_price {
    display: none;
}

.index_wrapper_8 .hp_button a button {
    background: linear-gradient(to right, #111111, #666666);
}

.index_wrapper_8 .hp_button a:hover button {
    background: linear-gradient(to left, #8dcb0d, #0f9312);
}

/* slogan */

.index_wrapper_9 {
    padding-top: 100px;
    padding-bottom: 100px;
    background: linear-gradient(#ffffff, #eff8f1);
}

.index_wrapper_9 .row.outerRow_9 {
    align-items: center;
}

.index_wrapper_9 #index_9 {
    padding-right: 0;
    padding-left: 0;
}

.hp_slogan_content {
    gap: 15px;
    background: url(https://cdn1.npcdn.net/userfiles/20059/image/h_bg.jpg) center / cover no-repeat;
    padding: 75px 100px;
    border-radius: 25px;
    margin-right: -100px;
}

.hp_slogan_content .hp_button a button {
    background: linear-gradient(to right, #111111, #666666);
}

.hp_slogan_content .hp_button a:hover button {
    background: linear-gradient(to left, #8dcb0d, #0f9312);
}

.index_wrapper_9 #index_10 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 15px !important;
}

/* news */

.index_wrapper_11 {
    padding-top: 100px;
}

.index_wrapper_11 .row.innerRow_11 {
    align-items: center;
}

.index_wrapper_11 #index_11_2 {
    padding-top: 15px !important;
    padding-right: 15px !important;
}

.hp_news_content {
    gap: 15px;
}

#main_index .hp_latest_news_modern .col-12.col-lg-12.mb-5 {
    margin-bottom: 0 !important;
}

#main_index .hp_latest_news_modern .news-wrap {
    align-items: center;
}

#main_index .hp_latest_news_modern .col-md-6.p-0 {
    padding: 15px !important;
}

#main_index .hp_latest_news_modern .img_frame {
    margin-right: 0;
    height: 250px;
    border-radius: 15px;
    overflow: hidden;
}

#main_index .hp_latest_news_modern .img_frame img {
    border-radius: 15px;
    border: 10px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, #8dcb0d, #0f9312);
    background: linear-gradient(to right, #8dcb0d, #0f9312);
}

#main_index .hp_latest_news_modern .news_content_wrapper {
    padding: 25px;
    margin-left: -100px;
    height: 200px;
    background: #111111;
    margin-top: 0;
    border-radius: 15px;
}

#main_index .hp_latest_news_modern .news_title p {
    color: #4ab800;
    font-size: 16px;
    font-weight: 800;
    margin: 0 !important;
}

#main_index .hp_latest_news_modern .news_content_wrapper .text-muted {
    color: #ffffff !important;
}

#main_index .hp_latest_news_modern .read_more {
    line-height: normal;
    width: fit-content;
    letter-spacing: normal;
    border: 0 !important;
    color: #ffffff !important;
    padding: 5px 15px !important;
    background: linear-gradient(to right, #8dcb0d, #0f9312);
    border-radius: 5px;
    margin-bottom: 0 !important;
    margin-left: auto;
}

#main_index .hp_latest_news_modern .read_more:hover {
    background: linear-gradient(to left, #8dcb0d, #0f9312);
}

/* footer */

.footer {
    background: linear-gradient(to right, #8dcb0d, #0f9312);
    padding-top: 100px;
}

.footer .container.pt-5 {
    padding-top: 0 !important;
}

.footer .left_line {
    border-right: 0;
    position: relative;
}

.footer .col-md-3.left_line:before, .footer .col-md-3.left_line:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-right: 5px dotted #ffffff;
    height: 50px;
}

.footer .col-md-3.left_line:before {
    left: 0;
}

.footer .col-md-3.left_line:after {
    right: 0;
}

.footer .col-md-6 {
    padding: 15px;
}

.footer .footer_subtitle {
    margin-bottom: 15px;
    font-weight: 600;
    line-height: normal;
}

.footer p {
    margin-bottom: 0;
}

.footer .col-md-3 {
    padding: 15px;
}

.footer ul {
    margin-bottom: 0;
}

.footer a:hover {
    color: #1c411f;
}

.footer hr {
    display: none;
}

.footer .social_media {
    margin-top: 15px;
}

.footer .social_media li a:hover {
    color: #1c411f;
}

.footer .col-12.mt-5 {
    padding: 15px;
}

.footer .copy_right.text-center p.mb-2, .footer .copy_right.text-center div.mb-2 {
    margin-bottom: 0 !important;
}

.footer .copy_right.text-center p.mb-2 b {
    font-weight: 600;
}

.footer p.pb-3 {
    padding-bottom: 0 !important;
}

/* page */

.page_title {
    text-align: center !important;
}

.page_title b {
    font-size: 35px;
    color: #111111;
    font-weight: 800;
}

.wspages {
    padding: 100px 0;
    min-height: auto !important;
    font-size: 1rem;
}

#main_contactus {
    padding-top: 100px;
    padding-bottom: 100px;
    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: 25px;
}

/* */

/* tablet */

@media only screen and (min-width: 768px) and (max-width: 1140px) {

/* banner */

.hp_banner_content h2 {
    font-size: 45px;
}

/* float */

.index_wrapper_3 {
    margin-top: -50px;
}

.hp_float {
    width: calc(100% - 0px);
}

/* about */

.index_wrapper_5 section .col-12.col-sm-9.p-3 {
    flex: 0 0 100%;
    max-width: 100%;
}

.hp_title {
    font-size: 30px;
}

.hp_about {
    width: calc(100% - 0px);
}

/* why */

.hp_why {
    gap: 15px;
    padding: 50px 15px;
}

.hp_why_box div:first-child {
    max-width: calc(100% - 100px);
}

/* product */

.index_wrapper_8 .row.innerRow_8 {
    margin: auto -15px;
}

/* slogan */

.index_wrapper_9 section .col-12.col-sm-10.p-3 {
    flex: 0 0 100%;
    max-width: 100%;
}

}

/* */

/* 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: #111111;
    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: 35px;
}

.navbar_mobile .row_1 .col {
    padding: 15px;
}

.side_menu {
    background-color: #111111;
}

.side_menu input {
    border-radius: 5px;
    height: auto;
    padding: 10px 15px;
    border: none;
    background-color: #ffffff;
    color: #111111;
}

.side_menu input::placeholder {
    color: #111111 !important;
}

.side_menu button {
    right: 15px !important;
    font-size: 16px !important;
    padding: 0;
    color: #111111 !important;
    transition: all 0.50s;
}

.side_menu button:hover {
    color: #8dcb0d !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;
}

.side_menu .list-group .list-group-item a:hover {
    color: #8dcb0d;
}

.side_menu .social_media a {
    color: #ffffff;
}

.side_menu .social_media a:hover {
    color: #8dcb0d;
}

.m_default_member a:hover, .m_default_languagebar a:hover {
    color: #8dcb0d;
}

/* banner */

.slider_banner .item img {
    height: 650px !important;
    object-fit: cover;
}

.hp_table {
    flex-direction: column;
}

.hp_banner_content {
    width: 100% !important;
}

.hp_banner_content h2 {
    font-size: 30px;
}

.hp_banner_button {
    align-items: flex-start !important;
    flex-direction: column;
}

.hp_banner_image {
    width: 100% !important;
    transform: scale(1) translate(0, 0);
}

/* float */

.hp_float {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: calc(100% - 0px);
}

.hp_float_box:first-child, .hp_float_box:nth-child(3), .hp_float_box:last-child {
    margin: 0;
    width: 75%;
}

.hp_float_line {
    transform: rotate(90deg);
}

/* about */

.hp_about {
    width: calc(100% - 0px);
}

.hp_title {
    font-size: 30px;
}

.hp_about_content_box {
    padding: 15px;
}

/* why */

.index_wrapper_7 section .col-12.col-sm-4.p-3 {
    flex: 0 0 100%;
    max-width: 100%;
}

.hp_why_content .hp_title strong br, .hp_why_content p br {
    display: none;
}

.hp_why {
    display: flex;
    flex-direction: column;
}

.hp_why_line {
    transform: rotate(90deg);
}

/* product */

.index_wrapper_8 .row.innerRow_8 {
    margin: auto -15px;
}

/* slogan */

.index_wrapper_9 section .col-12.col-sm-10.p-3 {
    flex: 0 0 100%;
    max-width: 100%;
}

.hp_slogan_content {
    margin-right: 0;
    margin-bottom: -150px;
    padding: 75px 15px;
}

/* news */

.index_wrapper_11 #index_11_2 {
    order: 1;
}

#main_index .hp_latest_news_modern .news_content_wrapper {
    margin-left: 0;
    margin-top: -50px;
}

/* footer */

.footer {
    padding-bottom: 50px;
}

.footer .left_line {
    margin-bottom: 0;
    border-bottom: 0;
}

.footer .col-md-3.left_line:before, .footer .col-md-3.left_line:after {
    left: 50%;
    transform: translateY(0) translateX(-50%);
    border-right: 0;
    border-top: 5px dotted #ffffff;
    height: auto;
    width: 50%;
}

.footer .col-md-3.left_line:before {
    top: 0;
}

.footer .col-md-3.left_line:after {
    top: auto;
    bottom: 0;
}

}

/* */