@charset "UTF-8";
.ab {
  position: absolute;
}

.pr {
  position: relative;
}

@media (min-width: 1128px) {
  .desktop {
    display: block;
  }
}

@media (max-width: 1128px) {
  .desktop {
    display: none;
  }
}

@media (min-width: 1128px) {
  .mb {
    display: none;
  }
}

@media (max-width: 1128px) {
  .mb {
    display: block;
  }
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  padding: 0;
  margin: 0;
  font-size: 16px;
  box-sizing: border-box;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
}

body:lang(zh-tw) {
  font-family: "微軟正黑體", "Microsoft JhengHei"," Noto Sans CJK","Xingothic TC","Droid Sans Fallback","PingFang TC","Heiti TC","LiHei Pro","Arial","Helvetica","sans-serif","PMingLiU";
}

body:lang(en) {
  font-family: "微軟正黑體", "Microsoft JhengHei"," Noto Sans CJK","Xingothic TC","Droid Sans Fallback","PingFang TC","Heiti TC","LiHei Pro","Arial","Helvetica","sans-serif","PMingLiU";
}

* {
  box-sizing: inherit;
}

*::before, *::after {
  box-sizing: inherit;
}

*::placeholder {
  color: #d8d7d5;
}

main {
  display: block;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
  color: #4e4e4e;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: none;
  height: 1px;
  background: gray;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

a {
  background-color: transparent;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  width: 100%;
  border-style: none;
}

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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

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

button, input {
  overflow: visible;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

button {
  text-transform: none;
}

select {
  /* Reset Select */
  appearance: none;
  -webkit-appearance: none;
  text-transform: none;
  outline: 0;
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: 1px solid #c0c0c0;
  border-radius: 5px;
  background: #ffffff;
}

select:hover {
  border: 1px solid #cdcdcd;
}

.select {
  border-radius: 5px;
  position: relative;
  display: flex;
  overflow: hidden;
}

.select::after {
  content: '';
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 0;
  pointer-events: none;
  border-radius: 100px;
  background-image: url("../images/down_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: gray;
  width: 33px;
  height: 32px;
  border: 3px solid #fff;
  margin: auto;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  outline: none;
  border: none;
  cursor: pointer;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template, [hidden] {
  display: none;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

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

/*頁碼01 */
.nav-Page {
  margin: 30px 0;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}

.pagination .page-left, .pagination .page-right, .pagination .page-double-right, .pagination .page-double-left {
  box-sizing: border-box;
  position: relative;
  width: 22px;
  height: 22px;
  padding: 0px 5px;
}

.pagination .page-left::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  transform: rotate(45deg);
  left: 2px;
  top: 6px;
}

.pagination .page-right::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  transform: rotate(-45deg);
  left: -2px;
  top: 6px;
}

.pagination .page-double-right::after, .pagination .page-double-right::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 1px solid;
  border-top: 1px solid;
  transform: rotate(45deg);
  top: 6px;
  right: 0px;
}

.pagination .page-double-right::after {
  right: 6px;
}

.pagination .page-double-left::after, .pagination .page-double-left::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(45deg);
  top: 6px;
  left: 6px;
}

.pagination .page-double-left::after {
  left: 0px;
}

.pagination li.page-item {
  min-width: 50px;
  min-height: 50px;
  text-align: center;
  margin-top: 0;
  margin-right: 4px;
}

@media (max-width: 640px) {
  .pagination li.page-item {
    min-width: 40px;
    max-width: 40px;
  }
}

.pagination li.page-item a.page-link {
  min-width: 50px;
  max-width: 50px;
  padding: 17px 0;
  font-weight: bold;
  line-height: 1;
  background: #FC804C;
  border-radius: 30px;
}

@media (max-width: 640px) {
  .pagination li.page-item a.page-link {
    min-width: 40px;
    max-width: 40px;
    padding: 11px 0;
  }
}

.pagination li.page-item a.page-link[href] {
  color: #ffffff;
}

.pagination li.page-item a.page-link i::before {
  margin-right: 0;
  margin-left: 0;
}

.pagination li.page-item a.page-link[href] {
  min-width: 50px;
  max-width: 50px;
  padding: 17px 0;
  background: #b2b2b2;
  border-radius: 30px;
  color: #000000 !important;
}

@media (max-width: 640px) {
  .pagination li.page-item a.page-link[href] {
    min-width: 40px;
    max-width: 40px;
    padding: 11px 0;
  }
}

.pagination li.page-item a.page-link:hover {
  background: #281653;
  border-radius: 30px;
  color: white !important;
}

.pagination li.page-item a.paw[href] {
  color: #000000 !important;
  background-color: #b2b2b2;
}

.page-link {
  color: #ffffff !important;
}

/*文字大小 */
h1, .h1 {
  font-size: 2rem;
  letter-spacing: 2px;
  color: #646464;
}

h2, .h2 {
  font-size: 1.75rem;
  letter-spacing: 2px;
  color: #646464;
}

h3, .h3 {
  font-size: 1.3rem;
  letter-spacing: 2px;
  color: #646464;
}

h4, .h4 {
  font-size: 1.25rem;
  letter-spacing: 2px;
  color: #646464;
}

p, time {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.5rem;
  color: #646464;
}

.p {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.5rem;
  color: #646464;
}

/*編輯器要加的 */
.editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
  margin-bottom: 1rem;
}

