@import url("reset.css");
html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,a,form,img {
	margin: 0px;
	padding: 0px;
	border: 0px; }
body {
  overflow-x: hidden;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif; }

::-moz-selection {
  background: #232d71;
  color: #fff; }

::selection {
  background: #232d71;
  color: #fff; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  color: #101a39;
  font-family: Arial, Helvetica,"微軟正黑體","Microsoft JhengHei", simhei, sans-serif; }

a {
  padding: 0px;
  color: #428bca;
  text-decoration: none;
  outline: none; /* for Firefox */
  hlbr:expression(this.onFocus=this.blur()); /* for IE */
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a:hover,
  a:focus {
    color: #3a437a;
    text-decoration: none; }
a,
a:visited,
a:focus,
a:hover,
a.active {
  outline: 0; }
p {
  font-size: 16px;
  font-family: Arial, Helvetica,"微軟正黑體","Microsoft JhengHei", simhei, sans-serif;
  line-height: 28px;
  padding-top: 10px; }

p.large {
  font-size: 18px; }
strong, b {
  font-family: Arial, Helvetica,"微軟正黑體","Microsoft JhengHei", simhei, sans-serif;
  font-weight: bold; }

div > img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }
img {
  margin: 0px;
  padding: 0px;
  border: 0px; }
button {
	margin: 0px;
	padding: 0px;
	border: 0px; }
button:hover {
  outline: none; /* for Firefox */
  hlbr:expression(this.onFocus=this.blur()); /* for IE */ }

.wrapper {
  overflow-x: hidden;
  margin: 0px;
  padding: 0px;
  border: 0px; }
.text-black {
  color: #101a39 !important; }
.text-white {
  color: #fff; }
.text-gray {
  color: #dcdcdc; }
.text-deepgray {
  color: #8c8c8c; }
.text-deepblue {
  color: #232d71; }
.text-blue {
  color: #1436b4; }
.text-dirtyblue {
  color: #586880; }
.text-lightblue {
  color: #84d6ff; }
.text-red {
  color: #cf201c; }
.text-pink {
  color: #ff4a9d; }
.text-purple {
  color: #6879fb; }
.text-yellow {
  color: #fdec30; }
.text-bsmain {
  color: #212529; }
.text-green {
  color: #06c755; }
  
.text-sm, .text-md, .text-lg, .text-xl {
  font-family: Arial, Helvetica,"微軟正黑體","Microsoft JhengHei", simhei, sans-serif; }
.text-sm {
  font-size: 13px; }
.text-md {
  font-size: 16px; }
.text-lg {
  font-size: 19px; }
.text-xl {
  font-size: 21px; }

.shadow-md {
  text-shadow: 1px 1px 3px rgba(0,0,0,0.75); }

.bg-black {
  background: #101a39 !important; }
.bg-light {
  background: #ffffff; }
.bg-lightgray {
  background: #f1f1f1; }
.bg-gray {
  background: #dcdcdc; }
.bg-darkgray {
  background: #424242; }
.bg-main {
  background: #f3f3f3 url("../img/PaPa-bg.gif") center top repeat; }
.bg-navyblue {
  background: #19559e; }
.bg-lightblue {
  background: #e5edf2; }
.bg-yellow {
  background-color: #fdcf30; }
.bg-lightyellow {
  background: #fdec30; }
.bg-bluepurple {
  background: #ac151e; }
.bg-pink {
  background: #ec87b3; }
.bg-mom {
  background-color: #687afb; }

  
.line-height-sm {
  line-height: 1.3; }

.line-height-xs {
  line-height: 1; }
  
.d-none {
  display: none!important; }
.d-inline {
  display: inline!important; }
.d-inline-block {
  display: inline-block!important; }
.d-block {
  display: block!important; }
.d-table {
  display: table!important; }

.pt-1 {
  margin-top: 10px;
}
.pt-2 {
  margin-top: 20px;
}
  
.plr-md-1 {
  padding-left: 5px;
  padding-right: 5px; }
@media screen and (max-width: 991.98px) {
  .plr-md-1 {
	padding-left: 15px;
	padding-right: 15px; } }
@media screen and (max-width: 767.98px) {
  .plr-md-1 {
	padding-left: 1px;
	padding-right: 1px; } }

.site-wrap:before {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden; }

.offcanvas-menu .site-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  overflow: hidden; }
  .offcanvas-menu .site-wrap:before {
    opacity: 1;
    visibility: visible; }

.btn {
  position: relative;
  top: 0; }
  .btn:hover, .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .btn.btn-secondary {
    background-color: #3a437a;
    border-color: #dfe0e3;
	border-radius: 10px;
    color: #fff;
	font-size: 21px;
	font-weight: bold;
	padding: 4px 8px 3px;
	width: 100%; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #3a437a;
    border-color: #3a437a; }
  .btn.btn-sm {
    font-size: 0.9rem; }
  .btn:hover {
    -webkit-box-shadow: 0 5px 12px -7px rgba(0, 0, 0, 0.8) !important;
    box-shadow: 0 5px 12px -7px rgba(0, 0, 0, 0.8) !important; }
  .btn.pill {
    border-radius: 30px !important; }
  .btn.btn-white.btn-outline-white {
    border-color: #fff;
    background: transparent;
    color: #fff; }
    .btn.btn-white.btn-outline-white:hover {
      background: #fff;
      color: #101a39; }
  .btn.btn-deepred {
    background-color: #ac151e;
    border-color: #ac151e;
	border-radius: 10px;
    color: #fff;
	font-size: 21px;
	font-weight: bold;
	padding: 5px 15px 4px;
    -webkit-box-shadow: 0 5px 12px -7px rgba(0, 0, 0, 0.8) !important;
    box-shadow: 0 5px 12px -7px rgba(0, 0, 0, 0.8) !important; }
  .btn.btn-deepred:hover {
    color: #fff;
    background-color: #ac151e;
    border-color: #ac151e;
	cursor: auto; }
  .btn.btn-deepgreen {
    background-color: #007a00;
    border-color: #007a00;
	border-radius: 10px;
    color: #fff;
	font-size: 21px;
	font-weight: bold;
	padding: 5px 15px 4px;
    -webkit-box-shadow: 0 5px 12px -7px rgba(0, 0, 0, 0.8) !important;
    box-shadow: 0 5px 12px -7px rgba(0, 0, 0, 0.8) !important; }
  .btn.btn-deepgreen:hover {
    color: #fff;
    background-color: #006d00;
    border-color: #006d00;
	cursor: auto; }

/* btn-circle */
  .btn.btn-circle {
	position: relative;
    background-color: transparent;
	border: #ac151e solid 0px;
	border-radius: 100%;
    color: #fff;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	margin: 80px auto 20px;
	padding: 4px 8px 3px;
	width: 58%;
	min-height: 142px;/*min-height: 158px;*/ }
  .btn.btn-circle:after {
    content: "";
    position: absolute;
    top: -68px;
    left: calc(100%/2 - 1px);
	width: 1px;
    height: 70px;
	background: #ffdd85; }
  .btn.btn-circle:hover {
    color: #fff;
    -webkit-box-shadow: 0 5px 12px -7px rgba(0, 0, 0, 0.0) !important;
    box-shadow: 0 5px 12px -7px rgba(0, 0, 0, 0.0) !important; }
  .btn.btn-circle:hover:after {
    top: -88px; }
  .btn.btn-circle img {
	position: absolute;
	border-radius: 100%;
	top: -20px;
	left: calc(100%/2 - 71px);
	width: 142px;
	height: 150px;
    -webkit-box-shadow: 0 30px 15px -12px rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0 30px 15px -12px rgba(0, 0, 0, 0.5) !important; }
  .btn.btn-circle h3 {
	position: relative;
	font-size: 26px;
	font-weight: bold;
	color: #16130a; /*color: #fff;*/
	margin-top: calc(100%/2 - 120px);
	/*text-shadow: 1px 1px 4px rgba(0,0,0,0.75);*/ }
  .btn.btn-circle img, .btn.btn-circle h3, .btn.btn-circle:after {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear; }
  .btn.btn-circle:hover img, .btn.btn-circle:hover h3, .btn.btn-circle:hover:after {
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1); }
  .btn.mt-1 {
	margin-top: 0px; }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .btn.btn-circle {
	margin: 40px auto 42px;
	width: 100%;
	height: 100%;
	min-height: inherit; }
  .btn.btn-circle:after {
	top: -56px;
	height: 50px; }
  .btn.btn-circle:hover:after {
    top: -56px; }
  .btn.btn-circle h3 {
	margin-top: calc(100%/2 - 56px); } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .btn.btn-circle {
	margin: 40px auto 42px;
	width: 100%;
	height: 100%;
	min-height: inherit; }
  .btn.btn-circle:after {
	top: -48px;
	height: 40px; }
  .btn.btn-circle:hover:after {
    top: -48px; }
  .btn.btn-circle h3 {
	margin-top: calc(100%/2 - 26px); }
  .btn.btn-circle img {
	width: 142px;
	height: auto !important;
	left: 0%; } }
@media (min-width: 480px) and (max-width: 767.98px) {
  .btn.btn-circle {
	margin: 40px auto 42px;
	width: 100%;
	height: 100%;
	min-height: inherit; }
  .btn.btn-circle:after {
	top: -36px;
	height: 30px; }
  .btn.btn-circle:hover:after {
    top: -46px; }
  .btn.btn-circle h3 {
	margin-top: calc(100%/2 - 26px); }
  .btn.btn-circle img {
	width: 142px;
	height: auto !important;
	left: 0%; } }
@media screen and (max-width: 479.98px) {
  .btn.btn-circle {
	margin: 40px auto 42px;
	width: 100%;
	height: 100%;
	min-height: inherit; }
  .btn.btn-circle:after {
	top: -36px;
	height: 30px; }
  .btn.btn-circle:hover:after {
    top: -46px; }
  .btn.btn-circle h3 {
	font-size: 21px;
	margin-top: calc(100%/2 - 26px); }
  .btn.btn-circle img {
	width: 142px;
	height: auto !important;
	left: 0%; } }


/* footer */
footer {
	margin: 0px;
    padding: 0px;
    text-align: center;
	background: transparent;
}
footer #subfooter {
	overflow-x: hidden;
	overflow-y: auto;
    margin: 0px auto;
	padding: 0px;
}
footer #subfooter .container-fluid.bg {
	padding: 6px 0px;
    background: transparent url("../img/logo_footbg.jpg") center top repeat;
}
footer #subfooter p {
    font-size: 16px;
    font-family: Arial, Helvetica,"微軟正黑體","Microsoft JhengHei", simhei, sans-serif;
    line-height: 28px;
	padding: 15px 10px;
}
footer #subfooter .logo_AMC_foot {
    margin: 15px auto 5px;
    padding: 0px;
	max-width: 991px;
	position: relative;
}
footer #subfooter .tel_div {
    margin: 0px auto;
    padding: 0px;
	font-size: 17px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.2px;
	color: #fff;
	float: left;
}
footer #subfooter .tel_div img {
    margin: 0px auto;
    padding: 0px;
	text-align: center;
	display: block;
}
footer #subfooter .tel_div span {
    margin: 0px 5px 0px 0px;
	font-size: 16px;
	line-height: 16px;
}
footer #subfooter .tel_div a {
    margin: 10px 0px 0px;
    padding: 0px 12px 0px 8px;
	color: #fff;
	border-right: #601986 solid 1px;
}
footer #subfooter .tel_div a:focus,
footer #subfooter .tel_div a:hover,
footer #subfooter .tel_div a:active,
footer #subfooter .tel_div a.active {
	color: #fff;
	text-decoration: none;
}
footer #subfooter .tel_div a.noline {
	border-right: #601986 solid 0px;
}
footer #subfooter .web_div {
    margin: 0px auto;
    padding: 0px;
}
footer #subfooter .web_div img {
	border-left:#FFF solid 4px;
	margin: 3px -14px 10px -25px;
	display: inline-block;
}

@media (min-width: 768px) and (max-width: 991px) {
	footer #subfooter p {
        font-size: 15px;
        line-height: 26px;
        padding: 15px 10px;
    }
    footer #subfooter .logo_AMC_foot {
        max-width: none;
    }
	footer #subfooter .tel_div {
		float: none;
    }
	footer #subfooter .web_div {
		margin: 10px auto 0px;
		float: none;
    }
	footer #subfooter .web_div img {
		border-left:#FFF solid 4px;
		margin: 3px -38px 10px -10px;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
	footer #subfooter p {
        font-size: 13px;
        line-height: 20px;
        padding: 10px 10px;
    }
    footer #subfooter .logo_AMC_foot {
        max-width: none;
    }
	footer #subfooter .tel_div {
		font-size: 15px;
		float: none;
    }
	footer #subfooter .tel_div span {
		font-size: 15px;
		line-height: 15px;
    }
	footer #subfooter .web_div {
		margin: 10px auto 0px;
		float: none;
    }
	footer #subfooter .web_div img {
		border-left:#FFF solid 3px;
		margin: 3px -38px 10px -10px;
    }
}
@media (min-width: 320px) and (max-width: 479px) {
	footer #subfooter p {
        font-size: 13px;
        line-height: 20px;
        padding: 10px 10px;
    }
    footer #subfooter .logo_AMC_foot {
        max-width: none;
    }
	footer #subfooter .tel_div {
		font-size: 13px;
		float: none;

    }
	footer #subfooter .tel_div span {
		margin: 0px 0px 0px 0px;
		font-size: 13px;
		line-height: 13px;
    }
	footer #subfooter .tel_div a {
		padding: 0px 3px 0px 1px;
    }
	footer #subfooter .web_div img {
		border-left:#FFF solid 3px;
		margin: 3px -25px 10px -10px;
		width: 55%;
		height: 55%;
    }
}


section {
  margin: 0px auto;
  padding: 0px;
  background-color: transparent;
  position: relative; }


.site-section {
  padding: 50px 0 50px; }
.site-section h2 {
  font-size: 42px;
  line-height: 50px; }
.site-section {
  font-size: 42px;
  line-height: 50px; }
.site-section .row-ball {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding: 0% 0%; }
  @media (min-width: 768px) and (max-width: 1399.98px) {
    .site-section .row-ball {
	  padding: 0% 5%; } }
  @media screen and (max-width: 767.98px) {
    .site-section .row-ball {
      margin-top: -2%;
	  padding: 0% 5%; } }
  @media (min-width: 768px) {
    .site-section {
      padding: 100px 0; } }
    .site-section.site-section-sm {
      padding: 60px 0; }



/* Navbar */
.site-navbar-top {
  display: block;
  margin-top: -20px; }
  .site-navbar-top a {
    color: #fff; }
  .site-navbar-top .text-with-icon {
    color: rgba(255, 255, 255, 0.5); }

.site-navbar-top, .site-navbar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.0); }
.site-navbar-top .page-scroll {
  border: 0px solid rgba(0, 0, 0, 0.9);
  display: inline-block; }

