
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: 10;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}
.slick-dots li button::before{
  content: "";
}
