@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:100,300,400,500,700,900|Noto+Sans+JP:100,300,400,500,700,900|Noto+Sans+KR:100,300,400,500,700,900|Noto+Sans+TC:100,300,400,500,700,900|Noto+Sans+SC:100,300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap");
.btn-arrow-circle {
  font-size: 20px;
  font-weight: 500;
  color: #246efc;
  display: inline-block;
  cursor: pointer; }
  .btn-arrow-circle .iconfont {
    font-size: 30px;
    vertical-align: -3px; }
  .btn-arrow-circle span {
    margin-right: 12px; }
  .btn-arrow-circle:hover span {
    text-decoration: underline; }

.fixedContainer {
  padding-top: 120px; }
  @media screen and (max-width: 768px) {
    .fixedContainer {
      padding-top: 52px; } }

.custom-radio.b-custom-control-lg .custom-control-label::before, .input-group-lg .custom-radio .custom-control-label::before {
  top: .3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%; }

.custom-radio.b-custom-control-lg .custom-control-label::after, .input-group-lg .custom-radio .custom-control-label::after {
  top: .3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  background: no-repeat 50%/50% 50%; }

.custom-checkbox.b-custom-control-lg .custom-control-label::before, .input-group-lg .custom-checkbox .custom-control-label::before {
  top: .3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: .3rem; }

.custom-checkbox.b-custom-control-lg .custom-control-label::after, .input-group-lg .custom-checkbox .custom-control-label::after {
  top: .3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  background-size: 50% 50%; }

