@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: 110px;
    padding: 0 9%;
    background-color: #fff;
    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: 12px 0;
    object-position: left;
}

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

.navbar_type8 .nav_tab .nav_item a {
    font-size: 1.1vw;
    color: #000;
    font-weight: 700;
}

.navbar_type8 .nav_tab .nav_item::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 110%;
    width: 0;
    border-bottom: none;
    transition: all 0.25s ease-in-out;
    opacity: 1;
    height: 4px;
    background-image: linear-gradient(to right, #2d944b 50%, #ee2126 50%);
    transform: translate(-50%, 0);
}

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

/*footer*/
.footer_type9 {
    color: #f4f4f4;
    padding-top: 7rem;
    padding-bottom: 2rem;
    background-color: #1a1a1a;
    font-size: 14px;
    line-height: 1.6;
}

.footer_type9 .text {
    color: #f4f4f4 !important;
    font-size: 14px;
}

.footer_type9 .bg_dark {
    background-color: transparent;
}

.footer_type9 a:hover,
.footer_type9 a.text:hover {
    color: #f4f4f4 !important;
}

.footer_type9 a {
    color: #f4f4f4;
}

.footer_type9 .nav_item li a::after {
    color: #f4f4f4;
    content: '|';
}

.footer_type9 .nav_item li a {
    text-transform: unset;
}

.footer_type9 .col-12.col-md-6.mb-md-0:nth-child(1) {
    padding-right: 10vw !important;
}

.footer_type9 .col-12.col-md-6.mb-md-0:nth-child(2) {
    padding-left: 4vw !important;
}

.footer_type9 .icon {
    background-color: transparent;
}

.footer_type9 .title {
    min-height: 60px;
}

.footer_type9 .logo {
    padding-top: 60px;
}

.footer_type9 .logo img {
    max-height: 60px;
}

.footer_type9 .social_media a .icon_s {
    background-color: #ee2126;
    border: none;
}

.footer_type9 .social_media a .icon_s i {
    color: #fff;
}

.footer_type9 .social_media a:hover .icon_s {
    background-color: #ee2126;
    animation: 1s jello;
}

@media (min-width: 768px) {
    .footer_type9 .col-12.col-md-6.mb-md-0:nth-child(1) {
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
    }
    .footer_type9 .col-12.col-md-6.mb-md-0:nth-child(2) {
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
    }
}

/*homepage banner*/
.slider_banner .banner_content {
    opacity: 1 !important;
    overflow: hidden;
}

.hp_banner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.hp_banner_box {
    width: 40%;
    position: relative;
}

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

.hp_banner_title span {
    font-family: "DM Serif Display", serif;
    font-size: 6vw;
    font-weight: 600;
    line-height: 1;
}

.hp_banner_title b {
    font-weight: 600;
    color: #ee2126;
}

.hp_banner_group {
    padding-left: 4vw;
}

.hp_banner_subtitle {
    font-size: 1.9vw;
    font-weight: 700;
    color: #000;
    font-style: italic;
    display: flex;
    align-items: center;
    gap: 1.5vw;
    margin: .5vw 0 2vw;
    white-space: nowrap;
    width: 90%;
}

.hp_banner_subtitle::before {
    content: "";
    width: 100%;
    height: 2.8px;
    background-color: #ee2126;
}

.hp_banner_keyword {
    font-size: 1vw;
    color: #000;
    margin-bottom: 0;
}

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

.slider_banner .slick-next::before {
    background-image: url('https://cdn1.npcdn.net/userfiles/28371/image/arrow-left(1).png');
}

.slider_banner .slick-prev::before {
    background-image: url('https://cdn1.npcdn.net/userfiles/28371/image/arrow-right(1).png');
}

.slider_banner .slick-next::before,
.slider_banner .slick-prev::before {
    width: 4vw;
    height: 4vw;
    filter: unset;
    opacity: 1;
}

.slider_banner .slick-next,
.slider_banner .slick-prev {
    width: 4vw;
    height: 4vw;
}

.slider_banner .slick-prev {
    left: 23.5vw;
    top: 79%;
}

.slider_banner .slick-next {
    right: unset;
    left: 23.5vw;
    top: 66%;
}