.editor p {
  line-height: 1.8rem;
  margin-bottom: 15px;
  word-wrap: break-word;
  font-weight: initial;
  color: #707070;
}

.editor img {
  width: 100%;
  display: block;
}

.editor div img {
  width: 100%;
  margin: 0;
}

.editor ol li {
  margin-bottom: 10px;
}

.editor sup {
  color: initial;
}

.editor tr, .editor td {
  border: solid 1px;
}

.editor strong {
  font-weight: 900;
}

.editor a {
  text-decoration: revert;
}

/*GOOGLE MAP RWD */
.map-container {
  position: relative;
  padding-bottom: 60%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

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

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

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

.forms-group dl dd {
  color: #646464;
  margin-bottom: 1rem;
}

.forms-group button {
  padding: 10px 25px;
  color: #ffffff;
}

.forms-group button[type="reset"] {
  background-color: #AFAFAF;
}

.forms-group button[type="reset"]:hover {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  background-color: #000000;
}

.forms-group button[type="submit"] {
  background-color: #281653;
}

.forms-group button[type="submit"]:hover {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  background-color: #FC804C;
}

.forms-group dl dd label {
  color: #000000;
}

.forms-group dl dd sup {
  color: red;
}

.forms-group div sup {
  color: red;
}

.radio, .checkbox {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.radio input[type=checkbox], .radio input[type=radio], .checkbox input[type=checkbox], .checkbox input[type=radio] {
  position: absolute;
  opacity: 0;
}

.radio input[type=checkbox] + .radio-label:before, .radio input[type=radio] + .radio-label:before, .checkbox input[type=checkbox] + .radio-label:before, .checkbox input[type=radio] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: 0;
  margin-right: 5px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}

.radio input[type=checkbox]:checked + .radio-label:before, .radio input[type=radio]:checked + .radio-label:before, .checkbox input[type=checkbox]:checked + .radio-label:before, .checkbox input[type=radio]:checked + .radio-label:before {
  background-color: gray;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio input[type=checkbox] + .checkbox-label:before, .radio input[type=radio] + .checkbox-label:before, .checkbox input[type=checkbox] + .checkbox-label:before, .checkbox input[type=radio] + .checkbox-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: 0;
  margin-right: 5px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}

.radio input[type=checkbox]:checked + .checkbox-label:before, .radio input[type=radio]:checked + .checkbox-label:before, .checkbox input[type=checkbox]:checked + .checkbox-label:before, .checkbox input[type=radio]:checked + .checkbox-label:before {
  background-color: #281653;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio .radio-label, .radio .checkbox-label, .checkbox .radio-label, .checkbox .checkbox-label {
  margin-right: 5px;
  padding: 0 0 10px 0;
}

.forms-group [type="checkbox"], .forms-group [type="radio"], .forms-group [type="checkbox"], .forms-group [type="radio"] {
  width: auto !important;
}

.forms-group input, .forms-group textarea {
  border: 1px solid #6a6a6a6b;
  border-radius: 5px;
  background: #ffffff;
}

.forms-group input:hover, .forms-group textarea:hover {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  border: 1px solid #FC804C;
}

.forms-group textarea {
  height: 150px;
  border-radius: 5px;
}

.forms-group input, .forms-group textarea {
  width: 100%;
  padding: 0.5rem 0.75rem;
  outline: none !important;
}

.forms-group dl dd .boxwi .dsboxw {
  width: 33.33%;
  margin-right: 10px;
  position: relative;
}

.forms-group dl dd .boxwi .dsboxw:last-child {
  margin-right: 0px;
}

.forms-group dl dd #xcode {
  width: 10rem;
}

img#imgcode {
  width: 140px;
  height: 40px;
  margin-left: 10px;
}

@media screen and (max-width: 1024px) {
  /*表單 */
  .forms-group dl dd {
    margin-left: 0;
  }
  .forms-group dd {
    display: block;
  }
  .forms-group dl dd .wi50 {
    width: 100%;
  }
  .forms-group label {
    padding: 0;
    display: block;
  }
  .forms-group input {
    margin-top: 10px;
  }
  body form.forms-group select, body form.forms-group textarea {
    margin-top: 10px;
  }
  img#imgcode {
    margin-top: 10px;
    display: block;
  }
  .select {
    margin-top: 19px;
  }
}

@media screen and (max-width: 667px) {
  h1, .h1 {
    font-size: 1.75rem;
  }
  h2, .h2 {
    font-size: 1.55rem;
  }
  h3, .h3 {
    font-size: 1.25rem;
  }
  h4, .h4 {
    font-size: 1rem;
  }
  p, .p, time {
    font-size: 14px;
  }
  .p {
    font-size: 16px;
  }
  .forms-group dl dd .form-check {
    margin-top: 10px;
  }
  .forms-group dl dd .form-check .boxwi .dsboxw {
    width: 100%;
  }
  .forms-group dl dd .fancybox-content {
    padding: 40px 15px !important;
  }
}

@media screen and (max-width: 640px) {
  .editor img, .editor iframe {
    width: 100% !important;
    height: auto !important;
  }
  .forms-group dl dd #xcode {
    width: 100%;
  }
  .radio, .checkbox {
    justify-content: space-between;
  }
}

.ab {
  position: absolute;
}

.pr {
  position: relative;
}

@media (min-width: 1128px) {
  .desktop {
    display: block;
  }
}

@media (max-width: 1128px) {
  .desktop {
    display: none;
  }
}

@media (min-width: 1128px) {
  .mb {
    display: none;
  }
}

@media (max-width: 1128px) {
  .mb {
    display: block;
  }
}

header {
  position: fixed;
  padding: 0 10%;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  background-color: #ffffff;
  box-shadow: 0px 0px 6px 0px #6666664d;
}

header nav {
  padding: 0 15px;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

header nav .logo {
  width: 200px;
  position: relative;
  text-align: center;
}

header nav .logo a {
  display: block;
}

header nav .logo a h1 {
  background-image: url(../images/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  width: 340px;
  height: 55px;
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
}

.nav-wrapper {
  width: calc( 100% - 200px);
  display: flex;
  justify-content: flex-end;
}

.nav-wrapper ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  list-style-type: none;
  padding: 0;
  position: relative;
  margin: 0;
  line-height: 60px;
}

#nav:checked + .nav-btn {
  transform: rotate(45deg);
}

#nav:checked + .nav-btn i {
  background: #ffffff;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

#nav:checked + .nav-btn i:nth-child(1) {
  transform: translateY(6px) rotate(180deg);
}

#nav:checked + .nav-btn i:nth-child(2) {
  opacity: 0;
}

#nav:checked + .nav-btn i:nth-child(3) {
  transform: translateY(-6px) rotate(90deg);
  margin-top: 0;
}

#nav:checked ~ .nav-wrapper {
  z-index: 9990;
  opacity: 1;
  display: block;
}

#nav:checked ~ .nav-wrapper ul li a {
  opacity: 1;
  transform: translateX(0);
}

.hidden {
  display: none;
}

.nav-wrapper a {
  display: block;
  font-size: 20px;
  text-decoration: none;
  padding: 7px 0px 7px 25px;
  font-weight: bold;
  color: #281653;
}

.target {
  position: absolute;
  border-bottom: 4px solid transparent;
  z-index: -1;
  transform: translateX(-60px);
}

.nav-wrapper a, .target {
  transition: all .35s ease-in-out;
}

@media screen and (max-width: 1440px) {
  header {
    padding: 0px 5% !important;
  }
}

@media screen and (max-width: 1024px) {
  .nav-wrapper a {
    font-size: 17px;
  }
}

@media screen and (max-width: 864px) {
  header {
    padding: 11px 15px !important;
  }
  header nav {
    padding: 0;
  }
  header nav .logo a h1 {
    width: 200px;
  }
  .nav-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #59448dfa;
    opacity: 0;
    display: none;
    transition: all 0.2s ease;
  }
  .nav-wrapper ul {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  .nav-wrapper ul li {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .nav-wrapper ul:nth-child(1) a {
    transition-delay: 0.2s;
  }
  .nav-wrapper ul:nth-child(2) a {
    transition-delay: 0.3s;
  }
  .nav-wrapper ul:nth-child(3) a {
    transition-delay: 0.4s;
  }
  .nav-wrapper ul:nth-child(4) a {
    transition-delay: 0.5s;
  }
  .nav-wrapper ul a {
    padding: 10px 24px;
    opacity: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.2px;
    transform: translateX(-20px);
    transition: all 0.2s ease;
    font-size: 20px;
  }
  .nav-btn {
    position: fixed;
    right: 20px;
    top: 10px;
    display: block;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 9999;
    border-radius: 50%;
  }
  .nav-btn i {
    display: block;
    width: 34px;
    height: 5px;
    background: #281653;
    border-radius: 2px;
    margin-left: 14px;
  }
  .nav-btn i:nth-child(1) {
    margin-top: 18px;
    margin-bottom: 3px;
  }
  .nav-btn i:nth-child(3) {
    margin-top: 3px;
  }
}

@media screen and (max-width: 768px) {
  .target {
    position: initial;
    display: none;
  }
}

@media screen and (max-width: 450px) {
  .nav-wrapper ul li {
    text-align: center;
  }
}

html {
  scroll-behavior: smooth;
}

@media (max-width: 640px) {
  .container {
    padding: 0 25px;
  }
}

.dis-sm {
  display: none;
}

@media (max-width: 640px) {
  .dis-sm {
    display: block;
  }
}

.pl-lg-0 {
  padding-left: 0;
}

@media (max-width: 992px) {
  .pl-lg-0 {
    padding: 0;
  }
}

.pr-lg-0 {
  padding-right: 0;
}

@media (max-width: 992px) {
  .pr-lg-0 {
    padding: 0;
  }
}

@media (max-width: 992px) {
  .px-sm-0 {
    padding: 0;
  }
}

.primary-title, .sub-title {
  display: block;
  position: relative;
  width: 100%;
  margin: 1rem auto;
}

.primary-title h2, .sub-title h2 {
  text-align: center;
  color: #281653;
  font-weight: bold;
}

.primary-title span, .sub-title span {
  display: block;
  text-align: center;
  color: #281653;
}

.primary-title::before, .primary-title::after, .sub-title::before, .sub-title::after {
  content: '';
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 45px;
  height: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: url("../images/title-deco.svg");
}

.primary-title::before, .sub-title::before {
  top: -30px;
}

.primary-title::after, .sub-title::after {
  bottom: -30px;
  transform: rotate(180deg);
}

.sub-title h2, .sub-title span {
  color: #ffffff;
}

.primary-btn {
  padding: 10px 25px;
  background-color: #281653;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 5px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.primary-btn:hover {
  background-color: #FC804C;
}

.jumbotron-wrapper {
  padding-top: 75px;
}

.jumbotron-wrapper .jumbotron-custom .swiper-wrapper .swiper-slide a {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 39%;
  width: 100%;
  height: 100%;
  display: block;
}

.jumbotron-wrapper .jumbotron-custom .swiper-wrapper .swiper-slide a img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 640px) {
  .jumbotron-wrapper .jumbotron-custom .swiper-button-next, .jumbotron-wrapper .jumbotron-custom .swiper-button-prev {
    display: none;
  }
}

.jumbotron-wrapper .jumbotron-custom .swiper-button-next::after, .jumbotron-wrapper .jumbotron-custom .swiper-button-prev::after {
  font-size: 3rem;
  font-weight: bold;
  color: #ffffff;
}

.jumbotron-wrapper .jumbotron-custom .swiper-button-next {
  right: 70px;
}

.jumbotron-wrapper .jumbotron-custom .swiper-button-prev {
  left: 70px;
}

.about {
  position: relative;
  padding: 4rem 0;
  z-index: 1;
  padding-bottom: 8rem;
}

@media (max-width: 640px) {
  .about {
    padding: 2rem 0;
  }
}

.about::after {
  content: '';
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/banner-deco.svg");
  width: 100%;
  height: 350px;
  left: 0;
  right: 0;
  top: -50px;
  z-index: -1;
  margin: 0 auto;
  transform: translateY(-50px);
}

.about .about-content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4.5rem;
  align-items: center;
}

@media (max-width: 992px) {
  .about .about-content {
    margin-top: 2.5rem;
  }
}

.about .about-content .about-img {
  position: relative;
}

@media (max-width: 992px) {
  .about .about-content .about-img {
    margin-bottom: 2rem;
  }
}

.about .about-content .about-img::before {
  content: '';
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/tri.png");
  width: 75px;
  height: 75px;
  right: 0;
  bottom: -12px;
  z-index: 1;
}

.about .about-content .about-img::after {
  content: '';
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/about-deco.svg");
  width: 155px;
  height: 450px;
  left: -95px;
  bottom: -25px;
  z-index: -1;
}

@media (max-width: 992px) {
  .about .about-content .about-img::after {
    display: none;
  }
}

.about .about-content .about-img .img-outter {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 90%;
}

.about .about-content .about-img .img-outter img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.about .about-content .about-img .img-outter:hover img {
  transform: translate(-50%, -50%) scale(1.3);
}

.about .about-content .about-text .btn-sec {
  margin-top: 2rem;
}

@media (max-width: 992px) {
  .about .about-content .about-text .btn-sec {
    text-align: center;
  }
}

.resource {
  position: relative;
  padding: 4rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: -5px;
  background-image: url("../images/bg-res.png");
  background-position: top;
}

@media (max-width: 640px) {
  .resource {
    padding: 2rem 0;
  }
}

.resource .res-content-wrapper {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 0px 6px 0px #6666664d;
  border-radius: 20px;
  padding: 0;
  margin-top: 4.5rem;
  overflow: hidden;
}

@media (max-width: 992px) {
  .resource .res-content-wrapper {
    margin-top: 2.5rem;
  }
}

.resource .res-content-wrapper .res-content .three-merit {
  display: flex;
  flex-wrap: wrap;
  padding: 3rem 3rem 0 3rem;
}

.resource .res-content-wrapper .res-content .three-merit .merit-item {
  text-align: center;
}

@media (max-width: 768px) {
  .resource .res-content-wrapper .res-content .three-merit .merit-item {
    padding: 0;
  }
}

.resource .res-content-wrapper .res-content .three-merit .merit-item .number {
  position: relative;
  font-size: 6rem;
  font-weight: bold;
  color: #281653;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .resource .res-content-wrapper .res-content .three-merit .merit-item .number {
    font-size: 3rem;
  }
}

