@charset "UTF-8";
/**
 *
 * @authors UTITECH
 * @date    2023-01-06
 * @version 2.0
 */

/*---------------------------------------------------------*/
button,
a {
  outline: none;
}

.navbar-default {
  background-color: #FFF;
  border-color: #CCC;
}

.navbar {
  background: #FFFFFB;
  /*:#111*/
}

@media(min-width:768px) {
  .navbar {
    padding: 20px 0;
    -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
    transition: background .5s ease-in-out, padding .5s ease-in-out;
  }

  .top-nav-collapse {
    padding: 0;
    border: 0;
    border-radius: 0px;
    border-bottom: 3px solid #0089A7;
  }

}

.top-nav_fixed {
  position: fixed !important;
  top: 0;
  z-index: 999;
  width: 100%;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
  /*background-color: #bae544;選單focus 底色*/
  color: #0089A7;
}

.dropdown {
  margin-right: 3px;
}

.dropdown {
  width: 105px;
  text-align: center;
}

.dropdown-menu {
  text-align: left;
  margin-top: 6px;
  border-radius: 0;
  padding: 8px ;
}

.navbar-nav>.active {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 3px solid #0089A7;
  margin-top: -3px;
}

@media(max-width:767px) {
  .navbar-nav>.active {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 0;
    margin-top: 0px;
    background: #FCFAF2;
    border-bottom: 1px solid #0089A7;
  }

  .navbar-inverse .navbar-nav>.active>a,
  .navbar-inverse .navbar-nav>.active>a:hover,
  .navbar-inverse .navbar-nav>.active>a:focus {
    /*background-color: #bae544;選單focus 底色*/
    background: #0089A7;
    color: #FCFAF2;
  }

  .dropdown {
    margin-right: 0px;
    width: 100%;
    text-align: left;
  }
}

.navbar-collapse {
    max-height: 100%;
}
/*.container > .navbar-header, 
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  .    margin-right: 0;
  .    margin-left: -15px;
}*/



#main-slider {
  position: relative;
  margin-top: 0px;
  /*margin-top:90px;*/
}

@media(max-width:767px) {
  /*#main-slider {
    margin-top: 50px;
  }*/
}

#main-slider .carousel h2,#main-slider .carousel h1 {
  font-size:45px;
  line-height: 55px;
  color: #FFF;
  /*text-transform:uppercase;*/
  margin-top: 20%;
  font-weight: 700;
  padding-left: 0;
  text-shadow:0 0 3px rgba(0,0,0,.5), 0 0 5px rgba(0,0,0,.5)
}

#main-slider .carousel h3 {
  font-size:28px;
  line-height:1.5;
  color: #FFF;
  /*text-transform:uppercase;*/
  margin-top: 10px;
  font-weight: 700;
  padding-left: 0;
  text-shadow:0 0 3px rgba(0,0,0,.5), 0 0 5px rgba(0,0,0,.5)
}

#main-slider .carousel p {
  font-size: 22px;
  line-height: 35px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 0;
  margin-top: 10px;
  text-shadow:0 0 5px rgba(0,0,0,.5), 0 0 5px rgba(0,0,0,.5)
}
@media (max-width: 767px){
  #main-slider .carousel p{margin-top:0;}
}

#main-slider .carousel .btn {
  color: #fff;
  border-radius: 0;
  margin-top: 5px;
}

#main-slider .carousel .btn:hover {
  background-color: #FAFAFA;
  color: #0089A7;
}

#main-slider .carousel .boxed {
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.8);
  display: inline-block;
}

#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 500px;
  /* height: 600px;*/
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}
@media(max-width:767px) {
/*  #main-slider .carousel .item{
	background-position: left 40% top 50%;
  }*/
}
@media(max-width:767px) {
  #main-slider .carousel .item.pic-hr {
	background-position: left 50% top 50%;
  }
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: #007b8a;
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  font-size: 24px;
  height: 40px;
  width: 40px;
  line-height: 36px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
  outline: 0;
  text-decoration: none !important;
}

#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: #BDC0BA;
  color: #0089A7;
  /*border-radius: 10px;*/
}

#main-slider .prev {
  left: 10px;
}

#main-slider .next {
  right: 10px;
}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}

