.container .breadcrumb {
  padding: 0;
}

.main-contact {
  border-radius: 10px;
  padding: 16px;
  margin: 8px 0;
  grid-template-columns: 1fr 4fr;
  grid-gap: 48px;
}
.main-contact .menu-left .h2_c {
  font-size: 16px;
  color: #000000;
  margin-bottom: 12px;
  margin-top: 8px;
}
.main-contact .menu-left .trademark .bottom-nav {
  padding: 0;
}
.main-contact .menu-left .trademark .bottom-nav li {
  padding: 8px 0;
  font-size: 14px;
  list-style: none;
}
.main-contact .menu-left .trademark .bottom-nav li:hover {
  background: #feeeea;
  padding-left: 16px;
}
.main-contact .top .contact-right h1 {
  font-size: 20px;
  color: #3b3b3b;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 16px;
}
.main-contact .top .contact-right h2 {
  font-size: 18px;
  color: #000000;
  padding: 16px 0;
}
.main-contact .top .contact-right form .infomation .error {
  width: 100%;
}
.main-contact .top .contact-right form .infomation .error input {
  width: 100%;
  padding: 6.75px 16px;
  border: 1px solid #dedede;
  border-radius: 4px;
  color: #757575;
}
.main-contact .top .contact-right form textarea {
  font-size: 15px;
  padding-left: 16px;
}
.main-contact .top .contact-right form .send-contact .bg-orange {
  background: #f15928;
  padding: 10px 16px;
  border-radius: 4px;
}
.main-contact .top .contact-right form .send-contact .bg-orange .submit_contact {
  color: #fff;
  font-size: 16px;
}
.main-contact .top .contact-right form .send-contact .bg-orange:hover {
  background: #dc3600;
}
.main-contact .layout-bottom .map .info-contact h2 {
  margin-bottom: 24px;
}
.main-contact .layout-bottom .map .info-contact p {
  padding: 8px 0;
}
.main-contact .layout-bottom .map .map-gg iframe {
  width: 100%;
  max-width: 100%;
}

.checkbox.style-c {
  display: block; /* Stack the radio buttons vertically */
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-bottom: 20px; /* Space between radio buttons */
}

.checkbox.style-c::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translate(-50%, -50%);
  height: 30px; /* Size of the outer background */
  width: 30px;
  background-color: #fff; /* Light grey background */
  border-radius: 50%;
  z-index: 0; /* Ensure it's behind the radio button */
}
@media (max-width: 767px) {
  .checkbox.style-c::before {
    left: 7% !important;
  }
}

.checkbox.style-c input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox.style-c .checkbox__checkmark {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  height: 16px;
  width: 16px;
  background-color: white;
  border: 1px solid #bfbfbf; /* Default border color */
  border-radius: 50%;
  transition: background-color 0.25s ease, border 0.25s ease;
}
@media (max-width: 767px) {
  .checkbox.style-c .checkbox__checkmark {
    left: 4% !important;
  }
}

.checkbox.style-c .checkbox__checkmark:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translate(-50%, -50%);
  height: 11px;
  width: 11px;
  background-color: #f15928; /* Red fill color */
  border-radius: 50%;
  opacity: 0; /* Hidden by default */
  transition: opacity 0.25s ease;
}

.checkbox.style-c input:checked ~ .checkbox__checkmark {
  border-color: #f15928; /* Change border color when checked */
}

.checkbox.style-c input:checked ~ .checkbox__checkmark:after {
  opacity: 1; /* Show inner circle when checked */
}

.checkbox.style-c .checkbox__body {
  color: #333;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 400;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .menu-left {
    display: none !important;
  }
  .main-contact {
    grid-template-columns: 1fr !important;
    margin-top: 0 !important;
    padding: 15px !important;
    gap: 0 !important;
  }
  .breadcrumb {
    display: none;
  }
  .layout-ft .trademark ul li {
    font-size: 13px !important;
  }
  .contact-right h1 {
    font-size: 16px !important;
    padding: 0 !important;
    border: 0 !important;
  }
  .contact-right h2 {
    font-size: 14px !important;
  }
  .contact-right form .layout-checkbox-gender .checkbox__body {
    font-size: 13px !important;
  }
  .contact-right form .infomation {
    gap: 10px !important;
  }
  .contact-right form .infomation input {
    font-size: 12px !important;
  }
  .contact-right form textarea {
    font-size: 13px !important;
  }
  .contact-right form .send-contact .bg-orange {
    gap: 8px !important;
  }
  .contact-right form .send-contact a {
    font-size: 13px !important;
  }
  .layout-bottom .map .info-contact {
    margin: 16px 0 !important;
  }
  .layout-bottom .map .info-contact h2 {
    margin-bottom: 12px !important;
  }
  .layout-bottom .map .info-contact h2 span {
    font-size: 16px !important;
  }
  .layout-bottom .map .info-contact p {
    font-size: 13px !important;
  }
}
a.accordion-link.active.show.p-0 {
  color: #000000 !important;
}
a.accordion-link.active.show.p-0:hover {
  color: #f15928 !important;
}/*# sourceMappingURL=contact.css.map */