@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;
}


/*navigation bar*/
.navbar_type8 {
    height: 93px;
    padding: 0 7.5%;
    background-color: #fff;
    border-bottom: .8px solid #ccc;
    transition: all 0.25s 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;
    flex: 0 1 22%;
}

.navbar_type8 .logo img {
    width: 100%;
    padding: 15px 0;
    object-position: left;
}

.navbar_type8 .nav_tab {
    padding: 0;
    gap: 1vw;
    flex: 0 1 78%;
}

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

.navbar_type8 .nav_tab .nav_item a {
    font-size: .975vw;
    color: #000;
    font-weight: 600;
    padding: 1vw;
    display: block;
    transition: all 0.2s ease-in-out;
}

.navbar_type8 .nav_tab .nav_item:hover a {
    color: #ffff00;
    filter: drop-shadow(1px 1px 0px rgba(0, 0, 0, 0.2));
}

.navbar_type8 .nav_tab .nav_item:first-child a {
    display: flex;
    align-items: center;
    gap: 2px;
}

.navbar_type8 .nav_tab .nav_item:first-child a::before {
    content: "\f422";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
}

.navbar_type8 .nav_tab .dropdown .dropdown-toggle::after {
    font-size: 22px;
    margin-left: 2px;
    vertical-align: 3px;
}

.navbar_type8 .nav_tab .nav_item::before {
    display: none;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img {
    top: 55px !important;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a {
    color: #fff;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover {
    color: #111 !important;
    background-color: #ff0;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img .dropdown-item .dropdown_pannel a:hover .dropdown_item .text {
    color: #111 !important;
}

/*footer*/
.footer_type8 {
    background-color: #0f0f0f;
    color: #ccc;
    padding-top: 6rem !important;
    padding-bottom: 4rem !important;
    line-height: 1.8;
    overflow: hidden;
    background-image: radial-gradient(circle at bottom left, #3e3e00, #111, #111, #111);
}

.footer_type8 a {
    color: #ccc;
}

.footer_type8 a:hover {
    color: #ffff00;
}

.footer_type8 .title h5 {
    color: #ff0;
    text-transform: uppercase;
    font-weight: 700;
}

.footer_type8 .copy_right strong {
    color: #fff;
}

.footer_type8 .logo {
    min-height: 80px;
}

.footer_type8 .logo img {
    background-image: linear-gradient(-35deg, transparent, #fff, transparent);
    padding: 10px 15px;
    max-height: 80px;
}

.footer_type8 .social_media a {
    border: 1.8px solid #ff0;
    color: #fff;
    border-radius: 50%;
}

.footer_type8 .social_media a:hover {
    animation: 1s swing;
}

/*homepage banner*/
.slider_banner {
    margin-bottom: 0 !important;
}

.slider_banner .banner_content {
    overflow: hidden;
}

.hp_banner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 7.5%;
    padding-top: 3vw;
}

.hp_banner_box {
    width: 38%;
}

.hp_banner_title {
    font-size: 3.8vw;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1vw;
    line-height: 1.1;
    position: relative;
}

.hp_banner_title::before {
    content: "";
    position: absolute;
    right: -1vw;
    bottom: -2vw;
    width: 19vw;
    height: 5vw;
    background-image: url('https://cdn1.npcdn.net/userfiles/21783/image/A_BANNER-ELEMENT.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: -1;
}

.hp_banner_title span {
    font-size: 1.05vw;
    background-color: #ff0;
    color: #000;
    padding: .75vw 2.5vw;
    font-weight: 700;
    display: inline-block;
    position: relative;
    bottom: 1vw;
}

.hp_banner_keyword {
    font-size: 1.05vw;
    font-style: italic;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.8;
}

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

.slider_banner .slick-dots {
    position: absolute;
    left: 3%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}

.slider_banner .slick-dots li,
.slider_banner .slick-dots li button,
.slider_banner .slick-dots li button::before {
    width: 20px;
    height: 8px;
    padding: 0;
    margin: 0;
    transition: all 0.2s ease-in-out;
}

.slider_banner .slick-dots li button::before {
    content: "";
    background-color: #fff;
    border-radius: 30px;
    opacity: 1;
}

.slider_banner .slick-dots li.slick-active button::before {
    background-color: #ffff00;
}

/*homepage about*/
.hp_about {
    padding: 6rem 0;
    background-image: url('https://cdn1.npcdn.net/userfiles/21783/image/B-ABOUT-BG.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.hp_small_title {
    font-size: 14px;
    color: #000;
    background-color: #ff0;
    width: fit-content;
    margin: 0 auto 15px;
    padding: 7px 30px;
    border-radius: 40px;
    font-weight: 600;
}

.hp_big_title {
    font-size: 2.5vw;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
}

.hp_about .hp_small_title {
    margin: 0;
    background-color: transparent;
    border: .8px solid #ff0;
    color: #fff;
    font-weight: 400;
}

.hp_about .hp_big_title {
    margin-bottom: 15px;
}

.hp_about_line {
    display: block;
    width: 55px;
    height: .8px;
    background-color: #ff0;
}

.hp_about_top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.hp_about_left_box {
    position: relative;
    left: -3.5%;
}

.hp_about_right_box {
    padding-right: 7.5vw;
}

.hp_about_content {
    padding-left: 2vw;
    padding-top: 1vw;
}

.hp_keyword {
    font-size: 15.5px;
    margin-bottom: 0;
    color: #f4f4f4;
    font-weight: 300;
    line-height: 1.8;
}

.hp_about_button {
    margin: 1.5rem 0 3rem;
}

.hp_button {
    position: relative;
    transition: all 0.3s ease-in-out;
    padding: 7px 45px 9px;
    background-color: transparent;
    color: #ffff;
    border: none;
    outline: none;
    overflow: hidden;
    font-size: 14.5px;
    cursor: pointer;
    text-align: left;
    background-image: linear-gradient(to right, #ffff00, transparent, #ffff00);
}

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

.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%;
  }
}

.hp_about_group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background-color: #ff0;
    padding: 2vw 1vw 2.5vw;
    width: 137%;
    position: relative;
    left: -37%;
}

.hp_about_point {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 3px;
    position: relative;
}

.hp_about_point::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 1.8px;
    height: 85%;
    background-color: #000;
}

.hp_about_point:last-child::before {
    display: none;
}

.hp_about_number {
    display: flex;
    justify-content: center;
    font-size: 70px;
    line-height: 1;
    font-weight: 800;
    color: #000;
    transform-origin: center bottom;
}

.hp_about_point:hover .hp_about_number {
    animation: 1s swing;
}

.hp_about_keyword {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    color: #000;
}

/*homepage services*/
#main_index .index_wrapper_4 {
    padding: 6rem 7%;
    background-color: #eeefea;
}

.hp_services_top_box {
    margin-bottom: 1.5rem;
}

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

#main_index .service_type4 .col-6.col-md-4 {
    padding: 0 10px;
    margin: 10px 0;
}

