/*homepage*/
#main_index{
    padding-bottom: 0!important;
    overflow: hidden;
    position: relative;
}
/*homepage end*/
#checkoutbtnui .col_btn_wrapper:nth-child(2){
    display: none;
}

/*topspace*/
.topspace{
    position: fixed;
    z-index: 9999;
    right: calc(33% - 205px - 2vw);
    top: 38px;
    /*position: relative;*/
}
.topspace form {
    background: #fff;
    line-height: 30px;
    border-radius: 35px;
    overflow: hidden;
    width: 200px;
}
.topspace input {
    border-radius: 35px;
    border: 1px solid #c42f36;
    width: 100%;
    padding-left: 12px;
    padding-right: 50px;
}
.topspace button{
    background: #c42f36;
    border: transparent 1px solid;
    border-left: unset;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0px 25px 25px 0px;
}
.topspace .fas.fa-search{
    color: #fff;
}
/*topspace*/



/*navbar*/
.navbar_type8.navbar_height.dark_nav .nav_tab .nav_item {
    margin-top: 0px;
}
.navbar_type8.navbar_height.dark_nav{
    height: 110px;
    transition: all ease-in-out .35s;
}

#main_index .navbar_type8 .nav_tab .nav_item a {
    color: #fff;
    padding: 15px 1vw;
    font-weight: 500;
    font-size: 16px;
    text-shadow: 0px 1px 3px #000;
}

#main_index .navbar_type8.dark_nav .nav_tab .nav_item a {
    /*color: #df0973;*/
    color: #c42f36;
    padding: 15px 1vw;
    font-weight: 500;
    font-size: 16px;
    text-shadow: 0px 0px 0px #fff;
}

.navbar_type8 .nav_tab .nav_item a {
    color: #c42f36;
    padding: 15px 1vw;
    font-weight: 500;
    font-size: 16px;
}

.navbar_type8.dark_nav .nav_tab .nav_item a {
    color: #c42f36;
    padding: 15px 1vw;
    font-weight: 500;
    font-size: 16px;
}

#main_index .navbar_type8 .nav_tab .active{
    color: #fff!important;
}

#main_index .navbar_type8.dark_nav .nav_tab .active{
    color: #c42f36!important;
}

.navbar_type8.dark_nav .nav_tab .dropdown .dropdown-menu .dropdown-item a{
    color: #fff!important;
}

.navbar_type8.dark_nav .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover{
    color: #c42f36!important;
    transition: ease 0.3s;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover{
    transition: ease 0.3s;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
    color: #fff!important;
}
.navbar_type8 {
    height: 150px;
}
.navbar_type8 .logo img {
    width: 100%;
    padding: 10px;
}
.navbar_type8 .logo {
    flex: 0 1 13%;
}
.navbar_type8 .nav_tab {
    flex: 0 1 87%;
    padding-right: 33%;
    justify-content: space-evenly;
}
.navbar_type8 .nav_tab .nav_item {
    margin-top: -35px;
}
.dark_nav {
    background-color: #fff !important;
}
/*navbar end*/

/*banner*/
.container_banner{
    position: absolute;
    top: 45%;
    left: 10%;
    overflow: hidden;
}
.banner_small_title{
    font-size: 25px;
    line-height: 1.4;
    padding-bottom: 1.5rem;
}

.banner_small_title span {
    color: #fff;
    text-shadow: 0px 1px 3px #000;
}

.banner_big_title{
    font-weight: 700;
    line-height: 1.3;
    margin-top: -10px;
    font-size: 4vw;
    color: #434c5b;
}
/*.banner_big_title span{*/
/*    color: #42b9c1;*/
/*    font-size: 5vw;*/
/*}*/

.banner_big_title span {
    color: #fff;
    text-shadow: 0px 1px 3px #000;
}

.banner_wrapper{
    padding-right: 60%; 
}

/*new_banner*/

.banner_wrapper.newBackground {
    position: relative;
    z-index: 1;
}

.banner_wrapper.newBackground::after {
    content: "";
    position: absolute;
    width: 61%;
    height: 100%;
    top: 50%;
    left: 0%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(20px);
    /* border-radius: 20px; */
    z-index: -1;
}

/*banner end*/

/*footer*/
.index_wrapper_6{
    position: relative;
        padding-top: 6%;
}
.index_wrapper_6:after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-color: #222a35;
    height: 12%;
    z-index: -1;
    width: 100%;
}
/*.footer_type12 .col-12.mb-1.mb-md-0.p-3:first-child {*/
/*    border-bottom: 1px solid #666666;*/