/*homepage about*/
.hp_about {
    padding: 8rem 8.5% 0;
    position: relative;
}

.hp_about::before {
    content: "ABOUT";
    position: absolute;
    left: 57%;
    top: 35%;
    color: #f7f7f7;
    font-size: 10vw;
    font-weight: 900;
    line-height: .9;
    transform: translate(-50%, -50%) rotate(-90deg);
    z-index: -1;
}

.hp_small_title {
    font-size: 19px;
    font-weight: 600;
    color: #888;
    letter-spacing: 1.5px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
}

.hp_small_title::before {
    content: "";
    width: 20px;
    height: 35px;
    background-image: url('https://cdn1.npcdn.net/userfiles/28371/image/title-icon(1).png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

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

.hp_word {
    font-family: "DM Serif Display", serif;
    font-size: 4.3vw;
    font-weight: 600;
}

.hp_break {
    display: block;
    margin-top: -7px;
}

.hp_about .hp_small_title {
    margin-bottom: 10px;
}

.hp_about .hp_break {
    text-align: right;
    padding-right: 1vw;
}

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

.hp_keyword {
    font-size: 14.5px;
    color: #000;
    margin-bottom: 0;
    line-height: 1.6;
}

.hp_button {
    position: relative;
    transition: all 0.3s ease-in-out;
    padding: 9px 10px 9px 20px;
    background-color: #ee2126;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
    gap: 10px;
    border: none;
    outline: none;
    overflow: hidden;
    font-size: 14px;
    cursor: pointer;
}

.hp_button span {
    display: block;
    width: 35px;
    height: 22px;
    background-image: url('https://cdn1.npcdn.net/userfiles/28371/image/button-white(1).png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

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

.hp_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 .hp_button {
    padding: 0;
    background-color: transparent;
    color: #ee2126;
    font-weight: 600;
}

.hp_about .hp_button span {
    background-image: url('https://cdn1.npcdn.net/userfiles/28371/image/button-red(1).png');
}

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

.hp_about_left_box {
    padding-right: 2.5vw;
}

.hp_line {
    width: 14vw;
    height: 2.8px;
    display: inline-block;
    background-color: #ee2126;
}

/*homepage category*/
#main_index .index_wrapper_5 {
    padding: 10rem 8.5% 0;
    position: relative;
}

#main_index .index_wrapper_5::before {
    content: "PRO DUCT";
    position: absolute;
    right: 0;
    top: 5%;
    color: #fafafa;
    font-size: 12vw;
    font-weight: 900;
    line-height: .85;
    z-index: -1;
    width: 31%;
}

#main_index .index_wrapper_5::after {
    content: "";
    position: absolute;
    left: 0;
    top: -6%;
    width: 100%;
    height: 85%;
    border-radius: 1000px 0 0 1000px;
    background-color: #f2f2f2;
    z-index: -2;
}

#main_index .outerContainer_5  {
    position: relative;
    z-index: 1;
}

.hp_category {
    margin-bottom: 2.5rem;
}

.hp_category_button {
    display: flex;
    margin-top: 1.5rem;
}

#main_index .product_cat-4 .col-12.col-md-6.col-lg-6.p-0 {
    padding: 0 15px !important;
    margin: 15px 0 !important;
}

#main_index .product_cat-4 .cat_outter_box {
    padding: 0;
    transition: all 0.3s ease-in-out;
}

#main_index .product_cat-4 .cat_outter_box:hover {
    transform: translateY(-10px);
}

#main_index .product_cat-4 .cat_box .content .content_box h3,
#main_index .product_cat-4 .cat_box .content .content_box .btn-outline-primary,
#main_index .product_cat-4 .cat_box .content .line {
    display: none;
}

#main_index .product_cat-4 .cat_box {
    height: 0;
    padding-top: 74%;
    border-radius: 20px;
}

#main_index .product_cat-4 .cat_box img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#main_index .product_cat-4 .cat_box:hover img {
    transform: translate(-50%, -50%) scale(1.1);
}

#main_index .product_cat-4 .cat_box .content .content_box h4 {
    font-size: 27px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0 !important;
}