.site-navbar {
  margin-bottom: 0px;
  width: 100%;
  border-bottom: none;
  background: transparent !important; }
.site-navbar .navbar-brand {
  margin-top: 13px;
  position: absolute; }
.site-navbar .site-navigation {
  margin: 8px 50px 0px 0px;
  text-align: right; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
	float: right !important;
	font-size: 16px;
	font-family: Arial, Helvetica,"Microsoft JhengHei", simhei, sans-serif;
	line-height: 22px; }
    .site-navbar .site-navigation .site-menu .active > a {
      color: #232d71; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      font-size: 18px;
	  line-height: 38px;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block;
      padding: 10px 5px; }
      .site-navbar .site-navigation .site-menu > li > a {
        padding: 8px 15px 2px;
        text-transform: uppercase;
        letter-spacing: .05em;
        color: rgba(0, 0, 0, 0.6);
        font-size: 15px;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #232d71; }
      .site-navbar .site-navigation .site-menu > li:last-child {
        padding-right: 0; }
        .site-navbar .site-navigation .site-menu > li:last-child > a {
          padding-right: 0; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e114";
          font-size: 13px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'Glyphicons Halflings'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        border-radius: 7px;
        position: absolute;
        text-align: left;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
        padding: 10px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #232d71;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            bottom: 100%;
            left: 15%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #232d71;
            border-width: 7px;
            margin-left: -7px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #fff; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
          color: #232d71 !important; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 135px; /*min-width: 200px;*/ }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 5px 20px;
            display: block;
			line-height: 24px;
			white-space: normal; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a mark {
			padding: 0px;
			background-color: transparent;
			color: #ffe84e; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              color: #ffe84e;
			  background-color: transparent; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e080";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            color: #ffe84e;
			background-color: transparent; }
      .site-navbar .site-navigation .site-menu .has-children a {
        text-transform: uppercase; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #fff; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }


/* mobile-Navbar */
    .navbar-collapse .navbar-nav li {
	  margin: 0px;
	  padding: 10px 5px 0px; }
    .navbar-collapse .navbar-nav li a {
      color: #333;
	  font-size: 23px;
	  font-family: Arial, Helvetica,"Microsoft JhengHei", simhei, sans-serif;
	  font-weight: bold; }
    .navbar-collapse .navbar-nav li ul li {
	  margin: 0px;
	  padding: 2px 5px 0px; }
    .navbar-collapse .navbar-nav li ul li a {
      color: #080808;
	  font-size: 18px;
	  font-family: Arial, Helvetica,"Microsoft JhengHei", simhei, sans-serif;
	  font-weight: normal;
	  line-height: 22px;
	  white-space: normal; }
    .navbar-collapse .navbar-nav li ul li a mark {
      padding: 0px;
      background-color: transparent;
      color: #f23a2e; }
    .navbar-collapse .navbar-nav .dropdown-site {
      margin: 0px;
      padding: 0px; }
    .navbar-collapse .navbar-nav .arrow-collapse {
      position: absolute;
	  right: 22.5%;
	  margin-top: 4px;
	  padding: 0px;
      z-index: 20;
      width: 28px;
      height: 28px;
      text-align: center;
      cursor: pointer;
      border-radius: 100%; }
      .navbar-collapse .navbar-nav .arrow-collapse:hover {
        background: #f2f4f6; }
      .navbar-collapse .navbar-nav .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: 'Glyphicons Halflings';
        content: "\e114";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .navbar-collapse .navbar-nav .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }


.site-navbar-wrap {
  background: transparent !important;
  position: fixed;
  z-index: 99;
  width: 100%;
  padding: 0 0 10px;
  margin-bottom: 50px;
  left: 0;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  .site-navbar-wrap .site-menu-bar {
    padding: 0px;
	display: inline-block; }
  .site-navbar-wrap .site-menu-toggle {
    display: none; }
  .site-navbar-wrap .site-menu-toggle span {
    color: #fff;
	margin: 6px;
	border-radius: 3px;
	border: #fff solid 1px;
    background-color: rgba(0, 0, 0, 0.1); }
  .site-navbar-wrap .site-menu-toggle span.icon-bar {
    display: block; width: 28px; height: 1px; border-radius: 1px; border: #fff solid 1px; }
  .site-navbar-wrap .site-menu-toggle span.icon-bar + span.icon-bar {
    margin-top: 2px; }
  .site-navbar-wrap .site-navbar .site-navigation .site-menu > li > a {
    color: rgba(0, 0, 0, 0.75);
    border-radius: 30px;
    border: #232d71 solid 3px;
    background-color: rgba(255, 255, 255, 0.95);
    font-size: 23px;
	font-weight: bold; }
    .site-navbar-wrap .site-navbar .site-navigation .site-menu > li > a:hover {
      color: #232d71; }
  .site-navbar-wrap.scrolled {
    z-index: 99;
    padding: 0px 0;
    -webkit-box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.0);
    box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.0);
    background: rgba(17, 58, 5, 0.0) !important; } /*白色 background: rgba(255, 255, 255, 0.9)*/
    .site-navbar-wrap.scrolled .site-menu-toggle span {
      color: #232d71; }
    .site-navbar-wrap.scrolled .site-navbar .site-navigation .site-menu > li > a {
      /*color: rgba(0, 0, 0, 0.65);*/
      font-size: 16px;
	  color: #232d71;
	  padding: 0px 12px;
	  border-radius: 30px;
	  background-color: #fff;
	  -webkit-box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.75);
	  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.75); }
    .site-navbar-wrap.scrolled .site-navbar .site-navigation .site-menu > .has-children > a {
      padding-right: 22px; }
    .site-navbar-wrap.scrolled .site-navbar .site-navigation .site-menu > .has-children > a:before {
      right: 6px; }
      .site-navbar-wrap.scrolled .site-navbar .site-navigation .site-menu > li > a:hover {
        color: #232d71; }
@media (min-width: 768px) and (max-width: 991.98px) {
  .site-navbar-wrap .container {
      max-width: 96%; }
  .site-navbar .col-lg-2 {
	width: 16%; }
  .site-navbar .col-lg-10 {
	width: 84%;
	padding: 0px 0px 0px; } }
@media screen and (max-width: 767.98px) {
  .site-navbar-wrap .container {
      max-width: 98%; }
  .site-navbar .col-lg-2 {
	width: 30%; }
  .site-navbar .col-lg-10 {
	width: 70%;
	padding: 10px 0px 0px; }
  .site-navbar-wrap .site-menu-bar {
	float: right; }
  .site-navbar-wrap.scrolled {
    -webkit-box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.0);
    box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.0);
    background: rgba(255, 255, 255, 0.0) !important; } }
		


/*  */
.nav-open .site-navbar-wrap > .container {
  transform: translate3d(-424px, 0, 0);
}
.nav-open .icon-bar {
  border: #232d71 solid 2px;/*border: #fff solid 2px;*/
  -webkit-box-shadow: 0 0 1px -1px rgba(0, 0, 0, 0.0);
  box-shadow: 0 0 1px -1px rgba(0, 0, 0, 0.0);
}
@media (max-width: 991px) {
  .nav-open .site-navbar-wrap > .container {
    transform: translate3d(-282.6666666667px, 0, 0);
  }
}
/*  */
@media (max-width: 767px) {
  .navbar-offcanvas .navbar-toggler .icon-bar {
    height: 3px;
    border-radius: 1px;
    background-color: #232d71;
  }
}

/*  */
.site-mobile-menu {
  position: absolute;
  z-index: 2000;
  margin: 0;
  padding: 15px;
  top: 0;
  bottom: 0;
  left: 90%;
  right: 10%; }
  
  .site-mobile-menu .navbar-collapse {
    margin: 0;
    padding: 0;
	font-family: Arial, Helvetica,"Microsoft JhengHei", simhei, sans-serif;
    list-style: none;
    position: relative; }
    .site-mobile-menu .navbar-collapse a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .navbar-collapse a:hover {
        color: #f23a2e; }
    .site-mobile-menu .navbar-collapse li {
      position: relative;
      display: block; }
      .site-mobile-menu .navbar-collapse li.active > a {
        color: #f23a2e; }
    .site-mobile-menu .navbar-collapse .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .navbar-collapse .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .navbar-collapse .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: 'Glyphicons Halflings';
        content: "\e114";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .navbar-collapse .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .navbar-collapse > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .navbar-collapse > li > a {
        padding-left: 20px;
        font-size: 23px; }
      .site-mobile-menu .navbar-collapse > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .navbar-collapse > li > ul > li {
          display: block; }
          .site-mobile-menu .navbar-collapse > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .navbar-collapse > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .navbar-collapse > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .navbar-collapse > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }

@media (max-width: 767.98px) {
  .site-navbar .site-navigation .site-menu {
    display: none; }
  .site-navbar-wrap .navbar-toggler {
    display: block;
	width: 60px;
	height: 45px;
	border: transparent solid 1px; }
  .site-mobile-menu .navbar-toggler {
    margin: 0;
    padding: 12px 10px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    position: absolute;
	background-color: rgba(229, 237, 242, 0.00); }
  .site-navbar-wrap .navbar-icon {
	border: #232d71 solid 3px;
	background-color: #fff;
	border-radius: 10px;
	padding-bottom: 33px;
	-webkit-box-shadow: 0 5px 0px rgba(35, 45, 113, 1.0);
	box-shadow: 0 5px 0px rgba(35, 45, 113, 1.0); } }

/* end Navbar */

/* Blocks-cover */
.site-blocks-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url(../img/PaPaShow.gif); }
  .site-blocks-cover .container {
	margin: 0px auto;
    padding: 0px 0px;
	overflow: hidden !important;
	max-width: 90%;}
  .site-blocks-cover.overlay {
    position: relative;
	padding-top: 0%;
	padding-left: 0%;
	padding-right: 0%; }
    .site-blocks-cover.overlay:before {
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      right: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.00); }
  .site-blocks-cover, .site-blocks-cover .row {
    min-height: 680px; }
.site-blocks-cover .intro-main {
  bottom: -0%;
  position: absolute;
  width: 100%; }

  /*@media (min-width: 1200px) and (max-width: 1399.98px) {
    .site-blocks-cover, .site-blocks-cover .row {
      min-height: 600px; }}*/
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .site-blocks-cover, .site-blocks-cover .row {
      min-height: 650px; }}
  @media (max-width: 991.98px) {
    .site-blocks-cover .container {
      max-width: 100%; }
    .site-blocks-cover.overlay {
      padding-left: 0%;
      padding-right: 0%; }
    .site-blocks-cover .intro-main {
      bottom: -0%;
      position: absolute;
      width: 100%; }
    .site-blocks-cover, .site-blocks-cover .row {
      min-height: 650px; }}
  @media (max-width: 767.98px) {
    .site-blocks-cover {
      background-size: contain;
      background-position: center center;
      background-image: url(../img/PaPaShow_sm.gif); }
    .site-blocks-cover, .site-blocks-cover .row {
      min-height: 520px;}}
  @media (max-width: 479.98px) {
    .site-blocks-cover {
      background-size: contain;
      background-position: center bottom;
      background-image: url(../img/PaPaShow_sm.gif); }
    .site-blocks-cover, .site-blocks-cover .row {
      min-height: 420px; }}


	
  .site-blocks-cover .member {
	margin: 0px;
	padding: 0;
	position: absolute;
    top: calc(100%/2 - 42%);
    left: calc(100%/2 - 600px); }
  .site-blocks-cover h1 {
    color: rgba(255, 255, 255, 0.0);
    font-size: 21px;
	font-weight: bold;
	line-height: 1.35;
	text-align: center;
	position: absolute;
	top: 128px;
	left: calc(100%/2 - 300px);
	margin: 0px 0px; }
  .site-blocks-cover .triangle {
	border: transparent solid 22px;
	/*height: 32px;
	width: 32px;*/
	position: relative;
  }
  .site-blocks-cover .triangle::after {
	border-color: transparent transparent #232d71 transparent ;
	border-style: solid solid solid solid;
	border-width: 22px;
	position: absolute;
	content: "";
	margin-left: 0px;
	margin-top: -12px;
  }
  .site-blocks-cover h1 span.left {
    color: #fff;
    font-size: 61px;
	background-color: #232d71;
	-webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.35);
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.35);
	border-radius: 32px;
	line-height: 32px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 10px 28px; }
  .site-blocks-cover h1 span.right {
	display: block; }
  .box-blue {
    color: #181f5a;
    font-size: 16px;
	font-weight: bold;
	border: #123672 solid 3px;
	border-radius: 15px;
	background-color: rgba(215, 226, 242, 0.5);
	margin: 5px auto;
	padding: 13px 14px 10px;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 768px; }
  .triangle-top {
	border: transparent solid 18px;
	position: relative;
  }
  .triangle-top::after {
	border-color: transparent transparent #123672 transparent;
	border-style: solid solid solid solid;
	border-width: 18px;
	position: absolute;
	content: "";
	left: calc(100%/2 + 80px);
	top: -28px;
  }
  .img-fluid {
	max-width: 100%;
	height: auto; }


