@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

a {
    text-decoration: none !important;
}

body > br{
    display: none;
}

#main_index {
    overflow: hidden !important;
    padding-bottom: 0px !important;
}

/*top space*/

.top_space {
    background-color: #009150;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 8%;
}

.top_space_box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    gap: 2.5rem;
}

.top_space_box a, .top_space_box a:hover {
    color: #fff;
    text-decoration: none;
}

.top_space_social {
    font-size: 19px;
    display: flex;
    align-items: center;
    gap: 2.5rem;
}

.top_space_social a:hover {
    animation: 1s jello;
}

.top_space_slogan {
    width: 100%;
}

.top_space_title {
    font-size: 1vw;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    letter-spacing: 0px;
    display: flex;
    align-items: center;
    gap: 2rem;
    white-space: nowrap;
}

.top_space_title::after {
    content: "";
    width: 100%;
    height: .8px;
    background-color: #fff;
}

@media screen and (max-width: 1200.5px){
    .top_space_title {
        font-size: 1.3vw;
        font-weight: 600;
        color: #fff;
        margin-bottom: 0;
        letter-spacing: 0px;
        display: flex;
        align-items: center;
        gap: 2rem;
        white-space: nowrap;
    }
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
}

/*navigation bar*/

.navbar_type8 {
    height: 100px;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    transition: all 0.25s ease-in-out;
    padding: 0 8%;
}

#main_index .navbar_type8 {
    border-bottom: none;
}

.dark_nav {
    height: 80px;
    background-color: rgb(255,255,255,0.9) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
}

.navbar_type8 .logo {
    margin-left: 0;
    flex: 0 1 30%;
}

.navbar_type8 .nav_tab {
    padding-right: 0;
    flex: 0 1 75%;
    gap: .7vw;
}

.navbar_type8 .nav_tab .nav_item {
    text-transform: unset;
    padding: 7px 0;
}

.navbar_type8 .logo img {
    width: 100%;
    padding: 10px 0;
    object-position: left;
    transition: all 0.25s ease-in-out;
}

.navbar_type8.dark_nav .logo img {
    padding: 5px 0;
}

.navbar_type8 .nav_tab .nav_item a {
    font-size: 1vw;
    font-weight: 800;
    color: #000;
    padding: 10px 1.2vw;
    transition: all 0.35s ease-in-out;
}

.navbar_type8 .nav_tab .nav_item:last-child a {
    color: #fff !important;
    font-weight: 700;
}

.navbar_type8 .nav_tab .nav_item:hover a {
    color: #009150;
}

.navbar_type8 .nav_tab .nav_item:last-child::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    width: 0;
    border-bottom: none;
    /*transition: all 0.35s ease-in-out;*/
    opacity: 1;
    height: 100%;
    background-color: #009150;
    transform: translate(-50%, 0);
    z-index: -1;
}

.navbar_type8 .nav_tab .nav_item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 110%;
    width: 100%;
    border-bottom: 0px solid #009150;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}

.navbar_type8 .nav_tab .nav_item:last-child::before {
    width: 100%;
}

.navbar_type8 .nav_tab .nav_item:hover::before {
    width: 100%;
}

@media screen and (max-width: 1200.5px){
    .navbar_type8 .logo img {
        width: 100%;
        padding: 10px;
        object-position: left;
        transition: all 0.25s ease-in-out;
    }
    
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 1.3vw;
        font-weight: 800;
        color: #000;
        padding: 10px 1.2vw;
        transition: all 0.35s ease-in-out;
    }
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
}

/*hp_why*/

.hp_why {
    padding: 6vw 6.5vw 6vw 6.5vw;
    position: relative;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.05) 0%,
        rgba(0, 0, 0, 0.05) 1px,
        transparent 1px,
        transparent calc(20% - 1px),
        rgba(0, 0, 0, 0.05) calc(20% - 1px),
        rgba(0, 0, 0, 0.05) 20%,
        transparent 20%,
        transparent calc(40% - 1px),
        rgba(0, 0, 0, 0.05) calc(40% - 1px),
        rgba(0, 0, 0, 0.05) 40%,
        transparent 40%,
        transparent calc(60% - 1px),
        rgba(0, 0, 0, 0.05) calc(60% - 1px),
        rgba(0, 0, 0, 0.05) 60%,
        transparent 60%,
        transparent calc(80% - 1px),
        rgba(0, 0, 0, 0.05) calc(80% - 1px),
        rgba(0, 0, 0, 0.05) 80%,
        transparent 80%,
        transparent calc(100% - 1px),
        rgba(0, 0, 0, 0.05) calc(100% - 1px),
        rgba(0, 0, 0, 0.05) 100%
    );
    background-repeat: no-repeat;
}

.whyBorder {
    padding: 0 4px;
}

.hp_why_left_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
    width: 96%;
}

