@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

body > br {
    display: none;
}

body {
    font-size: 14px !important;
}

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

#main_index a:hover {
    text-decoration: none;
}

#main_index button:focus {
    outline: none;
}

.np_language_btn {
    top: 0;
    right: calc(6% + 1.75vw);
    height: 42px;
}

.np_language_btn .dropdown_btn {
    padding: 0 1.5vw;
    background-color: #20225b;
    box-shadow: none;
    height: 42px;
    color: #fff;
    align-items: center;
    min-width: 177.8px;
    border-radius: 0;
}

.np_language_btn .dropdown_btn a,
.np_language_btn .dropdown_btn a:hover,
.np_language_btn .dropdown_btn span {
    color: #fff;
}

.np_language_btn .dropdown_btn a {
    display: flex;
    justify-content: center;
}

/*navigation bar*/
.navbar_type8 {
    height: 105px;
    background-color: #fff;
    padding: 0 6% 0 9%;
    border-bottom: .8px solid #ccc;
    transition: all 0.2s ease-in-out;
}

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

.dark_nav {
    height: 80px;
    background-color: rgb(255,255,255,0.9) !important;
    border-bottom: .8px solid #ccc !important;
}

.navbar_type8 .logo {
    margin-left: 0;
}

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

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

.navbar_type8 .nav_tab {
    padding: 0 1.75vw 0 0;
    height: 60%;
    margin-top: auto;
    border-top: .8px solid #ccc;
    gap: .8px;
    transition: all 0.2s ease-in-out;
}

.navbar_type8.dark_nav .nav_tab {
    height: 100%;
    border-top: none;
}

.navbar_type8 .nav_tab .nav_item {
    text-transform: unset;
    height: 100%;
}

.navbar_type8 .nav_tab .nav_item a {
    font-size: 1.125vw;
    color: #000;
    padding: 0 1.7vw;
    height: 100%;
    display: flex;
    align-items: center;
    transition: all 0.25s ease-in-out;
}

.navbar_type8 .nav_tab .nav_item:hover a,
.navbar_type8 .nav_tab .nav_item:last-child a {
    color: #fff;
}

.navbar_type8 .nav_tab .nav_item:last-child a {
    min-width: 177.8px;
    display: flex;
    justify-content: center;
    padding: 0 2vw;
}

.navbar_type8 .nav_tab .nav_item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    border-bottom: none;
    transition: all 0.25s ease-in-out;
    opacity: 1;
    height: 100%;
    background-color: #75bd11;
    z-index: -1;
}

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

/*footer*/
.footer_type6 {
    background-color: #eee;
    color: #000;
    padding-top: 5rem;
    padding-bottom: 2rem;
    line-height: 1.7;
    overflow: hidden;
}

.footer_type6 a {
    color: #000;
}

.footer_type6 a:hover {
    color: #75bd11;
}

.footer_type6 a p.mb-2 {
    margin-bottom: 0 !important;
    border-bottom: .8px solid #ccc;
    padding: 5px 0;
}

.footer_type6 li:last-child a p.mb-2 {
    border-bottom: none;
}

.footer_type6 .line {
    height: .8px;
    background-color: #ccc;
    margin: 5rem 0 2rem;
}

.footer_type6 .input-container input,
.footer_type6 .input-container label {
    color: #000;
    font-size: 12px;
}

.footer_type6 .input-container .moveUp {
    color: #000;
    font-size: 10px;
}

.footer_type6 .input-container input {
    border-bottom: .8px solid #ccc;
    caret-color: #000;
}

.footer_type6 .title {
    min-height: unset;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.footer_type6 .title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20%;
    height: 2.8px;
    background-color: #75bd11;
}

.footer_type6 .title::after {
    content: "";
    position: absolute;
    left: 25%;
    bottom: 0;
    width: 30%;
    height: 2.8px;
    background-color: #75bd11;
}

.footer_type6 .title h5 {
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
}

.footer_type6 .logo {
    padding-top: 120px;
}

.footer_type6 .logo img {
    max-height: 115px;
    top: 0;
    transform: unset;
}

.footer_type6 .input-container .submit {
    background-color: #75bd11;
    padding: 4px 13px;
    font-size: 20px;
}

@media (min-width: 768px) {
    .footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3 {
        -ms-flex: 0 0 22%;
        flex: 0 0 22%;
        max-width: 22%;
    }
    .footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3:first-child {
        -ms-flex: 0 0 34%;
        flex: 0 0 34%;
        max-width: 34%;
    }
}

/*homepage banner*/

