/* desktop */

body {
    color: #333333;
    line-height: 1.5;
}

a {
    text-decoration: none !important;
    transition: all 0.50s;
}

.all_functional_page {
    /*padding-top: 100px;*/
    padding-bottom: 100px !important;
    min-height: auto;
    font-size: 1rem;
}

.wspages{
    padding: 0!important;
}

#main_index {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0 !important;
}

@media (max-width: 768px){
    #top_spacing{
        height: 45px!important;
    }
}

/* topspace */

/*
.hp_search {
    top: 1vw;
    right: 1vw;
    z-index: 1;
}
*/

.hp_search form {
    font-size: 1vw;
}

.hp_search form button {
    background-color: #333333;
    color: #ffffff;
    padding: 0.325vw 1vw;
    border-radius: 100px 0 0 100px;
    border: 0;
    transition: all 0.50s;
}

.hp_search form button:hover {
    background-color: #226700;
}

.hp_search form input {
    border: 0;
    background-color: #ecfbe8;
    padding: 0.325vw 1vw;
    border-radius: 0 100px 100px 0;
}

/* 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: 4.25vw;
}

.navbar_ecommerceDropdown .nav_search {
    padding: 1vw;
    justify-content: flex-end;
    /*align-self: flex-end;*/
}

.nav_bottom .menu .nav_item .dropdown a {
    padding: 0;
    color: #333333;
    font-size: 16px;
}

.nav_bottom .menu {
    gap: 1vw;
}

.nav_bottom .menu .nav_item:hover {
    background-color: transparent;
}

.nav_bottom .menu .nav_item .dropdown a strong {
    font-weight: 600;
}

.dropdown-toggle::after {
    border-top: .3em solid #66cc33;
}

.nav_bottom .menu .nav_item:hover .dropdown a strong::after {
    animation: 1s linear fadeInDown infinite alternate;
}

/* dropdown */

.nav_bottom .menu .nav_item .dropdown .dropdown_menu {
    top: 100%;
    border-top: 0;
    max-width: 100%;
}

.nav_bottom .menu .nav_item .dropdown .dropdown_menu .dropdown_body {
    background: #ffffff;
    background-color: rgba(255,255,255, 0.8);
    opacity: 80%;
    box-shadow: 0px 1px 3px #dddddd;
    padding: 15px;
    border-radius: 15px;
}

.nav_bottom .menu .nav_item .dropdown .dropdown_menu .dropdown_body ul li a {
    padding-bottom: 0 !important;
    font-weight: 600;
}

/* banner */

.slider_banner .banner_content {
    overflow: hidden;
    opacity: 1 !important;
}

.hp_banner_content {
    gap: 50px;
    width: 40%;
}

.hp_banner_content div {
    gap: 15px;
}

.hp_banner_content div h2 {
    font-size: 55px;
    line-height: normal;
    color: #66cc33;
}

.hp_banner_content div h2 strong {
    font-weight: 900;
}

.hp_banner_content div p {
    font-size: 25px;
}

.hp_banner_content div p b {
    font-weight: 500;
}

.hp_banner_button a button {
    transition: all 0.50s;
    background-color: #66cc33;
    color: #ffffff;
    padding: 10px 25px;
    border-radius: 5px;
    border: 0;
    box-shadow: none;
}

.hp_banner_button a:hover button {
    background-color: #226700;
    color: #ecfbe8;
    border-radius: 15px;
    box-shadow: 0 5px 0 #66cc33;
}

.hp_banner_image {
    width: 60%;
}

/* about */

.index_wrapper_3 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.index_wrapper_3 .row.outerRow_3 {
    align-items: flex-end;
}

.index_wrapper_3 #index_3 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.index_wrapper_3 #index_4 {
    padding-right: 0;
    padding-left: 0;
}

.index_wrapper_3 #index_5 {
    padding-right: 0;
    padding-left: 0;
}

.hp_about_content {
    gap: 25px;
}

.hp_title {
    font-size: 30px;
    line-height: normal;
}

.hp_title strong {
    font-weight: 800;
}

.hp_about_content .hp_title strong span {
    color: #000000;
    font-weight: 600;
}

.hp_about_content div {
    gap: 15px;
}

.hp_about_content div h3 {
    font-size: 25px;
    line-height: normal;
}

.hp_about_content h3 strong {
    font-weight: 600;
    color: #000000;
}

.hp_button a button {
    transition: all 0.50s;
    background-color: #66cc33;
    color: #ffffff;
    padding: 10px 25px;
    border-radius: 5px;
    border: 0;
    box-shadow: none;
}

.hp_button a:hover button {
    background-color: #226700;
    color: #ecfbe8;
    border-radius: 15px;
    box-shadow: 0 5px 0 #66cc33;
}