.hp_why_left {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.hp_why_point {
    background-color: #333;
    padding: 2vw 1.5vw 2vw 1.5vw;
    border-radius: 0px;
    transition: all 0.3s ease-in-out;
}

/*.hp_why_point:first-child {*/
/*    background-color: #0A4D68;*/
/*}*/

.hp_why_point:hover {
    background-color: #009150;
    transform: translateY(-10px);
}

.hp_why_point {
    position: relative;
}

.hp_why_number {
    position: absolute;
    top: -59px;
    right: -9px;
    color: rgba(255, 255, 255, 0.1);
    font-size: 11.5vw;
    font-weight: 700;
    /* padding: 4px 10px; */
    border-radius: 20px;
    z-index: 1;
}

.hp_why_icon {
    width: 100%;
    /*padding: 15px;*/
}

.hp_why_point:hover .hp_why_icon {
    animation: pulse 1s;
}

.hp_why_icon img {
    max-width: 60px;
    margin-top: 0.5vw;
}

.hp_why_title {
    font-size: 1.05vw;
    color: #fff;
    font-weight: 600;
    margin: 17px 0 15px;
    line-height: 1.5;
}

.hp_why_keyword {
    font-size: 0.95vw;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0;
    padding: 0vw 1vw 0vw 0vw;
}

.hp_why_right_box {
    padding-top: 1.5rem;
}

.hp_why .hp_small_title {
    font-family: "Playfair Display", serif;
    font-size: 1.3vw;
    font-weight: 700;
    font-style: italic;
    color: #009150;
    line-height: 1.3;
    margin-bottom: 5px;
}

.hp_why .hp_big_title {
    font-size: 2.3vw;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
    margin-bottom: 5px;
}

.hp_why .hp_font {
    font-weight: 700;
    letter-spacing: 0;
    color: #222;
}

.hp_why .hp_break {
    display: block;
}

.hp_why .hp_keyword {
    font-size: 1vw;
    font-weight: 500;
    color: #555;
    margin-bottom: 0;
    line-height: 1.7;
    padding: 0vw 6vw 2vw 0vw;
}

@media screen and (max-width: 1200.5px){
    .hp_why_keyword {
        font-size: 1.1vw;
        font-weight: 300;
        color: #fff;
        margin-bottom: 0;
        padding: 0vw 1vw 0vw 0vw;
    }
    
    .hp_why_title {
        font-size: 1.2vw;
        color: #fff;
        font-weight: 600;
        margin: 17px 0 15px;
        line-height: 1.5;
    }
    
    .hp_why .hp_keyword {
        font-size: 1.2vw;
        font-weight: 500;
        color: #555;
        margin-bottom: 0;
        line-height: 1.7;
        padding: 0vw 6vw 2vw 0vw;
    }
    
    .hp_why_number {
        position: absolute;
        top: -38px;
        right: -9px;
        color: rgba(255, 255, 255, 0.1);
        font-size: 11.5vw;
        font-weight: 700;
        /* padding: 4px 10px; */
        border-radius: 20px;
        z-index: 1;
    }
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .hp_why_right_box {
        padding-top: 0rem;
    }
    
    .hp_why .hp_small_title {
        font-family: "Playfair Display", serif;
        font-size: 4.3vw;
        font-weight: 700;
        font-style: italic;
        color: #009150;
        line-height: 1.3;
        margin-bottom: 5px;
    }
    
    .hp_why .hp_big_title {
        font-size: 6.3vw;
        font-weight: 700;
        color: #000;
        line-height: 1.3;
        margin-bottom: 5px;
    }
    
    .hp_why .hp_keyword {
        font-size: 3.5vw;
        font-weight: 500;
        color: #555;
        margin-bottom: 0;
        line-height: 1.7;
        padding: 0vw 0vw 4vw 0vw;
    }
    
    .hp_why_left_box {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1.2rem;
        width: 100%;
        margin-top: 5vw;
    }
    
    .hp_why_title {
        font-size: 4vw;
        color: #fff;
        font-weight: 600;
        margin: 17px 0 15px;
        line-height: 1.5;
    }
    
    .hp_why_keyword {
        font-size: 3.5vw;
        font-weight: 300;
        color: #fff;
        margin-bottom: 0;
        padding: 0vw 1vw 0vw 0vw;
    }
    
    .hp_why_point {
        background-color: #333;
        padding: 4vw 3.5vw 4vw 3.5vw;
        border-radius: 0px;
        transition: all 0.3s ease-in-out;
    }
    
    .hp_why_number {
        position: absolute;
        top: -11vw;
        right: -9px;
        color: rgba(255, 255, 255, 0.1);
        font-size: 33vw;
        font-weight: 700;
        /* padding: 4px 10px; */
        border-radius: 20px;
        z-index: 1;
    }
    
    .hp_why_icon img {
        max-width: 70px;
        margin-top: 0.5vw;
    }
}

/*hp_service*/

.index_wrapper_4 {
    position: relative;
    margin-bottom: 5vw;
}

.index_wrapper_4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #333;
}

.hp_service {
    padding: 5vw 0vw 1vw 6.5vw;
    position: relative;
    z-index: 1;
}

/*.hp_service::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 76.2%;*/
/*    background-image: url('');*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    background-position: 50% 50%;*/
/*    background-color: #333;*/
/*}*/