#main_index .service_type4 .col-6.col-md-4:nth-child(n+4),
#main_index .service_type4 .service_box_type4 .img_frame .box p > br {
    display: none;
}

#main_index .service_type4 .service_box_type4 {
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
}

#main_index .service_type4 .service_box_type4:hover {
    transform: translateY(-10px);
}

#main_index .service_type4 .service_box_type4 .img_frame {
    height: 0;
    padding-bottom: 102.5%;
}

#main_index .service_type4 .service_box_type4 .img_frame img {
    transition: all 0.3s ease-in-out;
}

#main_index .service_type4 .service_box_type4 .img_frame:hover .overlay {
    background-color: transparent;
}

#main_index .service_type4 .service_box_type4 .img_frame .box {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    height: 100%;
    border: none;
    transition: 0.3s fadeIn;
}

#main_index .service_type4 .service_box_type4 .img_frame:hover .box {
    top: unset;
    left: unset;
    transform: unset;
}

#main_index .service_type4 .service_box_type4 .img_frame .box p {
    overflow: auto;
    max-height: unset;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 2vw 3vw;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent, transparent);
    text-align: left !important;
}

#main_index .service_type4 .service_box_type4 .img_frame .box p > span {
    font-size: 20px;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    line-height: 1.3;
}

#main_index .service_type4 .service_box_type4 .img_frame .box p > .btn {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    color: transparent;
    font-size: 0;
    padding: 0;
}

#main_index .service_type4 .service_box_type4 .img_frame .box p > .btn:hover {
    background-color: transparent;
    color: transparent;
}

/*homepage product*/
#main_index .index_wrapper_5 {
    padding: 6rem 7%;
    background-color: #111;
}

