@import url(fontiran.css);
body {
    font-family: IRANSans !important;
    background-color: white;
}
/*-------------------------*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
} 
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
} 
/*-----------------------*/
.site-header{
  position: relative;
  width: 100%;
  height: 70px;
  background-color: white;
      text-align: center;

}
.bar-icon{
  position: absolute;
  top: 15px;
  left: 10px;
  font-size: 40px;
  color: rgb(5, 28, 70);
  cursor: pointer;
  display: none;
}
.line-border
{
  border-top: 4px solid #e2e2e4;
  border-bottom: 3px solid #f0f0f1;
}
.site-header .site-logo{
  float: right;
  padding: 0 40px;
  line-height: 85px;
  height: inherit;
  background-color: #fff;
 
}
.site-header .site-logo img
{
    width: 220px;
    margin-top: -15px;
    padding: 0px;
}
@media(max-width:550px){
  .site-header .site-logo{
    padding: 0 55px !important;
  }
}
@media(max-width:410px){
  .site-header .site-logo{
    padding: 0 40px !important;
  }
}
@media(max-width:330px){
  .site-header .site-logo{
    padding: 0 30px !important;
  }
}
@media(max-width:310px){
  .site-header .site-logo{
    padding: 0 20px !important;
  }
}
.all-body{
  position: fixed;
  top: 85px;
  right: 210px;
  width: 100%;
  height: 100%;
  background-color: rgba(193, 193, 193, 0.788235294117647);
  z-index: 3;
  display: none;
}
.all-body.show{
  display: block !important;
}
.overflow-hidden{
  overflow: hidden;
}
@media (max-width: 1200px){
/* ------------------------------------------  Start-Mobile-Menu -------------------------------*/
  .custom-hidden-xs {
      display: none !important;
  }
  .bar-icon{
    display: block;
  }
  .site-header .site-menu{
    background-color: #f9f9f9;
    
    position: fixed;
    top: 0;
    right: -210px;
    height: 100% !important;
    line-height: normal !important;
    width: 210px;
    overflow: auto;
    z-index: 4;
    padding: 10px;
    -moz-transition-duration: 0.3s;
   -o-transition-duration: 0.3s;
   -webkit-transition-duration: 0.3s;
   transition-duration: 0.3s;
  }

  .site-menu.open{
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    right: 0;
  }
    .site-header .site-menu > ul > li{
      float: none !important;
      border-radius: 2px;
      margin-bottom: 10px;
    }
  .site-header .site-menu > ul > li > a{
    padding: 5px !important;
    display: block !important;
    height: 40px !important;
      font-size: 14px !important;
      text-decoration: none;
      border: 1px solid #051c46 !important;
  }
  .site-header .site-menu > ul > li > a:hover{
    background-color: white;
    color: #607D8B;
  }
  .site-header .site-menu > ul > li > .sub-menu{
      position: relative !important;
      background-color: #8a8896  !important;
      border: 1px solid #051c46 !important;
      border-top: none !important;
      height: auto !important;
      -webkit-transition: all .3s;
         -moz-transition: all .3s;
          -ms-transition: all .3s;
              transition: all .3s;
  }
  .site-header .site-menu > ul > li > .sub-menu > li{
    float: none !important;
  }
    .site-header .site-menu > ul > li > .sub-menu > li > a{
      color: white !important;
      font-size: 14px !important;
      padding: 5px !important;
    }

  /*  ------------------------------------------End-Mobile-Menu ------------------------------------ */
}
.site-header .site-menu{
  height: 70px;
  line-height: 70px;
    
  display: inline-block;
}
.site-header .site-menu > ul{
  padding: 0;
  margin: 0;
  list-style: none;

}
.site-header .site-menu > ul > li{
  float: right;
  position: relative;
}
.site-header .site-menu > ul > li > a{
  padding: 0 25px;
    padding-bottom: 22px;
    font-size: 18px;
    font-weight: 400;
    display: block;
    height: 70px;
    color: #19388a;
    border-bottom: 7px solid transparent;
    text-decoration: none;
    -moz-transition-duration: 0.3s;
   -o-transition-duration: 0.3s;
   -webkit-transition-duration: 0.3s;
   transition-duration: 0.3s;
}
.site-header .site-menu ul > li:hover .sub-menu{
  height: 60px;
  -webkit-transition: all .3s;
     -moz-transition: all .3s;
      -ms-transition: all .3s;
          transition: all .3s;
}
.site-header .site-menu > ul > li > .sub-menu{
  position: fixed;
    width: 100%;
    z-index: 1;
    list-style: none;
    padding: 0 15px;
    margin: 0;
    right: 0;
    background-color: rgb(5, 28, 70);
    height: 0px;
    overflow: hidden;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
            transition: all .3s;
}
.site-header .site-menu > ul > li > .sub-menu > li{
  float: right;
  height: 100%;
}
.site-header .site-menu > ul > li > .sub-menu > li >a{
  padding: 0 25px;
    padding-bottom: 22px;
    font-size: 15px;
    display: block;
    height: 60px;
    line-height: 60px;
    color: white;
    border-bottom: 7px solid transparent;
    text-decoration: none;
    -moz-transition-duration: 0.3s;
   -o-transition-duration: 0.3s;
   -webkit-transition-duration: 0.3s;
   transition-duration: 0.3s;
}
.site-header .site-menu > ul > li > .sub-menu > li >a:hover{
  -moz-transition-duration: 0.3s;
 -o-transition-duration: 0.3s;
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
 color: white;
}
.site-header .site-menu ul > li > a:hover{
  /*border-bottom: 7px solid #42A5F5;*/
  background-color: rgb(5, 28, 70);
  color: white;
  -moz-transition-duration: 0.3s;
   -o-transition-duration: 0.3s;
   -webkit-transition-duration: 0.3s;
   transition-duration: 0.3s;
}

.site-header .site-menu ul > li.active > a{
  border-bottom: 7px solid #42A5F5;
  color: #42A5F5;
}
.site-header .search-bar{
  float: left;
  height: 100%;
  line-height: 85px;
  width: 300px;
  background-color: white;
}
.site-header .search-bar .position-relative{
  display: inline !important;
}
.site-header .search-bar .search-box{
  height: 32px;
  width: 180px;
  margin-right: 5px;
}
.site-header .search-bar .fa{
  position: absolute;
  left: 6px;
  top: 4px;
}
@media(max-width:1182px){
  .site-header .search-bar{
    display: none;
  }
}
@media (max-width: 991px){
  .colors{
    margin-top: 30px;
  }
}


.position-relative{
  position: relative;
}
.colors{
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  overflow: hidden;
}
.colors .image-title{
  position: absolute;
    color: white;
    right: 133px;
    top: 102px;
    z-index: 2;

}
@media (max-width: 520px){
  .colors .image-title{
    position: absolute;
      color: white;
      right: 30px;
      top: 90px;
      z-index: 2;
  }
  .colors .image-title h1{
    font-size: 35px !important;
  }
}
@media (max-width: 375px){
  .colors .image-title p{
    display: none;
  }
}
@media (max-width: 310px){
  .colors .image-title{
    top: 70px;
  }
}
@media (max-width: 1250px){
  .colors .image-title{
    top: 70px;
    right: 50px;
  }
}

.colors .image-title h1{
  font-size: 50px;
  margin:0;
      font-weight: 300;
  letter-spacing: 3px;
}
.colors .image-title p{
  letter-spacing: 1px;
}
.colors .image-title p.cyan-color{
  color: rgb(0, 255, 255);
}
.colors .colors-view{
  padding-top: 20px;
}
.colors .colors-view .default-img{
  width: 100%;
      margin-bottom: 25px;
}
@media (max-width: 991px){
  .colors .list-colors ul li{
    margin-left: 10px !important;
    margin-bottom: 10px !important;
  }
  .colors .list-colors ul li .over{
  right: 0 !important;
  }
}
.f-s-30{
  font-size: 30px;
}
.colors .list-colors{
  list-style: none;
  padding: 0;
  margin: 0;
}
.colors .p-t-35{
  padding: 0;
  padding-top: 35px;
}
.colors .list-colors li{
  float: right;
  margin-left:5px !important;
  margin-bottom: 5px !important;
  position: relative;
  width: 80px;
    height: 80px;
}
.colors .list-colors li > img{
  border: 1px solid silver;
}
.colors .list-colors li .over{
  position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    box-sizing: border-box;
}
.colors .list-colors li.active .over{
  background: url(../images/over-img.png);
}