/*new_footer*/

.footer_type10 {
    color: white;
    background-color: #222a35;
    padding-top: 1rem;
    overflow-x: hidden;
}

.footer_type10 .d-inline-flex {
    display: inline-flex !important;
    flex-wrap: nowrap !important;
    align-items: center;
    white-space: nowrap;
    gap: 6px;
}

/*footer end*/


/*who*/

.who_inner_wrapper{
    display: flex;
}
.who_icon_lists{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1%;
    margin: 8% 12%;
}
.who_left,
.who_right{
    flex-basis: 50%;
}
.icon{
    max-width: 150px;
    margin: 0 auto;
    flex-basis: 33.3333333%;
}

.who_button a{
    background: #c42f36;
    color: #fff;
    padding: 10px 25px;
    font-size: 20px;
    text-decoration: none;
    font-weight: 400;
    transition: all ease 0.45s;
    display: inline-block;
}
.who_left{
    position: relative;
}
.who_button{
    transform: rotate(-90deg) translate(35.3%,180%);
    position: absolute;
    right: 0%;
    bottom: 0;
    transition: all ease 0.45s;
}
.button_span{
    opacity: 0;
}
.who_button:after{
     position: absolute;
    content: ">>";
    font-size: 20px;
    color: #fff;
    right: 15%;
    line-height: 50px;
    transition: all ease .45s;
}
.who_button:hover:after{
    right: 12%;
}

.who_left_bottom{
    color: #fff;
    background: #1d1e23;
    padding-left: 3vw;
    padding-top: 4vw;
    padding-right: 6vw;
    padding-bottom: 7vw;
}
.who_smallTitle{
    font-size: 20px;
}
.who_companyName{
    font-size: 2.2vw;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}
.who_content{
    font-size: 16px;
    line-height: 1.8;
}

.who_left_inner_wrapper{
    margin-right: -10%;
    position: relative;
    z-index: 99;
}
/*who end*/

/*design*/
.product img{
    transition:  all 0.35s ease-in-out;
}
.product:hover img{
    transform: translateY(-10px);
}
.design_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.design_title{
    max-width: 25vw;
}

.design_products{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: -3%;
}
.row_design{
    position: relative;
    padding-bottom: 2rem;
}
.design_inner_wrapper{
    max-width: 1450px;
    margin: 0 auto;
}
.row_design:after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 17%;
    height: 100%;
    background-color: #ebeae6;
    z-index: -1;
}
.design_button a{
    color: #fff;
    background-color: #c42f36;
    padding: 10px 25px;
    font-size: 20px;
    display: inline-block;
    text-decoration: none;
}
.design_button{
    position: relative;
    right: 2.2%;
}
.design_button:after{
    content: ">>";
    font-size: 20px;
    position: absolute;
    color: #fff;
    right: 15%;
    line-height: 52.4px;
    transition: all ease .45s;
}
.design_button:hover:after{
    right: 12%;
    
}
.design_mobile_button a{
    color: #fff;
    background-color: #42b9c1;
    padding: 0.5rem 1.2rem;
    font-size: 15px;
    display: inline-block;
    text-decoration: none;
}
.design_mobile_button{
    display: none;
    position: relative;
    width: fit-content;
}
.design_mobile_button:after{
    content: ">>";
    font-size: 15px;
    position: absolute;
    color: #fff;
    right: 15%;
    line-height: 38.5px;
}
.container_design{
    padding-top: 7%;
}
/*design end*/