.hp_productTitle .hp_small_title {
    background-color: transparent;
    border: .8px solid #ff0;
    color: #fff;
    font-weight: 400;
}

.hp_productTitle_box {
    margin-bottom: 1.5rem;
}

.hp_productButton .hp_button {
    width: 100%;
    background-image: linear-gradient(to right, #ff0, transparent);
    color: #000;
    padding: 10px 3vw;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1.5px;
}

.hp_productButton_box {
    margin-top: 10px;
}

#main_index .productSlider-1 .product_img {
    padding: 0 5px;
}

#main_index .productSlider-1 .slick-track .slick-slide {
    margin: 10px;
    height: auto;
    flex: 1;
    border-radius: 0;
    box-shadow: none;
    background-color: white;
    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 {
    margin: 12px;
    border: none;
    background-color: #f3efec;
    padding: 12px;
}

#main_index .productSlider-1 .product_img .product_box .product_img_frame img {
    object-fit: contain !important;
    border-radius: 0;
    background-color: #fff;
}

#main_index .productSlider-1 .product_img .product_box h6 {
    color: #111;
    font-weight: 500 !important;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    font-size: 18px;
    margin-bottom: 10px;
    min-height: 43.5px;
}

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

#main_index .productSlider-1 .product_img .product_box h6.align-top {
    color: #ffff00;
    background-color: #111;
    font-weight: 400 !important;
    min-height: auto;
    padding: 10px 30px;
    font-size: 15px;
    width: fit-content;
    margin: 0 auto;
}

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

#main_index .productSlider-1 .product_img .slick-prev::before,
#main_index .productSlider-1 .product_img .slick-next::before {
    text-shadow: none;
    color: #fff;
    opacity: 1;
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: .8px solid #fff;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
}

#main_index .productSlider-1 .product_img .slick-prev::before {
    content: "\f12c";
}

#main_index .productSlider-1 .product_img .slick-next::before {
    content: "\f135";
}

#main_index .productSlider-1 .product_img .slick-next,
#main_index .productSlider-1 .product_img .slick-prev {
    width: 30px;
    height: 30px;
}

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

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

/*homepage advantage*/
.hp_advantage {
    padding: 6rem 7% 5rem;
    background-color: #eeefea;
}

.hp_advantage_top_box {
    margin-bottom: 1rem;
}

.hp_advantage_ebox {
    margin: 15px 0;
}

.hp_advantage_box {
    background-color: #fff;
    height: 100%;
    padding: 3.5vw 30px;
    transition: all 0.3s ease-in-out;
}

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

.hp_advantage_icon {
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 15px;
    position: relative;
}

.hp_advantage_icon::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    width: 170%;
    height: 45%;
    border-radius: 40px;
    background-color: #ffff00;
    transition: all 0.3s ease-in-out;
}

.hp_advantage_box:hover .hp_advantage_icon::before {
    background-color: #000;
}

.hp_advantage_icon img {
    max-width: 80px;
    transform-origin: center bottom;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease-in-out;
}

.hp_advantage_box:hover .hp_advantage_icon img {
    animation: 1s swing;
    filter: brightness(0) invert(1);
}

.hp_advantage_title {
    font-size: 19px;
    font-weight: 800;
    color: #000;
    margin: 20px 0;
    transition: all 0.3s ease-in-out;
}

.hp_advantage_box:hover .hp_advantage_title {
    color: #ffff00;
}

.hp_advantage_keyword {
    font-size: 15.5px;
    margin-bottom: 0;
    color: #666;
    transition: all 0.3s ease-in-out;
}

.hp_advantage_box:hover .hp_advantage_keyword {
    color: #fff;
}

/*homepage news*/
#main_index .index_wrapper_7 {
    padding: 6rem 7%;
    background-image: url('https://cdn1.npcdn.net/userfiles/21783/image/E_NEWS-BG.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.hp_news_box {
    margin-bottom: 1.5rem;
}

#main_index .hp_latest_new_8 .news_box {
    padding: 0;
    background-color: #f5f4f2;
    transition: all 0.3s ease-in-out;
}

#main_index .hp_latest_new_8 .news_box:hover {
    transform: translateY(-10px);
    background-color: #111;
}

#main_index .hp_latest_new_8 .col-12.col-lg-4.mb-4 {
    padding: 0 10px;
    margin: 10px 0 !important;
}

