.latest_new_type6 .news_box .img_frame img {
    object-fit: contain;
}

.category_list_type4 .category_box .img_frame img {
    object-fit: contain;
}

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

#main_services .ws_service .col-12.p-0 .img_frame.mb_10 {
    display: none;
}

.category_menu_3 .title {
    background-color: #000000;
    color: #f16522;
    margin-bottom: 0;
    font-size: 1.25rem;
    line-height: 1;
    padding: 15px 10px;
}

.category_menu_3 .main_title {
    background-color: #eee;
    color: #333333;
}

.category_menu_3>ul>li>.main_title {
    border-bottom: 1px solid #ffffff;
    font-weight: 700;
    color: #000000;
    padding: 15px 10px;
}

.category_menu_3 .brand_panel {
    margin-left: 0;
}

.category_menu_3 .brand_panel li {
    margin-bottom: 0;
}

.category_menu_3 .brand_panel .main_title {
    padding-left: 20px;
}

#main_showproducts .product_detail .product_name {
    color: #000000;
}

#main_showproducts .product_detail .category_tag a:hover li {
    color: #ffffff;
}



.navbar_type10 {
    padding: 1rem 5px;
}

.navbar_type10 .nav_search {
    padding: 0 0 0 2rem;
}

.nav_bottom {
    background-color: #f16522;
}

.nav_bottom>.container.p-0 {
    justify-content: flex-end!important;
}

.nav_bottom .menu .nav_item .dropdown>a {
    padding: 10px 20px;
    color: #ffffff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: color 0.45s ease-in-out;
}

.nav_bottom .menu .nav_item .dropdown>a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ffffff;
    transform-origin: center;
    transform: translate3d(-50%, -50%, 0) scale(0, 0);
    z-index: -1;
    transition: transform 0.45s ease-in-out;
}

.nav_bottom .menu .nav_item:hover {
    background-color: transparent;
}

.nav_bottom .menu .nav_item:hover .dropdown>a::before {
    transform: translate3d(-50%, -50%, 0) scale(20, 20);
}

.nav_bottom .menu .nav_item:hover .dropdown>a.title {
    color: #333333;
}

.nav_bottom .menu .nav_item .dropdown .dropdown_menu {
    top: 100%;
    border-top: 0;
}

.nav_bottom .menu .nav_item .dropdown .dropdown_menu .dropdown_body {
    padding: 5px 5px;
}

.nav_bottom .menu .nav_item .dropdown .dropdown_menu .dropdown_body ul li {
    padding-bottom: 0;
}

.nav_bottom .menu .nav_item .dropdown .dropdown_menu .dropdown_body ul li>a {
    padding: 10px 15px!important;
}

.navbar_mobile {
    background-color: rgba(255, 255, 255, 0.9);
    height: auto;
}

.navbar_mobile .row_1 {
    margin-bottom: 0;
    padding-top: 0.25rem!important;
    padding-bottom: 0.25rem!important;
}



.footer_type4 {
    background-color: #000000;
}

.footer_type4 h6 {
    font-size: 1.25rem!important;
    font-weight: 700;
    color: #f16522;
}

.footer_type4 .col-md-3.mb-3.mb-lg-0.left_line>ul {
    margin-bottom: 1rem;
}

.footer_type4 .col-md-3.mb-3.mb-lg-0.left_line>ul>li>p>a {
    float: none!important;
}



/*banner*/
.sec_banner1_ebox {
    position: absolute;
    top: 25%;
    left: 42%;
    transform: translate(-50%, -50%);
}

.sec_banner2_ebox {
    position: absolute;
    top: 40%;
    left: 20%;
    transform: translate(-50%, -50%);
}

.sec_banner3_ebox {
    position: absolute;
    top: 76%;
    left: 16%;
    transform: translate(-50%, -50%);
}

.sec_banner4_ebox {
    position: absolute;
    top: 75%;
    left: 16%;
    transform: translate(-50%, -50%);
}

.sec_banner5_ebox {
    position: absolute;
    top: 62%;
    left: 48%;
    transform: translate(-50%, -50%);
}

