/* body   ---------------------------------*/

* {
  outline: none !important;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
}

@media (min-width: 481px) {
  body {
    padding-top: 6rem;
  }
}

@media (max-width: 480px) {
  body {
    padding-top: 4rem;
  }

  h2 {
    font-size: 1.5rem !important;
  }

  h3 {
    font-size: 1.25rem !important;
  }

  .breadcrumb {
    padding: unset !important;
  }
}

body {
  font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif !important;
  position: relative;
  padding-bottom: 200px;
  min-height: 100vh;
}

/* main {
  width: 90vw;
} */

@media (max-width: 768px) {
  footer {
    position: unset !important;
  }

  body {
    padding-bottom: 0px !important;
  }
}

/* @media screen and (min-width: 991px) and (max-width: 1200px) {
  .container {
    margin-bottom: 3rem !important;
  }
} */
/* @media (min-width: 1024px) {
  main {
    height: 80vw;
  }
} */

/* header 上方區塊選取區 -------------------------------------*/

/*滑鼠移入展開 */
.dropdown-menu a:hover {
  visibility: visible;
}
.dropdown:hover .dropdown-menu {
  display: block;
}

/* 容器 ------------------------------------------------*/

/* @media (min-width: 1200px) {
  .container {
    max-width: 1330px !important;
  }
} */

@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }
}

/*-----------------------------------------*/
.breadcrumb {
  background-color: transparent !important;
}

.about-list ul li {
  list-style: none;
}

.about-list-ul {
  padding-left: 17px !important;
  line-height: 2.5rem;
}

.fa-square-full {
  font-size: 12px;
  color: #4d8a0c;
}

.about-list-ul li a {
  color: #6c8c4a !important;
}

@media (max-width: 1199px) {
  .right-sidebar {
    margin-top: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-sidebar {
    margin-left: 3rem !important;
  }
}

.body-linear {
  background: linear-gradient(180deg, #c4ea9b6b, #fff);
  /*為了其他的瀏覽器而設*/
  background: -moz-linear-gradient(180deg, #c4ea9b6b, #fff); /* FF3.6+ */
  background: -webkit-gradient(180deg, #c4ea9b6b, #fff); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    180deg,
    #c4ea9b6b,
    #fff
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #c4ea9b6b, #fff); /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #c4ea9b6b, #fff); /* IE10+ */
  background: linear-gradient(180deg, #c4ea9b6b, #fff); /* W3C */
}

.body-linear-change {
  background: linear-gradient(180deg, #c4ea9b6b 10%, #fff 30%);
  /*為了其他的瀏覽器而設*/
  background: linear-gradient(180deg, #c4ea9b6b 10%, #fff 30%); /* FF3.6+ */
  background: -webkit-gradient(
    180deg,
    #c4ea9b6b 10%,
    #fff 30%
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    180deg,
    #c4ea9b6b 10%,
    #fff 30%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    180deg,
    #c4ea9b6b 10%,
    #fff 30%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #c4ea9b6b 10%, #fff 30%); /* IE10+ */
  background: linear-gradient(180deg, #c4ea9b6b 10%, #fff 30%); /* W3C */
}


.card-body {
  white-space: pre-line;
}

/*-------------------------include CSS*/
/* .btn {
  background: #ff5f13;
  -moz-user-select: none;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 0;
  margin-bottom: 0;
  padding: 25px 22px;
  margin: 10px;
  cursor: pointer;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  border: 0;
  overflow: hidden;
  margin: 0;
  border-radius: 5px;
}
.btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: #e25311;
  z-index: 1;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleX(0);
  border-radius: 0px;
}
.btn:hover::before {
  transform: scaleX(1);
  color: #fff !important;
  z-index: -1;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
} */

.sticky-bar {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  z-index: 9999;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  background: #fff;
}

.header-area .header-top {
  padding: 13px 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header-area .header-top {
    padding: 13px 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-area .header-top {
    padding: 13px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .header-top {
    padding: 13px 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-area .header-top {
    padding: 13px 20px;
  }
}
@media (max-width: 575px) {
  .header-area .header-top {
    padding: 13px 20px;
  }
}
.header-area .header-bottom {
  padding: 0px 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header-area .header-bottom {
    padding: 0px 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-area .header-bottom {
    padding: 0px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .header-bottom {
    padding: 10px 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-area .header-bottom {
    padding: 10px 20px;
  }
}
@media (max-width: 575px) {
  .header-area .header-bottom {
    padding: 10px 20px;
  }
}
.header-area {
  background: rgba(25, 26, 51, 0.7);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area {
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-area {
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  }
}
@media (max-width: 575px) {
  .header-area {
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  }
}
.header-area .header-top {
  border-bottom: 1px solid #3e4160;
}
.header-area .header-top .header-info-left ul li {
  color: #fff;
  display: inline-block;
  margin-right: 45px;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
}
.header-area .header-top .header-info-left ul li:last-child {
  margin-right: 0px;
}
.header-area .header-top .header-info-left ul li i {
  margin-right: 8px;
}
.header-area .header-top .header-info-right .header-social li {
  display: inline-block;
}
.header-area .header-top .header-info-right .header-social li a {
  color: #fff;
  font-size: 14px;
  padding-left: 25px;
}
.header-area .header-top .header-info-right .header-social li a:hover {
  color: #ff5f13;
}
.main-header {
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .main-header .main-menu {
    margin-right: 30px;
  }
}
.main-header .main-menu ul li {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.main-header .main-menu ul li a {
  color: #fff;
  font-weight: 500;
  padding: 39px 19px;
  display: block;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-header .main-menu ul li a {
    padding: 39px 14px;
  }
}
.main-header .main-menu ul li:hover > a {
  color: #ff5f13;
}
.main-header .main-menu ul ul.submenu {
  position: absolute;
  width: 170px;
  background: #fff;
  left: 0;
  top: 90%;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  padding: 17px 0;
  border-top: 5px solid #ff5f13;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.main-header .main-menu ul ul.submenu > li {
  margin-left: 7px;
  display: block;
}
.main-header .main-menu ul ul.submenu > li > a {
  padding: 6px 10px !important;
  font-size: 14px;
  color: #0b1c39;
}
.main-header .main-menu ul ul.submenu > li > a:hover {
  color: #ff5f13;
  background: none;
}
.main-header .logo .small-logo {
  display: none;
}
@media (max-width: 575px) {
  .main-header .logo .small-logo {
    display: unset;
  }
}
@media (max-width: 575px) {
  .main-header .logo .big-logo {
    display: none;
  }
}
.main-header ul > li:hover > ul.submenu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.header-transparent {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
}
.header-area .header-top .header-info-right .header-social a i {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
}
.header-area .header-top .header-info-right .header-social a:hover i {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.header-sticky.sticky-bar.sticky {
  background: #191a33;
}
/* .header-sticky ul li a {
  padding: 10px 19px;
} */
.header-sticky.sticky-bar.sticky .main-menu ul > li > a {
  padding: 26px 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-sticky.sticky-bar.sticky .main-menu ul > li > a {
    padding: 39px 14px;
  }
}
.slicknav_menu .slicknav_icon-bar {
  background-color: #ff5f13 !important;
}
.slicknav_nav {
  margin-top: 0px;
}
.header-area .slicknav_btn {
  top: -45px;
}
.slicknav_menu .slicknav_nav a:hover {
  background: transparent;
  color: #ff5f13;
}
.slicknav_menu {
  background: transparent;
  margin-top: 4px !important;
}
.mobile_menu {
  position: absolute;
  right: 0px;
  width: 100%;
  z-index: 99;
}
