.list-style-none {
    list-style: none;
}

.ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis-line-2 {
    -webkit-line-clamp: 2;
}

.ellipsis-line-3 {
    -webkit-line-clamp: 3;
}

.overflow-hidden {
    overflow: hidden;
}

.video {
    width: 100%;
    height: auto;
}

.site-lang .fa-chevron-down {
    display: none;
}

#header .header-nav-main nav > ul > li.site-lang:hover > a {
    background-color: transparent !important;
    color: #b78443 !important;
}

.image-responsive img {
    max-width: 100%;
    height: auto !important;
}


/* Dropdown */
#header .header-nav-main nav > ul > li.dropdown .dropdown:hover > .dropdown-menu {
    left: 100%;
    opacity: 1;
    top: 5px;
    border-left: 1px solid #4a7db8;
}


/* header */
.nav-link.drop__button {
    display: block;
    line-height: 90px;
    padding: 0;
}

.header-column .drop__content {
    position: absolute;
    left: 0;
    list-style: none;
    padding-left: 0;
    width: unset;
}

.nav-link.drop__button ~ .drop__content {
    top: 90px;
}

.header-column .drop__content .drop__content {
    left: 100%;
    top: 0;
}

.header-column .drop__content a {
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.header-column .drop__content li:last-child > a {
    border-bottom: 1px solid #eee;
}

.header-column .drop__content .drop li:last-child > a {
    border-left: none;
    border-bottom: 1px solid #eee;
}

.header-nav-main .drop__content a {
    padding: 10px 15px;
    min-width: 210px;
    text-align: left;
}

.header-column .drop__content li:last-child > a:hover,
.header-column .drop__content a:hover {
    border-color: #195eaf;
}


/* side menu */
.side-menu ul {
    padding-left: 0;
}

.side-menu ul > li > a {
    padding: 10px 15px;
    background-color: #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    color: #333;
    font-size: 15px;
}

.side-menu ul > li > a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #195eaf;
}

    .side-menu ul > li > a:hover svg {
        stroke: #fff;
    }

.side-menu .collapse__button.active {
    background-color: #195eaf;
    color: #fff;
}

    .side-menu .collapse__button.active svg {
        stroke: #fff;
    }

.side-menu ul ul a {
    padding-left: 30px;
}

.side-menu ul .collapse__content a.active,
.side-menu ul .collapse__content a.active:hover {
    background-color: #0e3e77;
    color: #fff;
}


/* footer */
.footer .container {
    position: relative;
}

    .footer .social-icons {
        position: absolute;
        left: 20px;
        bottom: 140px;
    }

@media(max-width: 768px) {
    .footer .social-icons {
        left: 50%;
        bottom: 80px;
        transform: translateX(-50%);
    }
}

#footer .block {
    margin: 20px 0 40px;
}


/* image box */
.image-box {
    position: relative;
    display: flex !important;
}

    .image-box-outer {
        width: 100%;
        padding-bottom: 100%;
        position: relative;
        overflow: hidden;
        margin: 0;
        line-height: 0;
    }

    .image-box-outer.vertical {
        padding-bottom: 120%;
    }

    .image-box-outer.ratio-3-2 {
        padding-bottom: 66.66%;
    }

    .image-box-outer.ratio-16-9 {
        padding-bottom: 56.25%;
    }

        .image-box-inner {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background: #f1f1f1;
        }

            .image-box-inner img {
                width: 100%;
                height: 100%;
                object-position: 50% 50%;
                object-fit: cover;
            }

.image-hover--zoom img {
    transition: 0.5s;
}

.image-hover--zoom:hover img {
    transform: scale(1.05);
}



/* section */
section.section.section-tertiary {
    margin: 30px 0 0;
}


/* Collapse */
.collapse__content {
    display: none;
}

.collapse__button.active ~ .collapse__content {
    display: block;
}


/* breadcrumb */
.breadcrumb {
    background: transparent;
    padding: .75rem 0;
}

.breadcrumb > li {
    display: inline-block;
    font-size: 1em;
    /* text-transform: uppercase; */
    text-shadow: none;
}

.breadcrumb > li + li:before {
    color: inherit;
    opacity: 0.5;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f105";
    padding: 0 7px 0 5px;
}

.breadcrumb a {
    color: #777;
}

.breadcrumb a:hover {
    color: #b78443;
}


/* services */
.section-services .feature-box {
    align-items: center;
}

    .section-services .feature-box img {
        width: 36px;
        height: 36px;
        object-fit: contain;
    }

    .section-services .feature-box svg {
        margin-top: 8px;
        width: 36px;
        height: 42px;
    }


/* links */
.page-links .link-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #333;
}

.page-links .link-item:hover {
    color: #8d550c;
    text-decoration: none;
}


/* contact */
.contact-info a {
    color: #777;
}

.contact-info a:hover {
    color: #b78443;
}

.contact-info-label {
    background-color: #f0f2f5;
    color: #4f83c0;
    border-radius: 50%;
    font-size: 12px;
    margin-right: 8px;
    width: 24px;
    line-height: 24px;
    text-align: center;
}
