



.BG-contactus1 {
  background-image: url("../images/BG-contactus1.png");
  /* width: 100%; */
  background-position: top center;
  background-size: cover;
}
.BG-contactus2 {
  background-image: url("../images/BG-contactus2.png");
  /* width: 100%; */
  background-position: top center;
  background-size: cover;

}
.BG-lightgrey {
  background-color: #f1f1f1;
}
.contact-org-name {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  color: #c31e1e;
  margin-top: 5%;
  margin-bottom: 3%;
}
.contact-card {
  padding-bottom: 5%;
}
.contact.card {
  padding: 4%;
  height: 100%;
}
.contact.card-body {
  padding: 5% 0 0 3%;
}
.contact.card-text span.org-name {
  font-size: 20px;
  font-weight: 700;
  color: black;
}
.contact.card-text .address-name {
  font-size: 16px;
  font-weight: 400;
  color: #585858;
  margin-top: 4%;
  margin-bottom: 4%;
  margin-right: 7%;
}
.contact-call-box {
  display: flex;
  align-items: center;
}
.contact-call-box2 {
  display: flex;
  align-items: center;
  margin-top: 3%;
}
.contact.card-text .phone-number {
  font-size: 16px;
  font-weight: 400;
  color: #585858;
  margin-left: 3%;
}
.contact-map-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  padding: 0;
}

.contact-callcenter {
  text-align: left;
  padding-top: 2%;
  padding-bottom: 2%;
  margin: 13% 0 13% 0;
  border-right: #d2d2d2 1px solid;
  padding-left: 25%;
}
.contact-callcenter-title,
.contact-email-title {
  color: #c31e1e;
  font-size: 26px;
  font-weight: 600;
}
.contact-callcenter-title.eng,
  .contact-email-title.eng {font-size: 24px;}
.contact-callcenter-number {
  font-size: 47px;
  color: black;
  font-weight: 400;
  margin: 5% 0;
}
.contact-callcenter-date {
  font-size: 16px;
  color: #7d7d7d;
  font-weight: 500;
  text-align: left;
}
.contact-callcenter-date.eng {font-size: 14px;}
.contact-border-right {
  width: 1px;
  height: 209px;
  background-color: #d2d2d2;
  margin-top: 45%;
}
.contact-border-rightbox {
  display: flex;
  justify-content: center;
}

