
/*********************************************

[Tables of CSS Content]

+ body
    - 01.0 Reboot CSS
    - 02.0 Spacing CSS
    - 03.0 Preloader CSS
    - 04.0 Heading CSS
    - 05.0 Backtotop CSS
    - 06.0 Buttons CSS
    - 07.0 Header CSS
    - 08.0 Content CSS
    - 09.0 product CSS
    - 10.0 Video CSS
    - 11.0 Mainfunction CSS
    - 12.0 Latest News CSS
    - 13.0 Service CSS
    - 14.0 Breadcrumb CSS
    - 15.0 Attachment CSS
    - 16.0 Magic-check CSS
    - 17.0 Pagination CSS
    - 18.0 Table CSS
    - 19.0 Footer CSS
    - 20.0 Contact CSS
    - 21.0 Agenda CSS
    - 22.0 SelectBox CSS
    - 23.0 Recipe CSS
    - 24.0 Card CSS
    - 25.0 Map CSS
    - 26.0 Carousel CSS
    - 27.0 Tab CSS
    - 28.0 Life CD&Video CSS
    - 29.0 Member CSS
    - 30.0 Sidebar Style
    - 31.0 Payment
    - 32.0 inputStyle
  ---------------------------------------------*/
/* Import Fonts & All CSS */
@import url(../assets/Bootstrap-v4.1.3/bootstrap.min.css);
@import url(../assets/css/bootstrap-datepicker3.min.css);
@import url(../assets/css/animate.css);
@import url(../cgbStyleCSSJS/cgb-nav.css?t=16);
@import url(../assets/OwlCarousel/owl.carousel.min.css);
@import url(../assets/css/magnific-popup.css);
@import url(../assets/fontawesome-fonts/font-awesome.min.css);
@import url(../assets/fancybox-master/dist/jquery.fancybox.css);
@import url(../assets/ElegantIcons-fonts/ElegantIcons.css);
@import url(../assets/css/nice-select.css);
@import url(../cgbStyleCSSJS/style.css);
@import url(../assets/magic-check-master/css/magic-check.min.css);
/* :: 01.0 Reboot CSS */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC');

* {
  margin: 0;
  padding: 0;
}

body {
	font-family: "WenQuanYi Zen Hei","文泉驛正黑","Heiti TC","黑體-繁","LiHei Pro","儷黑 Pro","PingFang TC","Droid Sans","Roboto","Microsoft JhengHei","微軟正黑體";
	font-weight: 400;
}
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #CCC;
}



h1,
h2,
h3,
h4,
h5,
h6,
input{
  font-family: "WenQuanYi Zen Hei","文泉驛正黑","Heiti TC","黑體-繁","LiHei Pro","儷黑 Pro","PingFang TC","Droid Sans","Roboto","Microsoft JhengHei","微軟正黑體";
  color: #303030;
  line-height: 1.4;
  font-weight: 600; }

a,
a:active,
a:focus,
a:hover {
  font-family: "WenQuanYi Zen Hei","文泉驛正黑","Heiti TC","黑體-繁","LiHei Pro","儷黑 Pro","PingFang TC","Droid Sans","Roboto","Microsoft JhengHei","微軟正黑體";
  text-decoration: none;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  outline: none;
  cursor: pointer;
 }
a {
	-webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
	}
li {
  list-style: none;
}


/**********placeholder Style End************/
::-webkit-input-placeholder { /* Edge */
    color: #B8B8B8;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #B8B8B8;
}

::placeholder {
    color: #B8B8B8;
}
/* - Internet Explorer 10–11
   - Internet Explorer Mobile 10-11 */
:-ms-input-placeholder {
    color:  #B8B8B8 !important;
}

/* Edge (also supports ::-webkit-input-placeholder) */
::-ms-input-placeholder {
    color: #B8B8B8;
}

@media all and (min-width:992px){
.member-d-lg-block {
    display: inline-block !important;
    }
}

/**********placeholder Style End************/

@media only screen and (max-width: 767px) {
	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
		position: relative;
		width: 100%;
		padding-right: 5px;
		padding-left: 5px;
	}
}