@media(max-width:767px) {
  #main-slider .carousel h2 {
    font-size: 32px;
    line-height: 45px;
    color: #FFF;
    /*text-transform:uppercase;*/
    margin-top: 30%;
    font-weight: 700;
    padding-left: 0;
  }

  #main-slider .carousel .item {
    height: 580px;
    /* height: 600px;*/
  }
}

/* Section Title */
.section-title h1 {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 50px;
}

.section-title h1:before {
  content: url(../title-before.html);
  display: block;
  float: left;
}

@media(max-width:767px) {
  .section-title h1 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 30px;
  }
}

/* Portfolio Grid and Hover Effects */

.grid {
  padding: 20px 20px 100px 20px;
  max-width: 1300px;
  margin: 0 auto;
  list-style: none;
  text-align: left;
}

.grid figure {
  margin: 0;
  position: relative;
  margin-top: 20px;
}

.grid figure img {
  max-width: 100%;
  display: block;
  position: relative;
}

.grid figcaption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  background: #000;
  color: #ed4e6e;
}

.grid figcaption h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  color: #fff;
}

.grid figcaption a {
  text-align: center;
  padding: 5px 10px;
  border-radius: 0;
  display: inline-block;
  background: #ed4e6e;
  color: #fff;
}


.cs-style-3 figure {
  overflow: hidden;
}

.cs-style-3 figure img {
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}

