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

.toggle_btn {
    right: 95px;
}

.toggle_btn .whatsapp {
    height: 70px;
    width: 70px;
}

.toggle_btn .whatsapp i {
    font-size: 40px;
}

.np_language_btn {
    top: 0;
    height: 60px;
    right: 8%;
}

.np_language_btn .dropdown_btn {
    height: 60px;
    background-color: transparent;
    border-radius: 0;
    border: none;
    box-shadow: none;
    align-items: center;
    color: #fff;
}

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

/*top space*/
.hp_searchbar {
    height: 60px;
    background-color: #1f1a17;
    border-bottom: .8px solid #999;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 17%;
}

#search_name_nav {
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 11px;
    min-width: 12vw;
}

.search_button {
    background-color: transparent;
    border: none;
    padding: 0;
    color: #fff;
    font-size: 10px;
}

.nav_search form {
    width: 100%;
    display: flex;
    padding: 6px 15px;
    border: .8px solid #999;
    border-radius: 30px;
}

/*navigation bar*/
.navbar_type8 {
    height: 70px;
    padding: 0 10% 0 8.5%;
    background-color: #1f1a17;
}

.navbar_type8 .logo {
    margin: 0;
}

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

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

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

.navbar_type8 .nav_tab .nav_item a {
    font-size: 1vw;
    font-weight: 300;
    color: #f4f4f4;
    padding: .8vw;
}

.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: 1.8px;
    background-color: #999;
    transform: translate(-50%, 0);
}

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

/*footer*/
.footer_type7 {
    background-color: #fff;
    padding-top: 5rem !important;
    padding-bottom: 4rem !important;
    overflow: hidden;
    border-top: .8px solid #999;
    color: #000;
    font-size: 15px;
    line-height: 1.7;
}

.footer_type7 .row {
    row-gap: 5rem;
}

.footer_type7 a {
    color: #000;
}

.footer_type7 a:hover {
    color: #c78e4d;
}

.footer_type7 .title {
    min-height: unset;
}

.footer_type7 .logo {
    padding-top: 65px;
}

.footer_type7 .logo img {
    max-height: 65px;
    background-color: #1f1a17;
    padding: 2px 15px;
}

.footer_type7 .title h5 {
    font-size: 24px;
    font-weight: 500;
}

/*homepage banner*/

.slider_banner .banner_content {
    opacity: 1 !important;
}

.hp_banner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 7vw;
    padding-bottom: 6vw;
}

.hp_banner_small {
    font-size: 1vw;
    color: #efb673;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 1vw;
    margin-bottom: 1vw;
}

.hp_banner_small::before {
    content: "";
    display: block;
    width: 7vw;
    height: 3.8px;
    background-color: #efb673;
}

.hp_banner_title {
    font-size: 2.9vw;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}

.hp_banner_title span {
    display: block;
}

.hp_banner_line {
    display: block;
    width: 7vw;
    height: 3.8px;
    background-color: #efb673;
    margin: 1.5vw 0;
}

.hp_banner_keyword {
    font-size: 1.1vw;
    color: #f4f4f4;
    margin-bottom: 0;
    width: 78%;
    line-height: 1.7;
}

.hp_banner_button {
    display: flex;
    gap: 1vw;
    margin-top: 2.5vw;
}

.hp_banner .hp_button {
    font-size: 1.2vw;
    font-weight: 600;
    gap: 1vw;
    padding: .7vw 2.2vw;
}

.hp_banner_button a:nth-child(1) .hp_button {
    background-color: #c78e4d;
    border: .8px solid #c78e4d;
}

.hp_banner_button a:nth-child(2) .hp_button {
    background-color: transparent;
    border: .8px solid #fff;
}

.hp_banner_box {
    width: 45%;
}

#main_index .innerRow_2 {
    position: relative;
}

#main_index #index_2_2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

/*homepage count*/
.hp_count {
    padding: 0 0 1.5vw;
}

.hp_count_ebox {
    margin: 15px 0;
    position: relative;
}

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

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

.hp_count_box {
    display: flex;
    align-items: center;
    gap: 1.5vw;
    height: 100%;
    padding: 0 2vw;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.hp_count_box::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 120%;
    height: 140%;
    background-color: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    filter: blur(30px);
    opacity: 0.9;
}

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