.hp_service .hp_small_title {
    font-family: "Playfair Display", serif;
    font-size: 1.3vw;
    font-weight: 700;
    font-style: italic;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 5px;
}

.hp_service .hp_big_title {
    font-size: 2.3vw;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 5px;
}

.hp_service_right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 9vw;
}

.hp_service_bottom {
    padding: 0;
    margin-top: 0vw;
}

.hp_service_ebox {
    margin: 10px 10px;
}

.hp_service_box {
    border-radius: 25px;
    border-radius: 0px;
    overflow: hidden;
    background-color: transparent;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.hp_service_box:hover {
    transform: translateY(-10px);
}

.hp_service_img {
    border-radius: 0 0 25px 25px;
    border-radius: 0px;
    overflow: hidden;
}

.hp_service_img img {
    transition: all 0.4s ease-in-out;
}

.hp_service_box:hover .hp_service_img img {
    transform: scale(1.2);
}

.hp_service_content {
    padding: 12px 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    background-color: #009150;
}

.hp_service_title {
    font-size: 1.55vw;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
}

.hp_service_slider .slick-next, .hp_service_slider .slick-prev {
    width: 35px;
    height: 35px;
}

.hp_service_slider .slick-prev::before, .hp_service_slider .slick-next::before {
    text-shadow: none;
    color: #fff;
    font-size: 20px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 50%;
    opacity: 1 !important;
}

.hp_service_slider .slick-prev {
    left: -40px;
}

/*product_category*/

#main_index .product_cat-11 .wrapper_btn {
    display: none;
}

#main_index .product_cat-11 .hp_product_cat_slider .item a {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    background-color: #009150;
    /* padding: 12px 35px; */
    color: #fff;
}

#main_index .product_cat-11 .hp_product_cat_slider .item::after {
    position: absolute;
    content: "";
    height: 8px;
    bottom: 0;
    width: 60%;
    background-color: #009150;
    background-color: transparent;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.5;
}

#main_index .product_cat-11 .hp_product_cat_slider .item .wrapper_brand:hover img {
    width: 110%;
    height: 110%;
    transform: translate(0%, 0%);
}

#main_index .product_cat-11 .hp_product_cat_slider .card {
    height: 100%;
    margin-bottom: 10px;
    border-radius: 0rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

#main_index .product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-top: 0.5rem;
    /*font-size: 18px;*/
    /*font-weight: 600;*/
    font-size: 1.55vw;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#main_index .product_cat-11 .slick-arrow::before {
    color: #009150;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    font-size: 40px;
    display: none !important;
}

#main_index .product_cat-11 {
    height: 100%;
    padding-bottom: 10px;
    padding: 0vw 0vw 0vw 6vw;
}

/*new_product*/

#main_index .product_cat-4 {
    padding: 0vw 8vw 5vw 8vw;
}

#main_index .product_cat-4 .cat_box .content .content_box .btn-outline-primary {
    border-color: white;
    color: white;
    background-color: transparent;
    display: none;
}

#main_index .product_cat-4 .h4, #main_index .product_cat-4 h4 {
    font-size: 1.35rem;
    color: #fff;
    margin-bottom: 0vw !important;
}

#main_index .product_cat-4 .cat_box .content {
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: rgba(0, 0, 0, 0.75);
    background-color: #009150;;
    transition: ease-in 0.4s;
}

/*#main_index .product_cat-4 .cat_box .content .line {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    transition: ease-in 0.4s;*/
/*    background-color: #fff;*/
/*    height: 5px;*/
/*    width: 5%;*/
/*}*/

#main_index .product_cat-4 .cat_box .content .content_box {
    width: 100%;
    padding: 10px 15px;
    padding-bottom: 15px;
    color: #009150;
}

@media screen and (max-width: 1200.5px){
    #main_index .product_cat-4 .h4, #main_index .product_cat-4 h4 {
        font-size: 0.8rem;
        color: #fff;
        margin-bottom: 0vw !important;
    }
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .hp_service .hp_small_title {
        font-family: "Playfair Display", serif;
        font-size: 4.3vw;
        font-weight: 700;
        font-style: italic;
        color: #fff;
        line-height: 1.3;
        margin-bottom: 5px;
    }
    
    .hp_service .hp_big_title {
        font-size: 6.3vw;
        font-weight: 700;
        color: #fff;
        line-height: 1.3;
        margin-bottom: 5px;
    }
    
    .hp_service_title {
        font-size: 4vw;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 0;
    }
    
    .hp_service::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 78.5%;
        background-image: url(designer.css);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-color: #333;
    }
    
    #main_index .product_cat-4 .h4, #main_index .product_cat-4 h4 {
        font-size: 1.3rem;
        color: #fff;
        margin-bottom: 0vw !important;
    }
}

/*hp_about*/

