.main_contact {
  padding-bottom: 20px;
}

.main_contact .wrap-form-trade-enquire {
  background: #fff;
  padding: 0px 16px;
  max-width: 1440px;
  margin: 0 auto 14px auto;
}

.title {
  text-align: center;
  margin: 15px 0 30px 0;
}

.title h2 {
  font-family: var(--font-light);
  position: relative;
  text-transform: uppercase;
  font-size: 2.2rem;
  display: inline-block;
  padding: 0 0 20px 0;
}

@media(max-width:567px) {
  .title h2 {
    font-size: 25px;
    font-weight: 500;
  }
}

.title h2::before {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 23px;
  left: -120px;
}

.title h2::after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #000;
  position: absolute;
  right: -120px;
  top: 23px;
}

.content_head {
  font-family: var(--font-light);
  font-size: 15px;
  color: #000;
  text-align: justify;
}

.title_your_contact {
  font-size: 20px;
  font-family: var(--font-regular);
  padding: 0 0 10px 0;
}

.trade-form input[type='text'],
.trade-form input[type='number'] {
  border: none;
  height: 40px;
  border-bottom: 1px solid #8c8c8c;
  color: #000;
  width: 100%;
  margin: 0 0 35px 0;
  font-size: 15px;
  font-family: var(--font-light);
}

.trade-form input[type='submit'] {
  font-size: 20px;
  background: #333333;
  width: 25%;
  height: 50px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  border: none;
  font-family: var(--font-light);
}

.trade-form textarea {
  border: none;
  height: 40px;
  border-bottom: 1px solid #8c8c8c;
  color: #989898;
  width: 100%;
  margin: 0 0 30px;
  font-size: 15px;
  font-family: var(--font-light);
}

.main_login {
  width: 100%;
  min-height: 100vh;
  display: flex;
}

.btn {
  font-family: var(--font-light);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 0;
}

.btn-sent {
  width: 100px;
  height: 40px;
}

.btn-sent {
  width: 100%;
}

@media(min-width:1199.98px) {
  .main_contact {
    padding: 0 50px;
  }

  .main_contact .wrap-form-trade-enquire {
    padding: 20px 50px 50px;
  }

  .sendbtn {
    width: 150px;
  }
}

.profile_selected {
  padding: 0 0 40px 0;
  width: 100%;
  margin: 0 auto;
}

.lable_select {
  background: #e5e5e5;
  width: 100%;
  height: 50px;
}

.icon-arrow_dropdown {
  font-size: 10px;
  position: absolute;
  right: 20px;
  top: 15px;
  color: #636363;
}

.frm6 {
  padding: 0 100px 0 0 !important;
}

.frm5 {
  padding: 0;
}

@media(max-width:1199.98px) {
  .padd_mobile {
    margin-bottom: 30px;
  }

  .frm6 {
    padding: 0 !important;
  }

  .trade-form input,
  .trade-form input {
    margin: 0 0 30px 0;
  }
}

.btn_contact {
  padding: 0;
}

.note_contact {
  color: #000;
  font-size: 15px;
  font-family: var(--font-light);
  padding: 0;
}

/* info company*/
.info_company {
  background: #fff;
  margin-top: 20px;
  max-width: 1440px;
  margin: 0 auto;
}

.title_info_company {
  text-align: center;
  color: #000;
  font-family: var(--font-light);
  font-size: 40px;
  text-transform: uppercase;
  margin: -30px 0 50px 0;
  display: inherit;
}

.left_item {
  position: relative;
}

.info_image {
  position: relative;
  z-index: 5;
  max-width: 100%;
}

/* .info_content {
  padding: 0 15px 0 50px;
} */

.title_region {
  font-family: var(--font-light);
  font-size: 20px;
  padding: 10px 0;
}

.line_middle {
  height: 1px;
  width: 350px;
  background: #b2b2b2;
  margin: 40px 0;
}

.info_company ul li {
  font-family: var(--font-light);
  font-size: 15px;
  padding: 4px 0;
}

.info_company ul li.sub_title {
  font-family: var(--font-regular);
  font-size: 15px;
}

.info_company .item1 {
  padding: 0 20px 15px 0;
  border-bottom: 1px solid #b2b2b2;
}

.info_company .item2 {
  padding: 15px 20px 0 0;
}

@media (max-width: 1199.98px) {
  .container {
    padding: 0 15px;
  }

  .left_item {
    padding: 0;
  }

  .frm1,
  .frm2,
  .frm3,
  .frm4,
  .note_contact {
    padding: 0;
  }

  .note_contact {
    margin: 30px 0 0 0;
  }

  .bg_img {
    display: none;
  }


  .title h2::before,
  .title h2::after {
    display: none;
  }

  /******(max-width: 1199.98px)******/
}

.ta_brief_left-wrapper {
  margin: -15px -15px 0 -55px;
}

.img_catalog .image {
  overflow: hidden;
}

.image img,
.block_menu_desktop_item_left:hover img,
.block_menu_desktop_item_left img {
  -moz-transition: all ease-in .2s;
  -ms-transition: all ease-in .2s;
  -o-transition: all ease-in .2s;
  -webkit-transition: all ease-in .2s;
  transition: all ease-in .2s;
}

.image:hover img {
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.image .overlay {
  background-color: rgba(23, 52, 113, 0.8);
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.format_section1 {
  position: relative;
}

.feature__block--wide {
  position: absolute;
  width: 100%;
  height: 80%;
  bottom: 0;
}