:root {
  --breadcrumb-color: #000000;
  --breadcrumb-contact-color: #ffffff; }

.breadcrumb-shop {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }
  .breadcrumb-shop .container {
    max-width: 100%;
    padding: 0; }
  .breadcrumb-shop .breadcrumb {
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    background-color: transparent;
    justify-content: center;
    border-radius: 0;
    margin: 0;
    gap: 30px; }
    .breadcrumb-shop .breadcrumb li {
      position: relative;
      color: var(--breadcrumb-color);
      font-size: 16px; }
      .breadcrumb-shop .breadcrumb li:before {
        content: '';
        width: 4px;
        height: 4px;
        position: absolute;
        top: 42%;
        left: -15px;
        background: var(--shop-color-main);
        transform: rotate(45deg);
        z-index: 1; }
      .breadcrumb-shop .breadcrumb li:first-child:before {
        content: none; }

.section-breadcrumb {
  position: relative;
  padding: 200px 0 150px;
  text-align: center; }
  .section-breadcrumb:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(//cdn.hstatic.net/themes/200000945195/1001440239/14/page_banner.jpg?v=1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .section-breadcrumb h1, .section-breadcrumb a {
    color: var(--breadcrumb-color); }
  .section-breadcrumb .breadcrumb-content {
    position: relative;
    color: var(--breadcrumb-color); }
    .section-breadcrumb .breadcrumb-content h1 {
      text-transform: uppercase; }
  @media (max-width: 767px) {
    .section-breadcrumb {
      padding: 100px 0 80px; }
      .section-breadcrumb h1 {
        font-size: 30px; } }

.layout-pageDetail {
  padding-bottom: 15px; }

.layout-pageContact .section-breadcrumb:before {
  background-image: url(//cdn.hstatic.net/themes/200000945195/1001440239/14/contact_banner.jpg?v=1); }

.layout-pageContact .section-breadcrumb h1, .layout-pageContact .section-breadcrumb a {
  color: var(--breadcrumb-contact-color); }

.layout-pageContact .section-breadcrumb .breadcrumb-shop .breadcrumb {
  border-top: 1px solid rgba(255, 255, 255, 0.5); }
  .layout-pageContact .section-breadcrumb .breadcrumb-shop .breadcrumb li {
    color: var(--breadcrumb-contact-color); }

.layout-pageContact .section-breadcrumb .breadcrumb-content {
  color: var(--breadcrumb-contact-color); }

.layout-searchPage .section-breadcrumb {
  padding: 120px 0; }

/*===== CONTACT +++ ABOUT +++ SEARCH ======================*/
.heading-pageDetail h1 {
  font-weight: 700;
  font-size: 22px;
  margin: 0 0 20px; }

.wrapper-pageDetail {
  background: #fff;
  padding: 10px 15px;
  height: 100%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.08); }

.content-pageDetail {
  margin-bottom: 40px; }

.content-pageDetail * {
  max-width: 100%; }

.wrapper-bodycontact .wrapbox-content-left {
  padding-right: 0; }

.layout-pageContact .breadcrumb-shop {
  margin-bottom: 0; }

.box-info-contact, .box-send-contact {
  background: #fff;
  padding: 15px;
  border-radius: 3px; }

.box-info-contact {
  margin-bottom: 15px; }

.box-info-contact li {
  margin-bottom: 10px; }

.box-info-contact li > span {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  float: left;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 15px; }

.box-info-contact li p {
  width: calc(100% - 35px);
  float: left;
  padding-left: 15px;
  margin-bottom: 5px;
  color: #696969;
  font-weight: 500; }

.box-info-contact li p a {
  color: #696969; }

.box-info-contact li p strong {
  color: #000;
  margin-bottom: 5px; }

.wrapbox-contact {
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; }

.wrapbox-contact .infoList-contact {
  width: 50%; }

.box-send-contact h2, .box-info-contact h2 {
  font-weight: 700;
  font-size: 22px;
  margin: 0 0 20px; }

.box-send-contact p {
  margin-bottom: 15px; }

.contact-form .input-group {
  width: 100%;
  margin-bottom: 20px; }

.contact-form .input-group input,
.contact-form .input-group textarea {
  color: #5c5c5c;
  height: 45px;
  width: 100%;
  font-weight: 500;
  padding: 8px 20px;
  background: #fff;
  border: 1px solid var(--shop-color-border);
  border-radius: 4px;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.contact-form .input-group textarea {
  width: 100%;
  height: 130px;
  padding: 20px 20px; }

.contact-form .input-group textarea:focus {
  outline: none; }

.layout-searchPage {
  margin-bottom: 50px; }
  .layout-searchPage .heading-page {
    position: relative;
    text-align: center; }
    .layout-searchPage .heading-page:after {
      content: "";
      background: #252a2b;
      display: block;
      width: 60px;
      height: 4px;
      margin: 20px auto 30px; }
    .layout-searchPage .heading-page h1 {
      margin: 25px 0 5px;
      font-size: 30px; }
  .layout-searchPage .subtext-result {
    margin: 0 0 15px; }
  .layout-searchPage .expanded-message .message-txt {
    width: 100%;
    text-align: center;
    margin-bottom: 30px; }
  .layout-searchPage .expanded-message h2 {
    font-weight: 600;
    font-size: 20px; }
  .layout-searchPage .expanded-message .subtext {
    margin-bottom: 40px;
    display: block; }
  .layout-searchPage .search-field {
    width: 100%;
    display: block;
    margin: auto; }
  .layout-searchPage .search-field input#go {
    width: 55px;
    height: 45px;
    float: right;
    background: url(//cdn.hstatic.net/themes/200000945195/1001440239/14/iconsearch.png?v=1) #252a2b center no-repeat;
    margin: 0px;
    position: relative;
    top: 0;
    border-radius: 0;
    font-size: 0;
    border: 0; }
  .layout-searchPage .search-field .search_box {
    width: calc(100% - 55px);
    outline: none;
    height: 45px;
    padding: 0 20px;
    background: #ededed;
    border: 0;
    box-shadow: none; }
  @media (min-width: 992px) {
    .layout-searchPage .col-lg {
      flex: 0 0 20%;
      -webkit-flex: 0 0 20%; } }

@media (min-width: 992px) {
  .box-map-contact {
    height: 100%;
    border-radius: 4px;
    overflow: hidden; }
  .box-map-contact iframe {
    top: 30px;
    height: 100%;
    position: -webkit-sticky;
    position: sticky;
    -webkit-transition: top 400ms ease;
    -moz-transition: top 400ms ease;
    transition: top 400ms ease; } }

@media (max-width: 991px) {
  .wrapbox-contact {
    flex-direction: column;
    -ms-flex-direction: column; }
  .wrapbox-contact .infoList-contact {
    width: 100%; }
  .wrapbox-contact .infoList-contact:nth-child(2) {
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse; }
  .widthContent {
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse; }
  .wrapper-bodycontact .wrapbox-content-left {
    padding-right: 15px;
    margin-top: 15px; }
  .box-map-contact iframe {
    height: 50vh; } }

@media (max-width: 767px) {
  .wrapbox-content-right {
    padding: 0; } }

.box-info-contact, .box-send-contact {
  background: #000; }

.box-info-contact li p strong, .box-send-contact p {
  color: #fff; }

.box-info-contact li > span i {
  color: #fff; }