.hp_about {
    padding: 6vw 6.5vw 6vw 6.5vw;
    position: relative;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 1px, transparent 1px, transparent calc(20% - 1px), rgba(0, 0, 0, 0.05) calc(20% - 1px), rgba(0, 0, 0, 0.05) 20%, transparent 20%, transparent calc(40% - 1px), rgba(0, 0, 0, 0.05) calc(40% - 1px), rgba(0, 0, 0, 0.05) 40%, transparent 40%, transparent calc(60% - 1px), rgba(0, 0, 0, 0.05) calc(60% - 1px), rgba(0, 0, 0, 0.05) 60%, transparent 60%, transparent calc(80% - 1px), rgba(0, 0, 0, 0.05) calc(80% - 1px), rgba(0, 0, 0, 0.05) 80%, transparent 80%, transparent calc(100% - 1px), rgba(0, 0, 0, 0.05) calc(100% - 1px), rgba(0, 0, 0, 0.05) 100%);
    background-repeat: no-repeat;
    margin-top: -6vw;
    z-index: 0;
}

.hp_about::before {
    content: "INTRO";
    position: absolute;
    bottom: 0vw;
    left: 10vw;
    font-size: 15vw;
    font-weight: 900;
    letter-spacing: 0.2vw;
    color: rgba(0, 0, 0, 0.05);
    color: #f2f2f2;
    z-index: 0;
    pointer-events: none;
}

.hp_about_box {
    padding: 0vw 0vw 0vw 0vw;
}

.hp_about_button {
    display: flex;
    justify-content: flex-start;
    margin-top: 2.5vw;
}

.hp_about_group {
    position: relative;
}

.hp_about_img {
    width: 97%;
    max-width: 150%;
    margin: 0 auto;
    z-index: 1;
    margin-left: 2vw;
}

.hp_about .hp_small_title {
    font-family: "Playfair Display", serif;
    font-size: 1.3vw;
    font-weight: 700;
    font-style: italic;
    color: #009150;
    line-height: 1.3;
    margin-bottom: 5px;
}

.hp_about .hp_big_title {
    font-size: 2.3vw;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
    margin-bottom: 5px;
}

.hp_about .hp_keyword {
    font-size: 0.98vw;
    font-weight: 500;
    color: #555;
    margin-bottom: 0;
    line-height: 1.7;
    padding: 0vw 0vw 0vw 0vw;
}

.n_aboutViewMore {
    font-size: 1.05vw;
    font-weight: 800;
    color: #000;
    background-color: transparent;
    border: 2px solid #008751; 
    text-decoration: none;
    display: inline-block;
    margin-top: 1.5vw;
    padding: 0.5vw 1vw;
    text-transform: capitalize;
    cursor: pointer;
    transition: 
        background-color 0.4s ease,
        color 0.4s ease,
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.n_aboutViewMore:hover {
    color: #000;
    transform: scale(1.06); 
    border-color: #00a062;
}

.n_aboutViewMore img.arrow-icon {
    margin-left: 6px;
    width: 22px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    transition: 
        transform 0.3s ease,
        filter 0.3s ease;
    filter: brightness(0.9);
}

.n_aboutViewMore:hover img.arrow-icon {
    transform: translateX(6px);
    filter: brightness(1);
}

@media screen and (max-width: 1200.5px){
    .hp_about .hp_keyword {
        font-size: 1.2vw;
        font-weight: 500;
        color: #555;
        margin-bottom: 0;
        line-height: 1.7;
        padding: 0vw 0vw 0vw 0vw;
    }
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .hp_about_img {
        width: 100%;
        max-width: 150%;
        margin: 0 auto;
        z-index: 1;
        margin-left: 0vw;
    }
    
    .hp_about .hp_small_title {
        font-family: "Playfair Display", serif;
        font-size: 4.3vw;
        font-weight: 700;
        font-style: italic;
        color: #009150;
        line-height: 1.3;
        margin-bottom: 5px;
    }
    
    .hp_about .hp_big_title {
        font-size: 6.3vw;
        font-weight: 700;
        color: #000;
        line-height: 1.3;
        margin-bottom: 5px;
    }
    
    .hp_about .hp_keyword {
        font-size: 3.5vw;
        font-weight: 500;
        color: #555;
        margin-bottom: 0;
        line-height: 1.7;
        padding: 2vw 0vw 2vw 0vw;
    }
    
    .n_aboutViewMore {
        font-size: 3vw;
        font-weight: 800;
        color: #000;
        background-color: transparent;
        border: 2px solid #008751; 
        text-decoration: none;
        display: inline-block;
        margin-top: 1.5vw;
        margin-bottom: 5vw;
        padding: 1.8vw 4.5vw;
        text-transform: capitalize;
        cursor: pointer;
        transition: 
            background-color 0.4s ease,
            color 0.4s ease,
            transform 0.3s ease,
            border-color 0.3s ease,
            box-shadow 0.3s ease;
    }
    
    .hp_about::before {
        content: "INTRO";
        position: absolute;
        bottom: 59vw;
        left: 10vw;
        font-size: 27vw;
        font-weight: 900;
        letter-spacing: 0.2vw;
        color: rgba(0, 0, 0, 0.05);
        color: #f2f2f2;
        z-index: 0;
        pointer-events: none;
    }
    
    .hp_about {
        padding: 6vw 6.5vw 6vw 6.5vw;
        position: relative;
        background: linear-gradient(to right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 1px, transparent 1px, transparent calc(20% - 1px), rgba(0, 0, 0, 0.05) calc(20% - 1px), rgba(0, 0, 0, 0.05) 20%, transparent 20%, transparent calc(40% - 1px), rgba(0, 0, 0, 0.05) calc(40% - 1px), rgba(0, 0, 0, 0.05) 40%, transparent 40%, transparent calc(60% - 1px), rgba(0, 0, 0, 0.05) calc(60% - 1px), rgba(0, 0, 0, 0.05) 60%, transparent 60%, transparent calc(80% - 1px), rgba(0, 0, 0, 0.05) calc(80% - 1px), rgba(0, 0, 0, 0.05) 80%, transparent 80%, transparent calc(100% - 1px), rgba(0, 0, 0, 0.05) calc(100% - 1px), rgba(0, 0, 0, 0.05) 100%);
        background-repeat: no-repeat;
        margin-top: -8vw;
        z-index: 0;
    }
}

/*hp_showcase*/

.hp_showcase {
    padding: 6vw 10vw 0vw 10vw;
    position: relative;
}

.index_wrapper_6 {
   background-color: #f2f2f2; 
   padding: 0vw 0vw 1vw 0vw;
}

.hp_showcase .hp_small_title {
    /*font-family: "Playfair Display", serif;*/
    /*font-size: 1.3vw;*/
    /*font-weight: 700;*/
    /*font-style: italic;*/
    /*color: #009150;*/
    /*line-height: 1.3;*/
    /*margin-bottom: 5px;*/
    
    font-size: 2.3vw;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
    margin-bottom: 5px;
}

.hp_showcase .hp_big_title {
    font-size: 2.3vw;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
    margin-bottom: 5px;
}

.hp_photoGallerySlider_type3 {
    background-color: transparent;
}

.hp_photoGallerySlider_type3 .container, .hp_photoGallerySlider_type3 .container-lg, .hp_photoGallerySlider_type3 .container-md, .hp_photoGallerySlider_type3 .container-sm, .hp_photoGallerySlider_type3 .container-xl {
    max-width: 1340px;
}

.hp_photoGallerySlider_type3 .photo-gallery3 {
    padding: 0px;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    width: 100%;
    padding: 0px;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    overflow: hidden;
    background-color: transparent;
    margin-top: -4vw;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 9px;
    transition: all 0.7s;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/img/1752209034BUTTON-ARROW.png);
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -999px;
    display: inline-block;
    transform: rotate(180deg);
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-next:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/img/1752209034BUTTON-ARROW.png);
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -999px;
    display: inline-block;
    filter: none;
}