.no-touch .cs-style-3 figure:hover img,
.cs-style-3 figure.cs-hover img {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

.cs-style-3 figcaption {
  height: 80px;
  width: 100%;
  top: auto;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .cs-style-3 figure:hover figcaption,
.cs-style-3 figure.cs-hover figcaption {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}

.cs-style-3 figcaption a {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

/* Caption Style 2 */
.cs-style-2 figure img {
  z-index: 10;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}

.no-touch .cs-style-2 figure:hover img,
.cs-style-2 figure.cs-hover img {
  -webkit-transform: translateY(-90px);
  -moz-transform: translateY(-90px);
  -ms-transform: translateY(-90px);
  transform: translateY(-90px);
}

.cs-style-2 figcaption {
  height: 90px;
  width: 100%;
  top: auto;
  bottom: 0;
}

.cs-style-2 figcaption a {
  position: absolute;
  right: 20px;
  top: 30px;
}

/**/
.navbar-nav {
 /* float: right;*/
}

@media(max-width:767px) {
  .navbar-nav {
    margin-left: -20px;
  }
}

.hr_center_dashed {
  margin: 50px 10px;
  border-top: 1px dashed #cccccc;
  height: 1px;
  overflow: hidden;
}

.hr_stereoscopic {
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #fff;
}

.hr_stereoscopic:after {
  content: '';
  display: block;
  margin-top: 2px;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #fff;
}

/*區隔線...*/
.hr_center_img {
  margin: 40px 0px 30px 0px;
  height: 10px;
  background: url(../png/line.png) repeat-x 0 0;
  border: 0;
}

/*區隔線...*/
.hr_center_img2 {
  margin: 20px 0px 20px 0px;
  height: 10px;
  background: url(../png/line.png) repeat-x 0 0;
  border: 0;
}

/**/
.breadcrumb {
  padding: 5px 0 5px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #fff;
  color: #6d6d6d;
}

.breadcrumb>li {
  display: inline-block;
}

.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #6d6d6d;
  content: "/\00a0";
}

.breadcrumb>.active {
  color: #6d6d6d;
}

.breadcrumb>li a {
  color: #0089A7;
  border-bottom: 1px solid #0089A7;
  outline: medium none;
  text-decoration: none;
}

/*產品*/
.features {
  padding: 0px;
  margin-top: 20px;
}

.feature_s-wrap {
  overflow: hidden;
  margin-bottom: 20px;
}

.feature_s-wrap .pull-left {
  margin-right: 25px;
}

.feature_s-wrap i {
  background: rgb(255, 255, 255);
  margin: 3px 5x 3px 3px;
  border-radius: 100%;
  border: 3px solid rgb(255, 255, 255);
  transition: 500ms;
  border-image: none;
  width: 55px;
  height: 55px;
  text-align: center;
  color: rgb(197, 45, 47);
  line-height: 50px;
  font-size: 30px;
  float: left;
  box-shadow: inset 0px 0px 0px 5px #f2f2f2;
  -webkit-transition: 500ms;
  -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  vertical-align: middle;
}

.feature_s-wrap_title {
  font-size: 18px;
  line-height: 20px;
  text-align: left;
  font-family: '微軟正黑體';
  font-weight: bolder;
  color: #383838 !important;
  margin-top: 17px;
}

.feature_s-wrap_title:hover {
  font-size: 18px;
  line-height: 20px;
  text-align: left;
  font-family: '微軟正黑體';
  font-weight: bolder;
  color: #0089A7 !important;
  margin-top: 17px;
}

.feature_s-wrap_title span {
  font-size: 18px;
  font-weight: 400;

}

.feature_s-wrap button {
  background: #fff;
  border: 0;
  padding: 5px 5px;
  -webkit-border-radius: 5px;
  /* support firefox */
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.feature_s-wrap button:hover {
  width: 100%;
  background: #f1f1f1;
}

.feature-wrap h2 {
  margin-top: 10px;
}

.feature-wrap h3 {
  margin-top: 10px;
  font-weight: 400 !important;
}

.feature-wrap .pull-left {
  margin-right: 25px;
}

.feature-wrap i {
  background: rgb(255, 255, 255);
  margin: 3px 10px 3px 3px;
  border-radius: 100%;
  border: 3px solid rgb(255, 255, 255);
  transition: 500ms;
  border-image: none;
  width: 100px;
  height: 100px;
  text-align: center;
  color: rgb(197, 45, 47);
  line-height: 100px;
  font-size: 48px;
  float: left;
  box-shadow: inset 0px 0px 0px 5px #f2f2f2;
  -webkit-transition: 500ms;
  -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
  -moz-transition: 500ms;
  -o-transition: 500ms;
}

.feature-wrap h2 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 0px;
  text-align: left;
  padding: 13px 0 5px 0;
}

.feature-wrap h3 {
  margin-top: 0px;
  font-size: 13px;
  line-height: 20px;
  font-family: '新細明體';
  text-align: left;
  letter-spacing: 0.5px;
}

.feature-wrap button {
  background: #fff;
  border: 0;
  padding: 5px 5px;
  -webkit-border-radius: 5px;
  /* support firefox */
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.feature-wrap button:hover {
  background: #f1f1f1;
}

.mail {
  color: #000dbd;
  text-decoration: underline;
  outline: none;
}

.mail:hover {
  color: #000e1d;
  text-decoration: underline;
  outline: none;
}


.co1_button {
  color: #222527;
}

.co1_button:hover {
  color: #fa5e00;
}



/*Go to Top*/
/* Fixed button, bottom right */
.btn-fixed-bottom {
  position: fixed;
  bottom: 10px;
  right: 20px;
  display: none;
}


/* Light theme */
#gotop {
  color: #555;
  background-color: rgba(0, 0, 0, .1);
  position: fixed;
  bottom: 100px;
  right: 20px;
  display: none;
  padding: 10px 15px;
  font-size: 20px;
  background: #777;
  color: white;
  cursor: pointer;
}

#gotop:hover {
  color: #111;
  background-color: rgba(0, 0, 0, .25);
}

/* Dark theme */
.btn-dark {
  color: #fff;
  background-color: rgba(0, 0, 0, .5);
}

.btn-dark:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, .9);
}

.datatables-table a {
  color: #0f4a7c;
  text-decoration: underline;
  outline: none;
}

.datatables-table a:hover {
  color: #62249d;
}
.well {
  padding: 0 12px;
}
/**/
.d-table{
  display: table !important;
  display: table!important;
}
.d-table{
  display: table !important;
  display: table!important;
}
.d-block-cell{
  display: table-cell !important;
  display: table-cell!important;
}
.vertical-middle{
  vertical-align: middle;
}
.d-flex {
  display: flex !important;
}
.justify-content-end{
  justify-content: flex-end;
}
.justify-content-start{
  justify-content: flex-start;
}
.justify-content-center{
  justify-content: center;
}
.flex-grow-1{
  flex-grow: 1!important;
}
.flex-row{
  flex-direction: row;
}
.flex-column{
  flex-direction: column;
}

