﻿#main_index{
    padding-bottom:0rem!important;
    overflow:hidden;
}
#main_index h1,
#main_index h2,
#main_index h5{
    cursor:default;
}

.breakspan{
    display:block;
}

.section_all{
    padding:6% 9% 6%;
}
.small_all{
    font-size:1vw;
    font-weight:400;
    margin-bottom:0%;
    color:#000;
}
.title_all{
    font-size:2vw;
    font-weight:700;
    margin-bottom:4%;
    letter-spacing:4px;
    color:#000;
}
.subtitle_all{
    font-size:1.5vw;
    font-weight:400;
    margin-bottom:0;
    letter-spacing:2px;
    color:#fff;
}
.subtitle2_all{
    font-size: 1.2vw;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 2px;
    color: #000;
}
.content_all{
    font-size:0.9vw;
    font-weight:400;
    margin-bottom:0%;
    color:#666;
}
.image_all{
    width:100%;
    margin:0 auto;
    display:block;
}
.btnbox_left{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    margin:30px 0% 0%;
}
.btnbox_center{
    display:flex;
    justify-content:center;
    align-items:center;
    margin:30px 0% 0%;
}
.btnbox_right{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    margin:30px 0% 0%;
}
.button_all{
    border:1px solid #D8212C;
    border-radius: 30px;
    background-color: #D8212C;
    font-size: 1vw;
    font-weight: 400;
    text-align: center;
    padding: 9px 30px;
    color: #fff;
    transition:0.25s all linear;
}
.button_all:hover{
    text-decoration: none;
    color:#fff;
    transform:scale(0.95);
}
.c_lineHi{
    line-height:2vw;
}
.text_center{
    text-align:center;
}
.c_bold{
    font-weight:700;
}
@media screen and (max-width: 1200.5px){
    .small_all{
        font-size:1.2vw;
    }
    .subtitle_all{
        font-size:1.5vw;
    }
    .subtitle2_all{
        font-size:1.5vw;
    }
    .content_all{
        font-size:1.2vw;
    }
    .button_all{
        font-size:1.2vw;
    }
    .c_lineHi{
        line-height:2.4vw;
    }
}
@media screen and (max-width: 991.5px){
    .small_all{
        font-size:1.5vw;
    }
    .subtitle_all{
        font-size:1.8vw;
    }
    .subtitle2_all{
        font-size:1.8vw;
    }
    .content_all{
        font-size:1.5vw;
    }
    .button_all{
        font-size:1.5vw;
    }
    .c_lineHi{
        line-height:3vw;
    }
}
@media screen and (max-width: 767.5px){
    .section_all{
        padding:12% 3% 12%;
    }
    .small_all{
        font-size:14px;
    }
    .title_all{
        font-size:25px;
        margin-bottom:4%;
    }
    .subtitle_all{
        font-size: 20px;
        line-height: 1.4;
    }
    .subtitle2_all{
        font-size:16px;
    }
    .content_all{
        font-size:14px;
    }
    .btnbox_left{
        margin:9% 0% 0%;
    }
    .btnbox_center{
        margin:9% 0% 0%;
    }
    .btnbox_right{
        margin:9% 0% 0%;
    }
    .button_all{
        font-size:16px;
        padding:2% 9%;
    }
    .c_lineHi{
        line-height:30px;
    }
}


.whatsapp_float_btn{
    right:40px;
}


@media screen and (max-width: 767.5px){
    .table_wrapper{
        overflow-y:scroll;
    }
}


.category_list_type4 .category_box .img_frame img{
    object-fit:contain;
}


.product_list_5 .product_box .img_frame img{
    object-fit:contain;
}


#pills-home > container-fluid{
    display:flex;
    flex-direction: column;
}
.product_list_5 .product_box .img_frame img{
    object-fit: contain;
}


.ws_contact .tab-pane h5 strong{
    font-size:18px;
}