.hp_photoGallerySlider_type3 .slick-next:before, .hp_photoGallerySlider_type3 .slick-prev:before {
    opacity: 1;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
    z-index: 1;
    left: -0.2vw;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
    z-index: 1;
    right: -0.2vw;
}

.hp_photoGallerySlider_type3 .slick-dots {
    position: relative;
    display: none !important;
}

@media screen and (max-width: 1200.5px){
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .hp_showcase .hp_small_title {
        /*font-family: "Playfair Display", serif;*/
        /*font-size: 4.3vw;*/
        /*font-weight: 700;*/
        /*font-style: italic;*/
        /*color: #009150;*/
        /*line-height: 1.3;*/
        /*margin-bottom: 5px;*/
        
        font-size: 6.3vw;
        font-weight: 700;
        color: #000;
        line-height: 1.3;
        margin-bottom: 5px;
    }
    
    .hp_showcase .hp_big_title {
        font-size: 6.3vw;
        font-weight: 700;
        color: #000;
        line-height: 1.3;
        margin-bottom: 5px;
    }
}

/*hp_news*/

.hp_news {
    padding: 6vw 10vw 2vw 10vw;
    position: relative;
}

/*.index_wrapper_7 {*/
/*    position: relative;*/
/*}*/

/*.index_wrapper_7::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 85%;*/
/*    background-color: #333;*/
/*}*/

.hp_news .hp_small_title {
    font-family: "Playfair Display", serif;
    font-size: 1.3vw;
    font-weight: 700;
    font-style: italic;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 5px;
}

.hp_news .hp_big_title {
    font-size: 2.3vw;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 5px;
}

#main_index .latest_new_threePerRow {
    padding-top: 10px;
    margin-bottom: 0px;
    padding: 0vw 8vw 0vw 8vw;
}

#main_index .latest_new_threePerRow .news_box {
    display: inline-block;
    border: 2px solid #ccc;
    border-radius: 0px;
    transition: border 0.3s ease-in-out, transform 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    padding: 15px 23px;
    background-color: white;
    position: relative;
    visibility: visible;
}

#main_index .latest_new_threePerRow .col-lg-4 {
    padding: 0 8px;
}

#main_index .latest_new_threePerRow .news_span {
    letter-spacing: 0px;
    font-size: 100%;
    font-weight: 600;
    color: white;
    position: absolute;
    right: -2px;
    padding: 2px 10px;
    height: 22px;
    width: fit-content;
    top: -2px;
    background-color: #000;
}

#main_index .latest_new_threePerRow .text-muted {
    font-weight: 600;
    color: #333 !important;
}

