@media (max-width: 991px) {
  .new-page .container, .custom-page .container {
    max-width: 100%; } }
.new-page .title_page, .custom-page .title_page {
  width: 100%;
  height: 145px;
  background-color: #00519E;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center 60%;
  position: relative;
  z-index: 0; }
  @media (min-width: 768px) {
    .new-page .title_page, .custom-page .title_page {
      height: 145px; } }
  @media (min-width: 992px) {
    .new-page .title_page, .custom-page .title_page {
      height: 250px; } }
  .new-page .title_page::before, .custom-page .title_page::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  .new-page .title_page.single_post::before, .custom-page .title_page.single_post::before {
    display: none; }
  @media (min-width: 768px) {
    .new-page .title_page.single_post, .custom-page .title_page.single_post {
      height: 220px; } }
  @media (min-width: 992px) {
    .new-page .title_page.single_post, .custom-page .title_page.single_post {
      height: 360px; } }
  .new-page .title_page h2, .custom-page .title_page h2 {
    font-size: 22px;
    margin: 0;
    font-weight: 700;
    color: #fff; }
    .new-page .title_page h2.white, .custom-page .title_page h2.white {
      color: #ffffff; }
    @media (min-width: 768px) {
      .new-page .title_page h2, .custom-page .title_page h2 {
        font-size: 32px; } }
    @media (min-width: 992px) {
      .new-page .title_page h2, .custom-page .title_page h2 {
        font-size: 30px; } }
.new-page .breadcrumb_custom, .custom-page .breadcrumb_custom {
  display: none; }
  @media (min-width: 992px) {
    .new-page .breadcrumb_custom, .custom-page .breadcrumb_custom {
      display: block; } }
  .new-page .breadcrumb_custom .breadcrumb, .custom-page .breadcrumb_custom .breadcrumb {
    background-color: transparent;
    margin: 0;
    padding: 20px 0; }
    .new-page .breadcrumb_custom .breadcrumb .breadcrumb-item, .custom-page .breadcrumb_custom .breadcrumb .breadcrumb-item {
      position: relative;
      padding-right: 12px;
      color: #1A1A1A; }
      @media (min-width: 1024px) {
        .new-page .breadcrumb_custom .breadcrumb .breadcrumb-item, .custom-page .breadcrumb_custom .breadcrumb .breadcrumb-item {
          font-size: 20px; } }
      .new-page .breadcrumb_custom .breadcrumb .breadcrumb-item:not(.active), .custom-page .breadcrumb_custom .breadcrumb .breadcrumb-item:not(.active) {
        text-decoration: underline; }
        .new-page .breadcrumb_custom .breadcrumb .breadcrumb-item:not(.active)::before, .new-page .breadcrumb_custom .breadcrumb .breadcrumb-item:not(.active)::after, .custom-page .breadcrumb_custom .breadcrumb .breadcrumb-item:not(.active)::before, .custom-page .breadcrumb_custom .breadcrumb .breadcrumb-item:not(.active)::after {
          content: '';
          width: 7px;
          height: 1px;
          background-color: #666666;
          position: absolute;
          right: 0; }
        .new-page .breadcrumb_custom .breadcrumb .breadcrumb-item:not(.active)::before, .custom-page .breadcrumb_custom .breadcrumb .breadcrumb-item:not(.active)::before {
          top: 50%;
          margin-top: -2px;
          transform: rotate(45deg); }
        .new-page .breadcrumb_custom .breadcrumb .breadcrumb-item:not(.active)::after, .custom-page .breadcrumb_custom .breadcrumb .breadcrumb-item:not(.active)::after {
          top: 50%;
          margin-top: 2px;
          transform: rotate(-45deg); }
      .new-page .breadcrumb_custom .breadcrumb .breadcrumb-item.active, .custom-page .breadcrumb_custom .breadcrumb .breadcrumb-item.active {
        color: #1a1a1a; }
        .new-page .breadcrumb_custom .breadcrumb .breadcrumb-item.active::before, .custom-page .breadcrumb_custom .breadcrumb .breadcrumb-item.active::before {
          content: ''; }
      .new-page .breadcrumb_custom .breadcrumb .breadcrumb-item a, .custom-page .breadcrumb_custom .breadcrumb .breadcrumb-item a {
        color: #666; }

.pagination-new {
  margin-top: 50px; }
  .pagination-new .spaginate-inner {
    display: flex;
    justify-content: center;
    flex-flow: wrap; }
    .pagination-new .spaginate-inner a.page-item, .pagination-new .spaginate-inner .page-item.current {
      width: 34px;
      height: 34px;
      margin: 0 5px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: solid thin #CCCCCC;
      border-radius: 3px;
      color: #1A1A1A;
      transition: all .5s; }
      .pagination-new .spaginate-inner a.page-item:hover, .pagination-new .spaginate-inner .page-item.current:hover {
        text-decoration: none;
        background-color: #1A1A1A;
        border-color: #1A1A1A;
        color: #ffffff; }
    .pagination-new .spaginate-inner a.page-item[disabled="disabled"]:hover {
      background-color: #ffffff;
      border-color: #CCCCCC;
      color: #1A1A1A;
      cursor: auto; }
    .pagination-new .spaginate-inner .page-item.current {
      background-color: #1A1A1A;
      border-color: #1A1A1A;
      color: #ffffff; }

.large {
  display: none; }
  @media (min-width: 992px) {
    .large {
      display: block; } }

.large-flex {
  display: none; }
  @media (min-width: 992px) {
    .large-flex {
      display: flex; } }

@media (min-width: 992px) {
  .small {
    display: none; } }

.tablis_small {
  width: 100%;
  background-color: #00519E;
  height: 45px;
  color: #fff;
  font-size: 14px;
  padding: 0 15px;
  margin-bottom: 25px; }

@media (max-width: 991px) {
  .bs-tab-content .post-list .post {
    /*&:first-child {
    	border-top: dotted thin #000000;
    }*/
    padding: 15px;
    display: flex;
    flex-flow: wrap; }
    .bs-tab-content .post-list .post .post-time {
      margin-right: 15px;
      display: flex;
      align-items: center; }
    .bs-tab-content .post-list .post .post-topic-name {
      border-radius: 3px;
      margin-right: 0; }
    .bs-tab-content .post-list .post .post-name {
      width: 100%;
      margin: 10px 0 0; } }

.custom-page .elementor-widget-text-editor {
  color: #1A1A1A; }
@media (min-width: 992px) {
  .custom-page .recruit-people {
    padding: 60px 0 0; } }
.custom-page .item_recruit_poeple {
  position: relative;
  padding: 80px 0 90px 0; }
  .custom-page .item_recruit_poeple::before {
    content: '';
    width: 70%;
    height: 50%;
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 81, 158, 0.1);
    display: none; }
    @media (min-width: 992px) {
      .custom-page .item_recruit_poeple::before {
        display: block; } }
  @media (min-width: 992px) {
    .custom-page .item_recruit_poeple .elementor-image img {
      width: 600px;
      max-width: unset; } }
  .custom-page .item_recruit_poeple.left::before {
    left: 0; }
  .custom-page .item_recruit_poeple.left .elementor-image {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start; }
  .custom-page .item_recruit_poeple.right::before {
    right: 0; }
  .custom-page .item_recruit_poeple.right .elementor-image {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end; }
  @media (max-width: 991px) {
    .custom-page .item_recruit_poeple .order-small-2 {
      order: 2;
      margin: 50px 0 100px; } }
  @media (max-width: 767px) {
    .custom-page .item_recruit_poeple .order-small-2 {
      margin: 20px 0 50px; } }
.custom-page.recruit-people-detail h4 {
  line-height: 38px;
  margin: 0 0 20px 0;
  font-weight: 700; }
  @media (min-width: 768px) {
    .custom-page.recruit-people-detail h4 {
      font-size: 30px;
      line-height: 45px;
      margin: 0 0 35px 0;
      font-weight: 700; } }
  @media (min-width: 992px) {
    .custom-page.recruit-people-detail h4 {
      font-size: 22px;
      line-height: 38px;
      margin: 0 0 30px 0; } }
.custom-page.recruit-people-detail p {
  font-size: 14px;
  line-height: 29px;
  text-align: justify;
  margin: 0; }
  @media (min-width: 1024px) {
    .custom-page.recruit-people-detail p {
      font-size: 20px;
      line-height: 35px; } }
.custom-page.recruit-people-detail h3.section-title {
  font-size: 24px; }
  @media (min-width: 768px) {
    .custom-page.recruit-people-detail h3.section-title {
      font-size: 32px; } }

.recruit-people .slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -90px;
  background-color: transparent;
  z-index: 99;
  border: solid thin #00519E;
  font-size: 0; }
  @media (min-width: 992px) {
    .recruit-people .slick-arrow {
      height: 70px;
      top: 22%;
      border: 0; } }
  .recruit-people .slick-arrow:focus {
    outline: none; }
  .recruit-people .slick-arrow::before, .recruit-people .slick-arrow::after {
    content: '';
    width: 15px;
    height: 2px;
    background-color: #00519E;
    position: absolute;
    left: 15px; }
    @media (min-width: 992px) {
      .recruit-people .slick-arrow::before, .recruit-people .slick-arrow::after {
        width: 50px;
        left: 0; } }
  .recruit-people .slick-arrow::before {
    top: 17px; }
    @media (min-width: 992px) {
      .recruit-people .slick-arrow::before {
        top: 15px; } }
  .recruit-people .slick-arrow::after {
    top: 27px; }
    @media (min-width: 992px) {
      .recruit-people .slick-arrow::after {
        top: 49px; } }
  .recruit-people .slick-arrow.slick-next {
    right: 15px; }
    @media (min-width: 992px) {
      .recruit-people .slick-arrow.slick-next {
        right: -70px; } }
    .recruit-people .slick-arrow.slick-next::before {
      transform: rotate(45deg); }
    .recruit-people .slick-arrow.slick-next::after {
      transform: rotate(-45deg); }
  .recruit-people .slick-arrow.slick-prev {
    left: 15px; }
    @media (min-width: 992px) {
      .recruit-people .slick-arrow.slick-prev {
        left: -70px; } }
    .recruit-people .slick-arrow.slick-prev::before {
      transform: rotate(-45deg); }
    .recruit-people .slick-arrow.slick-prev::after {
      transform: rotate(45deg); }

.video_distribution {
  color: #1A1A1A;
  padding: 80px 0 50px; }
  @media (min-width: 992px) {
    .video_distribution {
      padding: 58px 0 100px; } }
  .video_distribution h2.title_section {
    width: 100%;
    font-size: 24px;
    line-height: 42px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .video_distribution h2.title_section {
        font-size: 32px;
        line-height: 56px; } }
  .video_distribution .post {
    width: 100%;
    display: flex;
    padding: 30px 0;
    border-top: dashed 1px #1A1A1A;
    color: #666666; }
    @media (min-width: 992px) {
      .video_distribution .post {
        padding: 30px 50px; } }
    .video_distribution .post:last-child {
      border-bottom: dashed 1px #1A1A1A; }
    .video_distribution .post .post-time {
      margin-right: 30px;
      font-weight: 600;
      color: #1A1A1A; }
    .video_distribution .post .post-name {
      width: 100%;
      flex: 1;
      word-break: break-all; }
      .video_distribution .post .post-name a {
        color: #666666;
        text-decoration: underline; }
        .video_distribution .post .post-name a:hover {
          color: #1A1A1A; }

.bs-tab-header .nav-link-mobile {
  height: 45px; }

@media (max-width: 991px) and (min-width: 768px) {
  .recruit-people-detail .title_page {
    height: 300px; } }
@media (max-width: 991px) {
  .recruit-people-detail .title_sing_recruit {
    margin-bottom: 80px; }
    .recruit-people-detail .title_sing_recruit h2 {
      font-size: 40px;
      margin-bottom: 30px;
      line-height: 45px; }
    .recruit-people-detail .title_sing_recruit p {
      font-size: 24px;
      margin: 0; } }
@media (max-width: 767px) {
  .recruit-people-detail .title_sing_recruit {
    margin-bottom: 40px; }
    .recruit-people-detail .title_sing_recruit h2 {
      font-size: 20px;
      margin-bottom: 10px;
      line-height: 34px; }
    .recruit-people-detail .title_sing_recruit p {
      font-size: 13px;
      margin: 0; } }

/*# sourceMappingURL=news.css.map */