.hp_count_icon img {
    max-width: 6.5vw;
    min-width: 6.5vw;
    transition: all 0.4s ease-in-out;
}

.hp_count_box:hover .hp_count_icon img {
    transform: rotateY(360deg);
}

.hp_count_number {
    display: flex;
    font-size: 3.7vw;
    line-height: .85;
    margin-bottom: .5vw;
    color: #000;
    font-family: "EB Garamond", serif;
    font-weight: 500;
}

.hp_count_keyword {
    font-size: 1.1vw;
    display: flex;
    flex-direction: column;
    gap: .5vw;
    margin-bottom: 0;
    color: #000;
    font-weight: 500;
    line-height: 1.3;
}

.hp_count_keyword::after {
    content: "";
    width: 2.5vw;
    height: 3.8px;
    background-color: #aa6811;
}

/*homepage about*/
.hp_about {
    padding: 7.5rem 8% 6rem;
}

.hp_about_left_box {
    width: 94%;
}

.hp_about_right_box {
    width: 105%;
    position: relative;
    left: -5%;
}

.hp_big_title {
    font-size: 2.05vw;
    font-weight: 800;
    color: #1e1a17;
    margin-bottom: 0;
}

.hp_big_title span {
    display: block;
}

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

.hp_keyword {
    font-size: 18.5px;
    line-height: 1.7;
    margin-bottom: 0;
    color: #555;
}

.hp_about_img {
    border-top: .8px solid #999;
    margin-top: 20px;
    padding-top: 25px;
}

.hp_about_img img {
    max-width: 250px;
}

/*homepage why*/
.hp_why {
    padding: 0 8% 7rem;
}

.hp_why_right_box {
    padding-left: 1vw;
}

.hp_why_keyword {
    font-size: 18.5px;
    line-height: 1.7;
    margin-bottom: 0;
    color: #555;
    display: flex;
    align-items: center;
    gap: 5px;
}

.hp_why_keyword span {
    font-size: 13px;
}

.hp_why_left_box {
    width: 94%;
    border-right: .8px solid #999;
}

.hp_why_button {
    display: flex;
    margin-top: 3rem;
}

.hp_button {
    position: relative;
    transition: all 0.3s ease-in-out;
    padding: 13px 35px;
    background-color: #1f1a17;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
    gap: 25px;
    border: none;
    outline: none;
    overflow: hidden;
    font-size: 17.5px;
    cursor: pointer;
}

.hp_button img {
    max-width: 25px;
}

.hp_button span {
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.hp_button:hover span {
    transform: rotateY(360deg);
}

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

/*homepage category*/

.hp_category {
    padding: 0 8% 1.5rem;
}

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

.hp_category .hp_button {
    gap: 7vw;
}

#main_index .product_cat-4 .col-12.col-md-4.col-lg-4.p-0:nth-child(n+4),
#main_index .product_cat-4 .cat_box .content .content_box h3,
#main_index .product_cat-4 .cat_box .content .line {
    display: none;
}

#main_index .product_cat-4 .cat_outter_box {
    padding: 5.5vw 3vw 4.5vw;
    background-color: #eaeaea;
    border: .8px solid #ccc;
    border-right: none;
}

#main_index .product_cat-4 .cat_box {
    height: unset;
}

#main_index .product_cat-4 .cat_box img {
    min-height: 300px;
    max-height: 300px;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

#main_index .product_cat-4 .cat_box:hover img {
    transform: scale(1);
}

#main_index .product_cat-4 .cat_box .content {
    position: relative;
    bottom: unset;
    left: unset;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: transparent;
    transition: ease-in 0.4s;
}

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

#main_index .product_cat-4 .cat_box .content .content_box {
    padding: 0;
    margin-top: 20px;
}

#main_index .product_cat-4 .cat_box .content .content_box h4 {
    font-size: 23px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px !important;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
}

#main_index .product_cat-4 .cat_box .content .content_box .btn-outline-primary {
    font-size: 17.5px !important;
    color: #f4f4f4;
    background-color: #1f1a17;
    border: none !important;
    border-radius: 0;
    padding: 13px 2.5vw;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

#main_index .product_cat-4 .cat_box:hover .content .content_box .btn-outline-primary {
    opacity: 1;
}