.resource .res-content-wrapper .res-content .three-merit .merit-item .number::after {
  content: '';
  position: absolute;
  width: 45px;
  height: 2.5px;
  background-color: #FC804C;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.resource .res-content-wrapper .res-content .three-merit .merit-item .des {
  font-weight: bold;
  color: #281653;
}

@media (max-width: 640px) {
  .resource .res-content-wrapper .res-content .three-merit .merit-item .des {
    line-height: 20px;
  }
}

.resource .res-content-wrapper .res-content .office {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 3rem 0 3rem;
}

@media (max-width: 640px) {
  .resource .res-content-wrapper .res-content .office {
    padding: 1rem 2rem 0 2rem;
  }
}

.resource .res-content-wrapper .res-content .office .office-item {
  padding: 0;
  margin-top: 3rem;
}

@media (max-width: 640px) {
  .resource .res-content-wrapper .res-content .office .office-item {
    margin-top: 1rem;
  }
}

.resource .res-content-wrapper .res-content .office .office-item .img-outter {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 65%;
}

.resource .res-content-wrapper .res-content .office .office-item .img-outter img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.resource .res-content-wrapper .res-content .office .office-item .img-outter .title {
  text-align: center;
  position: absolute;
  background-color: #281653ba;
  color: #ffffff;
  font-weight: bold;
  width: 100%;
  bottom: 0;
  padding: 10px;
}

.resource .res-content-wrapper .res-content .office .office-item:hover img {
  transform: translate(-50%, -50%) scale(1.3);
}

.resource .res-content-wrapper .res-content .doodle {
  margin-top: 2rem;
  overflow: hidden;
}

@media (max-width: 992px) {
  .resource .res-content-wrapper .res-content .doodle {
    margin-top: 1.5rem;
  }
}

.resource .res-content-wrapper .res-content .doodle img {
  transform: translateY(4px);
}

.service {
  position: relative;
  padding: 4rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/bg-ser.png");
  background-position: top;
  margin-top: -5px;
}

@media (max-width: 640px) {
  .service {
    padding: 2rem 0;
  }
}

.service .service-wrapper {
  margin-top: 4rem;
}

@media (max-width: 640px) {
  .service .service-wrapper {
    margin-top: 1.5rem;
  }
}

.service .service-wrapper .service-item {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 0px 6px 0px #6666664d;
  border-radius: 20px;
  min-height: 450px;
}

@media (max-width: 640px) {
  .service .service-wrapper .service-item {
    min-height: initial;
  }
}

.service .service-wrapper .service-item .img-sec {
  position: relative;
}

.service .service-wrapper .service-item .img-sec::before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 5px;
  bottom: 0;
  background-color: #281653;
  z-index: 1;
}

.service .service-wrapper .service-item .img-sec::after {
  content: '';
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/ser-deco.svg");
  right: 10px;
  width: 45px;
  height: 45px;
  bottom: -20px;
  z-index: 2;
}

.service .service-wrapper .service-item .img-sec .img-outter {
  border-radius: 20px 20px 0 0;
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 42%;
}

.service .service-wrapper .service-item .img-sec .img-outter img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.service .service-wrapper .service-item .img-sec .img-outter:hover img {
  transform: translate(-50%, -50%) scale(1.3);
}

.service .service-wrapper .service-item .text-sec {
  padding: 1.5rem 1rem;
}

.service .service-wrapper .service-item .text-sec .title {
  font-weight: bold;
  color: #281653;
  margin-bottom: 10px;
}

.partner {
  position: relative;
  padding: 4rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/bg-part.svg");
}

@media (max-width: 640px) {
  .partner {
    padding: 2rem 0;
  }
}

.partner .container .row .partner-wrapper {
  overflow: visible;
}

.partner .container .row .partner-wrapper .partner-custom {
  padding: 0 5px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .partner .container .row .partner-wrapper .partner-custom {
    padding-top: 5rem;
  }
}

.partner .container .row .partner-wrapper .partner-custom .swiper-wrapper {
  padding: 4rem 0;
}

@media (max-width: 640px) {
  .partner .container .row .partner-wrapper .partner-custom .swiper-wrapper {
    padding-top: initial;
    padding-bottom: 4rem;
  }
}

