/**

Mini Profile Template

https://templatemo.com/tm-530-mini-profile


Color Codes
------------
brown: #986665;
green: #98cb00;
orange: #cc6733;
blue: #3398cc;
dark-gray: #676767;
light-gray: #999999;
text-gray: #6b6b6b;

*/

html {
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body {
  font-family: 'Microsoft JhengHei', "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #6b6b6b;
  overflow-x: hidden;
}

a,
button {
  transition: all 0.3s ease;
}

a:hover {
  text-decoration: none;
}

.tm-bg-black-transparent {
  background-color: rgba(0, 0, 0, 0.5);
}

.tm-bg-white-transparent {
  background-color: rgba(255, 255, 255, 0.8);
}

.tm-bg-green {
  background-color: #98cb00;
}

.tm-bg-orange {
  background-color: #cc6733;
}

.tm-bg-blue {
  background-color: #3398cc;
}

.tm-bg-dark-gray {
  background-color: #676767;
}

/*header*/
.header_div{
  width: 100%;
  z-index: 100;
  position: fixed;
}

/*
  Welcome section
*/
#tmWelcome {
  position: relative;
  display: flex;
  align-items: center;
}

.tm-brand-container-outer {
  margin-top: -400px;
}

.tm-brand-container-inner {
  max-width: 580px;
  width: 100%;
}

.tm-brand-container {
  padding: 75px 110px;
}

.tm-brand-name {
  font-size: 3.8rem;
}

.tm-brand-description {
  font-size: 1.4rem;
}

.parallax-window {
  background: #000000;
}

#tmContact {
  min-height: 1197px;
}

.tm-welcome-container {
  min-height: 400px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: stretch;
}

.tm-welcome-title {
  margin-bottom: 40px;
}

.tm-welcome-left {
  padding-right: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.tm-welcome-left-col {
  display: flex;
  align-items: center;
}

.tm-welcome-right {
  color: white;
  background-color: #986665;
  padding: 80px 43px 70px;
  height: 100%;
}

.tm-welcome-icon {
  margin-bottom: 50px;
  display: block;
  text-align: center;
}

/*
  Portfolio section
*/


.tm-portfolio-item {
  display: flex;
  align-items: center;
  /* margin-bottom: 80px; */
}

.tm-portfolio-name {
  width: 100%;
  /* height: 220px; */
  font-size: 2rem;
  padding: 0px 15px;
  display: flex;
  align-items: center;
  text-align: center;
}

.tm-portfolio-name img {
  width: 100%;
}

.tm-portfolio-description {
  width: calc(100% - 330px);
  /* padding: 20px 45px; */
  /* padding: 22px 0px 12px 15px; */
  padding-right: 15px;
}

.tm-portfolio-description h3 {
  margin-bottom: 20px;
}

.tm-text-green {
  color: #98cb00;
}

.tm-text-orange {
  color: #cc6733;
}

.tm-text-blue {
  color: #3398cc;
}

.tm-text-dark-gray {
  color: #676767;
}

.tm-title-small {
  font-size: 1.3rem;
}

p {
  line-height: 1.8;
}

/*
  Contact section
*/

#tmContact {
  padding-top: 95px;
}

.tm-contact-item {
  width: 33.3334%;
  max-width: 345px;
  height: auto;
  min-height: 420px;
  margin-right: 35px;
  background-color: white;
  padding: 54px 34px 44px;
}

.tm-contact-item:last-child {
  margin-right: 0;
}

.tm-contact-items-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 130px;
}

.tm-contact-item-icon {
  margin-bottom: 45px;
  width: 100%;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#tmContactForm {
  width: 100%;
  max-width: 680px;
  padding: 45px 45px 30px;
  margin-bottom: 95px;
}

.form-group {
  max-width: 355px;
}

