@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

html {
  font-family: sans-serif;
  line-height: 1;
  font-size: 16px;
}

a {
  text-decoration: none;
  color: black;
}

.scrolltop {
  position: fixed;
  bottom: -20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: url("../image/top.png");
  border-radius: 50%;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  filter: drop-shadow(2px 2px 7px rgba(115, 193, 235, 0.6431372549));
  transition: all 0.3s ease-in-out;
}
.scrolltop:hover {
  width: 70px;
  height: 70px;
}
.scrolltop:hover span {
  color: #ffaa00;
  font-size: 20px;
}
.scrolltop span {
  color: #ffaa00;
  font-weight: bolder;
  transition: all 0.3s ease-in-out;
}

.scrolltop.active {
  bottom: 50px;
  visibility: visible;
  opacity: 1;
}

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 20px 15px;
  border-color: transparent transparent #666 transparent;
}

@media (max-width: 576px) {
  .scrolltop.active {
    visibility: visible;
    opacity: 1;
  }
}
html {
  font-family: "Noto Sans TC", sans-serif !important;
  scroll-behavior: smooth;
}

img {
  vertical-align: bottom;
}

a {
  transition: all 0.2s;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.bg-color {
  background: #203864;
}

.bg-reverse-color {
  background: #1F4E79;
}

.transform-translateY {
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}
.transform-translateY:hover {
  transform: translateY(0);
}

.p-color {
  color: #888;
}

.nav-bg {
  padding: 0;
}
.nav-bg .logo {
  width: 220px;
  padding: 20px 0;
}
.nav-bg .nav-item {
  padding: 0;
  margin: 0;
}
.nav-bg .nav-link {
  padding: 30px 0;
  font-size: 18px;
  margin: 0 5px;
  color: rgba(255, 255, 255, 0.6588235294);
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-bottom: 2px solid transparent;
  transform: translateY(0);
}
.nav-bg .nav-link:hover {
  color: #fff;
  transform: translateY(-5px);
}
.nav-bg .navbar-nav .nav-link.active {
  color: #ffc21d;
  font-weight: 400;
}
.nav-bg .dropdown-menu {
  top: 98%;
  border: none;
  padding: 0;
  border-radius: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
  background: transparent;
}
.nav-bg .dropdown-menu .dropdown-item {
  font-weight: lighter;
  border-radius: 0;
  padding: 10px;
  border-bottom: 2px solid #ddd;
  color: rgba(255, 255, 255, 0.6588235294);
  background: rgba(37, 97, 150, 0.8823529412);
  transition: all 0.3s;
  transform: translateX(0);
}
.nav-bg .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
  padding: 20px;
  border-bottom: 2px solid #ffc21d;
  letter-spacing: 1px;
}

.nav-color {
  background: #0f4c82;
}

.phone-nav-bg {
  background: #0f4c82;
  transition: all 0.6s ease-in-out;
}

