#block-md-nguyensieu-primary-local-tasks ul {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    z-index: 10;
    width: auto;
    margin: 0;
    padding: 0;
}
#block-md-nguyensieu-primary-local-tasks ul > li {
    margin-right: 0;
    display: block;
    background: #000F99;
}
#block-md-nguyensieu-primary-local-tasks ul > li a {
    color: #fff;
    padding: 0 15px;
    display: block;
    width: 100%;
}
#block-md-nguyensieu-primary-local-tasks ul > li:hover a {
    color: #000F99;
    background: #fff;
}
.form-item, .form-actions {
    margin-top: 0;
    margin-bottom: 0;
}
.filterTD__list .js-form-type-radio label.option,
.filterTD__list .checkbox-wrap legend {
    display: none;
}
.filterTD__list-content .checkbox-wrap .form-item+.form-item {
    margin-top: 0.3125rem;
}
.filterTD__search ~ .filterTD__list-panel {
    border-bottom: none;
}
.filterTD__list-panel + .form-actions {
    margin-top: 1.25rem;
}
.sec-tuyendungFilter .item-content__list .btn-foot ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
/* Message style */
.drupal-message {
    position: fixed;
    left: 50%;
    z-index: 99999;
    width: 50%;
    transform: translate(-50%, 0%);
    bottom: 0;
}
.drupal-message > div {
    margin-bottom: 20px;
}
.drupal-message > div:last-child {
    margin-bottom: 0px;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}
.close:hover,.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert:last-child {
    margin-bottom: 0px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: bold;
}
.alert>p,.alert>ul {
    margin-bottom: 0;
}
.alert>p+p {
    margin-top: 5px;
}
.alert-dismissable {
    padding-right: 35px;
}
.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
.alert {
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.11);
}
.alert .sign {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
    text-align: center;
    width: 25px;
    display: inline-block;
}
.alert-success {
    background-color: #dbf6d3;
    border-color: #aed4a5;
    color: #569745;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #f1daab;
    color: #c09853;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #e0b1b8;
    color: #b94a48;
}
.alert-white {
    background-image: linear-gradient(to bottom,#FFFFFF,#F9F9F9);
    border-top-color: #d8d8d8;
    border-bottom-color: #bdbdbd;
    border-left-color: #cacaca;
    border-right-color: #cacaca;
    color: #404040;
    padding-left: 61px;
    position: relative;
}
.alert-white .icon {
    text-align: center;
    width: 45px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -1px;
    border: 1px solid #bdbdbd;
}
.alert-white .icon:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #bdbdbd;
    position: absolute;
    border-left: 0;
    border-bottom: 0;
    top: 50%;
    right: -6px;
    margin-top: -5px;
    background: #fff;
}
.alert-white.rounded {
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
.alert-white.rounded .icon {
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
}
.alert-white .icon i {
    font-size: 20px;
    color: #FFF;
    left: 12px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}
.alert-white.alert-danger .icon,.alert-white.alert-danger .icon:after {
    border-color: #ca452e;
    background: #da4932;
}
.alert-white.alert-warning .icon,.alert-white.alert-warning .icon:after {
    border-color: #d68000;
    background: #fc9700;
}
.alert-white.alert-success .icon,.alert-white.alert-success .icon:after {
    border-color: #54a754;
    background: #60c060;
}

/* main menu */
.header__content .item-left > .menu-list > li:nth-child(4),
.header__content .item-left > .menu-list > li:nth-child(5),
.header__content .item-left > .menu-list > li:nth-child(6) {
  display: none;
}
.header__content .item-right > .menu-list > li:nth-child(1),
.header__content .item-right > .menu-list > li:nth-child(2),
.header__content .item-right > .menu-list > li:nth-child(3) {
  display: none;
}

/* infinite scroll */
.contentType-9 .teambox-slide .f-btn ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.select-lang__list {
  right: 0;
  left: auto;
}
.language-switcher-language-url ul {
  list-style: none;
  margin: 8px 0 0 0;
  padding: 0px;
  border-radius: 9px;
  background: #FFF;
  box-shadow: 4px 10px 12px 1px rgb(0 0 0 / 10%);
  min-width: 100px;
}
.language-switcher-language-url ul a {
  color: var(--bs-heading-color);
  padding: 5px 15px 5px 14px;
  text-align: right;
  justify-content: end;
}
.language-switcher-language-url ul a:hover {
  color: var(--color-primary);
}
.language-switcher-language-url ul li:first-child a {
  border-bottom: 1px solid rgba(0, 15, 153, 0.15);
}
.menumobile__foot {
  display: flex;
  justify-content: space-between;
}
.menumobile__foot .select-lang__list {
  top: -100%;
  left: auto;
  right: 0;
}
