*{
    margin:0;
    padding:0;
}
.wrapper h2,.wrapper h3{
    margin-top:0;
    margin-bottom:0;
}
.wrapper{
    width: 100%;
}
#Curtain .current{
    background-color: #de0f18;
    color:#fff;
}
.container-fluid,.about_box,.business_box,.telephone_container{
    max-width: 1160px;
    margin:0 auto;
    padding:0 15px;
}
#Curtain .navbar{
    margin-bottom: 0;
}
.navbar-brand {
    padding: 5px !important;
    transform: translateX(-20px);
}
.banner_box{
    margin-top:50px;
}
.icon_left{

   left:30px;
}
.icon_right{
    right:30px;
}
.icon_base{
   position:absolute;
   top:50%;
   -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -o-transform: translateY(-50%);
   transform: translateY(-50%);
}
.carousel-inner{
    height:0;
    padding-bottom:40%;
}
.carousel-inner img{
    width: 100%;
}
// about us
.about_box{
   display:inline-block;
}
.public_title{
    text-align: center;
    margin:60px 0 30px;
}
.box_title_line{
    width: 80px;
    height: 5px;
    background: #de0f18;
    display: inline-block;
}
.public_title h3{
    font-size: 22px;
    letter-spacing: 3px;
    line-height: 38px;
    font-weight: normal;
}
.public_title h2{
   letter-spacing: 7px;
   line-height: 34px;
   padding-bottom: 30px;
   font-size: 34px;
}
.public_title h2 strong {
    color: #de0f18;
    font-weight: normal;
}
.about_container{
    text-align:center;
}
.about_container p{
    line-height: 26px;
    font-size: 16px;
    letter-spacing: 2px;
}
.about_row{
    width: 100%;
    padding:20px;
}
.about_col p{
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 40px;
}
.about_col>i{
   font-size:56px;
   color:#de0f18;
}
.business_contaier{
    text-align:center;
}
.business_contaier p{
    font-size:16px;
    letter-spacing:2px;
}
.case_row dd{
    width:100%;
    height:0px;
    padding-bottom:50%;
    overflow: hidden;
}
.case_row{
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.case_row dt{
    text-align:center;
    margin-top:10px;
}
.col_img{
    width: 100%;
    height:auto;
}
#Curtain .curtain_nav{
    width: 100%;
    position: fixed;
    top:0;
    z-index: 99999;
}
.telephone_box{
    background:#3f3a39;
    padding-top: 1px;
}
.telephone_box .public_title{
    color:#fff;
}
.telephone_container{
    padding:20px 15px;
    color:#fff;
}

.contact_left p{
    font-size:16px;
    letter-spacing: 2px;
    line-height: 26px;
}
.contact_left i{
    width: 16px;
    height: 16px;
    display:inline-block;
    margin-right: 5px;
}
.repair h3{
    text-align:center;
    margin:50px 0;
}
.repair_col_left img{
    width: 100%;
}
@media screen and (max-width:420px){
    .public_title{
        margin:10px 0;
    }
    .public_title h3{
        font-size:18px;

    }
    .public_title h2{
        font-size:26px;
    }
    .about_container p,.business_contaier p{
        font-size:14px;
    }
    .about_col p{
        line-height:20px;
    }
    .contact_left {
        float: none;
    }
    .contact_right{
        width: 100%;
        float:none;
        display:inline-block;
    }
    .contact_right img{
        width: 90px;
        height: 90px;
        margin:0 auto;
    }
    .contact_left p{
        font-size:14px;
    }
    .about_col > i{
        font-size:28px;
    }
    .repair h3{
        margin:20px 0;
        font-size:20px;
    }
    .repair_col_left,.repair_col_right{
        width:100% !important;
        margin-top:15px;
    }
}