/* CUS CSS */
.header .header-row {
  display: flex;
  justify-content: center;
  align-items: center; }
  .header .header-row > div {
    height: 100%; }

.desktop-search {
  display: flex;
  flex-direction: column;
  gap: 5px; }
  .desktop-search .search-suggest {
    display: flex;
    gap: 10px;
    flex-wrap: wrap; }
    .desktop-search .search-suggest a {
      color: #000;
      font-size: 12px; }
  .desktop-search .search-box form {
    margin: 0;
    border: 1px solid #000;
    border-radius: 30px;
    overflow: hidden; }
    .desktop-search .search-box form input {
      border: none; }
    .desktop-search .search-box form button {
      background: transparent; }

.list-action-header {
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding-top: 20px;
  justify-content: flex-end;
  gap: 15px; }
  .list-action-header .item-action {
    height: 100%; }
    .list-action-header .item-action a {
      display: flex;
      align-items: center;
      gap: 10px; }
      .list-action-header .item-action a .icon {
        width: 40px;
        height: 40px; }
        .list-action-header .item-action a .icon img {
          width: 100%;
          filter: invert(100%); }
      .list-action-header .item-action a .text {
        flex: 1;
        font-size: 13px;
        color: #000;
        line-height: 18px; }
  @media (max-width: 991px) {
    .list-action-header {
      padding-top: 10px; }
      .list-action-header .item-action a .icon {
        width: 30px;
        height: 30px; }
      .list-action-header .item-action a .text {
        display: none; } }

