.home{
  padding-top: 0px !important; 
}
.section_about{
    background: url('../images/bg_about_home.png');
    padding: 83px 0px 34px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0px;
}
.section_about .info_about{
    padding-right: 78px;
    color: #fff;
}
.section_about .info_about .short{
  padding-bottom: 20px;
}
.section_about .info_about a.btn{
  background: #fff;
  font-family: Salzburg-Medium;
  font-size: 15px;
  padding: 5px 19px;
  color: #212121;
  text-transform: uppercase;
  border-radius: 20px;
  box-shadow: 1px 1px 1px #000000;

}
.section_about .info_about a.btn:hover{
  background: #00a9eb;
  color: #fff;
}
.section_about .title{
  font-size: 38px;
  font-family: Salzburg-Medium;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 20px;
  color: #fff;
  text-shadow: 1px 1px 2px #000000;
}
.news_home{
  padding-left: 92px;
  padding-right: 0px;
}
.news_home .list_news{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between; /* Safari 6.1+ */
}
.news_home .list_news .item{
  width: 50%;
  float: left: 
}
.news_home .list_news .item:first-child{
  margin-right: 35px;
}
.news_home .list_news .item img{
  width: 100%;
}
.news_home .list_news .item .title_news a{
  color: #fff;
  font-weight: bold;
  padding-bottom: 5px;
}


/*section_product
*/
.section_product .wrapper{
  text-align: center;
  padding-bottom: 42px;
}
.section_product .wrapper p{
  padding-bottom: 20px;
  color: #999999;
}
.section_product .section_title{
  padding-bottom: 10px;
}
.section_product .type_product{
  margin-bottom: 32px;
}
.section_product .section_title span{
  font-size: 28px;
  color: #fff;
  font-family: Salzburg-Medium;
  text-transform: uppercase;
  background: #00a9eb;
  padding: 10px 50px 30px 50px;
  display: inline-block;
  border-radius: 15px 15px 50% 50%;
}
.section_product .type_product > ul > li{
  display: inline-block;
}
.section_product .type_product > ul > li a{
  padding: 8px 23px;
  background: #00a9eb;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

.section_product  .product_item .img{
  margin-bottom: 15px;
}
.section_product .list_item_product .title_product{
  padding-bottom: 20px;
}
/*.section_product .list_item_product .col_item{
  width: 100% !important;
}*/
.section_product .list_item_product .product_item .rate{
  display: block;
}
.section_product .list_item_product .col_item{
  width: 100% !important
}
.section_product .link_all a{
  font-size: 12px;
  color: #666666;
  border: 2px solid #dedede;
  border-radius: 0px;
  word-spacing: 4px;
}
.section_product .link_all a:after{
  content: '\e8a7';
  font-family: ficon;
  padding-left: 10px;
}
.section_product .link_all a:hover{
  background: #00a9eb;
  color: #fff;
  border-color: #00a9eb;
}
.resp-tabDrop { display: none; }
.resp-tablist {
    display: block;
    padding: 0;
    padding-bottom: 0px;
    line-height: 1em;
    margin: 0px;
}

.resp-tablistItem {
  padding: 9px 23px;
  background: #00a9eb;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
    display: inline;
    cursor: pointer;
}
.resp-tablistItem:hover{
    color: #fff;
}
.resp-tablistItem__active,.resp-tablistItem:hover{
    background: #0fbcff;
}

.resp-headings { display: none; }

.resp-contents { margin-top: 25px;overflow: hidden; }
.resp-contents form{ overflow: hidden; }
 @media (max-width: 1080px) {

.resp-tablist { display: none; }

.resp-tabDrop {
    display: block;
    width: 100%;
    height: 35px;
    font-size: 1.2em;
    margin: 1em 0 0 0;
    padding-left: 10px !important;
}
}
ul.resp-tablist{
  margin-bottom: 50px;
}
.resp-contents table tr td
{
    padding: 10px;
    word-wrap: break-word;
}

/*end product tab*/


footer {
    border-top: none;
}

@media (max-width: 769px) {
  .section_about .info_about{
    padding-right: 0px;
    margin-bottom: 40px;
  }

  .section_about {
    background-position-x: 100%;
  }  
  .news_home{
    padding-left: 0px;
  }
}
@media (max-width: 499px) {
  .news_home .list_news{
    flex-wrap: wrap;
  }
  .news_home .list_news .item{
    width: 100%;
    padding-right: 0px;
    margin-bottom: 20px;    
  }
  .news_home .list_news .item p{
    text-align: center;
  }
  .news_home .list_news .item:first-child{
    margin-right: 0px;
  }
  .section_product .section_title span{
    padding: 6px 25px 22px 25px;
  }
}
@media (max-width: 320px) {
  .section_product .section_title span{
    padding: 5px 25px 20px 25px;
    font-size: 20px;
  }
}