#lienhe {
  margin-bottom: 20px;
  padding: 24px 16px;
  background: #f5f5f5;
}

.contact-list {
  height: 563px;
  overflow: auto;
}

.store-container {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.store-container h3 {
  font-size: 22px;
  margin: 0;
  font-weight: bold;
}
.store-container h4 {
  font-size: 16px;
  color: #999999;
}
.store-container h4 span {
  color: #1e8e04;
}
.store-container select {
  width: 100%;
  padding: 10px;
  margin-top: 10px;
}

.maps-info {
  padding: 16px;
  cursor: pointer;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-bottom: solid 1px #eeeeee;
}
.maps-info:hover {
  background: #f2f2f7;
}
.maps-info img {
  float: left;
  display: block;
  margin-right: 10px;
}
.maps-info p {
  margin: 0;
  padding: 0;
  line-height: 25px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.maps-info .info-window {
  font-size: 17px;
  font-weight: bold;
}
.maps-info .addressApc {
  color: #999999;
  font-size: 14px;
}

.maps-info.active {
  background: #f2f2f7;
  border-left: solid 2px #1e8e04;
}
.maps-info.active .info-window {
  color: #1e8e04;
}
.maps-info.active .addressApc {
  color: #333333;
}

.panel-title {
  position: relative;
}

.phoneApc {
  color: #1e8e04;
  font-size: 14px;
  font-weight: bold;
}

.active-col {
  background: #1e8e04;
}
.active-col p,
.active-col i {
  color: #fff !important;
}

.block-container .block-title {
  margin: 16px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: #fff;
  border-bottom: solid 1px #1e8e04;
}
.block-container .block-title h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0;
}

.slide_img {
  position: relative;
}
.slide_img .owl-nav .owl-prev,
.slide_img .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  color: #333;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
  font-size: 25px;
}
.slide_img .owl-nav .owl-prev:hover,
.slide_img .owl-nav .owl-next:hover {
  background-color: #159e0c;
  color: #fff;
  opacity: 1;
}
.slide_img .owl-nav .owl-prev {
  left: 10px;
}
.slide_img .owl-nav .owl-next {
  right: 10px;
}
.slide_img .policy-images-carousel .owl-dots {
  display: block !important;
}

#subscriber-form {
  margin-top: 40px;
  padding: 15px 60px;
  background: #fff;
  border-radius: 30px;
}
#subscriber-form .subscribe-title {
  margin: 0 0 40px;
  font-weight: 600;
  text-align: center;
}
#subscriber-form .parent_form .item_form {
  position: relative;
  margin: 30px 0;
}
#subscriber-form .parent_form .item_form .title_input {
  position: absolute;
  padding: 0 5px;
  margin: 0;
  background: #fff;
  color: #a9a9a9;
  top: -11px;
  left: 15px;
  font-size: 15px;
  font-weight: normal;
}
#subscriber-form .parent_form .item_form .form-control {
  height: 40px !important;
  border: solid 1px #a9a9a9 !important;
  padding: 20px 12px !important;
}
#subscriber-form .parent_form .item_form .form-control:focus {
  box-shadow: none !important;
  background: none !important;
}
#subscriber-form .parent_form .item_form .label_error {
  margin-top: 10px;
}
#subscriber-form .parent_form .item_check .add-info label {
  margin-bottom: 0;
  position: relative;
  padding-left: 15px;
  cursor: pointer;
}
#subscriber-form .parent_form .item_check .add-info label input {
  position: absolute;
  cursor: pointer;
  height: 0;
  width: 0;
  opacity: 0;
}
#subscriber-form .parent_form .item_check .add-info label .checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 25px;
  width: 25px;
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 6px;
}
#subscriber-form .parent_form .item_check .add-info label input:checked ~ .checkmark {
  background: #000 url("/templates/default/images/Icon.svg") top -2px left -2px no-repeat;
}
#subscriber-form .parent_form .item_check .add-info label .check_btn {
  padding-left: 20px;
}
#subscriber-form .parent_form .item_check .add-info label .check_btn span {
  font-weight: 400;
  color: #5c5c5c;
}
#subscriber-form .parent_form .item_check .add-info label .label_error {
  margin-top: 10px;
  font-weight: normal;
}
#subscriber-form .parent_form .item_check .add-info .name {
  color: #3e3e3f;
  font-size: 16px;
  padding-left: 15px;
}
#subscriber-form .button_form a {
  display: block;
  padding: 10px;
  color: #fff;
  background: #1e8e04;
  border-radius: 8px;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  font-weight: 600;
}

.voucher_page_content {
  margin: 30px 0;
}
.voucher_page_content img,
.voucher_page_content h2 img,
.voucher_page_content p a img,
.voucher_page_content .content img {
  max-width: 100% !important;
  height: auto !important;
}
.voucher_page_content .content h2 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px;
  line-height: normal;
  text-align: center;
  margin: 0;
}
.voucher_page_content .content .text {
  padding: 15px;
  background: #fff;
  margin: 15px 0;
}
.voucher_page_content .content .text p {
  font-size: 16px;
}
.voucher_page_content .content .text p:last-child {
  margin-bottom: 0;
}
.voucher_page_content .content .text ul {
  padding-left: 30px;
}
.voucher_page_content .content .text ul li {
  list-style: disc;
  margin-bottom: 10px;
}