.sec_banner6_ebox {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sec_banner_btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.btnBanner {
    display: inline-block;
    text-decoration: none!important;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: #ffffff;
    padding: 10px 15px;
    background-color: #f16522;
    border: 2px solid #f16522;
    transition: all 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
}

.btnBanner::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 25px;
    display: block;
    position: absolute;
    top: 0;
    left: -50px;
    transform: skewX(-45deg) translateX(0);
    transition: all 0.5s ease-in-out;
}

.btnBanner:hover {
    color: #f16522;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btnBanner:hover::before {
    transform: skewX(-45deg) translateX(180px);
}

#main_index .slider_banner .banner_content {
    opacity: 1!important;
    overflow: hidden;
}

#main_index .slider_banner .slick-prev {
    width: 30px;
    height: 30px;
    left: 15px;
}

#main_index .slider_banner .slick-prev::before {
    width: 30px;
    height: 30px;
}

#main_index .slider_banner .slick-next {
    width: 30px;
    height: 30px;
    right: 15px;
}

#main_index .slider_banner .slick-next::before {
    width: 30px;
    height: 30px;
}

@media screen and (max-width: 991.98px) {
    .btnBanner {
        font-size: 14px;
        padding: 8px 12px;
    }
    .btnBanner:hover::before {
        transform: skewX(-45deg) translateX(160px);
    }
}

@media screen and (max-width: 767.98px) {
    .btnBanner {
        font-size: 12px;
        padding: 6px 9px;
    }
    .btnBanner:hover::before {
        transform: skewX(-45deg) translateX(140px);
    }
}

@media screen and (max-width: 575.98px) {
    .btnBanner {
        font-size: 10px;
        padding: 4px 6px;
    }
    .btnBanner:hover::before {
        transform: skewX(-45deg) translateX(120px);
    }
}

@media screen and (max-width: 426px) {
    .btnBanner {
        font-size: 8px;
        padding: 2px 3px;
    }
    .btnBanner:hover::before {
        transform: skewX(-45deg) translateX(100px);
    }
    #main_index .slider_banner .slick-prev {
        width: 15px;
        height: 15px;
        left: 7.5px;
    }
    #main_index .slider_banner .slick-prev::before {
        width: 15px;
        height: 15px;
    }
    #main_index .slider_banner .slick-next {
        width: 15px;
        height: 15px;
        right: 7.5px;
    }
    #main_index .slider_banner .slick-next::before {
        width: 15px;
        height: 15px;
    }
}



/*sec1*/
.bgSec1 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.sec1_imgx {
    max-width: 50%;
    margin: 0 auto;
}

.sec1_imgx>img {
    transition: transform 0.5s;
}

.sec1_title {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
}

.sec1_text {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #333333;
    max-width: 90%;
    margin: 0 auto;
}

.sec1_imgx>img:hover {
    transform: scale(1.1);
}

@media screen and (min-width: 768px) {
    .sec1_ebox:nth-child(1n+2) {
        border-left: 1px solid #808080;
    }
}

