html {
  overflow-x: hidden;
}

body {
  font-family: "Kanit", sans-serif;
  overflow-x: hidden;
}

.bg_branch {
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  margin: 0;
}
.form_branch_top {
  padding: 20px 0 0;
}
.form_branch_top h3 {
  color: #870106;
  font-size: 23px;
}
.bg_branch hr {
  border-top: 1px solid #870106;
  margin: 10px 0 20px;
}
.box_form_branch {
  margin: 0;
  border-radius: 10px;
  padding: 0 0 15px;
}
.box_branch {
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 15px 5px rgb(50 50 50 / 50%);
  -moz-box-shadow: 5px 5px 15px 5px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 0px 10px -2px rgb(48 46 50 / 35%);
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
}
.form_branch h3 {
  font-weight: 600;
  font-size: 22px;
}
.form_branch h4 {
  font-size: 19px;
  margin: 3px 0;
}
.form_branch p {
  font-size: 14px;
}
.button_branch {
  background-color: #ef181e;
  color: #fff;
  border: none;
  padding: 6px 22px;
  border-radius: 15px;
  font-size: 20px;
}
.bg_branch img {
  border-radius: 30px;
}

.padding-btm {
  padding-bottom: 20px;
}

.points-item {
  padding: 0px 20px 10px 20px;
  margin: 5px 0 5px 0;
  display: flex;
  font-family: "Sarabun", sans-serif;
  border-bottom: 0.5px solid gray;
  color: white;
}

.points-price {
  font-size: 18px;
  padding: 0 0 3px 0;
}
.points-date {
  padding: 0;
  font-size: 13px;
}

.points-number {
  padding-top: 10px;
  margin: auto;
  text-align: center;
  font-size: 20px;
}

a,
a:hover {
  color: #ffffff;
}
.branch-card {
  margin-top: 10px;
  padding: 5px;
  box-shadow: 2px 2px 3px rgb(215, 215, 215);
  border-radius: 5px;
  width: 100%;
  background-color: white;
  display: flex;
}
.branch-card-title {
  font-size: 20px;
}
.branch-card-sub-title {
  font-size: 16px;
}
.branch-card-detail {
  margin-top: 5px;
  font-size: 10px;
}
.reserve-btn {
  border: none;
  box-shadow: 2px 2px 3px rgb(215, 215, 215);
  background-color: #dc2f2e;
  color: white;
  font-size: 15px;
  margin: 10px 0 10px 0;
  padding: 5px 20px 5px 20px;
  border-radius: 10px;
}
.branch-list-title {
  padding: 10px 0 20px 0;
  color: #870006;
  border-bottom: 1px solid #870006;
  display: flex;
}

.branch-list-container {
  border-radius: 10px 10px 0 0;
  background-color: #f1f1f1;
  padding: 10px;
  margin-left: -15px;
  width: 109%;
  margin-bottom: 50px;
}
.coupon-list-container {
  border-radius: 10px 10px 0 0;
  background-color: #f1f1f1;
  margin-left: -15px;
  width: 109%;
  margin-bottom: 50px;
}

.map-img-container {
  width: 40%;
}
.map-img {
  width: 100%;
  border-radius: 10px;
}

.map-detail-box {
  display: flex;
  padding: 20px;
  padding-top: 80px;
  margin-top: -60px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background-color: #3b3b3b;
  border-radius: 30px 30px 0 0;
}
.time-detail-box {
  display: flex;
  padding: 20px;
  padding-top: 20px;
  margin-top: 10px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background-color: #3b3b3b;
  margin-bottom: 50px;
}
.branch-thumbnail-box {
  width: 40%;
  margin: auto;
}
.branch-img {
  border-radius: 10px;
  width: 100%;
}
.footer-btn {
  border: none;
  background-color: white;
  color: black;
  font-size: 17px;
  margin: 0 5px 0 5px;
  border-radius: 10px;
  padding: 5px 20px 5px 20px;
}
.map-detail-title {
  margin: 15px 0 0 15px;
  font-size: 20px;
  color: white;
}
.map-detail-sub-title {
  margin: 0 0 0 15px;
  font-size: 16px;
  color: white;
  border-bottom: 0.5px solid gray;
}