.header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0; }
  .header-top {
    padding: 0 30px;
    height: 40px;
    background-color: #eef4ff;
    align-items: center;
    justify-content: flex-end; }
    .header-top a {
      margin-left: 30px; }
      .header-top a:hover {
        color: #246efc; }
  .header-collapsed {
    display: flex;
    align-items: center; }
  .header-content {
    padding: 0 30px;
    display: flex;
    height: 80px;
    justify-content: space-between;
    align-items: center;
    background: #ffffff; }
  .header-link {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .header-link-item {
      cursor: pointer;
      font-size: 18px;
      margin-left: 40px;
      text-align: center;
      position: relative;
      font-weight: 500;
      color: #212529; }
      .header-link-item .icon-arrow-down-filled {
        font-size: 16px;
        margin-left: 4px;
        margin-top: 2px; }
      .header-link-item:hover {
        color: #246efc; }
  .header-logo {
    width: 238px;
    background: url(../../../common/img/logo/logo-tlipark-blue.svg) no-repeat center;
    background-size: 100%;
    cursor: pointer;
    height: 56px;
    margin-right: 10px; }
  .header-right {
    display: flex;
    align-items: center;
    padding-left: 20px; }
  .header-login {
    display: flex; }
    .header-login-menu {
      width: 30px;
      margin-right: 10px; }
    .header-login-img {
      width: 42px !important;
      height: 42px !important; }
    .header-login-name {
      margin: 0 8px;
      text-overflow: ellipsis;
      max-width: 100px;
      overflow: hidden;
      white-space: nowrap;
      font-weight: 500; }
  .header-lang {
    background-color: transparent;
    color: #000;
    text-shadow: none;
    position: relative;
    min-width: 89px;
    width: auto;
    padding: 0 15px;
    margin-right: 15px; }
    .header-lang .dropdown, .header-lang select {
      cursor: pointer;
      width: 100%;
      background: transparent;
      background-image: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      font-size: 18px;
      box-sizing: border-box;
      font-weight: 500;
      border: none; }
    .header-lang:before {
      content: "";
      position: absolute;
      cursor: pointer;
      top: 52%;
      left: 0px;
      background-image: url(../../../common/img/icons/ic-language.svg);
      width: 22px;
      height: 22px;
      background-size: 100% 100%;
      border: 0;
      z-index: 10;
      transform: translateY(-50%); }
    .header-lang .dropdown.open div {
      width: 120px; }
    .header-lang .dropdown .carat {
      right: -15px; }
    .header-lang .btn:not(:disabled):not(.disabled) {
      border: none;
      height: 24px;
      font-size: 16px;
      padding-right: 0;
      line-height: normal;
      font-weight: 500;
      transition: none; }
    .header-lang .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
      width: 90px; }
    .header-lang .bootstrap-select > .dropdown-menu {
      width: 200px;
      box-shadow: 0 0 20px 0 rgba(33, 37, 41, 0.25);
      border: solid 1px #dcdcdc;
      padding: 12px 0;
      border-radius: 2px; }
    .header-lang .bootstrap-select .dropdown-item li a {
      padding: 12px 20px; }
    .header-lang .bootstrap-select .dropdown-item:hover, .header-lang .bootstrap-select .dropdown-item:focus, .header-lang .bootstrap-select .dropdown-item:active, .header-lang .bootstrap-select .dropdown-item.active {
      background-color: #f2f5f8;
      color: #212529; }
    .header-lang .bootstrap-select > .dropdown-toggle::after {
      content: none; }
  .header_btn {
    background: #ffffff;
    color: #246efc;
    border-color: #246efc; }
    .header_btn:hover {
      border-color: #104ec6;
      color: #ffffff;
      background-color: #104ec6; }
  .header-btn.btn {
    height: 40px;
    margin-left: 20px;
    line-height: 38px; }
  .header-small {
    display: none; }
  .header-dropdown {
    box-shadow: 0 0 20px 0 rgba(33, 37, 41, 0.25);
    border: solid 1px #dcdcdc;
    width: 200px; }
    .header-dropdown-list li:hover {
      background: #f2f5f8; }
  .header-collapsed.active .icon-arrow-down-filled {
    display: inline-block;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg); }
  @media screen and (max-width: 1024px) {
    .header-logo {
      width: 160px;
      height: 42px; }
    .header-link-item {
      font-size: 16px;
      margin-left: 30px; }
    .header-btn.btn {
      padding-left: 30px;
      padding-right: 30px; }
    .header .login_box .login_img_box {
      margin-left: 20px; } }
  @media screen and (max-width: 767.9px) {
    .header-logo {
      width: 134px;
      height: 32px;
      float: none;
      margin: 10px auto;
      background-image: url("../img/logo/logo-blue-dashboard.svg");
      background-size: auto; }
    .header-content {
      height: 52px;
      top: 0; }
    .header-small {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      cursor: pointer; }
      .header-small .icon {
        display: block;
        width: 25px;
        height: 25px;
        background-size: 100% auto;
        background-repeat: no-repeat;
        padding: 14px 20px;
        background-position: center;
        background-origin: content-box;
        box-sizing: content-box; }
      .header-small .icon-menu {
        background-image: url("../img/navigation-app-menu-24.svg"); }
      .header-small .icon-close {
        background-image: url("../../../common/img/ic-close.svg");
        position: absolute;
        top: 11px; }
    .header_large {
      display: none; } }

.downHeader-header {
  width: 100%;
  text-align: center;
  background: #fff;
  padding: 20px 0; }
  .downHeader-header img {
    height: 32px; }
.downHeader-list {
  flex: 1; }
  .downHeader-list li {
    font-size: 20px;
    font-weight: 500; }
    .downHeader-list li a {
      display: block;
      height: 64px;
      line-height: 64px;
      padding-left: 20px; }
      .downHeader-list li a:hover {
        background-color: #f2f5f8; }
.downHeader-collapse-header {
  height: 60px;
  line-height: 60px;
  padding-left: 20px;
  font-weight: 500; }
  .downHeader-collapse-header:hover {
    background-color: #f2f5f8; }
  .downHeader-collapse-header.active:after {
    content: "";
    width: 24px;
    height: 20px;
    display: inline-block;
    background: url(../../../common/img/icons/icon-navigation-arrow-down.svg) no-repeat;
    background-size: 24px;
    margin-left: 8px;
    transform: rotate(180deg);
    transition: all 0.2s;
    position: relative;
    top: 6px; }
  .downHeader-collapse-header:after {
    content: "";
    width: 24px;
    height: 20px;
    display: inline-block;
    background: url(../../../common/img/icons/icon-navigation-arrow-down.svg) no-repeat;
    background-size: 24px;
    margin-left: 8px;
    transition: all 0.2s; }
.downHeader-collapse-body {
  display: none;
  margin-left: 15px; }
  .downHeader-collapse-body a {
    font-size: 18px;
    font-weight: normal;
    color: #666666;
    background: #fff; }
    .downHeader-collapse-body a:hover {
      color: #212529; }
.downHeader .btn-box {
  margin-top: 20px; }
.downHeader .footer_full {
  margin-top: 20px; }
.downHeader-login-info {
  border-bottom: none !important;
  margin: 0 !important; }
  .downHeader-login-info .btn-box {
    padding-left: 20px;
    padding-right: 20px; }
.downHeader-hr {
  height: 1px;
  margin: 20px;
  background-color: #beccdb; }

.login_box .login_content_dropdown > div {
  padding: 8px 0; }
.login_box .login_box_dropdown {
  width: 250px;
  font-size: 16px;
  box-shadow: 0 0 20px 0 rgba(33, 37, 41, 0.25);
  border: solid 1px #dcdcdc;
  padding: 10px 20px;
  border-radius: 2px; }
  .login_box .login_box_dropdown ul {
    padding: 8px 0;
    margin: 0;
    border-top: 1px solid #beccdb; }
    .login_box .login_box_dropdown ul li, .login_box .login_box_dropdown ul #log_out {
      height: 42px;
      line-height: 42px;
      margin: 0 -20px;
      color: #212529;
      padding: 0 20px;
      border-top: none; }
      .login_box .login_box_dropdown ul li:hover, .login_box .login_box_dropdown ul #log_out:hover {
        background: #f2f5f8;
        color: #212529; }
      .login_box .login_box_dropdown ul li a, .login_box .login_box_dropdown ul #log_out a {
        padding-left: 0; }
    .login_box .login_box_dropdown ul #log_out {
      margin-top: 5px; }

/***************transparent header*************/
.transparent .header-content {
  background: transparent; }
.transparent .header-logo {
  background-image: url(../../../common/img/logo/logo-tlipark-white.svg); }
.transparent .header-link-item {
  color: #ffffff; }
.transparent .header-lang .btn:not(:disabled):not(.disabled) {
  color: #ffffff;
  background: transparent; }
.transparent .header-lang:before {
  background-image: url(../../../common/img/icons/ic-language-white.svg); }
.transparent .header_btn {
  border-color: #ffffff; }
  .transparent .header_btn:hover {
    border-color: #104ec6; }
@media screen and (max-width: 767.9px) {
  .transparent.header {
    background: transparent; }
  .transparent .header-logo {
    background-image: url("../img/logo/logo-blue-dashboard.svg"); }
  .transparent .header-small .icon-menu {
    background-image: url("../img/navigation-app-menu-24-white.svg"); } }

/**************footer************************/
.footer_full {
  border-top: solid 1px #dddddd;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px; }
  .footer_full .footer_box {
    max-width: 1110px;
    margin: 0 auto;
    padding: 40px 0 48px; }
  .footer_full .footer_link {
    width: calc(25% - 30px);
    box-sizing: border-box;
    margin-right: 30px; }
    .footer_full .footer_link > li {
      margin-bottom: 12px;
      color: #25292c;
      font-size: 16px; }
      .footer_full .footer_link > li li a:hover {
        color: #246efc; }
    .footer_full .footer_link .title {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 14px; }
  .footer_full .setting-select2 {
    padding: 0;
    color: #000;
    text-shadow: none;
    position: relative;
    padding-left: 20px;
    min-width: 120px;
    background: #ffffff; }
    .footer_full .setting-select2 .bootstrap-select.dropdown li {
      padding: 0;
      height: auto;
      line-height: normal;
      font-size: 16px; }
    .footer_full .setting-select2 .dropdown {
      cursor: pointer;
      width: 100%;
      font-weight: 500; }
      .footer_full .setting-select2 .dropdown .selected {
        text-decoration: underline; }
  .footer_full .langBox {
    padding-right: 0;
    display: flex;
    align-items: center;
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #beccdb; }
    .footer_full .langBox .align-right a {
      margin-left: 14px; }
    .footer_full .langBox .title img {
      margin-left: 10px;
      width: 24px;
      height: 24px; }
    .footer_full .langBox > li {
      margin-right: 30px; }
  .footer_full .footer-service {
    font-size: 14px; }
    .footer_full .footer-service a.center {
      display: inline-block;
      border-left: 1px solid #beccdb;
      border-right: 1px solid #beccdb;
      padding: 0 20px;
      margin: 0 20px; }
  .footer_full .footer_download_text {
    font-size: 12px;
    color: #999999;
    margin-bottom: 4px; }
  .footer_full .footer_download .btn {
    height: auto;
    line-height: 1;
    text-align: left;
    padding: 10px 15px 10px 56px;
    position: relative; }
    .footer_full .footer_download .btn:hover {
      color: #000;
      background-color: #fff;
      border-color: #000; }
    .footer_full .footer_download .btn span {
      font-size: 18px; }
    .footer_full .footer_download .btn:before {
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      display: inline-block;
      width: 34px;
      height: 38px;
      margin-right: 8px;
      left: 18px;
      background: url("../../../common/img/icon.png") no-repeat;
      background-size: 227px;
      background-position: -38px -48px;
      vertical-align: -8px; }
  .footer_full .footer_download .google_play .btn:before {
    background-position: -77px -50px; }
  .footer_full .footer-icon a {
    margin-right: 20px; }
  .footer_full .footer-icon img {
    width: 36px;
    height: 36px; }
  @media screen and (max-width: 767.9px) {
    .footer_full .footer_box {
      padding-bottom: 40px; }
    .footer_full .footer_link {
      width: 50%;
      margin-bottom: 20px;
      margin-right: 0;
      padding-right: 21px; }
      .footer_full .footer_link li.title {
        margin-bottom: 14px;
        border: 0; }
      .footer_full .footer_link .align-right {
        text-align: left;
        padding: 0; }
      .footer_full .footer_link .font-subtext {
        color: #246efc; }
    .footer_full .footer_box {
      padding-bottom: 43px; }
    .footer_full ul.langBox {
      margin-top: 8px;
      width: 100% !important;
      flex-wrap: wrap;
      padding-top: 4px; }
      .footer_full ul.langBox li {
        border: none;
        padding: 0;
        margin-bottom: 0;
        margin-right: 0;
        width: 100%;
        font-weight: 500; }
        .footer_full ul.langBox li.title {
          margin-bottom: 0;
          width: 100%; }
        .footer_full ul.langBox li.footer-icon {
          margin: 36px 0 30px; }
      .footer_full ul.langBox .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 110px; }
      .footer_full ul.langBox .btn:not(:disabled):not(.disabled) {
        border: none;
        height: 24px;
        font-size: 16px;
        padding-right: 0;
        line-height: normal;
        font-weight: 500; }
    .footer_full .footer-service span {
      display: block;
      margin-bottom: 16px; }
    .footer_full .footer-service a.center {
      border-left: none;
      margin-left: 0;
      padding-left: 0; }
    .footer_full .footer_download_text {
      display: none; }
    .footer_full .footer_download .btn {
      padding-top: 20px;
      padding-bottom: 20px; }
      .footer_full .footer_download .btn span {
        font-size: 16px; } }

/****************页面底部公告******************/
.page-bottom {
  background: #246efc;
  padding: 60px 0;
  display: flex;
  color: #ffffff;
  align-items: center;
  justify-content: center; }
  .page-bottom .learn_title {
    color: #ffffff;
    font-size: 28px;
    font-weight: 500;
    line-height: normal;
    margin-right: 30px; }
  .page-bottom .btn {
    margin: 4px 6px; }
  .page-bottom .btn-light {
    color: #246efc; }
  @media (max-width: 575.98px) {
    .page-bottom {
      padding: 40px 20px;
      flex-direction: column; }
      .page-bottom .learn_title {
        font-size: 24px;
        margin: 0 0 30px; }
      .page-bottom .btn {
        height: 52px;
        line-height: 50px;
        font-size: 16px; } }

/****************页面头部banner******************/
.page-banner {
  position: relative; }
  .page-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 24, 76, 0.7)); }
  .page-banner-content {
    color: #ffffff;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: flex;
    padding-top: 50px;
    padding-bottom: 50px; }
  .page-banner-title {
    font-size: 40px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 0; }
  .page-banner-img {
    width: 100%; }
  @media (max-width: 575.98px) {
    .page-banner-content {
      padding-top: 30px;
      padding-bottom: 30px; } }

.filter .btn-filter {
  box-shadow: 3px 3px 12px 0 rgba(16, 78, 198, 0.15);
  border: none;
  padding-left: 23px;
  padding-right: 23px; }
.filter-dropdown {
  position: absolute;
  top: 45px;
  left: 0px;
  width: 370px;
  height: 306px;
  border-radius: 4px;
  border: solid 1px #dee6ee;
  background: #fff;
  z-index: 19;
  display: none; }
.filter-list {
  padding: 11px 13px 0;
  height: calc(100% - 55px);
  overflow: auto; }
  .filter-list .custom-control {
    margin-bottom: 16px;
    line-height: 29px;
    padding-left: 1.9rem; }
.filter .dropdown-bottom {
  display: flex;
  height: 55px;
  align-items: center;
  padding: 0 13px;
  justify-content: space-between;
  font-size: 14px;
  border-top: 1px solid #beccdb; }
  .filter .dropdown-bottom .btn-sm {
    height: 32px;
    line-height: 30px;
    padding-left: 30px;
    padding-right: 30px; }
  .filter .dropdown-bottom .btn-clear {
    cursor: pointer; }
@media (max-width: 575.98px) {
  .filter-dropdown {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    padding-top: 44px;
    z-index: 30; }
    .filter-dropdown-title {
      font-size: 18px;
      position: fixed;
      z-index: 100;
      height: 44px;
      width: 100%;
      background: #fff;
      top: 0;
      left: 0;
      border-bottom: 1px solid #BECCDB;
      align-items: center;
      display: flex;
      justify-content: space-between;
      padding: 0 20px; }
      .filter-dropdown-title .btn-clear {
        font-size: 16px; }
  .filter-list {
    height: calc(100% - 70px);
    padding: 40px 20px; }
    .filter-list-title {
      font-size: 24px;
      font-weight: 500;
      margin-bottom: 20px; }
  .filter .dropdown-bottom {
    height: 70px;
    font-size: 16px; }
    .filter .dropdown-bottom .btn-sm {
      height: 50px; }
    .filter .dropdown-bottom .btn-save {
      width: 100%; } }

.popup-image-gallery .modal-dialog {
  width: 100%; }
.popup-image-gallery .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border: 0;
  border-radius: 0; }
.popup-image-gallery .main-image {
  text-align: center; }
.popup-image-gallery .pagingInfo {
  color: #fff;
  text-align: center;
  margin: 20px 0; }
.popup-image-gallery .close-btn {
  background-color: transparent;
  color: #fff;
  position: absolute;
  right: 10px;
  z-index: 3;
  font-size: 24px;
  margin: 0;
  opacity: .75;
  outline: none;
  border: none;
  padding: 6px 12px;
  cursor: pointer;
  top: 0; }
  .popup-image-gallery .close-btn:hover, .popup-image-gallery .close-btn:focus {
    color: #fff;
    opacity: 10; }
.popup-image-gallery .popup-slider-for {
  position: relative;
  min-height: 300px;
  z-index: 2;
  text-align: center;
  margin-bottom: 0; }
  .popup-image-gallery .popup-slider-for:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    z-index: -1;
    color: #fff;
    background: #fff url("../../../common/img/ajax-loader.gif") center center no-repeat;
    opacity: .75; }
  .popup-image-gallery .popup-slider-for .slick-slide {
    outline: 0; }
    .popup-image-gallery .popup-slider-for .slick-slide img {
      display: inline-block;
      height: 70vh;
      vertical-align: middle; }
      @media (max-width: 575.98px) {
        .popup-image-gallery .popup-slider-for .slick-slide img {
          width: 100%;
          height: auto; } }
  .popup-image-gallery .popup-slider-for .slick-next, .popup-image-gallery .popup-slider-for .slick-prev {
    width: auto;
    height: auto;
    z-index: 1; }
  .popup-image-gallery .popup-slider-for .slick-prev {
    left: 30px; }
  .popup-image-gallery .popup-slider-for .slick-next {
    right: 30px; }
.popup-image-gallery .popup-slider-nav .thumbnail-image {
  position: relative;
  margin: 0 5px;
  cursor: pointer; }
  .popup-image-gallery .popup-slider-nav .thumbnail-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .popup-image-gallery .popup-slider-nav .thumbnail-image:hover:after {
    background-color: rgba(0, 0, 0, 0.4); }
  .popup-image-gallery .popup-slider-nav .thumbnail-image img {
    display: block;
    width: 140px;
    height: 100px;
    object-fit: contain; }
.popup-image-gallery .popup-slider-nav .slick-current:after, .popup-image-gallery .popup-slider-nav .slick-current:hover:after, .popup-image-gallery .popup-slider-nav .slick-center:after, .popup-image-gallery .popup-slider-nav .slick-center:hover:after {
  background-color: transparent; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
