@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: 95px;
    padding: 0px 5.5% 0 9%;
    background-color: #000;
    transition: all 0.2s ease-in-out;
}

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

.dark_nav {
    height: 80px;
}

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

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

#main_index .navbar_type8 .logo img {
    height: 120%;
    top: 15px;
}

.navbar_type8.dark_nav .logo img {
    top: 0 !important;
    height: 100% !important;
}

.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;
    padding: 13.5px;
}

.navbar_type8 .nav_tab .nav_item {
    display: block;
    transition: all 0.2s ease-in-out;
}

.navbar_type8 .nav_tab .nav_item:hover {
    transform: translateY(-5px);
}

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

.custom_nav_search {
    display: flex;
    align-items: center;
    padding-left: 1.5vw;
}

.nav_search {
    flex-grow: 1;
    display: flex;
    max-width: 100%;
    align-self: center;
    margin-bottom: -5px;
    border: 1px solid #e0dede;
    box-shadow: 0px 0px 7px rgb(191 191 191 / 65%);
}
.nav_search input {
    background: #fff;
    width: 100%;
    height: 45px;
    border: 0;
    box-shadow: none;
    padding: 5px 60px 5px 25px;
    border-radius: 0;
    max-height: 45px;
}
.nav_search .search_button {
    background-color: #fff;
    color: #000;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0 15px;
    max-height: 45px;
    font-size: 15px;
}
.boxSearch .fa-search{
    font-size: 18px !important;
}
.dark_nav.sticky-search{
    margin-top: 60px;
}
.btnSearch {
    position: relative;
    z-index: 999;
    font-size: 17px;
    cursor: pointer;
    transition: all .43s ease-in-out;
    color: #fff;
}
.boxSearch {
    display: none;
    position: absolute;
    top: 90px;
    right: 5vw;
    z-index: 1;
}
.scroll_menu .boxSearch {
    display: none;
    position: absolute;
    top: 60px;
    left: -265px;
    width: 300px;
}
.btnClose .bi-search:before {
    content: "\f62a";
    font-size: 24px;
    vertical-align: bottom;
    margin-right: -5px;
}

/*footer*/
.footer_type8 {
    background-color: #000;
    color: #fff;
    padding-top: 5.5rem !important;
    padding-bottom: 3.5rem !important;
    line-height: 1.6;
}

.footer_type8 a {
    color: #fff;
}

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

.footer_type8 .social_media a {
    border: 1px solid #fff;
    color: #000;
    border-radius: 50%;
    background-color: #fff;
}

.footer_type8 .social_media a:hover {
    color: #000;
    background-color: #fff;
    animation: 1s jello;
}

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

.footer_type8 .logo img {
    max-height: 80px;
}

.footer_type8 .col-12.col-md-4.mb-md-0.p-3:nth-child(2),
.footer_type8 .col-12.col-md-4.mb-md-0.p-3:nth-child(3) {
    margin-top: -80px;
}

/*homepage banner*/
.hp_banner {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 17vw 13vw 0 9.5vw;
}

.hp_banner_box {
    display: flex;
    justify-content: space-between;
}

.hp_banner_title {
    font-size: 4.5vw;
    font-weight: 800;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.15;
}

.hp_banner_title span {
    display: block;
}

.hp_banner_keyword {
    font-size: 1.05vw;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}

.hp_banner_keyword span {
    display: block;
}

.hp_banner_button {
    display: flex;
    gap: 10px;
    margin-top: 3vw;
}

.hp_banner_button a:nth-child(2) .hp_button {
    color: #2e3191;
    background-color: #fff;
}

.hp_banner_button a:nth-child(2) .hp_button span {
    background-color: #2e3191;
    color: #fff;
}

.hp_banner_right {
    padding-top: 1.5vw;
}

@media (min-width: 991.5px) {
    #main_index .index_wrapper_2 {
        margin-top: -95px;
    }
}

/*homepage product*/
#main_index .index_wrapper_3 {
    padding: 11rem 8.5%;
    background-color: #b3b3b3;
}

.hp_product_top_box {
    margin-bottom: 2rem;
}

.hp_small_title {
    font-size: 20px;
    font-weight: 700;
    color: #2e3191;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.hp_big_title {
    font-size: 2.5vw;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.hp_big_title span {
    display: block;
}

#main_index .productSlider-1 .slick-track .slick-slide {
    margin: 15px 13px 10px;
    height: auto;
    flex: 1;
    border-radius: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    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: 20px 20px 30px;
    border: none;
    background-color: white;
}

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

