.header_img {
    width:100%
}
.header_img img {
    width:100%;
}
.section {
    margin:40px auto;
}
.bg1{
    background-image: url(../imgs/q1.jpg);
    height: 280px;
    padding: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    color: #fff;
    text-align: right;
}
.bg1 h2 {
    color:#fff;
}
.bg2 {
    background-image: url(../imgs/t2.jpg);
    height: 280px;
    padding: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    color: #fff;
}
.bg2 h2 {
    color:#fff;
}
.bg3 {
    background-image: url(../imgs/12.jpg);
    height: 280px;
    padding: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    color:#fff;
    text-align: right;
}
.bg3 h2 {
    color:#fff;
}
.bg4 {
    background-image: url(../imgs/e3.jpg);
    height: 280px;
    padding: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    color:#fff;
}
.bg4 h2 {
    color: #fff;
}
.heading {
	background-color:#fede00;
	width:100%;
	height:55px;
	position:relative;
	margin-top:-2px;
}
.breadcrumb {
    float: left;
    margin: 19px 0 0 0px;
    color: #333;
    font-size: 16px;
    padding: 0px;
    background: transparent;
}
.breadcrumb a {
	color:#000;
	font-size:16px;
    text-decoration: none;
}
.breadcrumb a:hover {
	color:#f45497;
}
@media only screen and (max-width: 767px){
    .heading {
        display: none;
    }
}
.product {
    width:100%;
    border: 1px solid #ececec;
    box-shadow: 2px 5px 10px #ccc;
    margin-bottom: 30px;
}
.product img {
    width:100%;
}
.address {
    padding:15px;
    text-align: right;
}
@media only screen and (max-width:990px){
    .address {
        text-align: center;
    }
}
.center {
    display: block;
    margin:auto;
}
.a_center {
    display: block;
    margin:auto;
    max-width:195px;
    margin-bottom: 20px;
}
.iso {
    color: #fff;
    margin-left: 21%;
    margin-top: -15px;
    font-size: 15px;
}
@media only screen and (max-width:1199px){
    .iso {
        font-size: 12px;
        margin-top:-12px;
    }
}
@media only screen and (max-width:990px){
    .iso {
        margin: auto;
    }
}
.abt h2 {
    margin-bottom: 15px;
}