.contact-page{
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.breakcumb {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
  border-bottom: 1px solid #e8e6e6;
  padding-bottom: 5px;
}
.breakcumb .contents-br{
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-gioithieu .contents-br,
.page-tintuc .contents-br{
  padding: 0 10px;
}
.breakcumb .br-left,
.breakcumb .br-right{
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* .breakcumb .br-right{
  text-align: right;
} */
.breakcumb .br-left h3{
  font-size: 28px;
  color: black;
  font-weight: 600;
  margin: 0;
}
.breakcumb p{
  margin: 0;
  padding: 20px 0;
  font-size: 13px;
  color: #666666;
  text-transform: uppercase;
}
.breakcumb p a:hover{
  text-decoration: none;
  color: #2eb9d5;
}
.inner-contact{
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
}
.contact-page .container{
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact-page .contact-form {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  margin-bottom: 10px;
  padding-right: 0;
}
#contact-map {
  float: left;
  width: 100%;
  padding-bottom: 30px;
}
#contact-map iframe {
  float: left;
  width: 100%;
  padding: 5px;
  background: #ddd;
  border-radius: 10px;
}
.contact-page .contact-form form{
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact-page .contact-form form .text-input{
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact-page .contact-form form .text-input .group-text{
  width: 33.33%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 15px;
}
.contact-page .contact-form form .text-input .group-text:last-child{
  padding-right: 0;
}
.contact-page .contact-form form .text-input .group-text input{
  font-size: 13px;
  background: #f4f4f4;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 12px 20px;
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}
.contact-page .contact-form form .text-area{
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 20px;
}
.contact-page .contact-form form .text-area textarea {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  background-color: #f4f4f4;
  padding: 20px;
 font-family: 'Roboto', sans-serif;
  max-width: 100%;
  max-height: 100px;
   font-size: 13px;
}
.button-submit{
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 10px;
  text-align: center;
}
.button-submit input[type="submit"] {
  color: #ffffff;
  background-color: #d61c1f;
  border-color: #d61c1f;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  border: none;
  padding: 10px 10px;
  float: none;
  border-radius: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.button-submit input[type=submit]:hover{
  color: #ffffff;
  background-color: #333;
  border-color: #333;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
}
div.wpcf7-validation-errors{
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 20px 0;
}
.group-text .wpcf7-not-valid-tip{
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
div.wpcf7-validation-errors{
  border: 1px solid red;
  content: white;
}
/* .full-content .contact-page h1{
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 20px 0;
  border-bottom: 1px solid #e7e7e7;
} */
.contact-form h2, .contact-address h1, .title-list-contact {
  position: relative;
  background: transparent;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px;
  color: #000000;
  line-height: normal;
  padding-top: 5px;
  padding-bottom: 15px;
  width: 100%;
  display: inline-block;
}
.contact-address {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 15px;
}
.contact-address ul{
  float: left;
  width: 100%;
}
.contact-address li{
  margin-bottom: 10px;
  padding-left: 45px;
  position: relative;
  line-height: 35px;
}
.contact-address li i{
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #ccc;
  width: 35px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.contact-address li span{
  line-height: 20px;
  margin: 0;
  display: inline-block;
  font-size: 14px;
}
.bg-contact{
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 120px 0;
  background: url('../css/images/banner-lh.jpg') no-repeat scroll center center;
  background-size: cover;
  background-position: center;
  position: relative;
}
.bg-contact > *{
  position: relative;
  z-index: 2;
}
.bg-contact:before{
  position: absolute;
  content: '';
  display: block;
  background-color: #000;
  opacity: .3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.bg-contact p{
  text-align: center;
  margin: 0;
  font-size: 60px;
  color: white;
  font-weight: bold;
}

/* Hệ thống cửa hàng */
.list-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.item-contact {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100%/3);
          flex: 1 1 calc(100%/3);
  padding: 15px;
}
.item-contact-img {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.item-contact-img img {
  display: block;
  margin: auto;
  max-width: 100%;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.item-contact-img:hover img{
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
.item-contact-address {
  margin-bottom: 10px;
}
.item-contact-address a {
  text-transform: uppercase;
  color: #333;
  font-weight: 700;
}
.item-contact i {
  margin-right: 5px;
  font-size: 16px;
  color: #d61c1f;
}
/* RESPONSIVE */
@media only screen and (max-width: 800px) {
  .contact-page .contact-form,
  .contact-address{
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 767px){
  .breakcumb .br-right{
    display: none;
  }
  .breakcumb .br-left{
    width: 100%;
  }
}
@media only screen and (max-width: 640px){
  .item-contact {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100%/2);
            flex: 1 1 calc(100%/2);
  }
}
@media only screen and (max-width: 480px) {
  .contact-page .contact-form form .text-input .group-text{
    width: 100%;
    padding:10px 0;
  }
  .inner-contact,
  .page-gioithieu .contents{
    padding: 0;
  }
  .item-contact {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100%);
            flex: 1 1 calc(100%);
  }
  .item-contact-img img{
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {}