/*============================================================================
#Variable
==============================================================================*/
.content-page {
  min-height: 400px;
  margin-bottom: 40px; }
  .content-page ul, .content-page ol {
    padding-left: 20px; }

.page-store {
  padding-bottom: 50px; }
  .page-store .col-left .option-chos .group {
    margin-bottom: 10px;
    width: 100%; }
    .page-store .col-left .option-chos .group select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background-position: right center;
      background-image: url(//cdn.hstatic.net/themes/200000196031/1001451408/14/ico-select2.png?v=338);
      background-repeat: no-repeat;
      background-position: right 10px center;
      background-color: #fff !important;
      padding-right: 28px;
      text-indent: 0.01px;
      cursor: pointer;
      font-weight: 500;
      padding: 5px 20px 5px 12px;
      width: 100%;
      height: 40px;
      border-radius: 0px;
      border: 1px solid #d6d6d6;
      outline: none !important; }
  .page-store .col-left .option-chos .info-store {
    margin-top: 15px;
    max-height: 380px;
    overflow: hidden;
    overflow-y: auto; }
    @media (max-width: 991px) {
      .page-store .col-left .option-chos .info-store {
        max-height: 220px; } }
    .page-store .col-left .option-chos .info-store::-webkit-scrollbar {
      width: 5px;
      background-color: #F5F5F5; }
    .page-store .col-left .option-chos .info-store::-webkit-scrollbar-thumb {
      border-radius: 5px;
      -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
      background-color: #A3A8AF; }
    .page-store .col-left .option-chos .info-store::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
      border-radius: 5px;
      background-color: #F5F5F5; }
    .page-store .col-left .option-chos .info-store .store-list {
      background: #fff;
      padding: 0px;
      line-height: 24px;
      border-bottom: dashed 1px #F2F2F2;
      cursor: pointer; }
      .page-store .col-left .option-chos .info-store .store-list .store-name {
        position: relative;
        display: inline-block;
        padding: 10px; }
        .page-store .col-left .option-chos .info-store .store-list .store-name b {
          display: inline-block;
          width: 100%;
          font-weight: 700;
          color: #000;
          margin-bottom: 8px; }
        .page-store .col-left .option-chos .info-store .store-list .store-name span {
          position: relative;
          font-size: 1.4rem;
          padding-left: 20px;
          color: #333;
          width: 100%;
          display: inline-block; }
          .page-store .col-left .option-chos .info-store .store-list .store-name span a {
            color: #333; }
            .page-store .col-left .option-chos .info-store .store-list .store-name span a:hover {
              color: #862714; }
          .page-store .col-left .option-chos .info-store .store-list .store-name span .icon {
            top: -1px;
            left: 0;
            position: absolute; }
            .page-store .col-left .option-chos .info-store .store-list .store-name span .icon svg {
              width: 16px;
              height: 16px; }
      .page-store .col-left .option-chos .info-store .store-list:last-child {
        border-top: solid 0px #ebebeb !important; }
    .page-store .col-left .option-chos .info-store .store-name:hover, .page-store .col-left .option-chos .info-store .store-name:focus {
      background: #ddd; }
  .page-store .col-right .wrapcontact {
    overflow: hidden; }
    .page-store .col-right .wrapcontact .map iframe {
      width: 100% !important;
      height: 555px; }
  .page-store .col-right .pagebody iframe {
    width: 100% !important;
    height: 555px;
    border: 0px !important; }
  @media (max-width: 991px) {
    .page-store .col-right {
      margin-top: 20px; }
      .page-store .col-right .wrapcontact .map iframe {
        width: 100% !important;
        height: 350px;
        border: 0px !important; }
      .page-store .col-right .pagebody iframe {
        width: 100% !important;
        height: 350px;
        border: 0px !important; } }
  .page-store .info-iframe {
    width: 100%;
    clear: both;
    float: left;
    margin-top: 10px; }
    .page-store .info-iframe a {
      color: #862714; }