.hp_banner {
    position: relative;
    width: 100%;
    height: 100%;
}

.hp_banner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 7vw;
    padding-bottom: 5vw;
}

.hp_banner_img {
    position: absolute;
    right: 0;
    top: 0;
    width: 46%;
}

.hp_banner_box {
    width: 28%;
    position: relative;
    z-index: 1;
}

.hp_banner_small {
    font-size: 1vw;
    font-weight: 500;
    margin-bottom: 1vw;
}

.hp_banner_title {
    font-size: 4.4vw;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 1vw;
    line-height: 1;
    color: #000;
}

.hp_banner2 .hp_banner_title {
    font-size: 4vw;
}

.hp_banner_keyword1 {
    font-size: .9vw;
    color: #000;
    margin-bottom: 0;
}

.hp_banner_button {
    display: flex;
    margin-top: 2vw;
}

.hp_banner_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1vw 2vw;
    position: absolute;
    left: 7vw;
    bottom: 2.25vw;
    width: 40%;
}

.hp_banner_text {
    display: flex;
    align-items: center;
    gap: .5vw;
    font-size: 1.05vw;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.2;
}

.hp_banner_text span {
    display: block;
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-image: url('https://cdn1.npcdn.net/userfiles/19733/image/A-BANNER-ICON.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

/*homepage count*/
.hp_count {
    padding: 5rem 15%;
    position: relative;
    margin-bottom: 4rem;
}

.hp_count::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    width: 82%;
    height: .8px;
    background-color: #ccc;
}

.hp_count_ebox {
    margin: 15px 0;
}

.hp_count_box {
    position: relative;
    height: 100%;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

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

.hp_count_number {
    display: flex;
    justify-content: center;
    font-size: 70px;
    line-height: 1;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    color: #000;
    transform-origin: center bottom;
}

.hp_count_box:hover .hp_count_number {
    animation: 1.5s swing;
}

.hp_count_number span {
    font-size: 28px;
    font-weight: 500;
}

.hp_count_keyword {
    font-size: 15px;
    margin: 5px 0 0;
    line-height: 1.4;
    color: #000;
}

.hp_count_keyword span {
    display: block;
}

/*homepage about*/
#main_index .index_wrapper_4 {
    background-image: linear-gradient(to top, #eee 12%, transparent 12%);
}

.hp_about {
    width: 81%;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 25px 25px 15px rgba(0, 0, 0, 0.075);
    padding: 1rem 3vw 5rem;
    position: relative;
    z-index: 1;
}

.hp_about_left_box {
    width: 98%;
}

.hp_about_right_box {
    padding-left: .5vw;
    padding-top: 3vw;
}

.hp_small_title {
    font-size: 15.5px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #000;
}

.hp_big_title {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 1.85vw;
    font-weight: 800;
    margin-bottom: 0;
}

.hp_big_title span {
    display: block;
}

.hp_about .hp_big_title {
    margin-bottom: 1.5rem;
}

.hp_keyword1 {
    font-size: 17px;
    line-height: 2;
    color: #000;
    margin-bottom: 0;
}

.hp_about_button {
    display: flex;
    margin-top: 2rem;
}

.hp_button {
    position: relative;
    transition: all 0.3s ease-in-out;
    padding: 8px 22px;
    background-color: #75bd11;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    gap: 10px;
    border: none;
    outline: none;
    overflow: hidden;
    font-size: 15px;
    font-weight: 300;
    cursor: pointer;
}

.hp_button span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    border: .8px solid #fff;
    border-radius: 50%;
    font-size: 12px;
    transition: all 0.3s ease-in-out;
}

.hp_button:hover {
    transform: scale(1.05);
}

.hp_button:active {
    transform: scale(0.75);
}

.hp_button:hover span {
    animation: 1s swing;
}

.hp_button:hover::before {
    animation: shine 1.5s ease-out infinite;
}

.hp_button::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 30%,
        rgba(255, 255, 255, 0.8),
        rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

/*homepage why*/
.hp_why {
    padding: 6rem 8.5% 5rem;
    background-color: #eee;
}

.hp_why_left,
.hp_why_right {
    margin-bottom: 1rem;
}

.hp_why_right {
    display: flex;
    align-items: flex-end;
    text-align: right;
}

.hp_keyword2 {
    font-size: 15.5px;
    color: #000;
    margin-bottom: 0;
}

.hp_why_ebox {
    margin: 25px 0;
}

.hp_why_box {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 25px 40px;
    background-color: #fff;
    box-shadow: 25px 25px 15px rgba(0, 0, 0, 0.075);
    transition: all 0.3s ease-in-out;
}

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

.hp_why_icon img {
    max-width: 100px;
}

.hp_why_title {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    color: #000;
    margin: 20px 0 0 0;
}

.hp_why_title span {
    display: block;
}

/*homepage product*/
.hp_product {
    padding: 5rem 6% 4rem;
}

.hp_product_top_box {
    margin-bottom: 1.5rem;
}

.hp_product_tab {
    margin-bottom: 1rem;
}

.hp_product_tab ul {
    list-style: none;
    margin: 0;
    background-color: #fff;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.075);
    display: flex;
    align-items: center;
    padding: 15px;
    gap: 5px;
    justify-content: center;
}

.tablinks {
    cursor: pointer;
    background-color: #fff;
    color: #000;
    padding: 5px 10px;
    font-size: 14.5px;
    font-weight: 300;
    text-align: center;
}

.tablinks:hover,
.tablinks.active {
    background-color: #75bd11;
    color: #fff;
}

.hp_product_bottom {
    padding: 0 2.5vw;
}

#main_index .productSlider-1 .product_img .product_box {
    border: none;
    background-color: transparent;
    padding: 20px 20px 15px;
}