#main_index .product_cat-4 .cat_box .content {
    background-color: #1a1a1a;
    width: 32%;
    border-radius: 0 100px 0 0;
}

#main_index .product_cat-4 .cat_box:hover .content {
    background-color: #1a1a1a;
}

#main_index .product_cat-4 .cat_box .content .content_box {
    padding: 20px 30px 25px;
}

/*#main_index .outerContainer_4 {*/
/*    position: relative;*/
/*    z-index: 1;*/
/*}*/

/*#main_index #index_4_1 {*/
/*    padding-left: 1vw !important;*/
/*    padding-right: 3.25vw !important;*/
/*}*/

/*#main_index #index_4_1 img {*/
/*    border-radius: 30px;*/
/*}*/

/*#main_index #index_5 {*/
/*    padding-left: .5vw !important;*/
/*}*/

/*.hp_product_box {*/
/*    width: 87%;*/
/*    margin-bottom: 2.5rem;*/
/*}*/

/*.hp_product .hp_big_title {*/
/*    margin-bottom: 10px;*/
/*}*/

/*.hp_product_button {*/
/*    display: flex;*/
/*    margin-top: 1.5rem;*/
/*}*/

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

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

/*#main_index .productSlider-1 .product_img .product_box .content {*/
/*    display: none;*/
/*}*/

/*#main_index .productSlider-1 .product_img .slick-prev::before,*/
/*#main_index .productSlider-1 .product_img .slick-next::before {*/
/*    text-shadow: none;*/
/*    padding: 0;*/
/*    opacity: 1;*/
/*    color: #999;*/
/*}*/

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

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

/*#main_index .productSlider-1 .product_img .slick-prev {*/
/*    left: -30px;*/
/*}*/

/*#main_index .productSlider-1 .product_img .slick-next {*/
/*    right: -30px;*/
/*}*/

/*homepage lock*/
/*#main_index .index_wrapper_6 {*/
/*    padding: 0 8.5% 10rem;*/
/*}*/

/*#main_index .outerRow_6 {*/
/*    align-items: center;*/
/*}*/

/*#main_index #index_7_1 {*/
/*    padding-right: 1vw !important;*/
/*    padding-left: 3.25vw !important;*/
/*}*/

/*#main_index #index_7_1 img {*/
/*    border-radius: 30px;*/
/*}*/

/*#main_index #index_5 {*/
/*    padding-left: .5vw !important;*/
/*}*/

/*#main_index #index_6 {*/
/*    padding-right: .5vw !important;*/
/*    position: relative;*/
/*    z-index: 1;*/
/*}*/

/*.hp_lock_box {*/
/*    margin-bottom: 2.5rem;*/
/*}*/

/*.hp_lock .hp_big_title {*/
/*    margin-bottom: 10px;*/
/*}*/

/*.hp_lock_button {*/
/*    display: flex;*/
/*    margin-top: 1.5rem;*/
/*}*/

/*.hp_lock .hp_keyword {*/
/*    width: 75%;*/
/*}*/

/*#main_index .index_wrapper_6 .productSlider-1 .slick-track .slick-slide {*/
/*    border: 1.8px solid #f2f2f2;*/
/*}*/

/*homepage services*/
/*#main_index .index_wrapper_8 {*/
/*    position: relative;*/
/*    padding: 0 8.5% 6rem;*/
/*}*/

/*#main_index .index_wrapper_8::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    width: 20%;*/
/*    height: 104%;*/
/*    background-color: #ee2126;*/
/*    border-radius: 500px 0 0 0;*/
/*    z-index: -1;*/
/*}*/

/*.hp_services {*/
/*    margin-bottom: 2.5rem;*/
/*}*/

/*.hp_services .hp_break {*/
/*    padding-left: 4vw;*/
/*}*/

/*.hp_services_button {*/
/*    display: flex;*/
/*    margin-top: 1.5rem;*/
/*}*/

/*.hp_services .hp_button {*/
/*    padding: 0;*/
/*    background-color: transparent;*/
/*    color: #ee2126;*/
/*    font-weight: 600;*/
/*}*/

