@charset "UTF-8";
/*
* Noto Sans TC (Chinese_traditional) http://www.google.com/fonts/earlyaccess
 */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.woff2) format('woff2'),
       url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.woff) format('woff'),
       url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.otf) format('opentype');
  font-display: fallback;
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff2) format('woff2'),
       url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff) format('woff'),
       url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.otf) format('opentype');
  font-display: fallback;
}
@font-face {
   font-family: 'Noto Sans TC';
   font-style: normal;
   font-weight: 400;
   src: url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff2) format('woff2'),
        url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff) format('woff'),
        url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.otf) format('opentype');
  font-display: fallback;
 }
@font-face {
   font-family: 'Noto Sans TC';
   font-style: normal;
   font-weight: 500;
   src: url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff2) format('woff2'),
        url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff) format('woff'),
        url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.otf) format('opentype');
  font-display: fallback;
 }
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff2) format('woff2'),
       url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff) format('woff'),
       url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.otf) format('opentype');
  font-display: fallback;
 }
@font-face {
   font-family: 'Noto Sans TC';
   font-style: normal;
   font-weight: 900;
   src: url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.woff2) format('woff2'),
        url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.woff) format('woff'),
        url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.otf) format('opentype');
  font-display: fallback;
 }
/* font */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700%7CHind+Madurai:400,500&amp;subset=latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* variable */
:root {
    --alt-font: 'Urbanist', sans-serif;
    --primary-font: "Roboto", "Noto Sans TC", sans-serif;
    --base-color: #193167; 
    --dark-gray:#262b35;
}
body{
    font-size: 17px;
    line-height: 32px;
}
/* reset */
.placeholder-light-gray::-webkit-input-placeholder {
    color: var(--medium-gray) !important;
    text-overflow: ellipsis;
    opacity:0.6;
}
.placeholder-light-gray::-moz-placeholder {
    color: var(--medium-gray) !important;
    text-overflow: ellipsis;
    opacity:0.6;
}
.placeholder-light-gray:-ms-input-placeholder {
    color: var(--medium-gray) !important;
    text-overflow: ellipsis;
    opacity:0.6;
}
/* heading */
h1, h2, h3, h4, h5, h6 {word-spacing: -2px;}
h1 {
    line-height: 4.375rem;
}
h2 {
    line-height: 3.438rem;
}
h3 {
    line-height: 2.813rem;
}
h4 {
    line-height: 2.575rem;
}
h5 {
    line-height: 2rem;
}
h6 {
    line-height: 1.75rem;
}
/* header */
.top-space-margin {
    margin-top: 94px;
}
header.sticky .navbar-brand {
    padding: 8px 0 19px 0;
}
header .navbar-brand {
    padding: 8px 0 19px 0;
}
header .navbar-brand img {
    max-height: 67px;
}
.navbar .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
}
header.sticky .navbar-nav .nav-link,
header.sticky .fixed-header .navbar-nav .nav-link,
header.sticky .disable-fixed .navbar-nav .nav-link{
    padding-top: 30px;
    padding-bottom: 30px;
}
header .left-nav .navbar-nav:before {
    background-color: var(--dark-gray);
    opacity: 0.2; 
    transform: translate(-28px, 0px);
    -webkit-transform: translate(-28px, 0px);
    transition: 0s;
}
header.sticky .left-nav .navbar-nav:before {
    transform: translate(-28px, 0px);
    -webkit-transform: translate(-28px, 0px);
}
header .btn.btn-small {
    padding: 10px 20px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu {
    width: 420px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a p {
    line-height: 22px;
    font-size: 14px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a img {
    width: 70px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a span {
    font-size: 17px;
    line-height: 30px;
}
/* bg color */
.bg-raven-blue {
    background-color: #6c757d;
}
.bg-orange {
    background-color: #ffa800;
}
.bg-base-color-transparent {
    background-color: rgba(6, 175, 71,.15);
}
.bg-base-color-light {
    background-color: #edf9f2;
}
.border-radius-left-8px {
    border-radius: 8px 0 0 0;
}
.bg-gradient-gray-light-dark-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(32, 35, 41, 1)), to(transparent));
    background-image: linear-gradient(to top, rgba(32, 35, 41, 1) 0%, transparent 80%);
}
/* text */
.text-orange {
    color: #ffa800;
}
.text-red {
    color: #ec5b54;
}
/* btn */
.btn {
    letter-spacing: normal;
    font-weight: 700;
}
.btn i { 
    margin-left: 5px;
}
.btn.btn-hover-animation-switch .btn-icon {
    margin-left: 4px;
}
.btn.btn-hover-animation-switch:hover .btn-text {
    transform: translateX(21px);
}
.btn.btn-transparent-white-light:hover {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 1);
    color: var(--white);
}
.btn.btn-dark-gray:not(.btn.submit):hover, .btn.btn-dark-gray:not(.btn.submit):active {
    background-color: var(--base-color);
    border-color: var(--base-color);
    color: var(--white);
}
.btn.btn-base-color:hover {
    background-color: var(--dark-gray);
    border-color: var(--dark-gray);
    color: var(--white);
}
.btn.btn-light-base-color {
    background-color: #c7e9d4;
    border-color: #c7e9d4;
    color: var(--dark-gray);
}
.btn.btn-box-shadow.btn-base-color:hover {
    background-color: var(--dark-gray);
    border-color: var(--dark-gray);
}
.btn.btn-link {
    padding: 0 0 2px;
}
.btn.text-uppercase-inherit i {
    top: 1px;
}
/* top right bottom left */
.right-minus-250px {
    right: -250px;
}
.right-minus-170px {
    right: -170px;
}
.right-minus-155px {
    right: -155px;
}
.bottom-minus-85px {
    bottom: -85px;
}
/* page title */
.page-title-extra-small h1 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
}
.page-title-extra-small h2 {
    font-size: 3.438rem;
    line-height: 3.438rem;
}
/* custom */
.icon-with-text-style-10:hover .feature-box-icon {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.contact-form-style-03 {
    margin-top: -100px;
}
.process-step-style-05 .progress-step-separator {
    bottom: -10px;
    height: 100%;
    z-index: -1;
}
.social-icon-style-02 .small-icon li {
    margin: 0;
}
input, select, textarea, .form-control {
    font-size: 16px;
}
/* footer */
footer{
    font-size: 16px;
    line-height: 30px;
}
footer ul li {
    margin-bottom: 0;
}
footer .footer-logo img {
    max-height: 64px;
}
.footer-light a:hover {
    color: var(--dark-gray);
}
footer .nav-link {
    color: var(--dark-gray);
    padding: 0.5rem 1rem;
}
/* media query responsive */
@media (max-width: 1199px) {
    .newsletter-style-03 .btn {
        padding: 12px 18px 12px 18px;
    }
    .newsletter-style-03 input {
        padding-right: 145px !important;
        padding-left: 20px !important;
    }
    header .left-nav .navbar-nav:before {
        transform: translate(-9px, 0px);
        -webkit-transform: translate(-9px, 0px);
    }
    header .btn.btn-small {
        padding: 9px 15px;
    }
}
@media (max-width: 991px) {
    .contact-form-style-03 {
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .newsletter-style-03 input {
        padding-right: 70px !important;
        padding-left: 20px !important;
    }
}
@media (max-width: 576px) {
    .extra-small-screen {
        height: 300px !important;
    }
}


/* custom */
.ms-100px {
    margin-left: 100px;
}
.left-minus-53 {
    left: -53%;
}
@media (max-width: 1199px) {
    .left-minus-53 {
        left: -80%;
    }
    .lg-ms-70px {
        margin-left: 70px;
    }
}

.top-10 { top: 10% !important; }
.top-15 { top: 15% !important; }
.top-20 { top: 20% !important; }
.top-25 { top: 25% !important; }
.top-30 { top: 30% !important; }
.top-35 { top: 35% !important; }
.top-40 { top: 40% !important; }
.top-45 { top: 45% !important; }
.top-60 { top: 60% !important; }
.top-65 { top: 65% !important; }
.top-70 { top: 70% !important; }
.top-75 { top: 75% !important; }
.top-80 { top: 80% !important; }
.top-85 { top: 85% !important; }
.top-90 { top: 90% !important; }
.top-95 { top: 95% !important; }
.bottom-10 { bottom: 10% !important; }
.bottom-15 { bottom: 15% !important; }
.bottom-20 { bottom: 20% !important; }
.bottom-25 { bottom: 25% !important; }
.bottom-30 { bottom: 30% !important; }
.bottom-35 { bottom: 35% !important; }
.bottom-40 { bottom: 40% !important; }
.bottom-45 { bottom: 45% !important; }
.bottom-60 { bottom: 60% !important; }
.bottom-65 { bottom: 65% !important; }
.bottom-70 { bottom: 70% !important; }
.bottom-75 { bottom: 75% !important; }
.bottom-80 { bottom: 80% !important; }
.bottom-85 { bottom: 85% !important; }
.bottom-90 { bottom: 90% !important; }
.bottom-95 { bottom: 95% !important; }

@media (max-width: 991px) {
  .md-top-10 { top: 10% !important; }
  .md-top-15 { top: 15% !important; }
  .md-top-20 { top: 20% !important; }
  .md-top-25 { top: 25% !important; }
  .md-top-30 { top: 30% !important; }
  .md-top-35 { top: 35% !important; }
  .md-top-40 { top: 40% !important; }
  .md-top-45 { top: 45% !important; }
  .md-top-60 { top: 60% !important; }
  .md-top-65 { top: 65% !important; }
  .md-top-70 { top: 70% !important; }
  .md-top-75 { top: 75% !important; }
  .md-top-80 { top: 80% !important; }
  .md-top-85 { top: 85% !important; }
  .md-top-90 { top: 90% !important; }
  .md-top-95 { top: 95% !important; }
  .md-bottom-10 { bottom: 10% !important; }
  .md-bottom-15 { bottom: 15% !important; }
  .md-bottom-20 { bottom: 20% !important; }
  .md-bottom-25 { bottom: 25% !important; }
  .md-bottom-30 { bottom: 30% !important; }
  .md-bottom-35 { bottom: 35% !important; }
  .md-bottom-40 { bottom: 40% !important; }
  .md-bottom-45 { bottom: 45% !important; }
  .md-bottom-60 { bottom: 60% !important; }
  .md-bottom-65 { bottom: 65% !important; }
  .md-bottom-70 { bottom: 70% !important; }
  .md-bottom-75 { bottom: 75% !important; }
  .md-bottom-80 { bottom: 80% !important; }
  .md-bottom-85 { bottom: 85% !important; }
  .md-bottom-90 { bottom: 90% !important; }
  .md-bottom-95 { bottom: 95% !important; }
}
@media (max-width: 767px) {
  .sm-top-10 { top: 10% !important; }
  .sm-top-15 { top: 15% !important; }
  .sm-top-20 { top: 20% !important; }
  .sm-top-25 { top: 25% !important; }
  .sm-top-30 { top: 30% !important; }
  .sm-top-35 { top: 35% !important; }
  .sm-top-40 { top: 40% !important; }
  .sm-top-45 { top: 45% !important; }
  .sm-top-60 { top: 60% !important; }
  .sm-top-65 { top: 65% !important; }
  .sm-top-70 { top: 70% !important; }
  .sm-top-75 { top: 75% !important; }
  .sm-top-80 { top: 80% !important; }
  .sm-top-85 { top: 85% !important; }
  .sm-top-90 { top: 90% !important; }
  .sm-top-95 { top: 95% !important; }
  .sm-bottom-10 { bottom: 10% !important; }
  .sm-bottom-15 { bottom: 15% !important; }
  .sm-bottom-20 { bottom: 20% !important; }
  .sm-bottom-25 { bottom: 25% !important; }
  .sm-bottom-30 { bottom: 30% !important; }
  .sm-bottom-35 { bottom: 35% !important; }
  .sm-bottom-40 { bottom: 40% !important; }
  .sm-bottom-45 { bottom: 45% !important; }
  .sm-bottom-60 { bottom: 60% !important; }
  .sm-bottom-65 { bottom: 65% !important; }
  .sm-bottom-70 { bottom: 70% !important; }
  .sm-bottom-75 { bottom: 75% !important; }
  .sm-bottom-80 { bottom: 80% !important; }
  .sm-bottom-85 { bottom: 85% !important; }
  .sm-bottom-90 { bottom: 90% !important; }
  .sm-bottom-95 { bottom: 95% !important; }
  
  .sm-bottom-minus-20px { bottom: -20px !important; }
}
@media (max-width: 575px) {
  .xs-top-10 { top: 10% !important; }
  .xs-top-15 { top: 15% !important; }
  .xs-top-20 { top: 20% !important; }
  .xs-top-25 { top: 25% !important; }
  .xs-top-30 { top: 30% !important; }
  .xs-top-35 { top: 35% !important; }
  .xs-top-40 { top: 40% !important; }
  .xs-top-45 { top: 45% !important; }
  .xs-top-60 { top: 60% !important; }
  .xs-top-65 { top: 65% !important; }
  .xs-top-70 { top: 70% !important; }
  .xs-top-75 { top: 75% !important; }
  .xs-top-80 { top: 80% !important; }
  .xs-top-85 { top: 85% !important; }
  .xs-top-90 { top: 90% !important; }
  .xs-top-95 { top: 95% !important; }
  .xs-bottom-10 { bottom: 10% !important; }
  .xs-bottom-15 { bottom: 15% !important; }
  .xs-bottom-20 { bottom: 20% !important; }
  .xs-bottom-25 { bottom: 25% !important; }
  .xs-bottom-30 { bottom: 30% !important; }
  .xs-bottom-35 { bottom: 35% !important; }
  .xs-bottom-40 { bottom: 40% !important; }
  .xs-bottom-45 { bottom: 45% !important; }
  .xs-bottom-60 { bottom: 60% !important; }
  .xs-bottom-65 { bottom: 65% !important; }
  .xs-bottom-70 { bottom: 70% !important; }
  .xs-bottom-75 { bottom: 75% !important; }
  .xs-bottom-80 { bottom: 80% !important; }
  .xs-bottom-85 { bottom: 85% !important; }
  .xs-bottom-90 { bottom: 90% !important; }
  .xs-bottom-95 { bottom: 95% !important; }
}





.magic-drag-cursor #ball-cursor:before {
  content: "< 拖曳 >";
}
.start-banner .left-450px {
    left: 450px;
}
@media (max-width: 1199px) {
    .start-banner .left-450px {
        left: 350px;
    }
}
@media (max-width: 991px) {
    .start-banner .left-450px {
        left: unset;
        right: -50px;
    }
    .start-banner .bottom-50px {
        bottom: 0px;
    }
    .start-banner .left-minus-30px {
        left: -60px;
    }
    .start-banner .top-120px {
        top: 300px;
    }
}
@media (max-width: 767px) {
    .start-banner .left-minus-30px {
        left: -120px;
    }
    .start-banner .top-120px {
        top: 300px;
    }
}
footer.half-footer {
    padding: 40px 0 40px 0;
}

.pricing-table-style-04 .accordion-item.active-accordion {
    padding: 16px 35px;
}

.sticky-wrap {
    -webkit-transform: unset;
    transform: unset;
    writing-mode: vertical-rl;
    text-orientation: upright;
}
.sticky-wrap .bi {
    margin-bottom: 3px;
}
.sticky-wrap .bi::before {
    vertical-align: unset;
}
@media (max-width: 1300px) {
    .sticky-wrap.shadow-in {
        left: 18px;
    }
}
@media (max-width: 1250px) {
    .sticky-wrap.shadow-in {
        left: 2px;
    }
}
.sticky-wrap a {
    line-height: 30px;
}

.bg-gradient-black-right-transparent {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.home-contact .btn.btn-base-color:hover {
    background-color: var(--dark-gray);
    border-color: var(--dark-gray);
    color: var(--white);
}
.home-contact .btn.btn-box-shadow.btn-base-color:hover {
    background-color: var(--dark-gray);
    border-color: var(--dark-gray);
}
.home-contact .btn.danger:hover {
    background-color: var(--dark-gray);
    border-color: var(--dark-gray);
    color: var(--white);
}
.home-contact .btn.btn-box-shadow.btn-danger:hover {
    background-color: var(--dark-gray);
    border-color: var(--dark-gray);
}
.home-contact .btn.primary:hover {
    background-color: var(--dark-gray);
    border-color: var(--dark-gray);
    color: var(--white);
}
.home-contact .btn.btn-box-shadow.btn-primary:hover {
    background-color: var(--dark-gray);
    border-color: var(--dark-gray);
}
.home-contact .btn.warning:hover {
    background-color: var(--dark-gray);
    border-color: var(--dark-gray);
    color: var(--white);
}
.home-contact .btn.btn-box-shadow.btn-warning:hover {
    background-color: var(--dark-gray);
    border-color: var(--dark-gray);
}

.bg-custom-red-1 {
  background-color: #ea545e;
}
.bg-custom-purple-1 {
  background-color: #6b74f6;
}

.animation-float-small-reverse { animation: float-reverse 2000ms linear 500ms infinite alternate both; }
@keyframes float-reverse {
  0% { transform: translateY(10px); }
  50% { transform: translateY(5px); }
  100% { transform: translateY(5px); }
}

.animation-float-1 { animation: float1 3000ms ease-in-out infinite; }
@keyframes float1 {
  0% { transform: translateY(0px); }
  50% { transform: translateY(20px); }
  100% { transform: translateY(0px); }
}

.animation-float-2 { animation: float2 1500ms linear infinite; }
@keyframes float2 {
  0% { transform: translateY(0px); }
  50% { transform: translateY(10px); }
  100% { transform: translateY(0px); }
}

.animation-float-3 { animation: float3 4000ms ease-in-out infinite }
@keyframes float3 {
  0% { transform: translateY(0px); }
  25% { transform: translateY(10px); }
  50% { transform: translateY(25px); }
  75% { transform: translateY(10px); }
  100% { transform: translateY(0px); }
}

.animation-float-4 { animation: float4 3500ms ease infinite; }
@keyframes float4 {
  0%, 10% { transform: translateY(0px); }
  45%, 55% { transform: translateY(30px); }
  90%, 100% { transform: translateY(0px); }
}

.animation-float-5 { animation: float5 5000ms cubic-bezier(0.4, 0, 0.2, 1) infinite; }
@keyframes float5 {
  0% { transform: translateY(0px); }
  50% { transform: translateY(20px); }
  100% { transform: translateY(0px); }
}

.animation-float-5-reverse {
  animation: float5reverse 5000ms cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@keyframes float5reverse {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-20px); }
  100% { transform: translateY(0px); }
}

.separator-line-9px {
    height: 9px;
}

.btn.btn-medium-custom {
    font-size: 16px;
    padding: 12px 20px;
    color: var(--white);
}
.btn.btn-medium-custom:hover {
    background-color: var(--dark-gray);
    border-color: var(--dark-gray);
    color: var(--white);
}

.navbar .navbar-nav .nav-item:hover .nav-link, .navbar .navbar-nav .nav-item.active .nav-link {
    opacity: 1;
}

.guidance-process { }
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
    .process-step-style-02:nth-child(4) .progress-step-separator, .process-step-style-03:nth-child(4) .progress-step-separator, .process-step-style-04:nth-child(4) .progress-step-separator {
        display: none;
    }
    .row.guidance-process {
      margin-left: 0;
      margin-right: 0;
    }
    .row.guidance-process > * {
      padding-right: 0;
      padding-left: 0;
    }
}
@media (max-width: 767px) {
    .row.guidance-process {
      margin-left: 0;
      margin-right: 0;
    }
    .row.guidance-process > * {
      padding-right: 0;
      padding-left: 0;
    }
}

.text-justify {
    text-align: justify !important;
}