.nav-bg.sticky {
  background: #0f4c82;
  transition: 0.5s;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

@media (max-width: 992px) {
  .nav-bg .navbar-nav {
    padding-bottom: 20px;
  }
  .nav-bg .nav-link {
    float: none;
    font-size: 16px;
    padding: 15px 0;
    border-bottom: 1px solid #fff;
  }
  .nav-bg .nav-link:hover {
    padding: 25px 0;
    background: rgba(255, 255, 255, 0.2117647059);
    letter-spacing: 1px;
    transform: translateY(0px);
  }
  .nav-bg .dropdown-menu .dropdown-item:hover {
    background: rgba(255, 255, 255, 0.2117647059);
  }

  .nav-bg.sticky {
    background: #0f4c82;
    transition: 0.5s;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  }
}
.bg-content {
  background: linear-gradient(to right, #1F4E79, #637a91, #193650);
}
.bg-content h2 {
  font-size: 3em;
  color: #ffffff;
  font-weight: bolder;
  padding: 1.5em 0 0.5em 0;
}
.bg-content span {
  background: linear-gradient(to right, #5e42a6, #b74e91);
  width: 100%;
  height: 3px;
  margin: 0.5em 0 3em 0;
}
.bg-content .start {
  border-radius: 5px 5px 0 0;
}
.bg-content .end {
  border-radius: 0 0 5px 5px;
}
.bg-content h3 {
  font-size: 3em;
  color: #ffffff;
  line-height: 1.2;
  font-weight: bolder;
  padding: 1em 0;
  text-shadow: 1px 4px 2px rgba(0, 0, 0, 0.368627451);
}

@media (max-width: 576px) {
  .nav-bg {
    padding: 0;
  }
  .nav-bg .logo {
    width: 200px;
    padding: 10px 0;
  }

  .bg-content h2 {
    font-size: 2.5em;
  }
}
.e-bulletin-bg {
  background: #ffc21d;
}
.e-bulletin-bg .nav-item {
  padding: 0;
  margin: 0;
}
.e-bulletin-bg .nav-link {
  padding: 5px 0;
  font-size: 18px;
  margin: 0 5px;
  color: #226fb3;
  background: #ffffff;
  border-radius: 3px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.e-bulletin-bg .nav-link:hover {
  color: #ffffff;
  background: #226fb3;
}
.e-bulletin-bg .navbar-nav .nav-link.active {
  color: #ffc21d;
  font-weight: 400;
}
.e-bulletin-bg .dropdown-menu {
  top: 98%;
  width: 100%;
  border: none;
  padding: 0;
  border-radius: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
  background: transparent;
}
.e-bulletin-bg .dropdown-menu .dropdown-item {
  font-weight: lighter;
  border-radius: 0;
  padding: 10px;
  background: rgba(15, 76, 130, 0.6588235294);
  border-bottom: 2px solid #ddd;
  color: rgba(255, 255, 255, 0.6588235294);
  transition: all 0.3s;
  transform: translateX(0);
}
.e-bulletin-bg .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
  padding: 20px 10px;
  border-bottom: 2px solid #ffc21d;
  background: rgba(37, 97, 150, 0.8823529412);
  transform: translateX(10px);
}

.e-bulletin-box {
  width: 0;
}

@media (max-width: 576px) {
  .e-bulletin-box {
    width: 100%;
  }
}
.sidebar {
  height: 100vh;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7607843137);
  overflow-x: hidden;
  transition: 0.5s;
  border: none;
}
.sidebar .sidebar-content {
  width: 80%;
  background: linear-gradient(to right, rgba(31, 78, 121, 0.9607843137), rgba(25, 54, 80, 0.6784313725)), url("../image/index-img/bg-img.jpg") no-repeat center center/cover scroll;
  height: 100vh;
}
.sidebar .sidebar-content .sidebar-items {
  font-size: 500;
  color: #ffc21d;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid #fff;
  padding: 20px;
  display: block;
  font-size: 20px;
}
.sidebar .sidebar-content .sidebar-items:hover {
  background: rgba(0, 0, 0, 0.2117647059);
  padding: 20px;
  font-weight: bolder;
  letter-spacing: 2px;
  border-bottom: 1px solid #fff;
}
.sidebar .sidebar-content .sidebar-items-content {
  margin: 10px;
}
.sidebar .sidebar-content .sidebar-items-content a {
  padding: 10px;
  text-decoration: none;
  font-size: 19px;
  color: #eee;
  font-weight: lighter;
  display: block;
  transition: 0.3s;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid transparent;
}
.sidebar .sidebar-content .sidebar-items-content a:hover {
  background: rgba(255, 255, 255, 0.2117647059);
  padding: 20px;
  color: #fff;
  font-weight: bolder;
  letter-spacing: 1px;
  border-bottom: 1px solid #fff;
}
.sidebar .sidebar-content .closebtn {
  color: #fff;
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 36px;
}

.openbtn {
  cursor: pointer;
  background: #0f4c82;
  color: #ffffff;
  border: none;
  transition: all 0.2s ease-in-out;
  padding: 5px 10px;
}
.openbtn:hover {
  background: #ffffff;
  color: #0f4c82;
}

#main {
  transition: margin-left 0.5s;
  padding: 16px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 0;
  margin-bottom: 0rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem;
}
.breadcrumb a {
  color: #888;
  font-size: 14px;
}
.breadcrumb a:hover {
  color: #ffaa00;
  letter-spacing: 1px;
}
.breadcrumb .breadcrumb-item {
  line-height: 1.3;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #ffaa00;
  content: "/";
}

.breadcrumb-item.active {
  color: #1F4E79;
}

.footer {
  background: #1F4E79;
  color: #ccc;
  display: flex;
  justify-content: center;
  font-size: 13px;
}
.footer a {
  transition: all 0.3s;
  color: #ddd;
  margin: 0 5px;
}
.footer a:hover {
  color: #ffaa00;
  letter-spacing: 1px;
}

.hamburger {
  display: none;
  cursor: pointer;
  margin: 0.25rem;
}

.hamburger .line {
  width: 25px;
  height: 2.5px;
  background: #ffc21d;
  border-radius: 25px;
  margin: 6px 0;
  transition: all 0.3s ease-in-out;
}

.hamburger.active .line:nth-child(1) {
  transform: translateY(11.2px) rotate(45deg);
}

.hamburger.active .line:nth-child(2) {
  opacity: 0;
}

.hamburger.active .line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.e-bulletin-hamburger {
  display: none;
  cursor: pointer;
}

.e-bulletin-hamburger .line {
  width: 25px;
  height: 2.5px;
  background: #ffc21d;
  border-radius: 25%;
  margin: 6px 0;
  transition: all 0.3s ease-in-out;
}

.e-bulletin-hamburger.active .line:nth-child(1) {
  transform: translateY(11.2px) rotate(45deg);
}

.e-bulletin-hamburger.active .line:nth-child(2) {
  opacity: 0;
}

.e-bulletin-hamburger.active .line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

@media (max-width: 1200px) {
  .hamburger {
    display: block;
  }
}
@media (max-width: 992px) {
  .e-bulletin-hamburger {
    display: block;
  }
}
.btn-style {
  color: #ffc21d;
  border: 3px solid #ffc21d;
  border-radius: 50px;
  padding: 0.6em 3em;
  font-weight: bolder;
}

.btn-style:hover {
  color: #fff;
  background-color: #ffc21d;
}

.btn-style:focus, .btn-style.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-login {
  color: #fff;
  background: #ffc21d;
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 0.6em 3em;
  font-weight: bolder;
  transition: all 0.3s ease-in-out;
}

.btn-login:hover {
  color: #ffc21d;
  background-color: #fff;
}

.btn-login:focus, .btn-login.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-content {
  color: #ccc;
  border: 1px solid #ccc;
  border-radius: 50px;
  padding: 0.4em 3em;
  font-weight: bolder;
}

.btn-content:hover {
  color: #fff;
  background-color: rgba(204, 204, 204, 0.6431372549);
  border: 1px solid #ccc;
}

.btn-content:focus, .btn-content.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.index-wrap {
  width: 100%;
}
.index-wrap .jumbotron-index-video {
  position: relative;
  width: 100%;
  display: block;
  vertical-align: middle;
}
.index-wrap .jumbotron-index-video .main {
  position: relative;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-wrap .jumbotron-index-video .main .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-wrap .slogan-box {
  position: absolute;
  height: 100%;
  top: 0;
  padding: 20px;
  width: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6039215686), rgba(0, 0, 0, 0));
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-wrap .slogan-box h2 {
  color: #ffffff;
  text-align: center;
  font-size: 4em;
  font-weight: bolder;
  line-height: 1.2;
  padding: 0 0 20px 0;
  text-shadow: 1px 4px 2px rgba(0, 0, 0, 0.2039215686);
}
.index-wrap .slogan-box p {
  color: #ffc21d;
  text-align: center;
  padding: 20px 0 30px 0;
  font-size: 2em;
  line-height: 1.3;
  font-weight: 400;
}
.index-wrap .index-content .bg-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  background: #203864;
}
.index-wrap .index-content .reverse-bg {
  background: #1F4E79;
}
.index-wrap .index-content img {
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
}
.index-wrap .index-content h3 {
  font-size: 30px;
  font-weight: bolder;
  color: #fff;
}
.index-wrap .index-content p {
  font-size: 20px;
  color: #ccc;
  line-height: 1.5;
  font-weight: 300;
}
.index-wrap .bg-purple {
  background: #493382;
}
.index-wrap .bg-purple h3 {
  font-weight: bolder;
  color: #ffffff;
  font-size: 30px;
}
.index-wrap .bg-purple label {
  font-size: 20px;
  font-weight: bolder;
  color: #ffffff;
  padding: 5px 0 15px 0;
}
.index-wrap .bg-purple h4 {
  font-weight: bolder;
  color: #ffffff;
  font-size: 20px;
}
.index-wrap .bg-purple p {
  font-size: 18px;
  color: #cccccc;
  line-height: 1.2;
}
.index-wrap .bg-purple a {
  color: #ccc;
  margin: 10px;
  display: inline-block;
}
.index-wrap .bg-purple a:hover {
  color: #ffc21d;
}
.index-wrap .bg-purple .form-control {
  display: block;
  width: 100%;
  padding: 1.3em 1em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: #5E42A6;
  background-clip: padding-box;
  border: 1px solid #aaa;
  border-radius: 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.index-wrap .bg-purple .custom-select {
  border-radius: 0.75rem;
  background-color: #5E42A6;
  color: #fff;
}
.index-wrap .bg-purple .contact-border {
  border-left: 1px solid #dee2e6;
}

@media (max-width: 992px) {
  .index-wrap .index-content h3 {
    font-size: 1.8em;
    font-weight: bolder;
    color: #fff;
  }
}
@media (max-width: 768px) {
  .index-wrap .jumbotron-index-video .slogan-box h3 {
    font-size: 3em;
  }
  .index-wrap .jumbotron-index-video .slogan-box p {
    font-size: 2em;
    font-weight: 500;
  }
  .index-wrap .bg-purple .contact-border {
    border-left: none;
    border-top: 1px solid rgba(222, 226, 230, 0.7333333333);
    width: 95%;
    margin: 2em 0 0 0;
  }
}
@media (max-width: 576px) {
  .index-wrap .jumbotron-index-video .slogan-box h2 {
    font-size: 2.7em;
  }
  .index-wrap .jumbotron-index-video .slogan-box p {
    font-size: 1.7em;
    font-weight: 500;
  }
  .index-wrap .index-content h3 {
    font-size: 28px;
    font-weight: bolder;
    color: #fff;
  }
  .index-wrap .bg-purple .contact-border {
    border-left: none;
    border-top: 1px solid rgba(222, 226, 230, 0.7333333333);
    width: 95%;
    margin: 2em 0 0 0;
  }
}
.jumbotron-service {
  background: linear-gradient(rgba(0, 0, 0, 0.4039215686), rgba(0, 0, 0, 0.0823529412), rgba(0, 0, 0, 0.1019607843), rgba(0, 0, 0, 0.062745098), rgba(255, 255, 255, 0)), url("../image/advisory-img/bg-service1.jpg") no-repeat center center/cover fixed;
  border-radius: 0px;
  margin: 0;
  padding: 0;
}
.jumbotron-service h2 {
  font-size: 3em;
  color: #ffffff;
  font-weight: bolder;
  padding: 5em 0 1em 0;
  text-shadow: 1px 4px 2px rgba(0, 0, 0, 0.368627451);
}
.jumbotron-service h2:before {
  content: "";
  border-left: 6px solid #ccc;
  font-size: 0.9em;
  padding-left: 10px;
}

@media (max-width: 576px) {
  .jumbotron-service {
    background: linear-gradient(rgba(0, 0, 0, 0.5882352941), rgba(0, 0, 0, 0.5019607843), rgba(255, 255, 255, 0.1843137255)), url("../image/index-img/management-consultant2.jpg") no-repeat center center/cover scroll;
  }
  .jumbotron-service h2 {
    font-size: 2.5em;
  }
  .jumbotron-service h2:before {
    display: none;
  }
}
.bg-service {
  background: linear-gradient(rgba(2, 73, 117, 0.8705882353), rgba(2, 73, 117, 0.9254901961)), url("../image/index-img/bg-img.jpg") no-repeat center center/cover fixed;
  margin: 0;
  padding: 0;
}
.bg-service h3 {
  color: #fff;
  text-align: center;
  font-size: 50px;
  line-height: 1.2;
}
.bg-service .item {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4862745098);
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: url("../image/advisory-img/product.jpg") no-repeat center center/cover scroll;
}
.bg-service .item .item-text {
  color: #ffffff;
  padding: 20px 15px 30px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bg-service .item .item-text h4 {
  font-size: 28px;
  font-weight: bolder;
  text-align: center;
  position: relative;
  color: #ffc21d;
}
.bg-service .item .item-text h4::before {
  content: "";
  position: absolute;
  bottom: -20px;
  height: 0.5px;
  width: 80%;
  margin: 0 10%;
  background: #ffaa00;
}
.bg-service .item .item-text p {
  font-size: 22px;
  line-height: 1.3;
  font-weight: lighter;
  padding: 10px;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
}
.bg-service .item .item-text ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin: 0 auto;
}
.bg-service .item .item-text li {
  font-size: 20px;
  font-weight: lighter;
  line-height: 1.5;
}

