.hidden {
  display: none !important;
}

.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.uppercase {
  text-transform: uppercase;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.vertical-push-10 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 10px;
}

.vertical-push-20 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 20px;
}

.vertical-push-30 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 30px;
}

.vertical-push-40 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 40px;
}

.vertical-push-50 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 50px;
}

.vertical-push-60 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 60px;
}

.vertical-push-70 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 70px;
}

.vertical-push-80 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 80px;
}

.vertical-push-90 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 90px;
}

.vertical-push-100 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 100px;
}

.vertical-push-110 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 110px;
}

.vertical-push-120 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 120px;
}

.vertical-push-130 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 130px;
}

.vertical-push-140 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 140px;
}

.vertical-push-150 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 150px;
}

.vertical-push-160 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 160px;
}

.vertical-push-170 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 170px;
}

.vertical-push-180 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 180px;
}

.vertical-push-190 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 190px;
}

.vertical-push-200 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 200px;
}

.cf::after,
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.bd1 {
  border: 1px solid deeppink;
}

.bd2 {
  border: 1px solid #00b600;
}

.bd3 {
  border: 1px solid #00c6f3;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.cloak {
  opacity: 0 !important;
}

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

@media (max-width: 1023px) {
  .hidden-mobile {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .hidden-desktop {
    display: none !important;
  }
}
.global-toast {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 100px;
  background-color: #383838;
  color: #f0f0f0;
  font-size: 20px;
  padding: 10px;
  text-align: center;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 24px -1px rgb(56, 56, 56);
          box-shadow: 0px 0px 24px -1px rgb(56, 56, 56);
}

.pos-relative {
  position: relative;
}

.global-image-caption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  background: rgba(0, 0, 0, 0.5);
  padding: 6px 12px;
  border-radius: 13px;
  max-width: 99%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.global-image-caption .fa-map-marker-alt {
  margin-right: 5px;
}

.page-content-mobile,
.page-content-desktop {
  display: none;
}

@media (max-width: 1023px) {
  .page-content-mobile {
    display: block;
  }
  html, body {
    height: 100%;
  }
  body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-content-mobile,
  .page-content-desktop {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .page-footer-container {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .navbar-placeholder {
    height: 1.1rem;
  }
  .page-main-container .nav-tabs {
    padding: 0 0.3rem;
    white-space: nowrap;
    overflow-x: auto;
    position: relative;
  }
  .page-main-container .nav-tabs:after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #e4e4e4;
  }
  .page-main-container .nav-tabs .nav-item {
    display: inline-block;
    position: relative;
    z-index: 1;
  }
  .page-main-container .nav-tabs .nav-item .nav-link {
    display: block;
    height: 1rem;
    padding: 0.4rem 0.1rem 0;
    color: #4e5256;
    font-size: 0.3rem;
    position: relative;
  }
  .page-main-container .nav-tabs .nav-item .nav-link:after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .page-main-container .nav-tabs .nav-item .nav-link.active {
    color: #0056a0;
  }
  .page-main-container .nav-tabs .nav-item .nav-link.active:after {
    background: #0056a0;
  }
  .page-main-container .tab-content {
    margin-top: 0.4rem;
  }
  .page-main-container .tab-content .tab-pane .post {
    margin: 0 0.4rem;
  }
  .page-main-container .tab-content .tab-pane .post .post-title {
    color: #000;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4;
  }
  .page-main-container .tab-content .tab-pane .post .post-body {
    margin-top: 0.2rem;
    margin-bottom: 1rem;
    color: #444;
    font-size: 14px;
    line-height: 1.6;
  }
  .page-main-container .tab-content .tab-pane .post .post-body p {
    margin-bottom: 1em;
    text-indent: 2em;
  }
  .page-main-container .tab-content .tab-pane .post .post-body img {
    max-width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .page-main-container .tab-content .tab-pane .post .post-body h1 {
    font-size: 30px;
  }
  .page-main-container .tab-content .tab-pane .post .post-body h2 {
    font-size: 26px;
  }
  .page-main-container .tab-content .tab-pane .post .post-body h3 {
    font-size: 20px;
  }
  .page-main-container .tab-content .tab-pane .post .post-body h4 {
    font-size: 17px;
  }
  .page-main-container .tab-content .tab-pane .post .post-body h5 {
    font-size: 14px;
  }
  .page-main-container .tab-content .tab-pane .post .post-body h6 {
    font-size: 12px;
  }
  .page-main-container .tab-content .tab-pane .post .post-body h1,
  .page-main-container .tab-content .tab-pane .post .post-body h2,
  .page-main-container .tab-content .tab-pane .post .post-body h3,
  .page-main-container .tab-content .tab-pane .post .post-body h4,
  .page-main-container .tab-content .tab-pane .post .post-body h5,
  .page-main-container .tab-content .tab-pane .post .post-body h6 {
    font-weight: 500;
    line-height: 2;
  }
  .page-main-container .tab-content .tab-pane .post .post-body ol {
    list-style-type: decimal;
  }
  .page-main-container .tab-content .tab-pane .post .post-body ol li {
    margin-bottom: 1em;
  }
  .page-main-container .tab-content .tab-pane .post .post-body ol {
    display: block;
    list-style-type: decimal;
    -webkit-margin-before: 1em;
            margin-block-start: 1em;
    -webkit-margin-after: 1em;
            margin-block-end: 1em;
    -webkit-margin-start: 0px;
            margin-inline-start: 0px;
    -webkit-margin-end: 0px;
            margin-inline-end: 0px;
    -webkit-padding-start: 20px;
            padding-inline-start: 20px;
  }
  .page-main-container .tab-content .tab-pane .post .post-body strong {
    font-weight: bold !important;
  }
  .page-main-container .tab-content .tab-pane .post .post-body a {
    color: #0056a0;
    margin-left: 2px;
    margin-right: 2px;
  }
  .page-main-container .tab-content .tab-pane .post .post-body a:hover {
    text-decoration: underline;
  }
  .page-main-container .tab-content .tab-pane .post .post-body p {
    text-indent: 0;
  }
}
@media (min-width: 1024px) {
  .page-content-desktop {
    display: block;
  }
  html, body {
    height: 100%;
  }
  body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-content-mobile,
  .page-content-desktop {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .page-footer-container {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .top-banner-container {
    height: 3.4rem;
    background-size: cover;
    background-position: center;
  }
  .page-main-container {
    width: 12rem;
    margin: 0.7rem auto 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-main-container .nav-tabs {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 2.4rem;
  }
  .page-main-container .nav-tabs .nav-item {
    margin-top: 0.03rem;
  }
  .page-main-container .nav-tabs .nav-item .nav-link {
    display: block;
    line-height: 0.5rem;
    padding: 0 0.3rem;
    color: #fff;
    background: #4e5256;
  }
  .page-main-container .nav-tabs .nav-item .nav-link:hover, .page-main-container .nav-tabs .nav-item .nav-link.active {
    background: #0056a0;
  }
  .page-main-container .tab-content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 0.6rem;
  }
  .page-main-container .tab-content .tab-pane .post .post-title {
    color: #000;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
  }
  .page-main-container .tab-content .tab-pane .post .post-body {
    margin-top: 0.25rem;
    color: #444;
    font-size: 16px;
    line-height: 1.75;
  }
  .page-main-container .tab-content .tab-pane .post .post-body p {
    margin-bottom: 1em;
    text-indent: 2em;
  }
  .page-main-container .tab-content .tab-pane .post .post-body img {
    max-width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .page-main-container .tab-content .tab-pane .post .post-body h1 {
    font-size: 36px;
  }
  .page-main-container .tab-content .tab-pane .post .post-body h2 {
    font-size: 30px;
  }
  .page-main-container .tab-content .tab-pane .post .post-body h3 {
    font-size: 24px;
  }
  .page-main-container .tab-content .tab-pane .post .post-body h4 {
    font-size: 18px;
  }
  .page-main-container .tab-content .tab-pane .post .post-body h5 {
    font-size: 14px;
  }
  .page-main-container .tab-content .tab-pane .post .post-body h6 {
    font-size: 12px;
  }
  .page-main-container .tab-content .tab-pane .post .post-body h1,
  .page-main-container .tab-content .tab-pane .post .post-body h2,
  .page-main-container .tab-content .tab-pane .post .post-body h3,
  .page-main-container .tab-content .tab-pane .post .post-body h4,
  .page-main-container .tab-content .tab-pane .post .post-body h5,
  .page-main-container .tab-content .tab-pane .post .post-body h6 {
    font-weight: 500;
    line-height: 2;
  }
  .page-main-container .tab-content .tab-pane .post .post-body ol {
    list-style-type: decimal;
  }
  .page-main-container .tab-content .tab-pane .post .post-body ol li {
    margin-bottom: 1em;
  }
  .page-main-container .tab-content .tab-pane .post .post-body ol {
    display: block;
    list-style-type: decimal;
    -webkit-margin-before: 1em;
            margin-block-start: 1em;
    -webkit-margin-after: 1em;
            margin-block-end: 1em;
    -webkit-margin-start: 0px;
            margin-inline-start: 0px;
    -webkit-margin-end: 0px;
            margin-inline-end: 0px;
    -webkit-padding-start: 20px;
            padding-inline-start: 20px;
  }
  .page-main-container .tab-content .tab-pane .post .post-body strong {
    font-weight: bold !important;
  }
  .page-main-container .tab-content .tab-pane .post .post-body a {
    color: #0056a0;
    margin-left: 2px;
    margin-right: 2px;
  }
  .page-main-container .tab-content .tab-pane .post .post-body a:hover {
    text-decoration: underline;
  }
  .page-main-container .tab-content .tab-pane .post .post-body p {
    text-indent: 0;
  }
}