@media (min-width: 768px) {
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.d-sm-inline-flex{
  display: block;
  }
@media (min-width: 768px) {
  .d-sm-inline-flex{
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.d-flex .align-items-stretch{
  align-items:stretch;
}
.partnerNetwork{
  margin-bottom: 30px;
}

.partnerNetwork .img{
  padding:10px 10px 10px 0;
  text-align: center;
}
.partnerNetwork .flex-grow-1{
  padding:10px 0 10px 0;
  text-align: left;
}
@media (min-width: 768px) {
  .partnerNetwork .img{
    padding:7px 10px 10px 0;
    text-align: left;
  }
  .partnerNetwork .flex-grow-1{
    padding:0 0 0 10px;
    text-align: left;
/*    display: flex;
    justify-content: center;
    align-items: center;*/
  }
}

.partnerNetwork .mail{
  display: inline-block;
}

.carousel-inner .banner-icon-arrow-right,
 .banner-icon-arrow-right{
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 18px;
    height: 13px;
  	margin-top:4px;
  	margin-bottom:-4px;
    margin-left: 1px;
    margin-right: -2px;
}
.carousel-inner .banner-icon-arrow-right::after,
.carousel-inner .banner-icon-arrow-right::before,
.banner-icon-arrow-right::after,
.banner-icon-arrow-right::before{
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    right: 3px
}
.carousel-inner .banner-icon-arrow-right::after,
.banner-icon-arrow-right::after{
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    bottom: 7px
}
.carousel-inner .banner-icon-arrow-right::before ,
.banner-icon-arrow-right::before{
    width: 12px;
    height: 2px;
    bottom: 10px;
    background: currentColor
}
.carousel-inner .btn,
.team-member-footer .btn,
.btn-link{
	display:inline-flex
}
.team-member-info h6 a{
  line-height: 23px;
}
.team-member-info{
 padding-bottom: 0px;
}
.team-member-footer{
  position: absolute;
  bottom:0;
  right: 0;
  padding: 5px;
  text-align: right;
}
.pic-container [class*="col-"]{
  padding: 0rem 2.7rem 0 2.7rem;
}
.pic-container [class*="col-"] a:hover h5{
  color:#fff;
  background: #00b6bd;
  border-color:#00b6bd;
  cursor: pointer;

}
.pic-container h5{
  color:#00b6bd;
  margin: 10px auto 0 auto;
  font-family: "微軟正黑體", sans-serif,Roboto;
  font-weight: 600;
  font-size: 1.5rem;
  cursor: default;
  border:1px solid #a9eaec;
  border-radius: 20px;
  width:150px;
  display: block;
  text-align: center;
}
.pic-container img{
  width: 100%;
/*  height: 100%;*/
  max-width: 250px;
  max-height: 250px;
}
.table.valign-center > thead > tr > th,
.table.valign-center > tbody > tr > th,
.table.valign-center > tfoot > tr > th,
.table.valign-center > thead > tr > td,
.table.valign-center > tbody > tr > td,
.table.valign-center > tfoot > tr > td {
    vertical-align: middle;
}

/**/
.footer h4.text{
	color:#fff!important;
	font-size:15px;
	margin-top:30px;
}
.footer .row1 .col-md-4{
    width: 33.33333333%;
}
.footer .row2 .col-md-4{
	width:100%;
}
/* web */
@media (min-width: 768px) {
	.footer .row2 .col-md-4{
		width:33.33333333%;
	}
}

.footer .flex{
  display:inline;
  float:left
}
.footer .flex a{
  padding:3px;
  width:100%;
  float:left
}
.footer .flex a:before{
  display: inline-block;
    content: "•";
    background-size: 12px 12px;
    height: 12px;
    width: 12px;
}
.footer .row,.section .row{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.footer .row [class="col"],.section .row [class="col"]{
  display: flex;
  flex-direction: column;
}
/**/
.mb-2.text-center{
  text-align: left;
}
/* web */
@media (min-width: 768px) {
.mb-2.text-center{
    text-align: center;
  }
}

.view .row .team-member{
  display: flex;
  height: calc(100% - 10px);
  flex-direction: column;
}
/**/
.carousel-content img.QRCode{
  display: none;
  margin-right: 0;
}
.carousel-content .btn-line.d-none{
  display: inline-flex;
}
.carousel-content img.QRCode{
  width: 106px;width: 106px;
  margin-right: 30px!important;
  margin: 15px;
}
/* web */
@media (min-width: 768px) {
  .carousel-content img.QRCode{
    display: block;

  }
  .carousel-content .btn-line.d-none{
    display: none;
  }
}
/*.row .col-md-3{
  width:100%;
}*/
/* web */
/*@media (min-width: 768px) {
  .row .col-md-3{
    width: 25%;
  }
}*/
.courseSyllabus-group{
	display:inline-flex;
	flex-direction:row;
}
.courseSyllabus-group,
.courseSyllabus-group .select_courseSyllabus,
.courseSyllabus-group .btn-courseSyllabus{
	height: 26px;	
	font-size:13px;
	font-family: PMingLiU,'Roboto',Arial;
}
.courseSyllabus-group .select_courseSyllabus,
.courseSyllabus-group .btn-courseSyllabus{
	border-radius: 2px;
}
.courseSyllabus-group .select_courseSyllabus{
	border:1px solid #0089A7;
	padding: 2px 5px;
}
.courseSyllabus-group .btn-courseSyllabus{
	padding: 2px 15px;
	margin-left: 2px;
	display: inline-flex;
    align-items: center; 
}

/* WEN */
/* 滾動視差輪播 */
.home{
  height: 720px;
  background-image: url(../png/slider.png);
  background-attachment: fixed !important;
  position: relative;
  top: 0;
  width: 100%;
  background-size: auto 100%;
  background-position: 50% 50%;
  
}
/* 滾動視差輪播-黑背景 */
.slideBox{
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  background-image: url(../png/patern.png);
  display: inline-block;
  padding: 60px 0;
  transform: translate(0%, -50%);
}

/* 錨點 */
.float-right{
  position: fixed;
  z-index: 1;
  top: 50%;
  right:-155px;
  transform: translate(0%, -50%);
  display: flex;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
}
.float-right.active{
  right: 0PX;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
}
.float-right a{
  text-align: left;
  border-radius: 0 !important;
  width: 110px;
}

.float-right .btn{
  border-bottom: solid 1px #fafafa !important;
  width: 100%;
  padding: 8px  !important;
}
.float-right .btn:last-child{
  border-bottom: none;
}
.float--Box{
  display: flex !important;
}
.float--Box_icon{
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 12px;
  width: 34px;
  text-align: center;
  white-space: nowrap;
  background-color: #080808;
  color: #bae544;
  border-bottom: solid 1px #fafafa !important;
}
.float-right img{
  width: 23px;
}
.input-group-text img{
  width: 14px;
}
.bb-none{
  border-bottom: solid 0px #fafafa !important;
}
.icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.sidebarBtn{
  height: 45px;
  border-radius: 0px !important;
  border: none !important;
  padding: 0 12px;
  position: relative;
	max-width: 270px;
	-webkit-box-shadow: 0 0.125rem 2.5rem rgb(0 0 0 / 25%);
  box-shadow: 0 0.125rem 2.5rem rgb(8 8 8 / 25%);
  background-color: #bae544;
  color: #080808;
  font-size: x-large;
}

.sidebarBtn::after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  left: 0;
  border-color: transparent transparent rgba(8,8,8,1) transparent;
  border-width: 10px 8px 8PX 0;
  bottom: 0;
  
}


  
/* 第三層選單 */
.dropdown-submenu{
  position:relative;
}
.dropdown-submenu>.dropdown-menu{
  top:0;
  left:100%;
  margin-top:-6px;
  margin-left:-1px;
  border-radius: 0;
}

.dropdown-submenu>a:after{
  display:block;
  content:" ";
  float:right;
  width:0;
  height:0;
  border-color:transparent;
  border-style:solid;
  border-width:5px 0 5px 5px;
  border-left-color:#cccccc;
  margin-top:5px;
  margin-right:-10px;
}
.dropdown-submenu:hover>a:after{
  border-left-color:#007b8a;;
}

.dropdown-submenu.pull-left>.dropdown-menu{
  left:-100%;
  margin-left:10px;
  border-radius: 0;
}
.dropdown-submenu:hover>.dropdown-menu{
  display: inline-table;
  cursor: pointer;
  width: auto;
}
@media (min-width: 992px){
  .dropdown-submenu .dropdown-menu{
    opacity: 0;
  }
  .dropdown-submenu:hover>.dropdown-menu{
    opacity: 100;
  }
  
}
@media (max-width: 375px){
  .dropdown-submenu>.dropdown-menu{
    display: inline-table !important;
    cursor: pointer;
    width: auto;
  }
}
@media (min-width: 375px){
  .dropdown-submenu>.dropdown-menu{
    display: inline-table !important;
    cursor: pointer;
    width: auto;
  }
}



.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: #EEEEEE;
}

.panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
  background-color: #FAFAFA;
  border-color: #EEEEEE;
}

.panel-title {
  font-size: 14px;
}

.panel-title > a {
  display: block;
  padding: 15px;
  text-decoration: none;
}

.more-less {
  float: right;
  color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #EEEEEE;
}


.panel-group .panel-Box{
  box-shadow: 0 2px 10px rgb(0 0 0 / 8%);
}


.panel-group .panel-Box .panel-title{
  font-family: sans-serif;
  font-size: 1.275rem;
  font-weight: 600;
  color: #0089A7;
  letter-spacing: 0;
}

.CardGroup .card-body_Style{
  background-color: #6B04A8;

}

.CardGroup .card-body_Style h5{
  color: white;
  font-size: 13px;
}

.CardGroup [class*="col-"]{
  padding: 3px;
}
@media (min-width: 376px){
  .carousel_bannerBg .carousel-inner{
    height: 720px;
  }
  .carousel_bannerBg .carousel-inner img{
    height: 100%;
  }
}

@media (min-width: 992px){
  .carousel_bannerBg .carousel-inner{
    height: 380px;
  }
}
@media (min-width: 992px){
  .modal_enlarge .modal-content{
    margin-top: 0px !important;
  }
}
@media (min-width: 375px){
  .modal_enlarge .modal-content{
    margin-top: 50%;
  }
}


.modal_enlarge .modal-dialog {
  width: 100%;
  margin: 0px auto;
}

.modal_enlarge .modal-header .close {
  margin-top: -10px;
}

.modal_enlarge .modal-content{
  border-radius: 0;
}

.gray-bg{
  background-color: #f5f5f5;
}

.white-box{
  background-color: #FFF;
  border: 1px solid #eee;
  padding: 0.5rem 1rem;
  position: relative;
  overflow: auto;
  height: 100%;
}
.white-box:hover{
  box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
}
.white-box p{
 /* padding-bottom: 28px;*/
}
.white-box a{
  display: block;
 }
.white-box .btn{
  position: relative;
  float: right;
  margin-top: 0px;
}
.white-box img{
  margin-top: 8px;
  margin-bottom: 8px;
}
a.disabled{
  color: #222222;
}

a.disabled h3{
  color: #555555;
}

.footer-link-item{
  width: 20%;
  padding:0 15px;
  box-sizing: border-box;
  
}

@media(max-width:990px) {
  .footer-link-item{
    width: 33.3%;
    padding:0 15px;
    box-sizing: border-box;
  }
}
@media(max-width:651px) {
  .footer-link-item.product{
    width: 100%;
    padding:0 15px;
    box-sizing: border-box;
  }
}
.navbar-inverse .navbar-nav > li > a{
  color: #000000;
}
.navbar-right .new .dropdown-menu{
  padding: 8px;
 
}
@media (min-width: 768px){
  
  .navbar-right .new .dropdown-menu{
    left: 0px;
    padding: 0;
    border: none;
    
  }
  
  .navbar-right .new .dropdown-menu .new-menu{
    display:flex;
    position: relative;
    width: 100%;
  }
  .navbar-right .new .dropdown-menu .new-menu.mobile{
    display: none;
  } 
  .navbar-right .new .dropdown-menu .new-menu  ul{
    display: block;
    position: relative;
    list-style-type: none;
    padding: 8px 0;
    height: 100%;
    min-width: 120px;
    white-space:nowrap;
    border-right: 1px #d4d7d8 solid;
    border-bottom: 1px #d4d7d8 solid;
    background-color: #FFF;
    
  }
  .navbar-right .new .dropdown-menu  .new-menu li{
    display: block;
    position: relative;
    padding: 0;
  }
  .navbar-right .new .dropdown-menu  .new-menu a{
    color: #111;
    display: block;
    font-size: 0.875rem;
    padding: 8px 12px;
    font-weight: bold;
  }
  .navbar-right .new .dropdown-menu  .new-menu li a:hover,.navbar-right .new .dropdown-menu  .new-menu li a.active{
    color: #0089A7;
    background: #FAFAFA;
  }
  .navbar-right .new .dropdown-menu  .new-menu li a.active{
    /*font-weight: bold;*/
  }
  .navbar-right .new .dropdown-menu  .new-menu ul > li > ul{
    margin-top: -10px;
    border: none;
  }
  .navbar-right .new .dropdown-menu  .new-menu ul > li > ul > li a{
    color: #777;
/*    display: block;*/
    font-size: 0.875rem;
    padding: 0 16px;
    border: none;
  }
  .navbar-right .new .dropdown-menu  .new-menu ul > li > ul > li a:hover{
    border: none;
  }

  .navbar-right .new .dropdown-menu .new-menu .lv-0 ul{
    font-size: 0.875rem;
    background: #F4F4F4;
  }
  .navbar-right .new .dropdown-menu  .new-menu .lv-0 li{
    text-align: left;
  }
  .navbar-right .new .dropdown-menu  .new-menu .lv-0 li a{
    font-size: 0.875rem;
/*    border-bottom: 2px solid transparent;*/
  }
  .navbar-right .new .dropdown-menu  .new-menu .lv-0 li a:hover,  .navbar-right .new .dropdown-menu  .new-menu .lv-0 li a.active  {
    background: #F4F4F4;
    color:#0089A7 ;
    /*border-bottom: 2px solid #0089A7;*/
    /*margin: 0 8px;*/
  }

  .navbar-right .new .dropdown-menu .new-menu .lv-2, .navbar-right .new .dropdown-menu .new-menu .lv-3{
    display: none;
  }
  .lv-1-item-0,.lv-1-item-1{
    display: none;
  }
}
@media (max-width: 767px){
  .desk{
    display: none;
  }
  .mobile{
    display: block;
    max-height: calc(100vh - 180px);
    overflow-x: hidden;
    overflow-y: scroll;
    padding-bottom: 10px;
  }  
  .mobile ul{
    padding-left: 0px;
    margin-left: 20px;
  } 
  .mobile ul li{
    color: #999;
  }
  .mobile ul li a{
    color: #000;
    padding:4px 4px 4px 0;
    display: inline-block;
  }  
  .mobile ul.lv-0{
    list-style: none;
  } 
  .mobile ul.lv-0 > li > a{
    font-size: 0.9rem;
    font-weight: bold;
    color: #0089A7;
  } 
  .mobile ul.lv-1{
    list-style: none;
  } 
  .mobile ul.lv-2{
    display: none;
  } 
  
}

.sitemap ul{
  font-size: 1rem;
  color:#0089A7 ;
  padding-left: 20px;
}
.flexbox-h{
  display: flex;
  justify-content: space-between;
}
.flexbox-v{
  display: flex;
  justify-content: space-between;
  flex-direction: column;

}
.f-stretch{
  display: flex;
  align-items: stretch;
}
.img-fluid-max{
  width: 100%;
}

.btn_booking,.btn_booking:visited,.btn_booking:active{
  background-color: transparent;!important;
  color: #fff!important;
  padding: 10px 15px!important;
  margin-top: 0;
  border-radius: 0;
}
.btn_booking .icon{
  background-image: url('../svg/icon_user2.svg');
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
}
@media (min-width: 768px){
  .btn_booking,.btn_booking:visited{
    background-color: #cbf94e!important;
    color: #000!important;
    padding: 7px 7px!important;
    margin-top: 7px;
    border-radius: 3px;
  }
  .btn_booking:hover,.btn_booking:active{
    background-color: #9ed700!important;
    color: #000!important;
    padding: 7px 7px!important;
    margin-top: 7px;
    border-radius: 3px;
  }
  .btn_booking .icon{
    background-image: url('../svg/icon_user.svg');
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 2px;
  }

}