.qr-title {
  margin-top: 35%;
  text-align: center;
  font-size: 30px;
  color: white;
}
.qr-sub-title {
  margin-top: 10px;
  text-align: center;
  font-size: 25px;
  line-height: 2;
  color: white;
}

.qr-img-container {
  width: 90%;
  margin: auto;
  margin-top: 30px;
}
.qr-code {
  width: 90%;
  margin: auto;
  margin-top: 4px;
  padding: 3px;
  text-align: center;
  color: #870006;
  background-color: white;
  font-size: 25px;
}
.qr-detail {
  padding: 10px;
  padding-bottom: 0;
  font-size: 13px;
  color: white;
  text-align: center;
}
.qr-time {
  font-size: 40px;
  color: white;
  text-align: center;
}
.qr-img {
  width: 100%;
}

.promotion-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  border-radius: 10px;
  top: 40%;
  left: 11%;
  position: fixed;
  text-align: center;
  background: rgb(135, 0, 6);
  background: linear-gradient(
    133deg,
    rgba(135, 0, 6, 1) 0%,
    rgba(216, 25, 31, 1) 100%
  );
  color: white;
  width: 80%; /* Could be more or less, depending on screen size */
}

.modal-confirm-footer button {
  width: 50%;
  background-color: white;
  border: none;
  height: 40px;
}

.confirm-btn {
  border-radius: 0 0 10px 0;
  color: #870006;
  border-left: 0.1px solid rgb(201, 201, 201) !important;
}
.cancel-btn {
  border-radius: 0 0 0 10px;
}

.modal-title {
  font-size: 25px;
  margin: 20px;
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: 0.1px solid white;
}

.modal-confirm-footer {
  margin-top: 10px;
  background-color: white;
  border-radius: 10px;
  display: flex;
  width: 100%;
}

.menu-footer {
  display: flex;
}

.menu-btn {
  font-size: 15px;
  background-color: #ffe6af;
  border: none;
  border-radius: 10px;
  padding: 3px 25px 3px 25px;
}

.modal-detail {
  padding: 20px;
  font-size: 13px;
  padding: 14px;
}

.otp-container {
  margin-left: 5%;
  margin-right: 5%;
}

.otp-header {
  padding-top: 200px;
  color: #bda882;
  font-weight: 700;
  font-size: 20px;
  margin: 0 auto;
}

.otp-sub-header {
  padding-top: 20px;
  color: white;
  font-weight: 700;
  font-size: 27px;
}

.otp-detail {
  color: #98999a;
  font-weight: 500;
  font-size: 15px;
  font-family: "Sarabun", sans-serif;
}

.otp-timer {
  color: #9c4946 !important;
}

.otp-input-container {
  padding-top: 30px;
  display: flex;
  column-gap: 10px;
}

.white_bg {
  border-radius: 15px 15px 70px 70px;
  background-color: white;
  margin-left: -30px;
  height: 85%;
  width: 120%;
}
.white_bg_points {
  border-radius: 0px 0px 70px 70px;
  background-color: white;
  margin-left: -30px;
  height: 85%;
  width: 120%;
}
.white_bg_menu {
  border-radius: 0 0 30px 30px;
  background-color: white;
  margin-left: -30px;
  padding-bottom: 0px;
  width: 120%;
}
.white_bg_3 {
  border-radius: 15px 15px 0 0;
  background-color: white;
  margin-left: -30px;
  height: 70%;
  width: 120%;
}