#main_index .latest_new_threePerRow .ml-1, #main_index .latest_new_threePerRow .mx-1 {
    margin-left: .25rem !important;
    display: none;
}

#main_index .latest_new_threePerRow .text-muted {
    font-weight: 600;
    color: #333 !important;
}

#main_index .latest_new_threePerRow span.date.text-muted {
    position: relative;
    padding-left: 25px;
}

#main_index .latest_new_threePerRow span.date.text-muted::before {
    content: "\f017"; 
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1vw;
    color: #555;
}

#main_index .latest_new_threePerRow .text-right {
    text-align: right !important;
    display: none;
}

@media screen and (max-width: 1200.5px){
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .hp_news .hp_small_title {
        font-family: "Playfair Display", serif;
        font-size: 4.3vw;
        font-weight: 700;
        font-style: italic;
        color: #fff;
        line-height: 1.3;
        margin-bottom: 5px;
    }
    
    .hp_news .hp_big_title {
        font-size: 6.3vw;
        font-weight: 700;
        color: #fff;
        line-height: 1.3;
        margin-bottom: 5px;
    }
    
    .hp_news {
        padding: 6vw 6vw 3vw 6vw;
        position: relative;
    }
    
    #main_index .latest_new_threePerRow {
        padding-top: 10px;
        margin-bottom: 0px;
        padding: 0vw 10vw 0vw 10vw;
    }
    
    /*.index_wrapper_7::before {*/
    /*    content: "";*/
    /*    position: absolute;*/
    /*    left: 0;*/
    /*    top: 0;*/
    /*    width: 100%;*/
    /*    height: 94%;*/
    /*    background-color: #333;*/
    /*}*/
    
    #main_index .latest_new_threePerRow span.date.text-muted::before {
        content: "\f017";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: 3vw;
        color: #555;
    }
}

/*hp_brands*/

.hp_brands {
    padding: 6vw 8vw 2vw 8vw;
    position: relative;
    /*background: linear-gradient(to right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 1px, transparent 1px, transparent calc(20% - 1px), rgba(0, 0, 0, 0.05) calc(20% - 1px), rgba(0, 0, 0, 0.05) 20%, transparent 20%, transparent calc(40% - 1px), rgba(0, 0, 0, 0.05) calc(40% - 1px), rgba(0, 0, 0, 0.05) 40%, transparent 40%, transparent calc(60% - 1px), rgba(0, 0, 0, 0.05) calc(60% - 1px), rgba(0, 0, 0, 0.05) 60%, transparent 60%, transparent calc(80% - 1px), rgba(0, 0, 0, 0.05) calc(80% - 1px), rgba(0, 0, 0, 0.05) 80%, transparent 80%, transparent calc(100% - 1px), rgba(0, 0, 0, 0.05) calc(100% - 1px), rgba(0, 0, 0, 0.05) 100%);*/
    background-repeat: no-repeat;
    margin-top: -3vw;
    z-index: -1;
}

.hp_brands .hp_small_title {
    font-family: "Playfair Display", serif;
    font-size: 1.3vw;
    font-weight: 700;
    font-style: italic;
    color: #009150;
    line-height: 1.3;
    margin-bottom: 5px;
}

.hp_brands .hp_big_title {
    font-size: 2.3vw;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
    margin-bottom: 1.5vw;
}

/*.n_brandIcon {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*}*/

/*.n_brandIcon img {*/
/*    width: 120%;*/
/*    max-width: 150%;*/
/*    height: auto;*/
/*    display: block;*/
/*    margin: 0 auto;*/
/*}*/

/*slider*/

.hp_brands .imgbox {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.hp_brands .imgbox img{
    width: 100%;
    transition: transform 0.8s ease;
    background: transparent;
}

.hp_brands .imgtitle {
    font-size: 17px;
    font-weight: 700;
    padding: 0px 0px;
    text-align: center;
    position: relative;
    bottom: 0;
    color: #0f6939;
    width: 100%;
    z-index: 2;
}

.project-v {
    margin-left: -15px;
    margin-right: -15px;
}

.project-v .imgbox {
    padding: 0 30px;
}

.project-v .imgbox a {
    text-decoration: none;
    color: #8cc541;
}

.project-v .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.project-v .imgbox .img-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.project-v .imgbox .img-wrapper:hover::after {
    background: none; 
}

.project-v .img-wrapper {
    width: 100%;               
    height: 120px;             
    display: flex;
    align-items: center;       
    justify-content: center;   
    /*border: 2px solid #ccc;   */
    padding: 0px;              
    box-sizing: border-box;    
}

.project-v .img-wrapper img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;       
}

