@charset "utf-8";

.navbar-toggler-icon {
    background-image: url(../image/common/navbar-icon-alt.png) !important;
    filter: none !important;
}
.banner-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    position: relative;
    text-align: center;
}
.banner-header {
    background-color: white;
    padding: 2rem 2.5rem;
    display: inline-block;
}
.banner-header-bg {
    position: relative;
    z-index: 1;
    display: inline-block;
    top: 200px;
}
.banner-header-bg::before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 24px;
    left: 24px;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #00a1e9 0%, #6b47d2 37.4%, #b60081 100%);
    opacity: 0.2;
}
.banner-header h1 {
    white-space: nowrap;
    font-weight: 700;
    font-size: 2rem;
    color: #000;
    text-align: left !important;
}
.banner-header h5 {
    font-size: 1rem;
    color: #575f6b;
    font-weight: 500;
    margin-top: 1rem;
    text-align: left !important;
}
.breadcrumb-item a {
    color: #323843;
    text-decoration: none;
    padding-right: 0.25rem;
}
.breadcrumb-slash {
    color: #575f6b;
    padding-right: 0.25rem;
}
.breadcrumb-item.active p {
    color: #788393;
}
.breadcrumb {
    margin-bottom: 0 !important;
}
#section2 {
    background-image: url(../image/common/default-bg.png) !important;
}
.salary-sim-table {
    width: 100%;
    margin-top: 1rem;
    position: relative;
    display: flex;
}
.salary-sim-table th,
.salary-sim-table td {
    border-width: 1px !important;
    padding: 0.75rem 1rem;
    text-align: center;
    border-color: #a9b2bf !important;
}
.salary-sim-table th {
    background: linear-gradient(
        90deg,
        rgba(22, 191, 253, 0.8) 0%,
        rgba(239, 50, 217, 0.8) 99.99%,
        rgba(255, 120, 216, 0.8) 100%
    );
    color: #fff;
    font-weight: 500;
    font-size: 0.9rem;
    display: block;
    width: 100px;
    height: 50px;
}
.salary-sim-table td {
    background-color: #eff5ff;
    color: #575f6b;
    display: block;
    height: 50px;
}
.salary-sim-table thead {
    width: 20%;
    width: 100px;
    position: absolute;
    top: 0;
    left: 0;
}
.salary-sim-table tbody {
    display: flex;
    margin-left: 100px;
    width: calc(100% - 100px);
    overflow-x: scroll;
    padding-bottom: 16px;
}
@media screen and (min-width: 480px) {
    .salary-sim-table th {
        font-size: 1rem;
    }
}
@media screen and (min-width: 768px) {
    .banner-header-bg::before {
        top: 30px;
        left: 30px;
    }
}
@media screen and (min-width: 992px) {
    .nav-link {
        color: #000 !important;
        font-weight: 400 !important;
    }
    #section1 {
        width: 100%;
    }
    .banner-section {
        text-align: left;
        padding-left: 6rem;
    }
    .banner-header h1 {
        font-size: 2.5rem;
    }
    .banner-header-bg::before {
        top: 36px;
        left: 36px;
    }
}
@media screen and (min-width: 1400px) {
}

header {
    position: static;
}

.openbtn1 span {
    background: #85a5ff;
}

.header-nav li a,
.header-nav li a:visited,
.header-nav li a:link {
    color: #000;
}
.header-nav li a:hover {
    text-decoration: underline;
}
.header-nav li:last-of-type a,
.header-nav li:last-of-type a:visited,
.header-nav li:last-of-type a:link {
    color: #fff;
}
.header-nav li:last-of-type a:hover {
    text-decoration: none;
}

@media screen and (max-width: 992px) {
    .header-nav li a,
    .header-nav li a:visited,
    .header-nav li a:link {
        color: #fff;
    }
}