.white_bg_4 {
  border-radius: 15px 15px 15px 15px;
  background-color: white;
  margin-left: -33px;
  padding-bottom: 40px;
  /* height: 85%; */
  width: 120%;
}
.coupon-filter-container {
  margin: auto;
}
.filter-text {
  display: flex;
  color: #ffe5b2;
  padding: 5px;
  padding-top: 16px;
}
.gold-btn {
  background-color: #ffe5b2;
  height: 30px;
  width: 100px;
  font-size: 10px;
  margin-left: 30px;
  margin-top: -2px;
  border: none;
  border-radius: 10px;
}
.radio-gold {
  padding-top: 3px;
}
.radio-gold input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.radio-gold input[type="radio"] + .radio {
  padding: auto;
  border: 3px solid #bda882;
  border-radius: 50%;
  display: inline-block;
  width: 22px;
  height: 22px;
}

.radio-gold input[type="radio"]:checked + .radio {
  background: #333;
}
.radio-filter {
  padding-left: 10px;
  padding-right: 10px;
}
.coupon-header {
  margin-bottom: 20px;
  color: #870006;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 17px;
  border-bottom: 1px solid #870006;
  display: flex;
}
.coupon-points {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: right;
}
.coupon-date {
  font-size: 10px;
}
.coupon-points-number {
  height: 40px;
  margin-top: -10px;
  font-weight: 800;
  font-size: 30px;
}
.coupon-points-title {
  font-weight: 200;
}
.coupon-points-number a {
  font-size: 13px;
}
.coupon-card {
  box-shadow: 2px 2px 7px rgb(215, 215, 215);
  /* border: 1px solid gray; */
  border-radius: 0 0 10px 10px;
  width: 90%;
  margin: auto;
  margin-top: 10px;
}
.coupon-card-header {
  padding-top: 10px;
  padding-bottom: 10px;
  color: black;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom: 0.5px solid gray;
}
.coupon-card-detail-container {
  display: flex;
  font-size: 10px;
  padding-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.coupon-card-detail-expired {
  font-size: 10px;
  color: #870006;
  padding-top: 5px;
  padding-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.coupon-image {
  width: 100%;
}
.coupon-title {
  text-align: right;
  padding-top: 30px;
  padding-bottom: 30px;
}
.flex-grow {
  flex-grow: 1;
}
.img-promotion {
  border-radius: 15px;
  margin-top: -10px;
  width: 100%;
  border-top-left-radius: 14px;
}
.img-menu {
  margin-top: -30px;
  width: 100%;
}
.menu-slide {
  margin: 20px 40px 30px 40px;
}
.img-delivery {
  border-radius: 15px;
  margin-top: -10px;
  width: 100%;
  border-top-left-radius: 14px;
}

.promotion-detail-box {
  padding: 20px;
  padding-top: 80px;
  margin-top: -60px;
  width: 90%;
  min-height: 480px;
  margin-left: auto;
  margin-right: auto;
  background-color: #3b3b3b;
  border-radius: 30px;
}

.points-detail-box {
  padding: 20px;
  padding-top: 30px;
  padding-bottom: 50px;
  margin-top: 30px;
  transform: translate(0, -40px);
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background-color: #3b3b3b;
  border-radius: 30px;
}

.promotion-point {
  width: 80%;
  border-radius: 10px;
  font-weight: 700;
  background-color: white;
  color: #cfb286;
  margin: auto;
  margin-bottom: 10px;
  margin-top: -5px;
  padding: 10px;
}

.promotion-point-left {
  float: left;
}

.bottom-tab {
  background-color: #870006;
  color: white;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  left: 0;
  text-align: center;
}

.promotion-point-right {
  float: right;
}

.promotion-detail-header {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid gray;
}
.time-detail-header {
  margin-bottom: 10px;
}

.coupon-container {
  height: 100%;
  width: 100%;
  background-color: white;
}

.promotion-detail {
  color: white;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
  width: 100%;
  font-size: 12px;
  font-weight: 300;
}

.detail-btn-space {
  padding-bottom: 50px;
}

.detail-header {
  color: #cfb286;
  font-size: 20px;
  font-weight: 800;
}

.time-detail-header {
  color: #cfb286;
  font-size: 17px;
}

.detail-delivery-header {
  color: #cfb286;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 20px;
}
.detail-sub-header {
  padding-top: 5px;
  color: white;
  font-size: 13px;
  font-weight: 800;
}

.img-promotion-container {
  width: 80%;
  margin: auto;
}
.img-time-container {
  width: 90%;
  margin: auto;
}
.img-delivery-container {
  width: 90%;
  margin: auto;
}

.otp-input {
  background-color: white;
  border-style: none;
  border-radius: 15px;
  width: 60px;
  height: 60px;
}

.otp-footer {
  padding-top: 40px;
  text-align: center;
  color: white;
  font-weight: 500;
  font-size: 15px;
}

.title_while {
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 30px;
}

.box_service .img_profile {
  width: 100%;
  text-align: center;
}

.box_service .img_profile img {
  max-width: 167px;
  width: 100%;
  border-radius: 0 0 0 0;
}

.icon {
  display: inline-block;
  width: 43px;
  height: 43px;
  background-size: cover;
  vertical-align: middle;
}

.icon_facebook {
  background-image: url(../images/facebook.svg);
  filter: invert(1) sepia(1) hue-rotate(200deg);
}

.icon_facebook:hover,
.icon_facebook:focus {
  filter: invert(0.5) sepia(1) hue-rotate(200deg);
}

.icon_google {
  background-image: url(../images/google.svg);
  filter: invert(1) sepia(1) hue-rotate(200deg);
}

.icon_google:hover,
.icon_google:focus {
  filter: invert(0.5) sepia(1) hue-rotate(200deg);
}

.icon_line {
  background-image: url(../images/line.svg);
  filter: invert(1) sepia(1) hue-rotate(200deg);
}

.icon_line:hover,
.icon_line:focus {
  filter: invert(0.5) sepia(1) hue-rotate(200deg);
}

.text_skip {
  color: #ffffff;
  font-weight: 700;
  text-decoration: underline;
}

.box_title_branch {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #870006;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
.box_title_branch .col-8,
.box_title_branch .col-4 {
  padding-right: 0px;
  padding-left: 0px;
}

.red_title {
  color: #870006;
  font-size: 18px;
}

.text_login_footer {
  color: #ffffff;
  padding-top: 30px;
}

.container-bg {
  background-color: #ffffff;
  min-height: 600px;
}

.box_home {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  overflow: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
  object-fit: contain;
}

.box_home_banner {
  text-align: center;
  padding: 10px;
}

.box_home_banner img {
  border-radius: 20px;
}

.box_home_banner img:hover {
  border: 1px solid #a24647;
}

.divhome img {
  max-width: 100%;
  max-height: 100%;
  bottom: 0;
  left: 0;
  margin: auto;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

.box-login {
  text-align: center;
  padding-top: 20%;
}

.box-login img {
  padding-bottom: 10%;
}

.box-login .form-group {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 10px;
}

.box-login .form-group input {
  border-radius: 20px;
  background-color: #37354d;
  border: 1px solid #37354d;
  padding: 0.6rem 0.75rem;
  color: #ffffff;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.footer {
  margin-top: -10px;
  min-height: 300px;
  background-color: #870006;
}
.btn-login {
  background-color: #fff;
  color: #000;
  width: 40%;
  padding: 8px;
  font-family: "Sarabun", sans-serif;
  font-size: 14px;
  border: none;
  border-radius: 6px;
}

.nopad {
  padding: 0;
}

.box_service img {
  width: 100%;
  border-radius: 30px 30px 0 0;
}

.font_service h3::after {
  content: "";
  height: 3.5px;
  width: 294px;
  display: inline-block;
  background-color: #fff;
  position: absolute;
  right: 0px;
  margin-top: 8px;
}
.social img {
  width: 35px;
  margin-right: 10px;
  border-radius: 0;
}
.font_service hr {
  border-top: 3px solid #fff;
  margin-right: calc(10% - 74px);
  width: auto;
  margin-left: -30px;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  max-width: 1000%;
}
.font_service h4 {
  font-size: 20px;
  color: #fff;
  padding-bottom: 10px;
}
.social {
  padding-bottom: 20px;
}

.font_service h3 {
  color: #3b3b3b;
  background-color: #fff;
  padding: 10px 20px;
  width: 40%;
  font-size: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.font_service {
  background-color: #3b3b3b;
  padding: 30px 20px 10px;
  position: relative;
}
.box_service {
  background-color: #fff;
  padding: 20px;
  border-radius: 30px;
  margin-bottom: 50px;
}
.box_service .box_acc img {
  border-radius: 50px;
}
.acc {
  padding: 10px 0 15px;
}
.acc h5 {
  font-size: 18px;
}
.box_acc_dat h6 {
  padding-bottom: 10px;
}
.bg_box_time hr {
  margin: 0;
  border-top: 1px solid #ffffff54;
}

.reserve {
  padding: 0;
  margin: 0;
  display: flex;
  list-style: none;
  text-align: center;
  background-color: #870006;
}
.reserve li {
  width: 33.3%;
  display: block;
  padding: 7px;
  background-color: #fff;
  border-radius: 10px;
  margin: 20px 10px;
  font-size: 18px;
}

.reserve li a {
  color: #161616;
}

.reserve li a:hover {
  text-decoration: none;
  color: #870006;
}

.bg_box_time {
  margin-top: 10px;
}
.box_time {
  background-color: #000001;
  color: #fff;
}
.text_box_time p {
  background-color: #5c5d5f;
  font-size: 11px;
  padding: 10px;
}
.text_box_time h4 {
  color: #ce5238;
  font-size: 14px;
  margin: 0;
  padding: 10px;
}
.logo_contact {
  position: absolute;
  width: 10%;
  border-radius: 0;
  right: 35px;
  top: 15px;
}
.box_time h3 {
  font-size: 22px;
  padding: 15px 0;
  text-align: center;
  margin: 0;
}

.bg_contact {
  background-color: #3b3b3b;
  margin: 0;
  padding: 30px 10px;
}
.box_service .font_contact h2 {
  background: none;
  font-size: 22px;
  padding: 0;
}
.font_contact h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.font_contact hr {
  margin: 0;
  border-top: 1px solid #fff;
  margin-bottom: 10px;
}
.font_contact p {
  font-size: 14px;
  font-weight: 100;
  margin: 0;
}
.font_contact {
  color: #fff;
}
.proy {
  text-align: right;
  font-size: 30px;
  font-weight: 600;
}
.box_acc_dat {
  background-color: #3b3b3b;
  padding: 30px 80px;
  color: #fff;
  text-align: center;
  border-radius: 30px 30px 0 0;
}
.box_service.bg h2 {
  background-image: url(../images/bg_tab.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.font_account span {
  background-color: #959595;
  padding: 0 20px;
  border-radius: 6px;
  text-align: right;
  position: absolute;
  right: 55px;
}
.box_service h2 {
  font-size: 20px;
  color: #fff;
  background-color: #d3161c;
  padding: 10px 20px;
  margin: 0;
}
.box-register img {
  width: 13%;
  padding-bottom: 35px;
}

.box-register {
  text-align: center;
  color: #fff;
  padding: 50px 0;
}
.box-register h1 {
  font-family: "Sarabun", sans-serif;
  font-size: 20px;
  padding-bottom: 15px;
}
.box-register h2 {
  font-size: 16px;
  padding-bottom: 20px;
}

.box-register p {
  text-align: left;
  margin: 0;
  font-size: 14px;
}
.form-control-plaintext {
  border: 1px solid #fff;
  border-top: none;
  border-right: none;
  border-left: none;
  color: #fff9;
  font-size: 14px;
  margin-bottom: 25px;
  border-radius: 0;
}
.form-control-plaintext:focus-within {
  outline: none;
}
.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
}
.fa-fw {
  margin-right: 10px;
  color: #fff9;
  margin-top: -50px;
}

.form-check {
  text-align: left;
  padding-top: 15px;
}
.form-check-label h3 {
  text-align: left;
  margin: 0;
  font-size: 14px;
  padding-bottom: 5px;
}
.form-check-label h4 {
  text-align: left;
  margin: 0;
  font-size: 14px;
  color: #ff0f00;
}
hr {
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  border: 0;
  border-top: 1px solid #fff;
}
.form-check-label {
  padding-left: 15px;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  width: 21px;
  height: 39px;
  background: none;
  border: 1px solid #fff;
  margin-top: -6px;
}
.pad_title {
  padding: 50px 0 30px;
}
.pad_title-branch {
  padding: 20px 0 10px;
}
.pad_title_promotion2 {
  padding: 15px 0px 30px;
}
.pad_title_menu {
  padding: 15px 0px 60px;
}
.pad_title_promotion4 {
  padding: 15px 0px 10px;
}
.menubar li {
  width: 20%;
  display: block;
}
.owl-two.pad {
  margin-bottom: 20px;
}
.menubar a {
  color: #fff;
}
.menubar_branch {
  position: fixed;
  bottom: 0px;
  padding-top: 5px;
  background-color: #18191b;
  border-top: 5px solid #d3b172;
  display: flex;
  text-align: center;
}
.menubar-branch-item {
  margin: 0px 10px 0px 10px;
  width: 10%;
  height: 50px;
  font-size: 10px;
  /* display: block; */
}
.menubar-branch-item-img {
  width: 70%;
}
.menubar {
  background-color: #18191b;
  padding: 10px 0;
  border-top: 5px solid #d3b172;
}
.menubar a:hover {
  text-decoration: none;
}
.menubar ul {
  padding: 0;
  margin: 0;
  display: flex;
  list-style: none;
  text-align: center;
}
.menubar img {
  width: 30px;
  display: block;
  margin: 0 auto;
}

.title h2 {
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-size: 28px;
  padding-top: 3px;
}
.title span {
  position: absolute;
  background-color: #ef161e;
  width: 15px;
  height: 15px;
  border-radius: 30px;
  right: 18px;
  top: 6px;
  font-size: 12px;
  text-align: center;
  line-height: 15px;
  color: #fff;
}
.title a {
  outline: none;
}
.title img {
  width: 30px;
  padding-top: 5px;
  position: relative;
  outline: none;
}
.btn-register {
  background-color: #fff;
  color: #000;
  width: 80%;
  padding: 8px;
  font-family: "Sarabun", sans-serif;
  font-size: 14px;
  border: none;
  border-radius: 6px;
}
.btn-register:focus-within {
  outline: none;
}
.btn-register:active {
  color: #000;
  background: #fff;
  border: none;
}

.box_slide_one {
  background-color: #fff;
  padding: 40px 0 20px;
  border-radius: 20px;
  position: relative;
}
.box_slide_two {
  position: relative;
}
.line_1 {
  background-color: #898989;
  height: 2px;
  width: 40%;
  position: absolute;
  bottom: 34px;
  left: 0;
}
.line_2 {
  background-color: #898989;
  height: 2px;
  width: 40%;
  position: absolute;
  bottom: 34px;
  right: 0;
}
.line_3 {
  background-color: #fff;
  height: 2px;
  width: 40%;
  position: absolute;
  bottom: 14px;
  left: 0;
}
.line_4 {
  background-color: #fff;
  height: 2px;
  width: 40%;
  position: absolute;
  bottom: 14px;
  right: 0;
}

.credit h3 {
  font-size: 25px;
  color: #fff;
  padding: 20px 0;
  margin: 0;
}
.credit i {
  color: #d1b272;
  padding-right: 10px;
}
.popup_promotion {
  position: absolute;
  bottom: 90px;
  z-index: 1;
  background-color: #d3b172;
  width: 80px;
  height: 80px;
  padding: 0px;
  display: grid;
  text-align: center;
  border-radius: 50px;
  right: 25px;
}
.popup_promotion-branch {
  /* translate: -10px; */
  transform: translate(0, -50px);
  position: absolute;
  background-color: #d3b172;
  width: 80px;
  height: 80px;
  right: 0;
  padding: 5px;
  display: grid;
  text-align: center;
  border-radius: 50px;
}
.popup_promotion-branch div {
  padding: 14px;
}
.popup_promotion-branch p {
  font-size: 12px;
  line-height: 28px;
  color: #fff;
}
.popup_promotion div {
  padding: 14px;
}
.popup_promotion p {
  font-size: 12px;
  line-height: 28px;
  color: #fff;
}

.popup_promotion img {
  width: 25px;
  margin: 0 auto;
  padding-top: 0px;
}
.warn h4 {
  font-size: 20px;
  margin: 0;
}
.font_account {
  background-color: #3b3b3b;
  padding: 0;
  list-style: none;
  margin: 0;
}
.font_account li {
  padding: 10px 0;
  border-bottom: 1px solid #fff;
}
.font_account li a {
  color: #fff;
  padding-left: 20px;
}
.font_account li a:hover {
  text-decoration: none;
}
.box_service h2 img {
  width: 19px;
  margin-right: 10px;
}
.new p {
  font-size: 12px;
  background-color: red;
  padding: 3px;
  border-radius: 6px;
  width: 100%;
  text-align: center;
  color: #fff;
}
.font_account li.account_delete a {
  font-size: 12px;
}
.font_account li.account_delete img {
  width: 26px;
  margin-right: 5px;
}
.modal-header {
  border-bottom: none;
  padding: 1rem 1rem 0;
}
.modal-body {
  padding: 1rem 1rem 0;
}
.modal-footer {
  display: block;
  padding: 0.5rem 1.5rem;
}
.close {
  outline: none;
}
.close:not(:disabled):not(.disabled) {
  outline: none;
}
.close span {
  font-size: 65px;
  outline: none;
}
.modal-header .close {
  padding: 0 1rem 0.5rem;
}
/*footer*/

.text_new {
  padding: 0;
  list-style: none;
}
.text_new li {
  border-bottom: 1px solid #e9ecef;
  padding: 20px 0;
}
.text_new p {
  margin: 0;
  color: #666;
}

/*responsive*/
@media (max-width: 1440px) {
  .font_service h3::after {
    width: 304px;
  }
}
@media (max-width: 1199px) {
  .box-register h1 {
    font-size: 16px;
  }
  .reserve li {
    font-size: 16px;
  }
  .box_time h3 {
    font-size: 21px;
  }
  .font_contact p {
    font-size: 11px;
  }
  .box_service .font_contact h2 {
    font-size: 17px;
  }
  .font_contact h3 {
    font-size: 13px;
  }
  .text_box_time h4 {
    font-size: 11px;
  }
  .text_box_time p {
    font-size: 8px;
  }
  .box-register h2 {
    font-size: 14px;
  }
  .font_service h3 {
    width: 45%;
    font-size: 18px;
  }
  .font_service h3::after {
    width: 238px;
  }
  .box_service h2 {
    font-size: 17px;
  }
  .font_service h4 {
    font-size: 16px;
  }
  .social img {
    width: 30px;
  }
  .title span {
    font-size: 9px;
  }
  .title h2 {
    font-size: 28px;
  }
  .title img {
    width: 26px;
  }
}

@media (max-width: 991px) {
  .credit h3 {
    font-size: 20px;
    padding: 20px 0;
  }
  .menubar img {
    width: 25px;
  }
  .menubar a {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .box-register img {
    width: 15%;
  }
  .acc h5 {
    font-size: 15px;
  }
  .text_box_time p {
    font-size: 7px;
    padding: 5px;
  }
  .text_box_time h4 {
    font-size: 9px;
  }
  .font_contact p {
    font-size: 9px;
  }
  .font_contact h3 {
    font-size: 10px;
  }
  .box_service .font_contact h2 {
    font-size: 14px;
  }
  .bg_contact {
    padding: 20px 10px;
  }
  .pad_menubar_mobile {
    padding: 0;
  }
  .pad_reserve_mobile {
    position: fixed;
    bottom: 0;
    left: 0;
  }
  .title h2 {
    font-size: 24px;
    padding-top: 5px;
  }
  .font_service hr {
    margin-right: calc(10% - 59px);
  }
  .font_service h3 {
    width: 55%;
    font-size: 17px;
  }
  .font_service h3::after {
    width: 167px;
  }
  .box_service {
    margin-bottom: 30px;
  }
}
@media (max-width: 375px) {
  .font_service {
    padding: 20px 20px 5px;
  }

  .font_account li a {
    font-size: 15px;
  }
  .box_acc_dat h6 {
    font-size: 14px;
  }
  .box_acc_dat {
    padding: 30px 50px;
  }
  .proy {
    margin-top: -8px;
  }
  .acc h5 {
    font-size: 13px;
  }
  .title span {
    font-size: 7px;
    line-height: 11px;
    width: 12px;
    height: 12px;
  }
  .text_box_time h4 {
    font-size: 7px;
    padding: 5px;
  }
  .box_service .font_contact h2 {
    font-size: 11px;
  }
  .text_box_time p {
    font-size: 6px;
    padding: 5px;
  }
  .font_contact h3 {
    font-size: 9px;
  }
  .font_contact p {
    font-size: 7px;
  }
  .title img {
    width: 22px;
  }
  .title h2 {
    font-size: 22px;
  }
  .social img {
    width: 25px;
  }
  .pad_title {
    padding: 10px 0;
  }
  .font_service h3::after {
    width: 141px;
  }
  .box_service h2 {
    font-size: 15px;
    padding: 10px 20px;
  }
  .font_service h4 {
    font-size: 13px;
  }
  .font_service h3 {
    width: 55%;
    font-size: 15px;
    padding: 10px 15px;
  }
  .font_service hr {
    margin-right: calc(10% - 54px);
  }
}
@media (max-width: 320px) {
  .font_service h3 {
    width: 65%;
  }
  .font_account span {
    padding: 0 8px;
  }
  .box_service h2 {
    font-size: 14px;
  }
  .box_acc_dat h6 {
    font-size: 11px;
  }
  .proy {
    margin-top: -11px;
    font-size: 28px;
  }
  .acc h5 {
    font-size: 11px;
  }
  .font_service h3::after {
    width: 96px;
  }
}
/*responsive*/

.box-dark-service {
  background-color: #3b3b3b;
  border-radius: 1em;
  padding: 1em;
  color: white;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.box-dark-service.no-top-radius {
  border-top-left-radius: 0em;
  border-top-right-radius: 0em;
}
.gold-color {
  color: rgb(219, 163, 89);
}
.text-shadow {
  text-shadow: 2px 2px #000;
}
.address-box {
  background-color: #ffe5b2;
  border-radius: 1em;
  padding: 1em;
  margin: 0.1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  color: black;
}

/** Dropzone **/
.dropzone {
  border: 0.0625rem solid #c6ccd6;
  border-radius: 0.5rem;
  background-color: #f9f9fb;
  display: block;
}
.dropzone .dropzone-container {
  padding: 1rem 0;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #8c96a8;
  z-index: 20;
}
.dropzone .dropzone-container .dropzone-title {
  padding-top: 1.5rem;
}
.dropzone .dropzone-container .browse {
  text-decoration: underline;
  color: #007bff;
}
.dropzone .file-input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}

/** ======== **/