p {
  line-height: 1.8;
  font-size: 16px;
  font-weight: normal;
  /*margin-bottom: 2rem;*/
}
input {z-index:1;}
a, p, li { color:#666666;}
a[href^="mailto:"]
{
   font-family: sans-serif;
    color: #07c;
	text-decoration: underline;
}
.fa {/*padding-left: 3px;*/}
.form-control {height:42px;
}
.w-auto{width:80px !important; display:inline-block; margin-left:6px; margin-right:6px; }
.width-header-auto {width:520px;}
.width-header-auto-02 {width:620px;}
@media only screen and (max-width: 767px) {
	p {font-size: 15px;margin-bottom:1rem}
	.position_base {position: relative;}
	.position_top {position: absolute; top:0px; right:0px;}

}
@media only screen and (max-width: 991px) {
		.width-header-auto {width:280px;}
	    .width-header-auto-02 {width:320px;}
}
img {
  max-width: 100%;
  height: auto;
}
.img-auto {
  width:100%;
  height: auto;
}

.img-h120 {
  width:100%;
  height: 120px;
  object-fit: cover;
}

.img-h200 {
  width:100%;
  height: 200px;
  object-fit: cover;
}

.img-changeRWD {
  width: auto;
  height: auto;
}
ul {
  margin: 0;
  padding: 0; }
  ul li {
    margin: 0;
    padding: 0; }

.datepicker{
	border-radius: 4px;
	direction: ltr;
	z-index: 9999;
	font-family: Arial;
	font-size: 13px;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active{
    background-color: #7f0c78;
    border-color: #7f0c78;
}
.btn {border-radius:0; outline: none; cursor: pointer;}
.btn-circle {border-radius: 50%;}
.close-btn, .close-btn:active, .close-btn:focus {outline:0; color:#999;}
.font-s {font-size: 82%;}
.get-a-quote { position: relative; top:0; width:100%;}
.table {color:#999;}
.table td, .table th {
    border-top: 1px solid #f5f5f5;
}

.bg-overlay {
  position: relative;
  z-index: 1; }
  .bg-overlay::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.5); }

.bg-images {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.jarallax {
  position: relative;
  z-index: 0; }
  .jarallax > .jarallax-images {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.mfp-iframe-holder .mfp-close {
  top: 0;
  width: 30px;
  height: 30px;
  background-color: #1583e9;
  text-align: center;
  right: 0;
  padding-right: 0;
  line-height: 32px; }

.bg-transparent {
  background-color: transparent !important; }

.bg-gray {
  background-color: #e7f2fd !important; }

textarea:focus,
input:focus {
  outline: none; }

/* :: 2.0 Spacing CSS */
.mt-15 {
  margin-top: 15px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mt-70 {
  margin-top: 70px; }

.mt-80 {
  margin-top: 80px; }

.mt-100 {
  margin-top: 100px; }

.mt-150 {
  margin-top: 150px; }
@media only screen and (max-width: 767px) {
	.mt-sm-15-only {margin-top: 15px;}
}


.mr-15 {
  margin-right: 15px; }

.mr-30 {
  margin-right: 30px; }

.mr-50 {
  margin-right: 50px; }

.mr-100 {
  margin-right: 100px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-100 {
  margin-bottom: 100px; }

.ml-15 {
  margin-left: 15px; }

.ml-30 {
  margin-left: 30px; }

.ml-50 {
  margin-left: 50px; }

.ml-100 {
  margin-left: 100px; }

.pt-50 {
  padding-top: 50px !important; }

.section-padding-tb {
  padding-top: 80px;
  padding-bottom: 80px; }

.section-padding-b {
  padding-top: 0;
  padding-bottom: 80px; }

.section-padding-t {
  padding-top: 80px;
  padding-bottom: 0; }
@media only screen and (max-width: 767px) {
		.section-padding-tb {
		  padding-top: 50px;
		  padding-bottom: 20px; }

		.section-padding-b {
		  padding-top: 0;
		  padding-bottom: 20px; }

		.section-padding-t {
		  padding-top: 20px;
		  padding-bottom: 0;
	}
}







/* :: 3.0 Preloader CSS */
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: #1583e9;
  background-image: url(../images/bg_logo.png);
  background-position: center center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper {
 /* margin: auto;*/
  display: block;
}


.cssload-loader {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  background: #ffffff;
}

.cssload-loader,
.cssload-loader:after,
.cssload-loader:before {
  animation: 1.075s infinite ease-in-out;
  -o-animation: 1.075s infinite ease-in-out;
  -ms-animation: 1.075s infinite ease-in-out;
  -webkit-animation: 1.075s infinite ease-in-out;
  -moz-animation: 1.075s infinite ease-in-out; }

.cssload-loader:after,
.cssload-loader:before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0; }

.cssload-loader {
  animation-name: cssload-loader;
  -o-animation-name: cssload-loader;
  -ms-animation-name: cssload-loader;
  -webkit-animation-name: cssload-loader;
  -moz-animation-name: cssload-loader; }

@keyframes cssload-loader {
  from {
    transform: scale(0);
    opacity: 1; }
  to {
    transform: scale(1);
    opacity: 0; } }
@-o-keyframes cssload-loader {
  from {
    -o-transform: scale(0);
    opacity: 1; }
  to {
    -o-transform: scale(1);
    opacity: 0; } }

@-webkit-keyframes cssload-loader {
  from {
    -webkit-transform: scale(0);
    opacity: 1; }
  to {
    -webkit-transform: scale(1);
    opacity: 0; } }
@-moz-keyframes cssload-loader {
  from {
    -moz-transform: scale(0);
    opacity: 1; }
  to {
    -moz-transform: scale(1);
    opacity: 0; } }
/* :: 4.0 Heading CSS */
.section-heading, .latest-news-area {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
  .section-heading h2, .latest-news-area h2 {
    font-size: 36px;
	font-weight: normal;
	color:#666666;
    text-transform: capitalize;
    margin-bottom: 0;
    line-height: 1.07; }
  .section-heading p, .latest-news-area p{
    margin-top: 15px;
    font-size: 18px;
    margin-bottom: 0px;
}
.section-heading p {display:inline-block;background:#9cacb4;color:#fff;border-radius:20px; height: 35px;line-height: 35px;padding: 0 50px; }

    @media only screen and (max-width: 767px) {
      .section-heading { margin-bottom: 20px; }
      .section-heading h2, .latest-news-area h2 {
        font-size: 30px; }
	  .section-heading p, .latest-news-area p, .latest-news-area span {
		font-size: 15px;}
	  .latest-news-area { margin-bottom: 0px; }
}
/* :: 5.0 scrollUp CSS */
#scrollUp {
  bottom: 50px;
  font-size: 30px;
  line-height: 45px;
  right: 10px;
  width: 50px;
  background-color: #009844;
  color: #ffffff;
  text-align: center;
  height: 50px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 2px 2px rgba(0, 96, 43, 0.15);
  box-shadow: 0 2px 2px 2px rgba(0, 96, 43, 0.15);
  display: inline;
  position: fixed;
  z-index: 9;
  cursor: pointer;
}
#scrollUp:focus, #scrollUp:hover {
    background-color: #0a60af;
    color: #ffffff; }

#scrollUp2 {
  top: 150px;
  right: 10px;
  width: 50px;
  background-color: #fff;
  text-align: center;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  border-radius:30px;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.15);
  position: fixed;
  z-index: 9;
  padding: 15px 5px;
}

#scrollUp2 a:hover {opacity: 0.6;}

#scrollUp2 a {
	display:block;
	font-size: 30px;
    line-height: 45px;
}
  @media only screen and (max-width: 767px) {
    #scrollUp {
      bottom: 100px;
	  width:40px;
	  height:40px;
	  line-height: 32px;
	  }
	#scrollUp2 {display: none;}
}


/* :: 6.0 Buttons CSS */
.cgb-btn {
  /*position: relative;
  z-index: 1;*/
  min-width: 160px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  display: inline-block;
  padding: 0 30px;
  text-align: center;
  text-transform: capitalize;
  color: #42bad0;
  border: none;
  border-radius: 7px;
  background-color: #ffffff;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}
  .cgb-btn:focus, .cgb-btn:hover {
    /*-webkit-box-shadow: 0 0px 3px 5px rgba(21, 131, 233, 0.15);*/
    /*box-shadow: 0 0px 3px 5px rgba(21, 131, 233, 0.15);*/
    background-color: #42bad0;
    color: #ffffff; }
  .cgb-btn.btn-2 {
    background-color: #42bad0;
    color: #ffffff; }
    .cgb-btn.btn-2:focus, .cgb-btn.btn-2:hover {
      background-color: #0a60af;
      color: #fff; }
  .cgb-btn.btn-news {
    border: 1px solid #9cacb3;
	border-radius: 30px;
    line-height: 40px;
	background-color:#fff;
    color:#666;
}
.cgb-btn.btn-news:focus, .cgb-btn.btn-news:hover {
	background-color: #9cacb3;
    color: #fff;
}
.login-register-btn a {
  display: inline-block; }
  .login-register-btn a span {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    color: #a6a6a6; }
    .login-register-btn a span:focus, .login-register-btn a span:hover {
      color: #1583e9; }
  .login-register-btn a:focus, .login-register-btn a:hover {
    color: #1583e9; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .login-register-btn a {
      font-size: 14px; } }
.cgb-goback-btn {
	border: 1px solid #0a60af;
	background: #f9f9ff;
	padding-top: 0px;
	padding-right: 30px;
	padding-left: 40px;
	padding-bottom: 0px;
	font-weight: 500;
	border-radius: 5px;
	color: #0a60af;
	line-height: 34px;
	display: inline-block;
	height: 45px;
	text-decoration: none;
}
.cgb-goback-btn a {color: #0a60af;text-decoration: none;}
.cgb-goback-btn:hover {
  background: #0a60af;
  border-color: #0a60af;
  color: #fff;
  text-decoration: none;
}

.cgb-goback-btn  span{
 transition: 0.5s;
 /* 過渡0.5秒 */
 }
.cgb-goback-btn:hover span{
 padding-right: 25px;
 /* 當滑鼠在按鈕上時span內邊右距離25px */
 }
.cgb-goback-btn  span:after{
 content: "»";
 opacity: 0;
 transition: 0.1s;
 position: relative;
	top:2px;
	left:10px;
	font-size: 28px;
 }
.cgb-goback-btn:hover span:after{
 opacity: 1;
 }
.cgb-subbtn {
	border: 1px solid #aaa;
	background: #fff;
	padding: 6px 10px;
	border-radius: 1px;
	color: #0a60af;
	display: inline-block;
	text-decoration: none;
	font-size: 87%;
}


/* :: 7.0 Header CSS */
.header-top {
  position: absolute;
  height:60px;
  z-index:99999;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  background:#fff;
  border-bottom: 1px solid #dfdfdf;
 }

.header-area .main-header-area .slogen {
	color: #fff;
	font-size: 17px;
	margin: 3px;
	float: left;
	letter-spacing: 10px;
	line-height:30px;
	z-index: 99999;
}
.header-area .main-header-area .tel{line-height: 32px;}
@media only screen and (max-width: 767px) {
	.header-area .main-header-area .slogen{letter-spacing: 5px;font-size: 15px;}
	.header-area .main-header-area .tel {display:none;}
}

.header-top .subfunction ul {float: right;}
.header-top .subfunction ul li {display:inline-block; width:100px; text-align:center; margin:0 auto;}
.header-area .main-header-area {
      /*border-top: 1px solid #42bbd0; */
	  width:100%;}
.header-area .main-header-area.cgb-sticky {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    top: 100px;
    width: 100%;
	height:50px;
    position: fixed;
    background-color: #e7f2fd;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
    border-top: 1px solid #dfdfdf;
    left: 0;
    z-index: 650; }
  .header-area .search-icon {
    position: relative;
    z-index: 1;
    margin-left: 14px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-area .search-icon {
        margin-left: 15px;
        margin-top: 20px; } }
    @media only screen and (max-width: 767px) {
      .header-area .search-icon {
        margin-left: 15px;
        margin-top: 20px; } }
    .header-area .search-icon i {
      font-size: 20px;
	  font-weight: bold;
      color: #303030;
      cursor: pointer; }

/******202307更改選單******/
.cgb-nav-container {
  padding: 0;
}


  @media only screen and (max-width: 767px) {
    .cgb-nav-container {
      padding: 0; }
   }
  .cgb-nav-container .cgb-navbar {
	position: relative;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
	background-color: #fff;
    border-bottom: 1px solid #CCC;
	}
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .cgb-nav-container .cgb-navbar {
        height: 70px;
        padding: 0 0%; }
	}
    @media only screen and (max-width: 767px) {
      .cgb-nav-container .cgb-navbar {
        height: 70px;
        padding: 0 5%; }
	}
    @media only screen and (max-width: 767px) {
      .cgb-nav-container .cgb-navbar .nav-brand {
		text-align: center;
		margin:0 auto;
        }
	}
    .cgb-nav-container .cgb-navbar .cgbnav ul li a {
      position: relative;
      z-index: 1;
      font-weight: normal;
      font-size: 18px;
      text-transform: capitalize;
      color: #0b4071; }
      .cgb-nav-container .cgb-navbar .cgbnav ul li a:focus, .cgb-nav-container .cgb-navbar .cgbnav ul li a:hover {
        color: #1583e9;}
      .cgb-nav-container .cgb-navbar .cgbnav ul li ul li a:hover {
        color: #1583e9; background:#edecf8;}
           @media only screen and (min-width: 901px) {
          .breakpoint-off .cgbnav ul li ul.dropdown li.has-down ul.dropdown.wf400 {
		   width:450px;
			}
		  .breakpoint-off .cgbnav ul li ul.dropdown li.has-down ul.dropdown.wf400 li {
			   display: inline-block;
			   padding: 0 0%;
			   width:32.33%;
			}
         }
      @media only screen and (min-width: 901px) and (max-width: 1199px) {
        .cgb-nav-container .cgb-navbar .cgbnav ul li a {
          font-size: 15px;
          padding: 2px; }
		  .breakpoint-off .cgbnav ul li .dropdown li {padding:0 10px}
		  .breakpoint-off .cgbnav ul li ul.dropdown li.has-down ul.dropdown.wf400 li {
			   display: inline-block;
			   padding: 0 2%;
			   width:32.33%;
			}
      }
      @media only screen and (min-width: 768px) and (max-width: 900px) {
        .cgb-nav-container .cgb-navbar .cgbnav ul li a {
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .cgb-nav-container .cgb-navbar .cgbnav ul li a {
          font-size: 14px; } }
    .cgb-nav-container .cgb-navbar .cgbnav ul li.cn-dropdown-item ul li a {
      font-size: 16px;
      text-transform: capitalize;
      line-height: 40px;
      /*padding: 0 20px;*/
      }
      @media only screen and (min-width: 992px) and (max-width: 1400px) {
        .cgb-nav-container .cgb-navbar .cgbnav ul li.cn-dropdown-item ul li a {
          font-size: 14px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .cgb-nav-container .cgb-navbar .cgbnav ul li.cn-dropdown-item ul li a {
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .cgb-nav-container .cgb-navbar .cgbnav ul li.cn-dropdown-item ul li a {
          font-size: 14px; } }
    .cgb-nav-container .cgb-navbar .cgbnav ul li.current-item a::after {
      content: '';
      position: absolute;
      width: 70%;
      height: 2px;
      background-color: #1583e9;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 1; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .cgb-nav-container .cgb-navbar .cgbnav ul li.current-item a::after {
          width: 100%;
          height: 1px; } }
      @media only screen and (max-width: 767px) {
        .cgb-nav-container .cgb-navbar .cgbnav ul li.current-item a::after {
          width: 100%;
          height: 1px; } }

.cgbnav ul li.has-down > a::after,
.cgbnav ul li.has-down.active > a::after,
.cgbnav ul li.megamenu-item > a::after {
  color: #303030; }

.breakpoint-off .cgbnav ul li .dropdown {
  width: 210px;
  -webkit-box-shadow: 0 0px 5px 3px rgba(21, 131, 233, 0.15);
  box-shadow: 0 0px 5px 3px rgba(21, 131, 233, 0.15);
  border-radius: 6px; }
/******202307更改選單******/

.top-search-area .modal-content, .function-popup-area .modal-content {
  border: none; }
  .top-search-area .modal-content .modal-body, .function-popup-area .modal-content .modal-body {
    padding: 50px; }
    @media only screen and (max-width: 767px) {
      .top-search-area .modal-content .modal-body, .function-popup-area .modal-content .modal-body {
        padding: 50px 15px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .top-search-area .modal-content .modal-body, .function-popup-area .modal-content .modal-body {
        padding: 50px; } }
    .top-search-area .modal-content .modal-body button.close-btn, .function-popup-area .modal-content .modal-body button.close-btn {
      position: absolute;
      top: 15px;
      right: 15px;
      z-index: 10;
      font-size: 18px; }
      .top-search-area .modal-content .modal-body button.close-btn.btn,
      .function-popup-area .modal-content .modal-body button.close-btn.btn{
        padding: 0;
        background-color: transparent; }
        .top-search-area .modal-content .modal-body button.close-btn.btn:focus, .top-search-area .modal-content .modal-body button.close-btn.btn:hover,
        .function-popup-area .modal-content .modal-body button.close-btn.btn:focus, .function-popup-area .modal-content .modal-body button.close-btn.btn:hover {
          box-shadow: none;
          color: #1583e9; }
.top-search-area form {
  width: 100%;
  position: relative;
  z-index: 1; }
  .top-search-area form input {
    width: 100%;
    height: 50px;
    border: none;
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.09);
    border-radius: 6px;
    font-size: 18px;
    font-style: italic;
    padding: 0 20px; }
    .top-search-area form input:focus {
      box-shadow:0px 0px 5px 2px rgba(0,0,0,0 1);
}
  .top-search-area form button {
    position: absolute;
    width: 100px;
    height: 50px;
    top: 0;
    right: 0;
    z-index: 10;
    border-radius: 0 6px 6px 0;
    border: none;
    background-color: #0a60af;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .top-search-area form button {
        width: 80px; }
	  .top-search-area form input {font-size:0.85rem; }
     }
   .socialMediaBtn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 2px 5px;
    padding: 0;
    overflow: hidden;
    line-height: 0;
    text-decoration: none;
    text-transform: none;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
    border: 0;
   }
  .socialMediaBtn:hover
   {
	transform: translateY(-5px);
   }

/* :: 8.0 Content CSS */

.content-wrap{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 90px;
}
.content-wrap ol, .content-wrap ul {
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
.content-wrap ol li {
	list-style-type:decimal;text-align: left;font-size: 16px; line-height: 30px;list-style-position: outside;
}

.content-wrap div.forEX {
	background-color:#f2fbff;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	display: block;
	margin: 10px;
	padding: 10px 20px;
}



@media only screen and (max-width: 767px) {
	.content-wrap{
	padding-top: 0px;
	padding-bottom: 0px;

     }
	.content-wrap ol, .content-wrap ul {
	padding-left: 0px;
     }
}


.mainthemeBanner-area {
    width: 100%;
    height: 200px;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.mainthemeBanner-area:after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-color: rgba(136, 253, 21, 0.2);
    z-index: -1;
}

.mainthemeBanner-area .mainthemeBanner-title h2 {
    font-family: "Noto Sans TC",sans-serif!important;
	font-size: 36px;
    color: #fff;
	font-weight: 100;
	text-shadow: 0 1px 3px rgba(0, 0, 0, .8);
}

.content-header {
    font-size: 30px;
    line-height: 45px;
    color: #595757;
    letter-spacing: 0.14em;
	text-align: center;
	margin-bottom:10px;
}
@media only screen and (max-width: 490px) {
.content-header {
	font-size: 20px;
  }
}
.content-header h3 {
	margin: 0;
	padding-bottom: 10px;
	display: inline-block;
	margin-bottom: -1px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}


.content-header .title_underline {
	border-bottom-width: 8px;
	height: 8px;
	border-bottom-style: solid;
	border-color: #38bdc7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 10%;
	clear: both
}
blockquote {
	font-size: 18px;
	line-height: 2;
	letter-spacing: 1px;
	word-wrap: break-word;
	word-break: break-all;
	text-align: center;
}
blockquote>h5 {font-size: 21px !important;}
blockquote>p {
	font-size: 17px !important;
	/*line-height: 2.3;*/
	font-weight: bold;
}
@media only screen and (max-width: 767px) {
	blockquote>h5, h5 {font-size: 17px !important;}
	blockquote>p {
		font-size: 15px !important;}


}

blockquote>p:before,
q:before {
	content: '\201C';
	font-family: Georgia, serif;
	color: #42bbd0;
	font-size: 40px;
	font-weight: bold;
	line-height: 0.8;
}
blockquote>p:after,
q:after {
	content: '\201D';
	font-family: Georgia, serif;
	color: #42bbd0;
	font-size: 40px;
	font-weight: bold;
	line-height: 0.6;
	position: relative;
	top:30px;
}
@media (max-width: 767px) {
	blockquote>p {
		font-family: "Noto Sans TC",sans-serif!important;
		font-size: 17px !important;
		line-height: 2.3;
		font-weight: bold;
	}
	blockquote>p:after,
	q:after {
		content: '\201D';
		color: #42bbd0;
		font-size: 40px;
		font-weight: bold;
		line-height: 0.6;
	}
}

/* :: 09.0 product CSS */
.product-area {
	position: relative;
	z-index: 1;
	padding-left: 3%;
	padding-right: 3%;
	background-image: url(../images/bg_01.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #ededed;
	margin-top: 80px;
}
  .product-area .product-bg-curve {
    position: absolute;
    top:150px;
    right: 0;
    z-index: -1;
    height: auto;
    width: auto;
}
.special-label{
	font-weight: normal;
	position: absolute;
	top:-5px;
	right:4px;
	-webkit-transform: rotate(-6deg);
    -moz-transform:rotate(-6deg);
    -o-transform:rotate(-6deg);
    -ms-transform:rotate(-6deg);
    transform: rotate(-6deg);
	/* z-index: 1;*/
}
.special-label img {width:50px; height: 50px; }
.special-label02{
	font-weight: normal;
	position: absolute;
	top:0px;
	right:4px;
	z-index: 9;
	padding: 2px 6px;
}
.single-product-slide {
	position: relative;
	z-index: 1;
	/*padding: 20px;*/
	padding: 2px !important;
	border-radius: 3px;
	margin-bottom: 10px;
	border-left: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	border-top: 6px solid #003392;
	background-color: #fff;

}

.single-member-list{
	position: relative;
	z-index: 1;
	width:100%;
	display:inline-block;
	/*padding: 20px;*/
	padding: 20px 10px 20px 10px;
	color:#fff;
	border-color: #38bdc7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	border-left: 5px solid #38bdc7;
	border-right: 5px solid #38bdc7;
	border-bottom: 5px solid #38bdc7;
	border-top: 5px solid #38bdc7;
	background-color:#38bdc7;
    font-weight: bold;
	min-height: 100px;
}

.single-member-list a{color:#fff;}


.single-member-list-02{
	position: relative;
	z-index: 1;
	width:95%;
	display:inline-block;
	padding: 4px 10px;
	text-align: left;
	color:#303030;
	border-color: #e1effb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
	border-left: 5px solid #e1effb;
	border-right: 5px solid #e1effb;
	border-bottom: 5px solid #e1effb;
	border-top: 5px solid #e1effb;
	background-color:#e1effb;
    font-weight: normal;
	font-size: 1rem;
}

.single-member-list-02 a{color:#303030;}

.single-member-list-02:hover {
	background-color:#c6e4ff;
	border-left: 5px solid #c6e4ff;
	border-right: 5px solid #c6e4ff;
	border-bottom: 5px solid #c6e4ff;
	border-top: 5px solid #c6e4ff;
}


  @media only screen and (min-width: 1200px) and (max-width: 1920px) {
	  .single-product-slide {padding:20px 10px;}
}
  @media only screen and (max-width: 767px) {
	  .single-product-slide {
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
}
.single-member-list{
	min-height: 50px;
	}
}
	/*自動隱藏超出長寬的圖片*/
  .single-product-slide img {
    position: relative;
	overflow: hidden;
    z-index: 1;
    width: 100%;
}

	/*轉場的時間*/
	 .single-product-slide img {
	 transition: all 0.5s ease 0s;
	 z-index: 1;
	 }

	/*判斷滑鼠的動作放大圖片還有增加透明度*/
	 .single-product-slide img:hover {
	 -moz-transform: scale(1.01);
	 -ms-transform: scale(1.01);
	 -o-transform: scale(1.01);
	 -webkit-transform: scale(1.01);
	 transform: scale(1.01);
	 opacity: .5;
	 }



.single-product-slide .overlay-effect {
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 20;
	color: #fff;
	background-color: rgba(66, 186, 208, 0.9);
	padding: 20px;
	opacity: 0;
	visibility: hidden;
}
.single-product-slide .overlay-effect h4 {
        display: block;
        margin-bottom: 15px;
        font-weight: normal;
	    color:#fff;
        font-size: 20px;
 }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-product-slide .overlay-effect {
        padding: 30px; }
      }
@media only screen and (max-width: 767px) {
      .single-product-slide .overlay-effect {
        padding: 10px;
		}
	  .single-product-slide .overlay-effect h4 {
	  	font-size: 18px;
	   }
      }

.overlay-effect > .border-box {border: 1px solid #fff;padding:50% 10px;height: 100%;}



.single-product-slide .overlay-effect p {
      margin-bottom: 0;
      line-height: 1.6;
}
      @media only screen and (max-width: 767px) {
        .single-product-slide .overlay-effect p {
          font-size: 14px; }
         }
.single-product-slide .view-more-btn a {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #ffffff;
    display: inline-block;
    position: absolute;
    bottom: 50px;
    right: 0;
    z-index: 100;
    text-align: center;
    line-height: 65px;
    font-size: 24px;
    opacity: 0;
    visibility: hidden; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-product-slide .view-more-btn a {
        bottom: 30px;
        width: 40px;
        height: 40px;
        line-height: 45px; } }
    @media only screen and (max-width: 767px) {
      .single-product-slide .view-more-btn a {
        bottom: 30px;
        width: 40px;
        height: 40px;
        line-height: 45px; } }
    .single-product-slide .view-more-btn a:focus, .single-product-slide .view-more-btn a:hover {
      background-color: #1583e9;
      color: #ffffff; }
  .single-product-slide:focus, .single-product-slide:hover {
    }
    .single-product-slide:focus .overlay-effect, .single-product-slide:hover .overlay-effect {
      opacity: 1;
      visibility: visible; }
    .single-product-slide:focus .view-more-btn a, .single-product-slide:hover .view-more-btn a {
      right: 40px;
      opacity: 1;
      visibility: visible; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-product-slide:focus .view-more-btn a, .single-product-slide:hover .view-more-btn a {
          right: 30px; } }



span.special-label03 {
	position: absolute;
	top:-5px;
	right: 10px;
	width:48px;
	height: 54px;
	background-image: url("../images/tag.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index:99999;
}
span.special-label-text-rotate03 {
  position: absolute;
  top: 0px;
  display: block;
  width: 48px;
	font-size: 25px;
	font-family: 'Lato','Noto Sans TC','PingFang TC',"SF Pro TC",'Helvetica Neue','Helvetica','arial','Microsoft JhengHei',sans-serif;
	line-height: 38px;
  text-align: center;
  color: #FFF;
}


.product-sildes {
  position: relative;
  z-index: 1; }
.product-sildes div {overflow: hidden;}
.product-sildes .owl-dots {
    position: relative;
	z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .product-sildes .owl-dots .owl-dot {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 8px;
      flex: 0 0 8px;
      max-width: 8px;
      margin: 0 5px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #c3d8e2; }
      .product-sildes .owl-dots .owl-dot.active {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 38px;
        flex: 0 0 38px;
        max-width: 38px;
        width: 38px;
        border-radius: 15px;
        background-color: #42bad0; }

.product-menu {
  position: relative;
  z-index: 1; }
  .product-menu button {
    background-color: transparent;
    padding: 0;
    font-weight: 600;
    color: #a6a6a6;
    font-size: 22px;
    margin: 0 20px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .product-menu button {
        font-size: 20px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .product-menu button {
        font-size: 18px; } }
    @media only screen and (max-width: 767px) {
      .product-menu button {
        font-size: 16px;
        margin: 0 10px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .product-menu button {
        font-size: 14px;
        margin: 0 5px; } }
    .product-menu button.active, .product-menu button:hover {
      color: #303030; }
    .product-menu button:focus {
      box-shadow: none; }

.single-product-item .single-product-slide {
  margin-right: 10px;
  margin-left: 10px; }

.product-details-text {
  position: relative;
  z-index: 1; }
  .product-details-text h2 {
    font-size: 36px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .product-details-text h2 {
        font-size: 30px; } }
    @media only screen and (max-width: 767px) {
      .product-details-text h2 {
        font-size: 24px; } }
  .product-details-text h6 {
    font-size: 14px;
    text-transform: uppercase;
    color: #1583e9;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-weight: 400; }
  .product-details-text p {
    margin-bottom: 0; }

.product-meta h6 {
  color: #707070;
  margin-bottom: 10px;
  font-weight: 400; }
@media only screen and (max-width: 767px) {
  .product-meta {
    margin-top: 50px; } }

.product-social-info p {
  margin-bottom: 0;
  margin-right: 15px; }
.product-social-info a {
  display: inline-block;
  margin-right: 15px;
  font-size: 16px; }
  .product-social-info a:last-child {
    margin-right: 0; }
  .product-social-info a:hover, .product-social-info a:focus {
    color: #1583e9; }

.product-pager {
  position: relative;
  z-index: 1; }
  .product-pager a {
    display: inline-block;
    color: #707070; }
    .product-pager a:nth-child(2) {
      color: #a6a6a6; }
    .product-pager a:hover, .product-pager a:focus {
      color: #1583e9; }
    @media only screen and (max-width: 767px) {
      .product-pager a {
        font-size: 12px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .product-pager a {
        font-size: 16px; } }


/*** 產品明細 *****/
.majorinfo {
    padding: 15px 20px;
    background: #f9f9f9;
}
.majorinfo .price {
    font-size: 1.87rem;
    font-weight: 500;
    color: #ee4d2d;
    font-family: Helvetica Neue,Helvetica,Arial,文泉驛正黑,WenQuanYi Zen Hei,Hiragino Sans GB,儷黑 Pro,LiHei Pro,Heiti TC,微軟正黑體,Microsoft JhengHei UI,Microsoft JhengHei,sans-serif;
    line-height: 1.2;
}

.price {color: #ee4d2d;}
/* :: 10.0 Video CSS */
.video-container {
    position: relative;
	width:100%;
    height: auto;
    overflow: hidden;
    max-height: 300px;
}
.cgb-video-area {
  position: absolute;
  top: 50%;
  right: 40%;
  z-index: 99;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .cgb-video-area {
      right: auto;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }
  @media only screen and (max-width: 767px) {
    .cgb-video-area {
      right: auto;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }
  .cgb-video-area .video-play-btn {
    display: inline-block;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color: rgba(105, 14, 14, 0.8);
    color: #ffffff;
    line-height: 60px;
    text-align: center;
    font-size: 24px; }
.cgb-video-area .video-play-btn:hover {background-color: #ff0000;}
    .cgb-video-area .video-play-btn i {
      padding-left: 5px; }
    .cgb-video-area .video-play-btn:focus, .cgb-video-area .video-play-btn:hover {
      box-shadow: none;
      background-color: #ff0000; }
/* :: 11.0 Newsletter CSS */
.cgb-newsletter-area {
  position: relative;
  z-index: 1; }
  .cgb-newsletter-area .border-line {
    width: 100%;
    height: 1px;
    background-color: #e7f2fd; }
  .cgb-newsletter-area .nl-content {
    position: relative;
    z-index: 1; }
    .cgb-newsletter-area .nl-content h2 {
      font-size: 36px;
      display: block;
      margin-bottom: 0; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .cgb-newsletter-area .nl-content h2 {
          font-size: 30px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .cgb-newsletter-area .nl-content h2 {
          font-size: 24px; } }
      @media only screen and (max-width: 767px) {
        .cgb-newsletter-area .nl-content h2 {
          font-size: 24px; } }
    .cgb-newsletter-area .nl-content p {
      margin-bottom: 0; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .cgb-newsletter-area .nl-content p {
          font-size: 14px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .cgb-newsletter-area .nl-content p {
          font-size: 12px; } }
  .cgb-newsletter-area .nl-form form {
    position: relative;
    z-index: 1; }
    .cgb-newsletter-area .nl-form form input {
      width: 100%;
      height: 50px;
      border-radius: 50px;
      background-color: #e7f2fd;
      border: none;
      font-size: 16px;
      padding: 0 30px; }
    .cgb-newsletter-area .nl-form form button {
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms;
      position: absolute;

      padding: 0 30px;
      border-radius: 0 50px 50px 0;
      background-color: #1583e9;
      font-size: 16px;
      color: #ffffff;
      height: 50px;
      top: 0;
      right: 0;
      border: none;
      cursor: pointer; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .cgb-newsletter-area .nl-form form button {
          padding: 0 20px; } }
      @media only screen and (max-width: 767px) {
        .cgb-newsletter-area .nl-form form button {
          padding: 0 20px; } }
      .cgb-newsletter-area .nl-form form button:hover, .cgb-newsletter-area .nl-form form button:focus {
        background-color: #303030; }

/* :: 12.0 Latest News CSS */
.latest-news-content {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
 text-align: justify;
}
  .latest-news-content h2 {
	font-size: 36px;
	line-height:3rem;
    display: block;
    margin-bottom: 25px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .latest-news-content h2 {
        font-size: 32px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .latest-news-content h2 {
        font-size: 26px; } }
    @media only screen and (max-width: 767px) {
      .latest-news-content h2 {
		line-height:2rem;
        font-size: 18px; } }


.latestNewsLst  {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0 15px;
  width:100%;
  text-align: justify;
}
.latestNewsLst:hover {
    background: #e9f3f7;
}

.latestNewsLst > a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color:#666;
}

.latestNewsLst  > span:not([class]) > a:hover  {
  opacity: 0.75;
}
.latestNewsLst > span:not([class]) > a {
  -webkit-transition: all .2s;
          transition: all .2s;
}
    @media only screen and (max-width: 767px) {
		.latestNewsLst.pr-5 {padding-right:0 !important;}
}
.latestNewsLst .date {
    display: inline;
	height: 30px;
	background-color: #b3c4cc;
    color: #fff;
    margin-right: 20px;
	padding: 3px 15px;
    font-size: 13px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-weight: normal;
}
.latest-news-thumbnail {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-right: 10px;
  padding-bottom: 10px;
}
  .latest-news-thumbnail img {
    width: 100%; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .latest-news-thumbnail {
      padding-right: 0; } }
  @media only screen and (max-width: 767px) {
    .latest-news-thumbnail {
      padding-right: 0; } }

.latest-news-area {
  position: relative;
  z-index: 1;
  padding: 50px 0;}

.latest-news-area h2 {
	display: block;
	text-indent: 30px;
	height: 40px;
	background-image: url(../images/main_li_style_01.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;

}

.latest-news-area h2:after{
	content:'';
	position:absolute;
	left:230px;
	top:20px;
	width:calc(100% - 230px);
	height:1px;
	background:#42bad0;
}




.article-title {
	position:relative;
	margin-bottom:30px;
	padding-bottom:0px;
}

.article-title h3{
	color:#1b1b1b;
	text-transform:capitalize;
	font-weight:600;
	text-indent: 0px;
	line-height: 50px;
}

.article-title:before{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:2px;
	background:#f1f1f1;
}

.article-title:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:300px;
	height:2px;
	background:#42bad0;
}

.article-title > ul.list-inline {
	float:left; color:#ccc; padding: 6px 0px; position: relative; top:-10px;font-size: 13px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.article-title > ul.list-inline li{
	display: inline-block;
	margin-right: 20px;
	}


.detailWrap {
	/*padding: 15px 10px 20px 10px;*/
	line-height: 1.8;
	color: #000;
	padding: 0px;
	clear:both;
}
.detailWrap blockquote {
    padding: 25px 15px;
    margin-bottom: 20px;
    border-left: 7px solid #d7d7d7;
    background-color: #f2f4f8;
	text-align: left;
}
.detailWrap a, .detailWrap p a {color:#0a60af;text-decoration: underline;}

.detailWrap  ul, .detailWrap  ol {
    margin: 0px;
}
.detailWrap  ul li {list-style-type: disc;}
.detailWrap  ol li {list-style-type: decimal;}
/*.detailWrap > p:first-of-type::first-letter {
	float: left;
	font-size:30px;
	margin-top: 0px;
	margin-right: 12px;
	margin-left: 0;
	margin-bottom: 0;
	border: solid thin #0a60af;
	padding: 2px 12px;
	line-height: 1.5;
}*首字大寫*/

@media only screen and (max-width: 767px) {
	.detailWrap {
	 padding: 0px;
	}
	.detailWrap blockquote {
		padding: 10px 10px;
		margin:0px;
	}
}
.latestNewsLst.drSpeech-widget {width: 100%; padding-left: 5px;}
.latestNewsLst.drSpeech-widget  img {height:150px; width:150px;margin-right: 10px;}
.latestNewsLst.drSpeech-widget .media-body h3 {
  line-height: 1.2;
  margin-bottom: 4px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
	font-size: 21px;
}

.latestNewsLst.drSpeech-widget  .media-body h3:hover {
  color: #0a60af;
}
.latestNewsLst.drSpeech-widget .media-body h5.spec_title {font-weight: normal;color:#707070;}
.latestNewsLst.drSpeech-widget .media-body p {
  font-size: 12px;
  line-height: 21px;
  margin-bottom: 0px;
  color:#b3c4cc;
}

.latestNewsLst.drSpeech-widget {
  margin-top: 20px;
}
.drSpeech-widget:hover {
    -webkit-box-shadow: 3px 0 0 #b3c4cc inset;
    -moz-box-shadow: 3px 0 0 #b3c4cc inset;
    box-shadow: inset 3px 0px 0px #b3c4cc;

}


@media only screen and (max-width: 767px) {
	.latest-news-area h2:after{
	left:180px;
	top:20px;
	width:calc(100% - 180px);
	height:2px;
	background:#42bad0;
}
	.detailWrap blockquote {
	font-size:15px; line-height: 28px;
    margin-bottom: 20px;
	}
	.article-title { margin-top: 10px; margin-bottom: 10px;}
	.drSpeech-widget {
	border-top: 1px dashed #C4C4C4;
}
   .article-title h3 {font-size: 22px;line-height: 40px; }
   .latestNewsLst.drSpeech-widget .media-body h3 {font-size: 18px;}
   .latestNewsLst.drSpeech-widget  img {height:100px; width:100px;margin-right:6px;}
   .latestNewsLst.drSpeech-widget .media-body h5.spec_title {font-size: 15px;}
}
.PopularATL h3 {
	margin: 0 0 -2px 0;
	padding-top: 7px;
    padding-bottom: 7px;
    display: inline-block;
    color: #f04646!important;
    font-weight: bold!important;
    font-size: 1.2em!important;
    border-bottom: 3px solid #666666;
}
.PopularATL ul{margin-top:17px;padding-left:0px;counter-reset:item}
.PopularATL ul li{position:relative;padding-left:24px; border-bottom:1px solid #e4e5e5; font-weight: bold;}
.PopularATL ul li:before{position:absolute;top:0;left:0;font-size:16px;font-weight:700;content:counter(item,decimal);counter-increment:item}
.PopularATL ul li+li{margin-top:12px}
.PopularATL ul span {
    margin-top: 4px;
    font-size: 12px;
    color: #b2b2b2;
    line-height: normal;
}

.PopularATL2{
	border-right: 2px solid #dedede;
}
 @media only screen and (max-width: 490px) {
	.PopularATL2{border-right: 0px solid #dedede;}
}

/* 13.0 Service CSS */
.single-service-area {
  position: relative;
  z-index: 1;
  text-align: center; }
  .single-service-area .service-icon {
    background-color: #e7f2fd;
    width: 145px;
    height: 110px;
    font-size: 42px;
    color: #303030;
    text-align: center;
    line-height: 110px;
    border-radius: 80px 200px 200px 362px;
    margin: 0 auto 30px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
  .single-service-area h5 {
    font-size: 22px;
    display: block;
    margin-bottom: 15px;
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    font-weight: 600; }
  .single-service-area:focus .service-icon, .single-service-area:hover .service-icon {
    background-color: #1583e9;
    color: #ffffff;
    -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
    box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15); }
  .single-service-area:focus h5, .single-service-area:hover h5 {
    color: #1583e9; }

.cta-testimonial-cfa-area {
  position: relative;
  z-index: 1; }
  .cta-testimonial-cfa-area .cta-testimonial-cfa-bg-curve {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    z-index: -1; }

/* :: 14.0 Breadcrumb CSS */
.breadcrumb-area {
  position: relative;
  z-index: 1;
  height: 290px;
  margin-bottom: 40px; }
.breadcrumb {background: #f2f4f8;}
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-area {
      height: 220px; } }
  @media only screen and (max-width: 767px) {
    .breadcrumb-area {
      height: 200px;
      margin-bottom: 0; } }
  .breadcrumb-area .title {
    font-size: 60px;
    margin-bottom: 0;
    text-transform: capitalize; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .breadcrumb-area .title {
        font-size: 42px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .breadcrumb-area .title {
        font-size: 36px; } }
    @media only screen and (max-width: 767px) {
      .breadcrumb-area .title {
        font-size: 30px; } }
   @media only screen and (max-width: 490px) {
	   .breadcrumb{display: none;}
}
  .breadcrumb-area ol.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0; }
    .breadcrumb-item,
    .breadcrumb-item > a,
    .breadcrumb-item.active {
	font-size: 14px;
	text-transform: capitalize;
	color: #999;
	font-weight: normal;
	letter-spacing: normal;
}
   .breadcrumb-item.last {
	color: #f04646;
}
    .breadcrumb-item + .breadcrumb-item::before {
      content: "\f105";
      font-family: 'FontAwesome'; }

/* :: 15.0 Attachment CSS */
.attachmentArea {
	padding: 17px;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	border-top: 6px solid #009944;
	margin-top: 15px;
	margin-bottom: 30px;
	background: #fff;
}
.attachmentArea .heading{
	padding: 13px 18px;
    background-color: #f1f1f1;
    font-size: 100%;
    border-bottom: #e9e9e9 1px solid; margin-bottom: 0;
}
.attachmentArea h3{
	padding-top: 10px;
	padding-right: 0;
	padding-left: 10px;
	padding-bottom: 20px;
}
.attachmentArea ul{
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
}
.attachmentArea ul li{
	/*margin-top: 10px;*/
}

/* -------------------------------------------------- */
/* Iconbox Style Icons
/* -------------------------------------------------- */
		.circleIcon {
			 display: block;
			 border:none;
			 margin-left:auto;
			 margin-right:auto;
			 vertical-align: middle;
			 text-align:center;
			 width:80px;
		}

			i[class^="circle-icon"],
			i[class*=" circle-icon"] {
				position: relative;
				display: block;
				/*float: left;*/
				width: 80px;
				height: 80px;
				background-color: #f0f0f0;
				text-align: center;
				font-size: 0;
				-webkit-transition: background-color .35s ease, -webkit-transform .35s cubic-bezier(0.745, 0.045, 0.110, 1.605);
						transition: background-color .35s ease, transform .35s cubic-bezier(0.745, 0.045, 0.110, 1.605);
				-webkit-border-radius: 50%;
						border-radius: 50%;
			}

		    .circleIcon:hover i[class^="circle-icon"],
			.circleIcon:hover i[class*=" circle-icon"] {
				background-color: #009944;

				-webkit-transform: scale(1.2);
						transform: scale(1.2);
			}

			i[class^="circle-icon"]:before,
			i[class*=" circle-icon"]:before {
				color: #009944;
				font-size: 24px;
				line-height: 80px;
				text-align: center;
				-webkit-transition: color .35s ease;
				transition: color .35s ease;
				-webkit-border-radius: 50%;
				border-radius: 50%;
			}
			.circleIcon:hover i[class^="circle-icon"]:before,
			.circleIcon:hover i[class*=" circle-icon"]:before {
				color: #fff;
			}

			.circleIcon i[class^="circle-icon"],
			.circleIcon i[class*=" circle-icon"] { margin-top: 5px; }
            .circleIcon .circleIcon-content-title { margin-bottom: 5px; margin-top: 15px; }
		    .circleIcon-content-title {
				color: #009944;
				font-weight: bold;
}

			.circleIcon-entry ul {
				margin-left:0px;
				margin-top: 20px;
}
			.circleIcon-entry ul li a{
				width: 100%!important;
				min-height: 40px!important;
				padding:10px 20px;
				list-style-type: none;
				color:#42bad0;
				background: #fafafa;
				display:block;
}
.circleIcon-entry ul li a:hover {color:#fff; background-color:#42bad0;}
         .circleIcon-entry ul li i {padding-right: 5px;}

/* :: 16.0 Magic-check CSS */
@keyframes hover-color {
  from {
    border-color: #c0c0c0; }
  to {
    border-color: #FFA400; } }

.magic-radio,
.magic-checkbox {
  position: absolute;
  display: none; }
.magic-radio[disabled],
.magic-checkbox[disabled] {
  cursor: not-allowed; }

.magic-radio + label,
.magic-checkbox + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  vertical-align: middle; }
  .magic-radio + label:hover:before,
  .magic-checkbox + label:hover:before {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: hover-color; }
  .magic-radio + label:before,
  .magic-checkbox + label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
    border: 1px solid #c0c0c0; }
  .magic-radio + label:after,
  .magic-checkbox + label:after {
    position: absolute;
    display: none;
    content: ''; }

.magic-radio[disabled] + label,
.magic-checkbox[disabled] + label {
  cursor: not-allowed;
  color: #e4e4e4; }
  .magic-radio[disabled] + label:hover, .magic-radio[disabled] + label:before, .magic-radio[disabled] + label:after,
  .magic-checkbox[disabled] + label:hover,
  .magic-checkbox[disabled] + label:before,
  .magic-checkbox[disabled] + label:after {
    cursor: not-allowed; }
  .magic-radio[disabled] + label:hover:before,
  .magic-checkbox[disabled] + label:hover:before {
    border: 1px solid #e4e4e4;
    animation-name: none; }
  .magic-radio[disabled] + label:before,
  .magic-checkbox[disabled] + label:before {
    border-color: #e4e4e4; }

.magic-radio:checked + label:before,
.magic-checkbox:checked + label:before {
  animation-name: none; }

.magic-radio:checked + label:after,
.magic-checkbox:checked + label:after {
  display: block; }

.magic-radio + label:before {
  border-radius: 50%; }

.magic-radio + label:after {
  top: 11px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FFA400; }

.magic-radio:checked + label:before {
  border: 1px solid #FFA400;
}

.magic-radio + label:before {
  top:5px;
}

.magic-radio:checked[disabled] + label:before {
  border: 1px solid #c9e2f9; }

.magic-radio:checked[disabled] + label:after {
  background: #c9e2f9; }

.magic-checkbox + label:before {
  border-radius: 3px; }

.magic-checkbox + label:after {
  top: 2px;
  left: 7px;
  box-sizing: border-box;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-top: 0;
  border-left: 0; }

.magic-checkbox:checked + label:before {
	border: #FFA400;
	background: #FFA400;
}

.magic-checkbox:checked[disabled] + label:before {
  border: #c9e2f9;
  background: #c9e2f9; }




/* :: 17.0 CFA CSS */
.pagination_container {
	top: 0px;
	position: relative;
	text-align: center;
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	z-index:1;
}

.pagination_container:before {
  top: -1px;
}
.pagination_container:after {
  bottom: -1px;
}
.page-link {
	 color: #666666;
     border:0;
}
.page-item.active .page-link {
	color: #fff;
    background-color: #ff3547;
    border-radius: .125rem;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.16), 0px 2px 10px 0px rgba(0,0,0,0.12);
    transition: all .2s linear;
}

.pagination {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
	letter-spacing: 0em;
	word-spacing: 0em;
}
.pagination li {
  display: block;
  float: left;
  padding: 5px;
}
.pagination li:first-child {
  border: none;
}

.pagination .prev,
.pagination .next {
  font-size: 14px;
}

/*
 * EMBED STYLING
*/
@media (max-width: 767px) {
.pagination_container {
	height:40px;
	width: 96%;
	padding:5px 0;
	margin-bottom: 100px;
}
.pagination li {
  padding: 1px;
}
.pagination li:first-child {
  border: none;
}
.pagination button,
.pagination span {
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  min-width: 30px;
}
.pagination .prev,
.pagination .next {
  font-size: 13px;
}
}
/* :: 18.0 Table CSS */
          .normal-table {
		 	 background: #fff;
		 	 overflow: hidden;
			 font-size: 16px;
			 min-width: 100%;
			padding: 20px;
			}
			.normal-table tr:nth-of-type(2n){
			  background: #e6f8f9;
			}

			.normal-table thead tr  {
				-webkit-border-top-left-radius: 3px;
				-webkit-border-top-right-radius: 3px;
				-moz-border-radius-topleft: 3px;
				-moz-border-radius-topright: 3px;
				border-top-left-radius: 3px;
				border-top-right-radius: 3px;
				border-color: #38bdc7 !important;
				border-width: thin thin 3px;
				border-bottom-style: solid;
				background: #38bdc7;
				color:#fff;
						}
		.normal-table thead {
				margin-bottom: 30px;
				border-color: #38bdc7 !important;
				border-width: thin thin 3px;
				border-bottom-style: solid;
				}


		.rwd-table {
		 	 background: #fff;
		 	 overflow: hidden;
			 font-size: 16px;
			 min-width: 100%;
			padding: 20px;
			}
         .rwd-table a  {text-decoration: underline; color:#009844;}
			.rwd-table tr:nth-of-type(2n){
			  background: #e6f8f9;
			}
			.rwd-table th {
			  display: none;
			}

			.rwd-table td {
			  display: block;
			}
			.rwd-table th, .rwd-table td {
			  text-align: left;
			}

			.rwd-table th, .rwd-table td:before {
			  font-weight: bold;
			  content: attr(data-th) " ";
			}

			.rwd-table thead tr  {
				-webkit-border-top-left-radius: 3px;
				-webkit-border-top-right-radius: 3px;
				-moz-border-radius-topleft: 3px;
				-moz-border-radius-topright: 3px;
				border-top-left-radius: 3px;
				border-top-right-radius: 3px;
				border-color: #38bdc7 !important;
				border-width: thin thin 3px;
				border-bottom-style: solid;
				background: #38bdc7;
				color:#fff;
						}
			.rwd-table tfoot tr {
				-webkit-border-top-left-radius: 3px;
				-webkit-border-top-right-radius: 3px;
				-moz-border-radius-topleft: 3px;
				-moz-border-radius-topright: 3px;
				border-top-left-radius: 3px;
				border-top-right-radius: 3px;
				border-color: #FFD291 !important;
				border-width: thin thin 3px;
				border-bottom-style: solid;
				background: #FFEDAE;
			}
		.rwd-table thead {
				margin-bottom: 30px;
				border-color: #38bdc7 !important;
				border-width: thin thin 3px;
				border-bottom-style: solid;
				}

			@media (min-width: 768px) {
			  .rwd-table td:before {
			    display: none;
			  }
			 .rwd-table th, .rwd-table td {
			    display: table-cell;
			    padding: 0.25em 0.5em;
			  }
			  .rwd-table th:first-child,
			  .rwd-table td:first-child {
			    padding-left: 0;

			  }
			  .rwd-table th:last-child,
			  .rwd-table td:last-child {
			    padding-right: 0;
			  }
			   .rwd-table th,
			   .rwd-table td {
			    /*padding: 0.5em !important;*/
			    padding: 1em !important;
			  }
			   .quick-rwd-table th,
			   .quick-rwd-table td {
			    padding: 0.5em !important;
			  }
           }

           @media (max-width: 767px) {
			.rwd-table td.title:before {
			  content: attr(data-th) " : ";
			  font-weight: bold;
			  width: 6rem;
			  display: inline-block;
				color: #38bdc7;
				text-align: left;
				padding-right: 6px;
				cursor: pointer;
			}

			.rwd-table td.dot:before {
					  content: " ●";
					  font-weight: bold;
					  width: 1.5em;
					  display: inline-block;
						color: #38bdc7;
					}
			 .rwd-table td:first-child {
               border-top: 3px solid #dee2e6;
               }
			}



/* :: 19.0 Footer CSS */
.footer-area {
	position: relative;
	z-index: 1;
	background-color: #0a60af;
	color: #ddd;
	background-image: url(../images/bg_logo.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	clear:both;
 }
.footer-bg {background-color: #0a60af; }


.single-footer-widget {
  position: relative;
  z-index: 1; }

.single-footer-widget p  {color:#ddd; margin-bottom: 0px;}
.single-footer-widget a {color:#fff;}
.single-footer-widget ul {width: 100%;}
.single-footer-widget ul li a img {display:inline-block; margin-right: 10px;margin-bottom: 10px; float: left; width:40px;height:40px; }
.single-footer-widget .widget-title {
    color: #fff;
    margin-bottom: 20px;
    display: block;
    font-weight: 600;
}
  .single-footer-widget .footer-social-info a {
    display: inline-block;
    color: #ffffff;

    margin-right: 5px;
    background-color: #1583e9;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    line-height: 40px; }


	  .single-footer-widget .our-link {
		position: relative;
		z-index: 1; }
	   .single-footer-widget .our-link ul {
		   width:100%;}
	  .single-footer-widget .our-link li {
		  display:block;
		  margin-bottom:8px;
	}
		.single-footer-widget .our-link li a {
		  position: relative;
		  z-index: 1;
		  font-size: 16px;
		  color: #ddd;
		  margin-bottom: 15px;
		  font-weight: normal;
	}

      .single-footer-widget .our-link li a::after {
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
        position: absolute;
        top: 50%;
        left: 0;
        width: 0;
        height: 3px;
        background-color: #1583e9;
        content: '';
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .single-footer-widget .our-link li a:focus, .single-footer-widget .our-link li a:hover {
        color: #1583e9;
        padding-left: 25px; }
        .single-footer-widget .our-link li a:focus::after, .single-footer-widget .our-link li a:hover::after {
          width: 15px; }
      .single-footer-widget .our-link li:last-child a {
        margin-bottom: 0; }
	  .single-footer-widget .footer-content {
		position: relative;
		z-index: 1; }
		.single-footer-widget .footer-content h3 {
		  color: #ffea00; }
.single-footer-widget .serviceTel {color: #ffffff;}
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-footer-widget .footer-content h3 {
          font-size: 20px; }
		.single-footer-widget .our-link li a {
          font-size: 14px; }
		.single-footer-widget .footer-social-info a {
			width: 30px;
			height: 30px;
			line-height: 30px;
			font-size: 14px;
		  }
	    .single-footer-widget p {
            font-size: 14px; }
      }

	  @media only screen and (max-width: 767px) {
		 .footer-area {line-height: 25px; color: #83888b;background-color: #fff;background-image: url(../images/bg_logo_02.png);}
			.single-footer-widget p, .single-footer-widget .our-link li a {font-size: 14px;color:#83888b;}
			.single-footer-widget .widget-title {color: #0a5faf;}
		    .single-footer-widget .serviceTel {color: #00b900; display: inline-block;}
		    .mailbox a {color: #00aeff;}
		}

.copyright {
  position: relative;
  z-index: 1;
  margin-top: 20px; }
  .copyright p {
    font-size: 14px;
    color: #a6a6a6;
    margin-bottom: 0; }
    .copyright p a {
      color: #a6a6a6; }
      .copyright p a:focus, .copyright p a:hover {
        color: #1583e9; }
        @media only screen and (max-width: 767px) {
			.copyright {background:#0a60af; padding: 0; margin: 0;}
			.copyright p {font-size: 12px; color:#fff;}
        }
/* :: 20.0 Contact Area */
.cgb-contact-area {
  position: relative;
  z-index: 1; }
  .cgb-contact-area .google-maps {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 500px; }

.widget-contactus {
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	border-top: 5px solid #0A60AF;
	box-shadow: 1px 1px 10px #dedede;
	-webkit-box-shadow: 1px 1px 10px #dedede;
	-moz-box-shadow: 1px 1px 10px #dedede;
	width: 100%;
	display: block;
	margin-bottom: 20px;
	padding: 10px;
}

.widget-header {
	display: block;
	padding: 10px;
	background-color: #38bdc7;
	color: #fff;
	-webkit-border-radius: 50px;
	-webkit-border-bottom-right-radius: 100px;
	-moz-border-radius: 50px;
	-moz-border-radius-bottomright: 100px;
	border-radius: 50px;
	border-bottom-right-radius: 100px;
}
.widget-contactus label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 400;
	color: #38bdc7;
	font-size:1rem;
}
.modalinfoStyle {
	 display: block;
    text-align: left;
    color: #333;
    font-size: 1.25rem;
    border: .0625rem solid #dfdfdf;
    border-radius: .625rem;
    margin: .625rem 0;
    padding: 1rem;
    position: relative;
    overflow: hidden;
    background: #fff;
}
.modalinfoStyle i {color: #dfdfdf; font-size: 3rem;padding:20px;}
.border-top {
  border-top: 1px solid #dfdfdf !important; }

.border-right {
  border-right: 1px solid #dfdfdf !important; }

.border-bottom {
  border-bottom: 1px solid #dfdfdf !important; }

.border-left {
  border-left: 1px solid #dfdfdf !important; }
.border-left-cgb-5{
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #38bdc7;
	padding-left: 6px;
	}
@media only screen and (max-width: 767px) {
    .cgb-contact-area .google-maps {
        height: 280px; }
	.widget-contactus label {
		 margin-bottom: 5px;
		 }
}
 .cgb-contact-area .google-maps iframe {
      width: 100%;
      height: 100%;
      border: none;
}

.single-contact-card {
  position: relative;
  z-index: 1; }
  .single-contact-card h4 {
    margin-bottom: 15px; }
  .single-contact-card h3 {
    color: #1583e9; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-contact-card h3 {
        font-size: 20px; } }
      .single-contact-card h6 {
    margin-bottom: 0;
    color: #707070;
    line-height: 1.5;
    font-weight: 400; }
    @media only screen and (max-width: 767px) {
      .single-contact-card h6 {
        font-size: 14px; } }

.cgb-contact-form {
  position: relative;
  z-index: 1; }
  .cgb-contact-form .form-control {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border-radius: 30px;
    color: #a6a6a6;
    font-size: 14px;
}
    .cgb-contact-form .form-control:focus {
      box-shadow: none;
      border-color: #1583e9; }
  .cgb-contact-form textarea.form-control {
    height: 110px;
    padding: 20px; }



/* :: 21.0 Agenda CSS */

/*media all*/
.agenda_widget {
	width:100%;
    border: 1px solid #d2d2d2;
	text-align: center;
	padding: 20px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 10px;
	background-image: url("../images/bg_slash_gray.png");
}
.agenda_widget img {
	width:150px; height: 150px;
}

.agenda_widget h4 {color:#009944;margin:20px 0px;}
.agenda_widget p {text-align: left;}

.agenda_widget:hover, .agenda_widget:active, .agenda_widget:focus{
	background: #f6f6f6;
    border: 1px solid #42bad0;
}
.agenda_widget:hover p,.agenda_widget:hover li  {color:#000;}
.agenda_widget ul li {
	list-style-type: circle;text-align: left;
}
/* :: 22.0 SelectBox CSS */
/*media all*/
.selectBox {
	padding:20px;
	background-image: linear-gradient(#feefae,#fae692);
	border-top: 1px solid #b3a569;
    border-bottom: 1px solid #b3a569;
	width:100%;
	margin-bottom: 20px;
	color:#38bdc7;
    z-index:2;
}
.selectBox h6 {color:#38bdc7;}

/* :: 23.0 Recipe CSS */

.recipe-slides  {
	background: #f9f7f2;
	padding: 20px 30px;
	border-top: 2px solid  #e65050;
	-webkit-border-top-right-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-topright: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px
}
.recipe-slides div {overflow: hidden;}

.recipe-slides h5 {display: block; color:#f04646; font-weight: lighter; text-align: center; font-size: 17px; margin-top: 10px;}
.recipe-serial-title {
	/*border-bottom: 1px solid #e2e0db;*/
	display: inline-block;
	margin-top: 30px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	background: #e65050;
	color: #fff;
	padding: 12px 52px;
	font-size: 16px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 30px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 30px;
	border-top-left-radius: 5px;
	border-top-right-radius: 30px;
}
.recipe-serial-title-name {	word-spacing: 20px;}
.recipe-serial-title-more {
    color: #fff;
	background: #e65050;
    font-size: 12px;
    text-align: right;
    transition: color .2s ease-out;
	display: block;
	float:right;
	 padding: 2px 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	position: relative;
	top:50px;
}
.recipe-serial-title-more:hover {background: #bd4040;color: #fff;}
.recipe-slides .owl-nav {text-align: right;}
.recipe-slides .owl-nav .owl-prev, .recipe-slides .owl-nav .owl-next {
	background: #e65050;
    color:#fff;
	font-size: 30px;
	font-weight: bold;
	display: inline-block;
	margin-right:10px;
	line-height: 30px;
}
.recipeLst {padding:20px; background:#f9f7f2;}

.recipeLst img {width:200px; height:auto;}
.recipeSauce-title {
    display: block;
    margin: 0px;
    border-bottom: 1px dotted #555;
}
.recipeSauce-title h2, .recipeSauce-title h3, .recipeSauce-title h4 {
    margin: 0 0 -2px 0;
	padding-top: 7px;
    padding-bottom: 7px;
    display: inline-block;
    color: #f04646!important;
    font-weight: bold!important;
    font-size: 1.2em!important;
    border-bottom: 3px solid #666666;
}
.recipe-btm10-border {
    margin-bottom: 10px;
    border-bottom: 1px dotted #ddd;
    line-height: 2em;
    font-size: 1.07em;
    color: #000;
}

/* :: 24.0 Card CSS */
.card {
	 display:block;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 5px;
	padding: 20px;
}
.card-body {text-align: center;}

.card h5.card-title {}
.Source Title {font-size:9px; }
.card-number-area { font-size:1rem; background:#f7a540; color:#fff; font-weight:bold;padding: 5px; top:1px; right: 1px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
     border-radius: 5px;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(198,194,204,1);
    -moz-box-shadow: 0px 0px 9px 0px rgba(198,194,204,1);
    box-shadow: 0px 0px 9px 0px rgba(198,194,204,1);
	-webkit-transform: rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform: rotate(0deg);
}

.nice-select.year-float {float:right; position: relative; top:-30px;background-color:#f6f6f6;z-index:1; }
  @media only screen and (min-width: 491px) and (max-width: 767px)  {
	  .card-columns {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 0.75rem;
		-moz-column-gap: 0.75rem;
		column-gap: 0.75rem;
	  }
	  .card h5.card-title {font-size: 90%;}
	  .card p {font-size: 82%;}
	  .card .card-body {padding: 0.25rem;}
   }

 @media only screen and (max-width: 490px) {
.card-columns {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 1rem;
		-moz-column-gap:1rem;
		column-gap: 1rem;
	  }
	 .card {padding: 15px;}
	 .nice-select.year-float {clear:both; width: 100%; display: block;top:-16px; }
	 .card-number-area {font-size:1rem; }
	 .article-title h3{margin-bottom:40px;}
}

.card img:hover {
	-webkit-transform: scale(1.07, 1.07);
	-moz-transform: scale(1.07, 1.07);
	-ms-transform: scale(1.07, 1.07);
	-o-transform: scale(1.07, 1.07);
	transform: scale(1.07, 1.07);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
.masonry {clear:both;}
.masonry .item {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 15px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    height:240px;
}
.masonry .item:hover {background-color: aliceblue;}


.masonry .item2 {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 15px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    /*height:380px;*/
}
.masonry .item2:hover {background-color: aliceblue;}



/* :: 25.0 Map CSS */

.locationList {
    padding: 25px 10px;
    margin-bottom: 25px;
    display: table;
    width: 100%;
	background: #f2f4f8;
}
.locationList h2 {color:#ccc;}
.address-block {
	background-color: #fff;
	border-top: 6px solid #0a60af;
	padding: 10px 20px;
	margin-bottom:15px;
}
.address-block:hover {
	box-shadow:0px 2px 7px 1px rgba(0,0,0,0.2);
}
@media (max-width: 767px) {
    .address-block .alert-info li {
        line-height: 24px;
        font-size: 13px;
    }
}

    .address-block .list-features a {
    color: #000;
}

    .address-block .list-features a:hover {
        color: #720169;
}

	@media (max-width: 767px) {
		.address-block {
			padding: 20px;
		}
	}

.address-block .fa {
    margin-right: 5px;
}

.address-title {
    padding-bottom: 40px;
    margin-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}
.address-item {
	clear:both;
	line-height: 1.6rem;
	font-size: 0.96rem;
}
.address-item li h6{margin-bottom:0px;margin-top: 10px; font-size:1.05rem; font-weight: normal;}
.address-item li span {margin-left: 20px;}
.title-right li i {color:#f7941d;}

.address-title .title-left {
	    color:#009844;
        float: left;
	    font-size: 1.75rem;
}

.address-title .title-left-eng {
	    color:#009844;
        float: left;
	    font-size: 1.2rem;
}

.address-title .title-right a,  .address-title .title-right{
        float: right;
        font-size: 0.9rem;
        line-height: 18px;
        margin-top: 9px;
	    color:#ff3547;
    }

.address-title .title-right .fa {
            margin-left: 5px;
        }

	@media (max-width: 767px) {
		.address-title {
			padding-bottom: 35px;
			margin-bottom: 5px;
		}
	}




/* :: 26.0 Carousel CSS */
/**01-首頁大圖**/
.carousel-item.active {
    border: 1px solid #E5E5E5;
	border-opacity: 0.7;
}
/**02-作品全系列**/
.lifeSerial-box {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.lifeSerial-box a {
	display: inline-block;
	width: 100%;
	border:  solid 1px #ddd;
	padding: 3px;
	height: auto;
}
.lifeSerial-box .owl-nav {text-align: right;}
.lifeSerial-box .owl-nav .owl-prev,
.lifeSerial-box .owl-nav .owl-next {
	color:#fff;
	background: #0a60af;
	border-radius: 50%;
	display: inline-block;
	width: 30px;
	height: 30px;
	font-size: 25px;
	font-weight: bold;
	line-height: 30px;
	margin: 5px;
	padding:0 2px;
}

.lifeSerial-title {
	background-color: #374d9512;
	height: 40px;
	margin-bottom: 6px;
	margin-top: 6px;
}
@media (max-width: 485px) {
	.lifeSerial-title {
	background-color: #374d9512;
	height: 62px;
	margin-bottom: 6px;
	margin-top: 6px;
}
}
.lifeSerial-title .maintitle {
	font-size: 20px;
	color:#6d92a9;
	font-weight: bold;
}
.lifeSerial-title .subtitle {
	font-size: 14px;
	color:#6d92a9;
}

.textSerial-box .owl-nav {text-align: right;}
.textSerial-box .owl-nav .owl-prev,
.textSerial-box .owl-nav .owl-next {
        color:#fff;
        background: #0a60af;
        border-radius: 50%;
        display: inline-block;
        width: 30px;
        height: 30px;
        font-size: 25px;
        font-weight: bold;
        line-height: 30px;
        margin: 5px;
        padding:0 2px;
}

.textSerial-box {
        position: relative;
        z-index: 1;
        overflow: hidden;
}
.textSerial-box a {
        display: inline-block;
        padding: 3px;
        height: auto;
}

.bg-silver02 { background-color: #f9f9f9;}

/* :: 27.0 Tab CSS */
a:hover,a:focus{
    outline: none;
    text-decoration: none;
}
.tab .nav-tabs{
    border: none;
    margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
.tab .nav-tabs li a{
	display: block;
	padding: 7px 15px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 5px;
	background: #fff;
	font-size: 1.3rem;
	color: #523f38;
	text-transform: uppercase;
	border: 1px solid #d3d3d3;
	border-radius: 0;
	position: relative;
	transition: all 0.3s ease 0s;
}
.tab .nav-tabs li a:before{
    content: "";
    width: 105%;
    height: 4px;
    background: #d3d3d3;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.tab .nav-tabs li.active a:before{ background: #38bdc7; border: 1px solid #38bdc7;}
/*
.tab .nav-tabs li a:after{
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.4);
    position: absolute;
	left:42%;
    bottom: -16px;
    right: -10px;
    z-index: 1;
	-moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
}
*/
.tab .nav-tabs li.active a:after{ /*background: #38bdc7;*/}
.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a{
    background: #38bdc7;
    color: #fff;
}
.tab .tab-content{
    padding: 10px 15px;
    margin-top: 0;
    background: #fff;
    font-size: 15px;
    color: #777;
    line-height: 30px;
    position: relative;
}
.tab .tab-content:before{
    content: "";
    width: 100%;
    padding: 6px 0;
    /*border: 1px solid #d3d3d3;*/
    position: absolute;
    top: -18px;
    left: 0;
}
.tab .tab-content h3{
    font-size: 24px;
    margin-top: 0;
}



#newtab li a:after{
    content: "";
    width: 0px;
    height: 0px;
    /*border-radius: 50%;*/
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.4);
    position: absolute;
	left:42%;
    bottom: -16px;
    right: -10px;
    z-index: 1;
    /*
	-moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
    */
}


#newtab li {
	min-width: 120px;
    text-align: center;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tab .nav-tabs li a{
	padding: 7px 15px;
	font-size: 1rem;
  }
  #newtab li {
	min-width: 90px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px){
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
    }
    .tab .nav-tabs li a{ margin-bottom: 36px; }
    .tab .nav-tabs li a:before{
        width: 100%;
        bottom: -20px;
    }
    .tab .nav-tabs li a:after{
        margin: 0 auto;
        bottom: -30px;
        left: 0;
        right: 0;
    }
   .tab .tab-content:before{
        width: 0;
        padding: 0;
        border: none;
    }
	.tab .tab-content {padding:0px 0px;}
}


 /* :: - 28.0 Life CD&Video CSS */
.video-img {height:380px; width:auto;}

/****soundTrack****/
.soundTrack {line-height:3rem; font-size: 150%;}
.soundTrack, .soundTrack a{color:#977845;}
.soundTrack a.active{color:#000;}

/****book-lcatalog*****/
.book-lcatalog { line-height:3rem; max-height:240px; overflow-y: auto; overflow-x: hidden; color:#977845; padding-left:30px; padding-right:30px;
display:block;
}
/***audio interface***/
audio {width:90%;
       position: absolute;
	   left:10px;
}
.modal-body.forlife {
	 -webkit-animation: opacityAni 400ms linear 1s forwards;
        animation: opacityAni 400ms linear 1s forwards;
	  background: #1e1e28;
	  background: linear-gradient(to bottom, #1e1e28 0%, #1e2e47 34%, #31bdf7 88%, #e8fefe 100%);
	  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e28', endColorstr='#e8fefe',GradientType=0 );
	  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
	  -webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
  height: 500px;
}
.button_audio {
  -webkit-animation: buttonAni 300ms cubic-bezier(0.48, 0.18, 0.44, 0.97) 1300ms forwards;
          animation: buttonAni 300ms cubic-bezier(0.48, 0.18, 0.44, 0.97) 1300ms forwards;
	background: rgb(0,183,234); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(0,183,234,1) 0%, rgba(0,158,195,1) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,183,234,1) 0%,rgba(0,158,195,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  rgba(0,183,234,1) 0%,rgba(0,158,195,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  line-height:0px;
  color:#fff;
  border: 3px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  height: 90px;
  outline: none;
  overflow: hidden;
  position: relative;
  top:-40px;
  -webkit-transform: translateY(120px);
          transform: translateY(120px);
  width: 90px;
  display: inline-block;
  margin:10px;
}
.button_audio h2 {line-height:1.2;}
.artist_image {
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 5px 20px rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  height: 140px;
  margin: 0 auto 34px auto;
  position: relative;
  transition: all 170ms ease-in;
  width: 140px;
  z-index: 2;
}


.artist_image-bg {
	background-size: cover;
	border-radius: 50%;
	height: 140px;
	width: 140px;
	background-repeat: no-repeat;
	background-position: left top;
}

 /* :: - 29.0 Member CSS */
.member_lstBlock {
	margin-top:20px;
}
.member_lstBlock .list {
	border: 1px solid #666;
    background: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
    width:100%;
    padding: 20px;
    position: absolute;
	display: inline-block;
	height: 75px;
	margin-left: 15px;
	margin-top: 20px;
	list-style-type: none;
}
.member_lstBlock .list a {color: #00531b; text-decoration:none;}
.member_lstBlock .list a:hover {color: #000; text-decoration:none;}
.collapsible {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 0.5rem 0 1rem 0;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	clear:both;
}
.collapsible.popout {
  border: none;
  box-shadow: none;
  padding-left: 0px;
}
.collapsible.popout > li {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  /*transform: scaleX(0.9) translate3d(0, 0, 0);*/
  transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.collapsible.popout > li:hover {
  will-change: margin, transform;
}
.collapsible.popout > li.active {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  margin: 16px 0;
  transform: scaleX(1) translate3d(0, 0, 0);
}

.collapsible-header {
  display: block;
  cursor: pointer;
  /*height: 3rem;*/
  /*line-height: 3rem;*/
  padding:0.5rem 1rem;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  color:#0066cc;
}
.collapsible-header i {
  width: 2rem;
  font-size: 1.6rem;
  line-height: 3rem;
  display: block;
  float: left;
  text-align: center;
  margin-right: 1rem;
}
/*20200715 modify by chingchen */
.collapsible-body {
  overflow: hidden;
  display: none;
  border-bottom: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 1rem;
  background: #eefbfd;
}
/* 20200715 modify by chingchen
.collapsible-body p {
  margin: 0;
  padding: 2rem;
  background: #eefbfd;
}
*/
.serial {display:inline-block; text-align:center; color:#F3F3F3; padding: 20px;margin: 0 auto;}
.serial h6 {color:#F3F3F3;}
.serial span {font-size:200%;display:block;margin: 0 auto; }
.serial:hover{
    opacity:0.9;
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	  -webkit-transition-duration: 500ms;
     -o-transition-duration: 500ms;
      transition-duration: 500ms;
}

@media only screen and (max-width: 767px)  {
.serial {display:block; padding:3px 20px; width:100%; clear:both;height:35px; }
.serial h6 {font-size:15px;line-height: 30px;color:#F3F3F3;float:left;}
.serial span {font-size:20px;line-height: 30px; float:left; margin-right: 6px;}
}



/***delia add***/
.text-sm {font-size:82%;}
.dropdown {float:right; position:relative;}
.dropdown-menu {min-width:0px; position:absolute;left:70px; display:none;}
.dropdown-item {font-size: 12px;}
.dropdown> .dropdown-menu:hover {
  display: block;
}
.navbar_user{
	text-align: center;
	display: inline-block;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	float:left;
	position: relative;
	width: 32px;
	height: 32px;
	margin-left: 6px;
	font-size: 18px;
	line-height: 32px;
	color: #1e1e27;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
	background: #eceff6;
	border-radius: 50%;
	cursor: pointer;
}
.navbar_user:hover
{
	color: #b5aec4;
}
/* add by chingchen */
.navbar_usertext{
	text-align: right;
	display: inline-block;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	float:left;
	position: relative;
	/*width: 32px;*/
	/*height: 32px;*/
	margin-left: 6px;
	font-size: 14px;
	line-height: 32px;
	color: #ffffff;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
	background: #0a60af;
	border-radius: 50%;
	cursor: pointer;
}
.navbar_usertext a
{
	color: #ffffff;
}




.checkout_items
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -9px;
	left: 22px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fe4c50;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
}
.checkout_items span {color: #FFFFFF;}
.images-logo {
	max-width: 300px;
	width: 70%;
	height: auto;
	text-align: center;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 30px;
	padding-bottom: 0px;
	position: absolute;
	top:12px;
}
@media only screen and (max-width: 1300px) {
	.images-logo {padding-left: 0px; max-width:220px;top:15px;}
}
.carousel_bg {background:#394456;}
.subFunctionModule ul {width:200px;}
.subFunctionModule li {display:inline-block;}
.subFunctionModule i {margin-right:3px;}
.subFunctionModule p {display:none;}
.carousel-caption h3 {color:#fff;}
.carousel-caption {
  text-shadow: 0 1px 2px rgba(0, 0, 0, .8);
}
  @media only screen and (max-width: 767px) {
	  .carousel-caption{display: none;
	   }
}

/* ::11.0 Mainfunction CSS */


.mainfunction-form {
    position: relative;
    z-index: 1;
}

.mainfunction-form input {
    width: 100%;
    height: 40px;
    background-color: #f5f5f8;
    border: 1px solid #e1e1e1;
    border-radius: 30px;
    padding: 0 20px;
    font-size: 14px;
    color: #b5aec4;
}

.mainfunction-form button {
    width: auto;
    height: 40px;
    background-color: #1583e0;
    border: none;
    color: #fff;
    border-radius: 30px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
	padding: 0 20px;
    cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subFunctionModule {
    margin: 30px 15px !important; }
	}
@media only screen and (max-width: 767px) {
  .subFunctionModule {
    margin: 30px 15px !important; }
  .subFunctionModule p {display:inline-block;}
}




/* Tooltip */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #ccc;
    zcursor: help;
    color: #006080;
}
.tooltip .tooltiptext {
    visibility: hidden;
    position: absolute;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
    opacity: 0;
    transition: opacity .6s;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.tooltip .tooltiptext2 {
    visibility: hidden;
    position: absolute;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
}
.tooltip:hover .tooltiptext2 {
    visibility: visible;
}
.tooltip-right {
  top: -5px;
  left: 125%;
}
.tooltip-right2 {
  top: -5px;
  left: 105%;
}

.tooltip-right::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555 transparent transparent;
}

.tooltip-bottom {
  top: 135%;
  left: 50%;
  margin-left: -60px;
}

.tooltip-bottom2 {
  top: 125%;
  left: 50%;
  margin-left: -60px;
}

.tooltip-bottom::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;
}

.tooltip-top {
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
}
.tooltip-top2 {
  bottom: 115%;
  left: 50%;
  margin-left: -60px;
}

.tooltip-top::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip-left {
  top: -5px;
  bottom:auto;
  right: 128%;
}

.tooltip-left2 {
  top: -5px;
  bottom:auto;
  right: 105%;
}

.tooltip-left::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #555;
}

.tooltip .tooltiptext-bottomarrow {
    visibility: hidden;
    width: 120px;
    background-color: #111;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 130%;
    left: 50%;
    margin-left: -60px;
}
.tooltip .tooltiptext-bottomarrow::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}
.tooltip:hover .tooltiptext-bottomarrow {
    visibility: visible;
}

.tooltip .tooltiptext-toparrow {
    visibility: hidden;
    width: 120px;
    background-color: #111;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -60px;
}
.tooltip .tooltiptext-toparrow::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}
.tooltip:hover .tooltiptext-toparrow {
    visibility: visible;
}

.tooltip .tooltiptext-leftarrow {
    visibility: hidden;
    width: 120px;
    background-color: #111;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 110%;
}
.tooltip .tooltiptext-leftarrow::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}
.tooltip:hover .tooltiptext-leftarrow {
    visibility: visible;
}
.tooltip .tooltiptext-rightarrow {
    visibility: hidden;
    width: 120px;
    background-color: #111;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 110%;
}
.tooltip .tooltiptext-rightarrow::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent black;
}
.tooltip:hover .tooltiptext-rightarrow {
    visibility: visible;
}
/* Tooltip */


/*bootstrap breaks*/
.container  {
	padding-left:30px;
    padding-right:30px;
}

	@media (max-width: 1920px) {
	.container{max-width:1560px;}
	 }

	@media (max-width:576px){
	.container {
		max-width: 100%;
		padding-left:0px;
        padding-right:0px;
	}
}

/**Delia set CGB **/

a[href^="tel:"] {

color:#0099cc;

}

.mediaContent_popup {background:#000; width:100%; padding:5%; height:90%;}
.mapContent_popup {background:#000; width:100%; padding:5%; height:90%;}
.popupframe h3 {color:#38bdc7;}
.hr_01 {
	height: 1px;
	margin-top: 0px;
	margin-bottom: 20px;
	clear:both;
}
.hr_pdt {
	height: 1px;
	margin-top: 0px;
	margin-bottom: 10px;
	clear:both;
}
.hr_news {
	height: 1px;
	margin-top: 0px;
	margin-bottom: 10px;
	clear:both;
}
.hr{
	display:block;
	clear:both;
	margin-top:20px;
	margin-bottom:20px;
	width:100%;
	height:1px;
	border:0;
	background:#E8E8E8;
}
.popover {
	background-color:#547088;
}
.popover-body{
	color:#ffffff;
}
.bs-popover-auto[x-placement^=bottom]>.arrow::after, .bs-popover-bottom>.arrow::after {border-bottom-color: #547088;}
/*.pdtlstBox {z-index: 1;}*/
.nice-select.open {z-index: 1;}
.pdtlst > .word_block> h5 {font-size: 21px; font-weight:  normal; display: block; height: 60px; line-height: 30px;overflow: hidden;}
.pdtlst > .word_block > h4{font-size: 17px; font-weight:  normal; color:#003392; display: block; height: 20px; line-height:20px; overflow: hidden;}
.pdtlst > .word_block> h6 {font-weight: normal; display: block; height: 40px; line-height: 20px;overflow: hidden;}
.pdtlst > .word_block> .promcomt {display:inline-block;background:#ff8400;color:#fff;border-radius:15px; height: 25px;line-height: 25px;padding: 0 15px; margin-bottom: 5px;font-size: 14px;overflow: hidden; margin-left: 10px;margin-right: 10px; }
.pdtlst > .word_block> .text16{font-size: 16px;}
.pdtlst > .word_block> .text12{font-size: 12px;}
  @media only screen and (max-width: 767px) {
	  .pdtlst > .word_block> h5 {font-size: 18px; font-weight:  normal; height: 45px; line-height: 23px;}
	  .pdtlst > .word_block > h4{font-size: 15px; font-weight:  normal; color:#003392;}
	  .pdtlst > .word_block> h6 {font-weight:normal; height: 45px; line-height: 23px;}
	  .hr_01 { margin-bottom: 10px;}
	  .hr_pdt {margin-bottom: 3px;}
}

/* Backgrounds */
.bg-navy { background-color: #001F3F; }
.bg-blue { background-color: #0074D9; }
.bg-aqua { background-color: #7FDBFF; }
.bg-teal { background-color: #39CCCC; }
.bg-olive { background-color: #009a5b; }
.bg-green { background-color: #2ECC40; }
.bg-lime { background-color: #01FF70; }
.bg-yellow { background-color: #FFDC00; }
.bg-orange { background-color: #ff7e00; }
.bg-red { background-color: #cc0001; }
.bg-fuchsia { background-color: #F012BE; }
.bg-purple { background-color: #B10DC9; }
.bg-maroon { background-color: #85144B; }
.bg-white { background-color: #FFFFFF; }
.bg-gray { background-color: #AAAAAA; }
.bg-silver { background-color: #DDDDDD; }
.bg-black { background-color: #111111; }
.bg-blue01-cgb {background-color:#0a60af;}
.bg-green01-cgb {background-color:#009844;}
.bg-lighten-area {background-color:#f5f5f5;}
.bg-lighten-input {background-color:#fffcea;}
.bg-lightenyellow-area {background-color:#fafbee; }
.bg-primary02 {background-color:#38bdc7;}


/* Colors */
.color-navy { color: #001F3F; }
.color-blue { color: #0074D9; }
.color-aqua { color: #7FDBFF; }
.color-teal { color: #39CCCC; }
.color-olive { color: #009a5b; }
.color-green { color: #2ECC40; }
.color-lime { color: #01FF70; }
.color-yellow { color: #FFDC00; }
.color-orange { color: #ff7e00; }
.color-red { color: #FF4136; }
.color-fuchsia { color: #F012BE; }
.color-purple { color: #B10DC9; }
.color-maroon { color: #85144B; }
.color-white { color: #FFFFFF; }
.color-silver { color: #DDDDDD; }
.color-gray { color: #AAAAAA; }
.color-black { color: #111111; }
.color-blue01-cgb {color:#0a60af;}
.color-blue02-cgb {color:#42bad0;}
.color-green01-cgb {color:#009844;}
.color-card-cgb {color:#f04646;}
.color-darkgray { color: #918e8e; }


/* Effect 5: same word slide in */
.cl-effect-5 a {
	overflow: hidden;
	padding: 0 4px;
	height: 1em;
}

.cl-effect-5 a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.cl-effect-5 a span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 700;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.cl-effect-5 a:hover span,
.cl-effect-5 a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

/* Effect 5: same word slide in and border bottom */
.cl-effect-6 a {
	margin: 0 10px;
	padding: 10px 20px;
}



/* Effect 16: fall down menubar style */
.cl-effect-16 a {
	color: #6f8686;
	text-shadow: 0 0 1px rgba(111,134,134,0.3);
}

.cl-effect-16 a::before {
	color: #fff;
	content: attr(data-hover);
	position: absolute;
	opacity: 0;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	-webkit-transform: scale(1.07) translateX(10px) translateY(-10px) rotate(4deg);
	-moz-transform: scale(1.07) translateX(10px) translateY(-10px) rotate(4deg);
	transform: scale(1.07) translateX(10px) translateY(-10px) rotate(4deg);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}

.cl-effect-16 a:hover::before,
.cl-effect-16 a:focus::before {
	-webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	-moz-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	opacity: 1;
}

/* Effect 10: reveal, push out */
.cl-effect-10  {
	position: relative;
	z-index: 1;
}

.cl-effect-10 a {
	overflow: hidden;
	margin: 0 15px;
}

.cl-effect-10 a span {
	display: block;
	padding: 10px 20px;
	background: #0f7c67;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.cl-effect-10 a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	padding: 10px 20px;
	width: 100%;
	height: 100%;
	background: #fff;
	color: #0f7c67;
	content: attr(data-hover);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translateX(-25%);
}

.cl-effect-10 a:hover span,
.cl-effect-10 a:focus span {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transform: translateX(100%);
}

.cl-effect-10 a:hover::before,
.cl-effect-10 a:focus::before {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	transform: translateX(0%);
}




/* Effect 13: three circles */
.cl-effect-13 a {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.cl-effect-13 a::before {
	position: absolute;
	top: 100%;
	left: 50%;
	color: transparent;
	content: '‧';
	text-shadow: 0 0 transparent;
	font-size: 1.2em;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}

.cl-effect-13 a:hover::before,
.cl-effect-13 a:focus::before {
	color: #fff;
	text-shadow: 10px 0 #fff, -10px 0 #fff;
}

.cl-effect-13 a:hover,
.cl-effect-13 a:focus {
	color: #ba7700;
}


/*********滑動的INPUT***********/
ul.input-area {line-height:50px;}
ul.input-area input { display: inline-block; width: 20px;}
ul.input-area li {list-style-type:disc; list-style-position: inside; }
.btn-primary {
    color: #fff;
    background-color: #7f0c78;
    border-color: #7f0c78;
    font-family: "Microsoft JhengHei", 微軟正黑體, "Microsoft YaHei", 微軟雅黑體, Verdana, Lucida Grande, sans-serif;
}

    .btn-primary:focus,
    .btn-primary.focus {
        color: #fff;
        background-color: #530958;
        border-color: #530958;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #530958;
        border-color: #530958;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #530958;
        border-color: #530958;
    }
.form-input-wrapper {
  padding: 11px 10.5% 11px;
}

.form-input-container {
  font-size: 13px;
  color: #333;
  border-bottom: 1px solid #ccc;
  position: relative;
  margin-bottom: 10px;
  /* FF 4-18 */
  /* FF 19+ */
  /* IE 10+ */
  -moz-transition: border-color 0.8s;
  -o-transition: border-color 0.8s;
  -webkit-transition: border-color 0.8s;
  transition: border-color 0.8s;
}
.form-input-container input:focus::-webkit-input-placeholder {
  color: transparent;
}
.form-input-container input:focus:-moz-placeholder {
  color: transparent;
}
.form-input-container input:focus::-moz-placeholder {
  color: transparent;
}
.form-input-container input:focus:-ms-input-placeholder {
  color: transparent;
}
.form-input-container .form-input-label {
  z-index: -1;
  position: absolute;
  top: 15px;
  left: -50px;
  opacity: 0;
  color: #C6C6C6;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-transition: top 0.6s, font-size 0.6s;
  -o-transition: top 0.6s, font-size 0.6s;
  -webkit-transition: top 0.6s, font-size 0.6s;
  transition: top 0.6s, font-size 0.6s;
}
.form-input-container .form-input {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  border: none;
  background: none;
  outline: none;
  height: 40px;
  font-size: 15px;
  margin: 0;
  border-radius: 0;
  box-sizing: border-box;
  box-shadow: none;
  padding: 0 38px 0 0;
  -moz-transition: padding 0.3s;
  -o-transition: padding 0.3s;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
}
.form-input-container .form-input:focus {
  padding-top: 20px;
}
.form-input-container .form-input:focus + .form-input-label {
  opacity: 10;
  left: 0;
  top: 5px;
  font-size: 12px;
  color: #686868;
}
.form-input-container.not-empty .form-input {
  border-bottom-color: #686868;
}
.form-input-container.not-empty.form-input-container {
  border-color: #686868;
}
.carousel-indicators {
bottom: -50px;
}
.carousel-indicators li {
    background-color: #c3d8e2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 12px;
    height: 12px;
	line-height: 20px;
    border-width: 0px;
	opacity: 1;
	position: relative;
	top:3px;
	margin-right: 5px;
}
.carousel-indicators li.active {
	background-color: #42bad0;
	width: 18px;
	height: 18px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	line-height: 20px;
	top:0px;
}
.carousel-control-next, .carousel-control-prev {width:8%;}
.carousel-control-next-icon, .carousel-control-prev-icon {width:45px; height: 45px;}
@media (max-width:767px){
	.carousel-control-next-icon, .carousel-control-prev-icon {width:30px; height: 30px;}
}
.carousel-control-prev-icon {
	background-image: url(../images/carousel-control_01.png);
}

.carousel-control-next-icon {
	background-image: url(../images/carousel-control_02.png);
}



/************title************/

.title {
    font-size: 17px;
    overflow: hidden;
    text-align: left;
    display: box; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    align-items: center; -moz-align-items: center; -webkit-align-items: center;
}

/**bootstrap reset**/
.nav-tabs {
    border-bottom: 2px solid #42BAD0;
}
.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#fff #fff #fff}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #42bad0;
	background-color: #fff;
	border-left-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #42BAD0;
	border-top-color: #fff;
	font-weight: bold;
	border-bottom-width: 5px;
}

/******加減數量模組******/
.amount{
   width:100%;
   float:left;

}

.amount a{
   text-decoration:none;
   border:#dfdfdf solid 1px;
   display:block;
   width:25%;
   height:38px;
   float:left;
   color:#CCCCCC;
   font-size:24px;
   text-align:center;
   line-height:33px;
   background: #fff;
}
.amount select{
	float: left;
	width:100%;
	background: #f9f9f9;
	box-sizing: border-box;
	border: #dfdfdf solid 1px;
	/*text-align: center;*/
	padding: 4px;
	outline: none;
	font-size: 14px;
	/*font-weight: bold;*/
}

.amount input{
	float: left;
	 width:50%;
	background: #f9f9f9;
	box-sizing: border-box;
	border: #dfdfdf solid 1px;
	text-align: center;
	height: 38px;
	outline: none;
	font-size: 18px;
	color: #ff8400;
	font-weight: bold;
}

.amount a:first-child{
   border-radius:3px 0 0 3px;
   border-right:none;
}
.amount a:last-child{
   border-radius:0 3px 3px 0;
   border-left:none;
}




 /* :: - 30.0 Sidebar style */

.prod_submenu h5{
	background-color:#0a60af;
	color:#fff;
	text-align:center;
	font-weight:bold;
	display: block;
	margin:0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
/* subMenuSerial
------------------------------------- */

#subMenuSerial {
	float: left;
	width: 100%;
	background-color:#f8f8f8;
}
#subMenuSerial li {margin-bottom:5px; font-size:130%; display:table; width:100%;}
#subMenuSerial li a i{ position:relative; top:7px;}
#subMenuSerial li a,
#subMenuSerial li a span {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out, ;
}

#subMenuSerial li a {
	display: block;
	text-decoration: none;
	color: #0074d9;
	background-color:#f8f8f8;
	border-bottom: 1px solid #eee;
	margin-top: -1px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#subMenuSerial li a:hover,
#subMenuSerial li a.active {
	background-color: #0074d9;
	color: #fff;
	padding-left: 25px;
}

#subMenuSerial li li ul {
	padding: 0;
}

#subMenuSerial li li a.active {
	background-color: #eff6f0;
	padding-left: 25px;
	font-weight: 600;
	color: #808080;
}

#subMenuSerial li li ul {
	padding-left: 15px;
}

#subMenuSerial li li a.active span {
	color: #808080;
}

#subMenuSerial li a span {
	color: #fff;
}

#subMenuSerial li a:hover span,
#subMenuSerial li a.active span {
	color: #fff;
}

#subMenuSerial li ul {
	display: none;
	background-color: #f8f8f8;
	padding: 5px;
}


#subMenuSerial li ul li a,
#subMenuSerial li ul li a:hover  {
	border: none;
	color: #777;
	background-color: #f8f8f8;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	font-size:70%;
}

#subMenuSerial li ul li a:hover span,
#subMenuSerial li ul li a:hover  {
	color: #808080;
}



/* subMenuSerial02
------------------------------------- */

#subMenuSerial02 {
	float: left;
	width: 100%;
	background-color:#f8f8f8;
}
#subMenuSerial02 li {margin-bottom:5px; font-size:130%; display:table; width:100%;}
#subMenuSerial02 li a i{ position:relative; top:7px;}
#subMenuSerial02 li a,
#subMenuSerial02 li a span {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out, ;
}

#subMenuSerial02 li a {
	display: block;
	text-decoration: none;
	color: #0074d9;
	background-color:#f8f8f8;
	border-bottom: 1px solid #eee;
	margin-top: -1px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 25px;
}

#subMenuSerial02 li a:hover,
#subMenuSerial02 li a.active {
	background-color: #0074d9;
	color: #fff;
	padding-left: 25px;
}

#subMenuSerial02 li li ul {
	padding: 0;
}

#subMenuSerial02 li li a.active {
	background-color: #eff6f0;
	padding-left: 25px;
	font-weight: 600;
	color: #808080;
}

#subMenuSerial02 li li ul {
	padding-left: 15px;
}

#subMenuSerial02 li li a.active span {
	color: #808080;
}

#subMenuSerial02 li a span {
	color: #fff;
}

#subMenuSerial02 li a:hover span,
#subMenuSerial02 li a.active span {
	color: #fff;
}

#subMenuSerial li ul {
	display: none;
	background-color: #f8f8f8;
	padding: 5px;
}


#subMenuSerial02 li ul li a,
#subMenuSerial02 li ul li a:hover  {
	border: none;
	color: #777;
	background-color: #f8f8f8;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	font-size:70%;
}

#subMenuSerial02 li ul li a:hover span,
#subMenuSerial02 li ul li a:hover  {
	color: #808080;
}


 /* :: - 31.0 Payment style */

.payment_step {text-align:left; border: 7px solid #e6e6e6; padding: 5px;}
.payment_step ul {margin-left:-40px; }
.payment_step ul li input { display:inline-block;}
.payment_step, .payment_step ul li {color:#808080;}
.payment_step span.price {color:#fb0102;}

.paymentform {
	width: 100%;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	color:#808080;
}

.paymentform fieldset {
	background: white;
	border: 0 none;
	border-radius: 3px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	padding: 20px 30px;
	box-sizing: border-box;
	width: 80%;
	margin: 0 10%;
	/*stacking fieldsets above each other*/
	position: absolute;
}
/*Hide all except first fieldset*/
.paymentform fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
.paymentform input, .paymentform select, .paymentform textarea, .paymentform_Area, #memberform_Area {
	padding: 10px 15px;
	border-radius: 3px;
	width: 100%;
	box-sizing: border-box;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #38bdc7;
	font-size:16px;
	line-height: 16px;
	color:#0a60af;
}
.inputwidthFree {
	width: 100px;
}
.paymentform input[type="radio"], .paymentform input[type="checkbox"]  { width:20px;}
/*buttons*/
.paymentform .action-button {
width: 100px;
background: #38bdc7;
font-weight: bold;
color: white;
border: 0 none;
border-radius: 1px;
cursor: pointer;
padding: 10px 5px;
margin: 10px 5px;
}
.paymentform .action-button:hover, .paymentform .action-button:focus {
background: #0a60af;
transition: all 0.25s ease;
}

.paymentform .action-button2 {
width: 100px;
background: #ff7e52;
font-weight: bold;
color: white;
border: 0 none;
border-radius: 1px;
cursor: pointer;
padding: 10px 5px;
margin: 10px 5px;
}
.paymentform .action-button2:hover, .paymentform .action-button2:focus {
background: #ffa900;
transition: all 0.25s ease;
}

.card {
  margin-bottom: 1.5rem;
  border-radius: 0; }
  .card h4 {
    font-size: 1.3rem; }
  .card .user-header .media img {
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    -webkit-border-radius: 50%; }
  .card .card-header .card-actions button {
    display: block;
    float: left;
    width: 50px;
    padding: .75rem 0;
    margin: 0 !important;
    color: #fff;
    outline: 0;
    text-align: center;
    background: transparent;
    border: 0;
    border-left: 1px solid rgba(120, 130, 140, 0.4); }
  /*.card-body {min-height:300px;}*/
  .card .card-footer {
    padding: 0.65rem 1.25rem;
    background-color: #f0f3f5;
    border-top: 1px solid #c2cfd6; }
    .card .card-footer ul li {
      display: table-cell;
      padding: 0 1rem;
      text-align: center; }


#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: #455A64;
    padding-left: 0px;
    margin-top: 30px;
}
#progressbar li {
    list-style-type: none;
    font-size: 13px;
    width: 33.33%;
    float: left;
    position: relative;
    font-weight: 400;
    color: #455A64 !important;
}
#progressbar li:before {
    line-height: 29px;
    display: block;
    font-size: 12px;
    background: #455A64;
    border-radius: 50%;
    margin: auto;
}
#progressbar li.active:before, #progressbar li.active:after {
    background: #4bb8a9;
}
#progressbar #step1:before {
    content: "1";
    color: #fff;
    width: 29px;
    margin-left: 15px !important;
    padding-left: 11px !important;
}

#progressbar #step2:before {
    content: "2";
    color: #fff;
    width: 29px;
}
#progressbar #step3:before {
    content: "3";
    color: #fff;
    width: 29px;
    margin-right: 15px !important;
    padding-right: 11px !important;
}
#progressbar li:nth-child(1):after {
    left: 25%;
    width: 121%;
}

#progressbar li:after {
    content: '';
    width: 121%;
    height: 2px;
    background: #455A64;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 15px;
    z-index: -1;
}



/**progressbar style02**/
ul.progressbar{width:100%;margin:0;padding:0;font-size:0;list-style:none;}
ul.progressbar li {width: calc(100% / 3 - 10px);}
ul.progressbar p {margin-top: 10px;}
li.section{display:inline-block;padding-top:45px;font-size:21px;font-weight:700;line-height:16px;color:gray;vertical-align:top;position:relative;text-align:center;overflow:hidden;text-overflow:ellipsis;}
li.section:before{content:'x';position:absolute;top:2px;left:calc(45% - 15px);z-index:1;width:50px;height:50px;color:#fff;border:2px solid #fff;border-radius:50%;line-height:45px;background:#ddd;}
.status-bar{height:5px;background:#ddd;position:relative;top:25px;margin:0 auto;}
.current-status{height:2px;width:0;border-radius:1px;background:#0a60af}
@keyframes changeBackground{from{background:gray}to{background:#0a60af}}
li.section.visited:before{content:'\2714';animation:changeBackground .5s linear;animation-fill-mode:forwards}
li.section.visited.current:before{box-shadow:0 0 0 2px #0a60af;}
li.section.visited.current p{color:#0a60af;}

.ord_complete {content:'\f05d'; font-size:150%;}


/**20211110 NewStyle**/
.img-full {width:100%; height:auto;}


/****chingchen*/
.bordergray
{border-color: #b1afaf;}

.video-responsive {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 比例的關鍵 */
    overflow: hidden;
}

.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* h4 隨版面調整大小  clamp(最小值, base + 係數vw, 最大值) */
.anniversary-title {
    font-size: clamp(1rem, 0.72rem + 1.2vw, 1.8rem);
}

/* :: - 32.0 inputStyle */
/*
.form-control {padding: 6px 30px; color:#999999;}
span.input-icon {
	display: inline-block;
}

.input-icon {
	position: relative;
	width: 100%;
}

.input-icon.icon-right>[class *="fa-"],.input-icon.icon-right>[class *="glyphicon-"]
	{
	left: auto;
	right: 0;
}

.input-icon.icon-leftt>[class *="fa-"],.input-icon.icon-left>[class *="glyphicon-"]
	{
	left: 0;
	right: auto;
}
.input-icon>[class *="fa-"],.input-icon>[class *="glyphicon-"] {
	z-index: 2;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 34px;
	height: 100%;
	line-height: 34px;
	display: inline-block;
	color: #38bdc7;
	font-size: 1rem;
	text-align: center;
	padding-top: 3px;
	zoom: 1;
	filter: alpha(opacity =   70);
	-webkit-opacity: .7;
	-moz-opacity: .7;
	opacity: .7;
}
.magic-checkbox+label, .magic-radio+label {
    position: relative;
    display: inline;
    cursor: pointer;
    vertical-align: middle;
}
.magic-radio:checked + label:after, .magic-checkbox:checked + label:after {
    display: block;
}
.magic-checkbox:checked+label:after, .magic-radio:checked+label:after {
    display: block;
}
.magic-radio:checked + label:before {
    border: 1px solid #38bdc7;
}
.magic-radio + label:after {
	top:6px;
    background: #38bdc7;
}
*/