html {
  font-family: Adobe Fan Heiti Std, Microsoft YaHei, Roboto;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin-top: 0 !important;
}

body {
  margin: 0;
  font-family: Adobe Fan Heiti Std, Microsoft YaHei, Roboto !important;
  font-size: 16px;
  height: auto;
  color: #555555;
  overflow-y: scroll;
}

body a {
  color: #555555;
  text-decoration: none;
}

body a:visited {
  color: #555555;
  text-decoration: none;
}

body a:hover {
  color: #780b74;
  text-decoration: none;
}

body a:active, body a:focus {
  color: #555555;
  text-decoration: none;
}

@media only all and (max-width: 1050px) {
  body {
    font-size: 14px;
  }
}

@media only all and (max-width: 600px) {
  body {
    margin-top: 0;
    font-size: 12px;
  }
}

html,
body {
  width: 100%;
}

label.h1, label.h2 {
  margin-bottom: 0;
}

hr {
  border-color: #ccc;
}

p {
  padding-left: 5px;
  padding-right: 5px;
}

.btn {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-radius: 0px;
}

.btn.btn-grey {
  background: #969696;
  color: #FFF !important;
}

.btn.btn-grey:hover {
  background: #555555;
}

.btn.btn-purple {
  color: #FFF;
  background-color: #780b74;
  text-decoration: none;
}

.btn.btn-purple:visited {
  background-color: #780b74;
  text-decoration: none;
}

.btn.btn-purple:hover {
  background-color: #9C0096;
  text-decoration: none;
}

.btn.btn-purple:active, .btn.btn-purple:focus {
  background-color: #9C0096;
  text-decoration: none;
}

.btn.btn-lake {
  color: #FFF;
  background-color: #6A931F;
  text-decoration: none;
}

.btn.btn-lake:visited {
  background-color: #6A931F;
  text-decoration: none;
}

.btn.btn-lake:hover {
  background-color: #94C43C;
  text-decoration: none;
}

.btn.btn-lake:active, .btn.btn-lake:focus {
  background-color: #94C43C;
  text-decoration: none;
}

.btn.btn-green {
  color: #FFF;
  background-color: #6a931f;
  text-decoration: none;
}

.btn.btn-green:visited {
  background-color: #6a931f;
  text-decoration: none;
}

.btn.btn-green:hover {
  background-color: #94C43C;
  text-decoration: none;
}

.btn.btn-green:active, .btn.btn-green:focus {
  background-color: #94C43C;
  text-decoration: none;
}

input[type="number"],
input[type="text"]:not(.adminbar-input),
input[type="email"],
select,
textarea {
  width: 100% !important;
  background-color: #ebebeb;
  border: none;
  padding: 10px;
  margin-bottom: 5px;
  min-height: 47px;
}

select {
  height: 47px;
  border-radius: 0px;
  -moz-appearance: menu-item;
  -webkit-appearance: none;
}

main.content {
  text-align: center;
}

main.content h1, main.content h2, main.content h3 {
  color: #780b74;
}

main.content:not(:empty) {
  padding-top: 40px;
}

main.content:not(:empty) > table {
  margin: 0 auto;
  text-align: left;
}

.text-purple {
  color: #780b74;
}

.text-blue {
  color: #5C8ED7;
}

.text-green {
  color: #6a931f;
}

.text-yellow {
  color: #D2B744;
}

a.text-purple {
  color: #780b74;
  text-decoration: none;
}

a.text-purple:visited {
  color: #780b74;
  text-decoration: none;
}

a.text-purple:hover {
  color: #780b74;
  text-decoration: none;
}

a.text-purple:active, a.text-purple:focus {
  color: #780b74;
  text-decoration: none;
}

.bg-grey {
  background-color: #EBEBEB;
}

.bg-grey-light {
  background-color: #ebebeb;
}

.bg-grey-bright {
  background-color: #F5F5F5;
}

.bg-purple {
  background-color: #780b74;
}

.bg-purple-light {
  background-color: #AD75DA;
}

.bg-green {
  background-color: #6a931f;
}

.bg-green-light {
  background-color: #94C43C;
}

.bg-blue {
  background-color: #5C8ED7;
}

.bg-yellow {
  background-color: #D2B744;
}

.text-center {
  text-align: center;
}

main.content > .ninja-forms-cont {
  width: 60%;
  margin: 0 auto;
}

@media only all and (max-width: 1000px) {
  main.content > .ninja-forms-cont {
    width: 80%;
  }
}

@media only all and (max-width: 600px) {
  main.content > .ninja-forms-cont {
    width: 90%;
  }
}

@media only all and (max-width: 375px) {
  main.content > .ninja-forms-cont {
    width: 100%;
  }
}

@media only all and (max-width: 768px) {
  main.content > table:not([class]) {
    width: 80%;
  }
}

main.content > table:not([class]) td,
main.content > table:not([class]) th {
  padding: 10px;
}

.ninja-forms-cont {
  padding-bottom: 80px;
}

.ninja-forms-form-wrap .ninja-forms-error-msg {
  position: absolute;
  bottom: 15px;
  width: 100%;
}

.ninja-forms-form-wrap .ninja-forms-error-msg + .hc-situation-result {
  display: none;
}

.ninja-forms-form-wrap .ninja-forms-field p {
  text-align: left;
}

.ninja-forms-form-wrap hr.ninja-forms-field {
  text-align: left;
  width: 100%;
}

.ninja-forms-form-wrap .field-wrap {
  text-align: left;
  padding: 0px 15px;
  position: relative;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}

.ninja-forms-form-wrap .field-wrap > input,
.ninja-forms-form-wrap .field-wrap > select {
  margin: 0 !important;
}

.ninja-forms-form-wrap .field-wrap.half-width-wrap {
  width: 50%;
}

.ninja-forms-form-wrap .field-wrap .ninja-forms-field-error {
  position: absolute;
  bottom: -20px;
  left: 15px;
}

.ninja-forms-form-wrap .field-wrap.submit-wrap, .ninja-forms-form-wrap .field-wrap.button-wrap {
  text-align: center;
}

.ninja-forms-form-wrap .field-wrap.submit-wrap .btn, .ninja-forms-form-wrap .field-wrap.button-wrap .btn {
  padding: 10px 40px;
  font-size: 18px;
}

.ninja-forms-form-wrap .field-wrap.g_recaptcha-wrap {
  width: 100%;
}

.ninja-forms-form-wrap .field-wrap.g_recaptcha-wrap > .g-recaptcha > div {
  margin: 0 auto;
}

.ninja-forms-form-wrap .field-wrap.checkbox-wrap > label,
.ninja-forms-form-wrap .field-wrap.checkbox-wrap > input {
  display: inline-block;
}

.ninja-forms-form-wrap .field-wrap.checkbox-wrap .ninja-forms-field-error {
  position: relative;
  display: inline-block;
  bottom: 0;
}

.ninja-forms-form-wrap .field-wrap.label-left:not(.half-width-wrap) > label + input[type=text]:not(.input-xs),
.ninja-forms-form-wrap .field-wrap.label-left:not(.half-width-wrap) > label + input[type=number]:not(.input-xs),
.ninja-forms-form-wrap .field-wrap.label-left:not(.half-width-wrap) > label + select:not(.input-xs),
.ninja-forms-form-wrap .field-wrap.label-left:not(.half-width-wrap) > label + textarea {
  width: 400px !important;
}

@media only all and (max-width: 600px) {
  .ninja-forms-form-wrap .field-wrap.label-left:not(.half-width-wrap) > label + input[type=text]:not(.input-xs),
  .ninja-forms-form-wrap .field-wrap.label-left:not(.half-width-wrap) > label + input[type=number]:not(.input-xs),
  .ninja-forms-form-wrap .field-wrap.label-left:not(.half-width-wrap) > label + select:not(.input-xs),
  .ninja-forms-form-wrap .field-wrap.label-left:not(.half-width-wrap) > label + textarea {
    width: 100% !important;
  }
}

.ninja-forms-form-wrap .field-wrap.label-left:not(.half-width-wrap) > label {
  display: inline-block !important;
  width: 150px;
}

@media only all and (max-width: 600px) {
  .ninja-forms-form-wrap .field-wrap.label-left:not(.half-width-wrap) > label {
    width: 100% !important;
  }
}

.ninja-forms-form-wrap .field-wrap.label-left:not(.half-width-wrap) > .ninja-forms-field-description {
  margin-left: 160px;
}

@media only all and (max-width: 600px) {
  .ninja-forms-form-wrap .field-wrap.label-left:not(.half-width-wrap) > .ninja-forms-field-description {
    margin-left: 0;
  }
}

.ninja-forms-form-wrap .field-wrap.label-left:not(.half-width-wrap) > .ninja-forms-field-error {
  left: 160px;
}

.ninja-forms-form-wrap .field-wrap.label-left:not(.half-width-wrap) .input-xs {
  width: 100px !important;
}