.bg-advisory {
  background: url("../image/website-img/bg.jpg") no-repeat center center/cover fixed;
}
.bg-advisory p {
  font-size: 25px;
  color: #054a7f;
  line-height: 1.3;
  font-weight: 400;
}
.bg-advisory h3 {
  font-size: 35px;
  color: #666;
  line-height: 1.3;
  font-weight: bolder;
}
.bg-advisory h3 .three-month {
  font-size: 50px;
}

.advisory-content .text-box {
  background: #002c4b;
  position: relative;
  z-index: 2;
  padding-bottom: 30px;
}
.advisory-content .pic-bg-r, .advisory-content .pic-bg-l {
  position: absolute;
  z-index: 1;
  width: 130%;
  height: 100%;
  top: 80px;
  background: #ffc21d;
}
.advisory-content .pic-bg-r {
  right: -80px;
}
.advisory-content .pic-bg-l {
  left: -80px;
}
.advisory-content h3 {
  font-size: 25px;
  line-height: 1.3;
  font-weight: bolder;
  display: block;
  color: #ffc21d;
  padding: 30px 0;
}
.advisory-content .tree-month-1:before, .advisory-content .tree-month-2:before, .advisory-content .tree-month-3:before, .advisory-content .tree-month-4:before {
  position: absolute;
  top: -6rem;
  font-size: 7em;
  color: #ffc21d;
}
.advisory-content .tree-month-2, .advisory-content .tree-month-4 {
  text-align: right;
}
.advisory-content .tree-month-1:before {
  right: 1rem;
  content: "1";
}
.advisory-content .tree-month-2:before {
  left: 1rem;
  content: "2";
}
.advisory-content .tree-month-3:before {
  right: 1rem;
  content: "3";
}
.advisory-content .tree-month-4:before {
  left: 1rem;
  content: "4";
}
.advisory-content h4 {
  color: #ffffff;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.2;
}
.advisory-content h4::before {
  content: "";
  padding: 0 1.5px;
  height: 55px;
  background: #ccc;
  position: absolute;
  left: 0.5rem;
}
.advisory-content p {
  font-size: 22px;
  line-height: 1.5;
  color: #fff;
  font-weight: 300;
}
.advisory-content .mb-10em {
  margin-bottom: 10em;
}
.advisory-content .mb-10em > .col-md-5 {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.advisory-content .pic-img {
  position: relative;
  width: 100%;
  height: 100%;
  top: 40px;
  z-index: 2;
}

.group {
  background: url("../image/website-img/bg.jpg") no-repeat center center/cover fixed;
}
.group h3 {
  background: linear-gradient(rgba(2, 73, 117, 0.8705882353), rgba(2, 73, 117, 0.9254901961)), url("../image/index-img/bg-img.jpg") no-repeat center center/cover scroll;
  color: #ffc21d;
  font-size: 40px;
  text-align: center;
  font-weight: bolder;
  padding: 20px;
  letter-spacing: 5px;
}
.group h4 {
  color: #666666;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  padding: 20px 20px 10px 20px;
  display: inline-block;
  border-bottom: 2px solid #999;
}
.group .item-text {
  position: relative;
  z-index: 2;
}
.group .item-text .h5-title-l, .group .item-text .h5-title-r {
  position: absolute;
  bottom: 8em;
  color: #054a7f;
  font-size: 40px;
  font-weight: bolder;
  padding: 20px 0;
}
.group .item-text .h5-title-l {
  left: 20%;
}
.group .item-text .h5-title-r {
  right: 25%;
}
.group .item-text .bg-style {
  background: linear-gradient(rgba(0, 75, 133, 0.7803921569), rgba(0, 75, 133, 0)), url("../image/advisory-img/product.jpg") no-repeat center center/cover fixed;
  height: 280px;
  width: 100%;
  position: absolute;
  z-index: 0;
  right: 0;
  left: 0;
}
.group .item-text p {
  color: #ffffff;
  font-size: 35px;
  line-height: 1.3;
  display: inline-block;
}
.group .item-text span {
  font-size: 24px;
  color: #ffffff;
  font-weight: 300;
  line-height: 1.3;
  padding: 5px 0;
  display: inline-block;
}
.group .item-text .p-content {
  padding: 10px 0 30px 0;
  font-size: 30px;
  color: #ffc21d;
  line-height: 1.3;
}

@media (max-width: 1200px) {
  .bg-service h3 {
    font-size: 40px;
  }

  .advisory-content .text-box {
    background: #002c4b;
    position: relative;
    z-index: 2;
    padding-bottom: 30px;
  }
  .advisory-content .pic-bg-r, .advisory-content .pic-bg-l {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 80px;
    background: #ffc21d;
  }
  .advisory-content .pic-bg-r {
    right: 50%;
  }
  .advisory-content .pic-bg-l {
    left: 50%;
  }

  .group {
    background: url("../image/website-img/bg.jpg") repeat center center/contain scroll;
  }
  .group h3 {
    font-size: 30px;
  }
  .group h4 {
    font-size: 25px;
    line-height: 1.2;
    padding: 20px 10px 10px 10px;
  }
  .group .item-text .h5-title-l, .group .item-text .h5-title-r {
    position: absolute;
    bottom: 6em;
    color: #054a7f;
    font-size: 40px;
    font-weight: bolder;
    padding: 20px 0;
  }
  .group .item-text .h5-title-l {
    left: 16%;
  }
  .group .item-text .h5-title-r {
    right: 16%;
  }
  .group .item-text p {
    font-size: 30px;
    text-align: center;
    display: block;
  }
  .group .item-text .bg-style {
    background: linear-gradient(rgba(0, 75, 133, 0.7803921569), rgba(0, 75, 133, 0)), url("../image/advisory-img/product.jpg") no-repeat center center/cover scroll;
    height: 220px;
  }
  .group .item-text span {
    font-size: 18px;
    padding: 2px 0;
    text-align: center;
    display: block;
  }
  .group .item-text .p-content {
    padding: 10px 0;
    font-size: 24px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .bg-service h3 {
    font-size: 30px;
  }

  .advisory-content .mb-10em {
    margin-bottom: 3em;
  }
  .advisory-content .pic-bg-r {
    width: 100%;
    right: 0px;
  }
  .advisory-content .pic-bg-l {
    width: 100%;
    left: 0px;
  }
  .advisory-content .pic-img {
    top: 0px;
  }
  .advisory-content .text-box {
    height: 100%;
  }

  .group .item-text .h5-title-l, .group .item-text .h5-title-r {
    position: static;
  }
  .group .item-text .bg-style {
    background: linear-gradient(rgba(0, 75, 133, 0.7803921569), rgba(0, 75, 133, 0)), url("../image/advisory-img/product.jpg") no-repeat center center/cover scroll;
    height: 250px;
  }
  .group .item-text p {
    font-size: 30px;
    text-align: center;
    display: block;
  }
  .group .item-text span {
    font-size: 18px;
    padding: 2px 0;
    text-align: center;
    display: block;
  }
  .group .item-text .p-content {
    padding: 10px 0;
    font-size: 24px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .bg-service {
    background: linear-gradient(rgba(2, 73, 117, 0.8705882353), rgba(2, 73, 117, 0.9254901961)), url("../image/index-img/bg-img.jpg") no-repeat center center/cover scroll;
  }
  .bg-service h3 {
    font-size: 20px;
    line-height: 1.3;
  }

  .bg-advisory {
    background: url("../image/website-img/bg.jpg") repeat center center/contain scroll;
  }
  .bg-advisory p {
    font-size: 20px;
  }
  .bg-advisory p br {
    display: none;
  }
  .bg-advisory h3 {
    font-size: 25px;
  }

  .advisory-content h3 {
    font-size: 18px;
    padding: 20px 0;
  }
  .advisory-content .tree-month-1:before, .advisory-content .tree-month-2:before, .advisory-content .tree-month-3:before, .advisory-content .tree-month-4:before {
    position: absolute;
    top: -8rem;
  }
  .advisory-content .tree-month-1, .advisory-content .tree-month-3, .advisory-content .tree-month-2, .advisory-content .tree-month-4 {
    text-align: center;
  }
  .advisory-content .tree-month-2:before {
    content: "2";
  }
  .advisory-content .tree-month-4:before {
    content: "4";
  }
  .advisory-content h4 {
    font-size: 17px;
  }
  .advisory-content p {
    font-size: 17px;
  }

  .group {
    background: url("../image/website-img/bg.jpg") repeat center center/contain scroll;
  }
  .group h3 {
    font-size: 30px;
  }
  .group h4 {
    font-size: 25px;
    line-height: 1.2;
    padding: 20px 10px 10px 10px;
  }
  .group .item-text {
    position: relative;
    z-index: 2;
  }
  .group .item-text .h5-title-l, .group .item-text .h5-title-r {
    position: static;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .group .item-text .bg-style {
    background: linear-gradient(rgba(0, 75, 133, 0.7803921569), rgba(0, 75, 133, 0)), url("../image/advisory-img/product.jpg") no-repeat center center/cover scroll;
    height: 250px;
  }
}
.bg-website {
  background: url("../image/website-img/bg.jpg") no-repeat center center/cover fixed;
}
.bg-website .website-top h3 {
  font-size: 60px;
  color: #226fb2;
  text-align: center;
  line-height: 1.3;
  font-weight: 400;
}
.bg-website .website-top span {
  color: #ffc21d;
}
.bg-website .website-top p {
  font-size: 35px;
  color: #226fb2;
  text-align: center;
  line-height: 1.3;
  font-weight: 400;
}
.bg-website .website-center .item, .bg-website .website-center .item2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 40px;
}
.bg-website .website-center .item {
  background: #ecf3f9;
}
.bg-website .website-center .item2 {
  background: #ccdff0;
}
.bg-website .website-center img {
  width: 200px;
}
.bg-website .website-center h4 {
  color: #0f4c81;
  font-size: 25px;
  font-weight: 500;
  padding: 20px 0;
}
.bg-website .website-center p {
  color: #555;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}
.bg-website .website-bottom h5 {
  color: #226fb2;
  text-align: center;
  font-size: 50px;
  font-weight: 400;
  padding: 30px;
}
.bg-website .website-bottom h5::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 200px;
  height: 1px;
  right: 45%;
  background: #999;
}
.bg-website .website-bottom .item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  background: #226fb3;
  color: #ddd;
  padding: 20px;
}
.bg-website .website-bottom .item:hover {
  color: #226fb3;
  background: #ffffff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.bg-website .website-bottom .item:hover span {
  color: #226fb3;
  border: 1px solid #226fb3;
}
.bg-website .website-bottom .item span {
  color: #dddddd;
  border: 1px solid #dddddd;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg-website .website-bottom .item p {
  padding: 20px;
  font-size: 25px;
}

@media (max-width: 992px) {
  .bg-website .website-top h3 {
    font-size: 40px;
  }
  .bg-website .website-top p {
    font-size: 26px;
  }
  .bg-website .website-center img {
    width: 180px;
  }
  .bg-website .website-center h4 {
    color: #0f4c81;
    font-size: 30px;
    font-weight: 500;
    padding: 20px 0;
  }
  .bg-website .website-center p {
    font-size: 25px;
  }
  .bg-website .website-bottom h5 {
    font-size: 40px;
  }
  .bg-website .website-bottom h5::before {
    content: "";
    right: 35%;
  }
}
@media (max-width: 576px) {
  .bg-website {
    background: url("../image/website-img/bg.jpg") repeat center center/contain scroll;
  }
  .bg-website .website-top h3 {
    font-size: 28px;
  }
  .bg-website .website-top p {
    font-size: 25px;
  }
  .bg-website .website-center h4 {
    font-size: 20px;
  }
  .bg-website .website-center p {
    font-size: 18px;
  }
  .bg-website .website-bottom h5 {
    font-size: 25px;
  }
  .bg-website .website-bottom h5::before {
    display: none;
  }
}
.jumbotron-data {
  background: linear-gradient(rgba(0, 0, 0, 0.5882352941), rgba(0, 0, 0, 0.3294117647), rgba(255, 255, 255, 0.1843137255)), url("../image/index-img/index-bg.jpg") no-repeat center center/cover fixed;
  border-radius: 0px;
  margin: 0;
  padding: 0;
}
.jumbotron-data h2 {
  font-size: 3em;
  color: #ffffff;
  font-weight: bolder;
  padding: 5em 0 1em 0;
  text-shadow: 1px 4px 2px rgba(0, 0, 0, 0.368627451);
}
.jumbotron-data h2:before {
  content: "";
  border-left: 6px solid #ccc;
  font-size: 0.9em;
  padding-left: 10px;
}

.bg-data {
  background: url("../image/website-img/bg.jpg") no-repeat center center/cover fixed;
}
.bg-data .data-top .item, .bg-data .data-top .item2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 20px;
  transform: translateY(5px);
}
.bg-data .data-top .item:hover, .bg-data .data-top .item2:hover {
  transform: translateY(0px);
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.301);
}
.bg-data .data-top .item {
  background: #0f4c82;
}
.bg-data .data-top .item2 {
  background: #226fb3;
}
.bg-data .data-top h4 {
  font-size: 25px;
  color: #666;
  text-align: center;
  padding: 20px 0;
}
.bg-data .data-center {
  position: relative;
}
.bg-data .data-center .item {
  background: #0f4c82;
}
.bg-data .data-center .item2 {
  background: #226fb3;
}
.bg-data .data-center .item, .bg-data .data-center .item2 {
  padding: 60px;
}
.bg-data .data-center .item h3, .bg-data .data-center .item2 h3 {
  font-size: 30px;
  color: #ffc21d;
  padding: 20px 0;
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
}
.bg-data .data-center .item h3::before, .bg-data .data-center .item2 h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 60px;
  height: 1px;
  background: #ffc21d;
}
.bg-data .data-center .item p, .bg-data .data-center .item2 p {
  font-size: 20px;
  color: #ffffff;
  line-height: 1.3;
  padding: 20px 0;
  font-weight: 300;
}
.bg-data .data-center .item li, .bg-data .data-center .item2 li {
  font-size: 20px;
  color: #fff;
  line-height: 1.3;
  font-weight: 400;
  padding: 5px;
}
.bg-data .data-center .position-img-r, .bg-data .data-center .position-img-l {
  filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.15));
  position: absolute;
  top: 5rem;
  z-index: 1;
}
.bg-data .data-center .position-img-r {
  left: -2rem;
}
.bg-data .data-center .position-img-l {
  right: -2rem;
}