@media screen and (min-width: 1200px) {
    .sec1_ctrl_width {
        max-width: 80%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767.98px) {
    .sec1_ebox:nth-child(even) {
        border-left: 1px solid #808080;
    }
    .sec1_ebox:nth-child(1n+3) {
        margin-top: 10px;
    }
}

@media screen and (max-width: 575.98px) {
    .sec1_ebox {
        border-left: none!important;
    }
    .sec1_text {
        max-width: 100%;
    }
    .sec1_ebox:nth-child(1n+2) {
        margin-top: 10px;
    }
}



/*sec2*/
.bgSec2 {
    background-image: url("https://cdn1.npcdn.net/img/1606893004CONTBG.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.sec2_left_top_title {
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
    color: #ffffff;
}

.sec2_left_bottom_keyword {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #dfdfdf;
    margin-top: 20px;
    margin-bottom: 20px;
}

.sec2_left_bottom_btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.btnRead {
    display: inline-block;
    text-decoration: none!important;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    color: #ffffff;
    padding: 8px 12px;
    border: 2px solid #f16522;
    transition: all 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
}

.btnRead::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 25px;
    display: block;
    position: absolute;
    top: 0;
    left: -50px;
    transform: skewX(-45deg) translateX(0);
    transition: all 0.5s ease-in-out;
}

.btnRead:hover {
    background-color: #f16522;
    color: #ffffff;
}

.btnRead:hover::before {
    transform: skewX(-45deg) translateX(160px);
}

@media screen and (min-width: 1200px) {
    .sec2_ctrl_width {
        max-width: 80%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767.98px) {
    .bgSec2 {
        background-image: url("https://cdn1.npcdn.net/img/1606893020CONTBG_dark.jpg");
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

@media screen and (max-width: 575.98px) {
    .sec2_left_top_title {
        font-size: 26px;
    }
}



/*sec3*/
#main_index .index_wrapper_5 {
    background-color: #ebebeb;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#main_index .index_wrapper_5 .productSlider-3 {
    margin-top: 30px;
}

#main_index .index_wrapper_5 .productSlider-3 .product_img {
    margin: 0;
}

#main_index .index_wrapper_5 .productSlider-3 .product_img .product_box {
    margin: 0 10px;
}

#main_index .index_wrapper_5 .productSlider-3 .product_img .product_box .content h6 {
    color: #000000;
}

.sec3_top_title {
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
    color: #000000;
}

@media screen and (min-width: 1200px) {
    #main_index .index_wrapper_5 .outerContainer_5 {
        max-width: 80%;
    } 
}

@media screen and (max-width: 575.98px) {
    .sec3_top_title {
        font-size: 26px;
    }
}

@media screen and (max-width: 426px) {
    #main_index .index_wrapper_5 .productSlider-3 .product_img .product_box .content_button {
        padding: 0.25rem 0.5rem;
        width: calc(100% - 20px);
    }
}



/*sec4*/
#main_index .index_wrapper_7 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/*#main_index .index_wrapper_7 .outerContainer_7 .col-md-12.generated_col.p-0 {*/
/*    padding-left: 15px!important;*/
/*    padding-right: 15px!important;*/
/*}*/

#main_index .index_wrapper_7 .latest_new_type6 {
    margin-bottom: 0;
    padding-top: 0;
}

#main_index .index_wrapper_7 .latest_new_type6>.container-fluid.p-0 {
    padding-left: 15px!important;
    padding-right: 15px!important;
}

#main_index .index_wrapper_7 .latest_new_type6 .latestnewsAjax .col-lg-4.col-md-6.col-12.mb-3.p-0 {
    margin-top: 30px;
    margin-bottom: 0!important;
}

#main_index .index_wrapper_7 .latest_new_type6 .news_box {
    margin-top: 0;
    padding: 0 15px;
    background-color: transparent;
}

#main_index .index_wrapper_7 .latest_new_type6 .news_box .img_frame {
    margin-bottom: 0;
}

#main_index .index_wrapper_7 .latest_new_type6 .news_box .news_box_content {
    top: unset;
    margin-top: 0;
    padding: 30px 20px 20px 30px;
}

.sec4_top_title {
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
    color: #000000;
}

@media screen and (min-width: 1200px) {
    #main_index .index_wrapper_7 .outerContainer_7 {
        max-width: 80%;
    } 
}

@media screen and (max-width: 575.98px) {
    #main_index .index_wrapper_7 .latest_new_type6 .news_box .img_frame {
        height: 250px;
    }
    .sec4_top_title {
        font-size: 26px;
    }
}



/*sec5*/
.bgSec5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.sec5_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.sec5_imgx {
    flex-basis: 16.666666%;
}

.sec5_imgx:nth-child(1n+7) {
    margin-top: 15px;
}

.sec5_imgx>img {
    transition: all .5s;
}

.sec5_imgx>img:hover {
    transform: scale(0.95);
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
}

@media screen and (min-width: 1200px) {
    .sec5_ctrl_width {
        max-width: 80%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 575.98px) {
    .sec5_imgx {
        flex-basis: 33.333333%;
    }
    .sec5_imgx:nth-child(1n+4) {
        margin-top: 15px;
    }
}