#VoucherModal {
  background-color: rgba(0, 0, 0, 0.4);
}
#VoucherModal .modal-dialog {
  top: 30%;
  transform: translateY(-30%);
}
#VoucherModal .modal-dialog .modal-content {
  background: #1e8e04;
  color: #fff;
  border-radius: 30px;
}
#VoucherModal .modal-dialog .modal-content .modal-body {
  padding: 20px 40px;
}
#VoucherModal .modal-dialog .modal-content .modal-body h2 {
  font-weight: 600;
  margin: 20px 0;
  text-align: center;
  font-size: 30px;
}
#VoucherModal .modal-dialog .modal-content .modal-body p {
  font-size: 18px;
}
#VoucherModal .modal-dialog .modal-content .modal-body .note {
  font-style: italic;
  font-size: 14px;
}

.store-selector {
  background-color: #f5f5f5;
  max-width: 1200px;
  margin: 0 auto 16px;
}
.store-selector .selector-title {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.store-selector .store-options {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.store-selector .store-option {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
}
.store-selector .store-option .radio-input {
  margin-right: 12px;
  width: 20px;
  height: 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 2px solid #159e0c;
  border-radius: 50%;
  outline: none;
  position: relative;
  cursor: pointer;
}
.store-selector .store-option .radio-input:checked {
  background-color: #fff;
}
.store-selector .store-option .radio-input:checked:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #159e0c;
  border-radius: 50%;
}
.store-selector .store-option .store-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 100%;
  gap: 12px;
}
.store-selector .store-option .store-link .logo-container {
  background-color: #159e0c;
  padding: 4px 6px;
}
.store-selector .store-option .store-link .logo-container .logo {
  height: auto;
  width: 66px;
}
.store-selector .store-option .store-link .store-info {
  flex: 1;
}
.store-selector .store-option .store-link .store-info .store-name {
  font-weight: bold;
  color: #333;
  font-size: 16px;
  margin-bottom: 5px;
}
.store-selector .store-option .store-link .store-info .store-desc {
  color: #666;
  font-size: 14px;
}
.store-selector .store-option .store-link .store-info .store-hotline {
  margin-top: 5px;
}
.store-selector .store-option .store-link .store-info .store-hotline .hotline-text {
  color: #666;
  font-size: 14px;
}
.store-selector .store-option .store-link .store-info .store-hotline .hotline-number {
  color: #e62e04;
  font-weight: bold;
}

.procedure_content p {
  margin-bottom: 16px;
}
.procedure_content ul {
  padding-left: 40px;
}
.procedure_content ul li {
  list-style: disc;
  margin-bottom: 16px;
}
.procedure_content .procedure-steps {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 16px;
}
.procedure_content .procedure-steps .procedure-step {
  width: calc((100% - 48px) / 4);
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(30, 142, 4, 0.07);
  padding: 12px 12px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  transition: box-shadow 0.2s;
  position: relative;
}
.procedure_content .procedure-steps .procedure-step:hover {
  box-shadow: 0 4px 24px rgba(30, 142, 4, 0.18);
}
.procedure_content .procedure-steps .procedure-step .procedure-step__icon img {
  width: 90px;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}
.procedure_content .procedure-steps .procedure-step .procedure-step__title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0px;
}
.procedure_content .procedure-steps .procedure-step .procedure-step__desc {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}
.procedure_content .procedure-steps .procedure-step .procedure-step__desc a {
  color: #1e8e04;
}

.procedure_repair .procedure-steps .procedure-step {
  width: calc((100% - 64px) / 5);
}
.procedure_repair .procedure-steps .procedure-step .procedure-step__icon {
  position: relative;
}
.procedure_repair .procedure-steps .procedure-step .procedure-step__icon svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -40px;
}

@media (max-width: 767px) {
  #lienhe {
    padding: 20px 0;
  }
  .banners-static {
    display: none;
  }
  .store-selector {
    padding: 0 10px;
  }
  .store-selector .store-options {
    flex-direction: column;
    gap: 20px;
  }
  .store-selector .store-options svg {
    display: none;
  }
  #gmap {
    height: 300px !important;
  }
  .store-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .maps-info p {
    line-height: 20px;
  }
  .panel-title {
    font-size: 14px;
  }
  .info-window {
    font-size: 14px;
  }
  .procedure_content {
    padding: 0 10px;
  }
  .procedure_content .procedure-steps {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .procedure_content .procedure-steps .procedure-step {
    width: 100%;
    margin: auto;
  }
}
#oc-column-left {
  display: none;
}

.main-colum-right {
  width: 100% !important;
  padding: 0 !important;
}

.banners {
  margin-top: 10px;
}

.body_container {
  background: #fff !important;
}/*# sourceMappingURL=contact.css.map */