.partner .container .row .partner-wrapper .partner-custom .swiper-wrapper .swiper-slide a {
  display: block;
}

.partner .container .row .partner-wrapper .partner-custom .swiper-wrapper .swiper-slide a .img-outter {
  box-shadow: 0px 0px 6px 0px #6666664d;
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 50%;
  border-radius: 20px;
  background-color: #ffffff;
}

.partner .container .row .partner-wrapper .partner-custom .swiper-wrapper .swiper-slide a .img-outter img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.partner .container .row .partner-wrapper .partner-custom .swiper-wrapper .swiper-slide a .img-outter:hover img {
  transform: translate(-50%, -50%) scale(1.3);
}

@media (max-width: 768px) {
  .partner .container .row .partner-wrapper .swiper-button-next, .partner .container .row .partner-wrapper .swiper-button-prev {
    top: 50px;
  }
}

.partner .container .row .partner-wrapper .swiper-button-next::after, .partner .container .row .partner-wrapper .swiper-button-prev::after {
  color: #59448D;
  font-weight: bold;
}

@media (max-width: 768px) {
  .partner .container .row .partner-wrapper .swiper-button-next::after, .partner .container .row .partner-wrapper .swiper-button-prev::after {
    text-align: center;
    font-size: 18px;
    border-radius: 20px;
    color: #ffffff;
    min-width: 34px;
    padding: 8px;
  }
}

.partner .container .row .partner-wrapper .swiper-button-next:hover, .partner .container .row .partner-wrapper .swiper-button-prev:hover {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  opacity: 0.8;
}

.partner .container .row .partner-wrapper .swiper-button-next {
  right: -45px;
}

@media (max-width: 768px) {
  .partner .container .row .partner-wrapper .swiper-button-next {
    right: 10px;
    left: auto;
  }
  .partner .container .row .partner-wrapper .swiper-button-next::after {
    background-color: #281653;
  }
}

.partner .container .row .partner-wrapper .swiper-button-prev {
  left: -45px;
}

@media (max-width: 768px) {
  .partner .container .row .partner-wrapper .swiper-button-prev {
    right: 50px;
    left: auto;
  }
  .partner .container .row .partner-wrapper .swiper-button-prev::after {
    background-color: #59448D;
  }
}

.partner .container .row .partner-wrapper .swiper-pagination {
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}

.partner .container .row .partner-wrapper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 10px;
}

@media (max-width: 640px) {
  .partner .container .row .partner-wrapper .swiper-pagination .swiper-pagination-bullet {
    display: none;
  }
}

.partner .container .row .partner-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #281653;
}

.contact {
  position: relative;
  padding: 4rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/contact-bg.png");
  background-position: top;
}

@media (max-width: 640px) {
  .contact {
    padding: 2rem 0;
  }
}

.contact .information {
  position: relative;
  margin-top: 4.5rem;
}

.contact .information .left-info-sec {
  position: absolute;
  left: 0;
  top: 14%;
  z-index: 2;
}

@media (max-width: 992px) {
  .contact .information .left-info-sec {
    position: relative;
    padding: 0;
  }
}

.contact .information .left-info-sec .info-wrapper {
  padding: 2rem 2rem;
  background-color: #59448dc9;
  box-shadow: 0px 0px 6px 0px #6666664d;
}

.contact .information .left-info-sec .info-wrapper .info-content {
  background-color: #ffffff;
  box-shadow: 0px 0px 6px 0px #6666664d;
  padding: 2rem 1rem;
}

.contact .information .left-info-sec .info-wrapper .info-content .company {
  font-weight: bold;
  color: #281653;
  margin-bottom: 1.5rem;
}

.contact .information .left-info-sec .info-wrapper .info-content .info-list .info-item {
  display: flex;
  align-items: center;
}

