@main-color: #d69b47;
@second-color: #d69b47;
@text-color: #d69b47;
@black-color: black;
@grey-color: grey;
@white-color: white;

.active{
    color: @main-color!important;
}

hr {
    background: @second-color;
    opacity: 1!important;
}

.a-lang > a {
    cursor: pointer;
    color: @grey-color;
    padding: 10px;
    &:hover{
        background-color: @grey-color;
        color: @white-color!important;
    }
}

.a-more-button{
    background-color: @main-color;
    &:hover{
        background-color: @second-color;
    }
}

.a-more-button2{
    background-color: @second-color;
    &:hover{
        background-color: @text-color;
    }
}

.a-more-button a{
    color: @white-color;
}

.a-more-button2 a{
    color: @white-color;
}

/* Swiper button */
:root {
    --swiper-theme-color: @main-color!important;
}

/* Sticky Footer */
.a-footer-text>a {
    color: @main-color;
}

/* Navbar */
.navbar {
    background-color: @white-color;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.navbar-toggler,
.navbar-toggler:focus{
    box-shadow: none!important;
    border: 0!important;
}

.navbar-toggler:hover {
    background-color: @grey-color;
    color: @white-color;
}
.a-expand-nav-bar {
    border-left: 5px solid @main-color;
}

/* Financial & Announcement */
.a-financial-container,
.a-announcement-container{
    background-color: @white-color; 
}

.document-title{
    color: @black-color;
    &:hover{
        color: @text-color;
        
        span{
            color: @text-color;
        }
    }
    p{
        margin: 0;
        text-overflow: ellipsis;
    }
    span{
        font-size: 14px;
        color: @black-color;
    }
}

/* Financial Reports */
.report:hover {
    border: 3px solid @main-color;
}

.a-milestone-item{
    padding: 5px 0 5px 20px;
    border-left: 3px solid @main-color;
}

.a-milestone-year{
    color: @main-color;
}

.a-team-name{
    margin-bottom: 10px;
    line-height: 1;
}

.a-contact-place{
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    color: @main-color;
}

.a-business-title{
    color: @main-color;
}