#main_index .productSlider-1 .product_img .product_box h6 {
    color: #000;
    font-weight: 600 !important;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    font-size: 17px;
    margin-bottom: 20px;
}

#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: #2e3191;
    font-size: 15px;
    font-weight: 500 !important;
}

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

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

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

#main_index .productSlider-1 .product_img .slick-prev::before,
#main_index .productSlider-1 .product_img .slick-next::before {
    text-shadow: none;
    color: #808080;
    opacity: 1;
    width: 50px;
    height: 50px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

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

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

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

.hp_productButton_box {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.hp_button {
    position: relative;
    transition: all 0.3s ease-in-out;
    padding: 8px 15px;
    background-color: #2e3191;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
    gap: 15px;
    border: none;
    outline: none;
    overflow: hidden;
    font-size: 13.5px;
    cursor: pointer;
    font-weight: 500;
}

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

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

.hp_button span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    color: #2e3191;
    font-size: 9px;
}

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

.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 about*/
.hp_about {
    background-color: #000;
    padding: 3rem 0 9rem;
    position: relative;
}

.hp_about::before {
    content: "";
    position: absolute;
    left: 0;
    top: -3.45vw;
    width: 25%;
    height: 100%;
    background-image: url('https://cdn1.npcdn.net/userfiles/28396/image/c-about-bg.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.hp_about::after {
    content: "About Us";
    position: absolute;
    right: 9vw;
    bottom: 2vw;
    font-size: 9.5vw;
    font-weight: 800;
    font-style: italic;
    color: transparent;
    background-image: linear-gradient(to bottom, #171848, transparent);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

.hp_about .hp_big_title {
    font-size: 3.05vw;
}

.hp_about .hp_small_title {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}

.hp_about .hp_small_title::after {
    content: "";
    width: 5vw;
    height: 3.8px;
    background-color: #2e3191;
}

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

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

.hp_about_right_box {
    position: relative;
    left: -2.5%;
    padding-right: 7vw;
}

.hp_about_group {
    padding-left: 9.5vw;
    margin-top: 2.5rem;
}

.hp_about_left_box {
    padding-left: 8.5vw;
}

/*homepage why*/

.hp_why {
    position: relative;
    background-image: linear-gradient(to bottom, #000 91.5%, #b3b3b3 91.5%);
}

.hp_why .hp_big_title {
    font-size: 3vw;
    font-weight: 800;
}

.hp_why .hp_big_title span {
    display: flex;
    align-items: center;
    gap: 1.5vw;
}

.hp_why .hp_big_title span::after {
    content: "";
    width: 13vw;
    height: 4.8px;
    background-color: #fff;
    margin-top: 10px;
}

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

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

.hp_why_group {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1vw;
    margin-top: 4rem;
    position: relative;
    left: -2vw;
}

.hp_why_left_box {
    padding: 6rem 1vw 0 8vw;
}

.hp_why_right_box {
    position: relative;
    padding: 9rem 6vw 5rem 3.5vw;
}

.hp_why_right_box::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 122%;
    height: 100%;
    background-image: url('https://cdn1.npcdn.net/userfiles/28396/image/d-wcu-bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: -1;
}

.hp_why_left {
    position: relative;
    z-index: 1;
}

.hp_why_point {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

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

.hp_why_title {
    font-size: 18px;
    margin: 20px 0 0;
    color: #fff;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 1.4;
}

.hp_why_title span {
    display: block;
}

/*homepage category*/
#main_index .index_wrapper_6 {
    padding: 10rem 8.5% 8rem;
    background-color: #b3b3b3;
}

.hp_category {
    margin-bottom: 2.5rem;
}

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

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

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

#main_index .product_cat-4 .cat_box img {
    object-fit: contain;
    padding: 10px;
    max-height: 220px;
    min-height: 220px;
}

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

#main_index .product_cat-4 .cat_box {
    height: auto;
    background-color: #fff;
    padding-top: 10px;
}

#main_index .product_cat-4 .cat_box > a {
    display: block;
    width: 100%;
    height: 100%;
}

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

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

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

#main_index .product_cat-4 .cat_box .content .content_box {
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

#main_index .product_cat-4 .cat_box .content .content_box .btn-outline-primary {
    display: flex;
    align-items: center;
    color: #fff;
    background-color: #2e3191;
    border: none;
    padding: 0;
    font-size: 0 !important;
    width: 40px;
    height: 40px;
    justify-content: center;
    border-radius: 50%;
}

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