#main_index .product_cat-4 .cat_box .content .content_box .btn-outline-primary:hover {
    background-color: #000;
}

/*homepage product*/
#main_index .index_wrapper_6 {
    padding: 7rem 8%;
}

.hp_product {
    margin-bottom: 1rem;
}

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

#main_index .productSlider-1 .product_img .product_box .content {
    margin: 0 !important;
    padding: 15px;
}

#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: #555;
    font-weight: 400 !important;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    margin-bottom: 7px;
    font-size: 16px;
}

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

#main_index .productSlider-1 .product_img .product_box h6.align-top {
    margin-bottom: 0;
    color: #555;
}

#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: #555;
}

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

#main_index .productSlider-1 .product_img .slick-next::before {
    content: '→';
}

#main_index .productSlider-1 .product_img .slick-prev::before {
    content: '←';
}

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

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

/*homepage services*/

.hp_services_images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2vw;
}

.hp_services_right_box {
    padding-right: 9vw;
}

.hp_services .hp_big_title {
    padding-left: 9vw;
    margin-bottom: 2.5rem;
}

.hp_services_icon img {
    max-width: 50px;
    min-width: 50px;
    transition: all 0.3s ease-in-out;
}

.hp_services_btn {
    width: 100%;
    background-color: #fff;
    border: none;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 5px 9px 9vw;
    font-size: 22px;
    color: #000;
    text-align: left;
    line-height: 1.2;
    transition: all 0.3s ease-in-out;
}

.hp_services_box.active .hp_services_icon img,
.hp_services_btn:hover .hp_services_icon img {
    filter: brightness(0) invert(1);
}

.hp_services_box.active .hp_services_btn,
.hp_services_btn:hover {
    background-color: #1f1a17;
    color: #fff;
}

/*homepage client*/
#main_index .index_wrapper_8 {
    padding: 7rem 9%;
}

.hp_client {
    margin-bottom: 2rem;
}

#main_index .gallery .container {
    max-width: 100%;
    padding: 0 15px !important;
}

#main_index .gallery .row {
    justify-content: center;
}

#main_index .ws_gallery-4 .img_frame {
    border: .8px solid #ccc;
    padding-top: 43%;
    cursor: zoom-in;
}

#main_index .ws_gallery-4 .img_frame img {
    object-fit: contain;
}

#main_index .gallery .gallery_img {
    padding: 0 10px;
    margin: 10px 0 !important;
}

/*homepage branch*/
.hp_branch_box {
    position: relative;
}

.hp_branch_info {
    position: absolute;
    left: 10vw;
    top: 5.5vw;
}

.hp_branch_title {
    font-size: 2vw;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    width: 70%;
}

.hp_branch_title span {
    display: block;
    color: #c78e4d;
}

.hp_branch_line {
    display: block;
    width: 100px;
    height: 4.8px;
    background-color: #efb671;
    margin: 15px 0 20px;
}

.hp_branch_list {
    padding-left: 15px;
    margin: 0;
    column-count: 2;
    width: 62%;
}

.hp_branch_list li {
    font-size: 18px;
    color: #fff;
    line-height: 1.35;
}

.hp_branch_group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4vw;
    margin-top: 2rem;
}

.hp_branch_icon img {
    max-width: 60px;
    min-width: 60px;
    transition: all 0.4s ease-in-out;
}

.hp_branch_point:hover .hp_branch_icon img {
    transform: rotateY(360deg);
}

.hp_branch_point {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
}

.hp_branch_point::before {
    content: "";
    position: absolute;
    right: -2vw;
    top: 0;
    width: .8px;
    height: 100%;
    background-color: #999;
}

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

.hp_branch_small {
    font-size: 21px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 2px;
    line-height: 1;
}

.hp_branch_keyword {
    font-size: 13.5px;
    color: #fff;
    margin-bottom: 0;
}

.hp_branch_button {
    display: flex;
    margin-top: 3rem;
}

.hp_branch .hp_button {
    background-color: transparent;
    border: .8px solid #fff;
}

/*other pages*/
.category_list_type4 .category_box .img_frame img,
.product_list_5 .product_box .img_frame img {
    object-fit: contain;
}

/*homepage responsive*/