.bg-data-bottom {
  background: linear-gradient(45deg, #13548c 50%, transparent 50%), linear-gradient(90deg, #0f4c82 100%, transparent 50%);
}
.bg-data-bottom h3 {
  font-size: 40px;
  color: #ffffff;
  padding: 20px 0;
  text-align: center;
  line-height: 1.3;
}
.bg-data-bottom .btn-data {
  padding: 20px;
  font-size: 20px;
  color: #226fb2;
  background: #ddd;
  border-radius: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.bg-data-bottom .btn-data:hover {
  background: #eee;
}

@media (max-width: 1200px) {
  .bg-data {
    background: url("../image/website-img/bg.jpg") repeat center center/contain scroll;
  }
  .bg-data .data-top h4 {
    font-size: 20px;
    color: #666;
    text-align: center;
    padding: 20px 0;
  }
  .bg-data .data-top p {
    font-size: 22px;
    line-height: 1.3;
    color: #666;
  }
  .bg-data .data-center .item, .bg-data .data-center .item2 {
    padding: 30px;
  }
  .bg-data .data-center .item h3, .bg-data .data-center .item2 h3 {
    font-size: 30px;
  }
  .bg-data .data-center .item p, .bg-data .data-center .item2 p {
    font-size: 22px;
    line-height: 1.5;
  }
  .bg-data .data-center .item li, .bg-data .data-center .item2 li {
    font-size: 20px;
  }
  .bg-data .data-center .item img, .bg-data .data-center .item2 img {
    width: 80%;
  }
  .bg-data .data-center .position-img-r {
    left: -1rem;
  }
  .bg-data .data-center .position-img-l {
    right: -1rem;
  }

  .bg-data-bottom h3 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .bg-data .data-top p {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .jumbotron-data {
    background: linear-gradient(rgba(0, 0, 0, 0.5882352941), rgba(0, 0, 0, 0.5019607843), rgba(255, 255, 255, 0.1843137255)), url("../image/index-img/index-bg.jpg") no-repeat center center/cover scroll;
  }
  .jumbotron-data h2 {
    font-size: 2.5em;
  }
  .jumbotron-data h2:before {
    display: none;
  }

  .bg-data .data-top p {
    font-size: 18px;
  }
  .bg-data .data-center .item, .bg-data .data-center .item2 {
    padding: 20px;
  }
  .bg-data .data-center .item p, .bg-data .data-center .item2 p {
    font-size: 20px;
  }
  .bg-data .data-center .item li, .bg-data .data-center .item2 li {
    font-size: 18px;
  }
  .bg-data .data-center .position-img-r, .bg-data .data-center .position-img-l {
    filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.15));
    position: static;
  }

  .bg-data-bottom {
    background: linear-gradient(45deg, #13548c 50%, transparent 50%), linear-gradient(90deg, #0f4c82 100%, transparent 50%);
  }
  .bg-data-bottom h3 {
    font-size: 26px;
  }
}
.login .bg-color {
  background: linear-gradient(rgba(32, 56, 100, 0.5647058824), rgba(32, 56, 100, 0.5647058824)), url("../image/index-img/bg-img.jpg") no-repeat center center/cover fixed;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login form {
  background: #fff;
}
.login form h3 {
  text-align: center;
  font-size: 30px;
}
.login form h4 {
  padding: 1em 0;
  text-align: center;
  font-size: 20px;
}
.login .card {
  background: rgba(240, 240, 240, 0.8470588235);
}

.classification-box .classification-title {
  text-align: center;
  font-size: 30px;
  background: rgba(240, 240, 240, 0.9098039216);
  border-radius: 3px;
  padding: 0.5em;
  color: #666;
  margin-bottom: 15px;
}
.classification-box .bg-color {
  background: linear-gradient(rgba(32, 56, 100, 0.5647058824), rgba(32, 56, 100, 0.5647058824)), url("../image/index-img/bg-img.jpg") no-repeat center center/cover fixed;
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
.classification-box .classification {
  display: block;
  border-radius: 3px;
  background: rgba(240, 240, 240, 0.9098039216);
  text-align: center;
  padding: 130px 0;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
  box-shadow: 1px 1px 5px #666;
}
.classification-box .classification .classification-content {
  padding: 15px;
  margin: 10px 25px 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  text-align: left;
  line-height: 1.2;
  background: #888;
  border-radius: 3px;
}
.classification-box .classification:hover .classification-content {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.classification-box .classification:hover {
  padding: 65px 0 195px;
}
.classification-box .classification h3 {
  font-size: 25px;
  font-weight: bolder;
  color: #666;
}
.classification-box .classification h4 {
  font-size: 28px;
  font-weight: bolder;
  color: #ffc21d;
}

@media (max-width: 992px) {
  .classification-box .bg-color {
    height: inherit;
  }
}
@media (max-width: 576px) {
  .classification-box .classification {
    padding: 65px 0 195px;
  }
  .classification-box .classification .classification-content {
    bottom: 0;
    opacity: 1;
    visibility: visible;
  }
}
.matching-work .bg-color, .matching-talent .bg-color {
  background: linear-gradient(rgba(32, 56, 100, 0.5647058824), rgba(32, 56, 100, 0.5647058824)), url("../image/index-img/bg-img.jpg") no-repeat center center/cover fixed;
}
.matching-work .bg-color h2, .matching-talent .bg-color h2 {
  color: #666;
  font-size: 30px;
  text-align: center;
  padding: 1em 0;
}
.matching-work .bg-color h4, .matching-talent .bg-color h4 {
  font-weight: bolder;
  color: #666;
  padding: 3px 0;
  font-size: 18px;
  border-left: 2px solid #ddd;
  padding-left: 5px;
}
.matching-work .bg-color .b-match-p, .matching-work .bg-color .b-match-link, .matching-talent .bg-color .b-match-p, .matching-talent .bg-color .b-match-link {
  color: #888;
  line-height: 1.5;
  padding: 5px 0 0 10px;
}
.matching-work .bg-color .b-match-link, .matching-talent .bg-color .b-match-link {
  color: #1769b1;
}
.matching-work .bg-color .b-match-link:hover, .matching-talent .bg-color .b-match-link:hover {
  color: #ffc21d;
}
.matching-work .bg-color .btn-link, .matching-talent .bg-color .btn-link {
  font-weight: bolder;
  color: #fff;
  text-decoration: none;
}
.matching-work .bg-color .btn-link:hover, .matching-talent .bg-color .btn-link:hover {
  color: #fff;
  background: #ccc;
}
.matching-work .bg-color .page-link, .matching-talent .bg-color .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #666;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.matching-work .bg-color .page-link:hover, .matching-talent .bg-color .page-link:hover {
  z-index: 2;
  color: #bbb;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.matching-work .bg-color .page-item.active .page-link, .matching-talent .bg-color .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #888;
  border-color: #fff;
}

.bg-purple {
  background: #493382;
}
.bg-purple h3 {
  font-weight: bolder;
  color: #ffffff;
  font-size: 30px;
}
.bg-purple label {
  font-size: 20px;
  font-weight: bolder;
  color: #ffffff;
  padding: 5px 0 15px 0;
}
.bg-purple h4 {
  font-weight: bolder;
  color: #ffffff;
  font-size: 20px;
}
.bg-purple p {
  font-size: 18px;
  color: #cccccc;
  line-height: 1.2;
}
.bg-purple a {
  color: #ccc;
  margin: 10px;
  display: inline-block;
}
.bg-purple a:hover {
  color: #ffc21d;
}
.bg-purple .form-control {
  display: block;
  width: 100%;
  padding: 1.3em 1em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: #5E42A6;
  background-clip: padding-box;
  border: 1px solid #aaa;
  border-radius: 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.bg-purple .contact-border {
  border-left: 1px solid #dee2e6;
}
.bg-purple .custom-select {
  border-radius: 0.75rem;
  background-color: #5E42A6;
  color: #fff;
}
.bg-purple input::placeholder, .bg-purple textarea::placeholder {
  font-size: 18px;
  color: #eee;
  font-weight: lighter;
}

.data-contact label {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  padding: 5px 0 15px 0;
}
.data-contact .form-control {
  display: block;
  width: 100%;
  padding: 1.3em 1em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0f4c82;
  background-color: #ececec;
  background-clip: padding-box;
  border: 1px solid #aaa;
  border-radius: 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.data-contact .contact-border {
  border-left: 1px solid #dee2e6;
}
.data-contact .custom-select {
  border-radius: 0.75rem;
  background-color: #5E42A6;
  color: #fff;
}
.data-contact input::placeholder, .data-contact textarea::placeholder {
  font-size: 16px;
  color: #aaa;
  font-weight: 300;
}
.data-contact span {
  display: block;
  color: #ffc21d;
  padding: 10px 10px 0 10px;
  letter-spacing: 1px;
}

.jumbotron-video {
  position: relative;
  width: 100%;
}
.jumbotron-video .main {
  position: relative;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  min-height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jumbotron-video .main .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jumbotron-video .data-box {
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  background: linear-gradient(to right, #00346b, rgba(11, 56, 98, 0.5254901961), rgba(11, 56, 98, 0));
  display: flex;
  align-items: center;
  justify-content: start;
}
.jumbotron-video .data-box h2 {
  font-size: 3em;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.2;
}
.jumbotron-video .data-box h2 span {
  color: #ffc21d;
}
.jumbotron-video .data-box p {
  font-size: 22px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.3;
  padding: 30px 0;
}
.jumbotron-video .website-box {
  background: linear-gradient(to right, #00346b, rgba(11, 56, 98, 0.8470588235), rgba(11, 56, 98, 0));
}
.jumbotron-video .avisory-box {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5882352941), rgba(0, 0, 0, 0.3294117647), rgba(255, 255, 255, 0.1843137255));
}
.jumbotron-video .website-box, .jumbotron-video .avisory-box {
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.jumbotron-video .website-box h2, .jumbotron-video .avisory-box h2 {
  font-size: 3em;
  color: #ffffff;
  font-weight: bolder;
  padding: 5em 0 0.5em 0;
}
.jumbotron-video .website-box h2:before, .jumbotron-video .avisory-box h2:before {
  content: "";
  border-left: 6px solid #ccc;
  font-size: 0.9em;
  padding-left: 10px;
}

@media (max-width: 1200px) {
  .jumbotron-video .data-box {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }
  .jumbotron-video .data-box h2 {
    font-size: 2.5em;
  }
  .jumbotron-video .data-box p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .jumbotron-video .data-box {
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
    padding: 20px;
    width: 100%;
    background: linear-gradient(to right, #00346b, rgba(11, 56, 98, 0.8470588235), rgba(11, 56, 98, 0));
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }
  .jumbotron-video .data-box h2 {
    font-size: 2.5em;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.3;
  }
  .jumbotron-video .data-box h2 span {
    color: #ffc21d;
  }
  .jumbotron-video .data-box p {
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.3;
    padding: 10px 0;
  }
}
@media (max-width: 576px) {
  .jumbotron-video .data-box h2 {
    font-size: 1.6em;
  }
  .jumbotron-video .data-box h4 {
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.3;
    padding: 30px 0;
  }
  .jumbotron-video .website-box h2, .jumbotron-video .avisory-box h2 {
    font-size: 2em;
  }
}
.activity-record {
  background: linear-gradient(rgba(0, 0, 0, 0.5882352941), rgba(0, 0, 0, 0.3294117647), rgba(255, 255, 255, 0.1843137255)), url("../image/index-img/index-bg.jpg") no-repeat center center/cover fixed;
  border-radius: 0px;
  margin: 0;
  padding: 0;
}
.activity-record h2 {
  font-size: 3em;
  color: #ffffff;
  font-weight: bolder;
  padding: 5em 0 1em 0;
  text-shadow: 1px 4px 2px rgba(0, 0, 0, 0.368627451);
}
.activity-record h2:before {
  content: "";
  border-left: 6px solid #ccc;
  font-size: 0.9em;
  padding-left: 10px;
}

#e-bulletin {
  background: #fff, url("../image/website-img/bg.jpg") no-repeat center center/cover fixed;
}
#e-bulletin h2 {
  color: #054a7f;
  font-size: 30px;
  font-weight: 600;
}
#e-bulletin .more {
  font-size: 14px;
  color: #1F4E79;
}
#e-bulletin .more:hover {
  color: #ffaa00;
  letter-spacing: 1px;
}
#e-bulletin .course-text-items {
  background: #f8f8f8;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: center;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  height: 100%;
}
#e-bulletin .course-text-items span {
  color: #888;
}
#e-bulletin .course-text-items .course-link {
  text-align: center;
  width: 100%;
  padding: 10px 0;
  font-size: 20px;
  color: #ddd;
  background: #226fb2;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
#e-bulletin .course-text-items .course-link:hover {
  background: #2f8bdb;
  letter-spacing: 1px;
}
#e-bulletin .course-text-items .text-items {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px 15px;
}
#e-bulletin .course-text-items .text-items h3 {
  font-size: 20px;
  color: #054a7f;
  font-weight: 400;
  line-height: 1.2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
#e-bulletin .course-text-items .text-items h4 {
  color: #000;
  font-size: 25px;
}
#e-bulletin .course-text-items .text-items .p-course {
  font-size: 18px;
  color: #888;
  line-height: 1.3;
  font-weight: 300;
  letter-spacing: 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  white-space: normal;
}
#e-bulletin .bg-text-items {
  background: #fff;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: center;
  transform: translateY(0);
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
#e-bulletin .bg-text-items:hover {
  transform: translateY(-10px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.253);
}
#e-bulletin .bg-text-items span {
  color: #888;
}
#e-bulletin .bg-text-items .text-items {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px 15px;
}
#e-bulletin .bg-text-items .text-items h3 {
  font-size: 22.5px;
  color: #054a7f;
  font-weight: 400;
  line-height: 1.2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