.contact-email {
  padding-top: 2%;
  padding-bottom: 2%;
  margin: 13% 0 13% 0;
  border-right: #d2d2d2 1px solid;
  padding-left: 5%;
}
.contact-email-email {
  color: #585858;
  font-size: 26px;
  font-weight: 400;
  margin: 4% 0 8% 0;
}
.contact-emailbox {
  background-color: #d9d9d9;
  border-radius: 4px;
  width: 70%;
}
.contact-emailbox > a {
  text-decoration: none;
  padding: 2% 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.contact-emailbox-text {
  font-size: 26px;
  font-weight: 400;
  color: #404040;
}

.contact-addline {
  padding-top: 2%;
  padding-bottom: 2%;
  margin: 13% 0 13% 0;
  text-align: center;
  padding-right: 15%;
}
.contact-addline-title {
  color: #c31e1e;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
.contact-addline-title.eng {font-size: 28px;}
.contact-addline-subtitle {
  color: #000000;
  font-size: 26px;
  font-weight: 400;
  margin: 4% 0 8% 0;
}
.contact-addline-subtitle.eng {font-size: 24px;}
.contact-addlinebox {
  background-color: #06c755;
  border-radius: 12px;
  width: 65%;
}
.contact-addlinebox > a {
  text-decoration: none;
  padding: 3% 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-addlinebox-text {
  font-size: 26px;
  font-weight: 600;
  color: #ffffff;
  margin-left: 3%;
}
.contact-addline-center {
  display: flex;
  justify-content: center;
}

.contact-form-titlebox {
  margin-top: 3%;
  margin-bottom: 3%;
}
.contact-form-title {
  color: #c31e1e;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1%;
}
.contact-form-subtitle {
  color: #000000;
  font-size: 26px;
  font-weight: 400;
  text-align: center;
}

.contact-contactbox {
  position: relative;
  padding: 3% 10% 3% 10%;
  margin-bottom: 5%;
  width: 70%;
  background-color: white;
  z-index: 400;
}
.contact-contactbox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 17px;
  border: 2px solid transparent;
  background: linear-gradient(to bottom, #155ce5, #c31e1e) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.contact-contactbox-form-row {
  justify-content: center;
}
.contact-contactbox-form-textbox .form-check {
  display: flex;
  justify-content: center;
}
.contact-contactbox-form-textbox label.form-check-label {
  padding-left: 2%;
}
.contact-contactbox-form-text.form-label {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
}
.contact-contactbox-form-text.form-check-label {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
}
.contact-contactbox-form-textbox {
  margin-top: 3%;
}
.contact-contactbox-form input.form-control {
  background-color: #f8f8f8;
}
.contact-contactbox-form-text.btn {
  width: auto;padding-left:3%;padding-right:3%;
  color: white;
  background-color: #000000;
}
.contact-contactbox-form-textbox.submitbox {
  text-align: center;
}
.contact-contactbox-form-textbox .form-select option {
  font-size: 18px;
  color: black;
}
.contact-contactbox-form-textbox .form-select {
  background-color: #f8f8f8;
}
.contact-contactbox-form textarea#detail.form-control {
  height: 134px;
  background-color: #f8f8f8;
}
.contact-contactbox-form {
  z-index: 1000 !important;
  position: relative;
}

.show-mobile {
  display: none;
}
.show-tablet {
  display: none;
}
.show-pc {
  display: block;
}



/* Mobileตั้ง */
@media (max-width: 576px) {
  .show-mobile {
    display: block;
  }
  .show-tablet {
    display: none;
  }
  .show-pc {
    display: none;
  }
  .BG-contact {
    background-image: none;
    background-color: white;
    width: 100%;
    height: auto;
  }
  .contact-org-name {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #c31e1e;
    margin-top: 10%;
    margin-bottom: 10%;
  }
  .contact.card-text span.org-name {
    font-size: 18px;
    font-weight: 700;
    color: black;
    text-align: center;
  }
  .contact.card-text .address-name {
    font-size: 16px;
    font-weight: 400;
    color: #585858;
    margin-top: 6%;
    margin-bottom: 6%;
  }
  .contact-call-box {
    display: flex;
    align-items: center;
  }
  .contact-call-box2 {
    display: flex;
    align-items: center;
    margin-top: 3%;
  }
  .contact.card-text .phone-number {
    font-size: 16px;
    font-weight: 400;
    color: #585858;
    margin-left: 3%;
  }
  .contact-map-box {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    padding: 0;
    margin-top: 6%;
  }
  .contact.card {
    margin-bottom: 5%;
  }
  .contact-callcenter {
    text-align: center;
    border-right: none;
    border-bottom: #d2d2d2 1px solid;
    margin: 0;
    padding: 7% 0 7% 0;
  }
  .contact-callcenter-number {
    font-size: 36px;
  }
  .contact-callcenter-dateimg {
    text-align: end;
  }
  .contact-callcenter-dateimg img {
    padding-right: 7%;
  }

  .contact-email {
    text-align: center;
    border-right: none;
    border-bottom: #d2d2d2 1px solid;
    margin: 0;
    padding: 7% 0 7% 0;
  }
  .contact-email-email {
    color: #585858;
    font-size: 20px;
    font-weight: 400;
    margin: 4% 0 8% 0;
  }

  .contact-emailbox {
    background-color: #d9d9d9;
    border-radius: 4px;
    width: 70%;
  }
  .contact-emailbox > a {
    text-decoration: none;
    padding: 2% 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .contact-emailbox a img {
    width: 15%;
  }
  .contact-emailbox-text {
    font-size: 20px;
    font-weight: 400;
    color: #404040;
  }
  .contact-email-center {
    display: flex;
    justify-content: center;
  }

  .contact-addline {
    text-align: center;
    margin: 0;
    padding: 7% 0 7% 0;
  }
  .contact-addline-title {
    color: #c31e1e;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
  }
  .contact-addline-title.eng {font-size: 22px;}
  
  .contact-addline-subtitle {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    margin: 4% 0 8% 0;
  }
  .contact-addline-subtitle.eng {font-size: 18px;}
  .contact-addlinebox {
    background-color: #06c755;
    border-radius: 12px;
    width: 70%;
  }
  .contact-addlinebox > a {
    text-decoration: none;
    padding: 2% 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contact-addlinebox-text {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-left: 3%;
  }
  .contact-addlinebox img {
    width: 15%;
  }
  .contact-addline-center {
    display: flex;
    justify-content: center;
  }

  .contact-form-titlebox {
    margin-top: 15%;
    margin-bottom: 7%;
  }
  .contact-form-title {
    color: #c31e1e;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1%;
  }
  .contact-form-subtitle {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
  }
  .contact-contactbox {
    position: relative;
    padding: 3%;
    margin-bottom: 15%;
    width: 90%;
  }
  .contact-contactbox-form-textbox .form-check {
    display: block;
  }
  .contact-contactbox-form-text.btn {
    width: auto;padding-left:3%;padding-right:3%;
    color: white;
    background-color: #000000;
    margin-bottom: 5%;
  }
  .contact-contactbox-form-text.form-label {
    font-size: 16px;
  }
  .contact-contactbox-form-textbox .form-select option {
    font-size: 16px;
  }
  .contact-contactbox-form-text.form-check-label {
    font-size: 16px;
  }

  .contact-call-box .phone-number a{
    color: #585858;
    text-decoration: none;
  }
  .contact-call-box2 .phone-number a{
    color: #585858;
    text-decoration: none;
  }
  .contact-callcenter-number a{
    color: black;
    text-decoration: none;
  }
}

/* Mobileนอน */
@media (min-width: 577px) and (max-width: 767px) {
  .show-mobile {
    display: block;
  }
  .show-tablet {
    display: none;
  }
  .show-pc {
    display: none;
  }
  .BG-contact {
    background-image: none;
    background-color: white;
    width: 100%;
    height: auto;
  }
  .contact-org-name {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    color: #c31e1e;
    margin-top: 7%;
    margin-bottom: 7%;
  }
  .contact.card-text span.org-name {
    font-size: 18px;
    font-weight: 700;
    color: black;
    text-align: center;
  }
  .contact.card-text .address-name {
    font-size: 16px;
    font-weight: 400;
    color: #585858;
    margin-top: 6%;
    margin-bottom: 6%;
  }
  .contact-call-box {
    display: flex;
    align-items: center;
  }
  .contact-call-box2 {
    display: flex;
    align-items: center;
    margin-top: 3%;
  }
  .contact.card-text .phone-number {
    font-size: 16px;
    font-weight: 400;
    color: #585858;
    margin-left: 3%;
  }
  .contact-map-box {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    padding: 0;
    margin-top: 6%;
  }
  .contact.card {
    margin-bottom: 5%;
  }
  .contact-callcenter {
    text-align: center;
    border-right: none;
    border-bottom: #d2d2d2 1px solid;
    margin: 0;
    padding: 7% 0 7% 0;
  }
  .contact-callcenter-number {
    font-size: 36px;
    margin: 3% 0;
  }
  .contact-callcenter-datebox {
    margin-bottom: 0;
  }
  .contact-callcenter-dateimg {
    text-align: end;
  }
  .contact-callcenter-dateimg img {
    padding-right: 7%;
  }

  .contact-email {
    text-align: center;
    border-right: none;
    border-bottom: #d2d2d2 1px solid;
    margin: 0;
    padding: 7% 0 7% 0;
  }
  .contact-email-email {
    color: #585858;
    font-size: 20px;
    font-weight: 400;
    margin: 3% 0 4% 0;
  }
  .contact-emailbox {
    background-color: #d9d9d9;
    border-radius: 4px;
    width: 70%;
  }
  .contact-emailbox > a {
    text-decoration: none;
    padding: 2% 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .contact-emailbox a img {
    width: 15%;
  }
  .contact-emailbox-text {
    font-size: 20px;
    font-weight: 400;
    color: #404040;
  }
  .contact-email-center {
    display: flex;
    justify-content: center;
  }

  .contact-addline {
    text-align: center;
    margin: 0;
    padding: 7% 0 7% 0;
  }
  .contact-addline-title {
    color: #c31e1e;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
  }
  .contact-addline-title.eng {font-size: 22px;}
  .contact-addline-subtitle {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    margin: 3% 0 4% 0;
  }
  .contact-addline-subtitle.eng {font-size: 18px;}
  .contact-addlinebox {
    background-color: #06c755;
    border-radius: 12px;
    width: 70%;
  }
  .contact-addlinebox > a {
    text-decoration: none;
    padding: 2% 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contact-addlinebox-text {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-left: 3%;
  }
  .contact-addlinebox img {
    width: 15%;
  }
  .contact-addline-center {
    display: flex;
    justify-content: center;
  }

  .contact-form-titlebox {
    margin-top: 10%;
    margin-bottom: 7%;
  }
  .contact-form-title {
    color: #c31e1e;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1%;
  }
  .contact-form-subtitle {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
  }
  .contact-contactbox {
    position: relative;
    padding: 3%;
    margin-bottom: 10%;
    width: 100%;
  
  }
  .contact-contactbox-form-textbox .form-check {
    display: block;
  }
  .contact-contactbox-form-text.btn {
    width: auto;padding-left:3%;padding-right:3%;
    color: white;
    background-color: #000000;
    margin-bottom: 5%;
  }
  .contact-contactbox-form-text.form-label {
    font-size: 16px;
  }
  .contact-contactbox-form-textbox .form-select option {
    font-size: 16px;
  }
  .contact-contactbox-form-text.form-check-label {
    font-size: 16px;
  }

}

/* Tabletตั้ง */
@media (min-width: 768px) and (max-width: 991px) {
  .show-mobile {
    display: block;
  }
  .show-tablet {
    display: none;
  }
  .show-pc {
    display: none;
  }
  .BG-contact {
    background-image: none;
    background-color: white;
    width: 100%;
    height: auto;
  }
  .contact-org-name {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    color: #c31e1e;
    margin: 5% 0 5% 0;
  }
  .contact.card-text span.org-name {
    font-size: 20px;
    font-weight: 700;
    color: black;
    text-align: center;
  }
  .contact.card-text .address-name {
    font-size: 18px;
    font-weight: 400;
    color: #585858;
    margin-top: 3%;
    margin-bottom: 3%;
  }
  .contact-call-box {
    display: flex;
    align-items: center;
  }
  .contact-call-box2 {
    display: flex;
    align-items: center;
    margin-top: 0;
  }
  .contact.card-text .phone-number {
    font-size: 18px;
    font-weight: 400;
    color: #585858;
    margin-left: 3%;
  }
  .contact-map-box {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    padding: 0;
    margin-top: 4%;
  }
  .contact.card {
    margin-bottom: 5%;
  }
  .contact-callcenter {
    text-align: center;
    border-right: none;
    border-bottom: #d2d2d2 1px solid;
    margin: 0;
    padding: 7% 0 7% 0;
  }
  .contact-callcenter-number {
    font-size: 44px;
    margin: 3% 0;
  }
  .contact-callcenter-datebox {
    margin-bottom: 0%;
  }
  .contact-callcenter-dateimg {
    text-align: end;
  }
  .contact-callcenter-dateimg img {
    padding-right: 7%;
  }
  .contact-callcenter-date {
    font-size: 20px;
  }
  .contact-callcenter-date.eng {font-size: 16px;}

  .contact-email {
    text-align: center;
    border-right: none;
    border-bottom: #d2d2d2 1px solid;
    margin: 0;
    padding: 7% 0 7% 0;
  }
  .contact-email-email {
    color: #585858;
    font-size: 20px;
    font-weight: 400;
    margin: 3% 0 4% 0;
  }
  .contact-emailbox {
    background-color: #d9d9d9;
    border-radius: 4px;
    width: 70%;
  }
  .contact-emailbox > a {
    text-decoration: none;
    padding: 2% 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .contact-emailbox a img {
    width: 8%;
  }
  .contact-emailbox-text {
    font-size: 20px;
    font-weight: 400;
    color: #404040;
  }
  .contact-email-center {
    display: flex;
    justify-content: center;
  }

  .contact-addline {
    text-align: center;
    margin: 0;
    padding: 7% 0 7% 0;
  }
  .contact-addline-title {
    color: #c31e1e;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
  }
  .contact-addline-title.eng {font-size: 22px;}
  .contact-addline-subtitle {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    margin: 3% 0 4% 0;
  }
  .contact-addline-subtitle.eng {font-size: 18px;}
  .contact-addlinebox {
    background-color: #06c755;
    border-radius: 12px;
    width: 70%;
  }
  .contact-addlinebox > a {
    text-decoration: none;
    padding: 2% 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contact-addlinebox-text {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-left: 3%;
  }
  .contact-addlinebox img {
    width: 8%;
  }
  .contact-addline-center {
    display: flex;
    justify-content: center;
  }

  .contact-form-titlebox {
    margin-top: 10%;
    margin-bottom: 7%;
  }
  .contact-form-title {
    color: #c31e1e;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1%;
  }
  .contact-form-subtitle {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
  }
  .contact-contactbox {
    position: relative;
    padding: 3%;
    margin-bottom: 10%;
    width: 100%;
  }
  .contact-contactbox-form-textbox .form-check {
    display: block;
  }
  .contact-contactbox-form-text.btn {
    width: auto;padding-left:3%;padding-right:3%;
    color: white;
    background-color: #000000;
    margin-bottom: 5%;
  }
  .contact-contactbox-form-text.form-label {
    font-size: 16px;
  }
  .contact-contactbox-form-textbox .form-select option {
    font-size: 16px;
  }
}

/* Tabletนอน */
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-org-name {
    font-size: 28px;
    margin: 5% 0 5% 0;
  }
  .contact-callcenter-title,
  .contact-email-title {
    color: #c31e1e;
    font-size: 19px;
    font-weight: 600;
  }
  .contact-callcenter-title.eng,
  .contact-email-title.eng {font-size: 16px;}
  .contact-addline-title {
    color: #c31e1e;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
  }
  .contact-addline-title.eng {font-size: 18px;}
  .contact-map-box img {
    width: 83%;
  }
  .contact-callcenter-number {
    font-size: 34px;
    color: black;
    font-weight: 400;
    margin: 5% 0;
  }
  .contact-callcenter-date {
    font-size: 12px;
    color: #7d7d7d;
    font-weight: 500;
    text-align: left;
  }
  .contact-callcenter-date.eng {font-size: 12px;}
  .contact-email-email {
    color: #585858;
    font-size: 19px;
    font-weight: 400;
    margin: 4% 0 8% 0;
  }
  .contact-emailbox {
    background-color: #d9d9d9;
    border-radius: 4px;
    width: 70%;
  }
  .contact-emailbox > a {
    text-decoration: none;
    padding: 2% 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .contact-emailbox-text {
    font-size: 18px;
    font-weight: 400;
    color: #404040;
  }
  .contact-emailbox img {
    width: 15%;
  }

  .contact-addline-subtitle {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    margin: 4% 0 8% 0;
  }
  .contact-addline-subtitle.eng {font-size: 16px;}
  .contact-addlinebox {
    background-color: #06c755;
    border-radius: 9px;
    width: 70%;
  }
  .contact-addlinebox > a {
    text-decoration: none;
    padding: 3% 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contact-addlinebox-text {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-left: 3%;
  }
  .contact-addlinebox img {
    width: 15%;
  }
  .contact-addline-center {
    display: flex;
    justify-content: center;
  }

  .contact-callcenter-dateimg img {
    width: 75%;
  }
  .contact.card-text span.org-name {
    font-size: 15px;
    font-weight: 700;
    color: black;
  }
  .contact.card-text .address-name {
    font-size: 12px;
    font-weight: 400;
    color: hsl(0, 0%, 35%);
    margin-top: 4%;
    margin-bottom: 4%;
  }
  .contact.card-text .phone-number {
    font-size: 12px;
    font-weight: 400;
    color: #585858;
    margin-left: 3%;
  }

  .contact-form-title {
    font-size: 28px;
  }
  .contact-form-subtitle {
    font-size: 19px;
  }
  .contact-contactbox-form-text.form-label {
    font-size: 13px;
  }
  .contact-contactbox-form-textbox label.form-check-label {
    font-size: 13px;
  }
  .contact-contactbox-form-text.btn {
    font-size: 13px;
  }
  .contact-contactbox-form-textbox .form-select {
    font-size: 13px;
  }
  .contact-contactbox-form-textbox .form-select option {
    font-size: 13px;
  }
}

/* Laptop */
@media (min-width: 1200px) and (max-width: 1399px) {
  .contact-org-name {
    font-size: 33px;
  }
  .contact-callcenter-title,
  .contact-email-title {
    color: #c31e1e;
    font-size: 24px;
    font-weight: 600;
  }
  .contact-callcenter-title.eng,
  .contact-email-title.eng {font-size: 22px;}
  .contact-addline-title {
    color: #c31e1e;
    font-size: 27px;
    font-weight: 600;
    text-align: center;
  }
  .contact-addline-title.eng {font-size: 24px;}
  .contact.card-text span.org-name {
    font-size: 18px;
    font-weight: 700;
    color: black;
  }
  .contact.card-text .address-name {
    font-size: 15px;
    font-weight: 400;
    color: #585858;
    margin-top: 4%;
    margin-bottom: 4%;
  }
  .contact.card-text .phone-number {
    font-size: 15px;
    font-weight: 400;
    color: #585858;
    margin-left: 3%;
  }
  .contact-map-box img {
    width: 88%;
  }
  .contact-callcenter-number {
    font-size: 43px;
    color: black;
    font-weight: 400;
    margin: 3% 0;
  }

  .contact-callcenter {
    text-align: left;
    border-right: #d2d2d2 1px solid;
    padding-left: 20%;
    padding-top: 1%;
    padding-bottom: 1%;
    margin: 12% 0 12% 0;
  }
  .contact-callcenter-dateimg img {
    width: 70%;
  }
  .contact-callcenter-date {
    font-size: 15px;
    color: #7d7d7d;
    font-weight: 500;
    text-align: left;
  }
  .contact-callcenter-date.eng {font-size: 12px;}

  .contact-email {
    border-right: #d2d2d2 1px solid;
    padding-left: 0;
    padding-top: 1%;
    padding-bottom: 1%;
    margin: 12% 0 12% 0;
  }
  .contact-email-email {
    color: #585858;
    font-size: 24px;
    font-weight: 400;
    margin: 4% 0 8% 0;
  }
  .contact-emailbox {
    background-color: #d9d9d9;
    border-radius: 4px;
    width: 70%;
  }
  .contact-emailbox > a {
    text-decoration: none;
    padding: 2% 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .contact-emailbox a img {
    width: 15%;
  }
  .contact-emailbox-text {
    font-size: 24px;
    font-weight: 400;
    color: #404040;
  }

  .contact-addline-subtitle {
    color: #000000;
    font-size: 24px;
    font-weight: 400;
    margin: 4% 0 8% 0;
  }
  .contact-addline-subtitle.eng {font-size: 20px;}
  .contact-addline {
    text-align: center;
    padding-right: 10%;
    padding-top: 1%;
    padding-bottom: 1%;
    margin: 12% 0 12% 0;
  }
  .contact-addlinebox {
    background-color: #06c755;
    border-radius: 12px;
    width: 65%;
  }
  .contact-addlinebox > a {
    text-decoration: none;
    padding: 3% 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contact-addlinebox-text {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    margin-left: 3%;
  }
  .contact-addlinebox a img {
    width: 16%;
  }

  .contact-form-title {
    font-size: 33px;
  }
  .contact-form-subtitle {
    font-size: 24px;
  }
  .contact-contactbox{
    background-color: white;
  }
  .contact-contactbox-form-text.form-label {
    font-size: 16px;
  }
  .contact-contactbox-form-textbox label.form-check-label {
    font-size: 16px;
  }
  .contact-contactbox-form-text.btn {
    font-size: 16px;
  }
  .contact-contactbox-form-textbox .form-select {
    font-size: 16px;
  }
}