@media (max-width: 1200.5px) {
    .np_language_btn {
        right: .5%;
    }
    
    .toggle_btn .whatsapp {
        height: 60px;
        width: 60px;
    }
    .toggle_btn .whatsapp i {
        font-size: 25px;
    }
    .toggle_btn {
        right: 50px;
    }
    
    /*top space*/
    .hp_searchbar {
        padding: 0 10%;
    }
    
    /*navigation bar*/
    .navbar_type8 {
        padding: 0 15px;
    }
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 1.3vw;
    }
    
    /*footer*/
    .footer_type7 {
        padding-top: 4rem !important;
        padding-bottom: 3rem !important;
        font-size: 14px;
        line-height: 1.6;
    }
    .footer_type7 .title h5 {
        font-size: 20px;
    }
    .footer_type7 .row {
        row-gap: 3rem;
    }
    
    /*homepage banner*/
    .hp_banner_small {
        font-size: 1.3vw;
    }
    .hp_banner_keyword {
        font-size: 1.3vw;
    }
    .hp_banner {
        padding-left: 5vw;
        padding-bottom: 9vw;
    }
    
    /*homepage count*/
    .hp_count_box {
        padding: 0 1vw;
    }
    
    /*homepage about*/
    .hp_about {
        padding: 4rem 15px;
    }
    .hp_big_title {
        font-size: 26px;
    }
    .hp_about .hp_big_title {
        margin-bottom: 15px;
    }
    .hp_keyword {
        font-size: 14.5px;
        line-height: 1.6;
    }
    .hp_about_img img {
        max-width: 200px;
    }
    
    /*homepage why*/
    .hp_why {
        padding: 0 15px 4rem;
    }
    .hp_button img {
        max-width: 18px;
    }
    .hp_button {
        font-size: 14.5px;
        padding: 10px 20px;
        gap: 15px;
    }
    .hp_why_button {
        margin-top: 1.5rem;
    }
    .hp_why_keyword {
        font-size: 15px;
    }
    
    /*homepage category*/
    .hp_category {
        padding: 0 15px 1.5rem;
    }
    .hp_category .hp_button {
        gap: 30px;
    }
    #main_index .product_cat-4 .cat_box img {
        min-height: 200px;
        max-height: 200px;
    }
    #main_index .product_cat-4 .cat_box .content .content_box h4 {
        font-size: 19px;
    }
    #main_index .product_cat-4 .cat_box .content .content_box .btn-outline-primary {
        opacity: 1;
        font-size: 14.5px !important;
        padding: 10px 20px;
    }
    
    /*homepage product*/
    #main_index .index_wrapper_6 {
        padding: 4rem 15px;
    }
    #main_index .productSlider-1 .product_img .product_box h6 {
        font-size: 15px;
    }
    #main_index .productSlider-1 .product_img .slick-next {
        right: 0px;
    }
    #main_index .productSlider-1 .product_img .slick-prev {
        left: 0;
    }
    
    /*homepage services*/
    .hp_services .hp_big_title {
        padding: 0 30px;
        margin-bottom: 1.5rem;
    }
    .hp_services_btn {
        padding: 8px 30px 8px 30px;
        font-size: 18px;
    }
    .hp_services_icon img {
        max-width: 40px;
        min-width: 40px;
    }
    .hp_services_right_box {
        padding-right: 30px;
    }
    
    /*homepage client*/
    #main_index .index_wrapper_8 {
        padding: 4rem 15px;
    }
    .hp_client {
        margin-bottom: 1rem;
    }
    
    /*homepage branch*/
    .hp_branch_title {
        font-size: 25px;
    }
    .hp_branch_info {
        left: 5vw;
    }
    .hp_branch_list li {
        font-size: 15px;
    }
    .hp_branch_line {
        height: 3.8px;
    }
    .hp_branch_icon img {
        max-width: 45px;
        min-width: 45px;
    }
    .hp_branch_small {
        font-size: 17px;
    }
    .hp_branch_img img {
        min-height: 590px;
        object-fit: cover;
        object-position: 80% 50%;
    }

}

.navbar_mobile,
.side_menu {
    background-color: #1f1a17;
}

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

.navbar_mobile .btn-outline-light {
    border-color: #fff;
    color: #fff;
}