@media (min-width: 992px) and (max-width: 1199.98px) {
  .site-blocks-cover .member {
	left: calc(100%/2 - 568px); }}
@media (max-width: 991.98px) {
  .site-blocks-cover .member {
	width: 368px;
	height: 317px;
	left: calc(100%/2 - 468px); }
  .site-blocks-cover h1 {
	width: auto;
	top: 128px;
	left: calc(100%/2 - 190px); }
  .site-blocks-cover h1 span.left {
    font-size: 55px; }
  .box-blue {
    margin: 5px auto -10px;
	max-width: 100%; }}
@media (max-width: 767.98px) {
  .site-blocks-cover .member {
	width: 300px;
	height: 258px;
	top: 88px;
	left: calc(100%/2 - 330px); }
  .site-blocks-cover h1 {
    /*font-size: 19px;*/
	width: auto;
	top: 142px;
	left: calc(100%/2 - 132px); }
  .site-blocks-cover .triangle::after {
	border-width: 18px;
	margin-left: 5px;
	margin-top: -8px; }
  .site-blocks-cover h1 span.left {
    font-size: 42px;
    border-radius: 25px; } }
@media (max-width: 479.98px) {
  .site-blocks-cover .member {
	width: 200px;
	height: 172px;
	top: 88px;
	left: calc(100%/2 - 230px); }
  .site-blocks-cover h1 {
    /*font-size: 19px;*/
	width: auto;
	top: 128px;
	left: calc(100%/2 - 110px); }
  .site-blocks-cover .triangle::after {
	border-width: 18px;
	margin-left: 5px;
	margin-top: -8px; }
  .site-blocks-cover h1 span.left {
    font-size: 36px;
	padding: 10px 20px;
    border-radius: 20px; } }

	