/*.hp_services .hp_button span {*/
/*    background-image: url('https://cdn1.npcdn.net/userfiles/28371/image/button-red(1).png');*/
/*}*/

/*.hp_services_right_box {*/
/*    position: relative;*/
/*    left: -16%;*/
/*}*/

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

/*#main_index .service_type4 .service_box_type4 {*/
/*    margin-bottom: 0;*/
/*    border-radius: 20px;*/
/*    overflow: hidden;*/
/*    transition: all 0.3s ease-in-out;*/
/*}*/

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

/*#main_index .service_type4 .col-6.col-md-4 {*/
/*    margin: 15px 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 .img_frame {*/
/*    height: 0;*/
/*    padding-bottom: 100%;*/
/*}*/

/*#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: unset;*/
/*    max-height: unset;*/
/*    position: relative;*/
/*    top: unset;*/
/*    left: unset;*/
/*    transform: unset;*/
/*    color: white;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: flex-end;*/
/*    text-align: left !important;*/
/*    margin-bottom: 0;*/
/*}*/

/*#main_index .service_type4 .service_box_type4 .general_btn {*/
/*    border: none;*/
/*    color: transparent;*/
/*    font-size: 0 !important;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    padding: 0;*/
/*}*/

/*#main_index .service_type4 .service_box_type4 .general_btn:hover {*/
/*    background-color: transparent;*/
/*    color: transparent;*/
/*}*/

/*#main_index .service_type4 .service_box_type4 .img_frame .box p > span {*/
/*    background-color: #000;*/
/*    width: 78%;*/
/*    font-size: 18.5px;*/
/*    padding: 15px 3vw 15px 25px;*/
/*    border-radius: 0 100px 0 0;*/
/*    line-height: 1.3;*/
/*    font-weight: 500;*/
/*    min-height: 78.5px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    transition: all 0.3s ease-in-out;*/
/*}*/

/*homepage why*/
.hp_why {
    padding: 6.5rem 7.5%;
    background-color: #f2f2f2;
    border-radius: 0 0 0 150px;
    position: relative;
}

/*.hp_why::before {*/
/*    content: "CHOOSE US";*/
/*    position: absolute;*/
/*    right: 0;*/
/*    bottom: 4%;*/
/*    color: #fafafa;*/
/*    font-size: 9vw;*/
/*    font-weight: 900;*/
/*    line-height: .85;*/
/*}*/

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

.hp_why_point:hover .hp_why_icon img {
    animation: 1s jello;
}

.hp_why_right_box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 35px;
}

/*.hp_why_group {*/
/*    width: 61%;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 5rem;*/
/*}*/

/*.hp_why_right .hp_why_group {*/
/*    margin-left: auto;*/
/*}*/

/*.hp_why_point {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    transition: all 0.3s ease-in-out;*/
/*}*/

/*.hp_why_point:hover {*/
/*    transform: translateY(-10px);*/
/*}*/

/*.hp_why_left .hp_why_point {*/
/*    align-items: flex-end;*/
/*    text-align: right;*/
/*}*/

.hp_why_title {
    font-size: 19px;
    color: #000;
    font-weight: 700;
    margin: 20px 0 10px;
}

.hp_why_keyword {
    font-size: 14.5px;
    margin-bottom: 0;
    color: #000;
}

/*.hp_why_middle_box {*/
/*    position: relative;*/
/*    width: 160%;*/
/*    left: -30%;*/
/*}*/

/*homepage news*/
/*#main_index .index_wrapper_10 {*/
/*    padding: 8rem 8.5%;*/
/*}*/

/*.hp_news {*/
/*    margin-bottom: 2rem;*/
/*}*/

/*.hp_news_right_box {*/
/*    display: flex;*/
/*    justify-content: flex-end;*/
/*}*/

/*.hp_news .hp_button {*/
/*    padding: 0;*/
/*    background-color: transparent;*/
/*    color: #ee2126;*/
/*    font-weight: 600;*/
/*}*/

/*.hp_news .hp_button span {*/
/*    background-image: url('https://cdn1.npcdn.net/userfiles/28371/image/button-red(1).png');*/
/*}*/