#main_index .productSlider-1 .slick-track .slick-slide {
    margin: 25px 15px 15px 15px;
    height: auto;
    flex: 1;
    border-radius: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background-color: transparent;
    border: .8px solid #eee;
    transition: all 0.3s ease-in-out;
}

#main_index .productSlider-1 .slick-track .slick-slide:hover {
    transform: translateY(-10px);
}

#main_index .productSlider-1 .product_img .product_box .product_img_frame img {
    border-radius: 0;
}

#main_index .productSlider-1 .product_img .product_box h6 {
    color: #000;
    font-weight: 400 !important;
    text-align: center;
    font-size: 15.5px;
    margin-bottom: 15px;
}

#main_index .productSlider-1 .product_img .product_box p {
    display: none;
}

#main_index .productSlider-1 .product_img .product_box .align-top {
    font-weight: 400 !important;
    width: calc(100% + 40px);
    position: relative;
    left: -20px;
    padding-top: 15px;
    border-top: .8px solid #ccc;
    margin-bottom: 0;
    font-size: 15.5px;
}

#main_index .productSlider-1 .product_img .product_box .align-top a,
#main_index .productSlider-1 .product_img .product_box .align-top a:hover {
    color: #000;
}

#main_index .productSlider-1 .product_img .slick-prev::before,
#main_index .productSlider-1 .product_img .slick-next::before {
    text-shadow: none;
    color: #999;
    font-size: 25px;
}

#main_index .productSlider-1 .product_img .slick-prev {
    left: -20px;
}

#main_index .productSlider-1 .product_img .slick-next {
    right: -20px;
}

#main_index .productSlider-1 .product_img .product_box .product_img_frame{
    border: none;
    border-bottom: 7.8px solid #75bd11;
    border-radius: 0;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
}

#main_index .productSlider-1 .product_img .product_box .product_img_frame img {
    object-fit: contain !important;
    border-radius: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100% !important;
    height: 100%;
}

#main_index .productSlider-1 .product_img .product_box .product_img_frame .add_to_cart {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 5%;
    width: 90%;
}

/*homepage project*/

.hp_project_top_box {
    margin-bottom: 1.5rem;
}

#main_index .hp_photoGallerySlider_type3 {
    background-color: transparent;
}

#main_index .hp_photoGallerySlider_type3 .container {
    max-width: 100%;
}

