﻿
.toc-links ul {
    counter-reset: item;
}

.toc-links ul, .toc-links li {
    background: 0 0;
    list-style: none none;
}

    .toc-links ul li {
    }

.toc-links a {
}

.toc-links li a::before {
    content: counters(item, ".") ".";
    counter-increment: item;
}

.toc-links ul ul {
}

.toc-container {
}
.ez-toc-heading-1 {
}

.ez-toc-heading-2 {
}

.ez-toc-link:hover {
}
.btn-social {
    background-color: transparent;
}
    .btn-social:hover {
        border: 1px solid #f7991d !important;
    }
#map{
    height:300px;
}
.font-h1-jobs{
    font-size:16px;
}
.box-company-heading .company-logo img {
    object-fit: contain !important;
}
.company-title {
    font-size: 16px;
    line-height: 1.5;
    margin:0;
}
    .company-title a {
        color: #101426;
        font-weight: bold;
        text-decoration: none;
    }
        .company-title a:hover {
            color: #06f;
        }
.font-h1 {
    font-size: 1.5rem;
    line-height: 1.5;
}
.news-avatar-container{
    width: auto !important;
}
.news-avatar-container img {
    width: 100% !important;
    height:auto !important;
}
@media (max-width:768px){
    .news-container{
        display:block;
    }
    .news-avatar-container {
        padding-right: 0 !important;
        margin-right:0 !important;
    }
    .news-container .job-content {
        width: 100%;
        padding-right: 0 !important;
    }
    .news-container .job-info-detail {
        flex-direction:row !important;
    }
}
.company-logo .company-name {
    font-size: 0.875rem;
    min-height:42px;
    text-align:center;
}
.type.nz-button-2 {
    display: block;
    position: fixed;
    right: 88px;
    bottom: 5%;
    text-align: center;
    z-index: 69696969;
}

    .type.nz-button-2 > div {
        margin: 5px auto;
    }

.nz-button-2 a {
    line-height: 16px;
    text-decoration: none;
    -moz-border-radius: 40px;
    -webkit-border-radius: 30px;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    position: relative;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    font-size: 30px;
    width:200px;
}

.nz-button-2.type a:hover {
    color: #fff !important;
    background-color: #c32aa3;
}

.nz-button-2 .nz-bt-2 {
    background-color: #f58513;
}

.nz-button-2 .txt {
    font-size: 15px;
    line-height: 1.45;
}

.nz-button-2 a span {
    position: relative;
    z-index: 3;
}

.nz-button-2 a .round {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 41px;
    height: 41px;
    position: absolute;
    right: 3px;
    top: 3px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 2;
}

    .nz-button-2 a .round i {
        position: absolute;
        top: 50%;
        margin-top: -15px;
        left: 50%;
        margin-left: -12px;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

.nz-button-2.type a:hover .round {
    width: calc(100% - 6px);
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.nz-button-2 .nz-bt-2 .round {
    background-color: #c32aa3;
}

.nz-button-2.type a:hover .round {
    width: calc(100% - 6px);
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

    .nz-button-2.type a:hover .round i {
        left: 12%;
    }
@media screen and (max-width: 991px) {
    .header-action {
        bottom: unset !important;
        left: unset !important;
    }
        .header-action .dropdown {
            width:100% !important;
        }
        .header-action .dropdown-menu {
            width: 100% !important;
        }
        .header-action .dropdown-item {
            width: 100% !important;
            text-align: left !important;
        }
    .header .navbar-header .header-action a {
        align-items:flex-start;
    }
}

.list-warning-note {
    color: red;
    font-family: inherit;
    font-size: 0.875rem;
}

    .list-warning-note ul {
        list-style-type: '- ';
    }