/*#main_index .latest_new_type4 {*/
/*    margin-bottom: 0;*/
/*}*/

/*#main_index .latest_new_type4 .container-fluid {*/
/*    padding: 0 15px !important;*/
/*}*/

/*#main_index .latest_new_type4 .news_box {*/
/*    padding: 0;*/
/*    background-color: transparent;*/
/*    transition: all 0.3s ease-in-out;*/
/*}*/

/*#main_index .latest_new_type4 .col-lg-4.col-md-6.col-12.mb-3.p-0 {*/
/*    margin: 15px 0 !important;*/
/*    padding: 0 15px !important;*/
/*}*/

/*#main_index .latest_new_type4 .col-lg-4.col-md-6.col-12.mb-3.p-0:nth-child(n+4),*/
/*#main_index .latest_new_type4 .container-fluid > .row:nth-child(2) {*/
/*    display: none;*/
/*}*/

/*#main_index .latest_new_type4 .news_box:hover {*/
/*    transform: translateY(-10px);*/
/*}*/

/*#main_index .latest_new_type4 .news_box .img_frame {*/
/*    margin-bottom: 15px;*/
/*    border-radius: 20px;*/
/*}*/

/*#main_index .latest_new_type4 .news_box > a > p:nth-child(2) {*/
/*    font-size: 15px;*/
/*    font-weight: 700;*/
/*    color: #666;*/
/*    display: -webkit-box;*/
/*    -webkit-line-clamp: 1;*/
/*    -webkit-box-orient: vertical;*/
/*    overflow: hidden;*/
/*    word-wrap: break-word;*/
/*}*/

/*#main_index .latest_new_type4 .news_box > a > p {*/
/*    padding: 0 10px;*/
/*}*/

/*#main_index .latest_new_type4 .news_box .date {*/
/*    font-size: 12px;*/
/*    color: #666;*/
/*    font-weight: 700;*/
/*}*/

/*.latest_new_type4 .news_box .badge-primary {*/
/*    border-radius: 30px*/
/*}*/

/*homepage projects*/
#main_index .index_wrapper_6 {
    padding: 6.5rem 8.5%;
}

.hp_project {
    margin-bottom: 2rem;
}

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

.hp_project .hp_button {
    padding: 0;
    background-color: transparent;
    color: #ee2126;
    font-weight: 600;
}

.hp_project .hp_button span {
    background-image: url('https://cdn1.npcdn.net/userfiles/28371/image/button-red(1).png');
}

#main_index .gallerycategory {
    margin-bottom: 0;
}

#main_index .gallerycategory > .container-fluid:nth-child(1),
#main_index .gallerycategory > .container-fluid:nth-child(2) > .row:nth-child(2),
#main_index .gallerycategory .img_frame .more {
    display: none;
}

#main_index .gallerycategory .col-lg-3.col-md-6.col-sm-12.p-0 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 15px !important;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

#main_index .gallerycategory .col-lg-3.col-md-6.col-sm-12.p-0:hover {
    transform: translateY(-10px);
}

#main_index .gallerycategory .img_frame {
    height: 0;
    padding-top: 100%;
    margin-bottom: 0;
}

#main_index .gallerycategory .col-lg-3.col-md-6.col-sm-12.p-0 > p {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left !important;
    padding: 25px !important;
    margin-bottom: 0;
    width: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}

#main_index .gallerycategory .img_frame img {
    transition: all 0.3s ease-in-out;
    transform: translate(-50%, -50%) scale(1.01);
}

#main_index .gallerycategory .col-lg-3.col-md-6.col-sm-12.p-0:hover .img_frame img {
    transform: translate(-50%, -50%) scale(1.1);
    transform-origin: center;
}

#main_index .gallerycategory .slick-prev::before,
#main_index .gallerycategory .slick-next::before {
    text-shadow: none;
    padding: 0;
    opacity: 1;
    color: #999;
}

#main_index .gallerycategory .slick-prev::before {
    content: "\f053";
}

#main_index .gallerycategory .slick-next::before {
    content: "\f054";
}

#main_index .gallerycategory .slick-prev {
    left: -30px;
}

#main_index .gallerycategory .slick-next {
    right: -30px;
}

