
html {
    font-size: 10px;
    
}
body{
    outline: none;
    font-family: muli, source-han-sans-traditional,sans-serif;
    font-weight: 400;
    font-style: normal;
}
ul{
    padding-inline-start: 0px;
    margin-bottom: 0rem;
}
header{
  display: flex;
  flex-direction: column;
}
.align-top-left{
    display:flex;
    align-items:flex-start;
    justify-content:flex-start;
}
.align-top-right{
    display:flex;
    align-items:flex-start;
    justify-content:flex-end;
}
.align-top-center{
    display:flex;
    align-items:flex-start;
    justify-content:center;
}
.align-center-left{
    display:flex;
    align-items:center;
    justify-content:flex-start;
}
.align-center-center{
    display:flex;
    align-items:center;
    justify-content:center;
}
.align-center-right{
    display:flex;
    align-items:center;
    justify-content:flex-end;
}
.align-bottom-left{
    display:flex;
    align-items:flex-end;
    justify-content:flex-start;
}
.align-bottom-right{
    display:flex;
    align-items:flex-end;
    justify-content:flex-end;
}
.align-bottom-center{
    display:flex;
    align-items:flex-end;
    justify-content:center;
}

a, a:hover{
  text-decoration: none;
  color: #000;
  -webkit-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
a:hover{
  text-decoration: none;
  color: #666;
}
.bg-cover{
  background-repeat: no-repeat;
  background-size: cover;  
}
.bg-contain{
  background-repeat: no-repeat;
  background-size: contain;  
}
.bg-full{
  background-repeat: no-repeat;
  background-size: 100% auto;  
}
.trans-all{
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;      
  transition: all 0.3s;
}
.transition-bgcolor{
  -webkit-transition: background-color 300ms ease-in;
  -ms-transition: background-color 300ms ease-in;
  transition: background-color 300ms ease-in;
}
.transition-bgimage{
  -webkit-transition: background-image 300ms ease-in;
  -ms-transition: background-image 300ms ease-in;
  transition: background-image 300ms ease-in;
}
/* define bootstrap 5 columns */

.full_link{
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  cursor: pointer;
  z-index: 1;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}
.slick-dots li button::before{
  content: "";
}
.hint{
    position: absolute;
    top: -46px;
    left: -4px;
    font-size: 12px;
    background: black;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    width: 160px;
    z-index: 10;
}
.hint:before, .hint:after {
  bottom: -13px;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  z-index: -1;
  transition: all 0.18s ease-out 0.18s;
}
.hint:after {
  background-color: #000;
  border-radius: 4px;
  color: white;
  content: attr(balloon-data);
  margin-bottom: 12px;
  padding: 10px;
}
.hint:before {
  content: "";
  margin-bottom: 4px;
  border-top: solid 8px rgba(17, 17, 17, 0.9);
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
}
.article_footer .footer_items_group .footer_items.fi-chat-notify{
  position: relative;
}