/* ---------- Variable & Mixin ---------- */
/* Variable */
/* Mixin */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* ---------- General ---------- */
@font-face {
  font-family: "Roboto Condensed", sans-serif;
  src: url(/assets/fonts/Roboto_Condensed/RobotoCondensed-VariableFont_wght.ttf);
  font-style: normal;
}
@font-face {
  font-family: "Roboto Condensed", sans-serif;
  src: url(/assets/fonts/Roboto_Condensed/RobotoCondensed-Italic-VariableFont_wght.ttf);
  font-style: italic;
}
* {
  margin: 0;
  padding: 0;
  color: inherit;
}

html {
  height: 100%;
}

body {
  background: #fff;
  font-family: "Roboto Condensed", sans-serif !important;
}

/* ---------- Resets ---------- */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ---------- Typography ---------- */
a {
  text-decoration: none !important;
}

img {
  max-width: 100%;
}

@media only screen and (max-width: 500px) {
  .g-recaptcha {
    transform: scale(0.77);
    transform-origin: 0 0;
  }
}
/* ---------- Global Style ---------- */
/* ---------- Header ---------- */
header section.section_header .header_row {
  display: flex;
  justify-content: space-between;
}
header section.section_header .header_row .logobox a img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
header section.section_header .header_row .languagebox ul li {
  display: inline-block;
}
header section.section_header .header_row .languagebox ul li a img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ---------- Main ---------- */
.section_login_form {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  background: #fff url(../images/dotline.png) left top repeat-x;
  margin-top: 5px;
  margin-bottom: 25px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .section_login_form {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.section_login_form .login_form_row {
  flex-basis: 50%;
  max-width: 50%;
  padding: 55px 15px 55px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .section_login_form .login_form_row {
    flex-basis: 90%;
    max-width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section_login_form .login_form_row {
    flex-basis: 70%;
    max-width: 70%;
  }
}
.section_login_form .login_form_row h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}
.section_login_form .login_form_row .login_form_wrapper {
  border: 1px solid #bbb;
  padding: 45px 18px;
  background-color: #fff;
  border-radius: 5px;
  -o-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.section_login_form .login_form_row .login_form_wrapper form .form-group label {
  font-weight: bold;
  font-size: 12px;
  color: #000;
}
.section_login_form .login_form_row .login_form_wrapper form .form-group .form_login_btn {
  background: #FF7300;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}
.section_login_form .login_form_row .login_form_wrapper .textbox .plant_text {
  font-size: 12px;
}
.section_login_form .login_form_row .login_form_wrapper .textbox .plant_text span a {
  font-weight: bold;
  font-size: 13px;
}
.section_login_form .login_form_row .login_form_wrapper .textbox .hotline {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.section_login_form .login_form_row .login_form_wrapper .textbox .hotline i {
  margin-right: 5px;
  font-size: 18px;
}
.section_login_form .login_form_row .login_form_wrapper .textbox .hotline .phone_number {
  font-size: 18px;
  color: #f00;
  font-weight: bold;
  letter-spacing: 1px;
}
.section_login_form .login_form_row .login_form_wrapper .imgbox {
  text-align: right;
}
.section_login_form .login_form_row .login_form_wrapper .imgbox img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.section_forgot_pw_form {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  background: #fff url(../images/dotline.png) left top repeat-x;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .section_forgot_pw_form {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.section_forgot_pw_form .login_form_row {
  flex-basis: 50%;
  max-width: 50%;
  padding: 55px 15px 55px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .section_forgot_pw_form .login_form_row {
    flex-basis: 90%;
    max-width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section_forgot_pw_form .login_form_row {
    flex-basis: 70%;
    max-width: 70%;
  }
}
.section_forgot_pw_form .login_form_row h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}
.section_forgot_pw_form .login_form_row .login_form_wrapper {
  border: 1px solid #bbb;
  padding: 45px 18px;
  background-color: #fff;
  border-radius: 5px;
  -o-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.section_forgot_pw_form .login_form_row .login_form_wrapper form .form-group label {
  font-weight: bold;
  font-size: 12px;
  color: #000;
}
.section_forgot_pw_form .login_form_row .login_form_wrapper form .form-group .form_login_btn {
  background: #05bf67;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: unset;
  border-color: #05bf67;
}
.section_forgot_pw_form .login_form_row .login_form_wrapper .textbox .plant_text {
  font-size: 12px;
}
.section_forgot_pw_form .login_form_row .login_form_wrapper .textbox .plant_text span a {
  font-weight: bold;
  font-size: 13px;
}
.section_forgot_pw_form .login_form_row .login_form_wrapper .textbox .hotline {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.section_forgot_pw_form .login_form_row .login_form_wrapper .textbox .hotline i {
  margin-right: 5px;
  font-size: 18px;
}
.section_forgot_pw_form .login_form_row .login_form_wrapper .textbox .hotline .phone_number {
  font-size: 18px;
  color: #f00;
  font-weight: bold;
  letter-spacing: 1px;
}
.section_forgot_pw_form .login_form_row .login_form_wrapper .imgbox {
  text-align: right;
}
.section_forgot_pw_form .login_form_row .login_form_wrapper .imgbox img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ---------- Footer ---------- */
footer section.section_footer {
  background: #05bf67 url(../images/dotline.png) left top repeat-x !important;
}
footer section.section_footer .footer_row .textbox_wrapper {
  padding: 40px 0px 15px;
  border-bottom: 1px solid #eee;
}
footer section.section_footer .footer_row .textbox_wrapper h5 {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25) !important;
}
footer section.section_footer .footer_row .textbox_left_wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
footer section.section_footer .footer_row .textbox_left_wrapper h6 {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
footer section.section_footer .footer_row .textbox_left_wrapper p {
  color: #fff;
  margin-bottom: 3px;
}
footer section.section_footer .footer_row .textbox_right_wrapper {
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 30px;
}
footer section.section_footer .footer_row .textbox_right_wrapper h6 {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
footer section.section_footer .footer_row .textbox_right_wrapper p {
  font-size: 12px;
  color: #fff;
  margin-bottom: 3px;
}
@media (min-width: 320px) and (max-width: 767px) {
  footer section.section_footer .footer_row .textbox_right_wrapper {
    padding-left: 0;
  }
}
footer section.section_footer .footer_row_bg .footer-bg-col-12 {
  padding-right: 0px;
  padding-left: 0px;
}
footer section.section_footer .footer_row_bg .footer-bg-col-12 .footer_bg {
  background: #FF7300;
  height: 40px;
  border-top: 5px solid #514f4e;
  line-height: 35px;
  text-align: center;
  color: white;
}/*# sourceMappingURL=style.css.map */