#e-bulletin .bg-text-items .text-items h4 {
  color: #000;
  font-size: 25px;
}
#e-bulletin .bg-text-items .text-items p {
  font-size: 18px;
  color: #888;
  line-height: 1.3;
  font-weight: 300;
  letter-spacing: 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
#e-bulletin .border-bottom-line {
  border-bottom: 1px solid #dee2e6;
}
#e-bulletin .border-right-line {
  border-right: 1px solid #dee2e6;
}
#e-bulletin .bg-color {
  background: #ffaa00;
  position: absolute;
  width: 80%;
  height: 100px;
  bottom: 0;
  right: 10%;
  left: 10%;
}
#e-bulletin li {
  color: #054a7f;
}
#e-bulletin .h3-title {
  color: #ffaa00;
  font-size: 20px;
}

#e-bulletin-centent h2 {
  font-size: 40px;
  color: #054a7f;
  font-weight: 500;
  line-height: 1.2;
}
#e-bulletin-centent h3 {
  color: #054a7f;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
#e-bulletin-centent .span-title {
  font-size: 25px;
  padding-bottom: 5px;
  border-bottom: 3px solid #ffaa00;
}
#e-bulletin-centent .span-icon {
  color: #ffc21d;
}
#e-bulletin-centent #e-bulletin-article p {
  font-size: 20px;
  color: #888888;
  line-height: 1.5;
  font-weight: 300;
  text-align: justify;
}
#e-bulletin-centent #e-bulletin-article .bg-eee {
  background: #eee;
}
#e-bulletin-centent #e-bulletin-article .bg-eee h5 {
  color: #054a7f;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
}
#e-bulletin-centent #e-bulletin-article .bg-eee h5 span {
  color: #ffc21d;
}
#e-bulletin-centent #e-bulletin-article .bg-eee h3 {
  color: #054a7f;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