#main_index .gallerycategory .slick-arrow {
    z-index: 5;
}

/*homepage contact*/
.hp_contact {
    padding: 7rem 8.5%;
    background-color: #ee2126;
    width: 96%;
    border-radius: 0 300px 0 0;
    position: relative;
}

.hp_contact::before {
    content: "CONTACT US";
    position: absolute;
    left: -2%;
    bottom: -4%;
    color: #fff;
    font-size: 9vw;
    font-weight: 900;
    line-height: .9;
    opacity: 0.1;
}

.hp_contact .hp_small_title::before {
    display: none;
}

.hp_contact .hp_small_title,
.hp_contact .hp_big_title,
.hp_contact .hp_keyword {
    color: #fff;
}

.hp_contact .hp_button {
    background-color: #fff;
    color: #ee2126;
    font-weight: 600;
}

.hp_contact .hp_button span {
    background-image: url('https://cdn1.npcdn.net/userfiles/28371/image/button-red(1).png');
}

.hp_contact_button {
    display: flex;
    margin-top: 1.5rem;
}

.hp_contact_right_box {
    position: relative;
    left: -3%;
    width: 95%;
}

/*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.4vw;
    }
    
    /*footer*/
    .footer_type9 {
        padding-top: 5rem;
        padding-bottom: 1rem;
    }
    .footer_type9 .col-12.col-md-6.mb-md-0:nth-child(1) {
        padding-right: 15px !important;
    }
    .footer_type9 .col-12.col-md-6.mb-md-0:nth-child(2) {
        padding-left: 15px !important;
    }
    
    /*homepage banner*/
    .hp_banner_keyword {
        font-size: 1.3vw;
    }
    
    /*homepage about*/
    .hp_about {
        padding: 5rem 15px 0;
    }
    .hp_small_title {
        gap: 5px;
        letter-spacing: 1px;
        font-size: 16px;
    }
    .hp_small_title::before {
        width: 15px;
        height: 28px;
    }
    .hp_big_title {
        font-size: 28px;
    }
    .hp_word {
        font-size: 40px;
    }
    .hp_about .hp_big_title {
        margin-bottom: 15px;
    }
    .hp_keyword {
        font-size: 14px;
    }
    .hp_about_left_box {
        padding-right: 0;
    }
    .hp_line {
        width: 22vw;
    }
    .hp_about_button {
        margin-top: 1.5rem;
    }
    .hp_button span {
        width: 30px;
        height: 20px;
    }
    .hp_button {
        font-size: 13.5px;
    }
    
    /*homepage product*/
    #main_index .index_wrapper_5 {
        padding: 5rem 15px 0;
    }
    /*#main_index #index_4_1 {*/
    /*    padding: 0 15px !important;*/
    /*}*/
    /*#main_index #index_5 {*/
    /*    padding-left: 0 !important;*/
    /*}*/
    #main_index .index_wrapper_5::after {
        height: 90%;
        border-radius: 0;
    }
    /*.hp_product_box {*/
    /*    width: 100%;*/
    /*    margin-bottom: 1.5rem;*/
    /*}*/
    /*#main_index .productSlider-1 .product_img .slick-prev {*/
    /*    left: -5px;*/
    /*}*/
    /*#main_index .productSlider-1 .product_img .slick-next {*/
    /*    right: -5px;*/
    /*}*/
    
    /*homepage lock*/
    /*#main_index .index_wrapper_6 {*/
    /*    padding: 0 15px 5rem;*/
    /*}*/
    /*#main_index #index_7_1 {*/
    /*    padding: 0 15px !important;*/
    /*}*/
    /*#main_index #index_6 {*/
    /*    padding-right: 0 !important;*/
    /*}*/
    /*.hp_lock_box {*/
    /*    margin-bottom: 1.5rem;*/
    /*}*/
    /*.hp_lock .hp_keyword {*/
    /*    width: 100%;*/
    /*}*/
    
    /*homepage services*/
    /*#main_index .index_wrapper_8 {*/
    /*    padding: 0 15px 4rem;*/
    /*}*/
    /*.hp_services_right_box {*/
    /*    left: -42%;*/
    /*}*/
    /*.hp_services {*/
    /*    margin-bottom: 1.5rem;*/
    /*}*/
    /*#main_index .service_type4 .service_box_type4 .img_frame .box p > span {*/
    /*    font-size: 17px;*/
    /*    width: 85%;*/
    /*    border-radius: 0 50px 0 0;*/
    /*}*/
    
    /*homepage why*/
    .hp_why {
        padding: 4rem 15px;
        border-radius: 0 0 0 50px;
    }
    /*.hp_why_group {*/
    /*    width: 70%;*/
    /*    gap: 3rem;*/
    /*}*/
    .hp_why_title {
        font-size: 17px;
        margin: 15px 0 10px;
    }
    .hp_why_keyword {
        font-size: 14px;
    }
    .hp_why_right_box {
        gap: 25px;
    }
    
    /*homepage news*/
    /*#main_index .index_wrapper_10 {*/
    /*    padding: 4rem 15px;*/
    /*}*/
    /*.hp_news {*/
    /*    margin-bottom: 1.5rem;*/
    /*}*/
    /*.latest_new_type4 .news_box .img_frame {*/
    /*    height: 230px;*/
    /*}*/
    
    /*homepage project*/
    #main_index .index_wrapper_6 {
        padding: 4rem 15px;
    }
    .hp_projects {
        margin-bottom: 1.5rem;
    }
    #main_index .gallerycategory .col-lg-3.col-md-6.col-sm-12.p-0 > p {
        font-size: 17px;
    }
    #main_index .gallerycategory .slick-prev {
        left: -5px;
    }
    #main_index .gallerycategory .slick-next {
        right: -5px;
    }
    
    /*homepage contact*/
    .hp_contact {
        padding: 4rem 15px;
        width: 100%;
        border-radius: 0 100px 0 0;
    }

}