.ninja-forms-form-wrap .field-wrap.label-left > label, .ninja-forms-form-wrap .field-wrap.label-above > label {
  color: #eb7a00;
}

.ninja-forms-form-wrap .field-wrap .input-xs {
  width: 80px !important;
}

.ninja-forms-form-wrap .field-wrap.g_recaptcha-wrap .ninja-forms-field-error {
  position: relative;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
}

.ninja-forms-form-wrap .calc-score,
.ninja-forms-form-wrap .calc-result {
  display: none;
}

.ninja-forms-form-wrap .ninja-forms-required-items {
  margin-bottom: 10px;
}

.ninja-forms-form-wrap .hc-relatives-wrap .ninja-forms-field-description .hc-container .selection-wrap {
  width: 100%;
  margin-bottom: 10px;
}

.ninja-forms-form-wrap .hc-relatives-wrap .ninja-forms-field-description .hc-container .selection-wrap > * {
  display: inline-block;
  margin-right: 10px;
}

.ninja-forms-form-wrap .hc-relatives-wrap .ninja-forms-field-description .hc-container .selection-wrap > .relatives {
  width: 100px !important;
}

@media only all and (max-width: 456px) {
  .ninja-forms-form-wrap .hc-relatives-wrap .ninja-forms-field-description .hc-container .selection-wrap > .relatives {
    width: 50% !important;
  }
}

.ninja-forms-form-wrap .hc-relatives-wrap .ninja-forms-field-description .hc-container .selection-wrap > .disease {
  width: 130px !important;
}

@media only all and (max-width: 456px) {
  .ninja-forms-form-wrap .hc-relatives-wrap .ninja-forms-field-description .hc-container .selection-wrap > .disease {
    width: 40% !important;
  }
}

.ninja-forms-form-wrap .hc-relatives-wrap .ninja-forms-field-description .hc-container .selection-wrap > .age {
  width: 50px !important;
}

.ninja-forms-form-wrap .hc-relatives-wrap .ninja-forms-field-description .hc-container .selection-wrap:first-child .remove-wrap {
  display: none;
}

@media only all and (max-width: 456px) {
  .ninja-forms-form-wrap .hc-relatives-wrap .ninja-forms-field-description .hc-container .selection-wrap {
    border-bottom: 1px solid #ccc;
  }
}

.ninja-forms-error input,
.ninja-forms-error select {
  border: 2px solid red !important;
}

.ninja-forms-error input[type="checkbox"] {
  outline: 2px solid red !important;
}

.ninja-forms-error input[type="checkbox"].ninja-forms-req:checked {
  outline: 0px solid red !important;
}

[data-toggle="side-form"] .ninja-forms-cont {
  padding-bottom: 100px;
}

main.content .nav-menu li {
  padding: 10px 20px;
}

.nav-menu {
  list-style: none;
  padding: 0;
  display: block;
}

.nav-menu > li {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  position: relative;
}

.nav-menu > li > a {
  text-decoration: none;
  position: relative;
  font-weight: 600;
  width: 100%;
}

.nav-menu > li.current-menu-item > a {
  color: #780b74;
}

.nav-menu > li.current-lang > a {
  color: #780b74;
}

.header-wrapper,
.footer-wrapper,
.map-container .content-wrapper,
main.content {
  width: 100%;
  padding: 0 100px;
  margin: 0 auto;
}

@media only all and (max-width: 1360px) {
  .header-wrapper,
  .footer-wrapper,
  .map-container .content-wrapper,
  main.content {
    padding: 0 80px;
  }
}

@media only all and (max-width: 1050px) {
  .header-wrapper,
  .footer-wrapper,
  .map-container .content-wrapper,
  main.content {
    padding: 0 10px;
  }
}

@media only all and (max-width: 600px) {
  .header-wrapper,
  .footer-wrapper,
  .map-container .content-wrapper,
  main.content {
    padding: 0;
  }
  .header-wrapper p,
  .footer-wrapper p,
  .map-container .content-wrapper p,
  main.content p {
    padding: 0 10px;
  }
}

main.content img {
  max-width: 100%;
}

main.content > .bg-grey {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

main.content > .bg-grey:after, main.content > .bg-grey:before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  background-color: #EBEBEB;
  width: 100px;
}

@media only all and (max-width: 1050px) {
  main.content > .bg-grey:after, main.content > .bg-grey:before {
    width: 10px;
  }
}

@media only all and (max-width: 600px) {
  main.content > .bg-grey:after, main.content > .bg-grey:before {
    width: 0;
  }
}

main.content > .bg-grey:before {
  left: -100px;
}

@media only all and (max-width: 1050px) {
  main.content > .bg-grey:before {
    left: -10px;
  }
}

main.content > .bg-grey:after {
  right: -100px;
}

@media only all and (max-width: 1050px) {
  main.content > .bg-grey:after {
    right: -10px;
  }
}

header {
  padding-top: 10px;
  width: 100%;
  z-index: 800;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FFF;
}

@media only all and (max-width: 600px) {
  header {
    padding-top: 0;
  }
}

header .header-content {
  position: relative;
  margin-bottom: 5px;
}

header .header-content .header-logo img {
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}

header .header-content .header-logo.small img {
  height: 40px;
}

@media only all and (max-width: 768px) {
  header .header-content .header-logo.small img {
    height: 30px;
  }
}

@media only all and (max-width: 600px) {
  header .header-content .header-logo {
    position: absolute;
    left: 0;
    top: 0;
    height: 62px;
  }
  header .header-content .header-logo img {
    height: 100% !important;
  }
}

@media only all and (max-width: 456px) {
  header .header-content .header-logo {
    height: 52px;
  }
}

@media only all and (max-width: 375px) {
  header .header-content .header-logo {
    height: 42px;
  }
}

header .header-content .header-logo img {
  height: 60px;
}

@media only all and (max-width: 768px) {
  header .header-content .header-logo img {
    height: 50px;
  }
}

@media only all and (max-width: 320px) {
  header .header-content .header-logo img {
    height: 80%  !important;
  }
}

@media only all and (max-width: 600px) {
  header .header-content {
    padding-left: 10px;
    margin: 0;
  }
  header .header-content .header-logo {
    padding: 10px;
  }
}

@media only all and (max-width: 600px) and (max-width: 456px) {
  header .header-content .header-logo {
    padding: 5px;
  }
}

header .header-wrapper {
  position: relative;
}

header .header-wrapper .header-content .navbar-toggle {
  display: none;
  border-radius: 0;
  text-align: center;
  width: 62px;
  height: 62px;
  margin: 0;
  padding: 15px;
  font-size: 30px;
}

@media only all and (max-width: 456px) {
  header .header-wrapper .header-content .navbar-toggle {
    width: 52px;
    height: 52px;
    font-size: 30px;
    padding: 10px;
  }
}

@media only all and (max-width: 375px) {
  header .header-wrapper .header-content .navbar-toggle {
    width: 42px;
    height: 42px;
    font-size: 20px;
    padding: 10px;
  }
}

@media only all and (max-width: 600px) {
  header .header-wrapper .header-content .navbar-toggle {
    display: block;
  }
}

header .header-wrapper .header-content .navbar-toggle > .width-layer {
  margin-left: 100%;
}

header .header-wrapper .header-content .navbar-toggle.open {
  background-color: #780b74;
  border-left: 1px solid #FFF;
  color: #FFF;
  text-align: center;
}

@media only all and (max-width: 600px) {
  header .header-menu {
    overflow: hidden;
    z-index: 900;
    width: 100%;
    height: 0px;
    -webkit-transition: max-height 0.15s ease-out;
    -moz-transition: max-height 0.15s ease-out;
    -ms-transition: max-height 0.15s ease-out;
    -o-transition: max-height 0.15s ease-out;
    transition: max-height 0.15s ease-out;
    background-color: #780b74;
    z-index: 3;
  }
  header .header-menu > div:first-child {
    margin-top: 10px;
  }
  header .header-menu > div:last-child {
    margin-bottom: 10px;
  }
}

header .header-menu ul.nav-top-menu {
  margin-bottom: 0;
  overflow: hidden;
}

header .header-menu ul.nav-top-menu > li {
  display: inline-block;
}

header .header-menu ul.nav-top-menu > li > a {
  margin-right: 15px;
}

header .header-menu .lang-menu > ul.nav-menu > li > a {
  margin-right: 5px;
}

header .header-menu ul.nav-menu {
  font-size: 0px;
}

header .header-menu ul.nav-menu > li {
  padding: 12px 2px 12px 2px;
  text-align: left;
  position: relative;
  vertical-align: top;
}

@media only all and (min-width: 601px) {
  header .header-menu ul.nav-menu > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #780b74;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
  }
  header .header-menu ul.nav-menu > li.active > a:before, header .header-menu ul.nav-menu > li.current-lang > a:before, header .header-menu ul.nav-menu > li.current_page_item > a:before, header .header-menu ul.nav-menu > li.current-menu-item > a:before, header .header-menu ul.nav-menu > li:hover > a:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
  }
}