#e-bulletin-centent #e-bulletin-article .bg-eee p {
  color: #666 !important;
  text-align: justify;
}
#e-bulletin-centent #e-bulletin-article h4 {
  font-size: 25px;
  color: #fff;
  font-weight: 600;
}
#e-bulletin-centent #e-bulletin-article .award-table {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #dee2e6;
}
#e-bulletin-centent #e-bulletin-article .award-table p {
  font-size: 16px;
  color: #888888;
  line-height: 1.3;
  padding: 10px 0;
  text-align: center;
  font-weight: 300;
}
#e-bulletin-centent #e-bulletin-article .bg-title {
  background: #054a7f;
}
#e-bulletin-centent #e-bulletin-article .bg-title-six {
  background: #f3e05d;
}
#e-bulletin-centent #e-bulletin-article .bg-p {
  background: #eee;
}
#e-bulletin-centent #e-bulletin-article li {
  color: #888;
}
#e-bulletin-centent #e-bulletin-article li a {
  color: #888888;
}
#e-bulletin-centent #e-bulletin-article li a:hover {
  letter-spacing: 1px;
  color: #ffc21d;
}
#e-bulletin-centent #e-bulletin-article .explanation {
  font-size: 14px;
  color: #888888;
  line-height: 1.5;
  padding: 10px;
  font-weight: 300;
}
#e-bulletin-centent .download {
  background: #eee;
  padding: 30px 20px;
  line-height: 1.3;
}
#e-bulletin-centent .download h3 {
  font-size: 25px;
  color: #054a7f;
  padding-bottom: 20px;
  line-height: 1.3;
}
#e-bulletin-centent .download a {
  padding: 20px;
  font-size: 20px;
  color: #ddd;
  background: #226fb2;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
