
.mainLH{
  margin:40px 0;
}

.titleHL h1{
  font-size:36px;
  text-align:center;
  font-weight:600;
  margin-bottom:20px;
}

.mainLH .formLH{
    text-align: center;
}

.mainLH .formLH input,
.mainLH .formLH textarea{
  padding:8px 10px;
  outline:none;
  width:100%;
  border: 1px solid #faaf18;
  margin-bottom:10px;
}

.mainLH .formLH input::-webkit-input-placeholder,
.mainLH .formLH textarea::-webkit-input-placeholder{
  color:#faaf18;
}

.mainLH .formLH button{
  height: 32px;
    padding: 0 15px;
    font-size: 14px;
    text-transform: uppercase;
    color: #faaf18;
    font-weight: 700;
    border: 1px solid #faaf18;
    border-radius: 0px;
    outline: none;
    box-shadow: none;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.mainLH .formLH button:hover{
  color:#fff;
  background:#faaf18;
}

.HDphone,
.HDemail,
.HDaddress{
  padding-top: 35px;
  padding-left: 95px;
  height: 200px;
  background: #e2e2e2;
  position: relative;
  word-break: break-word;
}

.HDemail{
  background: #ececec;
}

.HDphone::before,
.HDemail::before,
.HDaddress::before{
  content: "\f095";
    font-family: FontAwesome;
    position: absolute;
    left: 20px;
    color: #eb1c23;
    font-size: 35px;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
}

.HDemail::before{
  content: "\f0e0";
}

.HDaddress::before{
  content: "\f041";
}

.thongtinLH{
  padding-top:20px;
}

@media(min-width:1023px){
  .ttLeft{
    padding-right:0 !important;
  }
  .ttCenter{
    padding:0 !important; 
  }
  .ttRight{
    padding-left:0 !important;
  }
}




/*animation orderSuccess*/

.background-succ {
  background-color: #000000;
  color: #fff;
  top: 0;
  left: 0;
  width: 400px;
  z-index: 1000;
  border-radius: 5px;
  height: 215px;
  position: absolute;
  display: none;
  justify-content: ;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.background-succ .content {
  padding-top: 50px;
  position: relative;
  text-align: center;
}

.background-succ .content img {
  width: 60px;
  height: 60px;
}

.background-succ .content p {
  display: block;
  font-size: 18px;
  margin-top: 1rem;
  font-weight: 500;
  color: #fff;
}


.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: green;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: green;
  stroke-miterlimit: 10;
  margin: 0px auto;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #fff;
  }
}