/*life*/
.row_life{
    position: relative;
}
.life_top {
    left: 28%;
    position: absolute;
    top: 10%;
}
.life_top_title{
    font-size: 3.3vw;
    line-height: 1.1;
    font-weight: 800;
}
.life_top_title p{
    -webkit-text-stroke: 0.1vw #000;
    color: white;
    margin-bottom: 10px;
    font-size: 3.6vw;
}
.life_top_content span{
    display: block;
}
.life_top_content{
    margin-left: 10px;
}
.life_bottom_point{
    display: flex;
    align-items: center;
        margin-bottom: 15px;
}
.life_bottom_point_img{
        max-width: 45px;
    margin-right: 20px;
}
.life_bottom{
    position: absolute;
    left: 51%;
    top: 28vw;
}
.life_bottom_point_content{
    font-size: 1.4vw;
}
/*life end*/

/*news*/
#main_index .hp_latest_new .latestnewsAjax .col-12.col-lg-4{
    display: none;
}
#main_index .hp_latest_new .latestnewsAjax .col-12.col-lg-8{
    flex: 0 0 100%;
    max-width: 100%;
        padding-left: 6vw;
    padding-right: 13vw;
}
#main_index .hp_latest_new .latestnewsAjax .col-12.col-lg-4{
    display: none;
}
#main_index .hp_latest_new .latestnewsAjax .read_more{
    display: none;
}
#main_index .outerRow_6{
        padding: 0 6vw;
}
.news_img{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 597px;
    margin: 0 auto;
}
#index_7{
    display: flex;
    align-items: center;
}
.hp_latest_new .news_box {
    margin-bottom: 4vw !important;
}
/*news*/

@media screen and (min-width:992px){
    /*banner*/
   .index_wrapper_2{
       margin-top: -150px;
   }
   /*banner*/
}
@media screen and (max-width:1300px){
    .index_wrapper_6:after {
    background-color: transparent;
}
}

@media screen and (max-width:1130px){
    
    /*topspace*/
    .topspace {
        right: calc(26% - 205px - 2vw);
    }
    /*topspace end*/
    
    /*navbar*/
    .navbar_type8 .nav_tab {
    padding-right: 26%;
    }
    
    #main_index .navbar_type8 .nav_tab .nav_item a{
    padding: 15px 5px;
    }
    
    #main_index .navbar_type8.dark_nav .nav_tab .nav_item a{
    padding: 15px 5px;
    }
    
    .navbar_type8 .nav_tab .nav_item a{
    padding: 15px 5px;
    }
    
    .navbar_type8.dark_nav .nav_tab .nav_item a{
    padding: 15px 5px;
    }
    /*navbar end*/
    
    /*who*/
    .who_companyName {
        font-size: 30px;
    }
    .who_content {
        font-size: 15px;
        line-height: 1.8;
    } 
    /*who end*/
    /*design*/
    .design_button a {
        padding: 8px 20px;
        font-size: 18px;
    }
    .design_button:after {
        line-height: 43px;
        right: 10%;
    }
    /*design end*/
    
    .banner_small_title{
        font-size: 16px;
    }
   
}

@media screen and (max-width:992px){
    .container_banner{
        top: 30%;
    }
    /*who*/
    .who_inner_wrapper {
        display: block;
    }
    .who_left_inner_wrapper {
        margin-right: 0;
    }
    .who_icon_lists {
        margin: 5vw;
    }
    .design_products {
        grid-template-columns: 1fr 1fr;
        gap: 1%;
    }
    .who_button {
        transform: unset;
        position: relative;
        right: 0;
        margin-top: 2rem;
        width: fit-content;
        bottom: 0;
    }
    .who_button a {
        padding: 8px 20px;
        font-size: 18px;
    }
    .who_button:after {
        line-height: 43px;
        right: 10%;
    }
    /*who end*/
    
    /* life*/
    .life_bottom_point_content {
        font-size: 14px;
    }
    /*life end*/
    /*news*/
    .outerRow_6 {
        padding: 0 15px;
    }
    /*news end*/
}

