/* COVER */
.container-fluid{
    margin: 0;
    padding: 0;
}
.dropdown-menu{
    margin-top: 0rem;
    background-color: #56a540!important;
    color: white!important;
}
.row{
    margin: 0;
}
p{
    margin-bottom: 0;
}

/* COMMON */
body{
    /* background-color: antiquewhite; */
}
/* slidemenu */
.dropdown-slidemenu > a.right-tri:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ffffff;
    margin-top: 8px;
    margin-right: -10px;
}
.dropdown-slidemenu > a.bottom-tri:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-top-color: #ffffff;
    margin-top: 10px;
    margin-right: -10px;
}
.down-item{
    color: white;
    outline: none;
}
.down-item:hover,.dropdown-item:hover,.down-item:focus,.dropdown-item:focus{
    background-color: #ffcc30;
    color: white;
}
.slide-item{
    text-align: right;
}
/* breadcrumb */
.breadcrumb{
    background-color: rgba(255,255,255,0);
    margin-bottom: 0;
}
.breadcrumb a, .breadcrumb span{
    color: white;
}
.breadcrumb-item+.breadcrumb-item::before{
    width: 10px;
    height: 10px;
    border-top: 2px solid #ffcc30;
    border-right: 2px solid #ffcc30;
    padding: 0;
    margin-right: 8px;
    transform: rotate(45deg);
    content: "";
}

#scrolltopButton {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    cursor: pointer;
  
  }