.side_menu {
    background-color: #eee;
}

.side_menu .list-group .list-group-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.side_menu .list-group .list-group-item a,
.side_menu .social_media a {
    color: #000;
}

.side_menu .list-group .list-group-item a:hover,
.side_menu .social_media a:hover {
    color: #555;
}

.side_menu input {
    background-color: rgba(0, 0, 0, 0.1);
    color: #000;
}

.side_menu input::placeholder {
    color: #999;
}

.side_menu .btn {
    color: #000 !important;
}

@media (max-width: 991.5px) {
    /*footer*/
    
    
    /*homepage banner*/
    
    
    /*homepage about*/
    .hp_about {
        padding: 5rem 15px;
    }
    .hp_line {
        display: none;
    }
    
    /*homepage product*/
    #main_index .index_wrapper_5 {
        padding: 4rem 15px;
    }
    #main_index .index_wrapper_5::after {
        height: 100%;
        top: 0;
    }
    
    /*homepage lock*/
    /*#main_index .index_wrapper_6 {*/
    /*    padding: 5rem 15px;*/
    /*}*/
    
    /*homepage services*/
    /*.hp_services_right_box {*/
    /*    left: 0;*/
    /*}*/
    /*#main_index .index_wrapper_8::before {*/
    /*    display: none;*/
    /*}*/
    
    /*homepage why*/
    
    
    /*homepage news*/
    
    
    /*homepage contact*/
    

}

