.page-top {
    position: relative;
    overflow: hidden;
}

.page-top .img {
    overflow: hidden;
    position: relative;
    background: 50% 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 300px;
    /*background-attachment: fixed;*/
    display: none !important;
}

.page-header {
    text-align: center;
    padding: 150px 0;
    position: relative;
}

.page-header .page-title {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

.breadcrumbs {
    margin-top: 16px;
    color: #999;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.breadcrumbs a,
.breadcrumbs strong {
    display: inline-block;
    margin: 0 2px;
    font-weight: 500;
}
.breadcrumbs a {
    color: #999;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs .current-item {
    color: #111;
}

.page-header .sub-page-menu {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.page-header .sub-page-menu ul {
    display: flex;
    margin: 0 auto;
    width: 100%;
    max-width: 1370px;
    white-space: nowrap;
}

.page-header .sub-page-menu ul li {
    flex: 1;
    min-width: 120px;
}

.page-header .sub-page-menu ul li a {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #888;
    line-height: 60px;
    position: relative;
}

.page-header .sub-page-menu ul li.current_page_item a {
    color: #023586;
    background: rgba(2, 53, 134, 0.15);
}

.page-header .sub-page-menu ul li.current_page_item a:after {
    height: 2px;
    background: #023586;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.page-header .sub-page-menu.compact ul {
    display: block;
    font-size: 0;
    text-align: center;
}

.page-header .sub-page-menu.compact ul li {
    display: inline-block;
    min-width: 40px;
}

.page-header .sub-page-menu.compact ul li:first-child {
    padding-left: 16px;
}

.page-header .sub-page-menu.compact ul li:last-child {
    padding-right: 16px;
}

.page-header .sub-page-menu ul li a {
    padding-left: 16px;
    padding-right: 16px;
    line-height: 58px;
}
.page-header .sub-page-menu.compact ul li.current_page_item a {
    color: #023586;
    background: transparent;
}


.page-sub-header {
    text-align: center;
    padding: 150px 0 100px;
}

.page-sub-header .page-sub-title {
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: 700;
}

.page-sub-header .page-sub-desc {
    font-size: 14px;
    line-height: 1.571428571428571;
    color: #888;
}

.tab-menu {
    background-color: #f3f3f3;
}

.tab-menu ul {
    margin: 0 auto;
    width: 100%;
    max-width: 1380px;
    white-space: nowrap;
    font-size: 0;
}


.tab-menu ul li {
    display: inline-block;
}

.tab-menu ul li a {
    display: block;
    line-height: 60px;
    padding: 0 16px;
    font-weight: 500;
    font-size: 16px;
    color: #888888;
    position: relative;
}

.tab-menu ul li.active a {
    color: #023586;
}

.tab-menu ul li.active a:after {
    height: 2px;
    background: #023586;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
}

.page-list-item {
}

.page-list-item .post-title {
    font-size: 24px;
    margin-bottom: 16px;
    font-weight: 700;
}

.page-list-item .post-excerpt {
    font-size: 14px;
    line-height: 1.57;
    margin-bottom: 10px;
}
.page-list-item .post-link {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.page-list-item .post-link a {
    color: #0070c9;
    font-size: 11px;
}

@media screen and (max-width:1024px) {

    .page-header {
        padding: 125px 0;
    }

    .page-header .page-title {
        font-size: 30px;
    }
    .breadcrumbs {
        margin-top: 12px;
        font-size: 13px;
    }

    .page-sub-header {
        padding: 140px 0 90px;
    }
    .page-sub-header .page-sub-title {
        font-size: 34px;
    }
}


@media screen and (max-width:768px) {

    .page-header {
        padding: 100px 0 110px;
    }

    .page-header .page-title {
        font-size: 24px;
    }
    .breadcrumbs {
        margin-top: 8px;
        font-size: 12px;
    }

    .page-sub-header {
        padding: 120px 0 80px;
    }

    .page-sub-header .page-sub-title {
        font-size: 24px;
    }

    .page-header .sub-page-menu ul li a {
        font-size: 14px;
    }

    .tab-menu ul li a {
        font-size: 14px;
    }

}

@media screen and (max-width:640px) {
    .page-top .img {
        height: 200px;
    }

    .page-sub-header {
        padding: 100px 0 60px;
    }

}

.menu-tab.first {
  margin-top: -50px;
}
.menu-tab.second {
  position: relative;
  margin-bottom: 100px;
}
.menu-tab .menu {
    display: flex;
    justify-content: center;
}
.menu-tab .menu > .menu-item > a {
    font-size: 24px;
    padding: 18px 40px;
    display: block;
    font-weight: 500;
    color: #888;
    position: relative;
}
.menu-tab .menu > .menu-item:not(.current-menu-parent) .sub-menu {
    display: none;
}
.menu-tab .menu > .menu-item.current-menu-parent > a {
    color: #023586;
    font-weight: 700;
}
.menu-tab .menu > .menu-item.current-menu-parent > a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #023586;
}
.menu-tab .sub-menu {
    display: flex;
    position: absolute;
    left:0;
    width: 100%;
    justify-content: center;
    background-color: #f3f3f3;
    box-shadow: inset 0 4px 4px 0 rgb(0 0 0 / 10%);
}
.menu-tab .sub-menu .menu-item {
  padding: 0 20px;
}
.menu-tab .sub-menu > .menu-item a {
  font-size: 20px;
    padding: 18px 60px;
    display: block;
    font-weight: 500;
    color: #888;
    position: relative;
}
.menu-tab .sub-menu .current-menu-item a {
  font-weight: 700;
  color: #111;
}
.menu-tab .menu-item a {
  transition: color .3s ease-out;
}
.menu-tab .menu-item a:hover {
  color: #023586;
}

.menu-tab.first .sub-menu {
    display: none;
}
.menu-tab.second > .menu > .menu-item > a {
    display: none;
}
@media screen and (max-width:940px) {
    .menu-tab {
        white-space: nowrap;
    }
    .menu-tab.first {
        overflow-x: auto;
    }
    .menu-tab .menu .menu-item > a {
    }
    .menu-tab .menu {
        justify-content: start;
    }
    .menu-tab .sub-menu .menu-item {
        padding: 0;
    }
    .no-scrollbar {
        -ms-overflow-style: none;  /* Internet Explorer 10+ */
        scrollbar-width: none;  /* Firefox */
    }
    .no-scrollbar::-webkit-scrollbar {
        display: none;  /* Safari and Chrome */
    }
}

@media screen and (max-width:640px) {
    .menu-tab .menu .menu-item > a {
        padding-left: 16px;
        padding-right: 16px;
        font-size: 16px;
    }
    .menu-tab .sub-menu > .menu-item a {
        font-size: 16px;
    }
}