.page-hethongcuahang {
  padding: 0 0 30px; }
  .page-hethongcuahang .page-content .store-action {
    margin: 20px 0;
    display: flex;
    gap: 15px; }
    .page-hethongcuahang .page-content .store-action select {
      padding: 6px 8px;
      font-size: 14px;
      line-height: 1.42857143;
      color: #555;
      background-color: #fff;
      border: 1px solid #ccc;
      border-radius: 4px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
      -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
      transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
  .page-hethongcuahang .page-content .store-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px; }
    .page-hethongcuahang .page-content .store-wrapper .box-left {
      min-width: 0;
      overflow: hidden;
      padding-bottom: 10px; }
      .page-hethongcuahang .page-content .store-wrapper .box-left .store-title {
        background: #fadc4a;
        color: #fff;
        font-size: 16px;
        padding: 10px;
        font-weight: 700;
        border-radius: 10px 10px 0 0; }
      .page-hethongcuahang .page-content .store-wrapper .box-left .store-content {
        padding: 10px;
        height: 420px;
        overflow-y: scroll;
        border: 1px solid #fadc4a;
        border-radius: 0 0 10px 10px;
        background: #f1f1f5; }
        .page-hethongcuahang .page-content .store-wrapper .box-left .store-content .daily-item .item-map {
          display: none; }
        .page-hethongcuahang .page-content .store-wrapper .box-left .store-content .daily-item .item-title {
          display: flex;
          align-items: center;
          gap: 10px;
          background: #fff;
          border-radius: 5px;
          padding: 15px 15px 15px 15px;
          margin-bottom: 10px;
          cursor: pointer; }
          .page-hethongcuahang .page-content .store-wrapper .box-left .store-content .daily-item .item-title .title {
            flex: 1;
            font-size: 16px;
            margin: 0; }
          .page-hethongcuahang .page-content .store-wrapper .box-left .store-content .daily-item .item-title .toggle-icon {
            width: 25px;
            height: 25px;
            text-align: center;
            transition: all 0.2s linear; }
          .page-hethongcuahang .page-content .store-wrapper .box-left .store-content .daily-item .item-title.opened .toggle-icon {
            transform: rotate(180deg); }
        .page-hethongcuahang .page-content .store-wrapper .box-left .store-content .daily-item .item-info {
          display: none;
          background: #fff;
          border-radius: 5px;
          padding: 10px 15px;
          width: 100%;
          box-shadow: 0px 4px 15px rgba(20, 25, 26, 0.2);
          margin-bottom: 20px; }
          .page-hethongcuahang .page-content .store-wrapper .box-left .store-content .daily-item .item-info > div {
            font-size: 14px;
            line-height: 18px; }
            .page-hethongcuahang .page-content .store-wrapper .box-left .store-content .daily-item .item-info > div:not(:last-child) {
              margin-bottom: 10px; }
            .page-hethongcuahang .page-content .store-wrapper .box-left .store-content .daily-item .item-info > div span {
              color: #999; }
            .page-hethongcuahang .page-content .store-wrapper .box-left .store-content .daily-item .item-info > div .icon {
              display: inline-block;
              margin-right: 5px; }
            .page-hethongcuahang .page-content .store-wrapper .box-left .store-content .daily-item .item-info > div a {
              color: #333; }
    .page-hethongcuahang .page-content .store-wrapper .box-right {
      min-width: 0; }
      .page-hethongcuahang .page-content .store-wrapper .box-right .box-map {
        height: 100%; }
      .page-hethongcuahang .page-content .store-wrapper .box-right iframe {
        width: 100%;
        height: 100%;
        min-height: 400px; }
    @media (max-width: 991px) {
      .page-hethongcuahang .page-content .store-wrapper {
        grid-template-columns: 1fr;
        gap: 15px; } }

.desktop-search .search-box form button i {
  font-size: 18px; }

/*. PAGE CONTENT - CONTACT */
/*======================================*/
.page-wrapper ul, .page-wrapper ol {
  margin-bottom: 15px;
  padding-left: 40px; }

.page-wrapper ul {
  list-style-type: initial; }

.header-page-contact h1 {
  font-size: 30px;
  font-weight: 700;
  margin: 0px 0;
  line-height: 1.5; }

.header-page-contact:after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  margin-top: 10px;
  background: #000;
  margin-bottom: 25px; }

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

.box-info-contact li p {
  margin-bottom: 0;
  color: #666;
  font-weight: 500; }

.box-info-contact li p strong {
  font-weight: 600;
  color: #000; }

.box-send-contact h2 {
  font-weight: 700;
  font-size: 25px;
  margin: 40px 0 35px; }

.box-send-contact h2:after {
  content: "";
  display: block;
  margin-top: 15px;
  width: 30px;
  height: 3px;
  background: #000; }

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

.box-send-contact .contact-form .input-group input,
.box-send-contact .contact-form .input-group textarea {
  border: 1px solid #e7e7e7;
  box-shadow: none;
  height: 45px;
  font-weight: 500;
  padding: 0 20px;
  background: #fff;
  color: #000;
  width: 100%;
  -webkit-appearance: none; }

.box-send-contact .contact-form .input-group textarea {
  width: 100%;
  height: 225px;
  padding: 20px 20px;
  resize: none; }

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

.wrapbox-content-page-contact {
  padding: 30px 30px 15px 15px; }

.wrapbox-content-page {
  padding-bottom: 30px; }

.sidebar-page .group-menu {
  margin: 0 0 30px;
  position: relative;
  padding: 20px;
  border: 1px solid #e3e5ec; }

.sidebar-page .page_menu_title h2 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  text-align: center; }

.sidebar-page .box_image {
  margin-bottom: 30px; }

.box_image .banner {
  position: relative;
  overflow: hidden; }

.box_image .banner img {
  width: 100%;
  -webkit-transition: all 1s ease-in-out 0s;
  -khtml-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.box_image .banner:hover img {
  -webkit-transform: scale(1.2);
  -khtml-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); }

.banner-hover-effect:before, .banner-hover-effect:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  background-color: rgba(255, 255, 255, 0.15);
  transition: all .8s ease-in-out 0s;
  -webkit-transition: all .8s ease-in-out 0s;
  -ms-transition: all .8s ease-in-out 0s; }

.banner-hover-effect:before {
  top: 0;
  left: 0;
  z-index: 1; }

.banner-hover-effect:after {
  bottom: 0;
  right: 0;
  z-index: 2; }

.box_image .banner:hover .banner-hover-effect:before, .box_image .banner:hover .banner-hover-effect:after {
  width: 100%;
  height: 100%; }

.box-send-contact button {
  position: relative;
  display: inline-block;
  padding: 10px 28px;
  line-height: normal;
  border: 1px solid #ffffff;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  background-color: transparent;
  -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 1;
  color: #252a2b;
  overflow: hidden;
  height: 55px;
  line-height: 55px;
  padding: 0 30px;
  border-radius: 0;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  border-color: #000000; }
  .box-send-contact button:before {
    position: absolute;
    content: '';
    display: block;
    left: -2px;
    top: 0;
    right: -2px;
    bottom: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    z-index: -1;
    background-color: #ffffff;
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86); }

@media (min-width: 992px) {
  .box-heading-contact {
    /*position: -webkit-sticky;
		position: sticky;
		top: 0;
		border-right: 1px solid #ededed;
		height: 100vh;
		padding: 0;*/
    height: 100%; }
    .box-heading-contact .box-map {
      height: 100%; }
      .box-heading-contact .box-map iframe {
        width: 100%;
        height: 100%; } }

@media (max-width: 991px) {
  .wrapbox-content-page-contact {
    padding: 0 15px 15px; } }

/*======================================*/
.box-banner-map img {
  width: 100%;
  height: auto;
  display: block; }