header .header-menu ul.nav-menu > li > a {
  padding: 12px 0 12px 0;
}

@media only all and (min-width: 601px) {
  header .header-menu ul.nav-menu > li > a {
    white-space: nowrap;
  }
}

@media only all and (max-width: 768px) {
  header .header-menu ul.nav-menu > li > a {
    font-size: 14px;
  }
}

@media only all and (max-width: 600px) {
  header .header-menu ul.nav-menu > li > a {
    color: #FFF;
    font-size: 20px;
  }
}

@media only all and (max-width: 600px) {
  header .header-menu ul.nav-menu > li {
    width: 100%;
    text-align: center;
    padding: 5px 0;
    display: block;
  }
}

header .header-menu ul.nav-menu ul.sub-menu {
  padding: 0;
  list-style: none;
  z-index: 100;
  width: 100%;
}

@media only all and (min-width: 601px) {
  header .header-menu ul.nav-menu ul.sub-menu {
    display: none;
    position: absolute;
    top: 34px;
    left: 0;
  }
  header .header-menu ul.nav-menu ul.sub-menu > li > a {
    white-space: nowrap;
  }
}

@media only all and (max-width: 600px) {
  header .header-menu ul.nav-menu ul.sub-menu {
    background-color: #FFF;
    max-width: 100%;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.4s ease-out;
    -moz-transition: max-height 0.4s ease-out;
    -ms-transition: max-height 0.4s ease-out;
    -o-transition: max-height 0.4s ease-out;
    transition: max-height 0.4s ease-out;
  }
}

header .header-menu ul.nav-menu ul.sub-menu li {
  padding: 10px 0 10px 0;
  text-align: -webkit-match-parent;
}

header .header-menu ul.nav-menu ul.sub-menu li:first-child {
  margin-top: 15px;
  padding-bottom: 0;
}

@media only all and (max-width: 600px) {
  header .header-menu ul.nav-menu ul.sub-menu li:first-child {
    margin-top: 0;
  }
}

header .header-menu ul.nav-menu ul.sub-menu li:last-child {
  padding-top: 0;
}

@media only all and (max-width: 600px) {
  header .header-menu ul.nav-menu ul.sub-menu li {
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -ms-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
  }
  header .header-menu ul.nav-menu ul.sub-menu li:hover {
    background-color: #780b74;
  }
  header .header-menu ul.nav-menu ul.sub-menu li:hover a {
    color: #FFF;
  }
}

header .header-menu ul.nav-menu ul.sub-menu li a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
}

@media only all and (max-width: 600px) {
  header .header-menu ul.nav-menu ul.sub-menu li a {
    font-size: 18px;
  }
}

@media only all and (max-width: 600px) {
  header .header-menu ul.nav-menu > li:hover ul.sub-menu {
    margin-top: 10px;
    max-height: 600px;
    -webkit-transition: max-height 0.6s ease-in;
    -moz-transition: max-height 0.6s ease-in;
    -ms-transition: max-height 0.6s ease-in;
    -o-transition: max-height 0.6s ease-in;
    transition: max-height 0.6s ease-in;
  }
}

header .header-menu .header-right {
  position: absolute;
  top: 0;
  right: 15px;
}

@media only all and (max-width: 600px) {
  header .header-menu .header-right {
    right: 0;
    margin-top: 0;
  }
}

header .header-menu .header-right .lang-menu {
  float: right;
  margin-top: 10px;
  width: 160px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media only all and (max-width: 600px) {
  header .header-menu .header-right .lang-menu {
    float: none;
    width: auto;
    margin-top: 0;
  }
}

header .header-menu .header-right .lang-menu ul {
  text-align: center;
}

@media only all and (max-width: 600px) {
  header .header-menu .header-right .lang-menu ul {
    margin-bottom: 0;
  }
}

header .header-menu .header-right .lang-menu ul li {
  padding: 10px 0;
}

@media only all and (max-width: 600px) {
  header .header-menu .header-right .lang-menu ul li {
    display: inline-block;
    width: auto;
    margin: 0 auto;
  }
}

header .header-menu .header-right .lang-menu ul li a {
  padding: 10px;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media only all and (max-width: 600px) {
  header .header-menu .header-right .lang-menu ul li a {
    font-size: 16px;
  }
}

header .header-menu .header-right .left-col {
  float: right;
  margin-top: 10px;
}

@media only all and (max-width: 1050px) {
  header .header-menu .header-right .left-col {
    margin-top: 0;
  }
}

@media only all and (max-width: 768px) {
  header .header-menu .header-right .left-col {
    width: 150px;
  }
}

@media only all and (max-width: 600px) {
  header .header-menu .header-right .left-col {
    width: 100%;
  }
}

header .header-menu .header-right .left-col .phone-number {
  float: right;
  margin: 10px;
  color: #780b74;
  font-weight: 600;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media only all and (max-width: 1050px) {
  header .header-menu .header-right .left-col .phone-number {
    float: none;
    margin: 0 10px 5px;
  }
}

@media only all and (max-width: 768px) {
  header .header-menu .header-right .left-col .phone-number {
    font-size: 14px;
  }
}

@media only all and (max-width: 600px) {
  header .header-menu .header-right .left-col .phone-number {
    text-align: center;
    color: #FFF;
    font-size: 24px;
  }
}

header .header-menu .header-right .left-col .phone-number a {
  color: #780b74;
}

@media only all and (max-width: 600px) {
  header .header-menu .header-right .left-col .phone-number a {
    color: #FFF;
  }
}

header .header-menu .header-right .left-col .search-controller {
  float: right;
  margin-right: 10px;
  position: relative;
}

@media only all and (max-width: 1050px) {
  header .header-menu .header-right .left-col .search-controller {
    float: none;
  }
}

@media only all and (max-width: 600px) {
  header .header-menu .header-right .left-col .search-controller {
    margin-left: 10px;
  }
}

header .header-menu .header-right .left-col .search-controller.onSearch {
  cursor: pointer;
}

header .header-menu .header-right .left-col .search-controller:after {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 20;
  font: 400 30px/1 dashicons !important;
  content: '';
  width: 47px;
  height: 47px;
  background: url("/20210927040220oe_/https://www.digestivehealth.org.hk/wp-content/themes/cuhk-dh/assets/images/icon/search.png") no-repeat center center;
  background-size: 20px 20px;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media only all and (max-width: 1050px) {
  header .header-menu .header-right .left-col .search-controller:after {
    width: 27px;
    height: 27px;
    background-size: 17px 17px;
  }
}

header .header-menu .header-right .left-col .search-controller .screen-reader-text {
  display: none;
}

header .header-menu .header-right .left-col .search-controller #searchsubmit {
  display: none;
}

header .header-menu .header-right .left-col .search-controller input[type="text"] {
  border-radius: 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media only all and (max-width: 1050px) {
  header .header-menu .header-right .left-col .search-controller input[type="text"] {
    min-height: 27px;
    height: 27px;
  }
}

@media only all and (min-width: 601px) {
  header .header-menu .header-right.small .lang-menu {
    margin-top: 0;
  }
  header .header-menu .header-right.small .lang-menu ul li a {
    font-size: 12px;
  }
  header .header-menu .header-right.small .left-col .phone-number {
    font-size: 10px;
  }
}

@media only all and (max-width: 600px) {
  header .header-menu .header-right {
    position: relative;
  }
  header .header-menu .header-right > * {
    float: none;
    width: 100%;
  }
}

#page-wrapper {
  position: relative;
  width: 100%;
}

#page-wrapper:not(.has-map) {
  margin-bottom: 60px;
}

@media only all and (max-width: 600px) {
  #page-wrapper:not(.has-map) {
    margin-bottom: 80px;
  }
}

#page-wrapper:not(.has-map) main {
  background: #FFF;
}

#page-wrapper.has-map {
  margin-bottom: 560px;
}

@media only all and (max-width: 600px) {
  #page-wrapper.has-map {
    margin-bottom: 0;
  }
}

#page-wrapper.has-map main {
  background: #FFF;
}

#page-wrapper .banner-container {
  width: 100%;
  text-align: center;
  padding-bottom: 20.83333333333%;
  position: relative;
}

@media only all and (max-width: 600px) {
  #page-wrapper .banner-container {
    padding-bottom: 35.83333333333%;
  }
}

#page-wrapper .banner-container .container {
  margin: 0;
  width: 100%;
  background-color: rgba(120, 11, 116, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px;
  color: #FFF;
  height: 100%;
}

#page-wrapper .banner-container .container h1 {
  font-size: 64px;
  font-weight: 600;
  position: relative;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media only all and (max-width: 600px) {
  #page-wrapper .banner-container .container h1 {
    font-size: 30px;
  }
}

@media only all and (max-width: 320px) {
  #page-wrapper .banner-container .container h1 {
    font-size: 16px;
  }
}

#page-wrapper main {
  position: relative;
}

.inner-menu {
  width: 100%;
  background-color: #ebebeb;
  padding: 10px 0 10px 0;
  text-align: center;
}