@media screen and (max-width: 1200.5px){
    .hp_brands {
        padding: 6vw 8vw 2vw 8vw;
        position: relative;
        /*background: linear-gradient(to right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 1px, transparent 1px, transparent calc(20% - 1px), rgba(0, 0, 0, 0.05) calc(20% - 1px), rgba(0, 0, 0, 0.05) 20%, transparent 20%, transparent calc(40% - 1px), rgba(0, 0, 0, 0.05) calc(40% - 1px), rgba(0, 0, 0, 0.05) 40%, transparent 40%, transparent calc(60% - 1px), rgba(0, 0, 0, 0.05) calc(60% - 1px), rgba(0, 0, 0, 0.05) 60%, transparent 60%, transparent calc(80% - 1px), rgba(0, 0, 0, 0.05) calc(80% - 1px), rgba(0, 0, 0, 0.05) 80%, transparent 80%, transparent calc(100% - 1px), rgba(0, 0, 0, 0.05) calc(100% - 1px), rgba(0, 0, 0, 0.05) 100%);*/
        background-repeat: no-repeat;
        margin-top: -5vw;
        z-index: -1;
    }
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .hp_brands .hp_small_title {
        font-family: "Playfair Display", serif;
        font-size: 4.3vw;
        font-weight: 700;
        font-style: italic;
        color: #009150;
        line-height: 1.3;
        margin-bottom: 5px;
    }
    
    .hp_brands .hp_big_title {
        font-size: 6.3vw;
        font-weight: 700;
        color: #000;
        line-height: 1.3;
        margin-bottom: 1.5vw;
    }
    
    .hp_brands {
        padding: 6vw 8vw 2vw 8vw;
        position: relative;
        /*background: linear-gradient(to right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 1px, transparent 1px, transparent calc(20% - 1px), rgba(0, 0, 0, 0.05) calc(20% - 1px), rgba(0, 0, 0, 0.05) 20%, transparent 20%, transparent calc(40% - 1px), rgba(0, 0, 0, 0.05) calc(40% - 1px), rgba(0, 0, 0, 0.05) 40%, transparent 40%, transparent calc(60% - 1px), rgba(0, 0, 0, 0.05) calc(60% - 1px), rgba(0, 0, 0, 0.05) 60%, transparent 60%, transparent calc(80% - 1px), rgba(0, 0, 0, 0.05) calc(80% - 1px), rgba(0, 0, 0, 0.05) 80%, transparent 80%, transparent calc(100% - 1px), rgba(0, 0, 0, 0.05) calc(100% - 1px), rgba(0, 0, 0, 0.05) 100%);*/
        background-repeat: no-repeat;
        margin-top: -11vw;
        z-index: -1;
    }
}

/*hp_contact*/

.index_wrapper_9 {
    position: relative;
    background-color: #333;
    width: 90%;
    z-index: 0;
}

.index_wrapper_9::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.2vw;
    width: 103%;
    height: 100%;
    background-color: #009150;
    z-index: 0;
}

.index_wrapper_9::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0vw;
    width: 118%;
    height: 25%;
    background-color: #333;
    z-index: -1;
}

.hp_contact {
    padding: 6vw 6vw 5vw 7vw;
    position: relative;
}

.rowContact::after {
    content: "";
    display: block;
    width: 98%;
    height: 1px;
    background-color: #fff;
    margin: 30px auto 0 auto; 
}

.hp_contact .hp_small_title {
    font-family: "Playfair Display", serif;
    font-size: 1.3vw;
    font-weight: 700;
    font-style: italic;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 5px;
}

.hp_contact .hp_big_title {
    font-size: 2.3vw;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    margin-top: 5px;
}

.hp_contact .title_all {
    font-size: 2.8vw;
    font-weight: 500;
    color: #000;
    text-align: left;
    padding: 0vw 8vw 1vw 0vw;
    line-height: 1.1;
}

.hp_contact .contact-details p {
    margin: 0.5vw 0;
    color: #000; 
    text-indent: 0vw;
}

.hp_contact .contact-details a {
    font-size: 0.97vw;
    font-weight: 400;
    color: #fff; 
}

.hp_contact .contact-line {
    font-size: 1.3vw;
    font-weight: 600;
    color: #fff;
    line-height: 1.5;
    display: flex;
    align-items: flex-start;
    gap: 0px;
    margin-bottom: 12px;
}

.hp_contact .contact-text {
    font-size: 0.97vw;
    font-weight: 400;
    color: #fff;
    line-height: 1.5;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
}

.hp_contact .contact-details {
    transition: background-color 0.3s ease;
    cursor: pointer;
    margin-top: 3vw;
}

.hp_contact .contact-details:hover img,
.hp_contact .contact-details:active img {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

.hp_contact .contact-details img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-right: 10px;
    transition: transform 0.3s ease;
}

.hp_contact_left {
    display: flex;
    justify-content: flex-end;
}

