html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

svg:not(:root) {
  overflow: hidden;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  summary {
    display: block;
  }
}

@supports (-ms-ime-align: auto) {
  summary {
    display: block;
  }
}

.ajax-progress {
  display: inline-flex;
  align-items: center;
  padding: 0;
  height: 100%;
  margin: 0;
}

.ajax-progress-throbber .throbber {
  border-radius: 100%;
  width: 24px;
  height: 24px;
  border-top: 3px solid rgba(0, 128, 255, 0.3);
  border-right: 3px solid rgba(0, 128, 255, 0.3);
  border-bottom: 3px solid rgba(0, 128, 255, 0.3);
  border-left: 3px solid #0678be;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load 0.7s infinite linear;
  animation: load 0.7s infinite linear;
  padding: 0;
  margin-right: 6px;
}

.ajax-progress-throbber .message {
  display: none;
}

tr .ajax-progress-throbber .throbber {
  margin: 0 10px;
}

.ajax-progress-bar {
  width: 18px;
}

.ajax-progress-fullscreen {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 1000;
  height: 100%;
  padding: 0;
  width: 100%;
}

.ajax-progress-fullscreen::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border-top: 5px solid rgba(0, 128, 255, 0.3);
  border-right: 5px solid rgba(0, 128, 255, 0.3);
  border-bottom: 5px solid rgba(0, 128, 255, 0.3);
  border-left: 5px solid #0678be;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load 0.7s infinite linear;
  animation: load 0.7s infinite linear;
  z-index: 9999;
}