.inner-menu .nav-menu {
  margin-bottom: 2px;
}

.inner-menu .nav-menu > li {
  font-size: 16px;
  padding: 10px 10px 8px 10px;
  margin: 0 10px;
}

@media only all and (min-width: 601px) {
  .inner-menu .nav-menu > li:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #780b74;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
  }
  .inner-menu .nav-menu > li.active:before, .inner-menu .nav-menu > li.current_page_item:before, .inner-menu .nav-menu > li.current-menu-item:before, .inner-menu .nav-menu > li.current-lang:before, .inner-menu .nav-menu > li:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@media only all and (max-width: 600px) {
  .inner-menu .nav-menu > li {
    display: inline-block;
    margin: 0;
  }
}

@media only all and (max-width: 320px) {
  .inner-menu .nav-menu > li {
    padding: 10px 2px;
    margin: 0 0px;
  }
}

.inner-menu .nav-menu > li > a {
  color: #555555;
  text-decoration: none;
}

.inner-menu .nav-menu > li > a:visited {
  color: #555555;
  text-decoration: none;
}

.inner-menu .nav-menu > li > a:hover {
  color: #780b74;
  text-decoration: none;
}

.inner-menu .nav-menu > li > a:active, .inner-menu .nav-menu > li > a:focus {
  color: #780b74;
  text-decoration: none;
}

@media only all and (max-width: 600px) {
  .inner-menu .nav-menu > li > a {
    font-size: 14px;
    white-space: nowrap;
  }
}

.inner-menu .nav-menu > li.current-menu-item > a, .inner-menu .nav-menu > li.current-lang > a, .inner-menu .nav-menu > li.current_page_item > a {
  font-weight: 900;
  color: #780b74;
}

.inner-menu .nav-menu > li > ul {
  display: none !important;
}

.slider {
  background: #FFF;
}

.slider .bx-wrapper {
  border: 0;
  margin-bottom: 0;
}

.slider .bx-controls {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.slider .bx-controls .bx-pager {
  bottom: 30px;
}

@media only all and (max-width: 768px) {
  .slider .bx-viewport {
    height: 350px !important;
  }
}

@media only all and (max-width: 600px) {
  .slider .bx-wrapper,
  .slider .bx-viewport {
    height: 350px !important;
  }
  .slider .bx-wrapper img {
    height: 350px !important;
    width: auto !important;
    max-width: initial !important;
    margin-left: -150px;
  }
  .slider .bx-wrapper {
    text-align: center;
    overflow: hidden;
  }
}

#banner-slider li {
  text-align: center;
  overflow: hidden;
  max-height: 500px;
}

@media only all and (max-width: 1000px) {
  #banner-slider li {
    max-height: 350px;
  }
}

#banner-slider img {
  width: 100%;
}

#index-slider {
  overflow: hidden;
}

#index-slider .flexslider {
  margin: 0 !important;
}

@media only all and (max-width: 768px) {
  #index-slider .flexslider {
    padding-bottom: 30px;
  }
}

#index-slider .flexslider .flex-control-nav {
  bottom: 30px !important;
  z-index: 800;
}

@media only all and (max-width: 768px) {
  #index-slider .flexslider .flex-control-nav {
    bottom: 0 !important;
  }
}

@media only all and (max-width: 768px) {
  #index-slider .flexslider .flex-direction-nav li a {
    top: calc(50% - 30px);
  }
}

@media only all and (max-width: 768px) {
  #index-slider .slides li {
    overflow: hidden;
    height: 100%;
  }
}

[data-toggle="parallax"] {
  background: transparent;
}

@media only all and (max-width: 768px) {
  #index-slider + #page-wrapper .content {
    padding-top: 10px;
  }
}

.map-container.sticky-map {
  bottom: 60px;
}

@media only all and (max-width: 600px) {
  .map-container.sticky-map {
    margin-top: -10px;
  }
}

@media only all and (max-height: 560px) and (min-width: 601px) {
  .map-container.sticky-map #contact {
    padding-top: 50px;
  }
  .map-container.sticky-map #contact > ul li {
    font-size: 12px;
  }
}

.map-container.sticky-map #gmap {
  position: absolute;
}

@media only all and (max-width: 600px) {
  .map-container.sticky-map #gmap {
    bottom: 300px;
  }
}

@media only all and (min-width: 601px) {
  .map-container.sticky-map {
    position: fixed;
    width: 100%;
    z-index: -200;
  }
}

@media only all and (max-width: 600px) {
  .map-container.sticky-map {
    bottom: initial;
    margin-bottom: 80px;
  }
}

.map-container {
  height: 500px;
}

@media only all and (max-width: 600px) {
  .map-container {
    position: relative;
    height: 600px;
  }
}

@media only all and (max-height: 560px) and (min-width: 601px) {
  .map-container {
    height: 380px;
  }
}

.map-container .content-wrapper {
  position: relative;
  height: 100%;
}

.map-container #gmap {
  width: 100%;
  height: 100%;
}

@media only all and (max-width: 768px) {
  .map-container #gmap {
    right: 0;
  }
}

@media only all and (max-width: 600px) {
  .map-container #gmap {
    width: 100%;
    height: 300px;
  }
}

.map-container #contact {
  position: absolute;
  left: 10%;
  width: 400px;
  background: rgba(120, 11, 116, 0.9);
  color: #FFF;
  height: 100%;
  padding: 70px 30px 40px 30px;
}

@media only all and (min-width: 601px) {
  .map-container #contact {
    top: 0;
  }
}

@media only all and (max-width: 768px) {
  .map-container #contact {
    left: 0;
    width: 350px;
  }
}

@media only all and (max-width: 600px) {
  .map-container #contact {
    padding: 15px 20px;
    width: 100%;
    height: 300px;
    bottom: 0;
  }
}

.map-container #contact > ul {
  list-style: none;
  padding: 0;
  font-size: 16px;
}

@media only all and (max-width: 600px) {
  .map-container #contact > ul {
    font-size: 14px;
  }
}

.map-container #contact > ul > li {
  position: relative;
  margin-bottom: 20px;
}

@media only all and (max-width: 600px) {
  .map-container #contact > ul > li {
    margin-bottom: 5px;
  }
}

.map-container #contact > ul > li label,
.map-container #contact > ul > li span {
  display: block;
  clear: both;
}

@media only all and (max-width: 600px) {
  .map-container #contact > ul > li label,
  .map-container #contact > ul > li span {
    text-align: center;
  }
}

@media only all and (max-width: 600px) {
  .map-container #contact > ul > li label {
    font-size: 14px;
  }
}

.map-container:not(.sticky-map) {
  position: relative;
}

.image-menu {
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 1350px;
  margin: 0 auto 0;
  padding: 10px;
}

.image-menu .item {
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: calc((100%)/3 - 20px);
  margin: 5px;
  position: relative;
  overflow: hidden;
}

@media only all and (max-width: 1000px) {
  .image-menu .item {
    width: calc((100%)/2 - 20px);
  }
}

@media only all and (max-width: 600px) {
  .image-menu .item {
    width: calc(100% - 20px);
  }
}

.image-menu .item .height {
  margin-top: 55%;
}