/* forklift */

.index_wrapper_6 {
    padding-bottom: 100px;
}

.index_wrapper_6 #index_6 {
    padding-right: 0;
    padding-left: 0;
}

.hp_forklift_content {
    gap: 15px;
}

.hp_forklift_content .hp_title {
    font-size: 45px;
    color: #66cc33;
}

.hp_forklift_content .hp_title strong span {
    color: #226700;
}

.hp_forklift_box {
    gap: 25px;
}

.hp_forklift_box_image img {
    border-radius: 15px;
}

.hp_forklift_box_content {
    gap: 25px;
}

.hp_forklift_box_content div {
    gap: 25px;
}

.hp_forklift_box_content div h3 {
    font-size: 25px;
    line-height: normal;
    color: #66cc33;
}

.hp_forklift_box_content div h3 strong {
    font-weight: 600;
}

.hp_forklift_box_content div h4 {
    font-size: 25px;
    line-height: normal;
}

.hp_forklift_box_content div h4 strong {
    font-weight: 600;
}

/* product */

.index_wrapper_7 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #ecfbe8;
}

.index_wrapper_7 .row.outerRow_7 {
    align-items: center;
}

.index_wrapper_7 #index_7 {
    padding-right: 0;
    padding-left: 0;
}

.hp_product_content {
    gap: 115px;
}

.hp_product_content .hp_title {
    font-size: 45px;
    color: #66cc33;
}

.hp_product_content .hp_title strong span {
    color: #226700;
}

.hp_product_arrow {
    gap: 15px;
}

.hp_product_arrow div i {
    background-color: #333333;
    color: #ffffff;
    padding: 15px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: all 0.50s;
}

.hp_product_arrow div i:hover {
    background-color: #66cc33;
}

.product_cat-11 {
    padding-bottom: 0;
}

.product_cat-11 .slick-arrow {
    display: none !important;
}

.product_cat-11 .hp_product_cat_slider .slick-track {
    padding-bottom: 0;
}

.product_cat-11 .hp_product_cat_slider .item {
    margin: 15px;
}

.product_cat-11 .hp_product_cat_slider .card {
    margin-bottom: 0;
    box-shadow: none;
    border: 0;
    margin-top: 0;
    transition: all 0.50s;
}

.product_cat-11 .hp_product_cat_slider .card:hover {
    background: linear-gradient(#cdeebc, #ffffff);
    margin-top: 25px;
}

.product_cat-11 .hp_product_cat_slider .slick-slide {
    min-height: auto;
    gap: 15px;
    padding: 15px;
}

.product_cat-11 .hp_product_cat_slider .item .wrapper_brand {
    height: 100%;
    padding-top: 0;
}

.product_cat-11 .hp_product_cat_slider .item .wrapper_brand a {
    position: static;
    transform: none;
}

.product_cat-11 .hp_product_cat_slider .item .wrapper_brand:hover img {
    transform: none;
}

.product_cat-11 .hp_product_cat_slider .item .wrapper_brand .cat_img {
    display: none;
}

.product_cat-11 .hp_product_cat_slider .item a {
    height: auto;
    justify-content: center;
}

.product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title {
    padding-right: 0;
    padding-left: 0;
    margin-top: 0;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    color: #333333;
    transition: all 0.50s;
}

.product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title:hover {
    color: #66cc33;
}

.product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title:first-child {
    display: none;
}

.product_cat-11 .hp_product_cat_slider .item a .wrapper_btn {
    display: none;
}

.product_cat-11 .hp_product_cat_slider .item::after {
    display: none;
}

.hp_button p a {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #333333;
}

.hp_button p a:hover {
    color: #66cc33;
}

/* delivery */

.index_wrapper_9 {
    background-color: #ecfbe8;
    position: relative;
    z-index: 1;
}

.index_wrapper_9:after {
    content: '';
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 250px;
    z-index: -1;
}

.index_wrapper_9 #index_9 {
    padding-right: 0;
    padding-left: 0;
}

.hp_delivery_content .hp_title {
    font-size: 45px;
    color: #66cc33;
}

.hp_delivery_content .hp_title strong span {
    color: #226700;
}

.hp_photoGallerySlider_type2 {
    background-color: #ffffff;
    border-radius: 15px;
    margin-top: 15px;
}

.hp_photoGallerySlider_type2 .col-12 {
    padding: 0;
}

.hp_photoGallerySlider_type2 .photo-gallery .photo-76826-gallery {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    padding: 25px;
}

.hp_photoGallerySlider_type2 .photo-gallery .outline_box {
    max-width: 100%;
}