[dir="rtl"] .ajax-progress-fullscreen {
  left: auto;
  right: 49%;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

.text-align-center {
  text-align: center;
}

.text-align-justify {
  text-align: justify;
}

.align-left {
  float: left;
}

.align-right {
  float: right;
}

.align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.js input.form-autocomplete {
  background-image: url(/themes/custom/hanoitourist/images/icons/throbber-inactive.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  padding-right: 35px;
}

.js[dir="rtl"] input.form-autocomplete {
  background-position: left 10px center;
}

.js input.form-autocomplete.ui-autocomplete-loading {
  background-image: url(/themes/custom/hanoitourist/images/icons/throbber-active.gif);
  background-position: right 10px center;
}

.js[dir="rtl"] input.form-autocomplete.ui-autocomplete-loading {
  background-position: left 10px center;
}

.fieldgroup {
  border-width: 0;
  padding: 0;
}

.container-inline {
  display: inline-flex;
}

.container-inline div,
.container-inline label {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.container-inline input {
  align-self: flex-start;
}

.container-inline legend {
  margin-bottom: 15px;
}

.container-inline label {
  margin-bottom: 0;
}

.container-inline .fieldset-legend {
  font-weight: 700;
}

.container-inline .form-item {
  margin-bottom: 0;
}

.container-inline .details-wrapper .form-item {
  margin-bottom: 20px;
  width: 100%;
}

.container-inline .details-wrapper .form-item:last-of-type {
  margin-bottom: 0;
}

.container-inline .fieldset-wrapper .form-item {
  margin-right: 0;
  margin-bottom: 20px;
  width: 100%;
}

.container-inline .fieldset-wrapper .form-item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 640px) {
  .container-inline div,
  .container-inline label {
    flex-direction: row;
    align-items: flex-start;
  }

  .container-inline .fieldset-wrapper .form-item {
    margin-right: 20px;
    margin-bottom: 0;
    width: auto;
  }

  .container-inline .details-wrapper .form-item {
    margin-right: 20px;
    width: auto;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.js details:not([open]) .details-wrapper {
  display: none;
}

.hidden {
  display: none;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  position: static;
  clip: auto;
  overflow: visible;
  height: auto;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.item-list__comma-list,
.item-list__comma-list li {
  display: inline;
}

.item-list__comma-list {
  margin: 0;
  padding: 0;
}

.item-list__comma-list li:after {
  content: ", ";
}

.item-list__comma-list li:last-child:after {
  content: "";
}

.js .js-hide {
  display: none;
}

.js-show {
  display: none;
}

.js .js-show {
  display: block;
}

.nowrap {
  white-space: nowrap;
}

.position-container {
  position: relative;
}

.progress {
  position: relative;
  margin-top: 20px;
}

.progress__track {
  background-color: #fff;
  margin-top: 10px;
  max-width: 100%;
  min-width: 100px;
  height: 16px;
}

.progress__bar {
  background-color: #000;
  height: 1.5em;
  width: 3%;
  min-width: 3%;
  max-width: 100%;
}

.progress__description,
.progress__percentage {
  color: #555;
  overflow: hidden;
  font-size: 0.875em;
  margin-top: 0.2em;
}

.progress__description {
  float: left;
}

[dir="rtl"] .progress__description {
  float: right;
}

.progress__percentage {
  float: right;
}

[dir="rtl"] .progress__percentage {
  float: left;
}

.progress--small .progress__track {
  height: 7px;
}

.progress--small .progress__bar {
  height: 7px;
  background-size: 20px 20px;
}

.reset-appearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0 none;
  background: transparent;
  padding: 0;
  margin: 0;
  line-height: inherit;
}

.resize-none {
  resize: none;
}

.resize-vertical {
  resize: vertical;
  min-height: 2em;
}

.resize-horizontal {
  resize: horizontal;
  max-width: 100%;
}

.resize-both {
  resize: both;
  max-width: 100%;
  min-height: 2em;
}

table.sticky-header {
  z-index: 9;
  margin-top: 0;
}

.system-status-counter {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  background: #f5f5f5;
}

.system-status-counter__status-icon {
  display: inline-block;
  height: 60px;
  width: 60px;
  vertical-align: middle;
}

.system-status-counter__status-icon:before {
  content: "";
  background-size: 25px;
  background-position: 50% center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
}

.system-status-counter__status-icon--error:before {
  background-image: url(/themes/custom/hanoitourist/images/icons/error.svg);
}

.system-status-counter__status-icon--warning:before {
  background-image: url(/themes/custom/hanoitourist/images/icons/warning.svg);
}

.system-status-counter__status-icon--checked:before {
  background-image: url(/themes/custom/hanoitourist/images/icons/check.svg);
}

.system-status-counter__status-title {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 0;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
}

.system-status-counter__title-count {
  display: block;
}

.system-status-counter__details {
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
  display: block;
  line-height: 1;
  margin-top: 5px;
}

.system-status-counter__details a {
  color: #333;
}

@media screen and (min-width: 61em) {
  .system-status-counter__status-icon,
  .system-status-counter {
    height: 65px;
  }

  .system-status-counter__status-icon {
    width: 65px;
  }

  .system-status-counter__status-icon:before {
    background-size: 35px;
  }
}

.system-status-report-counters__item {
  margin: 0;
  width: 100%;
  padding-right: 20px;
  margin-bottom: 20px;
}

.system-status-report-counters__item:last-child {
  padding-right: 0;
}

@media screen and (min-width: 60em) {
  .system-status-report-counters {
    display: flex;
    justify-content: space-between;
  }
}

.system-status-general-info__header {
  overflow: hidden;
  font-weight: 300;
  margin: 10px 0 20px 0;
  font-size: 26px;
}

.system-status-general-info__items {
  display: flex;
  flex-direction: column;
}

.system-status-general-info__item {
  padding: 0 5px 40px 5px;
  box-sizing: border-box;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .system-status-general-info__items {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .system-status-general-info__item {
    padding: 0 40px 40px 5px;
    box-sizing: border-box;
    width: 33.3333333333%;
  }

  .system-status-general-info__item:nth-child(2) {
    width: 66.6666666666%;
    padding-right: 0;
  }

  .system-status-general-info__item:last-child {
    border-right: none;
    padding: 0;
  }
}

.system-status-general-info__item-icon {
  display: inline-block;
  height: 55px;
  width: 55px;
  vertical-align: top;
}

.system-status-general-info__item-icon:before {
  content: "";
  background-size: 35px;
  background-position: 50% center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
}

.system-status-general-info__item-icon--d8:before {
  background-image: url(/themes/custom/hanoitourist/images/icons/cccccc/d8-logo.svg);
}

.system-status-general-info__item-icon--clock:before {
  background-image: url(/themes/custom/hanoitourist/images/icons/cccccc/clock.svg);
}

.system-status-general-info__item-icon--server:before {
  background-image: url(/themes/custom/hanoitourist/images/icons/cccccc/server.svg);
}

.system-status-general-info__item-icon--php:before {
  background-image: url(/themes/custom/hanoitourist/images/icons/cccccc/php-logo.svg);
  background-size: 45px;
}

.system-status-general-info__item-icon--database:before {
  background-image: url(/themes/custom/hanoitourist/images/icons/cccccc/database.svg);
  background-size: 30px;
}

.system-status-general-info__item-details {
  box-sizing: border-box;
  display: inline-block;
  width: calc(100% - 60px);
  padding-left: 10px;
  position: relative;
}

[dir="rtl"] .system-status-general-info__item-details {
  padding-right: 10px;
  padding-left: 0;
}

.system-status-general-info__item-title {
  margin: 15px 0;
  color: #0678be;
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}

.system-status-general-info__sub-item-title {
  margin: 0;
  font-size: 14px;
}

.system-status-general-info__sub-item__title {
  font-weight: bold;
}

.system-status-general-info__sub-item__value {
  display: block;
}

.system-status-general-info__run-cron {
  margin: 1em 0 0;
}

@media screen and (min-width: 60em) {
  .system-status-general-info__item-icon {
    width: 55px;
    height: 55px;
  }

  .system-status-general-info__item-icon:before {
    background-size: 35px;
  }

  .system-status-general-info__item-icon--php:before {
    background-size: 55px;
  }

  .system-status-general-info__run-cron {
    position: absolute;
    top: 1em;
    right: 1em;
    margin-top: 0;
  }

  [dir="rtl"] .system-status-general-info__run-cron {
    left: 1em;
    right: auto;
  }
}

@media screen and (max-width: 48em) {
  .system-status-general-info__header {
    display: none;
  }

  .system-status-general-info {
    border-top: 0;
    margin-top: 25px;
  }
}

.system-status-general-info__description {
  position: relative;
}

.system-status-general-info__description .cron-description__run-cron {
  position: relative;
  margin-top: 15px;
}

@media screen and (min-width: 480px) {
  .system-status-general-info__description .cron-description__run-cron {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -20px;
  }
}

body.drag {
  cursor: move;
}

tr.region-title {
  font-weight: 700;
  color: #0678be;
  font-size: 18px;
  line-height: 24px;
}

tr.region-message {
  color: #999;
}

tr.region-populated {
  display: none;
}

tr.add-new .tabledrag-changed {
  display: none;
}

.draggable a.tabledrag-handle {
  cursor: move;
  float: left;
  height: 24px;
  margin: 0 10px 0 0;
  overflow: hidden;
  text-decoration: none;
}

[dir="rtl"] .draggable a.tabledrag-handle {
  float: right;
  margin: 0 0 0 10px;
}

a.tabledrag-handle:hover {
  text-decoration: none;
}

a.tabledrag-handle .handle {
  background: url(/themes/custom/hanoitourist/images/icons/787878/move.svg)
    no-repeat 4px 4px;
  height: 24px;
  margin: 0;
  padding: 0;
  width: 24px;
}

.tabledrag-toggle-weight-wrapper {
  text-align: right;
  font-size: 14px;
  float: none;
}

div.fieldset-wrapper .tabledrag-toggle-weight-wrapper {
  font-size: 12px;
}

@media only screen and (min-width: 1024px) {
  div.fieldset-wrapper .tabledrag-toggle-weight-wrapper {
    position: absolute;
    top: 12px;
    right: 0;
  }
}

div.fieldset-wrapper .tabledrag-toggle-weight-wrapper .link {
  font-weight: 400;
}

[dir="rtl"] .tabledrag-toggle-weight-wrapper {
  text-align: left;
}

.indentation {
  float: left;
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em;
  padding: 0.42em 0 0.42em 0.6em;
  width: 20px;
}

[dir="rtl"] .indentation {
  float: right;
  margin: -0.4em -0.4em -0.4em 0.2em;
  padding: 0.42em 0.6em 0.42em 0;
}

.tablesort {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: 100%;
}

.tablesort--asc {
  background-image: url(/themes/custom/hanoitourist/images/icons/787878/twistie-down.svg);
}

.tablesort--desc {
  background-image: url(/themes/custom/hanoitourist/images/icons/787878/twistie-up.svg);
}

div.tree-child,
div.tree-child-horizontal {
  background-image: url(/themes/custom/hanoitourist/images/core/tree.png);
  background-repeat: no-repeat;
}

div.tree-child {
  background-position: 11px center;
}

div.tree-child-last {
  background: url(/themes/custom/hanoitourist/images/core/tree-bottom.png)
    no-repeat 11px center;
}

[dir="rtl"] div.tree-child,
[dir="rtl"] div.tree-child-last {
  background-position: -65px center;
}

div.tree-child-horizontal {
  background-position: -11px center;
}

.responsive-menus.responsified {
  clear: both;
  width: 100%;
}

.responsive-menus.responsified span.toggler {
  padding: 1px;
  display: block;
  background: #333;
  color: #fff;
  border-radius: 5px;
  box-shadow: 2px 2px 2px #000;
  font-size: 1.35em;
  text-align: center;
  cursor: pointer;
  outline: none;
}

.responsive-menus.responsified.responsive-toggled span.toggler {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 1px solid #bbb;
}

.responsive-menus.responsified .responsive-menus-simple {
  display: none;
  width: 100%;
  background: #333;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: 2px 2px 2px #000;
}

.responsive-menus.responsified.responsive-toggled .responsive-menus-simple,
.responsive-menus.responsified.responsive-toggled .responsive-menus-simple ul {
  display: block;
  padding: 0;
  margin: 0;
}

.responsive-menus.responsified.responsive-toggled.absolute {
  position: relative;
  z-index: 999;
}

.responsive-menus.responsified.responsive-toggled.absolute
  .responsive-menus-simple {
  position: absolute;
  z-index: 999;
  top: auto;
}

.responsive-menus.responsified .responsive-menus-simple li {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
  clear: both;
  list-style: none;
}

.responsive-menus.responsified .responsive-menus-simple li a {
  color: #fff;
  display: block;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #fff;
  border-bottom: 1px solid #bbb;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-transform: uppercase;
}

.responsive-menus.responsified .responsive-menus-simple > li.last a {
  border-bottom: none;
}

.responsive-menus.responsified .responsive-menus-simple li ul li a {
  padding: 1em 0 1em 10%;
}

.responsive-menus.responsified .responsive-menus-simple li ul li ul li a {
  padding: 1em 0 1em 15%;
}

.responsive-menus.responsified .responsive-menus-simple li ul {
  display: block !important;
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.responsive-menus span.toggler {
  display: none;
}

.responsive-figure-table {
  max-width: 100%;
  overflow-x: auto;
  margin: 0;
}

.views-align-left {
  text-align: left;
}

.views-align-right {
  text-align: right;
}

.views-align-center {
  text-align: center;
}

.views-view-grid .views-col {
  float: left;
}

.views-view-grid .views-row {
  clear: both;
  float: left;
  width: 100%;
}

html.js .js-webform-visually-hidden,
html.js .js-webform-visually-hidden[style*="display: none"] {
  position: absolute !important;
  display: inline !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}

.js-form-item.js-webform-states-hidden,
.js-form-submit.js-webform-states-hidden,
.js-form-wrapper.js-webform-states-hidden,
.js-webform-text-format-hidden > .js-text-format-wrapper {
  display: none;
}

.form--inline .form-item {
  float: left;
  margin-right: 0.5em;
}

[dir="rtl"] .form--inline .form-item {
  float: right;
  margin-right: 0;
  margin-left: 0.5em;
}

.webform-element-description p:first-child {
  margin-top: 0;
}

.webform-element-description p:last-child {
  margin-bottom: 0;
}

.form-item .container-inline {
  margin: 2px 0;
}

.form-checkboxes .form-required:after,
.form-radios .form-required:after {
  display: none;
}

.webform-element--title-inline > label {
  display: inline;
  padding-right: 0.5em;
}

.webform-element--title-inline > div.container-inline {
  display: inline;
}

.form-composite.webform-fieldset--title-inline legend {
  float: left;
  margin: 0.4em 0.5em 0.4em 0;
}

[dir="rtl"] .form-composite.webform-fieldset--title-inline legend {
  float: right;
  margin-right: 0;
  margin-left: 0.5em;
}

.form-composite.webform-fieldset--title-inline .fieldset-wrapper,
.form-composite.webform-fieldset--title-inline .fieldset-wrapper > div {
  display: inline;
}

.webform-element--title-inline .form-radios,
.webform-element--title-inline .form-checkboxes {
  display: inline;
}

.webform-submission-form strong.error.form-item--error-message {
  display: block;
}

.webform-readonly input[type="date"],
.webform-readonly input[type="datetime-local"],
.webform-readonly input[type="email"],
.webform-readonly input[type="number"],
.webform-readonly input[type="password"],
.webform-readonly input[type="search"],
.webform-readonly input[type="tel"],
.webform-readonly input[type="text"],
.webform-readonly input[type="time"],
.webform-readonly input[type="url"],
.webform-readonly textarea {
  color: #6b6b6b;
  border-color: #bbb;
  background: #ededed;
}

.webform-details-toggle-state-wrapper {
  text-align: right;
  margin-top: 1em;
}

[dir="rtl"] .webform-details-toggle-state-wrapper {
  text-align: left;
}

.webform-details-toggle-state-wrapper + details {
  margin-top: 0;
}

.webform-details-toggle-state {
  margin-top: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  background: transparent;
  font-size: 1em;
  text-decoration: none;
  color: #337ab7;
}

.webform-details-toggle-state:hover,
.webform-details-toggle-statelink:focus {
  text-decoration: underline;
}

.webform-tabs .webform-details-toggle-state-wrapper {
  float: right;
}

@media screen and (max-width: 600px) {
  .webform-tabs .webform-details-toggle-state-wrapper {
    float: none;
  }
}

.webform-message--close .messages {
  position: relative;
  padding-right: 35px;
}

.webform-message--close .webform-message__link {
  display: none;
}

html.js .webform-message--close .webform-message__link {
  position: absolute;
  top: 11px;
  right: 10px;
  display: block;
  font-size: 24px;
  line-height: 24px;
}

html[dir="rtl"].js .webform-message--close .webform-message__link {
  top: 11px;
  right: inherit;
  left: 10px;
}

.webform-message__link {
  opacity: 0.33;
  color: inherit;
}

.webform-message__link:link {
  text-decoration: none;
  border-bottom: none;
}

.webform-message__link:hover,
.webform-message__link:focus,
.webform-message__link:active {
  text-decoration: none;
  opacity: 1;
  color: inherit;
  border-bottom: none;
}

html.js .js-webform-message--close-storage {
  display: none;
}

.js-webform-message--close .button--dismiss {
  display: none;
}

table.footable-details,
table.footable > thead > tr.footable-filtering > th div.form-group {
  margin-bottom: 0;
}

table.footable,
table.footable-details {
  position: relative;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

table.footable-hide-fouc {
  display: none;
}

table > tbody > tr > td > span.footable-toggle {
  margin-right: 8px;
  opacity: 0.3;
}

table > tbody > tr > td > span.footable-toggle.last-column {
  margin-left: 8px;
  float: right;
}

table.table-condensed > tbody > tr > td > span.footable-toggle {
  margin-right: 5px;
}

table.footable-details > tbody > tr > th:nth-child(1) {
  min-width: 40px;
  width: 120px;
}

table.footable-details > tbody > tr > td:nth-child(2) {
  word-break: break-all;
}

table.footable-details > tbody > tr:first-child > td,
table.footable-details > tbody > tr:first-child > th,
table.footable-details > tfoot > tr:first-child > td,
table.footable-details > tfoot > tr:first-child > th,
table.footable-details > thead > tr:first-child > td,
table.footable-details > thead > tr:first-child > th {
  border-top-width: 0;
}

table.footable-details.table-bordered > tbody > tr:first-child > td,
table.footable-details.table-bordered > tbody > tr:first-child > th,
table.footable-details.table-bordered > tfoot > tr:first-child > td,
table.footable-details.table-bordered > tfoot > tr:first-child > th,
table.footable-details.table-bordered > thead > tr:first-child > td,
table.footable-details.table-bordered > thead > tr:first-child > th {
  border-top-width: 1px;
}

div.footable-loader {
  vertical-align: middle;
  text-align: center;
  height: 300px;
  position: relative;
}

div.footable-loader > span.fooicon {
  display: inline-block;
  opacity: 0.3;
  font-size: 30px;
  line-height: 32px;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-animation: fooicon-spin-r 2s infinite linear;
  animation: fooicon-spin-r 2s infinite linear;
}

table.footable > tbody > tr.footable-empty > td {
  vertical-align: middle;
  text-align: center;
  font-size: 30px;
}

table.footable > tbody > tr.footable-detail-row > td,
table.footable > tbody > tr.footable-detail-row > th,
table.footable > tbody > tr.footable-empty > td,
table.footable > tbody > tr.footable-empty > th {
  display: table-cell;
}

@-webkit-keyframes fooicon-spin-r {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fooicon-spin-r {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fooicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings" !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fooicon:after,
.fooicon:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fooicon-loader:before {
  content: "\e030";
}

.fooicon-plus:before {
  content: "\2b";
}

.fooicon-minus:before {
  content: "\2212";
}

.fooicon-search:before {
  content: "\e003";
}

.fooicon-remove:before {
  content: "\e014";
}

.fooicon-sort:before {
  content: "\e150";
}

.fooicon-sort-asc:before {
  content: "\e155";
}

.fooicon-sort-desc:before {
  content: "\e156";
}

.fooicon-pencil:before {
  content: "\270f";
}

.fooicon-trash:before {
  content: "\e020";
}

.fooicon-eye-close:before {
  content: "\e106";
}

.fooicon-flash:before {
  content: "\e162";
}

.fooicon-cog:before {
  content: "\e019";
}

.fooicon-stats:before {
  content: "\e185";
}

table.footable > thead > tr.footable-filtering > th {
  border-bottom-width: 1px;
  font-weight: 400;
}

.footable-filtering-external.footable-filtering-right,
table.footable.footable-filtering-right > thead > tr.footable-filtering > th,
table.footable > thead > tr.footable-filtering > th {
  text-align: right;
}

.footable-filtering-external.footable-filtering-left,
table.footable.footable-filtering-left > thead > tr.footable-filtering > th {
  text-align: left;
}

.footable-filtering-external.footable-filtering-center,
.footable-paging-external.footable-paging-center,
table.footable-paging-center > tfoot > tr.footable-paging > td,
table.footable.footable-filtering-center > thead > tr.footable-filtering > th,
table.footable > tfoot > tr.footable-paging > td {
  text-align: center;
}

table.footable
  > thead
  > tr.footable-filtering
  > th
  div.form-group
  + div.form-group {
  margin-top: 5px;
}

table.footable > thead > tr.footable-filtering > th div.input-group {
  width: 100%;
}

.footable-filtering-external ul.dropdown-menu > li > a.checkbox,
table.footable
  > thead
  > tr.footable-filtering
  > th
  ul.dropdown-menu
  > li
  > a.checkbox {
  margin: 0;
  display: block;
  position: relative;
}

.footable-filtering-external ul.dropdown-menu > li > a.checkbox > label,
table.footable
  > thead
  > tr.footable-filtering
  > th
  ul.dropdown-menu
  > li
  > a.checkbox
  > label {
  display: block;
  padding-left: 20px;
}

.footable-filtering-external
  ul.dropdown-menu
  > li
  > a.checkbox
  input[type="checkbox"],
table.footable
  > thead
  > tr.footable-filtering
  > th
  ul.dropdown-menu
  > li
  > a.checkbox
  input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
}

@media (min-width: 768px) {
  table.footable > thead > tr.footable-filtering > th div.input-group {
    width: auto;
  }

  table.footable > thead > tr.footable-filtering > th div.form-group {
    margin-left: 2px;
    margin-right: 2px;
  }

  table.footable
    > thead
    > tr.footable-filtering
    > th
    div.form-group
    + div.form-group {
    margin-top: 0;
  }
}

table.footable > tbody > tr > td.footable-sortable,
table.footable > tbody > tr > th.footable-sortable,
table.footable > tfoot > tr > td.footable-sortable,
table.footable > tfoot > tr > th.footable-sortable,
table.footable > thead > tr > td.footable-sortable,
table.footable > thead > tr > th.footable-sortable {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}

td.footable-sortable > span.fooicon,
th.footable-sortable > span.fooicon {
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -7px;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}

td.footable-sortable.footable-asc > span.fooicon,
td.footable-sortable.footable-desc > span.fooicon,
td.footable-sortable:hover > span.fooicon,
th.footable-sortable.footable-asc > span.fooicon,
th.footable-sortable.footable-desc > span.fooicon,
th.footable-sortable:hover > span.fooicon {
  opacity: 1;
}

table.footable-sorting-disabled
  td.footable-sortable.footable-asc
  > span.fooicon,
table.footable-sorting-disabled
  td.footable-sortable.footable-desc
  > span.fooicon,
table.footable-sorting-disabled td.footable-sortable:hover > span.fooicon,
table.footable-sorting-disabled
  th.footable-sortable.footable-asc
  > span.fooicon,
table.footable-sorting-disabled
  th.footable-sortable.footable-desc
  > span.fooicon,
table.footable-sorting-disabled th.footable-sortable:hover > span.fooicon {
  opacity: 0;
  visibility: hidden;
}

.footable-paging-external ul.pagination,
table.footable > tfoot > tr.footable-paging > td > ul.pagination {
  margin: 10px 0 0;
}

.footable-paging-external span.label,
table.footable > tfoot > tr.footable-paging > td > span.label {
  display: inline-block;
  margin: 0 0 10px;
  padding: 4px 10px;
}

.footable-paging-external.footable-paging-left,
table.footable-paging-left > tfoot > tr.footable-paging > td {
  text-align: left;
}

.footable-paging-external.footable-paging-right,
table.footable-editing-right td.footable-editing,
table.footable-editing-right tr.footable-editing,
table.footable-paging-right > tfoot > tr.footable-paging > td {
  text-align: right;
}

ul.pagination > li.footable-page {
  display: none;
}

ul.pagination > li.footable-page.visible {
  display: inline;
}

td.footable-editing {
  width: 90px;
  max-width: 90px;
}

table.footable-editing-no-delete td.footable-editing,
table.footable-editing-no-edit td.footable-editing,
table.footable-editing-no-view td.footable-editing {
  width: 70px;
  max-width: 70px;
}

table.footable-editing-no-delete.footable-editing-no-view td.footable-editing,
table.footable-editing-no-edit.footable-editing-no-delete td.footable-editing,
table.footable-editing-no-edit.footable-editing-no-view td.footable-editing {
  width: 50px;
  max-width: 50px;
}

table.footable-editing-no-edit.footable-editing-no-delete.footable-editing-no-view
  td.footable-editing,
table.footable-editing-no-edit.footable-editing-no-delete.footable-editing-no-view
  th.footable-editing {
  width: 0;
  max-width: 0;
  display: none !important;
}

table.footable-editing-left td.footable-editing,
table.footable-editing-left tr.footable-editing {
  text-align: left;
}

table.footable-editing button.footable-add,
table.footable-editing button.footable-hide,
table.footable-editing-show button.footable-show,
table.footable-editing.footable-editing-always-show button.footable-hide,
table.footable-editing.footable-editing-always-show button.footable-show,
table.footable-editing.footable-editing-always-show.footable-editing-no-add
  tr.footable-editing {
  display: none;
}

table.footable-editing.footable-editing-always-show button.footable-add,
table.footable-editing.footable-editing-show button.footable-add,
table.footable-editing.footable-editing-show button.footable-hide {
  display: inline-block;
}

.fivestar-basic div.fivestar-widget-static .star {
  background-image: url(/modules/contrib/fivestar/widgets/basic/star.png);
}

.fivestar-basic div.fivestar-widget-static .star span.on {
  background-image: url(/modules/contrib/fivestar/widgets/basic/star.png);
}

.fivestar-basic div.fivestar-widget-static .star span.off {
  background-image: url(/modules/contrib/fivestar/widgets/basic/star.png);
}

.fivestar-basic div.fivestar-widget .cancel,
.fivestar-basic div.fivestar-widget .cancel a {
  background-image: url(/modules/contrib/fivestar/widgets/basic/cancel.png);
}

.fivestar-basic div.fivestar-widget .star,
.fivestar-basic div.fivestar-widget .star a {
  background-image: url(/modules/contrib/fivestar/widgets/basic/star.png);
}

.fivestar-basic div.fivestar-widget div.hover a,
.fivestar-basic div.rating div a:hover {
  background-image: url(/modules/contrib/fivestar/widgets/basic/star.png);
}

form.fivestar-widget {
  clear: both;
  display: block;
}

form.fivestar-widget select,
form.fivestar-widget input {
  margin: 0;
}

.fivestar-combo-stars .fivestar-static-form-item {
  float: left;
  margin-right: 40px;
  margin-left: 40px;
}

.fivestar-combo-stars .fivestar-form-item {
  float: left;
}

.fivestar-static-form-item .form-item,
.fivestar-form-item .form-item {
  margin: 0;
}

div.fivestar-widget-static {
  display: block;
}

div.fivestar-widget-static br {
  clear: left;
}

div.fivestar-widget-static .star {
  float: left;
  width: 17px;
  height: 15px;
  overflow: hidden;
  text-indent: -999em;
  background: url(/modules/contrib/fivestar/widgets/default/star.gif) no-repeat
    0 0;
}

div.fivestar-widget-static .star span.on {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/modules/contrib/fivestar/widgets/default/star.gif) no-repeat
    0 -32px;
}

div.fivestar-widget-static .star span.off {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/modules/contrib/fivestar/widgets/default/star.gif) no-repeat
    0 0;
}

div.fivestar-widget {
  display: block;
}

div.fivestar-widget .cancel,
div.fivestar-widget .star {
  float: left;
  width: 17px;
  height: 15px;
  overflow: hidden;
  text-indent: -999em;
}

div.fivestar-widget .cancel,
div.fivestar-widget .cancel a {
  background: url(/modules/contrib/widgets/default/delete.gif) no-repeat 0 -16px;
  text-decoration: none;
}

div.fivestar-widget .star,
div.fivestar-widget .star a {
  background: url(/modules/contrib/widgets/default/star.gif) no-repeat 0 0;
  text-decoration: none;
}

div.fivestar-widget .cancel a,
div.fivestar-widget .star a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: 0 0;
  cursor: pointer;
}

div.fivestar-widget div.on a {
  background-position: 0 -16px;
}

div.fivestar-widget div.hover a,
div.rating div a:hover {
  background-position: 0 -32px;
}

form.fivestar-widget div.description {
  margin-bottom: 0;
}

html.js .fivestar-submit {
  display: none;
}

.fivestar-combo-stars .form-type-fivestar .form-item {
  float: left;
}

.layout-container {
  margin: 0;
  padding: 0 20px;
}

.layout-container:after {
  content: "";
  display: table;
  clear: both;
}

.layout-column--half,
.layout-column--quarter,
.layout-column--three-quarter {
  width: 100%;
  float: left;
}

@media screen and (min-width: 768px) {
  .layout-column--half,
  .layout-column--quarter,
  .layout-column--three-quarter {
    width: 50%;
  }
}

@media screen and (min-width: 1200px) {
  .layout-container {
    margin: 0;
  }

  .layout-column {
    box-sizing: border-box;
    padding: 0;
  }

  .layout-column--half {
    width: 50%;
  }

  .layout-column--quarter {
    width: 25%;
  }

  .layout-column--three-quarter {
    width: 75%;
  }
}

.panel {
  padding: 5px 5px 15px;
}

.panel__description {
  margin: 0 0 3px;
  padding: 2px 0 3px 0;
}

.compact-link {
  margin: 0 0 0.5em 0;
}

small .admin-link:before {
  content: " [";
}

small .admin-link:after {
  content: "] ";
}

.system-modules thead > tr {
  border: 0;
}

.system-modules div.incompatible {
  font-weight: bold;
}

.system-modules td.checkbox {
  width: 16px;
  padding-right: 0;
  min-width: 16px;
}

.system-modules td.module {
  width: 25%;
}

.system-modules td {
  vertical-align: top;
  padding: 20px;
}

.system-modules label,
.system-modules-uninstall label {
  color: #1d1d1d;
  font-size: 1.15em;
  margin: 0;
}

.system-modules details {
  color: #5c5c5b;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.system-modules details[open] {
  height: auto;
  overflow: visible;
}

.system-modules details[open] summary .text {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  text-transform: none;
}

.system-modules td details a {
  color: #5c5c5b;
  border: 0;
}

.system-modules td details {
  border: 0;
  margin: 0;
  height: 20px;
}

.system-modules td details summary {
  padding: 0;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  cursor: pointer;
}

.system-modules td.description {
  padding: 20px;
}

@media screen and (max-width: 40em) {
  .system-modules td.name {
    width: 20%;
  }

  .system-modules td.description {
    width: 40%;
  }
}

.system-modules .requirements {
  padding: 5px 0;
  max-width: 490px;
}

.system-modules .links {
  overflow: hidden;
}

.system-modules .checkbox {
  margin: 0;
}

.system-modules .checkbox .form-item {
  margin-bottom: 0;
}

.admin-requirements,
.admin-required {
  font-size: 12px;
  color: #333;
}

.admin-enabled {
  color: #080;
}

.admin-missing {
  color: #f00;
}

.module-link {
  display: block;
  padding: 2px 20px;
  white-space: nowrap;
  margin-top: 2px;
  float: left;
}

[dir="rtl"] .module-link {
  float: right;
}

.module-link-help {
  background: url(/themes/custom/hanoitourist/images/icons/787878/questionmark-disc.svg)
    0 50% no-repeat;
}

[dir="rtl"] .module-link-help {
  background-position: top 50% right 0;
}

.module-link-permissions {
  background: url(/themes/custom/hanoitourist/images/icons/787878/key.svg) 0 50%
    no-repeat;
}

[dir="rtl"] .module-link-permissions {
  background-position: top 50% right 0;
}

.module-link-configure {
  background: url(/themes/custom/hanoitourist/images/icons/787878/cog.svg) 0 50%
    no-repeat;
}

[dir="rtl"] .module-link-configure {
  background-position: top 50% right 0;
}

.system-status-report__status-title {
  position: relative;
  vertical-align: top;
  width: 100%;
  padding: 10px 6px 10px 40px;
  box-sizing: border-box;
  font-weight: normal;
  background-color: transparent;
}

[dir="rtl"] .system-status-report__status-title {
  padding: 10px 40px 10px 6px;
}

.system-status-report__status-icon:before {
  content: "";
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  left: 12px;
  top: 12px;
}

[dir="rtl"] .system-status-report__status-icon:before {
  left: auto;
  right: 12px;
}

.system-status-report__status-icon--error:before {
  background-image: url(/themes/custom/hanoitourist/images/icons/e32700/error.svg);
}

.system-status-report__status-icon--warning:before {
  background-image: url(/themes/custom/hanoitourist/images/icons/e29700/warning.svg);
}

.system-status-report__entry__value {
  padding: 1em 0.5em;
}

.theme-info__header {
  margin-bottom: 0;
  font-weight: 700;
}

.theme-default .theme-info__header {
  color: #0678be;
}

.theme-info__description {
  margin-top: 0;
}

.system-themes-list-installed {
  margin-bottom: 20px;
}

.system-themes-list-uninstalled {
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  padding: 20px 0;
  margin-bottom: 20px;
}

.system-themes-list__header {
  margin: 0;
}

.theme-selector {
  box-sizing: border-box;
  padding-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (min-width: 960px) {
  .theme-selector {
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.theme-selector .screenshot,
.theme-selector .no-screenshot {
  border: 1px solid #eee;
  padding: 2px;
  vertical-align: bottom;
  width: 100%;
  max-width: 360px;
  height: auto;
  text-align: center;
  box-sizing: border-box;
}

.system-themes-list-uninstalled .screenshot,
.system-themes-list-uninstalled .no-screenshot {
  max-width: 280px;
  height: auto;
}

@media screen and (min-width: 45em) {
  body:not(.toolbar-vertical) .system-themes-list-installed .screenshot,
  body:not(.toolbar-vertical) .system-themes-list-installed .no-screenshot {
    float: left;
    margin: 0 20px 0 0;
    width: 360px;
  }

  [dir="rtl"]
    body:not(.toolbar-vertical)
    .system-themes-list-installed
    .screenshot,
  [dir="rtl"]
    body:not(.toolbar-vertical)
    .system-themes-list-installed
    .no-screenshot {
    float: right;
    margin: 0 0 0 20px;
  }

  body:not(.toolbar-vertical)
    .system-themes-list-installed
    .system-themes-list__header {
    margin-top: 0;
  }

  body:not(.toolbar-vertical) .system-themes-list-uninstalled .theme-selector {
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding: 20px 20px 20px 0;
  }

  [dir="rtl"]
    body:not(.toolbar-vertical)
    .system-themes-list-uninstalled
    .theme-selector {
    float: right;
    padding: 20px 0 20px 20px;
  }
}

@media screen and (min-width: 60em) {
  .toolbar-vertical .system-themes-list-installed .screenshot,
  .toolbar-vertical .system-themes-list-installed .no-screenshot {
    float: left;
    margin: 0 20px 0 0;
    width: 294px;
  }

  [dir="rtl"] .toolbar-vertical .system-themes-list-installed .screenshot,
  [dir="rtl"] .toolbar-vertical .system-themes-list-installed .no-screenshot {
    float: right;
    margin: 0 0 0 20px;
  }

  .toolbar-vertical .system-themes-list-installed .theme-info__header {
    margin-top: 0;
  }

  .toolbar-vertical .system-themes-list-uninstalled .theme-selector {
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding: 20px 20px 20px 0;
  }

  [dir="rtl"]
    .toolbar-vertical
    .system-themes-list-uninstalled
    .theme-selector {
    float: right;
    padding: 20px 0 20px 20px;
  }
}

.system-themes-list-installed .theme-info {
  max-width: 940px;
}

.theme-selector .incompatible {
  margin-top: 10px;
  font-weight: bold;
}

.theme-selector .operations {
  margin: 10px 0 0 -5px;
  padding: 0;
}

.theme-selector .operations li {
  margin: 5px;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}

.theme-selector .operations li a {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  padding: 6px 10px;
  background-color: #f5f5f5;
  color: #333;
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border: 1px solid #b8b8b8;
  min-width: 100px;
}

.theme-selector .operations li a:hover {
  background-color: white;
  border-color: #0678be;
  color: #0678be;
  text-decoration: none;
}

.theme-selector .operations li a:focus {
  outline: transparent;
}

.system-themes-admin-form {
  clear: left;
}

[dir="rtl"] .system-themes-admin-form {
  clear: right;
}

.cron-description__run-cron {
  display: flex;
  margin-top: 20px;
}

.cron-description__run-cron a {
  top: 0;
  left: 0;
  font-size: 12px;
  padding: 6px 10px;
}

.system-cron-settings__link {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

#backtotop {
  background: url(/modules/contrib/back_to_top/backtotop.png) no-repeat center
    center;
  border: 0;
  bottom: 20px;
  cursor: pointer;
  display: none;
  height: 70px;
  position: fixed;
  right: 20px;
  text-indent: -9999px;
  width: 70px;
  z-index: 300;
}

#backtotop:hover {
  opacity: 0.8;
}

#backtotop:focus {
  opacity: 0.6;
  outline: none;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #backtotop {
    background: url(/modules/contrib/back_to_top/backtotop2x.png) no-repeat
      center center;
    background-size: 70px 70px;
  }
}