.image-menu .item > img {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.image-menu .item .overlay {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  font-size: 30px;
  color: #FFF;
  padding-top: 12%;
}

.image-menu .item .overlay > span {
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
  color: #FFF;
  font-weight: 400;
}

.image-menu .item .overlay img {
  width: 75px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.image-menu .item:hover > img {
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}

.image-menu .item:nth-child(odd) .overlay {
  background: rgba(120, 11, 116, 0.6);
}

.image-menu .item:nth-child(even) .overlay {
  background: rgba(148, 196, 60, 0.6);
}

@media only all and (max-width: 1050px) {
  .image-menu {
    width: 100%;
  }
}

.dropdown-container {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}

.dropdown-container.doctor-list {
  padding: 20px 0;
  margin: 0 auto;
  width: 1100px;
  max-width: 100%;
}

@media only all and (max-width: 1360px) {
  .dropdown-container.doctor-list {
    width: 900px;
  }
}

.dropdown-container.doctor-list [data-toggle="trigger"] {
  min-height: 250px !important;
}

.dropdown-container.doctor-list [data-toggle="trigger"] > div .doctor {
  margin-top: 200px;
}

.dropdown-container.doctor-list [data-toggle="trigger"] > div .img-circle + .doctor {
  margin-top: 0;
}

.dropdown-container.doctor-list [data-toggle="trigger"] > div .img-circle > img {
  width: 100% !important;
  height: auto !important;
}

.dropdown-container > .row {
  margin: 0;
}

.dropdown-container > .row > ul:not(.reference) {
  margin-bottom: 0;
  position: static;
  font-size: 0;
}

.dropdown-container > .row > ul:not(.reference) > li {
  position: static;
  list-style: none;
  text-align: center;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  float: none;
}

.dropdown-container > .row > ul:not(.reference) > li > .title {
  font-size: 40px;
  margin-top: 50px;
  margin-bottom: 20px;
}

@media only all and (max-width: 1050px) {
  .dropdown-container > .row > ul:not(.reference) > li {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media only all and (max-width: 600px) {
  .dropdown-container > .row > ul:not(.reference) > li {
    padding-left: 0;
    padding-right: 0;
  }
}

.dropdown-container > .row > ul:not(.reference) > li [data-toggle="trigger"] {
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  padding-bottom: 25px;
  min-height: 50px;
  overflow: hidden;
}

.dropdown-container > .row > ul:not(.reference) > li [data-toggle="trigger"] > div {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -ms-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}

@media only all and (max-width: 1050px) {
  .dropdown-container > .row > ul:not(.reference) > li [data-toggle="trigger"] {
    font-size: 14px;
  }
}

.dropdown-container > .row > ul:not(.reference) > li [data-toggle="trigger"] .img-circle {
  display: block;
  margin: 0 auto;
  height: 200px;
  width: 200px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid transparent;
}

.dropdown-container > .row > ul:not(.reference) > li [data-toggle="trigger"] .img-circle:hover {
  border: 2px solid #780b74;
}

.dropdown-container > .row > ul:not(.reference) > li [data-toggle="trigger"] .doctor {
  font-size: 25px;
}

.dropdown-container > .row > ul:not(.reference) > li div[data-toggle="content"] {
  height: 0;
  color: #555555;
  font-size: 16px;
  background: #ebebeb;
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
  padding-left: 150px;
  padding-right: 150px;
  text-align: left;
}

.dropdown-container > .row > ul:not(.reference) > li div[data-toggle="content"] h1, .dropdown-container > .row > ul:not(.reference) > li div[data-toggle="content"] h2 {
  color: #780b74;
}

@media only all and (max-width: 768px) {
  .dropdown-container > .row > ul:not(.reference) > li div[data-toggle="content"] {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media only all and (max-width: 600px) {
  .dropdown-container > .row > ul:not(.reference) > li div[data-toggle="content"] {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media only all and (max-width: 456px) {
  .dropdown-container > .row > ul:not(.reference) > li div[data-toggle="content"] {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.dropdown-container > .row > ul:not(.reference) > li div[data-toggle="content"] .close-trigger {
  background: #969696;
  background-image: url("/20210927040220oe_/https://www.digestivehealth.org.hk/wp-content/themes/cuhk-dh/assets/images/icon/close.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding: 2px;
  position: absolute;
  top: 20px;
  right: 150px;
  width: 24px;
  height: 24px;
  content: "";
  background-position: center center;
  cursor: pointer;
}

@media only all and (max-width: 768px) {
  .dropdown-container > .row > ul:not(.reference) > li div[data-toggle="content"] .close-trigger {
    right: 100px;
  }
}

@media only all and (max-width: 600px) {
  .dropdown-container > .row > ul:not(.reference) > li div[data-toggle="content"] .close-trigger {
    right: 80px;
  }
}

@media only all and (max-width: 456px) {
  .dropdown-container > .row > ul:not(.reference) > li div[data-toggle="content"] .close-trigger {
    right: 10px;
  }
}

@media only all and (max-width: 375px) {
  .dropdown-container > .row > ul:not(.reference) > li div[data-toggle="content"] .close-trigger {
    right: 2px;
  }
}

.dropdown-container > .row > ul:not(.reference) > li.active.color-purple > [data-toggle="trigger"] > div {
  background: #7531A9;
}

.dropdown-container > .row > ul:not(.reference) > li.active.color-lake > [data-toggle="trigger"] > div {
  background: #1F886C;
}

.dropdown-container > .row > ul:not(.reference) > li.active.color-blue > [data-toggle="trigger"] > div {
  background: #245EB4;
}

.dropdown-container > .row > ul:not(.reference) > li.active.color-orange > [data-toggle="trigger"] > div {
  background: #AE5305;
}

.dropdown-container > .row > ul:not(.reference) > li.active.color-yellow > [data-toggle="trigger"] > div {
  background: #947A0D;
}

.dropdown-container > .row > ul:not(.reference) > li.active div[data-toggle="trigger"] {
  position: relative;
}

.dropdown-container > .row > ul:not(.reference) > li.active div[data-toggle="trigger"] .img-circle {
  border: 2px solid #780b74;
}

.dropdown-container > .row > ul:not(.reference) > li.active div[data-toggle="trigger"]:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 0 15px 20px 15px;
  border-color: transparent transparent #ebebeb transparent;
}

.dropdown-container > .row > ul:not(.reference) > li.active div[data-toggle="content"] {
  overflow: auto;
}

.dropdown-container > .row > ul:not(.reference) > li {
  font-weight: 600;
  font-size: 28px;
  color: #780b74;
}

.dropdown-container > .row > ul:not(.reference) > li.color-purple {
  color: #AD75DA;
}

.dropdown-container > .row > ul:not(.reference) > li.color-purple > [data-toggle="trigger"] > div {
  color: #FFF;
  background: #AD75DA;
}

.dropdown-container > .row > ul:not(.reference) > li.color-purple > [data-toggle="trigger"] > div:hover {
  background: #7531A9;
}

.dropdown-container > .row > ul:not(.reference) > li.color-purple > [data-toggle="content"] h1,
.dropdown-container > .row > ul:not(.reference) > li.color-purple > [data-toggle="content"] h2,
.dropdown-container > .row > ul:not(.reference) > li.color-purple > [data-toggle="content"] h3,
.dropdown-container > .row > ul:not(.reference) > li.color-purple > [data-toggle="content"] h4 {
  color: #AD75DA;
}

.dropdown-container > .row > ul:not(.reference) > li.color-lake {
  color: #4BBFA0;
}

.dropdown-container > .row > ul:not(.reference) > li.color-lake > [data-toggle="trigger"] > div {
  color: #FFF;
  background: #4BBFA0;
}

.dropdown-container > .row > ul:not(.reference) > li.color-lake > [data-toggle="trigger"] > div:hover {
  background: #1F886C;
}

.dropdown-container > .row > ul:not(.reference) > li.color-lake > [data-toggle="content"] h1,
.dropdown-container > .row > ul:not(.reference) > li.color-lake > [data-toggle="content"] h2,
.dropdown-container > .row > ul:not(.reference) > li.color-lake > [data-toggle="content"] h3,
.dropdown-container > .row > ul:not(.reference) > li.color-lake > [data-toggle="content"] h4 {
  color: #4BBFA0;
}

.dropdown-container > .row > ul:not(.reference) > li.color-blue {
  color: #5C8ED7;
}

.dropdown-container > .row > ul:not(.reference) > li.color-blue > [data-toggle="trigger"] > div {
  color: #FFF;
  background: #5C8ED7;
}

.dropdown-container > .row > ul:not(.reference) > li.color-blue > [data-toggle="trigger"] > div:hover {
  background: #245EB4;
}

.dropdown-container > .row > ul:not(.reference) > li.color-blue > [data-toggle="content"] h1,
.dropdown-container > .row > ul:not(.reference) > li.color-blue > [data-toggle="content"] h2,
.dropdown-container > .row > ul:not(.reference) > li.color-blue > [data-toggle="content"] h3,
.dropdown-container > .row > ul:not(.reference) > li.color-blue > [data-toggle="content"] h4 {
  color: #5C8ED7;
}

.dropdown-container > .row > ul:not(.reference) > li.color-orange {
  color: #CF7121;
}

.dropdown-container > .row > ul:not(.reference) > li.color-orange > [data-toggle="trigger"] > div {
  color: #FFF;
  background: #CF7121;
}

.dropdown-container > .row > ul:not(.reference) > li.color-orange > [data-toggle="trigger"] > div:hover {
  background: #AE5305;
}

.dropdown-container > .row > ul:not(.reference) > li.color-orange > [data-toggle="content"] h1,
.dropdown-container > .row > ul:not(.reference) > li.color-orange > [data-toggle="content"] h2,
.dropdown-container > .row > ul:not(.reference) > li.color-orange > [data-toggle="content"] h3,
.dropdown-container > .row > ul:not(.reference) > li.color-orange > [data-toggle="content"] h4 {
  color: #CF7121;
}

.dropdown-container > .row > ul:not(.reference) > li.color-yellow {
  color: #D2B744;
}

.dropdown-container > .row > ul:not(.reference) > li.color-yellow > [data-toggle="trigger"] > div {
  color: #FFF;
  background: #D2B744;
}

.dropdown-container > .row > ul:not(.reference) > li.color-yellow > [data-toggle="trigger"] > div:hover {
  background: #947A0D;
}

.dropdown-container > .row > ul:not(.reference) > li.color-yellow > [data-toggle="content"] h1,
.dropdown-container > .row > ul:not(.reference) > li.color-yellow > [data-toggle="content"] h2,
.dropdown-container > .row > ul:not(.reference) > li.color-yellow > [data-toggle="content"] h3,
.dropdown-container > .row > ul:not(.reference) > li.color-yellow > [data-toggle="content"] h4 {
  color: #D2B744;
}

.staff-container {
  padding: 0;
  padding-top: 20px;
  /*margin-bottom: -60px*/
  background: linear-gradient(0deg, #ebebeb, #FFF);
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.75);
  text-align: center;
}

.staff-container .title {
  text-align: center;
  margin-bottom: 35px;
  color: #780b74;
  font-weight: 600;
}

.staff-container #staff-slider {
  list-style: none;
  position: relative;
  background: url("/20210927040220oe_/https://www.digestivehealth.org.hk/wp-content/themes/cuhk-dh/assets/images/bg/staff_owl.png") no-repeat top center;
  background-size: 100% auto;
  padding: 35px 0 0 0;
}

@media only all and (max-width: 1050px) {
  .staff-container #staff-slider {
    background-size: auto 100%;
  }
}

.staff-container #staff-slider:before {
  background: #ebebeb;
  height: 73px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
}

.staff-container #staff-slider .owl-stage {
  list-style: none;
}

.staff-container #staff-slider .owl-stage .owl-item {
  height: 100%;
  text-align: center;
  width: 100%;
}

.staff-container #staff-slider .owl-stage .owl-item img {
  width: auto;
  margin: 0 auto;
  height: 330px;
}

.staff-container #staff-slider .owl-stage li.owl-item {
  float: none;
  display: inline-block;
  padding-bottom: 73px;
  text-align: center;
  position: relative;
}

.staff-container #staff-slider .owl-stage li.owl-item a span {
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 30px;
}

@media only all and (max-width: 768px) {
  .staff-container #staff-slider .owl-stage li.owl-item img {
    margin-left: auto;
    margin-right: auto;
  }
}

.staff-container #staff-slider .owl-nav {
  display: block;
}