.intro-service {
  padding: 5px 15px 5px 15px;
  background-color: rgba(255,255,255,0.0); }


.intro-service h2.head-area {
  font-size: 24px;
  font-family: Arial, Helvetica,"Microsoft JhengHei", simhei, sans-serif;
  font-weight: bold;
	line-height: 1.75;
  margin: 0px auto;
  padding: 0px;
  display: inline-block; }
.intro-service .head-area span {
  font-size: 26px;
  display: inline-block; }
.intro-service .head-area span.text-md {
  font-size: 19px; }
.intro-service .head-area strong {
  font-size: 22px;
  font-family: Arial, Helvetica,"Microsoft JhengHei", simhei, sans-serif;
  font-weight: bold;
  border: #fff solid 0px;
  border-radius: 25px;
  background-color: #fff;
  padding: 6px 15px 4px 11px; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .intro-service h2.head-area {
	  margin: 0px 20px; }
    .intro-service .head-area span {
      font-size: 22px; }
    .intro-service .head-area span.text-md {
      font-size: 16px; } }
  @media screen and (max-width: 575.98px) {
    .intro-service h2.head-area {
      font-size: 16px;
	  margin: 0px -15px 0px -15px; }
    .intro-service .head-area span {
      font-size: 18px;
      padding-top: 10px;}
    .intro-service .head-area span.text-md {
      font-size: 13px;
      padding-top: 15px;}
    .intro-service .head-area strong {
      font-size: 16px; }
    .intro-service p {
      font-size: 15px;
	  line-height: 18px;
	  margin: 0px 20px; } }
	  