.navbar_mobile .btn-outline-light:hover {
    border-color: #c78e4d;
    color: #c78e4d;
    background-color: transparent;
}

@media (max-width: 991.5px) {
    /*footer*/
    
    
    /*homepage banner*/
    
    
    /*homepage count*/
    
    
    /*homepage about*/
    
    
    /*homepage why*/
    
    
    /*homepage category*/
    
    
    /*homepage product*/
    
    
    /*homepage services*/
    
    
    /*homepage client*/
    #main_index .gallery .gallery_img {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    
    /*homepage branch*/
    

}

@media (max-width: 767.5px) {
    .toggle_btn {
        right: 35px;
    }
    .toggle_btn .whatsapp {
        height: 45px;
        width: 45px;
    }
    
    /*footer*/
    .footer_type7 .row {
        row-gap: 0rem;
    }
    
    /*homepage banner*/
    .slider_banner .item > img {
        min-height: 480px;
        object-fit: cover;
        padding-top: 190px;
        background-color: #111;
        object-position: 80% 50%;
    }
    .slider_banner .item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 190px;
        width: 100%;
        height: 15%;
        background-image: linear-gradient(to bottom, #111, transparent);
    }
    .hp_banner {
        padding: 20px;
        align-items: flex-start;
    }
    .hp_banner_box {
        width: 100%;
    }
    .hp_banner_small {
        font-size: 13px;
        gap: 10px;
        margin-bottom: 6px;
    }
    .hp_banner_title {
        font-size: 26px;
    }
    .hp_banner_keyword {
        font-size: 13px;
        width: 100%;
        line-height: 1.5;
    }
    .hp_banner .hp_button {
        font-size: 11px;
        gap: 10px;
        padding: 5px 10px;
        text-align: left;
    }
    
    /*homepage count*/
    #main_index #index_2_2 {
        position: relative;
    }
    .hp_count {
        padding: 2rem 15px 0;
    }
    .hp_count_icon img {
        max-width: 65px;
        min-width: 65px;
    }
    .hp_count_number {
        font-size: 40px;
    }
    .hp_count_keyword {
        font-size: 15px;
        gap: 10px;
        margin-top: 10px;
    }
    .hp_count_keyword::after {
        width: 40px;
    }
    .hp_count_ebox::before {
        bottom: 0;
        top: unset;
        transform: unset;
        width: 100%;
        height: .8px;
    }
    .hp_count_box {
        padding: 25px 0;
        gap: 30px;
    }
    .hp_count_ebox {
        margin: 0;
    }
    
    /*homepage about*/
    .hp_about_left_box {
        width: 100%;
        margin-bottom: 3rem;
    }
    .hp_about_right_box {
        width: 100%;
        left: 0;
    }
    .hp_big_title span {
        display: unset;
    }
    
    /*homepage why*/
    .hp_why_left_box {
        width: 100%;
        border-right: none;
        margin-bottom: 3rem;
    }
    .hp_why_right_box {
        padding-left: 0;
    }
    
    /*homepage category*/
    .hp_category_right_box {
        justify-content: flex-start;
        margin-top: 1.5rem;
    }
    #main_index .product_cat-4 .cat_outter_box {
        padding: 40px 30px;
    }
    
    /*homepage product*/
    
    
    /*homepage services*/
    .hp_services_btn {
        padding: 11px 30px 11px 30px;
        gap: 20px;
    }
    .hp_services_right_box {
        padding: 0 30px;
        margin-top: 2rem;
    }
    .hp_services_images {
        gap: 5px;
    }
    
    /*homepage client*/
    #main_index .gallery .gallery_img {
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
    
    /*homepage branch*/
    .hp_branch {
        background-color: #000;
    }
    .hp_branch_img img {
        min-height: 420px;
        max-height: 420px;
        object-position: 92% 50%;
    }
    .hp_branch_info {
        padding: 1rem 30px 4rem;
        position: relative;
        top: unset;
        left: unset;
    }
    .hp_branch_title {
        width: 100%;
    }
    .hp_branch_list {
        width: 100%;
    }
    .hp_branch_group {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .hp_branch_point::before {
        display: none;
    }
    .hp_branch_button {
        margin-top: 2rem;
    }

}