.staff-container #staff-slider .owl-nav > div {
  position: absolute;
  display: block !important;
  font-size: 60px;
  top: calc(50% - 60px);
  color: #780b74;
  background: transparent;
}

.staff-container #staff-slider .owl-nav .owl-prev {
  margin-left: 0;
}

.staff-container #staff-slider .owl-nav .owl-next {
  right: 0;
}

[data-toggle="side-form"] {
  z-index: 3;
}

@media only all and (min-width: 601px) {
  [data-toggle="side-form"] {
    position: fixed;
    right: 0;
    bottom: 0;
    height: 100vh;
  }
}

@media only all and (max-width: 600px) {
  [data-toggle="side-form"] {
    position: static;
    float: right;
    top: 0;
    height: 62px;
  }
}

@media only all and (max-width: 456px) {
  [data-toggle="side-form"] {
    height: 52px;
  }
}

@media only all and (max-width: 375px) {
  [data-toggle="side-form"] {
    height: 42px;
  }
}

@media only all and (min-width: 601px) {
  [data-toggle="side-form"] > * {
    float: left;
  }
}

[data-toggle="side-form"] > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}

@media only all and (min-width: 601px) {
  [data-toggle="side-form"] > ul {
    position: absolute;
    right: 0;
    top: 42%;
  }
}

@media only all and (max-width: 600px) {
  [data-toggle="side-form"] > ul {
    font-size: 1px;
  }
}

[data-toggle="side-form"] > ul li {
  cursor: pointer;
  text-align: center;
  padding: 10px 8px;
  margin: 0;
  margin-top: 20px;
  background-color: #780b74;
  position: relative;
  -webkit-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  -o-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  width: 40px;
}

[data-toggle="side-form"] > ul li[data-lang="en_us"] {
  width: 30px;
}

@media only all and (max-width: 600px) {
  [data-toggle="side-form"] > ul li {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    margin-top: 0;
    width: auto;
    height: 62px;
    width: 62px;
    overflow: hidden;
    display: inline-block;
    border-bottom: 1px solid #FFF;
  }
  [data-toggle="side-form"] > ul li[data-lang="en_us"] {
    width: 62px;
  }
  [data-toggle="side-form"] > ul li.active {
    border-color: #780b74;
  }
  [data-toggle="side-form"] > ul li.active:after {
    content: "\f00d";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: #FFF;
    font-size: 30px;
    line-height: 30px;
    padding: 16px;
    background-color: #780b74;
    z-index: 3;
    font-family: FontAwesome;
  }
}

@media only all and (max-width: 600px) and (max-width: 456px) {
  [data-toggle="side-form"] > ul li.active:after {
    font-size: 30px;
    line-height: 30px;
    padding: 11px;
  }
}

@media only all and (max-width: 600px) and (max-width: 375px) {
  [data-toggle="side-form"] > ul li.active:after {
    font-size: 20px;
    line-height: 20px;
    padding: 11px;
  }
}

@media only all and (max-width: 600px) and (max-width: 456px) {
  [data-toggle="side-form"] > ul li {
    height: 52px;
    width: 52px;
  }
  [data-toggle="side-form"] > ul li[data-lang="en_us"] {
    width: 52px;
  }
  [data-toggle="side-form"] > ul li.active:after {
    font-size: 30px;
  }
}

@media only all and (max-width: 600px) and (max-width: 375px) {
  [data-toggle="side-form"] > ul li {
    height: 42px;
    width: 42px;
    padding: 5px 5px;
  }
  [data-toggle="side-form"] > ul li[data-lang="en_us"] {
    width: 42px;
  }
  [data-toggle="side-form"] > ul li.active:after {
    font-size: 20px;
  }
}

[data-toggle="side-form"] > ul li a {
  font-weight: 600;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  word-break: break-all;
  text-transform: uppercase;
  line-height: 1;
}

@media only all and (max-width: 600px) {
  [data-toggle="side-form"] > ul li a {
    font-size: 18px;
    line-height: 20px;
  }
}

@media only all and (max-width: 456px) {
  [data-toggle="side-form"] > ul li a {
    font-size: 14px;
    line-height: 16px;
  }
}

@media only all and (max-width: 375px) {
  [data-toggle="side-form"] > ul li a {
    font-size: 12px;
    line-height: 14px;
  }
}

[data-toggle="side-form"] > ul li .fa {
  display: block;
  color: #FFF;
}

@media only all and (max-width: 600px) {
  [data-toggle="side-form"] > ul li .fa {
    display: none;
    font-size: 20px;
    margin-top: 3px;
  }
}

@media only all and (max-width: 600px) {
  [data-toggle="side-form"] > ul li > a {
    display: none;
  }
  [data-toggle="side-form"] > ul li > .fa {
    display: block;
    font-size: 30px;
  }
}

@media only all and (max-width: 456px) {
  [data-toggle="side-form"] > ul li > .fa {
    font-size: 18px;
  }
}

[data-toggle="side-form"] .content {
  position: relative;
  width: 0;
}

@media only all and (min-width: 601px) {
  [data-toggle="side-form"] .content {
    margin-top: 10vh;
    height: 80vh;
  }
}

@media only all and (max-width: 600px) {
  [data-toggle="side-form"] .content {
    position: absolute;
    margin-top: 0;
    top: 62px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 0;
    overflow: hidden;
  }
}

@media only all and (max-width: 600px) and (max-width: 456px) {
  [data-toggle="side-form"] .content {
    top: 52px;
  }
}

@media only all and (max-width: 600px) and (max-width: 375px) {
  [data-toggle="side-form"] .content {
    top: 42px;
  }
}

@media only all and (max-width: 600px) {
  [data-toggle="side-form"] .content.open {
    border-top: 1px solid;
    margin-top: -1px;
    border-color: #780b74;
  }
}

[data-toggle="side-form"] .content.open:before {
  content: "";
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}

@media only all and (max-width: 600px) {
  [data-toggle="side-form"] .content.open:before {
    top: 62px;
    height: 100%;
  }
}

@media only all and (max-width: 375px) {
  [data-toggle="side-form"] .content.open:before {
    top: 42px;
    height: 100%;
  }
}

[data-toggle="side-form"] .content > div:not(.close-trigger) {
  position: absolute;
  padding: 20px;
  width: 500px;
  top: 0;
  overflow: auto;
  display: none;
  left: 40px;
  background-color: #FFF;
}

[data-toggle="side-form"] .content > div:not(.close-trigger) h1 {
  color: #780b74;
  text-align: center;
  margin-bottom: 20px;
}

[data-toggle="side-form"] .content > div:not(.close-trigger) .acton-tools {
  text-align: center;
}

[data-toggle="side-form"] .content > div:not(.close-trigger) .acton-tools button {
  padding: 10px 30px;
  font-weight: bold;
}

@media only all and (min-width: 601px) {
  [data-toggle="side-form"] .content > div:not(.close-trigger) {
    height: 100%;
  }
}

@media only all and (max-width: 600px) {
  [data-toggle="side-form"] .content > div:not(.close-trigger) {
    width: 100%;
    float: left;
    position: relative;
    display: none;
    top: 0;
    left: 0;
    padding-bottom: 80px;
    min-height: calc(100vh - 62px);
    max-height: calc(100vh - 62px);
  }
}