.intro-service.line-area {
  border-top: #212853 dashed 1px;
  border-left: #212853 dashed 0px; }
  @media (min-width: 768px) {
    .intro-service.line-area {
      border-top: #212853 dashed 0px; 
      border-left: #212853 dashed 1px; } }



  
/* Modal */
.modal-backdrop {
  background-color: #232d71; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.25; }
.modal-content {
  background-color: #318ece;
  background-origin: border-box;
  border-radius: 30px;
  border: #232d71 solid 5px;
  margin-left: -7px;
  margin-right: -7px;
  padding: 20px;
  -webkit-box-shadow: 0px 10px 0px rgba(35,45,113,0.75);
  box-shadow: 0px 10px 0px rgba(35,45,113,0.75); }
.modal-header {
  border-bottom: 1px solid transparent;
  border-top-left-radius: 1.2rem;
  border-top-right-radius: 1.2rem; }
  .modal-header .close {
    padding: 0.8rem 0.5rem 0.7rem;
    margin: -1rem -0.3rem -1rem auto;
	font-size: 2.2rem;
	font-weight: normal;
    border-radius: 100%;
	line-height: 0.8rem;
    background-color: #fff;
    border: #232d71 solid 2px;
	opacity: 1.0;
	-webkit-box-shadow: 1px 4px 0px rgba(35,45,113,1.0);
	box-shadow: 1px 4px 0px rgba(35,45,113,1.0); 
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear; }
  .modal-header .close:not(:disabled):not(.disabled):hover, .modal-header .close:not(:disabled):not(.disabled):focus {
	opacity: 1.0;
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1); }
  .modal-lg {
    max-width: inherit;
	margin-left: 15px;
	margin-right: 0px; }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 990px;
	margin-left: auto;
	margin-right: auto; } }
@media (min-width: 320px) and (max-width: 767.98px) {
  .modal-lg {
    max-width: inherit;
    margin-left: 15px;
    margin-right: 0px; } }
@media screen and (max-width: 319.98px) {
  .modal-lg {
    max-width: inherit;
    margin-left: 15px;
    margin-right: 0px; } }
	
.modal-title {
  margin: -10px auto 0px;
  color: #232d71;
  font-weight: bold; }
.modal-body {
  background-color: rgba(255, 255, 255, 1.0);
  border: #232d71 solid 3px;
  border-radius: 25px;
  -webkit-box-shadow: 0px 5px 0px rgba(0,0,0,0.0);
  box-shadow: 0px 5px 0px rgba(0,0,0,0.0); }
  .modal-body p {
    font-size: 16px;
	margin-left: 15px;
	padding-bottom: 5px; }
  .modal-body p.text-ex {
	font-size: 22px; }
  .modal-body p.text-count {
	font-size: 19px;
	font-weight: bold;
	margin: -5px auto; }
  .modal-body b.text-xl {
	margin: 0px auto -5px; }
  .modal-body strong b {
    font-size: 37px;
	font-weight: bold; }
  .modal-body strong.t-big {
    font-size: 25px;
	font-weight: bold;
	margin-left: 0px; }
  .modal-body strong.t-big b {
    font-size: 28px; }
@media (min-width: 768px) and (max-width: 991.98px) {
  .modal-body strong.t-big b {
	margin-top: 5px;
	display: inline-block; } }
	
  .modal-body h3, .modal-body p.h3 {
	font-size: 28px;
    font-weight: normal;
	line-height: 30px;
	text-transform: none; }
@media screen and (max-width: 767.98px) {
  .modal-body .container {
	margin: 0px auto;
	padding: 5px; }}
@media screen and (max-width: 479.98px) {
  .modal-body h3, .modal-body h3 span {
	font-size: 21px;
	line-height: 27px; }
  .modal-body h3 strong {
	font-size: 28px;
	display: inline; }
  .modal-body p.text-ex {
	font-size: 20px;
	line-height: 25px; }}

  .modal-body h3 span.glyphicon.s-icon, .modal-body p.h3 span.glyphicon.s-icon {
	top: 3px;
	left: -5px;
	font-size: 25px;
	margin: 5px 0px;
	padding: 5px 4px 5px 6px;
	color: #ac151e; /*color: #fdd600;*/
	background-color: #fff458;
	border-radius: 100%;
	border: #fef26e solid 0px; }
  .modal-body p.h3 span.glyphicon.s-icon {
	margin: 0px; }
  .modal-body .t-icon {
	font-size: 32px;
    font-weight: normal;
	line-height: 30px;
	color: #1c3e58;
	text-transform: none;
	margin: calc(100%/18) auto; }
  .modal-body .pad-giftbox {
	padding: 0px 28%; }
  .modal-body img.pad-giftbox {
	padding: 0px 28%; }
  .modal-body .pad-box {
	padding: 10px 8%; }
  .modal-body .prize-box {
	margin: 20px auto 10px;
	padding: 0px;
	position: relative; }
  .modal-body .prize-box img {
	position: absolute;
	display: block;
	left: 25px;
	top: -10px;
	max-width: 200%;
	max-height: 200%;
	z-index: 2; }
  .modal-body .prize-box h3, .modal-body .prize-box h4 {
	padding: 10px 10px 0px 0px;
	display: inline-block; }
  .modal-body .prize-box h3 {
	float: right; }
  .modal-body .prize-box h4 {
	font-size: 24px;
	padding: 12px 15px 0px 0px;
	display: inline-block; }
  .modal-body .box-right .team-member {
	border: #6cc3e3 solid 2px;
	border-radius: 25px;
	padding: 12px 18px;
    margin-top: -142px; }

@media (min-width: 768px) and (max-width: 991.98px) {
  .modal-body .prize-box img {
	left: -10px;
	right: 0px;
	max-width: 125%;
	max-height: 125%; }
  .modal-body .prize-box h3 {
	margin-right: -42px;
	padding-right: 30px; }
  .modal-body .prize-box h4 {
	font-size: 22px;
	padding: 12px 0px 0px 10px; }
  .modal-body .box-right .team-member {
    margin-top: 0px; }}
@media (min-width: 576px) and (max-width: 767.98px) {
  .modal-body .pad-giftbox {
	padding: 0px 10%; }
  .modal-body .prize-box img {
	position: relative;
	display: inline-block;
	top: -25px;
	left: 0px;
	right: 15px; }
  .modal-body .prize-box h3 {
	float: none; }
  .modal-body .prize-box h4 {
	margin-top: -40px;
	padding: 0px 15px 0px 15px;
	display: inline-block; }
  .modal-body .box-right .team-member {
    margin-top: 0px; }}
@media screen and (max-width: 575.98px) {
  .modal-body .pad-giftbox {
	padding: 0px 10%; }
  .modal-body .prize-box img {
	position: relative;
	display: block;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: auto; }
  .modal-body .prize-box h3 {
	float: none; }
  .modal-body .prize-box h4 {
	margin-top: -40px;
	padding: 10px 15px 0px 15px;
	display: inline-block; }
  .modal-body .box-right .team-member {
    margin-top: 0px; }}

	
.modal-body div.tab-box {
  margin: 0.5rem 0.5rem 1rem;
  border-radius: 5px;
  border: #dee2e6 solid 1px; }
  
.modal-body .table {
  margin-bottom: 0rem;
  border-radius: 15px;  }
.modal-body .table th {
    border-top: 0px solid #dee2e6; }
.modal-body .table th, .modal-body .table td {
	vertical-align: middle; }
.modal-body .table th.line-lt, .modal-body .table td.line-lt {
    border-left: 1px solid #dee2e6; }
.modal-body .table th.line-rt, .modal-body .table td.line-rt {
    border-right: 1px solid #dee2e6; }

.modal-body .team-member {
	margin: 0px auto 10px;
	padding: 0px;
}
.modal-body .team-member h3 {
	margin: 0px auto 0px;
	padding: 8px 20px 6px 30px;
	color: #fff;
	font-size: 24px;
    font-weight: bold;
	line-height: 30px;
	text-transform: none;
	letter-spacing: 0.02em;
    display: inline-table;
	background-color: #232d71;
	border-radius: 14px;
}
.modal-body .team-member h3.pink_bg {
	background-color: #ff4a9d;
}
.modal-body .team-member h3 span.glyphicon {
	font-size: 21px;
	font-family: "微軟正黑體","Microsoft JhengHei", simhei, sans-serif;
    position: absolute;
    margin-top: 8px;
    margin-left: -20px;
}
.modal-body .team-member h4 {
	margin: 10px auto 15px;
	font-size: 21px;
    line-height: 1.35;
}
.modal-body .team-member h4 a {
	color: #232d71;
}
.modal-body .team-member h4 a:hover {
	color: #232d71;
	text-decoration: underline;
}
.modal-body .team-member h4 a.btn {
	color: #fff;
	cursor: pointer;
}
.modal-body .team-member h4 a.btn:hover {
	color: #fff;
	text-decoration: none;
}
.modal-body .team-member .col-md-12 {
	margin: 0px -2px;
	padding: 0px 10px !important;
}


.modal-body .panel-tb {
	background-color: #fff;
	border: #efefef solid 6px;
	border-radius: 15px;
	margin-bottom: 10px;
	padding: 0px 0px 1px;
}
	


.bounce0 {
	position: relative;
	z-index: 100;
	-webkit-animation: bounce-down 1.85s linear infinite;
	animation: bounce-down 1.85s linear infinite;
}

@-webkit-keyframes bounce-down {
	25% {
		-webkit-transform: translateY(-10px);
	}
	50%,
	100% {
		-webkit-transform: translateY(0);
	}
	75% {
		-webkit-transform: translateY(10px);
	}
}

@keyframes bounce-down {
	25% {
		transform: translateY(-10px);
	}
	50%,
	100% {
		transform: translateY(0);
	}
	75% {
		transform: translateY(10px);
	}
}

  

/* go-top */
.back-go-top {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 15px;
	z-index: 1030;
}

.back-go-top i {
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    border-radius: 48px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    text-align: center;
    background-color: #f2d600;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.back-go-top i.glyphicon {
    width: 48px;
    height: 48px;
    border-radius: 48px;
}