#main_index .hp_latest_new_8 .col-12.col-lg-4.mb-4:nth-child(n+4),
#main_index .hp_latest_new_8 .news_box .content,
#main_index .hp_latest_new_8 .news_box .title span {
    display: none;
}

#main_index .hp_latest_new_8 .justify-content-between.d-flex.flex-column.w-100.h-100 {
    padding: 25px 2.5vw;
}

#main_index .hp_latest_new_8 .news_box .title {
    font-size: 18px;
    line-height: 1.2;
    color: #111;
    margin-bottom: 25px;
    transition: all 0.3s ease-in-out;
}

#main_index .hp_latest_new_8 .news_box:hover .title,
#main_index .hp_latest_new_8 .news_box:hover .date,
#main_index .hp_latest_new_8 .news_box:hover .date i {
    color: #fff;
}

#main_index .hp_latest_new_8 .news_box .title b {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    font-weight: 400;
}

#main_index .hp_latest_new_8 .news_box .date {
    opacity: 1;
    font-size: 14px;
    color: #000;
    transition: all 0.3s ease-in-out;
}

#main_index .hp_latest_new_8 .news_box .date i {
    color: #555;
    transition: all 0.3s ease-in-out;
}

#main_index .hp_latest_new_8 .news_box .read_more {
    text-decoration: underline;
    color: #111;
    transition: all 0.3s ease-in-out;
}

#main_index .hp_latest_new_8 .news_box:hover .read_more,
#main_index .hp_latest_new_8 .news_box .read_more:hover {
  color: #fff;
  text-decoration: underline !important;
}

/*homepage gallery*/
#main_index .index_wrapper_8 {
    background-color: #eeefea;
    padding: 6rem 0;
}

.hp_galleryTitle,
.hp_galleryButton {
    padding: 0 7%;
}

.hp_galleryTitle_box {
    margin-bottom: 1.5rem;
}

.hp_galleryButton .hp_button {
    width: 100%;
    background-image: linear-gradient(to right, #ff0, transparent);
    color: #000;
    padding: 10px 3vw;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1.5px;
}

.hp_galleryButton_box {
    margin-top: 10px;
}

#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 {
    background-color: transparent;
    padding-top: 77%;
}

#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;
    transition: all 0.3s ease-in-out;
}

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

/*homepage brand*/
#main_index .index_wrapper_9 {
    padding: 0 calc(7% + 15px);
    background-image: linear-gradient(to bottom, #eeefea 50%, #111 50%);
}

#main_index .hp_brandSlide {
    background-color: #fff;
    padding: .5rem 0;
}

#main_index .hp_brandSlide .container-fluid {
    padding: 0;
}

#main_index .hp_brandSlide .ex_brandSlide_slider_banner .item {
    margin: 10px 5px;
    transition: all 0.3s ease-in-out;
}

#main_index .hp_brandSlide .ex_brandSlide_slider_banner .item:hover {
    transform: translateY(-10px);
}

/*other pages*/


/*homepage responsive*/

