.breadcrumb-tow {
    text-align: center;
    box-shadow: 2px 2px 20px #0000000f;
    background-repeat: no-repeat;
    min-height: 300px;
    display: flex;
    position: relative;
}
.breadcrumb-tow::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	height: 100%;
}
.breadcrumb-title>p {
    text-align: center;
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}
/*lien hệ*/
.sub-title {
    position: relative;
    color: #f6c71e;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    padding: 0 20px;
    position: relative;
    display: inline-block;
}
.sub-title::before {
    content: "";
    bottom: 0;
    left: 0;
    height: 6px;
    width: 6px;
    position: absolute;
    top: 50%;
    z-index: 0;
    transform: translateY(-50%);
    background-color: #f6c71e;
}
.sub-title::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    right: 2px;
    top: 50%;
    z-index: 0;
    transform: translateY(-50%);
    background-color: #f6c71e;
}

.tt-lh > div {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #eaeaea;
    border-radius: 0;
    font-size: 16px;
}
.lh-box-times {
  padding: 30px 30px 40px;
  background-color: #111e21db;
}
.lh-times-desc ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.lh-times-desc li {
  color: #fff;
  margin-bottom: 13px;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 13px;
  border-bottom: 1px solid rgb(255 255 255/10%);
  letter-spacing: .01px;
}
.lh-times-desc li strong {
    float: right;
    color: #bfbfbf;
    font-weight: 400;
    font-size: 15px;
}
.lh-form {
    padding: 60px 40px 56px;
    background-color: #fff;
}
.lh-form span.wpcf7-form-control-wrap input, .lh-form span.wpcf7-form-control-wrap select, .lh-form span.wpcf7-form-control-wrap textarea {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 0;
}
.lh-form span.wpcf7-form-control-wrap input, 
.lh-form span.wpcf7-form-control-wrap select {
    height: 55px;
    line-height: 55px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
    max-width: 100%;
}
.lh-form .wpcf7 input[type="submit"] {
    padding: 17px 33px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    height: auto;
    letter-spacing: .5px;
    background-color: #f6c71e;
    color: #fff;
    border: 0;
}
.lh-form span.wpcf7-form-control-wrap textarea {
    max-width: 100%;
    height: 130px;
    padding-top: 10px;
    color: inherit;
    padding: 15px;
}
.iframe-map iframe{
    width: 100%;
    display: block;
}

@media only screen and (max-width: 991px) {
    .breadcrumb-title > p {
        font-size: 22px;
        line-height: 40px;
    }
    .breadcrumb-tow {
        min-height: 150px;
    }
    .lh-form {
        padding: 20px;
    }
}