@media (max-width: 767.5px) {
    /*footer*/
    .footer_type9 {
        padding-bottom: 2.5rem;
    }
    
    /*homepage banner*/
    .slider_banner .item > img {
        min-height: 500px;
        object-fit: cover;
        object-position: left;
        padding-top: 180px;
        background-color: #ededed;
    }
    /*.slider_banner .item::before {*/
    /*    content: "";*/
    /*    position: absolute;*/
    /*    left: 0;*/
    /*    top: 180px;*/
    /*    width: 100%;*/
    /*    height: 20%;*/
    /*    background-image: linear-gradient(to bottom, #ededed, transparent);*/
    /*}*/
    .hp_banner_img {
        top: 180px;
        width: 50%;
        right: -10px;
    }
    /*.hp_banner_img::before {*/
    /*    content: "";*/
    /*    position: absolute;*/
    /*    left: 0;*/
    /*    top: 0;*/
    /*    width: 100%;*/
    /*    height: 25%;*/
    /*    background-image: linear-gradient(to bottom, #ededed, transparent);*/
    /*}*/
    .hp_banner_img img {
        min-height: 220px;
        max-height: 220px;
        object-fit: contain;
        object-position: 100% 0;
    }
    .hp_banner {
        padding: 15px 20px;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .hp_banner_box {
        width: 100%;
    }
    .hp_banner_title {
        font-size: 22px;
    }
    .hp_banner_title span {
        font-size: 33px;
    }
    .hp_banner_group {
        padding-left: 0;
    }
    .hp_banner_subtitle {
        width: 100%;
        margin: 5px 0 10px;
        gap: 15px;
        font-size: 16px;
    }
    .hp_banner_keyword {
        font-size: 12px;
    }
    .hp_banner_button {
        margin-top: 10px;
    }
    .hp_banner .hp_button {
        font-size: 11.5px;
        padding: 4px 6px 4px 10px;
    }
    .hp_banner .hp_button span {
        width: 20px;
        height: 15px;
    }
    .hp_banner_subtitle::before {
        height: 1.8px;
    }
    .slider_banner .slick-next,
    .slider_banner .slick-prev {
        display: none !important;
    }
    
    /*homepage about*/
    .hp_about_right_box {
        margin-top: 3rem;
    }
    .hp_about::before {
        display: none;
    }
    .hp_about .hp_break {
        padding-left: 0;
    }
    .hp_break {
        display: unset;
        margin-top: 0;
    }
    
    /*homepage product*/
    /*#main_index .outerRow_4 {*/
    /*    flex-direction: column-reverse;*/
    /*}*/
    #main_index .index_wrapper_5::before {
        display: none;
    }
    .hp_category_right_box {
        margin-top: 1.5rem;
    }
    #main_index .product_cat-4 .cat_box .content .content_box {
        padding: 15px 20px 20px;
    }
    #main_index .product_cat-4 .cat_box .content .content_box h4 {
        font-size: 22px;
    }
    #main_index .product_cat-4 .cat_box .content {
        width: 50%;
        border-radius: 0 50px 0 0;
    }
    /*#main_index #index_4_1 {*/
    /*    margin-top: 3rem;*/
    /*}*/
    
    /*homepage lock*/
    /*#main_index #index_7_1 {*/
    /*    margin-top: 3rem;*/
    /*}*/
    
    /*homepage services*/
    /*.hp_services .hp_break {*/
    /*    padding-left: 0;*/
    /*}*/
    /*.hp_services_right_box {*/
    /*    margin-top: 1.5rem;*/
    /*}*/
    /*#main_index .service_type4 .col-6.col-md-4 {*/
    /*    -ms-flex: 0 0 100%;*/
    /*    flex: 0 0 100%;*/
    /*    max-width: 100%*/
    /*}*/
    
    /*homepage why*/
    /*.hp_why_middle_box {*/
    /*    width: 100%;*/
    /*    left: 0;*/
    /*}*/
    /*.hp_why_group {*/
    /*    width: 100%;*/
    /*    gap: 2rem;*/
    /*}*/
    /*.hp_why_left {*/
    /*    margin: 3rem 0 2rem;*/
    /*}*/
    /*.hp_why_left .hp_why_point {*/
    /*    align-items: flex-start;*/
    /*    text-align: left;*/
    /*}*/
    .hp_why_right_box {
        grid-template-columns: 1fr;
        margin-top: 2rem;
    }
    
    /*homepage news*/
    /*.hp_news_right_box {*/
    /*    justify-content: flex-start;*/
    /*    margin-top: 1.5rem;*/
    /*} */
    
    /*homepage project*/
    .hp_project_right_box {
        justify-content: flex-start;
        margin-top: 1.5rem;
    } 
    
    /*homepage contact*/
    .hp_contact_right_box {
        left: 0;
        width: 100%;
        margin-top: 1.5rem;
    }
    .hp_contact {
        border-radius: 0 50px 0 0;
    }
    .hp_contact::before {
        bottom: 0;
        font-size: 14vw;
    }

}