.hp_top_content{
    display:flex;
    justify-content: flex-end;
    align-items: center;
    width:100%;
    margin-bottom:0;
}
.hp_top_contentbox{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
    width: 100%;
}
.hp_top_spantitle{
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}
.hp_top_spancontent{
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0px;   
}
.hp_top_spancontent a{
    color:#999;
}
.hp_top_spancontent a:hover{
    color:#999;
}
.hp_top_iconbox{
    padding-left:15px;
}
.hp_top_icon{
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.hp_top_ul{
    list-style-type: none;
    padding-left:0;
    display:flex;
    justify-content: flex-start;
    align-items: center;
    width:100%;
    margin-bottom:0;
}


.navbar_type10{
    padding: 0.5rem 1rem;
}
.navbar_type10 .nav_search{
    display:none;
}
.navbar_type10 .container{
    align-items: center;
}
.nav_bottom .menu{
    width:100%;
    justify-content: space-around;
}
.nav_bottom .menu .nav_item .dropdown a{
    font-size:14px;
    letter-spacing:2px;
}
.nav_bottom .menu .nav_item .dropdown a strong{
    font-weight:400;
}
.nav_bottom .menu .nav_item:last-child .dropdown a{
    display:none;
}
@media screen and (max-width: 1200.5px){
    .nav_bottom .menu .nav_item .dropdown a{
        font-size:12px;
    }
}
@media screen and (max-width: 991.5px){
    .side_menu .list-group .list-group-item:last-child{
        display:none;
    }
}


.slider_banner .banner_content{
    overflow:hidden;
}
.hp_banner{
	position:relative;
	left:0;
	top:50%;
	transform:translate(0,-50%);
}
@media screen and (max-width: 991.5px){
    
}
@media screen and (max-width: 500.5px){
    .index_wrapper_2 .item>img{
    	
    	object-fit:cover;
    }
}


.hp_sen{
    padding:1% 9%;
    background-color:#D8212C;
}
.hp_sen .row{
    align-items: center;
}
.hp_sen .col-md-12{
    display:flex;
    justify-content: space-between;
    align-items:center;
    width:100%;
}
.hp_sen_buttonbox{
    display:flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.hp_sen_button{
    border: 1px solid #fff;
    background-color:#fff;
    color: #000;
    width: 12rem;
    padding:6% 6%;
}
.hp_sen_button:hover{
    color:#000;
}

@media screen and (max-width: 767.5px){
    .hp_sen{
        padding: 6% 3%;
    }
    .hp_sen .col-md-12{
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
        flex-direction: column;
    }
    .hp_sen_buttonbox{
        margin:20px 0 0;
    }
}



.hp_about{
    padding:6% 12%;    
}
.hp_about .col-md-6:last-child{
    padding-left:calc(15px + 3%);
}
.hp_about .row{
    align-items: center;
}
.hp_about_buttonbox{
    margin:0;
}
.hp_about_ul{
    list-style-type: none;
    padding-left:0;
}
.hp_about_ul li{
    padding-bottom:15px;
}

@media screen and (max-width: 767.5px){
    .hp_about{
        padding:12% 0% 9%;
    }    
    .hp_about .col-md-6:first-child{
        padding-bottom:20px;
    }
    .hp_about .col-md-6:last-child{
        padding:0 15px;
    }
}


.hp_cat{
    padding:0% 0%;
}
.hp_cat .col-md-4.col-lg-3{
    padding:0;
}
.hp_cat .col-md-4.col-lg-3:first-child .hp_cat_box{
    background-color:#D8212C;
}
.hp_cat_box{
    position:relative;
    height:100%;
    overflow:hidden;
    background-color:#000;
}
.hp_cat_link{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    color:#fff;
}
.hp_cat_link:hover{
    color:#fff;
    text-decoration: none;
}
.hp_cat_title{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto 0;
    text-align: right;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    padding-right: 9%;
    color:#fff;
    letter-spacing: 4px;
}

.hp_cat_content{
    position: absolute;
    bottom: 15px;
    left: 9%;
    color:#fff;
}
.hp_cat_image{
    transition:0.25s all linear;
}
.hp_cat_box:hover .hp_cat_image{
    transform:scale(1.05);
}

@media screen and (max-width: 767.5px){
    .hp_cat{
        padding:12% 0% 0%;
    }  
    .hp_cat .col-md-4.col-lg-3:first-child .hp_cat_box{
        height:90vw;
    }
    .hp_cat_title{
        font-size:35px;
    }
}


.hp_why{
    padding:6% 9% 3%;
}
.hp_why_content{
    display:flex;
    justify-content: flex-start;
    align-items: center;
    width:100%;
    margin-bottom: 9%;
    width:90%;
}
.hp_why_icon{
    width:100px;
    height:100px;
    object-fit:contain;
}
.hp_why_span{
    display:flex;
    justify-content: flex-start;
    align-items: flex-start;
    width:100%;
    flex-direction:column;
    padding-left: 20px;
}
.hp_why_content:hover .hp_why_icon{
    transform-origin:center;
    animation:j_shake 0.3s linear 0.1s 2;
}
@keyframes j_shake{
    25%{transform:rotate(10deg);}
    75%{transform:rotate(-10deg);}
}

@media screen and (max-width: 991.5px){
    .hp_why_content{
        width:100%;
    }
}
@media screen and (max-width: 767.5px){
    .hp_why{
        padding:12% 3%;
    }
    .hp_why_content{
        flex-direction:column;
        justify-content: center;
        align-items: center;
    }
    .hp_why .col-md-12.col-lg-6{
        padding-top:30px;
    }
    .hp_why_icon{
        margin: 0 auto 15px;
    }
    .hp_why_span{
        justify-content: center;
        align-items: center;
        padding-left:0;
    }
    .hp_why_spantitle{
        text-align: center;
    }
    .hp_why_spancontent{
        text-align: center;
    }
}


.index_wrapper_7{
	background-image:url("../jpg/1718791530background_76wynae.jpg");
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
    padding:3% 9% 3%;
}
.hp_hot_title{
    margin-bottom:15px;
}
.hp_hot_content{
    margin-bottom:4%;
    line-height:1.5;
}

@media screen and (max-width: 767.5px){
    .index_wrapper_7{
        background-position:left;
        padding:12% 6% 12%;
    }
}


.productSlider-1 .product_img .product_box .product_img_frame img{
    object-fit:contain!important;
}
.productSlider-1 .slick-track .slick-slide{
    box-shadow:0 0 2px rgba(0,0,0,0.4)
}
.productSlider-1 .product_img .product_box h6{
	color:#000;
}
.productSlider-1 .product_img .product_box a:hover{
   text-decoration: none; 
}
.productSlider-1 .product_img .product_box .content > p{
    color:#999;
}
.productSlider-1 .product_img .product_box .content .align-top a,
.productSlider-1 .product_img .product_box .content .align-top p{
	color:#3c7bb9;
}
.productSlider-1 .product_img .slick-prev{
    left: -30px;
}
.productSlider-1 .product_img .slick-next{
    right: -30px;
}
.productSlider-1 .product_img .slick-prev::before{
	background-image:url("../png/1708419651arrow-left2db217.png");
	background-size:100%;
	background-position:center;
	background-repeat:no-repeat;
	text-shadow:unset;
	content:"";
	height:2vw;
	width:2vw;
} 
.productSlider-1 .product_img .slick-next::before{
	background-image:url("../png/1708419667arrow-rightpx91w9.png");
	background-size:100%;
	background-position:center;
	background-repeat:no-repeat;
	text-shadow:unset;
    content:"";
    height:2vw;
	width:2vw;
}

@media screen and (max-width: 767.5px){
	.productSlider-1 .product_img .slick-prev::before,
	.productSlider-1 .product_img .slick-next::before{
		background-size:80%;
	}
    .productSlider-1 .product_img .slick-prev{
        left: 5px;
    }
    .productSlider-1 .product_img .slick-next{
        right: 5px;
    }
}


.hp_brand{
    padding:3% 9% 6%;
}
.imageMarquee {
    height: 155px;
    
    
    
    background-image:url("../jpg/1721373847brand_logoj8bpas.jpg");
    background-size:cover;
    animation: imageMovement 100s linear infinite;
}

@keyframes imageMovement {
    100% {
        background-position-x: -7000px;
    }
}

@media screen and (max-width: 767.5px){
    .hp_brand{
        padding:12% 3% 6%;
    }
}


.hp_service{
    background-color: #f5f5f5;
    padding:3% 9% 3%;
}
.hp_service .col-md-4{
    padding:0% calc(15px + 3%);
}
.hp_service_title{
    color:#000;
    margin-bottom:15px;
}
.hp_service_box{
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width:100%;
}
.hp_service_icon{
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
    object-fit: contain;
}
.hp_service_box:hover .hp_service_icon{
    transform-origin:center;
    animation:j_shake 0.3s linear 0.1s 2;
}

@media screen and (max-width: 991.5px){
    .hp_service .col-md-4{
        padding:0% 15px;
    }
}
@media screen and (max-width: 767.5px){
    .hp_service{
        padding:12% 3% calc(12% + 30px);
    }   
    .hp_service .col-md-4{
        padding-top:30px;
    }
}


.index_wrapper_10{
    padding:6% 3% 6%;
}
.index_wrapper_10 .row{
    align-items: center;
}
#index_10,
#index_11{
    padding:0 calc(15px + 1%)!important;
}
#index_11{
    background-color:#f2f2f2;
}