#e-bulletin-centent .download a:hover {
  background: #2f8bdb;
  letter-spacing: 1px;
}
#e-bulletin-centent .border-bottom-line {
  border-bottom: 1px solid #dee2e6;
}
#e-bulletin-centent .border-right-line {
  border-right: 1px solid #dee2e6;
}
#e-bulletin-centent .btn-apply {
  font-weight: bolder;
  font-size: 20px;
  letter-spacing: 2px;
  color: #054a7f;
  border-bottom: 2px solid #ffc21d;
  padding: 10px 10px 10px 0;
  margin: 5px 0;
  display: inline-block;
}
#e-bulletin-centent .btn-apply:hover span {
  color: #ffc21d;
}
#e-bulletin-centent .btn-apply:hover {
  letter-spacing: 4px;
  border-bottom: 2px solid #052a47;
}
#e-bulletin-centent .btn-login-error {
  font-weight: bolder;
  font-size: 20px;
  letter-spacing: 2px;
  color: #054a7f;
  display: inline-block;
  padding: 0 5px 5px;
  border-bottom: 2px solid #ffc21d;
}
#e-bulletin-centent .btn-login-error:hover {
  background: #ffd76a;
  border-bottom: 2px solid #054a7f;
}
#e-bulletin-centent .qa-menu {
  width: 100%;
}
#e-bulletin-centent .qa-menu a {
  font-size: 18px;
  display: inline-block;
  padding-bottom: 10px;
  transition: all 0.2s;
  color: #054a7f;
}
#e-bulletin-centent .qa-menu a:hover {
  color: #ffc21d;
}
#e-bulletin-centent .qa-menu a:hover .qa-top {
  transform: translateY(-5px);
}
#e-bulletin-centent .qa-menu .qa-menu-click {
  font-size: 16px;
  text-decoration: underline;
  letter-spacing: 1px;
  color: #054a7f;
}
#e-bulletin-centent .qa-menu .qa-top {
  transform: translateY(0);
  display: inline-block;
  transition: all 0.2s;
}
#e-bulletin-centent .accordion .card {
  border: none;
  border-bottom: 1px solid #cacaca;
  padding: 0;
  margin: 0;
}
#e-bulletin-centent .accordion .card .card-header {
  padding: 0;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s;
}
#e-bulletin-centent .accordion .card .card-header:hover {
  background: #f0f0f0;
}
#e-bulletin-centent .accordion .card .card-body {
  letter-spacing: 1px;
  line-height: 1.2;
  font-size: 18px;
  padding: 15px;
  color: #888;
  background: #f5f5f5;
}
#e-bulletin-centent .accordion .card .card-body a {
  display: inline-block;
  color: #fff;
  background: #054a7f;
  margin-top: 10px;
  padding: 10px;
  font-size: 16px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