.contact .information .left-info-sec .info-wrapper .info-content .info-list .info-item img {
  width: 15px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.contact .information .left-info-sec .info-wrapper .info-content .info-list .info-item p {
  font-weight: bold;
  margin-bottom: 10px;
}

.contact .information .right-form-sec {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 0px 6px 0px #6666664d;
  padding: 2rem 3rem 2rem 15rem;
}

@media (max-width: 992px) {
  .contact .information .right-form-sec {
    padding: 2rem;
  }
}

.contact .information .right-form-sec .form-wrapper {
  position: relative;
  min-height: 560px;
}

.contact .information .right-form-sec .form-wrapper .forms-group {
  padding-top: 3rem;
}

footer {
  padding: 5px 0;
  background-color: #281653;
}

footer p {
  text-align: center;
  color: #ffffff;
}

/*floating-btn */
.floating-btn {
  position: fixed;
  bottom: 60px;
  right: 15px;
  z-index: 2;
}

.floating-btn .facebook, .floating-btn .line {
  display: block;
  width: 45px;
  height: 45px;
  margin: 0 auto;
  margin-bottom: 8px;
}

.floating-btn .line {
  margin-bottom: 3rem;
}

.floating-btn .go-top {
  width: 45px;
  height: 45px;
  color: #ffffff;
  background: #FC804C;
  padding: 15px 10px;
  text-align: center;
  border-radius: 5px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.floating-btn .go-top i.icon-down-open-big {
  font-size: 30px;
}

.floating-btn .go-top i.icon-down-open-big::before {
  transform: rotate(180deg);
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.floating-btn .go-top:hover {
  opacity: 0.8;
}

.fancybox-close-small {
  width: 45px;
  height: 45px;
  background-color: #FC804C;
  border-radius: 45px;
  right: 20px !important;
  top: 20px !important;
  padding: 0 !important;
  opacity: 1;
}

@media (max-width: 640px) {
  .fancybox-close-small {
    width: 25px;
    height: 25px;
  }
}

.fancybox-close-small svg {
  color: #ffffff;
}

.detail {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  max-width: 70%;
  min-height: 700px;
  height: auto;
  z-index: 0;
}

.detail .row {
  justify-content: center;
}

.detail .row .about-img {
  position: relative;
  height: fit-content;
}

@media (max-width: 992px) {
  .detail .row .about-img {
    margin-bottom: 2rem;
  }
}

.detail .row .about-img::after {
  content: '';
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/about-inner-deco.svg");
  width: 380px;
  height: 122px;
  left: 0;
  bottom: -80px;
  z-index: -1;
}

@media (max-width: 1745px) {
  .detail .row .about-img::after {
    width: 270px;
    height: 82px;
    bottom: -50px;
  }
}

@media (max-width: 1440px) {
  .detail .row .about-img::after {
    width: 210px;
    height: 62px;
    bottom: -40px;
  }
}

@media (max-width: 992px) {
  .detail .row .about-img::after {
    display: none;
  }
}

.detail .row .about-img .img-outter {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 90%;
}

.detail .row .about-img .img-outter img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.detail .row .about-img .img-outter:hover img {
  transform: translate(-50%, -50%) scale(1.3);
}

.detail .row .editor_outter .title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 5%;
  padding-bottom: 10px;
  margin-bottom: 1.5rem;
  border-bottom: 1.5px solid #FC804C;
}

.detail .row .editor_outter .title::before {
  content: '';
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/tri.png");
  width: 35px;
  height: 35px;
  right: 0;
  bottom: -1px;
  z-index: 1;
}

@media (max-width: 640px) {
  .detail .row .editor_outter .title::before {
    bottom: 0;
  }
}

.detail .row .editor_outter .title h2 {
  font-weight: bold;
  color: #281653;
}

.detail .row .editor_outter .title p {
  font-weight: bold;
  color: #281653;
}

@media screen and (max-width: 640px) {
  .fancybox-content {
    padding: 3rem 1rem;
  }
  .fancybox-close-small {
    right: 10px !important;
    top: 10px !important;
  }
  .detail {
    max-width: 100%;
    min-height: 300px;
    background-color: #ffffff;
    position: relative;
    box-shadow: 0px 0px 6px 0px #6666664d;
  }
  .detail::after {
    opacity: 0.5;
  }
}
/*# sourceMappingURL=all.css.map */