#main_index .hp_photoGallerySlider_type3 .col-12,
#main_index .hp_photoGallerySlider_type3 .photo-gallery3 {
    padding: 0;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    object-fit: cover;
    padding: 0;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    padding: 10px 25px;
    transition: all 0.3s ease-in-out;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box:hover {
    transform: translateY(-10px);
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    padding-top: 55%;
    background-color: transparent;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-dots {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 3vw;
    width: fit-content;
    margin: 0 auto;
    background-color: #eee;
    border-radius: 40px;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-dots li button::before {
    color: transparent;
    font-size: 0;
    content: "";
    background-color: #000;
    opacity: 1;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-dots li.slick-active button::before {
    background-color: #75bd11;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-dots li button {
    padding: 0;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-dots li {
    margin: 0 5px;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-dots li button::before,
#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-dots li button,
#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-dots li {
    width: .8vw;
    height: 2.8px;
    transition: all 0.2s ease-in-out;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-dots li.slick-active button::before,
#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-dots li.slick-active button,
#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-dots li.slick-active {
    width: 3vw;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev::before,
#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next::before {
    background-image: unset;
    width: 40px;
    height: 40px;
    background-size: unset;
    background-repeat: unset;
    text-indent: unset;
    filter: unset;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    text-shadow: none;
    color: #000;
    opacity: 1;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev::before {
    content: "\f13f";
    transform: rotate(-45deg);
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next::before {
    content: "\f144";
    transform: rotate(45deg);
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next,
#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
    width: 40px;
    height: 40px;
    filter: drop-shadow(2px 2px 15px rgba(0, 0, 0, 0.05));
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
    right: 28%;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
    left: 28%;
}

/*homepage contact*/
.hp_contact {
    background-color: #75bd11;
    padding: 3.5rem 9%;
    margin-top: 6rem;
}

.hp_contact_right_box {
    display: grid;
    grid-template-columns: .6fr .6fr 1fr;
    padding-left: 1vw;
    gap: 1.5vw;
}

.hp_contact_point {
    display: flex;
    gap: 20px;
    transition: all 0.3s ease-in-out;
}

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

.hp_contact_icon i {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: .8px solid #fff;
    border-radius: 50%;
    font-size: 28px;
    min-width: 60px;
}

.hp_contact_point:hover .hp_contact_icon i {
    animation: 1s swing;
}

.hp_contact_title {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    margin: 10px 0;
}

.hp_contact_details {
    font-size: 15.5px;
    color: #fff;
    font-weight: 200;
}

.hp_contact_details p {
    margin: 0;
}

.hp_contact_details a,
.hp_contact_details a:hover {
    color: #fff;
}

/*other pages*/


/*homepage responsive*/

@media (max-width: 1200.5px) {
    .np_language_btn {
        right: 25px;
    }
    .np_language_btn .dropdown_btn {
        min-width: 130px;
        font-size: 12px;
    }
    
    /*navigation bar*/
    .navbar_type8 {
        padding: 0 15px;
    }
    .navbar_type8 .nav_tab {
        padding: 0 10px 0 0;
    }
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 1.35vw;
    }
    .navbar_type8 .nav_tab .nav_item:last-child a {
        min-width: 130px;
    }
    
    /*footer*/
    .footer_type6 {
        padding-top: 3rem;
    }
    .footer_type6 .title h5 {
        font-size: 18px;
    }
    .footer_type6 .logo img {
        max-height: 90px;
    }
    .footer_type6 .logo {
        padding-top: 100px;
    }
    .footer_type6 .line {
        margin: 2rem 0 1rem;
    }
    
    /*homepage banner*/
    .hp_banner_small {
        font-size: 1.3vw;
    }
    .hp_banner_keyword1 {
        font-size: 1.2vw;
    }
    .hp_banner_text {
        font-size: 1.2vw;
    }
    
    /*homepage count*/
    .hp_count {
        padding: 3rem 15px;
        margin-bottom: 3rem;
    }
    .hp_count_number {
        font-size: 60px;
    }
    .hp_count_keyword {
        line-height: 1.3;
    }
    
    /*homepage about*/
    .hp_about {
        width: 100%;
        padding: 1rem 15px 4rem;
    }
    .hp_about_left_box {
        width: 100%;
    }
    .hp_about_right_box {
        padding-left: 0;
    }
    .hp_small_title {
        font-size: 15px;
    }
    .hp_big_title {
        font-size: 24px;
    }
    .hp_about .hp_big_title {
        margin-bottom: 15px;
    }
    .hp_keyword1 {
        font-size: 14.5px;
        line-height: 1.7;
    }
    .hp_about_button {
        margin-top: 1.5rem;
    }
    .hp_button {
        font-size: 14px;
        padding: 7px 15px;
    }
    .hp_button span {
        width: 23px;
        height: 23px;
        font-size: 10px;
    }
    
    /*homepage why*/
    .hp_why {
        padding: 4rem 15px;
    }
    .hp_keyword2 {
        font-size: 14.5px;
    }
    .hp_why_icon img {
        max-width: 80px;
    }
    .hp_why_title {
        font-size: 18px;
        margin: 15px 0 0 0;
    }
    .hp_why_box {
        padding: 25px;
    }
    
    /*homepage product*/
    .hp_product {
        padding: 4rem 15px;
    }
    .hp_product_tab ul {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
    }
    #main_index .productSlider-1 .product_img .product_box {
        padding: 15px 15px 10px;
    }
    #main_index .productSlider-1 .product_img .product_box .align-top {
        width: calc(100% + 30px);
        left: -15px;
        padding-top: 10px;
    }
    .hp_product_bottom {
        padding: 0 15px;
    }
    
    /*homepage project*/
    
    
    /*homepage contact*/
    .hp_contact {
        padding: 3.5rem 15px;
        margin-top: 4rem;
    }
    .hp_contact_icon i {
        width: 50px;
        height: 50px;
        min-width: 50px;
        font-size: 24px;
    }
    .hp_contact_point {
        gap: 15px;
    }
    .hp_contact_title {
        font-size: 17px;
    }
    .hp_contact_details {
        font-size: 14.5px;
    }

}

.side_menu {
    background-color: #457109;
}

.side_menu .list-group .list-group-item a {
    color: #fff;
}

@media (max-width: 991.5px) {
    /*footer*/
    
    
    /*homepage banner*/
    .hp_banner {
        padding-left: 3.5vw;
    }
    .hp_banner_list {
        left: 3.5vw;
        bottom: 2vw;
        width: 44%;
    }
    
    /*homepage count*/
    
    
    /*homepage about*/
    
    
    /*homepage why*/
    
    
    /*homepage product*/
    
    
    /*homepage project*/
    
    
    /*homepage contact*/
    .hp_contact_right_box {
        padding-left: 0;
        grid-template-columns: 1fr;
        gap: 20px;
    }

}

@media (max-width: 767.5px) {
    /*footer*/
    
    
    /*homepage banner*/
    .slider_banner .item > img {
        min-height: 400px;
        object-fit: cover;
        object-position: right;
        padding-top: 150px;
        background-color: #f9fff1;
    }
    .slider_banner .item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 150px;
        width: 100%;
        height: 20%;
        background-image: linear-gradient(to bottom, #f9fff1, transparent);
    }
    .hp_banner {
        padding: 0;
        justify-content: flex-start;
    }
    .hp_banner_box {
        width: 100%;
        padding: 15px;
    }
    .hp_banner_small {
        font-size: 13px;
    }
    .hp_banner_title,
    .hp_banner2 .hp_banner_title {
        font-size: 30px;
    }
    
    .hp_banner_keyword1 {
        font-size: 12px;
    }
    .hp_banner .hp_button {
        font-size: 12px;
        padding: 5px 10px;
    }
    .hp_banner_list {
        width: 100%;
        left: 0;
        bottom: 0;
        position: absolute;
        background-color: #467108;
        padding: 15px;
    }
    .hp_banner_text {
        font-size: 11px;
    }
    .hp_banner_img {
        width: 50%;
        top: 150px;
    }
    .hp_banner_img::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 20%;
        background-image: linear-gradient(to bottom, #f9fff1, transparent);
    }
    .hp_banner_img img {
        min-height: 180px;
        max-height: 180px;
        object-fit: contain;
        object-position: 100% 0;
    }
    
    /*homepage count*/
    .hp_count_keyword span {
        display: unset;
    }
    .hp_count_number {
        font-size: 55px;
    }
    .hp_count_number span {
        font-size: 23px;
    }
    
    /*homepage about*/
    .hp_about_right_box {
        margin-top: 3rem;
    }
    .hp_big_title span {
        display: unset;
    }
    
    /*homepage why*/
    .hp_why_right {
        align-items: flex-start;
        text-align: left;
    }
    .hp_why_icon img {
        max-width: 75px;
    }
    .hp_why_title {
        font-size: 15px;
    }
    .hp_why_title span {
        display: unset;
    }
    .hp_why_box {
        padding: 20px;
    }
    
    /*homepage product*/
    .hp_product_tab ul {
        grid-template-columns: 1fr 1fr;
    }
    .tablinks {
        padding: 5px;
        text-align: center;
    }
    #main_index .productSlider-1 .product_img .product_box h6 {
        -webkit-line-clamp: 2;
        font-size: 14.5px;
    }
    #main_index .productSlider-1 .slick-track .slick-slide {
        margin: 25px 10px 15px 10px;
    }
    
    /*homepage project*/
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
        padding: 10px 15px;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev::before,
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next::before,
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next,
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
        width: 30px;
        height: 30px;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
        right: 15%;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
        left: 15%;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-dots li button::before,
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-dots li button,
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-dots li {
        width: 5px;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-dots li.slick-active button::before,
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-dots li.slick-active button,
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-dots li.slick-active {
        width: 12px;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-dots li {
        margin: 0 3px;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
        padding-top: 80%;
    }
    
    /*homepage contact*/
    .hp_contact_left_box {
        margin-bottom: 2rem;
    }

}