.n_contactViewMore {
    font-size: 1.05vw;
    font-weight: 800;
    color: #000;
    background-color: #fff;
    border: 2px solid #fff; 
    text-decoration: none;
    display: inline-block;
    margin-top: 1.5vw;
    padding: 0.5vw 1vw;
    text-transform: capitalize;
    cursor: pointer;
    transition: 
        background-color 0.4s ease,
        color 0.4s ease,
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.n_contactViewMore:hover {
    color: #000;
    transform: scale(1.06); 
    border-color: #00a062;
}

.n_contactViewMore img.arrow-icon {
    margin-left: 6px;
    width: 22px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    transition: 
        transform 0.3s ease,
        filter 0.3s ease;
    filter: brightness(0.9);
}

.n_contactViewMore:hover img.arrow-icon {
    transform: translateX(6px);
    filter: brightness(1);
}

@media screen and (max-width: 1200.5px){
    .hp_contact .contact-details a {
        font-size: 1.1vw;
        font-weight: 400;
        color: #fff; 
    }
    
    .hp_contact .contact-text {
        font-size: 1.1vw;
        font-weight: 400;
        color: #fff;
        line-height: 1.5;
        display: flex;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 12px;
    }
    
    .hp_contact .contact-details img {
        width: 24px;
        height: 24px;
        object-fit: contain;
        margin-right: 5px;
        transition: transform 0.3s ease;
    }
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .hp_contact .hp_small_title {
        font-family: "Playfair Display", serif;
        font-size: 4.3vw;
        font-weight: 700;
        font-style: italic;
        color: #fff;
        line-height: 1.3;
        margin-bottom: 5px;
    }
    
    .hp_contact .hp_big_title {
        font-size: 6.3vw;
        font-weight: 700;
        color: #fff;
        line-height: 1.3;
        margin-top: 5px;
    }
    
    .hp_contact_left {
        display: flex;
        justify-content: flex-start;
    }
    
    .n_contactViewMore {
        font-size: 3vw;
        font-weight: 800;
        color: #000;
        background-color: #fff;
        border: 2px solid #fff; 
        text-decoration: none;
        display: inline-block;
        margin-top: 1.5vw;
        padding: 1.8vw 4.5vw;
        text-transform: capitalize;
        cursor: pointer;
        transition: 
            background-color 0.4s ease,
            color 0.4s ease,
            transform 0.3s ease,
            border-color 0.3s ease,
            box-shadow 0.3s ease;
    }
    
    .hp_contact {
        padding: 10vw 5vw 6vw 5vw;
        position: relative;
    }
    
    .hp_contact br {
        display: none !important;
    }
    
    .hp_contact .contact-line {
        font-size: 4.3vw;
        font-weight: 600;
        color: #fff;
        line-height: 1.5;
        display: flex;
        align-items: flex-start;
        gap: 0px;
        margin-bottom: 12px;
    }
    
    .hp_contact .contact-details a {
        font-size: 3.5vw;
        font-weight: 400;
        color: #fff;
    }
    
    .hp_contact .contact-text {
        font-size: 3.5vw;
        font-weight: 400;
        color: #fff;
        line-height: 1.5;
        display: flex;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 12px;
    }
    
    .index_wrapper_9 {
        position: relative;
        background-color: #333;
        width: 100%;
        z-index: 0;
    }
    
    .index_wrapper_9::before {
        content: "";
        position: absolute;
        left: 0;
        top: 3.2vw;
        width: 103%;
        height: 100%;
        background-color: #009150;
        z-index: 0;
    }
}

/*footer*/

.footer_type6 {
    background-color: #333;
    color: white;
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
    overflow: hidden;
}

.footer_type6 .logo img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    width: auto;
    max-height: 52px;
    filter: brightness(0) invert(1);
}

.footer_type6 .title h5 {
    font-weight: 600;
    align-self: end;
    margin-bottom: 0;
    text-transform: uppercase;
}

.social_media a .social-icon {
    width: 40px;
    height: 40px;
    border: 2px solid #fff;  
    border-radius: 50%;        
    padding: 8px;
    transition: all 0.3s ease;
    object-fit: contain;
}

.social_media a .social-icon:hover {
    background-color: #009150;
    border-color: #009150;
    transform: scale(1.1);
}

@media screen and (max-width: 1200.5px){
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .social_media a .social-icon {
        width: 30px;
        height: 30px;
        border: 2px solid #fff;  
        border-radius: 50%;        
        padding: 8px;
        transition: all 0.3s ease;
        object-fit: contain;
    }
}

@media screen and (max-width: 500.5px){
    .index_wrapper_2 .item>img {
        min-height: 10rem !important;
        object-fit: cover;
        object-position: 50% 50%;
    }
}

@media screen and (max-width: 426px) {
    .index_wrapper_2 .item>img {
        min-height: 8rem !important;
        object-fit: cover;
        object-position: 50% 50%;
    }
}

.category_list_type4 .category_box .img_frame img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.2s ease-in-out;
}

.product_list_5 .product_box .img_frame img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*#main_contactus p.col-6.mb-0:nth-of-type(5) {*/
/*    visibility: hidden;*/
/*    position: relative;*/
/*}*/

/*#main_contactu p.col-6.mb-0:nth-of-type(5)::after {*/
/*    content: "By Appointment Only";*/
/*    visibility: visible;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/

#v-pills-tabContent ul.list-unstyled.row p.col-6.mb-0:nth-of-type(4) {
    visibility: hidden;
    position: relative;
}

#v-pills-tabContent ul.list-unstyled.row p.col-6.mb-0:nth-of-type(4)::after {
    content: "By Appointment Only";
    visibility: visible;
    position: absolute;
    top: 0;
    left: 14px;
}

.gallerycategory .img_frame img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: linear 0.4s;
}