@media only all and (max-width: 456px) {
  [data-toggle="side-form"] .content > div:not(.close-trigger) {
    min-height: calc(100vh - 52px);
    max-height: calc(100vh - 52px);
  }
}

@media only all and (max-width: 375px) {
  [data-toggle="side-form"] .content > div:not(.close-trigger) {
    min-height: calc(100vh - 42px);
    max-height: calc(100vh - 42px);
  }
}

[data-toggle="side-form"] .content > div:not(.close-trigger).active {
  z-index: 80;
  display: block;
}

@media only all and (max-width: 600px) {
  [data-toggle="side-form"] .content > div:not(.close-trigger).active {
    right: 0;
  }
}

[data-toggle="side-form"] .content .close-trigger {
  display: block;
  cursor: pointer;
  position: absolute;
  left: 40px;
  top: calc(50% - 70px);
  height: 120px;
  width: 40px;
  background-color: #780b74;
  color: #FFF;
  content: "";
  z-index: 3;
  background-image: url("/20210927040220oe_/https://www.digestivehealth.org.hk/wp-content/themes/cuhk-dh/assets/images/icon/close.png");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center center;
}

[data-toggle="side-form"] .content .close-trigger.color-green {
  background-color: #94C43C;
}

[data-toggle="side-form"] li[data-color="green"] {
  background-color: #94C43C !important;
}

[data-toggle="side-form"] li[data-color="green"].active {
  border-color: #94C43C !important;
}

[data-toggle="side-form"] li[data-color="green"]:after {
  background-color: #94C43C !important;
}

[data-toggle="side-form"] div[data-color="green"] {
  border-color: #94C43C !important;
}

[data-toggle="side-form"] .close-trigger[data-color="green"] {
  background-color: #94C43C !important;
}

.price-list {
  list-style: none;
  font-size: 0;
  padding: 0;
  display: block;
}

.price-list li {
  font-size: 16px;
  background: #F5F5F5;
  padding: 10px 20px;
  border: 1px solid #969696;
  width: auto;
  display: inline-block;
}

@media only all and (max-width: 1050px) {
  .price-list li {
    font-size: 14px;
  }
}

@media only all and (max-width: 600px) {
  .price-list li {
    font-size: 12px;
  }
}

table.service {
  margin: 0 auto;
  width: 80%;
}

@media only all and (max-width: 600px) {
  table.service {
    width: 95%;
  }
}

table.service thead th {
  background: #6B9320;
  color: #FFF;
  border-top: 1px solid #969696;
  border-left: 1px solid #969696;
  padding: 15px 10px;
}

table.service thead th:last-child {
  border-right: 1px solid #969696;
}

table.service thead th:not(:first-child) {
  width: 20%;
}

table.service tbody td {
  border-top: 1px solid #969696;
  border-left: 1px solid #969696;
  padding: 15px 10px;
}

table.service tbody td:last-child {
  border-right: 1px solid #969696;
}

table.service tbody td:not(:first-child) {
  width: 20%;
}

table.service tbody tr:last-child td {
  border-bottom: 1px solid #969696;
}

table.activity {
  margin: 40px auto;
  width: 60%;
}

@media only all and (max-width: 768px) {
  table.activity {
    width: 90%;
  }
}

@media only all and (max-width: 456px) {
  table.activity {
    width: 100%;
  }
}

table.activity td {
  text-align: center;
  padding: 15px 10px;
  border-top: 1px solid #969696;
}

@media only all and (max-width: 375px) {
  table.activity td {
    padding: 15px 3px;
  }
}

table.activity td a:not(.btn) {
  color: #780b74;
  font-weight: 900;
}

table.activity td a[href="#"]:not(.btn) {
  cursor: default;
}

table.activity td a.btn[href="#"] {
  display: none;
}

table.activity tbody td {
  border-bottom: 1px solid #969696;
}

table.activity tbody td:first-child:not(.td-date) {
  text-align: left;
}

table.activity tbody td.td-disease {
  width: 140px;
}

@media only all and (max-width: 375px) {
  table.activity tbody td.td-disease {
    width: auto;
  }
}

ul.reference {
  list-style: none;
  margin: 10px 0;
  padding: 10px 0;
  position: relative;
  display: block;
}

ul.reference li {
  display: inline-block;
  padding: 5px 20px;
  margin: 5px 0;
  background: #BCBCBC;
  color: #FFF;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -ms-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}

ul.reference li a {
  color: #FFF;
}

ul.reference li:hover {
  background: #555555;
}

footer {
  height: 60px;
  bottom: 0;
  border-top: 2px solid #780b74;
  padding: 5px 0;
  position: fixed;
  width: 100%;
  z-index: -200;
}

@media only all and (max-width: 600px) {
  footer {
    height: 80px;
    text-align: center;
  }
}

footer .footer-wrapper > div {
  float: right;
  padding: 5px;
}

footer .footer-wrapper #copyright {
  width: 65%;
}

@media only all and (max-width: 600px) {
  footer .footer-wrapper #copyright {
    width: 100%;
  }
}

footer .footer-wrapper #footer-link {
  width: 35%;
  text-align: right;
}

@media only all and (max-width: 600px) {
  footer .footer-wrapper #footer-link {
    width: 100%;
  }
}

@media only all and (max-width: 600px) {
  footer .footer-wrapper #footer-link .nav-menu {
    text-align: center;
    margin-bottom: 0;
  }
}

footer .footer-wrapper #footer-link .nav-menu li a {
  padding: 5px 10px;
}

@media only all and (max-width: 600px) {
  footer .footer-wrapper #footer-link .nav-menu li a {
    font-size: 14px;
  }
}

.transport {
  line-height: 30px;
  font-weight: 600;
  text-align: left;
  padding: 10px;
  margin: 0 auto;
  width: 70%;
}

@media only all and (max-width: 1050px) {
  .transport {
    width: 90%;
  }
}

@media only all and (max-width: 600px) {
  .transport {
    width: 95%;
  }
  .transport td {
    display: inline-block;
  }
}

.transport > div {
  padding: 5px;
}

.transport .icon {
  text-align: left;
}

.icon:not(img) {
  padding-left: 35px;
  line-height: 30px;
  height: 30px;
  position: relative;
}

.icon:not(img):before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: auto 30px;
  background-position: center center;
}

.icon:not(img).mtr:before {
  background-image: url("/20210927040220oe_/https://www.digestivehealth.org.hk/wp-content/themes/cuhk-dh/assets/images/icon/mtr.png");
}

.icon:not(img).taxi:before {
  background-image: url("/20210927040220oe_/https://www.digestivehealth.org.hk/wp-content/themes/cuhk-dh/assets/images/icon/taxi.png");
}

.icon:not(img).bus:before {
  background-image: url("/20210927040220oe_/https://www.digestivehealth.org.hk/wp-content/themes/cuhk-dh/assets/images/icon/bus.png");
}

.icon:not(img).minibus:before {
  background-image: url("/20210927040220oe_/https://www.digestivehealth.org.hk/wp-content/themes/cuhk-dh/assets/images/icon/minibus.png");
}

.icon:not(img).pdf:before {
  background-image: url("/20210927040220oe_/https://www.digestivehealth.org.hk/wp-content/themes/cuhk-dh/assets/images/icon/pdf.png");
}

.icon:not(img).large {
  padding-left: 65px;
  line-height: 60px;
  height: 60px;
}

.icon:not(img).large:before {
  width: 60px;
  height: 60px;
  left: 0;
  background-size: auto 60px;
}

.training {
  margin: 15px auto 0;
  width: 100%;
  max-width: 600px;
}

.training div {
  padding: 10px;
}

.training div .btn {
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  padding: 20px;
}

.training div .btn .icon:before {
  left: calc(50% - 15px);
}

.training div .btn .icon.large:before {
  left: calc(50% - 30px);
}

.training-form {
  margin-top: 40px;
  width: 50%;
}

.training-form .field-wrap.submit-wrap {
  text-align: right;
}

.training-form .field-wrap.button-wrap {
  text-align: left;
}

@media only all and (max-width: 1050px) {
  .training-form {
    width: 60%;
  }
}

@media only all and (max-width: 768px) {
  .training-form {
    width: 80%;
  }
}

.training-form .field-wrap {
  float: left;
  width: 50%;
}

.training-form .field-wrap.full-width-wrap {
  width: 100%;
}

@media only all and (max-width: 456px) {
  .training-form .field-wrap {
    width: 100%;
  }
  .training-form .field-wrap.button-wrap,
  .training-form .field-wrap.submit-wrap {
    width: 50%;
  }
}

.link-list {
  padding: 0;
  list-style: none;
}