#main_index .product_cat-4 .cat_box .content .content_box .btn-outline-primary::after {
    content: "\f054";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
}

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

#main_contactus .ws_contactusUpdown .dbox {
    padding: 20px;
}

#main_contactus .ws_contactusUpdown .inquiry_card {
    display: none;
}

#main_category .list-unstyled, #main_ourproducts .list-unstyled, #main_brand .list-unstyled {
    background-color: #e9e9e9;
}

#main_category #sub_category2 .list-unstyled,
#main_ourproducts #sub_category2 .list-unstyled,
#main_brand #sub_category2 .list-unstyled {
    background-color: #d8d8d8;
}

#main_category #sub2_category2_2 .list-unstyled,
#main_ourproducts #sub2_category2_2 .list-unstyled,
#main_brand #sub2_category2_2 .list-unstyled {
    background-color: #c8c8c8;
}

#main_category [id^="sub2_category2_"] .list-unstyled,
#main_ourproducts [id^="sub2_category2_"] .list-unstyled,
#main_brand [id^="sub2_category2_"] .list-unstyled {
    background-color: #c5c5c5 !important;
}

#main_category .category_menu_3 .main_title,
#main_ourproducts .category_menu_3 .main_title,
#main_brand .category_menu_3 .main_title {
    font-size: 15px;
}

#main_category .category_menu_3 .main_title:hover, #main_ourproducts .category_menu_3 .main_title:hover,
#main_brand .category_menu_3 .main_title:hover {
    background-color: #999;
    color: #ffffff;
}

#main_category .category_menu_3 .main_title.active,
#main_ourproducts .category_menu_3 .main_title.active,
#main_brand .category_menu_3 .main_title.active,
#main_category .brand_panel.collapse li a:hover,
#main_ourproducts .brand_panel.collapse li a:hover,
#main_brand .brand_panel.collapse li a:hover {
    background-color: #999;
    color: #fff;
}

#main_category #sub_category2 li a:hover,
#main_ourproducts #sub_category2 li a:hover,
#main_brand #sub_category2 li a:hover {
    background-color: #444;
    color: #fff;
}

#main_category .subsub_li, #main_ourproducts .subsub_li, #main_brand .subsub_li {
    padding: 5px;
}

#main_category .subsub_li:hover, #main_ourproducts .subsub_li:hover, #main_brand .subsub_li:hover {
    background-color: #000000;
}

#main_category .subsub_li:hover a, #main_category .subsub_li a:hover,
#main_ourproducts .subsub_li:hover a, #main_ourproducts .subsub_li a:hover,
#main_brand .subsub_li:hover a, #main_brand .subsub_li a:hover {
    background-color: transparent !important;
    font-weight: bold;
    color: #ffffff;
}

/*homepage responsive*/

@media (max-width: 1200.5px) {
    /*navigation bar*/
    .navbar_type8 {
        padding: 0px 15px;
    }
    #main_index .navbar_type8 .logo img {
        height: 100%;
        top: 0;
    }
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 1.3vw;
        padding: 10px;
    }
    .boxSearch {
        right: 2vw;
    }
    
    /*footer*/
    
    
    /*homepage banner*/
    .hp_banner {
        padding: 15vw 4vw 0 4vw;
    }
    .hp_banner_keyword {
        font-size: 1.35vw;
    }
    
    /*homepage product*/
    #main_index .index_wrapper_3 {
        padding: 4rem 15px;
    }
    .hp_small_title {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .hp_big_title,
    .hp_about .hp_big_title {
        font-size: 28px;
    }
    .hp_product_top_box {
        margin-bottom: 1.5rem;
    }
    #main_index .productSlider-1 .slick-track .slick-slide {
        margin: 15px 10px 10px;
    }
    #main_index .productSlider-1 .product_img .product_box {
        margin: 15px 15px 20px;
    }
    .hp_productButton_box {
        margin-top: 1.5rem;
    }
    #main_index .productSlider-1 .product_img .slick-next,
    #main_index .productSlider-1 .product_img .slick-prev,
    #main_index .productSlider-1 .product_img .slick-prev::before,
    #main_index .productSlider-1 .product_img .slick-next::before {
        width: 35px;
        height: 35px;
        font-size: 15px;
    }
    #main_index .productSlider-1 .product_img .slick-prev {
        left: -10px;
    }
    #main_index .productSlider-1 .product_img .slick-next {
        right: -10px;
    }
    
    /*homepage about*/
    .hp_about_group {
        padding-left: 5vw;
        margin-top: 1.5rem;
    }
    .hp_about_right_box {
        padding-right: 2vw;
    }
    .hp_about_button {
        margin-top: 1.5rem;
    }
    
    /*homepage why*/
    .hp_why .hp_big_title {
        font-size: 28px;
    }
    .hp_why .hp_big_title span::after {
        height: 2.8px;
    }
    .hp_why_icon img {
        max-width: 100px;
    }
    .hp_why_title {
        font-size: 15px;
        margin: 15px 0 0;
    }
    .hp_why_right_box {
        padding: 7rem 3vw 4rem 3vw;
    }
    .hp_why_group {
        margin-top: 2.5rem;
    }
    
    /*homepage category*/
    #main_index .index_wrapper_6 {
        padding: 4rem 15px;
    }
    .hp_category {
        margin-bottom: 1.5rem;
    }
    #main_index .product_cat-4 .cat_box .content .content_box h4 {
        font-size: 16px;
    }
    #main_index .product_cat-4 .cat_box .content .content_box .btn-outline-primary {
        width: 35px;
        height: 35px;
    }
    #main_index .product_cat-4 .cat_box .content .content_box .btn-outline-primary::after {
        font-size: 14px;
    }
    #main_index .product_cat-4 .cat_box .content .content_box {
        padding: 15px;
    }
    #main_index .product_cat-4 .cat_box img {
        max-height: 180px;
        min-height: 180px;
    }

}

