/*========== Reset ==========*/
body {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: visible;
  overflow-y: visible;
  overflow-x: hidden;
  font-family: "Sarabun", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  color: #717171;
  -webkit-font-smoothing: antialiased;
  background-color: #f5f5f5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

p {
  margin: 0;
}

ul,
ol {
  list-style: none;
}
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

a,
a:hover,
a:focus {
  outline: 0;
  color: inherit;
  text-decoration: none;
}
a[href^="tel"] {
  white-space: nowrap;
}

img {
  border: 0;
  outline: 0;
  max-width: 100%;
  vertical-align: middle;
}

table {
  width: 100%;
}
th {
  font-weight: normal;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  outline: 0;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  min-width: inherit;
  font: inherit;
  text-transform: none;
  text-align: left;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

iframe {
  border: 0;
}

video::-webkit-media-controls {
  display: none !important;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

b,
strong {
  font-weight: bold;
  color: #333;
}

small {
  font-size: 80%;
  display: inline-block;
}

address {
  font-style: normal;
}

dd {
  -webkit-margin-start: 20px;
}

a,
a:focus,
a:hover,
a:active {
  text-decoration: none;
  outline: none;
}
a {
  color: inherit;
  cursor: pointer;
}
a:focus,
a:hover,
a:active {
}

a[href^="tel"],
a[href^="mail"] {
  outline: none;
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
}
.a-center {
  text-align: center !important;
}
.main {
  position: relative;
}
.action {
  margin-top: 30px;
}
.section {
  position: relative;
}
.table-wrwpper {
  margin: 50px 0;
  border: 3px solid #30d5c7;
  padding: 40px;
  border-radius: 10px;
}
.table-overflow {
  overflow-x: auto;
}
.table {
  margin: 0 0 10px 0;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
.table tbody,
.table thead {
  font-size: 14px;
}
.table thead {
  color: #fff;
}
.table tbody {
  color: #999;
}
.table thead {
  background-color: #23a809;
}
.table tr {
  border-bottom: 1px solid #000;
}
.table th {
  font-size: 18px;
  font-weight: bold;
  height: auto;
  padding: 10px;
  border-right: 1px solid #000;
  white-space: nowrap;
}
.table td {
  border-right: 1px solid #000;
  font-size: 14px;
  padding: 10px;
  position: relative;
  line-height: 1.4;
}
.table td:not(:first-child) {
  white-space: nowrap;
  text-align: center;
}
.table a {
  color: #000;
}
.table a.link-attach-file {
  text-decoration: underline;
  color: #23a809;
  /* display: block; */
  margin-top: 8px;
}
/*========== Pagination ==========*/
ul.paginations {
  margin: 0;
  list-style: none;
  font-size: 0;
  position: relative;
  overflow: hidden;
  clear: both;
}
ul.paginations li {
  display: inline-block;
  border: 1px solid #eee;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  background-color: #f5f5f5;
  margin: 0 2px;
}
ul.paginations li,
ul.paginations span,
ul.paginations a {
  display: inline-block;
  vertical-align: top;
}
ul.paginations span,
ul.paginations a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #999;
  text-align: center;
  overflow: hidden;
  text-decoration: none !important;
}
ul.paginations .prev,
ul.paginations .next {
  margin-left: 0;
  margin-right: 0;
  color: #ccc;
  line-height: 32px;
  position: relative;
}
ul.paginations .prev a,
ul.paginations .next a {
  position: relative;
  z-index: 2;
}
ul.paginations .prev:before,
ul.paginations .next:after {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  position: absolute;
  right: 10px;
}
ul.paginations .prev:before {
  content: "<";
}
ul.paginations .next:after {
  content: ">";
}
ul.paginations .ic {
  margin-top: -3px;
}
ul.paginations li:first-child .ic {
  margin-right: 5px;
}
ul.paginations li:last-child .ic {
  margin-left: 5px;
}
/*========== Form - START ==========*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 0;
}

input,
textarea,
select {
  width: 100%;
  height: 45px;
  color: #b5b5b5;
  line-height: normal;
  padding: 10px 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}
input:focus,
textarea:focus,
select:focus {
  background-color: #f8f8f8;
  border-color: #00ab9f;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;

  margin: 0;
}

textarea {
  display: block;
  overflow: auto;
  width: 100% !important;
  min-width: 100%;
  max-width: 100%;
  min-height: 120px;
  text-indent: -1px;
  resize: none;
}

/* Select - START */
.select {
  position: relative;
  color: #b5b5b5;
}
.select:after {
  font-family: "FontAwesome";
  content: "\f078";
  font-size: 12px;
  font-weight: normal;
  color: #000;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.select select {
  line-height: normal;
  padding: 0 45px 0 15px;
  -o-text-overflow: "";
  text-overflow: "";
  cursor: pointer;
}

.select2-parent:after {
  display: none;
}

.select2-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
}
.select2-container .select2-selection--single {
  display: block;
  height: 45px;
  outline: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  color: #000;
  padding-left: 15px;
  padding-right: 45px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container
  .select2-selection--single
  .select2-selection__rendered[title] {
  background-color: #f9f9f9;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  padding: 0;
  margin-top: 5px;
  font-size: 100%;
}
.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100% !important;
  z-index: 1051;
  -webkit-transition: border-color 250ms ease-in-out;
  -o-transition: border-color 250ms ease-in-out;
  transition: border-color 250ms ease-in-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: fadeIn 400ms;
  animation: fadeIn 400ms;
}

.select2-container .select2-results {
  display: block;
}
.select2-container .select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-container .select2-results__option {
  margin: 0 !important;
  padding: 10px 15px;
  color: #000;
  border-top: 1px solid #ccc;
  word-wrap: break-word;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-container .select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container .select2-results__option[aria-selected="true"] {
  color: #00ab9f;
}
.select2-container .select2-results__message {
  color: #ccc;
}

.select2-container--open .select2-dropdown {
  left: 0;
  overflow: hidden;
}
.select2-container--open .select2-dropdown--above .select2-results__option {
  border-top: 0;
  border-bottom: 1px solid #eee;
}

.select2-search--dropdown {
  display: block;
  position: relative;
  z-index: 1010;
  padding: 5px 9px;
  white-space: nowrap;
  background: #ccc;
  border-top: 1px solid #eee;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-container--default .select2-selection--single {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: border-color 400ms ease-in-out;
  -o-transition: border-color 400ms ease-in-out;
  transition: border-color 400ms ease-in-out;
  overflow: hidden;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 44px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #b5b5b5;
  display: inline-block;
  vertical-align: top;
  line-height: inherit;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow,
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 43px;
  font-size: 0;
  text-align: center;
  cursor: pointer;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: block;
  width: 100%;
  height: 100%;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b:before,
.select2-container--default
  .select2-selection--single
  .select2-selection__clear:before {
  font-family: "FontAwesome";
  font-size: 12px;
  font-weight: normal;
  color: #000;
  line-height: 45px;
  display: inline-block;
  vertical-align: top;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b:before {
  font-family: "FontAwesome";
  content: "\f078";
}
.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear,
.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  margin: 1px 0;
  padding: 5px 10px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #ddd;
  color: #00ab9f;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 25vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #b5b5b5;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected="true"] {
  color: #00ab9f;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #00ab9f;
  color: #fff;
}

.select2-container--default .select2-results__group {
  display: block;
  cursor: default;
  font-size: 20px;
  text-transform: uppercase;
  color: #ccc;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
  position: relative;
  padding: 12px 10px 6px;
}

.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single,
.select2-container--open .select2-dropdown--below {
  border-top: 0;
  -moz-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--open .select2-dropdown--above {
  border-bottom: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default.select2-container--open:not(.select2-container--disabled)
  .select2-selection--single,
.select2-container--default.select2-container--open:not(.select2-container--disabled)
  .select2-dropdown,
.select2-container--default.select2-container--focus:not(.select2-container--disabled)
  .select2-selection--single {
  background-color: #f8f8f8;
  border-color: #00ab9f;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__placeholder {
  color: #b5b5b5;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-rendered__match {
  text-decoration: underline;
}
/* Select - END */

/* Checkbox & Radio - START */
input[type="checkbox"],
input[type="radio"] {
  height: auto;
  padding: 0;
  border: 0;
  background: none;
}
.choice {
  position: relative;
  font-size: 14px;
}
.choice.inline {
  display: inline-block;
  vertical-align: top;
}
.choice.inline:not(:last-child) {
  margin-right: 20px;
}
.choice > label {
  position: relative;
  display: inline-block;
}

.choice .choice-name {
  display: inline-block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* .choice input.choice-input {
    position: absolute; 
    z-index: -1000; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height: 1px; width: 1px; 
    margin: -1px; padding: 0; 
    border: 0;
} */
.choice input.choice-input + .choice-name {
  display: inline-block;
  padding-left: 25px;
  min-width: 15px;
  min-height: 15px;
  height: auto;
  vertical-align: top;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: left 2px;
}

.choice input[type="radio"].choice-input + .choice-name {
  background-image: url(../img/icon/radio.png);
}
.choice input[type="radio"].choice-input:checked + .choice-name {
  background-image: url(../img/icon/radio-checked.png);
}
.choice input[type="checkbox"].choice-input + .choice-name {
  background-image: url(../img/icon/checkbox.png);
}
.choice input[type="checkbox"].choice-input:checked + .choice-name {
  background-image: url(../img/icon/checkbox-checked.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5),
  screen and (-moz-min-device-pixel-ratio: 1.5),
  screen and (min-device-pixel-ratio: 1.5),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-resolution: 192dpi) {
  .choice input.choice-input + .choice-name {
    background-size: 15px 15px;
  }
  .choice input[type="radio"].choice-input + .choice-name {
    background-image: url(../img/icon/radio@2x.png);
  }
  .choice input[type="radio"].choice-input:checked + .choice-name {
    background-image: url(../img/icon/radio-checked@2x.png);
  }
  .choice input[type="checkbox"].choice-input + .choice-name {
    background-image: url(../img/icon/checkbox@2x.png);
  }
  .choice input[type="checkbox"].choice-input:checked + .choice-name {
    background-image: url(../img/icon/checkbox-checked@2x.png);
  }
}

.choice.input-only {
  line-height: 15px;
}
.choice.input-only input.choice-input + .choice-name {
  padding-left: 0;
  background-position: left top;
}

.choice input.choice-input[disabled],
.choice input.choice-input[disabled] + .choice-name {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.choice-other {
  display: table;
  width: 100%;
}
.choice-other > .choice-label,
.choice-other > .input {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.choice-other > .choice-label:not(:last-child) {
  padding-right: 10px;
}
.choice-other > .choice-label {
  width: 1%;
  white-space: nowrap;
}

.choice > label:not(:last-child),
.choice-group:not(:last-child),
.choice:not(.inline):not(:last-child) {
  margin-bottom: 10px;
}
.label + .choice-group {
  margin-top: 20px;
}
/* Checkbox & Radio - END */

/* Datepicker - START */
.datepicker {
  position: relative;
}
.datepicker:before {
  font-family: "FontAwesome";
  content: "\f133";
  font-size: 16px;
  font-weight: normal;
  color: #000;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
.ui-datepicker {
  width: 18.29em;
  max-width: calc(100vw - 40px);
  margin: 5px 0;
  padding: 0;
  background: transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  z-index: 9999 !important;
}
.ui-datepicker .ui-datepicker-header {
  background: #00ab9f;
  color: #fff;
  padding: 0 10px;
  height: 45px;
  line-height: 45px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.ui-datepicker .ui-datepicker-title {
  font-weight: bold;
  line-height: inherit;
}
.ui-datepicker table {
  margin: 0;
  padding: 5px 0;
  font-size: 12px;
  background: #fff;
}
.ui-datepicker th,
.ui-datepicker td {
  padding: 3px 5px;
}
.ui-datepicker thead tr:first-child th {
  padding-top: 8px;
}
.ui-datepicker tbody tr:last-child td {
  padding-bottom: 8px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 50%;
  margin: 0 auto;
  padding: 0;
  font-weight: 500;
  text-align: center;
}
.ui-datepicker th {
  color: #b5b5b5;
}
.ui-datepicker td .ui-state-highlight {
  color: #00ab9f;
  font-weight: bold;
}
.ui-datepicker td .ui-state-active {
  background-color: #00ab9f;
  color: #fff;
  font-weight: bold;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  width: 45px;
  height: 45px;
  line-height: inherit;
  text-align: center;
  top: 0;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 0;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 0;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  position: static;
  margin: 0;
  width: 100%;
  height: 100%;
  text-indent: inherit;
  font-size: 0;
}
.ui-datepicker .ui-datepicker-prev span:before,
.ui-datepicker .ui-datepicker-next span:before {
  font-family: "FontAwesome";
  font-size: 12px;
  font-weight: normal;
  color: #fff;
}
.ui-datepicker .ui-datepicker-prev span:before {
  content: "\f053";
}
.ui-datepicker .ui-datepicker-next span:before {
  content: "\f054";
}
/* Datepicker - END */

.form {
  max-width: 700px;
  margin: auto;
  margin-bottom: 40px;
}
.form .action {
  margin-top: 20px;
}

.form .alert {
  color: #ee2e24;
  clear: both;
}

.form .input .alert {
  font-weight: normal;
  font-size: 12px;
}
.form .input .alert:not(:first-child) {
  margin-top: 5px;
}

.form .message .alert {
  font-weight: bold;
}
.form .message:not(:first-child) {
  margin-top: 35px;
}

.fieldset:not(:first-child) {
  border-top: 1px solid rgba(148, 134, 104, 0.25);
  padding-top: 35px;
  margin-top: 35px;
}
.fieldset .headline:not(:last-child) {
  margin-bottom: 15px;
}

.legend {
  display: block;
  width: 100%;
}
.legend:not(:last-child),
.form .headline:not(:last-child) {
  margin-bottom: 30px;
}

.fields {
  margin-left: -12px;
  margin-right: -13px;
  margin-bottom: -25px;
}
.fields + .fields {
  margin-top: 25px;
}
.field {
  padding-bottom: 12px;
  clear: both;
  position: relative;
}

.fields {
  font-size: 0;
}
.fields:after {
  content: "";
  display: table;
  clear: both;
}
.field {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.fields .field.half-fix {
  width: 50%;
}

.input {
  position: relative;
  text-align: left;
}

.input .label {
  padding: 0;
  border-radius: 0;
  position: relative;
  display: block;
  font-size: 12px;
  color: #000;
  margin-bottom: 2px;
}
.input .label.anim {
  margin: 0;
  display: inline-block;
  vertical-align: top;
  color: #b5b5b5;
  line-height: 45px;
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.input.filled .label.anim:not(.fixed) {
  opacity: 0;
  visibility: hidden;
}

.input .star {
  font-size: inherit;
  color: #ee2e24;
}
.input .remark {
  color: #ccc;
}

.input-action input {
  padding-right: 55px;
}
.input-action .action {
  margin: 0 !important;
  width: auto;
  height: 100%;
  line-height: 45px;
  position: absolute;
  top: 0;
  right: 0;
  color: #1a2f4d;
}
.input-action .action .ic {
  width: 55px;
  font-size: 18px;
  color: #00ab9f;
  text-align: center;
  line-height: inherit;
  vertical-align: top;
}
.input-action.left .action {
  left: 0;
  right: auto;
}
.input-action.left input {
  padding-right: 20px;
  padding-left: 50px;
}

.input-icon .ic {
  width: 55px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  color: #00ab9f;
}
.input-icon input {
  padding-left: 55px;
}

.input-group {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.input-group .input {
  display: table-cell;
  vertical-align: top;
}
.input-group .input:not(:first-child) .select select,
.input-group
  .input:not(:first-child)
  .select2-container--default
  .select2-selection--single {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group .input:not(:last-child) .select select,
.input-group
  .input:not(:last-child)
  .select2-container--default
  .select2-selection--single {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 1px solid #ccc;
}
.input-group .input .select select:focus,
.input-group
  .input
  .select2-container--default.select2-container--open:not(.select2-container--disabled)
  .select2-selection--single,
.input-group
  .input
  .select2-container--default.select2-container--focus:not(.select2-container--disabled)
  .select2-selection--single,
.input-group
  .input
  .select2-container--default.select2-container--open:not(.select2-container--disabled)
  .select2-dropdown {
  border-color: #00ab9f;
}

.input.filled input,
.input.filled textarea,
.input.filled select {
  color: #000;
  background-color: #f8f8f8;
}

.input.required input,
.input.required textarea,
.input.required select,
.input.required .select2-container--default .select2-selection--single,
.input.required .select2-container--default .select2-dropdown {
  border-color: #ee2e24 !important;
}

input:disabled,
textarea:disabled,
select:disabled,
.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #f8f8f8;
  cursor: default;
  opacity: 0.4;
}
input[type="checkbox"]:disabled,
input[type="radio"]:disabled {
  background-color: transparent;
}

.input.pass .label.anim {
  color: #00ab9f;
}
.input.fail .label.anim {
  color: #ee2e24;
}

.input ::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.input ::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.input :-ms-input-placeholder {
  color: #b5b5b5;
  font-weight: 500;
}
.input ::-webkit-input-placeholder {
  color: #b5b5b5;
  line-height: normal;
  font-weight: 500;
}
.input ::-moz-placeholder {
  color: #b5b5b5;
  opacity: 1;
  font-weight: 500;
}
.input.filled :-ms-input-placeholder {
  color: #b5b5b5;
  font-weight: 500;
}
.input.filled ::-webkit-input-placeholder {
  color: #b5b5b5;
  font-weight: 500;
}
.input.filled ::-moz-placeholder {
  color: #b5b5b5;
  opacity: 1;
  font-weight: 500;
}

/* Upload File */
.custom-file-upload-hidden {
  display: none;
  visibility: hidden;
  position: absolute;
  left: -9999px;
}
.custom-file-upload {
  display: block;
  width: auto;
}
.file-upload-wrapper {
  position: relative;
}
.file-upload-wrapper .file-upload-action {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.file-upload-wrapper:before {
  font-family: "FontAwesome";
  content: "\e921";
  color: #00ab9f;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
  position: absolute;
  left: 0;
  top: 0;
}
.file-upload-wrapper .file-upload-input {
  padding-left: 55px;
}
.file-upload-wrapper .file-upload-input,
.input.required .file-upload-wrapper .file-upload-input,
.input.filled .file-upload-wrapper .file-upload-input {
  border-color: transparent !important;
  background-color: transparent !important;
}
.input.required:not(.filled)
  .file-upload-wrapper
  .file-upload-input:-ms-input-placeholder {
  color: #ee2e24;
}
.input.required:not(.filled)
  .file-upload-wrapper
  .file-upload-input::-webkit-input-placeholder {
  color: #ee2e24;
}
.input.required:not(.filled)
  .file-upload-wrapper
  .file-upload-input::-moz-placeholder {
  color: #ee2e24;
}

/* Filter */
.input-filter {
  color: #000;
  min-width: 218px;
  display: inline-block;
  vertical-align: top;
}
.input-filter .label,
.input-filter .select,
.input-filter .select:after,
.input-filter.filled select,
.input-filter
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b:before,
.input-filter
  .select2-container
  .select2-selection--single
  .select2-selection__rendered,
.input-filter .select2-container .select2-results__option {
  color: inherit;
}
.input-filter .label {
  font-size: 14px;
}
.input-filter .select:after,
.input-filter
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  text-align: right;
}
.input-filter select,
.input-filter .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid;
}
.input-filter select,
.input-filter
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 0;
}
.input-filter.filled select,
.input-filter
  .select2-container
  .select2-selection--single
  .select2-selection__rendered[title],
.input-filter
  .select2-container--default.select2-container--open:not(.select2-container--disabled)
  .select2-selection--single,
.input-filter
  .select2-container--default.select2-container--focus:not(.select2-container--disabled)
  .select2-selection--single {
  background-color: transparent;
  border-color: inherit;
}
.input-filter .select2-dropdown {
  border-radius: 0;
  width: calc(100% + 30px) !important;
  margin: 0 -15px;
}

.input-filter
  .select2-container--default.select2-container--open:not(.select2-container--disabled)
  .select2-dropdown {
  background-color: #fff;
  border-color: #000;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.input-filter .select2-container .select2-results__option {
  border-color: #000;
}
.input-filter
  .select2-container
  .select2-results__option[aria-selected="true"] {
  color: #00ab9f;
}
.input-filter
  .select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #1a2f4d;
  color: #fff;
}

/* Clear */
.input-clear .label,
.input-clear .select,
.input-clear .select:after,
.input-clear.filled select,
.input-clear
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b:before,
.input-clear
  .select2-container
  .select2-selection--single
  .select2-selection__rendered,
.input-clear .select2-container .select2-results__option {
  color: inherit;
}
.input-clear .select:after,
.input-clear
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  text-align: right;
}
.input-clear select,
.input-clear .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.input-clear select,
.input-clear
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 0;
  padding-right: 20px;
  line-height: 45px;
}
.input-clear.filled select,
.input-clear
  .select2-container
  .select2-selection--single
  .select2-selection__rendered[title],
.input-clear
  .select2-container--default.select2-container--open:not(.select2-container--disabled)
  .select2-selection--single,
.input-clear
  .select2-container--default.select2-container--focus:not(.select2-container--disabled)
  .select2-selection--single {
  background-color: transparent;
  border-color: inherit;
}
.input-clear .select2-dropdown {
  border-radius: 0;
  width: 100% !important;
  margin: 0;
}
.input-clear
  .select2-container--default.select2-container--open:not(.select2-container--disabled)
  .select2-dropdown {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.input-clear .select2-container .select2-results__options {
  padding: 5px;
}
.input-clear .select2-container .select2-results__option {
  border-color: transparent;
  padding: 5px;
  color: #1a2f4d;
}
.input-clear .select2-container .select2-results__option[aria-selected="true"] {
  display: none;
}
.input-clear
  .select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #eaeaea;
  color: #1a2f4d;
}
/*========== Form - END ==========*/
span.to {
  position: absolute;
  top: 220%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 100%;
  height: 45px;
  line-height: 45px;
  border: 1px solid #00ab9f;
  background-color: #00ab9f;
}
.btn,
.btn:focus,
.btn:hover {
  color: #fff;
}
.bar {
  background-color: #007aff;
  padding: 10px 20px;
  color: #fff;
}
.correspondence-list {
  display: inline-block;
  width: 100%;
}
.correspondence-list .list li {
  float: left;
  width: 45%;
  background-color: #3f51bb;
  margin: 1% 2%;
  height: 100px;
  line-height: 100px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border-radius: 5px;
}
.correspondence-list .list li .fa {
  margin-right: 8px;
}
.correspondence-list .list li:last-child {
  background-color: #fff;
  color: #000;
}
.correspondence-list .list li:last-child .fa {
  color: deepskyblue;
}
.detail {
  width: 100%;
  display: inline-block;
  background-color: #2196f3;
  padding: 20px;
  margin-top: 30px;
  color: #fff;
}
.detail strong {
  color: #fff !important;
}
.detail .action {
  margin-top: 20px;
}
.detail .btn {
  background-color: #fff;
  color: #2196f3;
  border-color: transparent;
  height: 35px;
  line-height: 30px;
}
.logo-wrapper {
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
}
.logo-wrapper .logo {
  display: inline-block;
  vertical-align: middle;
}
.logo-wrapper .logo img {
  width: 100px;
}
.logo-wrapper .name {
  display: inline-block;
  vertical-align: middle;
  padding-left: 30px;
}
.logo-wrapper .name h1 {
  font-weight: bold;
  color: #000;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .logo-wrapper .logo,
  .logo-wrapper .name {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .logo-wrapper .logo img {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .table-wrwpper {
    padding: 20px;
  }
  .correspondence-list .list li {
    width: 100%;
    margin: 1% 0;
  }
}