#e-bulletin-centent .accordion .card .card-body a:hover {
  background: #ffc21d;
}
#e-bulletin-centent .accordion h2 {
  font-size: 18px;
  display: block;
  padding: 20px 5px;
  position: relative;
}
#e-bulletin-centent .accordion h2::before {
  content: "";
  background: rgba(0, 0, 0, 0) url("../image/e-bulletin-img/data-system/q&a/arrow-button.png") no-repeat center center/cover;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

#list-group-id .list-group-box {
  position: sticky;
  top: 5.5em;
}
#list-group-id .list-group-box h3 {
  color: #054a7f;
  font-size: 20px;
  font-weight: 500;
}
#list-group-id .list-group-box .list-items {
  color: #054a7f;
  display: block;
  padding: 0.75rem 0.5rem;
  margin-bottom: 1px;
  transition: all 0.3s ease-in-out;
  transform: translateY(0);
}
#list-group-id .list-group-box .list-items:hover {
  background: #eee;
  transform: translateY(-5px);
}
#list-group-id .list-group-box .list-items-active {
  background: #eee;
  transform: translateY(-5px);
}
#list-group-id .list-group-box .list-group-content a {
  display: block;
  color: #888;
  line-height: 1.2;
  padding: 10px 1rem;
}
#list-group-id .list-group-box .list-group-content a:hover {
  color: #ffc21d;
  letter-spacing: 1px;
}
#list-group-id .list-group-box .list-group-content .active {
  color: #ffc21d;
  letter-spacing: 1px;
}
#list-group-id li {
  color: #054a7f;
}

.search-box {
  margin-bottom: 8px;
}
.search-box span {
  display: inline-block;
  letter-spacing: 1px;
  color: #999999;
  font-size: 13px;
  padding: 0 15px;
}

.table-account-question {
  border: 1px solid #ddd;
}
.table-account-question th {
  font-size: 15px;
  color: #888888;
  font-weight: bolder;
  white-space: nowrap;
}
.table-account-question .th-title {
  vertical-align: middle;
  color: #888888;
  background: #ddd;
  border-bottom: 2px solid #fff;
  color: 15px;
}
.table-account-question td {
  font-size: 14px;
  color: #888888;
  white-space: nowrap;
}

@media (max-width: 1200px) {
  #e-bulletin {
    background: #fff, url("../image/website-img/bg.jpg") no-repeat center center/cover fixed;
  }
  #e-bulletin h2 {
    font-size: 25px;
  }
  #e-bulletin .more {
    font-size: 14px;
    color: #1F4E79;
  }
  #e-bulletin .more:hover {
    color: #ffaa00;
    letter-spacing: 1px;
  }
  #e-bulletin .bg-text-items {
    background: #fff;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: center;
    transform: translateY(0);
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  }
  #e-bulletin .bg-text-items:hover {
    transform: translateY(-10px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.253);
  }
  #e-bulletin .bg-text-items span {
    color: #888;
  }
  #e-bulletin .bg-text-items .text-items {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px 15px;
  }
  #e-bulletin .bg-text-items .text-items h3 {
    font-size: 20px;
    color: #054a7f;
    font-weight: 400;
    line-height: 1.2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
  }
  #e-bulletin .bg-text-items .text-items h4 {
    color: #000;
    font-size: 25px;
  }
  #e-bulletin .bg-text-items .text-items p {
    font-size: 18px;
    color: #888;
    line-height: 1.3;
    font-weight: 300;
    letter-spacing: 2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
  }
  #e-bulletin .bg-color {
    background: #ffaa00;
    position: absolute;
    width: 80%;
    height: 100px;
    bottom: 0;
    right: 10%;
    left: 10%;
  }
  #e-bulletin li {
    color: #054a7f;
    font-size: 14px;
  }

  #e-bulletin-centent h2 {
    font-size: 30px;
    color: #054a7f;
    font-weight: 500;
    line-height: 1.2;
  }
  #e-bulletin-centent #e-bulletin-article p {
    font-size: 20px;
    color: #888888;
    line-height: 1.5;
    padding: 10px 0;
    font-weight: 300;
  }
  #e-bulletin-centent #e-bulletin-article h4 {
    font-size: 25px;
    color: #fff;
  }
  #e-bulletin-centent #e-bulletin-article .award-table {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #dee2e6;
  }
  #e-bulletin-centent #e-bulletin-article .award-table p {
    font-size: 13px;
    color: #888888;
    line-height: 1.3;
    padding: 10px 0;
    text-align: center;
    font-weight: 300;
  }
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.renew {
  font-size: 14px;
  color: #aaa;
  text-align: right;
  display: block;
}

@media (max-width: 992px) {
  #e-bulletin-centent .border-right-line {
    border-right: none;
  }
}
@media (max-width: 576px) {
  #e-bulletin .bg-text-items .text-items h3 {
    -webkit-line-clamp: 2;
  }

  #e-bulletin-centent h2 {
    font-size: 25px;
  }
  #e-bulletin-centent .span-title {
    border-bottom: none;
  }
}
@media (max-width: 415px) {
  #e-bulletin-centent .accordion .card .card-body {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
  }
  #e-bulletin-centent .accordion h2 {
    font-size: 15px;
    padding: 20px 5px;
  }
}