.side_menu {
    background-color: #2e3191;
}

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

@media (max-width: 991.5px) {
    /*footer*/
    
    
    /*homepage banner*/
    
    
    /*homepage product*/
    
    
    /*homepage about*/
    
    
    /*homepage why*/
    .hp_why_left_box {
        padding: 6rem 1vw 0 1vw;
    }
    
    /*homepage category*/
    

}

@media (max-width: 767.5px) {
    /*footer*/
    .footer_type8 .col-12.col-md-4.mb-md-0.p-3:nth-child(2),
    .footer_type8 .col-12.col-md-4.mb-md-0.p-3:nth-child(3) {
        margin-top: 0;
    }
    
    /*homepage banner*/
    .slider_banner .item {
        position: relative;
    }
    .slider_banner .item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 150px;
        width: 100%;
        height: 20%;
        background-image: linear-gradient(to bottom, #000, transparent);
    }
    .slider_banner .item > img {
        padding-top: 150px;
        background-color: #000;
    }
    .hp_banner {
        padding: 20px;
    }
    .hp_banner_box {
        flex-direction: column;
        gap: 8px;
    }
    .hp_banner_title {
        font-size: 27px;
    }
    .hp_banner_keyword {
        font-size: 14px;
    }
    .hp_banner .hp_button {
        font-size: 12px;
        padding: 6px 10px;
        gap: 10px;
    }
    
    /*homepage product*/
    #main_index .productSlider-1 .product_img .product_box h6 {
        margin-bottom: 15px;
        font-size: 15.5px;
        -webkit-line-clamp: 2;
    }
    
    /*homepage about*/
    .hp_about::before {
        width: 45%;
        top: -20px;
    }
    .hp_about_right_box {
        padding: 0 15px;
        margin-top: 3rem;
        left: 0;
    }
    .hp_big_title span {
        display: unset;
    }
    .hp_about_left_box {
        padding: 0 15px;
    }
    .hp_about_group {
        padding-left: 0;
    }
    .hp_about {
        padding: 3rem 0 4rem;
    }
    .hp_about::after {
        display: none;
    }
    
    /*homepage why*/
    .hp_why_left_box {
        padding: 3rem 15% 0;
    }
    .hp_why_right_box {
        padding: 3rem 30px;
        margin-top: 2.5rem;
    }
    .hp_why .hp_big_title span {
        display: inline-block;
    }
    .hp_why .hp_big_title span::after {
        display: none;
    }
    .hp_why_group {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 10px;
    }
    .hp_why_right_box::before {
        width: 100%;
        background-image: unset;
        background-color: #272a7b;
    }
    
    /*homepage category*/
    .hp_category_right_box {
        justify-content: flex-start;
        margin-top: 1.5rem;
    }
    #main_index .product_cat-4 .col-12.col-md-3.col-lg-3.p-0 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    #main_index .product_cat-4 .cat_box .content .content_box {
        padding: 10px;
        flex-direction: column;
    }
    #main_index .product_cat-4 .cat_box .content .content_box h4 {
        font-size: 16px;
        text-align: center;
    }
    #main_index .product_cat-4 .cat_box img {
        max-height: 120px;
        min-height: 120px;
    }

}