@media (max-width: 1200.5px) {
    /*navigation bar*/
    .navbar_type8 {
        padding: 0 15px;
    }
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 1.3vw;
    }
    
    /*footer*/
    .footer_type8 {
        padding-top: 5rem !important;
        padding-bottom: 3rem !important;
    }
    
    /*homepage banner*/
    .hp_banner {
        padding-left: 5%;
        padding-top: 0;
    }
    .hp_banner_keyword {
        font-size: 1.3vw;
    }
    
    /*homepage about*/
    .hp_about {
        padding: 4rem 0;
    }
    .hp_small_title {
        padding: 6px 20px;
    }
    .hp_about_right_box {
        padding-right: 30px;
    }
    .hp_about_content {
        padding-left: 0;
        padding-top: 0;
    }
    .hp_big_title {
        font-size: 27px;
    }
    .hp_keyword {
        font-size: 14px;
        line-height: 1.7;
    }
    .hp_button {
        padding: 8px 30px;
        font-size: 14px;
    }
    .hp_about_number {
        font-size: 55px;
    }
    .hp_about_keyword {
        font-size: 15px;
    }
    
    /*homepage services*/
    #main_index .index_wrapper_4 {
        padding: 4rem 15px;
    }
    #main_index .service_type4 {
        padding: 0 5px;
    }
    #main_index .service_type4 .service_box_type4 .img_frame .box p > span {
        font-size: 16px;
    }
    
    /*homepage product*/
    #main_index .index_wrapper_5 {
        padding: 4rem 15px;
    }
    #main_index .productSlider-1 .product_img .product_box {
        margin: 10px;
        padding: 10px;
    }
    #main_index .productSlider-1 .product_img .product_box h6 {
        font-size: 15px;
    }
    #main_index .productSlider-1 .product_img .product_box h6.align-top {
        padding: 8px 20px;
        font-size: 13.5px;
    }
    .hp_productButton .hp_button {
        font-size: 15px;
    }
    
    /*homepage advantage*/
    .hp_advantage {
        padding: 4rem 15px;
    }
    .hp_advantage_icon img {
        max-width: 60px;
    }
    .hp_advantage_title {
        font-size: 17px;
        margin: 20px 0 10px;
    }
    .hp_advantage_keyword {
        font-size: 14px;
    }
    .hp_advantage_box {
        padding: 30px 25px;
    }
    
    /*homepage news*/
    #main_index .index_wrapper_7 {
        padding: 4rem 15px;
    }
    #main_index .hp_latest_new_8 .justify-content-between.d-flex.flex-column.w-100.h-100 {
        padding: 20px;
    }
    #main_index .hp_latest_new_8 .news_box .title {
        font-size: 16px;
        margin-bottom: 15px;
    }
    
    /*homepage gallery*/
    #main_index .index_wrapper_8 {
        padding: 4rem 0;
    }
    .hp_galleryTitle,
    .hp_galleryButton {
        padding: 0 15px;
    }
    .hp_galleryButton .hp_button {
        font-size: 15px;
    }
    
    /*homepage brand*/
    #main_index .index_wrapper_9 {
        padding: 0 30px;
    }

}

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

@media (max-width: 991.5px) {
    /*footer*/
    
    
    /*homepage banner*/
    
    
    /*homepage about*/
    
    
    /*homepage services*/
    
    
    /*homepage product*/
    
    
    /*homepage advantage*/
    
    
    /*homepage news*/
    
    
    /*homepage gallery*/
    
    
    /*homepage brand*/
    

}

@media (max-width: 767.5px) {
    /*footer*/
    
    
    /*homepage banner*/
    .slider_banner .item > img {
        min-height: 450px;
        object-fit: cover;
        padding-top: 180px;
        background-color: #111;
        object-position: right;
    }
    .slider_banner .item::before {
        content: "";
        position: absolute;
        left: 000;
        top: 180px;
        width: 100%;
        height: 20%;
        background-image: linear-gradient(to bottom, #111, transparent);
    }
    .hp_banner {
        padding: 20px;
        align-items: flex-start;
    }
    .hp_banner_box {
        width: 100%;
    }
    .hp_banner_title {
        font-size: 30px;
    }
    .hp_banner_title span {
        font-size: 13px;
        padding: 5px 15px;
        bottom: 6px;
    }
    .hp_banner_keyword {
        font-size: 13px;
        line-height: 1.6;
    }
    .hp_banner .hp_button {
        padding: 5px 25px;
        font-size: 12px;
    }
    .slider_banner .slick-dots {
        justify-content: flex-end;
        left: 15px;
        top: unset;
        transform: unset;
        bottom: 15px;
    }
    
    /*homepage about*/
    .hp_about_left_box {
        left: 0;
        margin-bottom: 3rem;
    }
    .hp_about_right_box {
        padding: 0 30px;
    }
    .hp_about_group {
        width: 100%;
        left: 0;
        grid-template-columns: 1fr;
        padding: 2rem 30px;
        gap: 40px;
    }
    .hp_about_point::before {
        top: unset;
        transform: unset;
        bottom: -20px;
        width: 100%;
        height: .8px;
    }
    
    /*homepage services*/
    #main_index .service_type4 .col-6.col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #main_index .service_type4 .service_box_type4 .img_frame .box p {
        padding: 25px;
    }
    #main_index .service_type4 .service_box_type4 .img_frame .box p > span {
        font-size: 18px;
    }
    
    /*homepage product*/
    #main_index .productSlider-1 .product_img .product_box {
        margin: 5px;
        padding: 5px;
    }
    #main_index .productSlider-1 .product_img .product_box h6 {
        font-size: 15px;
        min-height: auto;
    }
    
    /*homepage advantage*/
    
    
    /*homepage news*/
    
    
    /*homepage gallery*/
    
    
    /*homepage brand*/
    

}