/*============================================================================
#Variable
==============================================================================*/
/*Contact Page*/
.wrapcontactin {
  position: relative;
  padding: 70px 100px;
  background: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-top: -190px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .wrapcontactin {
      padding: 40px 15px; } }
  @media (max-width: 767px) {
    .wrapcontactin {
      padding: 30px 15px; } }
  .wrapcontactin .logo-wrapper {
    margin-bottom: 30px;
    display: block;
    text-align: left; }
  .wrapcontactin p {
    font-family: "Arial";
    font-size: 14px;
    color: #6e7874;
    display: block;
    margin-bottom: 30px; }
    @media (min-width: 1200px) {
      .wrapcontactin p {
        max-width: 80%; } }
  .wrapcontactin .time_work {
    width: 100%;
    float: left; }
    .wrapcontactin .time_work .r {
      width: 100%;
      float: left;
      margin-bottom: 20px; }
      .wrapcontactin .time_work .r .fa, .wrapcontactin .time_work .r .fab, .wrapcontactin .time_work .r .fas {
        width: 30px;
        text-align: left;
        font-size: 14px;
        color: #6e7874;
        display: block;
        float: left;
        height: 24px;
        line-height: 24px; }
      .wrapcontactin .time_work .r span, .wrapcontactin .time_work .r a {
        display: block;
        width: calc(100% - 30px);
        -webkit-width: calc(100% - 30px);
        -moz-width: calc(100% - 30px);
        -o-width: calc(100% - 30px);
        -os-width: calc(100% - 30px);
        float: left;
        font-size: 14px;
        color: #6e7874; }
      .wrapcontactin .time_work .r a:hover {
        color: #00bcd4; }
  .wrapcontactin h4 {
    font-family: "Arial";
    font-size: 24px;
    color: #444444;
    margin-bottom: 30px;
    margin-top: 20px; }

.page-login .title-head-contact:before {
  width: 25%; }

.group_contact fieldset {
  padding: 0 15px;
  border: none;
  width: 100%; }

.group_contact input {
  height: 45px;
  padding: 0px 15px; }
  .group_contact input::-webkit-input-placeholder {
    color: #444444; }
  .group_contact input::-moz-placeholder {
    color: #444444; }
  .group_contact input:-ms-input-placeholder {
    color: #444444; }

.group_contact .content-area {
  min-height: 100px;
  padding: 10px 15px;
  border-radius: 10px !important;
  resize: none; }

.group_contact input, .group_contact textarea {
  border-color: #ebebeb;
  background-color: #ebebeb;
  font-size: 14px;
  color: #444444;
  border-radius: 10px !important; }
  .group_contact input::-webkit-input-placeholder, .group_contact textarea::-webkit-input-placeholder {
    color: #444444; }
  .group_contact input::-moz-placeholder, .group_contact textarea::-moz-placeholder {
    color: #444444; }
  .group_contact input:-ms-input-placeholder, .group_contact textarea:-ms-input-placeholder {
    color: #444444; }
  .group_contact input:focus, .group_contact textarea:focus {
    border-color: #ebebeb;
    background-color: #ebebeb;
    box-shadow: none; }

.group_contact textarea {
  margin-bottom: 15px;
  border-radius: 10px; }

.group_contact .btn-lienhe {
  font-family: "Arial";
  background: #00bcd4;
  color: #fff;
  height: 45px;
  line-height: 45px;
  padding: 0px 25px;
  font-weight: 700;
  font-size: 15px;
  display: inline-block;
  border-radius: 45px;
  position: relative; }
  .group_contact .btn-lienhe:hover, .group_contact .btn-lienhe:focus {
    color: #fff; }

.thank_text {
  color: #00bcd4;
  display: block;
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px; }

.google-map {
  width: 100%; }

.google-map .map {
  width: 100%;
  height: 450px;
  background: #dedede; }

@media (max-width: 543px) {
  .page-login span.intr {
    font-size: 13px !important; }
  .address .page_address .adr_title .title-head a {
    width: 100%;
    margin: 15px 0; } }

.iFrameMap .map {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%); }

.iFrameMap iframe {
  width: 100% !important;
  height: 450px; }

.title-head-contact {
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0px; }

.page_contact {
  padding-bottom: 40px;
  margin-top: -10px; }
  .page_contact label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700; }
    .page_contact label em {
      color: red; }