.form-control {
  background: transparent;
  border-color: #999999;
  padding: 15px 10px;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.tm-btn-submit {
  background-color: #999999;
  padding: 12px 30px;
  font-size: 1.2rem;
}

.tm-btn-submit:focus,
.tm-btn-submit:hover {
  background-color: #676767;
}

.tm-copyright-text {
  margin-bottom: 30px;
}

.tm-link {
  color: #676767;
}

/* ---------------------------------------------------------------- */
/* Icon 1 */

.animated-icon1,
.animated-icon2,
.animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.animated-icon1 span,
.animated-icon2 span,
.animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.animated-icon1 span {
  background: #c49a6d;
}

.animated-icon2 span {
  background: #e3f2fd;
}

.animated-icon3 span {
  background: #f3e5f5;
}

.animated-icon1 span:nth-child(1) {
  top: 0px;
}

.animated-icon1 span:nth-child(2) {
  top: 10px;
}

.animated-icon1 span:nth-child(3) {
  top: 20px;
}

.animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.navbar-dark .navbar-toggler {
  border-color: transparent;
}

/* -新增的css---------------------------------------------------- */
.navbar-bg {
  background-color: #001c3e;
}

.navbar-bg a {
  color: #FFFFFF;
}

.banner {
  padding-left: 0px;
  padding-right: 0px;
}

.banner img {
  width: 100%;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: .8rem;
  padding-left: .8rem;
}

.navbar-dark .navbar-nav .nav-link {
  color: #b1b1b1;
  font-size: 16px;
}


.contact-item img {
  width: 100%;
}

footer {
  background-color: #000000;
  color: #fff;
  font-size: 12px;
  border-top: 6px solid #ffff00;
  height: 60px;
}

.top_nav {
  padding-right: 0px;
}

.slider_main {
  background-color: #000000;
  padding-top: 25px;
}

.slider_line {
  border: 1px solid #b1b1b1;
}

.slider_text {
  font-size: 15px;
  color: #fff;
  text-align: justify;
  padding: 15px 15px;
}

.learnMore {
  width: 100%;
  height: 36px;
  background-color: #0f3f7c;
  text-align: center;
  border-radius: 18px;
  padding-top: 6px;
  font-size: 17px;
}

.More_1 {
  margin-top: 78px;
  margin-bottom: 5px;
}

.More_2 {
  margin-top: 165px;
  margin-bottom: 5px;
}

.More_3 {
  margin-top: 78px;
  margin-bottom: 5px;
}

.owl-theme .owl-dots .owl-dot span {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 94px;
  height: 4px;
  margin-left: 2px;
  margin-right: 2px;
  background: #666666;
  border: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ffff00;
}

/* .owl-theme .owl-dots .owl-dot {
  width: 4em;
  height: 4px;
  margin: 0 0.5em;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 0;
}

.owl-theme .owl-dots .owl-dot.active,
.owl-theme .owl-dots .owl-dot:hover {
  background: #ff527b;
} */


/* -------------------------------------------------------- */
/*FAQ*/
.faq_section {
  min-height: 60vh;
  padding: 0px 10px;
  background-color: #e9e8ed;
  display: inline-block;
  width: 100%;
}

.faq_title {
  max-width: 1000px;
}

.faq_container {
  max-width: 428px;
  /* margin: 0 auto; */
  margin-top: 20px;
  /* margin-bottom: 20px; */
}

.faq_1 {
  background-color: #83d3e8;
}

.faq_2 {
  background-color: #88d5c5;
}

.faq_3 {
  background-color: #dfc1e0;
}

.acc {
  margin: 0px 0px;
  overflow: hidden;
  padding: 0;
}

.faq_container .acc li {
  list-style-type: none !important;
  padding: 0;
}

.acc_ctrl,
.acc_ctrl:hover {
  border: none;
  cursor: pointer;
  display: block;
  outline: none;
  /* padding: 5px; */
  position: relative;
  text-align: center;
  width: 100%;
  border-radius: none;
}

.acc_ctrl:before {
  background: #000000;
  content: '';
  height: 2px;
  margin-right: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 14px;
}

.acc_ctrl:after {
  background: #000000;
  content: '';
  height: 2px;
  margin-right: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 14px;
}

.acc_ctrl.active:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.acc_ctrl h2 {
  color: #000000;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: left;
  font-size: 21px;
  font-weight: 600;
  word-break: break-all;
  line-height: 24px;
  padding: 13px 40px 6px 15px;
}

.acc_ctrl.active h2,
.acc_ctrl:focus h2 {
  position: relative;
}

.acc_panel {
  background: #ffff;
  display: none;
  overflow: hidden;
  font-size: 17px;
  color: #4D4D4D;
  line-height: 26px;
  letter-spacing: 1px;
  padding: 20px 20px 5px 20px;
  margin-bottom: 15px;
}

/* ----------------------------------------------------- */


@media (max-width: 1054px) {
  .tm-contact-item-icon {
    margin-bottom: 15px;
  }
}

@media (max-width: 991px) {
  .tm-contact-items-container {
    flex-direction: column;
  }

  .tm-contact-item {
    width: auto;
    max-width: 680px;
    min-height: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }

  .tm-contact-item:last-child {
    margin-right: auto;
    margin-bottom: 0;
  }

  #tmContactForm {
    margin-left: auto;
    margin-right: auto;
  }

  .learnMore {
    font-size: 15px;
  }

  .slider_main {
    margin-left: 63px;
  }
}

@media (max-width: 768px) {
  .div_left {
    padding-right: 15px !important;
  }
}

@media (max-width: 767px) {
  #class_link01 {
    padding-left: 0px;
  }

  #class_link02 {
    padding-right: 0px;
  }

  .slider_main {
    margin-left: 45px;
  }
}

@media (max-width: 730px) {
  #tmPortfolio {
    margin-top: 20px;
  }

  .tm-portfolio-item {
    flex-direction: column;
  }

  .tm-portfolio-name {
    justify-content: center;
  }

  .tm-portfolio-name,
  .tm-portfolio-description {
    width: 100%;
  }

  /* .tm-portfolio-description {
    padding: 70px 0px 20px 30px !important;
  } */

  .faq_container {
    margin-top: 20px !important;
  }
}

@media (max-width: 575px) {
  .tm-brand-container {
    padding: 45px;
  }

  .top_owl {
    height: 620px;
  }

  .More_1 {
    margin-top: 58px;
  }

  .More_2 {
    margin-top: 33px;
  }

  .More_3 {
    margin-top: 58px;
  }

  .tm-portfolio-name {
    padding: 0px 10px;
  }

  .tm-portfolio-description {
    padding: 15px 10px;
  }

  .slider_text {
    font-size: 12px;
  }

  .slider_main {
    margin-left: 0px;
  }
}

@media (max-width: 485px) {
  .More_2 {
    margin-top: 80px;
  }
}

@media (max-width: 443px) {
  .tm-brand-name {
    font-size: 3rem;
  }

  .tm-brand-container {
    padding: 25px;
  }
}

@media (max-width: 375px) {
  .More_2 {
    margin-top: 88px;
  }
}

@media (max-width: 320px) {
  .More_2 {
    margin-top: 122px;
  }
}

.owl-nav {
  text-align: center;
}

.owl-nav span {
  font-size: 40px;
}