/**
 * page-header
 */
@font-face {
  font-family: fontawesome;
  src: url('../fonts/fontawesome-webfont.ttf'), url('../fonts/fontawesome-webfont.woff');
  
  /* IE9 */
}
.page-header {
  text-align: center;
  padding: 80px 0 92px;
  font-weight: 300;
  background: #383d61 url('../images/pattern-dark.png');
}
.page-header .page-header-title {
  font-size: 60px;
  color: #fff;
  font-weight: normal;
}
/**
 * breadcrumb-box
 */
.breadcrumb-box {
  border-bottom: 1px solid #e9e9e9;
}
.breadcrumb-box .am-breadcrumb {
  padding: 16px 0 0;
  margin-bottom: 1rem;
}
.breadcrumb-box .am-breadcrumb li a {
  font-size: 14px;
  color: #262626;
}
.breadcrumb-box .am-breadcrumb .am-active {
  color: ##6975a6;
}
/**
 * section
 */
.section .section--title {
  font-size: 50px;
  font-weight: 300;
  text-align: center;
}
.section .section--description {
  font-size: 20px;
  line-height: 30px;
  color: #9b9b9b;
  text-align: center;
  margin: 13px 0 0;
}
.section .section-container {
  border-top: 1px solid #e9e9e9;
  /* margin-top: 50px; */
  /*=========contact-left==========*/
  /*=========contact-form==========*/
}
.section .section-container .contact-left li {
  list-style: none;
  margin: 67px 0 0;
}
.section .section-container .contact-left li::first-child {
  margin-top: 0;
}
.section .section-container .contact-left li .contact_item {
  position: relative;
  padding: 0 0 0 97px;
}
.section .section-container .contact-left li .contact_item .contact_item--icon {
  position: absolute;
  font-size: 72px;
  color: #009A61;
  top: 0;
  left: 0;
}
.section .section-container .contact-left li .contact_item .contact_item--title {
  font-size: 20px;
}
.section .section-container .contact-left li .contact_item .contact_item--text {
  font-size: 16px;
  line-height: 23px;
  color: #969696;
  margin: 15px 0 0;
}
.section .section-container .contact-form {
  margin-top: 60px;
}
.section .section-container .contact-form .contact-form_title {
  font-size: 20px;
  margin: 0 0 6px;
}
.section .section-container .contact-form input,
.section .section-container .contact-form textarea {
  width: 100%;
  background: #fcfcfc;
  border: 2px solid #e9e9e9;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 20px;
  position: relative;
  z-index: 1;
  resize: none;
  border-radius: 3px;
  vertical-align: top;
  color: #262626;
}
.section .section-container .contact-form .am-form .am-g .am-u-md-6 {
  padding: 10px;
}
.section .section-container .contact-form .am-form select {
  width: 100%;
  background: #fcfcfc;
  border: 2px solid #e9e9e9;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 20px;
  position: relative;
  z-index: 1;
  resize: none;
  border-radius: 3px;
  vertical-align: top;
  color: #262626;
}
.section .section-container .contact-form .am-form .btn-change {
  position: absolute;
  top: 10px;
  padding: 10px 18px;
  border: 2px solid #34c1e4;
  background: #fff;
  color: #34c1e4;
}
.section .section-container .contact-form .am-form .btn-reguest {
  padding: 10px 18px;
  border: 2px solid #6975a6;
  background: #fff;
  color: #6975a6;
  width: 94px;
  line-height: 15px;
  margin-top: 10px;
}
.section .section-container .contact-form .am-form .btn-reguest:hover {
  background: #6975a6;
  color: #fff;
}
@media (max-width: 640px) {
  .btn-fl {
    float: left !important;
    text-align: left;
  }
}