.hp_photoGallerySlider_type2 .photo-gallery .outline_box .gallery_box {
    height: 300px;
    padding-top: 0;
    background-color: transparent;
}

.hp_photoGallerySlider_type2 .photo-gallery .outline_box .gallery_box img {
    position: static;
    transform: none;
    border-radius: 15px;
}

.hp_photoGallerySlider_type2 .photo-gallery .outline_box:hover .gallery_box img {
    transform: translate(0, 0) scale(1);
}

/* trust */

.index_wrapper_10 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.index_wrapper_10 #index_10 {
    padding-right: 0;
    padding-left: 0;
}

.hp_trust_content .hp_title {
    font-size: 25px;
}

.hp_trust_running {
    background-image: url(https://cdn1.npcdn.net/userfiles/23651/image/f-brands-logo_low.jpg);
    background-repeat: repeat-x;
    background-position: center;
    background-size: cover;
    height: 100px;
    animation: 50s linear hp-running infinite;
}

@keyframes hp-running {
    100% {
        background-position-x: -12850px;
    }
}

/* news */


.index_wrapper_11 {
    padding-bottom: 100px;
}

.index_wrapper_11 .row.outerRow_11 {
    align-items: center;
}

.index_wrapper_11 #index_11 {
    padding-right: 0;
    padding-left: 0;
}

.hp_news_content .hp_title {
    font-size: 45px;
    color: #66cc33;
}

.hp_news_content .hp_title strong span {
    color: #226700;
}

#main_index .hp_latest_new .news_box {
    margin-bottom: 0 !important;
    padding: 0 15px !important;
}

#main_index .hp_latest_new .news_box .row {
    align-items: center;
}

#main_index .hp_latest_new .col-12.col-lg-4 {
    padding: 15px;
}

#main_index .hp_latest_new .news_box .img_frame {
    height: 250px;
    padding-top: 0;
}

#main_index .hp_latest_new .news_box .img_frame .category {
    display: none;
}

#main_index .hp_latest_new .news_box .img_frame img {
    position: static;
    transform: none;
}

#main_index .hp_latest_new .col-12.col-lg-8 {
    padding: 15px;
    gap: 15px;
}

#main_index .hp_latest_new .news_box .title {
    font-size: 18px;
    line-height: normal;
}

#main_index .hp_latest_new .news_box .title b {
    font-weight: 700;
}

#main_index .hp_latest_new .news_box .date {
    opacity: 1;
    font-size: 16px;
    margin: 0 !important;
    color: #666666;
}

#main_index .hp_latest_new .news_box .date i {
    color: #66cc33;
}

#main_index .hp_latest_new .news_box .content {
    opacity: 1;
    margin-bottom: 0;
}

#main_index .hp_latest_new .news_box .read_more {
    display: none;
}

.index_wrapper_11 #index_12 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

/* member */

.hp_m-r {
    padding: 50px 0;
    background-color: #f5f5f5;
}

.hp_member_content, .hp_recognition_content {
    gap: 25px;
}

.hp_member_content .hp_title, .hp_recognition_content .hp_title {
    font-size: 25px;
}

.hp_member {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.hp_recognition {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

/* downspace */

.hp_downspace {
    background-color: #333333;
    padding: 50px 0;
}

.hp_downspace_content {
    gap: 25px;
}

.hp_downspace_content div.d-flex.align-items-center {
    gap: 15px;
}

.hp_downspace_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.hp_downspace_list_content {
    gap: 15px;
}

.hp_downspace_list_content:nth-child(3) {
    padding-left: 50px;
}

.hp_downspace_list_content h3 {
    font-size: 16px;
    line-height: normal;
    color: #66cc33;
}

.hp_downspace_list_content h3 strong {
    font-weight: 600;
}

.hp_downspace_list_content ul {
    gap: 5px;
}

.hp_downspace_list_content ul li p a {
    color: #ffffff;
}

.hp_downspace_list_content ul li p a:hover {
    color: #66cc33;
}

/* footer */

.footer_type3 {
    background-color: #333333;
}

.footer_type3 .container.pt-3.pb-3 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-top: 1px solid #ffffff;
}

.footer_type3 .col-12.col-md-9 {
    padding: 15px;
}

.footer_type3 p.mb-2, .footer_type3 div.text-left.d-flex.mb-2, .footer_type3 div.text-left.mb-2 {
    margin-bottom: 0 !important;
}

.footer_type3 div.text-left.d-flex.mb-2 div, .footer_type3 div.text-left.mb-2 a {
    margin-right: 0 !important;
}

.footer_type3 p {
    margin-bottom: 0;
}

.footer_type3 .col-12.col-md-3 {
    padding: 15px;
}

.footer_type3 .social_media {
    margin-bottom: 0;
    gap: 15px;
    align-items: center;
}

.footer_type3 .social_media li {
    margin-left: 0;
}

.footer_type3 .social_media li a {
    display: flex;
}

.footer_type3 .social_media li a:hover {
    color: #66cc33;
}

/* float */

.toggle_btn {
    right: 25px;
}

.toggle_btn .whatsapp {
    left: auto;
}

/* page */

.page_title {
    text-align: center !important;
}

.page_title b {
    font-size: 35px;
    color: #333333;
    font-weight: 800;
}

.wspages {
    padding: 100px 0 0;
    min-height: auto !important;
    font-size: 1rem;
}

.category_list_type4 .category_box .img_frame {
    box-shadow: none;
}

.product_list_5 .product_box .img_frame {
    box-shadow: none;
}

#main_latestnews .navbar_category {
    margin-bottom: 50px;
}