.colors .list-colors li:first-child{
  margin-right: 0 !important;
}
.padding-0{
  padding: 0 !important;
}
.f-w-900{
  font-weight: 900;
}
.f-s-35{
  font-size: 35px;
}
.m-r-15{
  margin-right: 15px;
}
.custom-btn-dark {
    color: #000;

    background-color: #fff;
    border:1px solid black;
    border-radius: 2px !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.custom-btn-dark.light{
  padding: 1px 20px;
}

    .custom-btn-dark:hover {
        color: #fff;
        background-color: #000;
        -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .custom-btn-dark:focus {
        color: #000;
        outline: none !important;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
.section-title{
  font-size: 24px;
    font-weight: 500;
 display: inline-block;
width: 200px;
margin-bottom: 50px;
}
/*.section-title:before{
  display: block;
    content: '';
    width: 100%;
    height: 2px;
    border-radius: 50%;
    background-color: #333;
    margin-bottom: 20px;
}*/
.min-height-250{
  min-height: 270px !important;
}
.description-box-plus{
  position: relative;
  text-align: center;
  padding: 15px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 25px;
  min-height: 300px !important;
  max-height: 300px !important;
  overflow: hidden;
}
.item-plus{
  position: relative;
  background-color: #fff;
  -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;



  -moz-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.item-plus:hover{
  color: white;
  background-color: #1E88E5;
  -moz-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.item-plus .img{
  min-height: 300px !important;
  max-height: 300px !important;
  width: 100%;
}
.description-box-plus h1{
  font-size: 18px;
  margin-top: 0;
  font-weight: 600;
      line-height: 1.5;
}
.description-box-plus p{
  line-height: 24px;
  font-size: 12px;
  
  margin-bottom: 25px;
}
@media(min-width:1016px){
  .padding-0-sm-xs{
    padding: 0 !important;
  }
}

.zooming-gallery{
  height: 237px;
  display: block;
  overflow: hidden;
}
.zooming-gallery .image-gallery {
  height: 237px;

  -webkit-transition: all .3s;
     -moz-transition: all .3s;
      -ms-transition: all .3s;
          transition: all .3s;
}
@media (max-width: 991px){
  .zooming-gallery .image-gallery {
    width: 100%;
  }
  .zooming-gallery-wide .image-gallery{
    width: 100%;
  }
}
.zooming-gallery .image-gallery:hover {
  height: 260px;
}
.zooming-gallery-wide{
  height: 499px;
  display: block;
  overflow: hidden;
}
.zooming-gallery-wide .image-gallery {
  height: 499px;
  -webkit-transition: all .3s;
     -moz-transition: all .3s;
      -ms-transition: all .3s;
          transition: all .3s;
}
.zooming-gallery-wide .image-gallery:hover {
  height: 520px;
}

.gallery-img-text{
  position: absolute;
  bottom: 15px;
  right:15px;
  color: white;
  font-size: 18px;
  font-weight: 400;
}
.m-b-100{
  margin-bottom: 100px;
}
.m-b-25{
  margin-bottom: 25px;
}
.video{
  position: relative;
    width: 100%;
    margin: 55px 0;
    margin-bottom: 20px;
}
.video .tm-video{
  font-size: 36px;
    font-weight: 300;
    margin-left: 10px;
        top: -.6em;
}
.video img{
  width: 100%;
}
.video .btn-video{
  position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.video .btn-video .text{
  position: absolute;
  width: 100%;
  height: 200px;
  top: 50%;
  margin-top: -100px;
  right: 0;
  text-align: center;
  color: white;
  background: url(../images/ico_play.png) center bottom no-repeat;
}


.video .btn-video .text h1{
  font-size: 65px;
  font-weight: 400;
  margin-bottom: 80px;
  display: block;
}
@media (max-width: 610px){
  .video .btn-video .text h1{
    font-size: 50px;
  }
}
@media (max-width: 515px){
  .video .btn-video .text h1{
    display: none;
  }
  .video .btn-video .text{
    background-size: 50px;
    top: 20%;
  }
}
@media (max-width: 515px){
  .video .btn-video .text{
    background-size: 50px;
    top: 0;
  }
}
.video .player{
  display: none;
  position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #000;
}
.video .player .close-video{
  position: absolute;
  font-size: 55px;
  top: -62px;
  right: 48%;
  color: black;
}
.banners{
  margin-bottom:35px;
  padding: 0 50px;
}
.banners ul {
    list-style: none;
    min-height: 70px;
    display: block;
    padding: 0;
}
.banners li {
    float: right;
    margin-left: 68px;
    margin-bottom: 10px;
}
.banners li img{
  width: 120px;
  height: 82px;
}
.banners li:last-child{
  margin-left: 0 !important;
}
@media(max-width:1275px){
  .banners ul li{
    float: none !important;
    display: inline;
  }
}
@media(max-width:512px){
  .banners ul li{
    display: block;
  }
}
.m-l-5{
  margin-left: 5px;
}
.footer{
  width: 100%;
  min-height: 200px;
  padding-top: 55px;
  background-color: #363636;
  color: white;
  vertical-align: middle;
}
.footer .container-fluid{
  padding: 0 45px;
}
.footer .line{
  border-bottom: 1px solid #474748;
  margin-bottom: 30px;
    margin-top: 15px;
}
.m-b-60{
  margin-bottom: 60px;
}
.footer .right-line{
  border-right: 1px solid #474748;
  padding-right: 50px;
}
.footer .text{
  font-size: 13px;
  color: white;
  line-height: 20px;
  
}
.footer .text > span{
  margin-right: 45px;
}
.footer .text > span >span{
  letter-spacing: 1px;
}
.footer .text > span.m-r-55{
  margin-right: 55px;
}
.footer .title{
  font-size: 16px;
  margin-bottom: 20px;
}
.footer .title img{
    width: 29px;
    height: 54px;
    padding-bottom: 25px;
}
.footer .contact
{

    height: 60px;

}
.footer .social-network{
  text-align: center;
  margin:0;
  padding: 0;
  list-style: none;
  margin-bottom: 65px;
  padding-right: 55px;
}
.footer .social-network li{
  float: right;
  margin-left: 30px;
  margin-bottom: 15px;
}
.footer .social-network li:last-child{
  margin-left:0 !important;
}
.footer .social-network li a{
  display: block;
  color: white;
  width: 29px;
    height: 29px;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    overflow: hidden;
    background-size: cover !important;
}
.social-network li a.facebook-icon{
  background: url(../images/footerImage/facebook-logo_1_a.png);
}
.social-network li a.instagram-icon{
  background: url(../images/footerImage/instagram_logo_1_a.png);
}
.social-network li a.aparat-icon{
  background: url(../images/footerImage/Aparat-Logo_site.png);
}
.social-network li a.youtube-icon{
  background: url(../images/footerImage/youtube_logo_site.png);
}
.social-network li a.apple-icon{
  background: url(../images/footerImage/Apple_logo_site.png);
}
.social-network li a.android-icon{
  background: url(../images/footerImage/android-logo_site.png);
}
@media(max-width:768px){
  .custom-carousel{
    height: 200px !important;
  }
  .footer .social-network li{
    margin-left: 20px !important;
  }
  .footer .social-network{
    padding-right: 0 !important;
  }
}
.custom-carousel{
  position: relative;
 
}
.slide-carousel
{
   height: 545px;
}
.custom-carousel .carousel-control.left{
  background-image: none !important;
}
.custom-carousel .carousel-control.right{
  background-image: none !important;
}
.custom-carousel .carousel-indicators li{
  background-color: #8e94a4;
  border: none !important;
  width: 5px;
height: 5px;
margin: 0;
    margin-left: 5px;
}
.custom-carousel .carousel-indicators li.active{
  background-color: white;
}
.carousel-inner .item{
  height: 100% !important;
}
.carousel-inner .item > img{
  height: 100% !important;
  width: 100% !important
}
.slider{
  margin-bottom: 35px;
  width: 100%;
}
.carousel-inner{
  height:100%;
}
.custom-carousel .description{
  background-color: #1e1e50;
  right: 10px; !important;
  width: 47%;
  bottom: 10px !important;
  position: absolute;
  max-height: 150px;
  min-height: 170px;
}
.carousel-caption{
    /*right: 80px; !important;*/
    /*width: auto;*/
    bottom: 178px !important;
    background-color: #18191b;
    padding: 5px 20px;
    padding-left: 60px;
    padding-bottom: 15px;
    /*max-height: 150px;*/
    min-height: 170px;
    text-align: right;
    overflow: hidden;
    opacity: 0.65;
    border-radius: 5px;
    margin: 0 auto;
}
.carousel-indicators{
    right: 90%;
    left: 0px;
    width: 40px;
    bottom: 19px;
    z-index: 2;
    margin-right: 0 !important;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    /* top: 140px; */
    /* right: 595px; */
    bottom: 0px;
}
.articale_slide
{
 height: 400px;
}
@media(max-width:1235px){
  .carousel-caption{
    width: 52%;
  }
  .carousel-indicators{
    right: 54.5%;
  }
}
@media(max-width:1200px){
  .carousel-caption{
    width: 60%;
  }
  .carousel-indicators{
    right: 63%;
  }
}
@media(max-width:1020px){
  .carousel-caption{
   /* width: 75%;
    right: 10px;*/
  }
  .carousel-indicators{
    right:73%;
  }
}
@media(max-width:900px){
  .carousel-indicators{
    right:71%;
  }
}
@media(max-width:768px){
  .carousel-indicators{
    right:32%;
  }
  .custom-carousel .page-down{
    left: 15px !important;
    bottom: -7px !important;
  }
}
.carousel-caption h3{
    margin-bottom: 7px;
    font-weight: 400;
    margin-top: 10px;
}
.carousel-caption p{
  font-size: 13px;
  line-height: 28px;
  
}
.carousel-control-left{
  font-size: 30px !important;
    position: absolute;
    top: 48%;
    left: 25px;
}
.carousel-control-right{
  font-size: 30px !important;
    position: absolute;
    top: 48%;
    right: 25px;
}
.custom-carousel .page-down{
  background: url("../images/arrow-down.png")center no-repeat;
  position: absolute;
  left: 85px;
  top: -25px;
  width: 50px;
      height: 50px;
      line-height: 55px;
  text-align: center;
  z-index: 2;
  font-size: 28px;
  font-weight: 100;
  -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-color: #0C7EFF;
      color: white;
      cursor:pointer;
}
.header-image{
  width: 100%;
  height: 150px;
  position: relative;
}
.header-text{
  width: 100%;
  height: 50px;
  position: relative;
  background-color: #fbfbfb;
  font-size: 18px;
  padding-right: 10px;
  padding-top: 5px;
  font-size: 18px;
  padding-right: 40px;
  padding-top: 11px;


}
.header-text ul li
{
    font-size: 17px;
    font-weight: 250;
    padding-right: 20px;
    padding-left: 20px;


}
.header-text ul .active
{
    color: black;
    font-weight: 350;
}
.header-text a
{
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
.header-text a:hover
{
  color: black;
    font-weight: 350;

}
.header-image img{
  width:100%;
  height: 600px;
}
.news-image img{
  width:100%;
  height: 100%;
}
#main-page-image
{
  height: 550px;
}
.f-w-500{
  font-weight: 500;
}
.header-image h1.title{
  position: absolute;
  top: 28px;
  right: 50px;
  color: white;
  font-size: 45px;
    font-weight: 300;
}
@media(max-width:490px){
  .header-image h1.title{
    font-size: 35px !important;
    right: 20px;
  }
}
@media(max-width:350px){
  .header-image h1.title{
    font-size: 28px !important;
    right: 10px;
  }
}
.main-section{
  width: 100%;
  background-color: white;
  min-height: 450px;
  /*padding-top: 20px;*/
}
.search-text-box-main-section{
  box-shadow: none !important;
  height: 39px;
    line-height: 39px;
    border: 1px solid #ccc;
    padding: 0 16px;
    font-size: 14px;
    color: #666;
    -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
}
.btn-search{
  position: absolute;
top: 0;
height: 39px;
left: 0;
background-color: #0d4fbd;
border: none;
width: 45px;
color: white;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
-webkit-transition: all .3s;
   -moz-transition: all .3s;
    -ms-transition: all .3s;
        transition: all .3s;
}
.btn-search:hover{
  background-color: #065bbb;
  -webkit-transition: all .3s;
     -moz-transition: all .3s;
      -ms-transition: all .3s;
          transition: all .3s;
}
.btn-search:focus{
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}
.bg-silver{
  background-color: #fbfbfb;
  min-height: 200px;
  width: 100%;
  padding: 45px 17px;
}
.bg-white{
  background-color: #fbfbfb;
  min-height: 200px;
  width: 100%;
  padding: 45px 17px;
}
.bg-agent{
  min-height: 200px;
  width: 100%;
  padding: 45px 17px;
}
.margin-bottom-15{
  margin-bottom:15px;
}
.gallery-box{
  width: 100%;
  position: relative;
  height: 250px;
  cursor: pointer;
}
.gallery-box.wide{
  height: 450px !important;
}
.gallery-box img{
  height: 100% !important;
  width: 100%;
}
.gallery-box h1.description{
  color: white;
  position: absolute;
  bottom: 15px;
  right: 15px;
  margin: 0;
  font-size: 30px;
      font-weight: 200;
  z-index: 5;
}
.custom-btn-primary{
  padding: 13px 5px;
  background-color: #073f9e;
}
.m-t-50{
  margin-top: 50px;
}
.box-place{
  margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    border-top: 1px solid silver;

}
.box-place li{
  float: right;
  width:50%;
  text-align: center;
}
.box-place li a{
  display: block;
  padding: 13px 1px;
  font-size: 12px;
  border-bottom: 1px solid silver;
  border-left: 1px solid silver;
  color: gray;
  text-decoration: none;
}
.box-place li.active{
  background-color: #e0e0e0;
}
.box-place li:hover{
  background-color: #e0e0e0;
}
.box-place li:nth-of-type(2n+1){
  border-right: 1px solid silver;
}
@media(max-width:289px){
  .box-place li a{
    font-size: 12px;
  }
}
.gallery-colers-box{
  list-style: none;
  margin: 0;
  padding: 0;
}
.gallery-colers-box li{
  float: right;
  width: 14%;
  position: relative;
  margin-right: 6px;
}
.gallery-colers-box li:first-child{
  margin-right: 0px;
}
.gallery-colers-box li a{
  width: 100%;
  height: 30px;
  display: block;
  border: 1px solid silver;
  position: relative;
}
.gallery-colers-box li a.bg-red{
  background-color: red;
}
.gallery-colers-box li a.bg-green{
  background-color: green;
}
.gallery-colers-box li a.bg-pink{
  background-color: pink;
}
.gallery-colers-box li a.bg-black{
  background-color: black;
}
.gallery-colers-box li a.bg-yellow{
  background-color: yellow;
}
.gallery-colers-box li a.bg-orange{
  background-color: orange;
}
.gallery-colers-box li a i{
  position: absolute;
    display: none;
    font-size: 27px;
    color: #ff1010;
}
.gallery-colers-box li.active a i{
  display: block;
}
.m-b-35{
  margin-bottom: 35px;
}
.f-s-16{
  font-size: 16px;
}
.title-color-page{
  margin: 0;
  /*margin-bottom: 15px;*/
  font-weight: 600;
font-size: 22px;
margin-top: -25px;
    padding-bottom: 20px;
}
.articale-title
{
    margin-top: 20px;
    margin-right: 5px;
    margin-bottom: 0px;
  }
.product-detail
{
  align-items: center;
  justify-content: space-around;
  display: flex;
  float: none;
}
.product-detail-contain
{
  background-color: #f2f2f5;
  padding-top: 10px;
  padding-right: 1px;
  padding-bottom: 0px;
  padding-left: 11px;
  margin-top: 20px;
}
.product-detail-background
{
  /*padding: 50px;*/
  padding-top: 10px;
}
.product-detail-text
{
    background-color: white;
    height: 340px;
    direction: rtl;
}
.product-list
{
  padding: 70px;
  background-color: #fbfbfb;
  padding-top: 0px;
}
.news-list
{
  padding: 70px;
  background-color: #fbfbfb;
  padding-top: 0px;
}
.agent-list
{
  background-image: url('../images/agent.jpg');
  padding: 70px;
  background-color: #fbfbfb;
  padding-top: 0px;
}
.center-div
{
    align-items: center;
    justify-content: space-around;
    display: flex;
    float: none;
}
.product-image
{
  border:1px solid #97979a;
}
/*--------------------------------news*/
.box-news-image{
  width: 100%;
  height: 450px;
  position: relative;
  margin-bottom: 20px;
  /*cursor: pointer;*/
}
.box-news-image img{
  width: 100%;
  height: 44%;
  position: absolute;
  top: 0;
  right: 0;
  /*border-bottom:1px solid silver;*/
}
.box-news-image .color-description-box{
  position: absolute;
  bottom: 0;
  right: 0;
  height: 56%;
  width: 100%;
  background-color:#717173;
}
.news-title-box{
  position: absolute;
  bottom: 0;
  right: 0;
  height: 16%;
  width: 100%;
  background-color: #f2f2f5;
  font-size: 17px;
  padding: 10px;
  text-align: center;
  padding-top: 15px;
  direction: rtl;
}
.box-news-image .color-description-box .description-image{
  float: right;
    width: 100%;
    height: 82%;
    vertical-align: middle;
    text-align: right;
    padding-right: 10px;
}
.box-news-image .color-description-box .description-image h1{
  display: inline-block;
    font-size: 15px;
    color: white;
/*        margin-bottom: 3px;
        margin-top: 8px;*/
        font-weight: 600;
        padding-bottom: 10px;
}
.box-news-image .color-description-box .description-image p{
  color: white;
   font-size: 16px;
    line-height: 22px;
    
    font-weight: 200;

}
.box-news-image .color-description-box .description-image .text
{
padding-left: 15px;
}
.box-news-image.active .color-description-box .description-image p{
  color: white;
}
.padding-0-10px{
  padding: 0 10px !important;
}
.box-news-image .color-description-box .show-detail{
/*  float: left;*/
    width: 50%;
    height: 100%;
    vertical-align: middle;
    text-align: left;
    padding-left: 10px;
    padding-top: 10px;
    margin: 0 auto;



}
.box-news-image .color-description-box .show-detail a{
  display: inline-block;
  /*border: 1px solid black;*/
  padding: 5px 10px;
  color: white;
 text-decoration: none;
 border-radius: 1px;
 -webkit-transition: all .3s;
    -moz-transition: all .3s;
     -ms-transition: all .3s;
         transition: all .3s;
         border: 1px solid white;
             padding-right: 40px;
    padding-left: 40px;
}
@media(max-width:340px){
  .box-news-image .color-description-box .show-detail a{
    font-size: 12px;
    padding: 5px;
  }
}
@media(max-width:291px){
  .box-news-image .color-description-box .show-detail a{
    font-size: 11px;
    padding: 5px;
  }
}
.box-news-image .color-description-box .show-detail a:hover{
  background-color: white;
  color: #1A237E !important;
  -webkit-transition: all .3s;
     -moz-transition: all .3s;
      -ms-transition: all .3s;
          transition: all .3s;
}
.box-news-image:hover .color-description-box{
 /* background-color: #073f9e;*/
}
.box-news-image:hover .color-description-box .description-image h1{
  color: white;

}
.box-news-image:hover .color-description-box .description-image p{
/*  color: white;*/

}
.box-news-image:hover .color-description-box .show-detail a{
/*border: 1px solid white;*/
color: white;
}

.box-news-image.active .color-description-box{
  background-color: #073f9e;
}
.box-news-image.active .color-description-box .description-image h1{
  color: white;
}
.box-news-image.active .color-description-box .show-detail a{
  border: 1px solid white;
  color: white;
}
.news-text
{
    font-size: 16px;
  line-height: 32px;
  
  padding: 20px;
}
/*--------------------------------news*/
/*--------------------------------agent detail*/
.box-agent-detail{
  width: 100%;
  height: 450px;
  position: relative;
  margin-bottom: 20px;
  /*cursor: pointer;*/
}


.box-agent-detail .agent-description-box{
  position: absolute;
  bottom: 0;
  right: 0;
/*  height: 80%;*/
  width: 100%;
  background-color:white;

}
.agent-title-box{
  position: absolute;
  height: 16%;
  width: 100%;
  background-color: #40409c;
  font-size: 17px;
  padding: 10px;
  text-align: center;
  padding-top: 0px;
  direction: rtl;
color: white;
    padding-left: 20px;
    padding-right: 20px;
}
.agent-content{

  height: 84%;
  width: 100%;
  padding: 10px;
  margin-top: 60px;
  margin-right: 20px;
  margin-left: 50px;
  
}
.agent-content table
{
      width: 96%;

}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #e7e7f1;
}
.agent-title-box h1{
  display: inline-block;
    font-size: 15px;
    color: white;
/*        margin-bottom: 3px;
        margin-top: 8px;*/
        font-weight: 300;
        padding-bottom: 10px;
        float: right;
}
.agent-title-box p{
  color: white;
   font-size: 16px;
    line-height: 22px;
    
    font-weight: 300;
    float: left;
    padding-top: 18px;

}
/*--------------------------------agent*/
.box-agent{
  width: 100%;
  height: 450px;
  position: relative;
  margin-bottom: 20px;
  /*cursor: pointer;*/
}


.box-agent .color-description-box{
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color:#37408e;
  opacity: 0.8;
  border-radius: 5px;
}
.news-title-box{
  position: absolute;
  bottom: 0;
  right: 0;
  height: 16%;
  width: 100%;
  background-color: #f2f2f5;
  font-size: 17px;
  padding: 10px;
  text-align: center;
  padding-top: 15px;
  direction: rtl;

}
.box-agent .color-description-box .description-image{
  float: right;
    width: 100%;
    height: 82%;
    vertical-align: middle;
    text-align: center;
    padding-right: 10px;
}
.box-agent .color-description-box .description-image h1{
  display: inline-block;
    font-size: 18px;
    color: white;
/*        margin-bottom: 3px;
        margin-top: 8px;*/
        font-weight: 400;
        padding-bottom: 10px;
}
.box-agent .color-description-box .description-image p{
  color: white;
   font-size: 16px;
    line-height: 22px;
    
    font-weight: 200;
    margin: 30px;

}
.box-agent .color-description-box .description-image .text
{
padding-left: 15px;
}
.box-agent.active .color-description-box .description-image p{
  color: white;
}
.padding-0-10px{
  padding: 0 10px !important;
}
.box-agent .color-description-box .show-detail{
/*  float: left;*/
    width: 50%;
   /* height: 100%;*/
    vertical-align: middle;
    text-align: left;
    padding-left: 10px;
    padding-top: 10px;
    margin: 0 auto;
    



}
.box-agent .color-description-box .show-detail a{
  display: inline-block;
  /*border: 1px solid black;*/
  padding: 5px 10px;
  color: white;
 text-decoration: none;
 border-radius: 1px;
 -webkit-transition: all .3s;
    -moz-transition: all .3s;
     -ms-transition: all .3s;
         transition: all .3s;
         border: 1px solid white;
    padding-right: 40px;
    padding-left: 40px;
    background-color: #1e1c7d;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}
@media(max-width:340px){
  .box-agent .color-description-box .show-detail a{
    font-size: 12px;
    padding: 5px;
  }
}
@media(max-width:291px){
  .box-agent .color-description-box .show-detail a{
    font-size: 11px;
    padding: 5px;
  }
}
.box-agent .color-description-box .show-detail a:hover{
  background-color: white;
  color: #1A237E !important;
  -webkit-transition: all .3s;
     -moz-transition: all .3s;
      -ms-transition: all .3s;
          transition: all .3s;
}
.box-agent:hover .color-description-box{
 /* background-color: #073f9e;*/
}
.box-agent:hover .color-description-box .description-image h1{
  color: white;

}
.box-agent:hover .color-description-box .description-image p{
/*  color: white;*/

}
.box-agent:hover .color-description-box .show-detail a{
/*border: 1px solid white;*/
color: white;
}

.box-agent.active .color-description-box{
  background-color: #073f9e;
}
.box-agent.active .color-description-box .description-image h1{
  color: white;
}
.box-agent.active .color-description-box .show-detail a{
  border: 1px solid white;
  color: white;
}
.news-text
{
    font-size: 16px;
  line-height: 32px;
  
  padding: 20px;
}
/*--------------------------------agent*/
.box-color-image{
  width: 100%;
  height: 320px;
  position: relative;
  margin-bottom: 20px;
  /*cursor: pointer;*/
}
.box-color-image img{
  width: 100%;
  height: 86%;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom:1px solid silver;
}
.box-color-image .color-description-box{
  position: absolute;
  bottom: 0;
  right: 0;
  height: 19%;
  width: 100%;
  background-color: white;
}
.product-title-box{
  position: absolute;
  bottom: 0;
  right: 0;
  height: 16%;
  width: 100%;
  background-color: #f2f2f5;
  font-size: 17px;
  padding: 10px;
  text-align: center;
  padding-top: 15px;
      direction: rtl;
}
.box-color-image .color-description-box .description-image{
  float: right;
    width: 60%;
    height: 100%;
    vertical-align: middle;
    text-align: right;
    padding-right: 10px;
}
.box-color-image .color-description-box .description-image h1{
  display: inline-block;
    font-size: 15px;
    font-weight: 700;
    color: black;
/*        margin-bottom: 3px;
        margin-top: 8px;*/
        font-weight: 400;
}
.box-color-image .color-description-box .description-image p{
  color: #bdbdbd;
    font-weight: 400;
}
.box-color-image.active .color-description-box .description-image p{
  color: white;
}
.padding-0-10px{
  padding: 0 10px !important;
}
.box-color-image .color-description-box .show-detail{
  float: left;
    width: 40%;
    height: 100%;
    vertical-align: middle;
    text-align: left;
    padding-left: 10px;
        padding-top: 10px;
}
.box-color-image .color-description-box .show-detail a{
  display: inline-block;
  /*border: 1px solid black;*/
  padding: 5px 10px;
  color: black;
 text-decoration: none;
 border-radius: 1px;
 -webkit-transition: all .3s;
    -moz-transition: all .3s;
     -ms-transition: all .3s;
         transition: all .3s;
}
@media(max-width:340px){
  .box-color-image .color-description-box .show-detail a{
    font-size: 12px;
    padding: 5px;
  }
}
@media(max-width:291px){
  .box-color-image .color-description-box .show-detail a{
    font-size: 11px;
    padding: 5px;
  }
}
.box-color-image .color-description-box .show-detail a:hover{
  background-color: white;
  color: #1A237E !important;
  -webkit-transition: all .3s;
     -moz-transition: all .3s;
      -ms-transition: all .3s;
          transition: all .3s;
}
.box-color-image:hover .color-description-box{
  background-color: #073f9e;
}
.box-color-image:hover .color-description-box .description-image h1{
  color: white;

}
.box-color-image:hover .color-description-box .description-image p{
  color: white;

}
.box-color-image:hover .color-description-box .show-detail a{
/*border: 1px solid white;*/
color: white;
}

.box-color-image.active .color-description-box{
  background-color: #073f9e;
}
.box-color-image.active .color-description-box .description-image h1{
  color: white;
}
.box-color-image.active .color-description-box .show-detail a{
  border: 1px solid white;
  color: white;
}
.color-filter{
  list-style: none;
  padding: 0;
  margin:0;
  width: 100%;
  border: 1px solid silver;
  border-bottom: none !important;
}
.color-filter li{
  border-bottom: 1px solid silver;
  text-align: center;
}
.color-filter li a{
  display: block;
  padding:15px;
  text-decoration: none;
  color: gray;
}
.color-filter li:hover{
  background-color: #e0e0e0;
}
.color-filter li.active{
  background-color: #e0e0e0;
}
.m-b-45{
  margin-bottom: 45px;
}
.custom-container-0-40{
  padding: 0 40px;
}
@media (max-width:768px){
  .custom-container-0-40{
    padding: 0 15px;
  }
}
.m-b-10{
  margin-bottom: 10px;
}
.staron-history{
  background-color: #e4e4e4;
  min-height: 250px;
  width: 100%;
}
.custom-padding-for-col{
  padding: 0 20px;
    padding-left: 48px;
    padding-top: 55px;
}
.staron-history .staron-img{
  height: 400px !important;
}
.staron-history .text{
  font-size: 16px;
  line-height: 32px;
  
}
.product-text
{
    font-size: 17px;
  line-height: 32px;
  
  padding: 10px;

}
.f-w-700{
  font-weight: 700;
}
.m-t-50{
  margin-top: 50px;
}
.m-b-30{
  margin-bottom: 30px;
}
.m-t-55{
  margin-top: 55px;
}
.custom-container-0-65 {
    padding: 0 65px;
}
@media(max-width:768px){
  .custom-container-0-65 {
      padding: 0 30px;
  }
}
.img-color-size{
  margin-left: -4px;
    height: 50px;
    float: left;
}
.colors-detail-box h1{
  margin: 0;
  padding: 0;
  color: blue;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 15px;
}
.colors-detail-box .line{
  width: 60px;
  display: inline-block;
  border-bottom: 2px solid gray;
}
.colors-detail-box h2{
  margin: 0;
padding: 0;
margin-top: 10px;
margin-bottom: 7px;
font-weight: 400;
font-size: 34px;
}
.colors-detail-box h3{
  margin: 0;
  padding: 0;
  color: gray;
      font-weight: 300;
  font-size: 24px;
}
.colors-detail-box a{
  display: block;
  text-decoration: none;
  color: black;
  padding: 15px 0;
  padding-bottom: 0;
}
.color-description-list{
  padding: 0;
  margin: 0;
}
.color-description-list li p{
  line-height: 30px;
  font-size: 15px;
  
}
.gallery-image-in-color-page{
  position: relative;
  width: 100%;
  height: 440px;
  margin: 30px 0 70px 0;
  overflow: hidden;
}
.gallery-image-in-color-page .text{
  position: absolute;
  bottom: 15px;
  left: 193px;
  color: white;
  font-size: 60px;
  font-weight: 300;
  z-index: 2;
}
.f-w-400{
  font-weight: 400;
}
.f-s-28{
  font-size: 28px;
}
.gallery-image-in-color-page ul{
  list-style: none;
  padding: 0;
  margin: 0;
  height: 440px;
  position: absolute;
  left: 0;
  top: 0;
  width: 99000px;
  -moz-transition-duration: 0.1s;
-o-transition-duration: 0.1s;
-webkit-transition-duration: 0.1s;
transition-duration: 0.1s;
}
.gallery-image-in-color-page ul li{
  float: left;
  height: 100%;
  cursor: pointer;
}
.gallery-image-in-color-page ul li img{
  height:100%;
}
.gallery-image-in-color-page .wrapper-box{
  position: absolute;
  height: 100%;
  width: 15%;
  top: 0;
  z-index: 10;
  -moz-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.gallery-image-in-color-page .wrapper-box.right:hover{
  background-color: rgba(0, 0, 0, 0.58);
  -moz-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.gallery-image-in-color-page .wrapper-box.left:hover{
  background-color: rgba(0, 0, 0, 0.58);
  -moz-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.gallery-image-in-color-page .wrapper-box.right{
  right: 0;
}
.gallery-image-in-color-page .wrapper-box.left{
  left: 0;
}
.similar-colors{
  padding: 0;
  margin: 0;
  list-style: none;
  padding-left: 25px;
}
@media(max-width:1190px){
  .similar-colors li{
    float: none !important;
    width: 85% !important;
  }
}
@media(max-width:350px){
  .similar-colors li{
    float: none !important;
    width: 100% !important;
  }
}
.similar-colors li{
  position: relative;
float: left;
z-index: 2;
width: 19%;
height: 295px;
cursor: pointer;
}
.similar-colors li .tool{
  position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 218px;
    height: 218px;
    background: url(../images/colors/back_simmilar_color.png) no-repeat;
}
.similar-colors li a img{
  width: 218px;
  height: 218px;
  position: absolute;
  left: 0;
}
.similar-colors li .description{
    position: absolute;
    bottom: 0;
    text-align: center;
    z-index: 5;
    width: 100%;
}
.similar-colors li .description h1{
  font-size: 20px;
margin-bottom: 2px;
font-weight: 400;
}
.similar-colors li .description p{
  color: gray;
  font-size: 17px;
}

.custom-page-size-table{
  margin-bottom: 40px;
}
.custom-page-size-table thead{
  background-color: #9FACBA;
  color: white;
  font-size: 18px;
}
.custom-page-size-table thead tr th{
  font-weight: 100;
  text-align: center;
  padding: 18px 0;
}
.custom-page-size-table tbody tr td{
  vertical-align: middle;
    text-align: center;
    font-size: 17px;
    border-bottom: 1px solid silver;
padding: 15px 0;
}
.description
{
 text-align: center;
 font-size: 17px;
 font-weight: 300;
}
.box-gallery{
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 100;
  padding: 50px 0;
  display: none;
  /*background-color: #1d1d1d;*/
  background-color: rgba(0, 0, 0, .8);
  
}
@media(max-width:768px){
  .box-gallery{
    overflow: auto;
  }
}
.box-gallery .padding-container{
  padding: 0 40px;
}
.box-gallery .padding-img{
  padding: 40px 0;
}
.box-gallery .close-gallery {
  position: absolute;
  right: 32px;
  top: -40px;
  width: 32px;
  height: 32px;
  opacity: 0.7;
}
.box-gallery .close-gallery:hover {
  opacity: 1;
}
.box-gallery .close-gallery:before, .box-gallery .close-gallery:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 38px;
  width: 2px;
  background-color: white;
}
.box-gallery .close-gallery:before {
  transform: rotate(45deg);
}
.box-gallery .close-gallery:after {
  transform: rotate(-45deg);
}
.box-gallery .img-responsive{
  height: 100%;
  width: 100%;
}
.box-gallery .title{
  font-size: 22px;
      margin:0 auto;
      margin-top:20px;
      margin-bottom:80px;
      margin-right:35%;
      font-weight: 420;
}
.box-gallery .place{
  font-size: 20px;
 /* margin-bottom: 150px;*/
 font-weight: 200;
  
}
.f-s-20{
  font-size: 20px;
}
.m-b-0{
  margin-bottom: 0;
}
.box-gallery .line{
  width: 64px;
  display: inline-block;
  border-bottom: 1px solid silver;
}
.box-gallery .box-color{
  width: 130px;
  display: block;
  height: 130px;
  margin: 0 auto;
  margin-top: 30px;
  border: 1px solid gray;
  margin-bottom: 20px;
}
.box-gallery .color-title{
  font-size: 19px;
  margin-bottom: 1px;
}
.box-gallery .code{
  font-size: 18px;
  margin-bottom: 0px;
  color:#848484;
}
.box-gallery .icon-change-img{
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 54px;
  font-size: 30px;
  top: 50%;
  margin-top: -25px;
  background-color: #eee;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}
.box-gallery .icon-change-img.right{
  right: 30px;
  padding: 3px 12px;
}
.box-gallery .icon-change-img.left{
  left: 31px;
padding: 3px 18px;
}
.why-staron-section{
  background-color: #fff;
}
.why-staron-section .section-1{
  width: 100%;
  min-height: 650px;
  background: url(../images/whyStaron/advantage_bg.jpg) left top no-repeat;
}
.why-staron-section .section-1 .content{
  margin-top: 90px;
}
.why-staron-section .section-1 .content h1{
  font-size: 60px;
  margin-bottom: 55px;
}
.why-staron-section .section-1 .content h2{
  font-size: 40px;
  margin-bottom: 30px;
}
.why-staron-section .section-1 .content p{
  font-size: 15px;
  line-height: 32px;
  
  margin-bottom: 100px;
}
.why-staron-section .section-1 .brand{
  display: inline-block;
  margin-bottom: 60px;
}
.why-staron-section .section-2 .box{
  background-color: #efefef;
  width: 100%;
  min-height: 880px;
  overflow: hidden;
  margin-bottom: 110px;
}
.why-staron-section .section-2 .box .col-xs-12{
  padding: 0;
}
.why-staron-section .section-2 .box .item{
  min-height: 440px;
  max-height: 440px;
  position: relative;
}
.why-staron-section .section-2 .box .item > img{
  width: 50%;
  height: 100%;
  position: absolute;
}
@media(max-width:768px){
  .why-staron-section .section-2 .box .item > img{
    width: 100% !important;
    position:relative   !important;
  }
  .why-staron-section .section-2 .box .item .content{
    width: 100% !important;
    position:relative   !important;
    height: 470px !important;
  }
  .why-staron-section .section-2 .box .item{
    margin-bottom: 50px;
    min-height: 880px !important;
    max-height: 880px !important;
  }

}
.why-staron-section .section-2 .box .item.one > img{
  top: 0;
  left: 0;
}
.why-staron-section .section-2 .box .item.two > img{
  bottom: 0;
  right: 0;
}
.why-staron-section .section-2 .box .item .content{
  width: 50%;
  height: 100%;
  position: absolute;
  padding: 60px 30px;
  overflow: hidden;
}
.why-staron-section .section-2 .box .item.one .content{
  top: 0;
  right: 0;
}
.why-staron-section .section-2 .box .item.two .content{
  bottom: 0;
  left: 0;
}
.why-staron-section .section-2 .box .item .content p{
  
  line-height: 28px;
}
.why-staron-section .section-3{
  background: url(../images/whyStaron/advantage_list.jpg);
  width: 100%;
  min-height: 250px;
  padding: 95px 0;
  padding-bottom: 0;
}
.why-staron-section .section-3 .item{
  text-align: center;
    margin-bottom: 85px;
}
.why-staron-section .section-3 .item h2{
  margin-bottom: 25px;
}
.why-staron-section .section-4{
  background: url(../images/whyStaron/video_bg.jpg) center top no-repeat;
  width: 100%;
  height: 815px;
  padding-top: 215px;
  position: relative;
}
.why-staron-section .section-4 .btn-play-video{
  height: 394px;
}
.why-staron-section .section-4 .btn-play-video img{
  height: 100%;
}
.why-staron-section .section-4 .text{
  color:  rgb(0, 114, 188);
  text-align: left;
  padding-top: 213px;
}
.why-staron-section .section-4 .text p.t1{
  font-size: 60px;
}
.why-staron-section .section-4 .text p.t2{
  font-size: 34px;
}
.why-staron-section .section-4 .player{
  display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #000;
}
.why-staron-section .section-4 .player a.close-video{
  background: url(../images/close.png) no-repeat;
  position: absolute;
left: 50%;
top: -50px;
margin-left: -17px;
width: 34px;
height: 34px;
font-size: 0;
line-height: 0;
letter-spacing: 0;
overflow: hidden;
z-index: 1000;

}
.eco-friendly-style .section-1{
  width: 100%;
  min-height: 580px;
  background: url(../images/ecoFriendly/eco_cont1_bg.jpg) left top no-repeat;
}
@media(max-width:768px){
  .eco-friendly-style .section-1{
    background-size: cover;
  }
}
.eco-friendly-style .section-1 .content{
  margin-top: 90px;
}
.eco-friendly-style .section-1 .content h1{
  font-size: 60px;
  margin-bottom: 55px;
}
.eco-friendly-style .section-1 .content h2{
  font-size: 40px;
  margin-bottom: 30px;
}
.eco-friendly-style .section-1 .content p{
  font-size: 15px;
  line-height: 32px;
  
  margin-bottom: 100px;
}
.eco-friendly-style .section-2{
  background-color: white;
  padding-top: 50px;
}
.eco-friendly-style .section-2 p.text{
  line-height: 32px;
  font-size: 15px;
  color: rgb(102, 102, 102);
  margin-bottom: 50px;
  
}
.eco-friendly-style .section-2 .item-box{
  height: 596px;
  position: relative;
}
@media(max-width:1200px){
  .eco-friendly-style .section-2 .item-box{
    margin-bottom: 15px;
  }
}
.eco-friendly-style .section-2 .item-box > img{
  height: 50%;
  width: 100%;
}
.eco-friendly-style .section-2 .item-box > .description{
  height: 50%;
  background-color: #003F8C;
  color: white;
  padding: 20px;
  text-align: center;
  padding-top:40px;
  position: relative;
}
.eco-friendly-style .section-2 .item-box > .description h1{
  font-size: 28px;
}
.eco-friendly-style .section-2 .item-box > .description p{
  font-size: 13px;
}
.eco-friendly-style .section-2 .item-box > .description.arrow-up:after{
  position: absolute;
content: ' ';
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 13px solid #003f8c;
top: -13px;
z-index: 4;
margin-left: -11px;
left: 50%;
width: 22px;
}
.eco-friendly-style .section-2 .item-box > .description.arrow-down:after{
  position: absolute;
content: ' ';
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 13px solid #003f8c;
bottom: -13px;
z-index: 4;
margin-left: -11px;
left: 50%;
width: 22px;
}
.eco-friendly-style .section-3{
  width: 100%;
  background: #f3f3f3;
  padding: 90px 0 155px;
}
.eco-friendly-style .section-3 p.text{
  line-height: 32px;
  font-size: 15px;
  color: rgb(102, 102, 102);
  margin-bottom: 40px;
  
}
.eco-friendly-style .section-3 .brand-box{
  background-color: white;
  min-height: 360px;
  padding: 35px 0;
  text-align: center;
}
@media(max-width:991px){
  .eco-friendly-style .section-3 .brand-box .seperator-line{
    padding-bottom: 30px;
    border-bottom: 1px solid #191717;
    border-bottom: 1px solid #e0e0e0;
  }
}
.eco-friendly-style .section-3 .brand-box .seperator-line{
  border-left: 1px solid #e0e0e0;
}
.eco-friendly-style .section-3 .brand-box .brand-item h3{
  font-size: 22px;
  margin-bottom: 50px;
}
.eco-friendly-style .section-3 .brand-box .brand-item img{
  display: inline-block;
      margin-bottom: 30px;
}
.contact-us .title-bar{
  margin-top: 40px;
}
.contact-us .title-bar label{
  font-weight: 100;
}
.contact-us .title-bar > h1{
  color: rgb(119, 167, 217);
  border-bottom: 1px solid silver;
  padding-bottom: 25px;
}
.contact-us .body-bar{
  padding: 25px 130px;
}
@media(max-width:991px){
  .contact-us .body-bar{
    padding: 15px 20px;
  }
  .contact-us .body-bar input[type='text']{
        margin-bottom: 20px !important;
  }
}
.contact-us .body-bar input[type='text']{
  height: 39px !important;
  border: 1px solid #ccc !important;
      border-radius: 3px;
      margin-bottom: 30px;
}
.contact-us .body-bar textarea{
  border: 1px solid #ccc !important;
      border-radius: 3px;
      margin-bottom: 30px;
}
.contact-us .required-star{
  color: rgb(12, 126, 255);
  font-weight: 900;
}

.radio-box {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  margin-left: 45px;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio-box input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 3px;
  right: 0px;
  height: 17px;
  width: 17px;
  background-color: white;
  border: 2px solid silver;
  border-radius: 50%;
}

.radio-box input:checked ~ .checkmark {
    border:2px solid rgb(119, 167, 217);
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.radio-box input:checked ~ .checkmark:after {
    display: block;
}
.radio-box .checkmark:after {
  top: 3px;
left: 3px;
width: 7px;
height: 7px;
border-radius: 50%;
background: rgb(119, 167, 217);
}
.m-b-30{
  margin-bottom: 30px;
}
.contact-us .btn-primary{
  padding: 10px 12px;
  background-color: #063f9e;
  margin-bottom: 40px;
}
.contact-us .line{
  border-bottom: 1px solid silver;
  margin-bottom: 30px;
}
.care-staron .section1{
  background: url(../images/careAndMaintenance/maintenance_bg1.jpg) center no-repeat;
  height: 510px;
  width: 100%;
  position: relative;
}
.care-staron .section1 .description{
  position: absolute;
  top: 130px;
  right: 130px;
  color: white;
}
.care-staron .section1 .description h4{
  margin-bottom: 35px;
}
.care-staron .section1 .description h5{
  margin-bottom: 35px;
}
.care-staron .section1 .description i.fa{
  margin-right: 5px;
}
.care-staron .section2{
  width: 100%;
  padding: 75px 0;
  padding-bottom: 45px;
  background-color: white;
}
.care-staron .section2 .item-box{
  margin-bottom: 20px;
}
.care-staron .section2 .item-box > img{
  width: 100%;
  height: 231px;
}
.care-staron .section2 .item-box .description h1{
  font-size: 24px;
  margin-bottom: 30px;
}
.care-staron .section2 .item-box .description ul{
  list-style: none;
  padding: 0;
  padding-right: 10px;
}
.care-staron .section2 .item-box .description ul li{
  margin-bottom: 12px;
}
.care-staron .section3{
  background: url(../images/careAndMaintenance/maintenance_bg2.jpg) center no-repeat;
  height: 682px;
  width: 100%;
  position: relative;
}
.care-staron .section3 .description{
  position: absolute;
  top: 130px;
  right: 130px;
  color: white;
}
.care-staron .section3 .description h4{
  margin-bottom: 35px;
}
.care-staron .section3 .description h5{
  margin-bottom: 35px;
  color: rgb(155, 154, 154);
}
.care-staron .section4{
  background-color: white;
  padding: 20px;
  padding-top: 80px;
}
.care-staron .section4 p.text1{
  color: rgb(26, 59, 145);
  line-height: 32px;
  font-size: 15px;
  
  margin-bottom: 40px;
}
.care-staron .section4 .container{
  padding: 0 40px;
}
.care-staron .section4 .item-box{
  position: relative;
  width: 100%;
  min-height: 260px;
}
.care-staron .section4 .item-box img{
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 18%;
  height: 192px;
}
@media(max-width:768px){
  .care-staron .section4 .item-box{
    min-height: 530px;
  }
  .care-staron .section4 .item-box img{
    width: 100%;
  }
  .care-staron .section4 .item-box .description{
    width: 100% !important;
    top: 192px !important;
  }
  .care-staron .section4 .container{
    padding: 0 10px;
  }
}
.care-staron .section4 .item-box .description{
  display: inline-block;
  position: absolute;
  left: 0;
  width: 78%;
  top: 0;
}
.care-staron .section4 .item-box .description h1{
  margin-top: 0;
  font-size: 24px;
  color:rgb(119, 167, 217);
}
.care-staron .section4 .item-box .description h3{
  margin-bottom: 25px;
}
.care-staron .section4 .item-box .description p{
  line-height: 31px;
  
}
.architects{
  width: 100%;
  background-color: white;
  padding:50px 0;
}
.architects > h1.page-title{
  margin-bottom: 40px;
}
.page-content
{
  padding: 50px;
  font-size: 16px;
  line-height: 32px;
  
  padding-top: 10px;

}

.architects .item-box{
  border: 1px solid silver;
  padding: 30px 0;
  text-align: center;
  border-radius: 2px;
}
.architects .item-box h1{
  color: rgb(101, 101, 101);
  margin: 0;
  margin-bottom: 31px;
  font-size: 24px;
}
.architects .item-box .btn-default{
  background-color: #c2c2c2;
  color: white;
  border: 1px solid silver;
}
.architects .item-box .btn-default:hover{
  color: black;
}
.architects .item-box .btn-default i.fa{
  margin-right: 7px;
}
.architects .item{
  margin-bottom: 60px;
}
.health-page .section1{
  width: 100%;
  height: 693px;
  background: url(../images/healthCareSupport/health_bg1.jpg) center no-repeat;
  background-size: cover;
  position: relative;
}
@media(max-width:768px){
  .health-page .section1{
    background-size: contain !important;
    height: 170px !important;
  }
}
@media(max-width:450px){
  .health-page .section1{
    background-size: contain !important;
    height: 155px !important;
  }
}
@media(max-width:400px){
  .health-page .section1{
    background-size: contain !important;
    height: 135px !important;
  }
}
@media(max-width:375px){
  .health-page .section1{
    background-size: contain !important;
    height: 128px !important;
  }
}
@media(max-width:350px){
  .health-page .section1{
    background-size: contain !important;
    height: 120px !important;
  }
}
@media(max-width:325px){
  .health-page .section1{
    background-size: contain !important;
    height: 111px !important;
  }
}
@media(max-width:310px){
  .health-page .section1{
    background-size: contain !important;
    height: 106px !important;
  }
}
@media(max-width:300px){
  .health-page .section1{
    background-size: contain !important;
    height: 102px !important;
  }
}
@media(max-width:285px){
  .health-page .section1{
    background-size: contain !important;
    height: 97px !important;
  }
}
@media(max-width:270px){
  .health-page .section1{
    background-size: contain !important;
    height: 90px !important;
  }
}
@media(max-width:768px){
  .health-page .section1 .description{
    top: 10px !important;
    right: 90px !important;
  }
  .health-page .section1 .description h1{
    font-size: 28px !important;
  }
}
@media(max-width:350px){
  .health-page .section1 .description{
    top: 10px !important;
    right: 70px !important;
  }
  .health-page .section1 .description h1{
    font-size: 20px !important;
  }
}
.health-page .section1 .description{
  position: absolute;
  right: 310px;
    top: 265px;
}
.health-page .section1 .description h1{
  font-size: 65px;
  font-weight: 300;
  color:  rgb(12, 126, 255);
  margin-bottom: 35px;
}
.health-page .section1 .description p{
  font-size: 15px;
  line-height: 32px;
  
  color: rgb(28, 38, 75);
  margin-bottom: 55px;
}
.health-page .section1 .description .btn-box a{
  display: inline-block;
width: 260px;
text-decoration: none;
    height: 40px;
    border: 1px solid #666;
    border-radius: 3px;
    font-weight: 600;
    font-size: 14px;
    line-height: 38px;
    color: #666;
    text-align: center;
    margin-left: 20px;
}
.health-page .section1 .description .btn-box a:hover{
  border: 1px solid #0c7eff;
color: #0c7eff;
}
.health-page .section1 .description .btn-box a i.fa{
  margin-right: 7px;
  font-size: 16px;
}
.health-page .section2{
  width: 100%;
  height: 800px;
  background: url(../images/healthCareSupport/health_bg2.jpg) center no-repeat;
}
.health-page .section2 .inner{
  position: relative;
    width: 100%;
    margin: 0 auto;
}
.health-page .section2 .description{
  position: absolute;
    right: 0;
    padding-right: 81px;
    top: 122px;
    width: 50%;
}
@media(max-width:768px){
  .health-page .section2,.health-page .section3{
    background-size: cover !important;
  }

  .health-page .section2 .description{
    width: 100% !important;
    padding-right: 10px !important;
  }
  .health-page .section2 .description strong{
    font-size: 20px !important;
  }
}
@media(max-width:305px){
  .health-page .section2 .description strong{
    font-size: 17px !important;
  }
}
@media(max-width:467px){
  .health-page .section2{
    height: 855px !important;
  }
}
@media(max-width:355px){
  .health-page .section2{
    height: 980px !important;
  }
}
@media(max-width:273px){
  .health-page .section2{
    height: 1010px !important;
  }
}
.health-page .section2 .description strong{
  font-weight: 600;
      font-size:28px;
      color: #fff;
      line-height: 44px;
}
.health-page .section2 .description p{
  font-weight: 200;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    margin-top: 20px;
    
}
.health-page .section2 .description ul{
  padding: 0;
  margin-right: -4px;
    margin-top: 50px;
        list-style: none;
}
.health-page .section2 .description ul:after{
  content: '';
  clear: both;
}
.health-page .section2 .description li.item1{
  background: url(../images/healthCareSupport/ico_health_item1.png) no-repeat;
}
.health-page .section2 .description li{
  float: right;
    width: 103px;
    height: 103px;
    margin: 0 4px 20px;
}
.health-page .section2 .description li div{
  display: table;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}
.health-page .section2 .description li div span{
  display: table-cell;
    width: 100%;
    height: 40px;
    vertical-align: middle;
    font-weight: 600;
    font-size: 12px;
    line-height: 13px;
    color: #77a7d9;
}
.health-page .section2 .description li.item2{
  background: url(../images/healthCareSupport/ico_health_item2.png) no-repeat;
}
.health-page .section2 .description li.item3{
  background: url(../images/healthCareSupport/ico_health_item3.png) no-repeat;
}
.health-page .section2 .description li.item4{
  background: url(../images/healthCareSupport/ico_health_item4.png) no-repeat;
}
.health-page .section2 .description li.item5{
  background: url(../images/healthCareSupport/ico_health_item5.png) no-repeat;
}
.health-page .section2 .description li.item6{
  background: url(../images/healthCareSupport/ico_health_item6.png) no-repeat;
}
.health-page .section2 .description li.item7{
  background: url(../images/healthCareSupport/ico_health_item7.png) no-repeat;
}
.health-page .section2 .description li.item8{
  background: url(../images/healthCareSupport/ico_health_item8.png) no-repeat;
}
.health-page .section2 .description li.item9{
  background: url(../images/healthCareSupport/ico_health_item9.png) no-repeat;
}
.health-page .section2 .description li.item10{
  background: url(../images/healthCareSupport/ico_health_item10.png) no-repeat;
}
.health-page .section3{
  width: 100%;
  height: 515px;
  background: url(../images/healthCareSupport/health_bg3.jpg) center no-repeat;
}
.health-page .section3 .container-fluid{
  padding-top: 165px;
}
@media(max-width:768px){
  .health-page .section3{
    background-position: right !important;
  }
  .health-page .section3 .container-fluid{
    padding-top: 100px;
  }
  .health-page .section3 .description{
  width: 100% !important;
  }
  .health-page .section3 .description strong{
    font-size: 24px !important;
  }
}
.health-page .section3 .description{
  width: 40%;
  float: left;
  padding-left: 37px;
}
.health-page .section3 .description strong{
  font-weight: 600;
      font-size: 30px;
}
.health-page .section3 .description p{
  font-weight: 200;
    font-size: 16px;
    line-height: 30px;
    margin-top: 50px;
    
}
.health-page .section4{
  width: 100%;
      padding-top: 143px;
    height: 555px;
  background: url(../images/healthCareSupport/health_bg4.jpg) center no-repeat;
}
@media(max-width:768px){
  .health-page .section4{
    padding-top: 40px !important;
    background: none !important;
  }
  .health-page .section4{
    height: 900px !important;
  }
  .health-page .section4 .description{
    margin-bottom: 50px;
  }
}
@media(min-width:992px){
  .health-page .section4 .container{
    width: 1215px;
  }
  .health-page .section4 .padding-left-50-section4{
    padding-left: 50px;
  }
  .health-page .section4 .padding-specification{
    padding-left:0;
    padding-right:70px;
  }
}
.health-page .section4 .inner{
  position: relative;
    width: 100%;
    margin: 0 auto;
    padding-top: 139px;
}
.health-page .section4 .description strong{
  font-weight: 600;
    font-size: 30px;
    line-height: 44px;
}
.health-page .section4 .description p{
  font-weight: 200;
    font-size: 16px;
    line-height: 30px;
    
    margin-top: 20px;
}
.health-page .section4 .description a{
  width: 160px;
    margin-top: 40px;
}
@media(max-width:768px){
  .health-page .section4 .description strong{
    font-size: 22px;
  }
}
.health-page .section4 .description2 strong{
  font-weight: 600;
    font-size: 24px;
    color: #77a7d9;
}
.health-page .section4 .description2 .img{
  margin-top: 60px;
}
.health-page .section4 .description2 .img img{
  max-width: 100%;
    border: 0;
    vertical-align: top;
}
.health-page .section5{
  width: 100%;
    height: 500px;
  background: url(../images/healthCareSupport/health_bg5.jpg) center no-repeat;
}
@media(max-width:768px){
  .health-page .section5{
    height: 700px !important;
    background-position: right !important;
  }
  .health-page .section5 .container-fluid{
    padding-top: 100px !important;
  }

  .health-page .section5 .description{
    width: 100% !important;
    float: none !important;
  }
}

.health-page .section5 .container-fluid{
  padding-top: 120px;
}
.health-page .section5 .description{
  width: 42%;
  float: left;
}
.health-page .section5 .description strong{
  font-weight: 600;
    font-size: 30px;
    line-height: 44px;
}
.health-page .section5 .description p{
  font-weight: 200;
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
    
}
.health-page .section5 .description a{
  width: 160px;
    margin-top: 40px;
}
.health-page .section5 .description a.btn_m_b {
    display: inline-block;
    width: 182px;
    font-weight: 600;
    font-size: 14px;
    line-height: 42px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    margin: 0 5px;
    background-color: #063f9e;
}
.sink-page{
  width: 100%;
  min-height: 400px;
  background-color: white;
  padding: 90px 0;
}
.sink-page p.text1{
  font-size: 17px;
  margin-bottom: 20px;
}
.sink-page .box-design{
  background: url(../images/sinkAndBowls/bg_gra.gif);
  height: 268px;
  position: relative;
  padding: 15px 70px;
  margin-bottom: 40px;
}
.sink-page .box-design  h3.text{
  margin-bottom: 30px;
}
.sink-page .box-design .box{
  width: 100%;
      box-shadow: -4px 4px 0 #cbcbcb;
          height: 147px;
          vertical-align: text-bottom;
          position: relative;
}
.sink-page .box-design .box.white{
      background-color: #fbfbfb;
}
.sink-page .box-design .box.pearl{
      background-color: #fbfbfb;
}
.sink-page .box-design .box.ivory{
      background-color: #e6e3d2;
}
.sink-page .box-design .box .content p{
  color: rgb(183, 183, 183);
}
.sink-page .box-design .box .content p.t1{
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 700;
}
.sink-page .box-design .box .content{
  position: absolute;
  bottom: 7px;
right: 25px;
}
.sink-page .text2{
  line-height: 31px;
  
  font-size: 15px;
}
.sink-box .item{
  position: relative;
  width: 100%;
  text-align: left;
  margin-bottom: 60px;
}
.sink-box .item.center{
  text-align: center;
}
.sink-box .item .code{
  position: absolute;
  top: 0;
  right: 0;
}
.sink-box .item .code{
  font-size: 18px;
  font-weight: 600;
  color: black;
}
.sink-box .item .code span{
  display: block;
  color: silver;
}
.sink-box .item img{
  display: inline-block;
  margin-bottom: 70px;
}
.sink-box .item .table{
  direction: ltr;
}
.sink-box .item .table tbody{
  text-align: center;
}
.sink-box .item .table tbody tr{
  border-bottom: 1px solid silver;
}
.sink-box .item .table tbody tr:first-child{
  border-top: 1px solid black;
}
.sink-box .item .table tbody tr td:first-child{
  border: none;
  border-right: 1px solid black;
  font-size: 17px;
  font-weight: 900;
}
.sink-box .item .table tbody tr td:nth-child(2){
  border: none;
  color: rgb(155, 154, 154);
}
.sink-box .line{
  border-bottom: 1px solid silver;
  margin-bottom: 90px;
}
.m-b-65{
  margin-bottom: 65px;
}
.sink-page .sink-box .mount-box.border-left{
  border-left:1px solid silver;
}
@media(max-width:991px){
  .sink-page .sink-box .mount-box.border-left{
    border-left: none !important;
    border-bottom:1px solid silver;
    padding-bottom: 30px;
  }
}
.sink-page .sink-box .mount-box h3{
  margin-bottom: 55px;
  font-weight: 100;
  font-size: 21px;
  margin-right: 50px;
}
.design-option-page{
  width: 100%;
  background-color: white;
}

.top-menu{
  padding-right: 200px;
  border-bottom: 1px solid silver;
  background-color: #f5f5f5;
  margin-bottom: 55px;
}
@media(max-width:992px){
  .top-menu{
    padding-right: 10px;
  }
}
.top-menu .nav-tabs{
  border: none !important;
}
.top-menu .nav > li > a{
  padding: 28px 27px;
  color: black;
  font-size: 17px;
  font-weight: 300;
}
.top-menu .nav-tabs li.active a,.top-menu .nav-tabs li.active a:hover,.top-menu .nav-tabs li.active a:focus{
  border: none;
  border-bottom: 3px solid #0c7eff;
  color: #0c7eff;
  background-color: #f5f5f5;
}
.design-option-page p.t1{
  line-height: 32px;
  
  font-size: 15px;
      margin-bottom: 50px;
}
.design-option-page .line{
  border-bottom: 1px solid silver;
  margin: 30px 0;
}
.design-option-page .edge-box{
  padding: 0 30px;
}
.design-option-page .edge-box .edge{
  text-align: center;
}
.design-option-page .edge-box .edge p{
  margin-top: 20px;
    font-size: 15px;
    color: rgb(102, 102, 102);
}
.design-option-page .dimension-box{
  background-color: #f8f8f8;
  width: 100%;
  min-height: 250px;
  margin-bottom: 120px;
  padding: 80px;
}
@media(max-width:768px){
  .design-option-page .dimension-box{
    padding: 1px;
  }
}
@media(max-width:992px){
  .design-option-page .dimension-box img.item{
    margin-top: 15px !important;
  }
  .design-option-page .dimension-box img.item{
    height: auto !important;
  }
}

.design-option-page .dimension-box img.item{
  margin-top: -140px;
  width: 100%;
  height: 565px;
}
.design-option-page .dimension-box p.text1{
  color: rgb(155, 154, 154);
  font-size: 15px;
  margin-bottom: 70px;
}
.design-option-page .dimension-box h2.text1{
  font-size:24px;
  margin-bottom: 15px;
}
.design-option-page .dimension-box p.text2{
  text-align: left;
font-size: 16px;
}
.design-option-page .dimension-box .dimension-line{
  border-bottom: 1px solid black;
}
.design-option-page .dimension-box .dimension-silver-line{
  border-bottom: 1px solid silver;
}
.dimension-box p.info1,.dimension-box p.info2,.dimension-box p.info3{
  display: inline-block;
  width: 32%;
  margin: 15px 0;
      margin-bottom: 19px;
  text-align: center;
}
.dimension-box p.info-text1,.dimension-box p.info-text2,.dimension-box p.info-text3{
  display: inline-block;
  width: 32%;
  margin: 15px 0;
      margin-bottom: 19px;
  text-align: center;
  font-size: 18px;
    font-weight: 500;
}
.dimension-box p.info-text1 span,.dimension-box p.info-text2 span,.dimension-box p.info-text3 span{
  display: block;
}
.m-b-160{
  margin-bottom: 160px;
}
.video-page{
  width: 100%;
  background-color: white;
  padding-top: 40px;
}
.video-page p.t1{
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 40px;
}
.video-page p.t2{
  font-size: 14px;
  margin-bottom: 35px;
  color: rgb(51, 51, 51);
}
.video-page .show-video{
width: 100%;
height: 480px;
margin-bottom: 40px;
}
.video-page .line{
  border-bottom: 1px solid silver;
  margin-bottom: 40px;
}
.video-page .video-box{
  height: 230px;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.video-page .video-box img{
  height: 164px;
  width: 100%;
  position: absolute;
  top: 0;
  cursor: pointer;
  right: 0;
}
.video-page .video-box.active img{
  border: 3px solid black;
  padding: 2px;
}
.video-page .video-box .content{
  width: 100%;
  height: 36px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.video-page .video-box .content h1{
  margin: 0;
  font-size: 18px;
  margin-bottom: 8px;
}
.faq-page{
  width: 100%;
  background-color: white;
  padding-top: 40px;
}
.faq-page p.t1{
  font-size: 15px;
}
.faq-page .btn-primary{
  padding: 12px 15px !important;
  background-color: #063f9e !important;
}
.faq-page .btn-primary i.fa{
  font-size: 16px;
  margin-right: 15px;
}
.faq-page .line{
  border-bottom: 1px solid silver;
  margin-bottom: 25px;
}
.m-b-60{
  margin-bottom: 60px;
}
.faq-page .faq-list{
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0;
  margin: 60px 0;
}
.faq-page .faq-list > li{
  display: block;
  width: 100%;
}
@media(max-width:768px){
  .faq-page .faq-list > li > a > i{
    display: none !important;
  }
  .faq-page .faq-list > li > a{
    font-size: 14px !important;
    margin: 0 !important;
  }
}
.faq-page .faq-list > li > a{
  min-height: 90px;
      line-height: 88px;
      margin: 0 104px;
      display: block;
      padding-right: 20px;
      font-size: 18px;
      text-decoration: none;
      border-bottom: 1px solid silver;
      color: black;
      position: relative;
}
.faq-page .faq-list > li > a > i{
  position: absolute;
  left: 15px;
  top:38px;
  color: silver;
}
.faq-page .faq-list > li > .answer-box{
  background-color: #1c264b;
  width: 100%;
  position: relative;
  display: none;
      padding: 50px 0;
}
.faq-page .faq-list > li > .answer-box .close-answer{
  position: absolute;
    left: 50px;
    top: 25px;
    width: 32px;
    height: 32px;
}
.faq-page .faq-list > li > .answer-box .close-answer:after,.faq-page .faq-list > li > .answer-box .close-answer:before{
  position: absolute;
    left: 15px;
    content: ' ';
    height: 23px;
    width: 2px;
    background-color: white;
}
.faq-page .faq-list > li > .answer-box .close-answer:after{
  transform: rotate(-45deg);
}
.faq-page .faq-list > li > .answer-box .close-answer:before{
  transform: rotate(45deg);
}
.faq-page .faq-list > li > .answer-box .content{
  width: 80%;
    margin: 0 auto;
}
.faq-page .faq-list > li > .answer-box .content .text{
  float: right;
    width: 90%;
    background: #fff;
    border-radius: 5px;
    padding: 35px 55px;
    font-size: 15px;
    line-height: 31px;
    color: #0072bc;
    position: relative;
    
}
.faq-page .faq-list > li > .answer-box .content .text:before{
  position: absolute;
    content: '';
    border-top: 15px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 20px solid white;
    top: 25px;
    right: -20px;
}
.faq-page .faq-list > li > .answer-box .content .icon{
  float: right;
    width: 10%;
    height: 64px;
    background: url(../images/faq_person.png) no-repeat;
}
.faq-page .faq-list > li > .answer-box .content:after{
  content: '';
    display: block;
    clear: both;
}
.faq-page .faq-list > li > .answer-box:before{
  position: absolute;
  content: '';
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #1c264b;
  top: -15px;
  right: 40px;
  display: none;
}
@media(max-width:768px){
  .faq-page .faq-list > li > .answer-box{
    padding: 15px 0 !important;
  }
  .faq-page .faq-list > li > .answer-box:before{
    display: block !important;
  }
  .faq-page .faq-list > li > .answer-box .content .icon{
    display: none !important;
  }
  .faq-page .faq-list > li > .answer-box .close-answer{
    display: none !important;
  }
  .faq-page .faq-list > li > .answer-box .content .text:before{
    display: none !important;
  }
  .faq-page .faq-list > li > .answer-box .content{
    width: 96% !important;
  }
  .faq-page .faq-list > li > .answer-box .content .text{
    width: 100% !important;
    padding: 10px 20px;
  }
}
/*.main-inspiration-page{
  background-color: white;
  padding-top: 40px;
  width: 100%;
  padding-bottom: 100px;
}*/
.main-inspiration-page p.t1{
  font-size: 15px;
  line-height: 28px;
}
.main-inspiration-page .item p.text{
  color: rgb(119, 167, 217);
  font-size: 18px;
    margin-top: 60px;
    margin-bottom: 0;
}
.main-inspiration-page .item h1.text{
  color: #000;
  font-size: 30px;
  margin: 0;
  margin-bottom: 25px;
}
.main-inspiration-page .item a{
  display: block;
  width: 100%;
  height: 430px;
  position: relative;
  margin-bottom: 50px;
  margin-top: 20px;
}
.main-inspiration-page .item a img{
  width: 100%;
  height: 100%;
}
.main-inspiration-page .item  .over{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
opacity: 0.3;
display: none;
}
.main-inspiration-page .item :hover .over{
  display: block;
}
.main-inspiration-page .item  .over p{
  display: inline-block;
width: 110px;
opacity: 0.5;
font-size: 16px;
color: white;
position: absolute;
text-align: center;
top: 50%;
margin-top: -10px;
left: 50%;
margin-left: -55px;
}
.main-inspiration-page .item  .over p i{
  display: block;
  margin-bottom: 10px;
}
.main-inspiration-page .item button
{
    background-color: #e9e6ef;
    color: black;
    border-radius: 5px;
    border: none;
    width: 100px;
}
.technical-bulletin-page{
  background-color: white;
  width: 100%;
}
.technical-bulletin-page p.t1{
  color: rgb(101, 101, 101);
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 49px;
  line-height: 32px;

}
.technical-bulletin-page .download-box{
  position: relative;
  border: 1px solid silver;
  width: 100%;
  height: 185px;
  text-align: center;
  padding-top: 45px;
  margin-bottom: 25px;
}
.m-b-70{
  margin-bottom: 70px;
}
.technical-bulletin-page .download-box.on1{
  background: url('../images/technicalBulletin/data_bg_on1.jpg') no-repeat;
      background-size: cover;
}
.technical-bulletin-page .download-box.on2{
  background: url('../images/technicalBulletin/data_bg_on2.jpg') no-repeat;
      background-size: cover;
}
.technical-bulletin-page .download-box.on3{
  background: url('../images/technicalBulletin/data_bg_on3.jpg') no-repeat;
      background-size: cover;
}
.technical-bulletin-page .download-box.on4{
  background: url('../images/technicalBulletin/data_bg_on4.jpg') no-repeat;
      background-size: cover;
}
.technical-bulletin-page .download-box.on5{
  background: url('../images/technicalBulletin/data_bg_on5.jpg') no-repeat;
      background-size: cover;
}
.technical-bulletin-page .download-box p{
  color: rgb(101, 101, 101);
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 50px;
    z-index: 2;
}
.technical-bulletin-page .download-box a{
  background-color: #c2c2c2;
  border-radius: 3px;
  border:1px solid silver;
  padding: 7px 18px;
  color: white;
}
.technical-bulletin-page .download-box a:hover{
  background-color: #0c7eff;
}
.technical-bulletin-page .download-box a i.fa{
  margin-right: 10px;
  font-size: 16px;
}
.m-b-50{
  margin-bottom: 50px;
}
.m-b-145{
  margin-bottom: 145px;
}
.technical-bulletin-page .preparation{
  width: 100%;
}
.technical-bulletin-page .preparation strong{
  font-size: 24px;
    font-weight: 500;
    color: #fff;
}
.technical-bulletin-page .preparation p{
  font-size: 14px;
    line-height: 24px;
    margin-top: 30px;
    color: #fff;
    font-weight: 300;
    
}
.technical-bulletin-page .preparation.item1{
  background: url('../images/technicalBulletin/preparation1.jpg') left no-repeat #001667;
      padding: 55px 50px 55px 355px;
}
.technical-bulletin-page .preparation.item2{
  background: url(../images/technicalBulletin/preparation2.jpg) right no-repeat #001667;
    padding: 55px 388px 55px 40px;
}
.technical-bulletin-page .preparation.item3{
  background: url(../images/technicalBulletin/preparation3.jpg) left no-repeat #001667;
      padding: 55px 55px 55px 355px;
}
.technical-bulletin-page .preparation.item4{
  background: url(../images/technicalBulletin/preparation4.jpg) right no-repeat #001667;
      padding: 55px 388px 55px 40px;
}
@media(max-width:992px){
.technical-bulletin-page .preparation.item1,.technical-bulletin-page .preparation.item2,.technical-bulletin-page .preparation.item3,.technical-bulletin-page .preparation.item4{
  background-image: none !important;
  padding: 15px !important;
}
}
.m-b-10{
  margin-bottom: 10px !important;
}
.technical-bulletin-page .btn-blue{
  padding: 12px 15px !important;
    background-color: #063f9e !important;
}
.technical-bulletin-page .btn-blue i.fa{
  margin-right: 15px;
}
.technical-bulletin-page .line{
  border: 1px solid silver;
  margin-bottom: 15px;
}
.technical-bulletin-page .msds{
  background: url('../images/technicalBulletin/msds.jpg') left no-repeat;
  min-height: 448px;
}
@media(max-width:768px){
  .technical-bulletin-page .msds{
    background: none !important;
    min-height: 100px !important;
  }
}
.technical-bulletin-page .msds h1{
  font-size: 28px;
  margin-bottom:45px;
}
.technical-bulletin-page .msds p{
  color: rgb(101, 101, 101);
  font-size: 15px;
}
.m-b-25{
  margin-bottom: 25px;
}
.technical-bulletin-page .table{
  margin-top: 24px;
  margin-bottom: 100px;
}
.technical-bulletin-page .table thead tr th{
  color: #1c264b;
      background: #e4edf7;
      text-align: center;
      padding: 20px 0;
      font-size: 18px;
font-weight: 400;
          border-right: 1px solid #fff;
          border-bottom: 0 !important;
}
.technical-bulletin-page .table thead tr th:first-child{
  border-right: 0;
}
.technical-bulletin-page .table tbody tr td{
  font-size: 15px;
line-height: 20px;
color: #656565;
border-bottom: 1px solid #ebebeb;
border-right: 1px solid #ebebeb;
padding: 20px 0;
text-align: center;
}
.technical-bulletin-page .table tbody tr td:first-child{
  border-right: 0;
}
.m-b-60{
  margin-bottom: 60px;
}
.technical-bulletin-page .emergency-list{
  position: relative;
  width: 100%;
  height: 160px;
      padding-right: 90px;
}
.technical-bulletin-page .emergency-list img{
  position: absolute;
  top: 5px;
  right: 10px;
}
.technical-bulletin-page .emergency-list .content h1{
  color:  rgb(101, 101, 101);
  font-size: 16px;
}
.technical-bulletin-page .emergency-list .content p{
  color:  rgb(101, 101, 101);
  font-size: 15px;
}
.our-company{
  width: 100%;
  background-color: white;
}
.our-company .section1{
  width: 100%;
  position: relative;
  height: 1250px;
  background: url('../images/ourCompany/business_bg1.jpg') center top no-repeat;
}
.our-company .section1 .text1{
  position:absolute;
  top: 160px;
  right: 49px;
  color: white;
  line-height: 33px;
}
@media(max-width:768px){
  .our-company .section1 .text1{
    top: 20px;
    right: 20px;
  }
}
.our-company .section1 .text1 .t1{
  font-size: 26px;
  margin-bottom: 30px;
}
.our-company .section1 .text1 .t2{
  font-size: 18px;
}
.our-company .section1 .text2{
  position: absolute;
  top: 425px;
  right: 100px;
  width: 650px;
}
@media(max-width:768px){
  .our-company .section1 .text2{
    right: 15px !important;
    width: 234px !important;
  }
  .our-company .section1 .text2 img{
    float: right !important;
    width: 230px !important;
  }
}
.our-company .section1 .text2 img{
  float: left;
}
.our-company .section1 .text2 h1{
  font-size: 18px;
  font-weight: 500;
  line-height: 29px;
  margin-top: 75px;
  margin-bottom: 35px;
}
.our-company .section1 .text2 p{
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  color: rgb(101, 101, 101);
}
.our-company .section2{
  height: 798px;
  position: relative;
  width: 100%;
  padding: 195px 0;
}
.our-company .section2 .player-video{
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: white;
  display: none;
  z-index: 2;
}
.our-company .section2 .box-imagination{
  width: 100%;
  height: 400px;
  position: relative;
  background-color: #005479;
}
.our-company .box-imagination .container{
  padding-right: 75px;
    margin-left: 50px;
}
@media(max-width:768px){
  .our-company .box-imagination .container{
    padding:0 15px !important;
    margin-left:auto !important;
  }
  .our-company .section2 .box-imagination .imagination-play-video-box{
    margin-top: 5px !important;
    height: 220px !important;
  }
  .our-company .section2 .box-imagination h2{
    font-size: 20px !important;
    margin-top: 20px !important;
  }
  .our-company .section2 .box-imagination p{
    font-size: 14px !important;
    line-height: 32px;
  }
}
.our-company .section2 .box-imagination .imagination-play-video-box{
  margin-top: 78px;
    display: block;
    position: relative;
    height: 400px;
}
.our-company .section2 .box-imagination .imagination-play-video-box img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
.our-company .section2 .box-imagination .imagination-play-video-box .play-icon{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 61px;
  margin-left: -30px;
  margin-top: -30px;
  z-index: 1;
  background: url('../images/ourCompany/ico_play.png') no-repeat;
}
.our-company .section2 .box-imagination h1{
  color: rgb(19, 82, 124);
}
.our-company .section2 .box-imagination h1 span{
  color: rgb(237, 28, 36);
}
.our-company .section2 .box-imagination h2{
  color: white;
  margin-top: 7px;
}
.our-company .section2 .box-imagination p{
  color: white;
  margin-top: 35px;
  font-size: 15px;
}
.m-t--67{
      margin-top: -67px;
}
.our-company .section2 .player-video .close-video-company{
  width: 34px;
  height: 34px;
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -17px;
  display: inline;
}
.our-company .section2 .player-video .close-video-company img{
  height: 100%;
  width: 100%;
}
.our-company .section3{
  width: 100%;
  height: 700px;
  padding-top: 110px;
  background: url(../images/ourCompany/business_bg4.jpg) left top repeat-x;
  position: relative;
}
.our-company .section3 h1.t1{
  margin: 0;
  padding: 0;
  color: rgb(51, 51, 51);
  font-weight: 400;
  margin-bottom: 15px;
}
.our-company .section3 p.t1{
  margin: 0;
  padding: 0;
  color: rgb(112, 112, 112);
}
.float-left{
  float: left;
}
@media(max-width:768px){
  .our-company .section3 p.t1{
    margin-bottom: 40px !important;
  }
}
.our-company .section3 .history{
  position: absolute;
    right: 0;
    top: 270px;
    padding: 0 75px;
    width: 100%;
    height: 357px;
}
.our-company .section3 .history .inner{
  position: relative;
    width: 100%;
    height: 357px;
    overflow: hidden;
}
.our-company .section3 .history .inner .box{
  position: absolute;
    right: 0;
    top: 0;
    width: 2400px;
    height: 357px;
}
.our-company .section3 .history .inner .box ul{
  list-style: none;
}
.our-company .section3 .history .inner .box ul li{
  padding: 25px;
}
.our-company .section3 .history .inner .box ul li .text{
  position: relative;
    z-index: 100;
}
.our-company .section3 .history .inner .box ul li strong{
  display: inline-block;
    font-weight: 500;
    font-size: 30px;
    color: #064975;
    margin-bottom: 20px;
}
.our-company .section3 .history .inner .box ul li p{
  font-size: 16px;
    line-height: 26px;
}
.our-company .section3 .history .inner .box ul li p.t2{
  margin: 90px 0 10px;
}
.our-company .section3 .history .inner .box ul li p.t3 img{
  max-width: 100%;
  vertical-align: top;
}
.our-company .section3 .history .inner .box ul li.y2015 .bg{
  position: absolute;
    right: 8px;
    top: 0;
    width: 480px;
    height: 130px;
    background: url(../images/ourCompany/history_2015.jpg) no-repeat;
}
.our-company .section3 .history .inner .box ul li.y2009 .bg{
  position: absolute;
    right: 8px;
    top: 0;
    width: 710px;
    height: 160px;
    background: url(../images/ourCompany/history_2009.jpg) no-repeat;
}
.our-company .section3 .history .inner .box ul li.y1988 .bg{
  position: absolute;
    right: 4px;
    top: -150px;
    width: 206px;
    height: 117px;
    background: url(../images/ourCompany/history_1988.jpg) no-repeat;
}

.our-company .section3 .history .inner .box ul li.y2017{
  position: absolute;
    right: 0;
    top: 0;
    height: 357px;
    background: url(../images/ourCompany/history_line.png) right no-repeat;
}
.our-company .section3 .history .inner .box ul li.y2015{
  position: absolute;
    right: 240px;
    top: 0;
    height: 183px;
    background: url(../images/ourCompany/history_line.png) right no-repeat;
}
.our-company .section3 .history .inner .box ul li.y2014{
  position: absolute;
  right: 480px;
  top: 175px;
  height: 183px;
  background: url(../images/ourCompany/history_line.png) right -175px no-repeat;
}
.our-company .section3 .history .inner .box ul li.y2011{
  position: absolute;
    right: 720px;
    top: 0;
    height: 183px;
    background: url(../images/ourCompany/history_line.png) right 0 no-repeat;
}
.our-company .section3 .history .inner .box ul li.y2010{
  position: absolute;
    right: 960px;
    top: 175px;
    height: 183px;
    background: url(../images/ourCompany/history_line.png) right -175px no-repeat;
}
.our-company .section3 .history .inner .box ul li.y2009{
  position: absolute;
    right: 1200px;
    top: 0;
    height: 183px;
    background: url(../images/ourCompany/history_line.png) right 0 no-repeat;
}
.our-company .section3 .history .inner .box ul li.y2008{
  position: absolute;
    right: 1440px;
    top: 175px;
    height: 183px;
    background: url(../images/ourCompany/history_line.png) right -175px no-repeat;
}
.our-company .section3 .history .inner .box ul li.y2006{
  position: absolute;
    right: 1680px;
    top: 175px;
    height: 183px;
    background: url(../images/ourCompany/history_line.png) right -175px no-repeat;
}
.our-company .section3 .history .inner .box ul li.y1993{
  position: absolute;
    right: 1920px;
    top: 0;
    height: 183px;
    background: url(../images/ourCompany/history_line.png) right 0 no-repeat;
}
.our-company .section3 .history .inner .box ul li.y1988{
  position: absolute;
    right: 2160px;
    top: 175px;
    height: 183px;
    background: url(../images/ourCompany/history_line.png) right -175px no-repeat;
}
.our-company .section3 .history a.btn-prev{
  position: absolute;
    left: 0px;
    top: 137px;
    display: block;
    width: 60px;
    height: 85px;
    background: url(../images/ourCompany/btn_prev.png) no-repeat;
    text-indent: -9999em;
}
.our-company .section3 .history a.btn-next{
  position: absolute;
    right: 0px;
    top: 137px;
    display: block;
    width: 60px;
    height: 85px;
    background: url(../images/ourCompany/btn_next.png) no-repeat;
    text-indent: -9999em;
}
.our-company .section4{
  padding-top: 175px;
}
.our-company .section4 h2.t1{
  color:  rgb(51, 51, 51);
  font-size: 24px;
  line-height: 32px;
  
}
.our-company .section4 p.t1{
  color:  rgb(102, 102, 102);
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
  
}
.our-company .section5{
  margin-top: 140px;
}
.our-company .section5 img.logo-house{
  width: 100%;
}
@media(max-width:768px){
  .our-company .section5 img.logo-house{
    margin-bottom: 40px;
  }
  .text-center-xs{
    text-align:center;
  }
  .our-company .section5 img.staron-logo{
    display: inline;
  }

}
.our-company .section5 .surface-item{
  position: absolute;
  top: -125px;
  left: 80px;
    width: 116px;
    height: 194px;
  background: url('../images/ourCompany/business_staron_bg.jpg')left top no-repeat;
}
.our-company .section5 h1.t1{
  color: rgb(12, 126, 255);
  font-size: 32px;
font-weight: 400;
  margin-top: 50px;
      margin-bottom: 23px;
}
.our-company .section5 p.t1{
  color: rgb(102, 102, 102);
  line-height: 30px;
  font-size: 15px;
  font-weight: 300;
  
}
.our-company .section5 .radianz{
  width: 100%;
padding-top: 230px;
margin-bottom: 130px;
background: url(../images/ourCompany/business_radianz_bg.jpg) 680px 111px no-repeat;
}
.our-company .section5 .radianz img.logo-house{
  height: 406px;
}
.our-company .section5 .radianz h1.t1{
  color: rgb(249, 173, 129);
}
@media(min-width:992px){
  .our-company .section5 .radianz .padding-left-55-not-xs{
    padding-left: 55px;
  }
}
@media(max-width:768px){
  .our-company .section5 .radianz .radinaz-logo{
    display: inline;
  }
}
.inspiration2016-page{
  background: url(../images/inspiration2016/bg_inspiration_supreme_view.jpg) no-repeat center 0;
    background-attachment: fixed;
    color: #222;
    width: 100%;
    margin: 40px auto 0;
}
.inspiration2016-page .visual-area{
  height: 400px;
    padding-top: 140px;
    text-align: center;
    background: transparent;
    box-sizing: border-box;
}
@media(max-width:768px){
  .inspiration2016-page .padding-0{
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .inspiration2017-box .padding-0{
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .inspiration2016-page .visual-area h2{
    font-size: 35px !important;
  }
  .inspiration2017-box .box-visual h2{
    font-size: 35px !important;
  }
}
.inspiration2016-page .padding-right-0{
  padding-right: 0;
}
@media(max-width:768px){
  .inspiration2016-page .padding-right-0{
    padding-right: 15px !important;
  }
}
.inspiration2016-page .visual-area h2{
  margin-bottom: 13px;
    font-size: 55px;
    font-weight: 500;
    color: #222;
}
.inspiration2016-page .img1{
  height: 370px;
}
@media(max-width:768px){
  .inspiration2016-page .box1{
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-bottom: 20px;
  }
  .inspiration2016-page .img1{
    margin-bottom: 20px;
  }
}
.inspiration2016-page .box1{
  background-color: white;
  height: 370px;
  padding-top: 80px;
  padding-right: 70px;
  padding-left: 90px;
}
.inspiration2016-page .box1 span.small-line{
  width: 90px;
  border-bottom: 1px solid gray;
  margin:40px 0;
  display: block;
}
.inspiration2016-page .box1 p{
  
  line-height: 28px;
  color: #7c7c7c;
}
.inspiration2016-page .box2{
  height: 185px;
  padding: 0 150px;
  padding-left: 90px;
  margin-bottom: 100px;
      padding-top: 54px;
  color: white;
  background: url('../images/inspiration2016/bg_inspiration_supreme_view1.jpg')no-repeat 0 0;
}
@media(max-width:768px){
  .inspiration2016-page .box2{
    padding: 10px !important;
    height: 370px !important;
    background-size: cover;

  }
}
.inspiration2016-page .box2 h1.t1{
  font-size: 26px;
    font-weight: 400;
}
.inspiration2016-page .box2 p.title{
  margin-bottom: 22px;
}
.inspiration2016-page img.tomorrow-video{
  width: 100%;
  height: 390px;
}
.inspiration2016-page .tomorrow-video-description{
      margin-right: 80px;
}
@media(max-width:768px){
  .inspiration2016-page .tomorrow-video-description{
        margin-right: 0px !important;
  }
}
.inspiration2016-page .tomorrow-video-description h1{
  font-size: 56px;
  color:  rgb(92, 95, 103);
}
.inspiration2016-page .tomorrow-video-description h2{
  font-size: 56px;
}
.inspiration2016-page .tomorrow-video-description h3{
  font-size: 56px;
}
.inspiration2016-page .tomorrow-video-description span{
  width: 85px;
    border-bottom: 1px solid gray;
    display: block;
    margin-top: 50px;
}
.m-b-90{
  margin-bottom: 90px;
}
.inspiration2016-page h1.t2{
  font-size: 55px;
  font-weight: 500;
  margin-bottom: 10px;
  color: rgb(51, 51, 51);
}
.inspiration2016-page p.t2{
  margin-bottom: 78px;
  color: rgb(51, 51, 51);
}
.inspiration2016-page .box3{
  height: 1660px;
  background: url(../images/inspiration2016/img_inspiration_supreme_thumb02.png) no-repeat;
  position: relative;
    width: 100%;
    padding: 50px;
    margin-bottom: 180px;
    color: #fff;
}
.inspiration2016-page .box3 .text{
  position: absolute;
}
.inspiration2016-page .box3 .text h1{
  margin: 0;
  margin-bottom: 28px;
  font-size: 32px;
  font-weight: 500;
}
.inspiration2016-page .box3 .text h2{
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 23px;
}
.inspiration2016-page .box3 .text p{
  margin: 0;
  line-height: 29px;
  font-size: 12px;
}
.inspiration2016-page .box3 .text.t1{
  top: 80px;
}
.inspiration2016-page .box3 .text.t2{
  top: 500px;
  left:55px;
}
.inspiration2016-page .box3 .text.t3{
  top: 920px;
}
.inspiration2016-page .box3 .text.t4{
  top: 1340px;
}
.inspiration2016-page .box4{
  height: 1660px;
  background: url(../images/inspiration2016/img_inspiration_supreme_thumb03.png) no-repeat;
  position: relative;
    width: 100%;
    padding: 50px;
    margin-bottom: 180px;
    color: #fff;
}
.inspiration2016-page .box4 .text{
  position: absolute;
}
.inspiration2016-page .box4 .text h1{
  margin: 0;
  margin-bottom: 28px;
  font-size: 32px;
  font-weight: 500;
}
.inspiration2016-page .box4 .text h2{
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 23px;
}
.inspiration2016-page .box4 .text p{
  margin: 0;
  line-height: 29px;
  font-size: 12px;
}
.inspiration2016-page .box4 .text.t1{
  top: 80px;
}
.inspiration2016-page .box4 .text.t2{
  top: 500px;
  color: black;
}
.inspiration2016-page .box4 .text.t3{
  top: 920px;
}
.inspiration2016-page .box4 .text.t4{
  top: 1340px;
  left:85px;
}
.inspiration2016-page .box5{
  height: 820px;
  background: url(../images/inspiration2016/img_inspiration_supreme_thumb04.png) no-repeat;
  position: relative;
    width: 100%;
    padding: 50px;
    margin-bottom: 180px;
    color: #fff;
}
.inspiration2016-page .box5 .text{
  position: absolute;
}
.inspiration2016-page .box5 .text h1{
  margin: 0;
  margin-bottom: 28px;
  font-size: 32px;
  font-weight: 500;
}
.inspiration2016-page .box5 .text h2{
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 23px;
}
.inspiration2016-page .box5 .text p{
  margin: 0;
  line-height: 29px;
  font-size: 12px;
}
.inspiration2016-page .box5 .text.t1{
  top: 80px;
}
.inspiration2016-page .box5 .text.t2{
  top: 500px;
  color: black;
}
.inspiration .gallery-section{
  background-color: white;
  padding: 0 55px;
  padding-top: 90px;
}
.inspiration .gallery-section h1.t1{
  font-size: 55px;
  font-weight: 500;
  margin-bottom: 20px;
  color: rgb(51, 51, 51);
}
.inspiration .gallery-section p.t1{
  margin-bottom: 40px;
    color: rgb(51, 51, 51);
}
.inspiration .gallery-section .gallery-top-box{
  background-color: black;
  padding: 0 96px;
  width: 100%;
  height: 600px;
}
.inspiration .gallery-section .gallery-top-box img{
  width: 100%;
  height: 100%;
}
.inspiration .gallery-section .gallery-down-box{
  width: 100%;
  overflow: hidden;
  height: 124px;
  direction: ltr;
  position: relative;

}
.inspiration .gallery-section .gallery-down-box ul{
  list-style: none;
  width: 99999px;
  padding: 0;
  height: 124px;
  position: absolute;
  top: 0;
  left: 0;
}
.inspiration .gallery-section .gallery-down-box ul li{
  float: left;
  width: 242px;
  position: relative;
  cursor: pointer;
}
.inspiration .gallery-section .gallery-down-box ul li img{
  width: 100%;
  height: 124px;
}
.inspiration .gallery-section .gallery-down-box ul li span{
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  display: block;
}
.inspiration .gallery-section .gallery-down-box ul li.active span{
  display: none;
}
.inspiration .gallery-section .gallery-btn-box{
  width: 100%;
  height: 102px;
  position: relative;
}
.inspiration .gallery-section .gallery-btn-box .btn-box{
  position: absolute;
  width: 173px;
  height: 51px;
  top: 45px;
  left: 50%;
  margin-left: -87px;
}
.inspiration .gallery-section .gallery-btn-box .btn-box .btn-prev-gallery{
  width: 50px;
    height: 51px;
    float: left;
    display: inline-block;
  background: url('../images/inspiration/btn_gallery_prev.gif')no-repeat 0 0;
border: 1px solid #ccc;
}
.inspiration .gallery-section .gallery-btn-box .btn-box .btn-next-gallery{
  background: url('../images/inspiration/btn_gallery_next.gif')no-repeat 0 0;
  width: 50px;
  display: inline-block;
    height: 51px;
    border: 1px solid #ccc;
}
.inspiration .gallery-section .gallery-btn-box .btn-box .page-number{
  display: block;
    float: left;
    width: 73px;
    height: 51px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    line-height: 51px;
    text-align: center;
    font-size: 12px;
    color: #222;
    font-weight: bold;
}
.inspiration .staron-colors{
  width: 100%;
  padding: 180px 0;
  background-color: white;
}
@media(min-width:768px){
  .inspiration .staron-colors{
    padding: 180px 50px !important;
  }
}
.inspiration .staron-colors .list-colors{
  padding: 0;
  list-style: none;
  margin: 0;
  margin-top: 40px;
}
.inspiration .staron-colors .list-colors li{
  float: right;
  width: 20%;
  padding-left: 22px;
  height: 323px;
}
@media(max-width:768px){
  .inspiration .staron-colors .list-colors li{
    width: 100% !important;
  }
}
.inspiration .staron-colors .list-colors li a{
  display: block;
  width: 100%;
  min-height: 224px;
  position: relative;
}
.inspiration .staron-colors .list-colors li a img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 224px;
}
.inspiration .staron-colors .list-colors li a .content{
  position: absolute;
  top: 250px;
  right: 0;
}
.inspiration .staron-colors .list-colors li a .content h1{
  margin: 0;
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 8px;
  color: black;
}
.inspiration .staron-colors .list-colors li a .content p{
  font-size: 15px;
    color: #666;
}
.inspiration2017-box{
  overflow-x: hidden;
    background: url(../images/inspiration2017/bg_inspiration_supreme_view_main_1.jpg) center 50px no-repeat fixed;
    max-width: 1920px;
        margin: 40px auto 0;
}
.inspiration2017-box .box-visual{
height: 332px;
padding-top: 140px;
    text-align: center;
    background: transparent;
    box-sizing: border-box;
}
.inspiration2017-box .padding-right-0{
  padding-right: 0;
}
@media(max-width:768px)
{
  .inspiration2017-box .padding-right-0{
    padding-right: 15px !important;
  }
}
.inspiration2017-box .box-visual h2{
  margin-bottom: 13px;
      font-size: 54px;
      font-weight: 500;
      color: #222;
}
.inspiration2017-box .img1{
  height: 440px;
}
.inspiration2017-box .img1-box{
  background-color: #fff;
  height: 440px;
  padding-right: 70px;
  padding-top: 80px;
  padding-left: 90px;
}
@media (max-width:768px) {
  .inspiration2017-box .img1-box{
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
.inspiration2017-box .img1-box span{
  border-bottom: 1px solid grey;
  margin:40px 0;
  width: 90px;
  display: block;
}
.inspiration2017-box .img1-box p{

color: #444;
line-height: 28px;
}
.inspiration2017-box .box-content{
  padding-top: 77px;
background-color: #fff;
width: 100%
}
.inspiration2017-box .box-content .box2{
  padding-top: 15px;
  text-align: center;
}
.inspiration2017-box .box-content .box2 h3{
  margin-bottom: 10px;
      font-size: 55px;
      font-weight: 500;
}
.inspiration2017-box .box-content .box2 p{
  margin-bottom: 78px;
    font-size: 12px;
}
.inspiration2017-box .box-content .box2-img{
  background: url(../images/inspiration2017/bg_inspiration_supreme_modern_01.jpg) no-repeat;
  padding: 75px 96px 0;
    height: 440px;
}
@media(max-width:768px){
  .inspiration2017-box .box-content .box2-img{
    padding: 75px 10px 0 !important;
  }
}
.inspiration2017-box .box-content .box3-img{
  background: url(../images/inspiration2017/bg_inspiration_supreme_modern_02.jpg) no-repeat;
  padding: 75px 96px 0;
    height: 440px;
}
.inspiration2017-box .box-content .box2-img .subject h4 ,.inspiration2017-box .box-content .box3-img .subject h4{
      font-size: 34px;
      color: #fff;
      letter-spacing: -1px;
}
.inspiration2017-box .box-content .box2-img .subject h4 span,.inspiration2017-box .box-content .box3-img .subject h4 span{
font-size: 34px;
font-weight: 400;
line-height: 40px;
display: inline-block;
    padding-left: 12px;
color: rgb(208, 180, 160);
}
.inspiration2017-box .box-content .box2-img .subtitle , .inspiration2017-box .box-content .box3-img .subtitle{
  position: relative;
      padding-right: 86px;
      margin-top: 20px;
}
.inspiration2017-box .box-content .box2-img .subtitle::before , .inspiration2017-box .box-content .box3-img .subtitle::before{
  content: "";
    position: absolute;
    right: 70px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #5b5b5b;
}
@media(max-width:500px){
  .inspiration2017-box .box-content .box2-img .subtitle::before , .inspiration2017-box .box-content .box3-img .subtitle::before{
    right: 20px !important;
  }
  .inspiration2017-box .box-content .box2-img .subtitle , .inspiration2017-box .box-content .box3-img .subtitle{
    padding-right: 30px !important;
  }
  .inspiration2017-box .box-content .box2-img .subtitle div , .inspiration2017-box .box-content .box3-img .subtitle div{
    width: 130px !important;
  }
}
@media(max-width:357px){
  .inspiration2017-box .box-content .box2-img .subtitle div , .inspiration2017-box .box-content .box3-img .subtitle div{
    width: 80px !important;
  }
}
.inspiration2017-box .box-content .box2-img .subtitle::after , .inspiration2017-box .box-content .box3-img .subtitle::after{
  display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
}
.inspiration2017-box .box-content .box2-img .subtitle p , .inspiration2017-box .box-content .box3-img .subtitle p{
  padding-bottom: 28px;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
}
.inspiration2017-box .box-content .box2-img .subtitle div , .inspiration2017-box .box-content .box3-img .subtitle div{
  float: right;
  width: 162px;
}
.inspiration2017-box .box-content .box2-img .subtitle div h5 , .inspiration2017-box .box-content .box3-img .subtitle div h5{
  font-size: 18px;
    color: #d9c0ae;
}
.inspiration2017-box .box-content .box2-img .subtitle div ul , .inspiration2017-box .box-content .box3-img .subtitle div ul{
  list-style: none;
  margin: 0;
    padding: 0;
    border: 0;
    vertical-align: top;
}
.inspiration2017-box .box-content .box2-img .subtitle div ul li ,.inspiration2017-box .box-content .box3-img .subtitle div ul li{
  position: relative;
    font-size: 14px;
    color: #999;
    padding-right: 17px;
    padding-top: 12px;
}
.inspiration2017-box .box-content .box3{
  background: url(../images/inspiration2017/img_inspiration_supreme_feature_01.png) no-repeat;
  height: 1200px;
  position: relative;
}
.inspiration2017-box .box-content .box4{
  background: url(../images/inspiration2017/img_inspiration_supreme_feature_02.png) no-repeat;
  height: 1200px;
  position: relative;
}
.inspiration2017-box .box-content .box3 h5 , .inspiration2017-box .box-content .box4 h5{
  padding-bottom: 18px;
      font-size: 40px;
      color: #222;
}
.inspiration2017-box .box-content .box3 p , .inspiration2017-box .box-content .box4 p{
  font-size: 16px;
    color: #222;
}
.inspiration2017-box .box-content .box3 .first-text ,.inspiration2017-box .box-content .box4 .first-text{
  position: absolute;
  text-align: center;
  top: 50px;
  left: 50px;
}
.inspiration2017-box .box-content .box3 .last-text ,.inspiration2017-box .box-content .box4 .last-text{
  position: absolute;
  text-align: center;
  bottom: 50px;
  right: 50px;
}
.inspiration2017-box .stone-box{
  padding-bottom: 40px;
}
.inspiration2017-box .stone-box .box-stone-footer1{
  background: #6f6f6f;
  height: 101px;
text-align: center;
padding: 14px 0 24px;
box-sizing: border-box;
}
@media(max-width:768px){
  .inspiration2017-box .stone-box .box-stone-footer1{
    height: 150px !important;
  }
  .inspiration2017-box .stone-box .box-stone-footer2{
    height: 150px !important;
  }
}
.inspiration2017-box .stone-box .box-stone-footer1 h4,.inspiration2017-box .stone-box .box-stone-footer2 h4{
  font-size: 26px;
      color: #fff;
}
.inspiration2017-box .stone-box .box-stone-footer1 p,.inspiration2017-box .stone-box .box-stone-footer2 p{
  padding-top: 0;
      font-size: 14px;
      color: #aaa;
}
.inspiration2017-box .stone-box .box-stone-footer2{
  background: #222;
  height: 101px;
text-align: center;
padding: 14px 0 24px;
box-sizing: border-box;
}
.inspiration-heidi-box{
  overflow-x: hidden;
    background: url(../images/inspirationHeidi/bg_inspiration_view.jpg) no-repeat center 0;
    width: 100%;
    margin: 40px auto 0;
    background-attachment: fixed;
    color: #222;
}
.inspiration-heidi-box .box-visual {
    height: 332px;
    padding-top: 140px;
    text-align: center;
    background: transparent;
    box-sizing: border-box;
}
.inspiration-heidi-box .box-visual h2 {
    margin-bottom: 13px;
    font-size: 54px;
    font-weight: 500;
    color: #222;
}
.inspiration-heidi-box .img1 {
    height: 630px;
    width: 100%
}
.inspiration-heidi-box .img1-box {
    background-color: #fff;
    height: 630px;
    padding-right: 70px;
    padding-top: 80px;
    padding-left: 90px;
}
.inspiration-heidi-box .img1-box .img1-title{

}
.inspiration-heidi-box .img1-box .img1-title h3{
  font-size: 38px;
      font-weight: 600;
      line-height: 55px;
      color: #5c5f67;
}
.inspiration-heidi-box .img1-box .img1-title p{
color: #000;

}
.inspiration-heidi-box .img1-box span {
    border-bottom: 1px solid grey;
    margin: 40px 0;
    width: 90px;
    display: block;
}
.inspiration-heidi-box .padding-right-0 {
    padding-right: 0;
}
.inspiration-heidi-box .img1-footer{
  background: url(../images/inspirationHeidi/bg_inspiration_view3.jpg) no-repeat;
    height: 398px;
    vertical-align: middle;
    padding-right: 90px;
    padding-top: 50px;
}
.inspiration-heidi-box .img1-footer h3{
  margin-bottom: 30px;
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    line-height: 30px;
}
.inspiration-heidi-box .img1-footer p{
  font-size: 12px;
    line-height: 24px;
    color: #fff;
}
.inspiration-heidi-box .box1{
  padding: 40px 70px;
    background-color: #64676e;
    height: 269px;
}
.inspiration-heidi-box .box1 h3{
      color: #fff;
      margin-bottom: 33px;
    font-size: 35px;
    font-weight: 500;
}
.inspiration-heidi-box .box1 p{
      color: #fff;
      font-size: 12px;
    line-height: 26px;
    
}
.inspiration-heidi-box .box2{
  height: 361px;
  padding: 50px 70px 80px;
    background-color: #fff;
    box-sizing: border-box;
}
.inspiration-heidi-box .box2 h3{
  margin-bottom: 33px;
    font-size: 35px;
    color: #222;
    font-weight: 500;
}
.inspiration-heidi-box .box2 div img{
  max-width: 115px;
  max-height: 134px;
  float: right;
}
.inspiration-heidi-box .box2 div p{
  
  padding-right: 145px;
  font-size: 12px;
    line-height: 24px;
}
.inspiration-heidi-box .img2-footer{
  background: url(../images/inspirationHeidi/bg_inspiration_view2.jpg) no-repeat;
    height: 398px;
    vertical-align: middle;
    padding-top: 50px;
        margin-bottom: 110px;
        padding-right: 210px;
}
.inspiration-heidi-box .img2-footer .right-text{
  float: right;
      width: 360px;
      padding-bottom: 40px;
      color: #fff;
}
.inspiration-heidi-box .img2-footer .right-text h3{
      font-size: 40px;
      font-weight: 500;
}
.inspiration-heidi-box .img2-footer .right-text span{
  border-bottom: 1px solid grey;
    margin: 40px 0;
    width: 90px;
    display: block;
}
.inspiration-heidi-box .img2-footer .left-text ul{
  float: right;
list-style: none;
line-height: 26px;
}
.inspiration-heidi-box .img2-footer .left-text ul li {
  padding-left: 10px;
font-size: 12px;
color: #fff;
margin-top: 0;
}
.m-b-95{
  margin-bottom: 95px;
}
.inspiration-heidi-box .tomorrow-video-description{
  padding-right: 50px;
}
.inspiration-heidi-box .tomorrow-video-description h1{
  font-size: 54px;
  color:  rgb(92, 95, 103);
}
.inspiration-heidi-box .tomorrow-video-description h2{
  font-size: 54px;
}
.inspiration-heidi-box .tomorrow-video-description span{
  border-bottom: 1px solid gray;
  display: block;
  width: 90px;
  margin-top: 55px;
  margin-bottom: 65px;
}
.inspiration-heidi-box .tomorrow-video-description h3{
  font-size: 15px;
  font-weight: 300;
  color: rgb(34, 34, 34);
}
@media(max-width:768px){
  .padding-right-0{
    padding: 0 !important;
  }
  .inspiration-heidi-box .img1-box {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .inspiration-heidi-box .img1-box .img1-title h3{
    font-size: 30px !important;
  }
  .inspiration-heidi-box .img1-footer{
    background-position: right !important;
    padding-right: 15px !important;
    padding-top: 15px !important;
    height: 400px !important;
  }
  .inspiration-heidi-box .tomorrow-video-description{
    padding-right: 10px !important;
  }
  .inspiration-heidi-box .tomorrow-video-description h1{
    font-size: 44px !important;
  }
  .inspiration-heidi-box .tomorrow-video-description h2{
    font-size: 44px !important;
  }
  .inspiration-heidi-box .box1{
    padding:10px 20px !important;
    height: 350px !important;
  }
  .inspiration-heidi-box .box2{
    padding:10px 20px !important;
    height: 450px !important;
  }
  .inspiration-heidi-box .box2 div img{
    max-width: 100% !important;
    margin-bottom: 20px !important;
  }
  .inspiration-heidi-box .box2 div p{
    padding-right: 0px !important;
  }
  .inspiration-heidi-box .img2-footer{
    padding: 10px !important;
    padding-top: 0px !important;
  }
  .inspiration-heidi-box .img2-footer .right-text span{
    margin: 20px 0 !important;
    margin-top: 38px !important
  }
  .inspiration-heidi-box .img2-footer .right-text{
    padding-bottom: 5px !important;
  }
  .inspiration-heidi-box .img2-footer .left-text ul{
    padding-right: 0 !important;
  }
}
@media(max-width:367px){
  .inspiration-heidi-box .img1-box {
    height: 800px !important;
  }
  .inspiration-heidi-box .img1-box .img1-title h3{
    font-size: 28px !important;
  }
}
@media(max-width:300px){
  .inspiration-heidi-box .img1-box .img1-title h3{
    font-size: 22px !important;
  }
  .inspiration-heidi-box .box2{
    height: 500px !important;
  }
}
.inspiration-heidi-box .img1-box > p{
  line-height: 28px;
}
.modal-dialog
{
  width: 310px;
}