.link-list li {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.link-list > a {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.gallery {
  margin: 0 auto;
}

.gallery .gallery-item {
  width: 300px !important;
  padding-bottom: 200px;
  padding-right: 5px;
  padding-left: 5px;
  margin: 5px !important;
  display: inline-block;
  position: relative;
  overflow: hidden;
  float: none !important;
  text-align: center;
}

.gallery .gallery-item .gallery-icon {
  position: absolute;
  top: 0;
  left: 0;
}

.gallery .gallery-item img {
  width: auto !important;
  height: 200px !important;
  max-width: none !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.gallery .gallery-item:hover img {
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}

.gallery br {
  display: none;
}

ul.purple-list {
  list-style: none;
  padding: 0;
  display: inline-block;
}

ul.purple-list li {
  text-align: left;
  padding-left: 20px;
  position: relative;
}

ul.purple-list li:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  background: url("/20210927040220oe_/https://www.digestivehealth.org.hk/wp-content/themes/cuhk-dh/assets/images/icon/bullet.png") no-repeat center center;
  background-size: 9px 9px;
}

.environment {
  width: 1024px;
}

@media only all and (max-width: 1050px) {
  .environment {
    width: 80%;
  }
}

.environment td,
.environment th {
  padding: 10px;
  vertical-align: top;
}

.environment td > ul {
  padding-left: 25px;
}

@media only all and (max-width: 600px) {
  .environment td {
    display: inline-block;
  }
}

.environment .gallery {
  width: 320px;
}

@media only all and (max-width: 320px) {
  .environment .gallery {
    width: 100%;
  }
}

.environment .gallery > .gallery-item {
  width: 150px !important;
  padding-bottom: 150px !important;
  overflow: hidden;
  float: left !important;
}

@media only all and (max-width: 320px) {
  .environment .gallery > .gallery-item {
    width: 135px !important;
    padding-bottom: 135px !important;
  }
}

.environment .gallery > .gallery-item .gallery-icon {
  top: 0;
}

.environment .gallery > .gallery-item:not(:first-child) {
  padding: 5px;
  margin: 5px;
}

.environment .gallery > .gallery-item:not(:first-child) img {
  height: 150px !important;
  width: auto !important;
  max-width: none !important;
}

.environment .gallery > .gallery-item:first-child {
  margin: 5px;
  width: 310px !important;
  padding-bottom: 310px !important;
}

.environment .gallery > .gallery-item:first-child img {
  height: 310px !important;
  width: auto !important;
  max-width: none !important;
}

@media only all and (max-width: 320px) {
  .environment .gallery > .gallery-item:first-child {
    width: 280px !important;
    padding-bottom: 280px !important;
  }
}

.flex-direction-nav a {
  content: "" !important;
  background: transparent !important;
  height: 60px !important;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 0px;
  text-indent: 10px !important;
  opacity: 1 !important;
}

.flex-direction-nav a:before {
  font-size: 60px;
  color: #780b74;
}

.flex-direction-nav .flex-next:before {
  content: "\f105";
}

.flex-direction-nav .flex-prev:before {
  content: "\f104";
}

.blue-list {
  list-style: none;
  margin-top: 25px;
}

.blue-list li {
  display: block;
  position: relative;
  background: #5C8ED7;
  padding: 30px 60px;
  color: #fff;
  border-radius: 25px;
}

.blue-list li:not(:first-child) {
  margin-top: 70px;
}

.blue-list li:not(:first-child):before {
  position: absolute;
  content: "";
  background: #a8cbf0;
  width: 30px;
  height: 30px;
  top: -55px;
  left: calc(50% - 15px);
}

.blue-list li:not(:first-child):after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 25px 0 25px;
  border-color: #a8cbf0 transparent transparent transparent;
  top: -25px;
  left: calc(50% - 25px);
}

.ui-datepicker {
  z-index: 999 !important;
}

.ui-datepicker-header {
  padding: 2px !important;
}

.ui-datepicker-header .ui-corner-all {
  background: #FFF;
}

.ui-datepicker-header .ui-corner-all span {
  font-size: 0px;
}

.ui-datepicker-header .ui-corner-all::after {
  position: absolute;
  content: "<";
  width: 28.8px;
  height: 28.8px;
  line-height: 28.8px;
  font-size: 16px;
  text-align: center;
  top: 0;
  left: 0;
}

.ui-datepicker-header .ui-corner-all.ui-datepicker-next::after {
  content: ">";
}

.ui-datepicker-title .ui-datepicker-month {
  float: left;
  width: 50%;
  font-size: 14px !important;
}

.ui-datepicker-title .ui-datepicker-year {
  float: left;
  width: 45% !important;
  text-align: center;
  background: #FFF;
  font-size: 14px !important;
  padding: 2px 5px;
  min-height: 27px;
  line-height: 17px;
  height: 27px;
  text-align-last: center;
}

.ui-datepicker-calendar {
  background: #eee;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  padding: 0 !important;
}

#wpadminbar {
  display: none;
}

.equipment {
  position: relative;
  margin: 0 auto;
  width: 1000px;
  height: 50vw;
  max-height: 450px;
  margin-bottom: 50px;
  max-width: 80vw;
}

@media only all and (max-width: 456px) {
  .equipment {
    height: auto;
    max-height: none;
  }
}

.equipment .equipment-list {
  float: left;
  width: 50%;
  text-align: left;
}

@media only all and (max-width: 456px) {
  .equipment .equipment-list {
    width: 100%;
    float: none;
    text-align: center;
  }
}

.equipment .equipment-list ul {
  list-style: none;
  color: #780b74;
  margin: 0;
  padding: 0;
  position: relative;
}

.equipment .equipment-list ul > li {
  cursor: pointer;
  position: relative;
  margin-bottom: 5px;
}

.equipment .equipment-list ul > li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #780b74;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
}

.equipment .equipment-list ul > li.active:before, .equipment .equipment-list ul > li.current_page_item:before, .equipment .equipment-list ul > li.current-menu-item:before, .equipment .equipment-list ul > li.current-lang:before, .equipment .equipment-list ul > li:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform: scaleX(1);
}

@media only all and (max-width: 456px) {
  .equipment .equipment-list ul > li::before {
    content: none;
  }
}

.equipment .images-list {
  position: relative;
  float: left;
  width: 50%;
  height: 30vw;
  max-height: 350px;
  overflow: hidden;
}

@media only all and (max-width: 456px) {
  .equipment .images-list {
    float: none;
    width: 100%;
    height: auto;
    max-height: none;
  }
}

.equipment .images-list > img {
  width: 100%;
  height: auto;
  min-height: 350px;
  margin: 0 auto;
  cursor: pointer;
}

.equipment .images-list > img:not(:first-child) {
  display: none;
}

@media only all and (max-width: 456px) {
  .equipment .images-list > img {
    min-height: auto;
  }
}

.vc-gallery-wrapper {
  margin: 0 auto;
}

.equipment-zoom {
  padding: 10px;
}

.equipment-zoom img {
  max-width: 100%;
  max-height: 80vh;
}

.equipment-zoom .title {
  display: block;
  margin-top: 5px;
}

.ninja-forms-form-wrap[form-result="aa"] #situation_aa {
  display: block;
}

.ninja-forms-form-wrap[form-result="aal"] #situation_aal {
  display: block;
}

.ninja-forms-form-wrap[form-result="aas"] #situation_aas {
  display: block;
}

.ninja-forms-form-wrap[form-result="aah"] #situation_aah {
  display: block;
}

html[lang="en_us"] .menu-item a {
  font-size: 14px;
}

@media only all and (max-width: 1360px) {
  html[lang="en_us"] .menu-item a {
    font-size: 12px;
  }
}

html[lang="en_us"] .dropdown-container .title {
  font-size: 30px !important;
}

html[lang="en_us"] .image-menu .item .overlay span {
  font-size: 24px;
}

@media only all and (max-width: 456px) {
  html[lang="en_us"] .image-menu .item .overlay span {
    font-size: 20px;
  }
}

.sitemap-menu {
  width: 320px;
  margin: 0 auto 0 auto;
  padding: 40px;
}

.sitemap-menu ul {
  list-style: none;
  position: relative;
  padding: 0;
}

.sitemap-menu ul li {
  padding: 5px;
  text-align: center;
}

.sitemap-menu ul li a {
  position: relative;
}

.sitemap-menu ul li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #780b74;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
}

.sitemap-menu ul li a.active:before, .sitemap-menu ul li a.current_page_item:before, .sitemap-menu ul li a.current-menu-item:before, .sitemap-menu ul li a.current-lang:before, .sitemap-menu ul li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform: scaleX(1);
}

#media-interview .nav-menu {
  width: 60%;
  margin: 0 auto 10px;
}

@media only all and (max-width: 600px) {
  #media-interview .nav-menu {
    width: 80%;
  }
}

@media only all and (max-width: 375px) {
  #media-interview .nav-menu {
    width: 100%;
  }
}

#media-interview .nav-menu li {
  line-height: 20px;
}

@media only all and (max-width: 320px) {
  #media-interview .nav-menu li {
    line-height: 14px;
  }
  #media-interview .nav-menu li a {
    font-size: 12px;
  }
}

@media only all and (max-width: 375px) {
  .g_recaptcha-wrap {
    padding: 0 !important;
  }
}

.metaslider .caption {
  display: none !important;
}