#main_latestnews .hp_latest_new .news_box .read_more {
    width: fit-content;
}

@media (max-width: 768px){
    #main_latestnews .hp_latest_new .news_box .title b{
        font-size: 18px;
    }
    
    #main_latestnews .hp_latest_new .news_box .title{
        line-height: 1;
    }
    
    #main_latestnews .hp_latest_new .news_box{
        font-size: 14px;
    }

}

#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) {

/* menu */

.nav_bottom .menu .nav_item .dropdown a {
    font-size: 1vw;
}

/* banner */

.hp_banner_content div h2 {
    font-size: 40px;
}

/* category */

.hp_product_content {
    gap: 15px;
}

/* downspace */

.hp_downspace_list {
    gap: 0 15px;
}

.hp_downspace_list_content:nth-child(3) {
    padding-left: 15px;
}

}

/* */

/* mobile */

@media only screen and (max-width: 767px) {

/* header */

.hp_header {
    display: none;
}

/* 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: #226700;
    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: #333333;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.side_menu input {
    border-radius: 5px;
    height: auto;
    padding: 5px 15px;
    border: none;
    background-color: #ffffff;
    color: #333333;
}

.side_menu input::placeholder {
    color: #333333 !important;
}

.side_menu button {
    right: 15px !important;
    font-size: 16px !important;
    padding: 0;
    color: #66cc33 !important;
    transition: all 0.50s;
}

.side_menu button:hover {
    color: #226700 !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;
}

.side_menu .list-group .list-group-item a:hover {
    color: #66cc33;
}

.side_menu .social_media a {
    color: #ffffff;
}

.side_menu .social_media a:hover {
    color: #66cc33;
}

.m_default_member a:hover, .m_default_languagebar a:hover {
    color: #66cc33;
}

/* banner */

.slider_banner .item img {
    height: 600px !important;
    object-fit: cover;
}

.hp_table {
    flex-direction: column;
}

.hp_banner_content {
    width: 100%;
    gap: 25px;
}

.hp_banner_content div h2 {
    font-size: 35px;
}

.hp_banner_image {
    width: 100%;
}

/* category */

.hp_product_content {
    gap: 15px;
}

/* delivery */

.hp_photoGallerySlider_type2 .photo-gallery .photo-76826-gallery {
    grid-template-columns: repeat(2, 1fr);
}

.hp_photoGallerySlider_type2 .photo-gallery .outline_box .gallery_box {
    height: 250px;
}

/* downspace */

.hp_downspace_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.hp_downspace_list_content:nth-child(3) {
    padding-left: 0;
}

/* footer */

.footer_type3 {
    padding-bottom: 50px;
}

}

/*Photo Album */

.ws_gallery-2 .img_frame img {
    object-fit: contain;
}

@media only screen and (min-width: 1500px) {

body .container {
    max-width: 1400px;
}

.nav_bottom .menu {
    gap: 1.2vw;
}


.hp_banner_image {
    transform: scale(1.15);
}

}

@media only screen and (min-width: 2000px) {

body .container {
    max-width: 1900px;
}

.nav_bottom .menu {
    gap: 2vw;
}


}




/*ABOUT US PAGE*/

.about_heading1 {
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 0;
}

.core{
    color:#59c22e;
}

.values-text{
    color:#1b6f1b;
}

.about_heading2 {
    font-size: 30px;
    margin-bottom: 0;
    font-weight: 600;
    color: #000;
}

.about_heading2_green {
    font-weight: 800;
    color: #66CC33;
}

.about_heading3 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 0;
}

.ws_contact .nav-link{
    color: #000;
    border: solid 2px;
    border-radius: 25px;
}

.ws_contact .contact_form {
    background-color: #f7fff5;
    padding: 20px;
}

.ws_contact .form-control{
    background-color: transparent;
    border: 0px solid #ced4da;
    border-bottom: 1px solid #ced4da;
}