@media screen and (max-width: 767.5px){
    .index_wrapper_10{
        padding:12% 0% 0%;
    }
    #index_10{
        padding:0 calc(15px + 0%) 30px!important;        
    }
    #index_11{
        padding:1% calc(15px + 3%)!important;
    }
}


.footer_type6{
    background-color:#000;
}
.footer_type6 .logo{
    min-height:70px;
}
.footer_type6 .logo img{
    max-height:70px;
}
.footer_type6 .footer_subtitle{
    color:#D8212C;
    text-transform: uppercase;
    letter-spacing:2px;
}
.alter_footer_ul{
    list-style-type: none;
    padding-left:25px;
}
.alter_footer_ul li{
    line-height: 1.7;
}
.alter_footer_icon{
    width:30px;
    height:30px;
    object-fit:contain;
    border-radius:5px!important;
}
@media screen and (max-width: 991.5px){
    .footer_type6 .input-container input, 
    .footer_type6 .input-container label{
        font-size:1.1vw;
    }
    .footer_type6 .input-container .moveUp{
        font-size:1.1vw;
    }	
    .footer_type6 .logo{
        min-height:50px;
    }
    .footer_type6 .logo img{
        max-height:50px;
    }
}
@media screen and (max-width: 767.5px){
    .footer_type6 .input-container input, 
    .footer_type6 .input-container label{
        font-size:14px;
    }
    .footer_type6 .input-container .moveUp{
        font-size:14px;
    }
    .footer_type6 .logo{
        min-height:70px;
    }
    .footer_type6 .logo img{
        max-height:70px;
    }
}