@media screen and (max-width:768px){
    /*who*/
    .who_companyName {
    font-size: 25px;
    margin-bottom: 1rem;
    }
    .who_content {
    font-size: 13.4px;
    }
    /*who end*/
    /*life*/
    .life_bottom {
    position: relative;
    left: 0;
    padding: 0 15px;
    top: 0;
    margin-top: 2rem;
    }
    .life_top_content {
        margin-left: 0;
    }
    .life_top_content span {
        display: inline;
    }
    .life_top_title {
        font-size: 25px;
    }
    .life_top_title p {
        font-size: 26px;
    }
    .life_top {
    padding: 0 15px;
    left: 35%;
    }

    /*life end*/
    /*footer*/
    .footer_type12 .col-12.mb-1.mb-md-0.p-3:first-child .title h6 {
    margin-bottom: 1rem;
    }
    .footer_type12 .list-unstyled li {
    margin: 0 auto 5px;
    }
    .container-fluid.footer_type12.py-5 .text-left.py-1{
    text-align: center!important;
    }
    /*footer*/
    /*new*/  
    .index_wrapper_6:after {
    background-color: transparent;
    }
    
    .banner_wrapper.newBackground::after {
        content: "";
        position: absolute;
        width: 67%;
        height: 100%;
        top: 50%;
        left: 0%;
        transform: translate(-50%, -50%);
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(20px);
        /* border-radius: 20px; */
        z-index: -1;
    }

    /*new end*/
}

@media screen and (max-width:600px){
    /*banner*/ 
    .banner_small_title {
    font-size: 16px;
    
    }
    .container_banner {
    position: absolute;
    top: 20%;
    left: 3%;
    }
    .banner_big_title {
    font-size: 25px;
    }
    .item.slick-slide img {
    height: 300px !important;
    object-fit: cover;
    }
    /*banner end*/ 
    /*who*/
    .who_icon_lists {
    margin: 4% 15px;
    }
    /*who end*/
    /*life*/
    .life_top {
    left: 0;
    position: relative;
    top: 0;
    margin-top: 2rem;
    margin-bottom: 1rem;
    }
    /*life end*/
    /*design*/
    .design_products {
    margin-top: 0;
    }
    .design_title {
    max-width: 250px;
    margin-bottom: 1rem;
    }
    .design_top {
    display: block;
    }
    .design_button {
        position: relative;
        right: 0;
        margin-bottom: 1rem;
        width: fit-content;
    }
    .design_products {
        grid-template-columns: 1fr;
    }
    /*design end*/
      
}



/*About_us_page*/
.about_us_page {
    padding-bottom: 3rem;
    padding-top: 2rem;
}
.about_us_container {
    /*left: 10%;*/
}


.about_us_title {
    right: 5%;
    padding: 0rem 3rem 3rem 3rem;
    
}
.about_us_container img{
    max-width: 100%;
    width:70%;
    margin-left: 8rem;
}

.about_us_BigTitle h2 {
    text-transform: uppercase;
    /* letter-spacing: 1px; */
    font-weight: 800;
    padding-bottom: 1rem;
    color: #c42f36;

}

.about_us_BigTitle p{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
}

.about_us_page .row{
    align-items: center;
}
 
@media all and (max-width:1024px){
    .about_us_title{
        padding: 0;
        padding-left: 1.5rem;
    }
    
.about_us_container img {
    max-width: 100%;
    width: 70%;
    margin-left: 4rem;
}
}


@media all and (max-width:992px){
    .about_us_container img{
        text-align:center;
    }
    .about_us_title{
        padding: 2rem;
        left: 0%;
    }
    
    .about_us_BigTitle h2{
        text-align: center;
    }
    
    .about_us_BigTitle p {
        text-align: center;
    }
    
     .about_us_container img{
    margin-left: 0;
    width:100%;
    }
}

@media all and (max-width:580px){
    .about_us_container {
    /*left: 13%;*/
        
    }
}