html {
	background-color: #cecece;
}
body {
	font-family: "微軟正黑體", sans-serif, "Arial";
	color: #262d51;
	line-height: 1.625;
	position: relative;
	overflow-x: hidden;
	min-width: 100%;
	transition: padding-left 0.4s ease-in-out, 
	            min-width 0.4s ease-in-out;
}
.fonts-loaded body {
    font-family: 'Noto Sans TC', "微軟正黑體", sans-serif, "Arial";
}
body.navbar-show {
	padding-left: 70vw;
	min-width: calc(100% + 70vw);
}

a {
	color: inherit;
    cursor: pointer;
}
a:hover {
	text-decoration: none;
	color: #24b8b0;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid #262d51;
}
.text-green {
	color: #24b8b0 !important;
}
/* navbar */
header {
	width: 100%;
	height: 8vh;
    max-height: 110px;
    min-height: 60px;
}

.navbar {
	width: 100%;
	height: 100%;
	padding: 3px 20px 0 5px;
    transition: padding 0.2s ease-in-out;
    background-color: #fff;
    z-index: 200;
    top: 0;
    left: 0;
    box-shadow: 0 0 7px rgba(0,0,0,0);
    transition: box-shadow 0.2s ease;
}
.navbar.detachedHide {
	height: 8vh;
    max-height: 110px;
    min-height: 60px;
	position: fixed;
	transform: translateY(-100%);
}
.navbar.detached {
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.navbar.detached.show {
	transform: translateY(0);
	box-shadow: 0 0 7px rgba(0,0,0,0.16);
}
.navbar-collapse {
	position: fixed;
    z-index: 99;
    background-color: #fff;
    top: 0;
    left: -100vw;
    min-height: 100vh;
    height: 100%;
    width: 70vw;
    display: block;
    transition: left 0.4s ease-in-out;
}
.navbar-collapse.show {
	left: 0;
}
.nav-bar-bg {
	position: fixed;
    z-index: 90;
	opacity: 0;
	height: 0;
	width: 0;
	top: 0;
    left: 0;
	transition: opacity 0.4s ease-in-out;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
}
.navbar-collapse.show + .nav-bar-bg {
	opacity: 1;
    width: 100%;
    height: 100%;
}
.navbar-nav {
	flex-direction: column !important;
    height: calc(100vh - 30px);
}
.navbar-nav .nav-link:focus {
	outline: none;
}
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover {
	color: #262d51;
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
	background-color: #262d51;
	color: #fff;
}
.navbar-brand {
	margin-left: 1em;
    overflow: visible;
    transition: max-width 0.4s ease-in-out;
    height: 100%;
    padding-top: 0;
    padding-bottom: 4px;
}
.navbar-brand img {
	height: 100%;
	width: auto;
	display: none;
}
.navbar-brand img.small-logo {
	display: inline-block;
	margin-left: -15px;
	padding: 5px 0;
}
.dropdown-menu {
	margin-top: 0;
	padding: 0;
	background: #aaa;
	min-width: 7.2em;
	border: 0;
    border-radius: 0;
    max-height: 0;
    transition: max-height 0.4s ease-in-out;
    display: block;
    overflow: hidden;
}
.dropdown-menu.show {
	max-height: 400px;
}
.dropdown-item {
	color: #fff;
	padding: 12px 20px 12px 40px;
}
.dropdown-item + .dropdown-item {
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.dropdown-toggle::after {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: transparent;
    margin-left: 0.36em;
    content: "";
    border-top: 0;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-left: 0;
    transform: rotate(45deg);
}

#langSwitch[data-lang="tc"] .lang-tc {
  color: #262d51;
}
#langSwitch[data-lang="en"] .lang-en {
  color: #262d51;
}
#langSwitch[data-lang="tc"]:hover .lang-tc,
#langSwitch[data-lang="en"]:hover .lang-en {
  color: #262d51;
}
#langSwitch[data-lang="tc"]:hover .lang-en, 
#langSwitch[data-lang="en"]:hover .lang-tc{
  color: rgba(0,0,0,.5);
}

.nav-item {
    margin-right: 0;
}
.nav-item .nav-link {
	padding: 12px 20px 12px 40px;
    border-bottom: 1px solid #262d51;
}
.nav-item.bottom {
	margin-bottom: auto;
}
.nav-item.bottom ~ .nav-item .nav-link {
	border-bottom: 0;
	padding: 0px 20px 0px 40px;
}
.navbar-light .navbar-nav .bottom ~ .nav-item.active>.nav-link,
.navbar-light .navbar-nav .bottom ~ .nav-item .nav-link:hover {
	background-color: transparent;
	color: inherit;
}
.custom-justify {
	text-align: justify;
	margin-bottom: -0.5em;
	padding: 0 4px 0 0;
}
.custom-justify::after {
    content: "";
    display: inline-block;
    width: 100%;
}

/* main */
.jumbotron {
	height: 37.5vh;
	border-radius: 0;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
	color: #fff;
	background-size: cover;
	background-position: 0 35%;
}
.jumbotron h1 {
	letter-spacing: 3px;
	font-size: 1.625rem;
}
.jumbotron h2.h5 {
	font-size: 1rem;
}
.jumbotron.pagetitle {
    background-color: #7492B7;
	background-image: url('../img/bg/banner-title-01.jpg');
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding: 2rem;
    text-align: center;
}
#banner-achievement {
	background-image: url('../img/bg/banner-title-achievement.jpg');
}
#banner-resource {
	background-image: url('../img/bg/banner-title-resource.jpg');
}
#banner-about {
	background-image: url('../img/bg/banner-title-about.jpg');
}
#banner-data {
	background-image: url('../img/bg/banner-title-data.jpg');
	box-shadow: none;
}
#banner-faq {
	background-image: url('../img/bg/banner-title-faq.jpg');
}
#banner-search {
	height: auto;
	min-height: 365px;
	background-image: url('../img/bg/banner-title-search.jpg');
}
#banner-result {
	height: 180px;
	background-image: none;
	background: linear-gradient(125deg, rgba(122,147,181,1) 0%, rgba(122,147,181,1) 30%, rgba(175,192,222,1) 70%, rgba(175,192,222,1) 78%, rgba(145,167,199,1) 100%);
}
.pagetitle .hide {
	opacity: 0;
	transform: translateY(15px);
}
.pagetitle .hide.show {
	opacity: 1;
	transform: translateY(0px);
	transition: all 0.8s ease-in-out;
}
.jumbotron.pagefooter {
	background: #24b8b0;
	color: #323541;
    margin-bottom: 0;
    height: auto;
    min-height: 37.5vh;
}
.jumbotron.pagefooter h3 {
	line-height: 1.5;
	letter-spacing: 2px;
	font-size: 1.5rem;
}
.scroll-down-btn {
	position: absolute;
	top: calc(-35px - 1rem);
	width: 50px;
	height: 60px;
	background-color: #24b8b0;
	box-shadow: 1px 0 6px rgba(0, 0, 0, 0.4);
	font-size: 50px;
	right: 0;
	left: 0;
	margin: auto;
	padding-top: 7px;
}

/* footer */
footer {
	min-height: 60px;
	background-color: #cecece;
    font-size: 14px;
    color: #848484;
    padding: 3rem 2rem 4rem;
    position: relative;
}
footer p {
    margin-bottom: 1.5rem;
    text-align: center;
}
footer a[href] {
    border-bottom: 1px solid #848484;
}
footer a[href]:hover {
    border-bottom: 1px solid #24b8b0;
}
/* btns */
button:focus {
	outline: none;
}
.btn {
	cursor: pointer;
}
.btn:disabled,
.btn.active {
	cursor: auto;
}
.sub-btn {
	border: 1px solid #24b8b0;
	background: transparent;
	padding: 10px 20px;
    display: inline-block;
	color: #24b8b0;
	border-radius: 20px;
}
.sub-btn:hover {
	background: linear-gradient(to right, #5d769c 0%,#899dc0 71%,#7a90b5 100%);
	border-color: transparent;
	color: #fff;
}
.sub-btn i {
  font-size: 24px;
  vertical-align: bottom;
}
.dd-btn {
	border: 1px solid #787878;
	background: #fff;
	padding: 5px 10px;
	transition: all 0.2s ease-in-out;
    display: inline-block;
    border-radius: 0;
}
.dd-btn:hover {
	background: #24b8b0;
	color: #fff;
}
.jumbo-btn {
	border: 1px solid #fff;
	background: rgba(255, 255, 255, 0);
	padding: 8px 20px;
	transition: all 0.2s ease-in-out;
    display: inline-block;
    font-size: 1.2rem;
    border-radius: 30px;
}
.jumbo-btn:hover {
	background: rgba(255, 255, 255, 1);
	color: #323541;
}
.jumbo-btn i {
    font-size: 23px;
    vertical-align: bottom;
    margin-bottom: 2px;
    margin-left: 6px;
}
.green-btn {
	background-color: #24b8b0;
	color: #fff;
	border: 0;
	padding: 3px 26px 5px 30px;
	letter-spacing: 4px;
}

/* backtop_btn */
.backtop_btn {
  width: 60px;
  height: 60px;
  background-color: #bababa;
  font-size: 60px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  right: 2rem;
}

.backtop_btn:hover {
  background-color: #888;
}

.backtop_btn i {
  position: absolute;
  top: 0;
  left: 0;
  color: #e5e5e5;
}

/* font size */
h3 {
	font-size: 1.875rem;
}
h4.with-subtitle {
	display: inline-block;
	position: relative;
	color: #323541;
}
.bold {
	font-weight: 700!important;
}
.fw-4 {
	font-weight: 400!important;
}
.display-5 {
	font-size: 3rem;
    line-height: 1.2;
}

/* position */
.flex-middle {
	display: -webkit-flex;
    display:         flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
}
.flex-middle.center {
    -webkit-justify-content: center;
            justify-content: center;
}
.flex-middle.left {
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
}
.flex-middle.right {
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
}

.subtitle-right {
	position: absolute;
    left: calc(100% + 10px);
    display: inline-block;
    text-align: left;
    top: 8px;
    font-size: 14px;
    white-space: nowrap;
}
.subtitle-right::before {
	content: "|";
	margin-right: 0.8em;
}

.mt-6, .my-6 {
    margin-top: 6rem !important;
}
.mb-6 {
    margin-bottom: 6rem !important;
}
.mb-7 {
    margin-bottom: 10.5vh !important;
}

.l-0 {
	left: 0;
}
/* icon */
.material-icons {
	font-size: inherit;
	vertical-align: inherit;
	color: inherit;
}

/* flip */
.flip-box-line {
	padding: 0;
}
.flip-box-line li{
	list-style: none;
	padding: 0;
}
.flip-box-line a {
	position: relative;
}

.flip-box-line h2 {
	text-align: center;
	margin: 0;
	padding: 10px;
	font-size: 20px;
	background-color: #cecece;
}
.flip-box-line p {
	margin-bottom: 0;
	text-align: justify;
	display: inline-block;
}
.flip-box-line li figure {
	position: relative;
}
.flip-box-line figure img {
	width: auto;
	height: auto;
	max-width: 100%;
}
.flip-box-line .fade {
	opacity: 1;
	transition: none;
}
/*
	3D rollovers styles
	Homepage: https://github.com/codepo8/3Drollovers
	Copyright (c) 2011 Christian Heilmann
	Code licensed under the BSD License:
	http://wait-till-i.com/license.txt
*/
.rollover {
	position: relative;
	width: 100%;
	height: 170px;
	display: block;
}
.rollover figure > div {
	width: 100%;
	height: 100%;
}
.front {
	z-index: 2;
	position: absolute;
	text-align: center;
	color: #24b8b0;
}
.back {
	z-index: 1;
	position: absolute;
	background: transparent;
	text-align: center;
	padding-top: 2.5em;
}
.back h5 {
	color: #24b8b0;
}
.rollover:hover .back, 
.rollover:focus .back {
	z-index: 2;
}
.rollover:hover .front, 
.rollover:focus .front {
	z-index: 1;
}
.fade .rollover .front {
	opacity: 1;
	transition: 1s;
}
.fade .rollover .back {
	opacity: 0;
	transition: 1s;
}
.fade .rollover:hover .front, 
.fade .rollover:focus .front {
	opacity: 0;
}
.fade .rollover:hover .back, 
.fade .rollover:focus .back {
	opacity: 1;
}

.flip .rollover {
	perspective: 800px;
	-ms-perspective: 800px;
	-webkit-perspective: 800px;
}
.flip .cube {
	height: 100%;
	width: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-ms-transform-style: none;
	-webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
	transform: rotateX(0) rotateY(0) rotateZ(0);
	-ms-transform: none;
	transition: 1s;
}

/* .flip .rollover:hover .cube, 
.flip .rollover:focus .cube {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-ms-transform: rotateY(-180deg);
}
 */
.box .front {
	-webkit-transform: translateZ(100px) scale(0.85);
	transform: translateZ(100px) scale(0.85);
	-ms-transform: rotateY(0deg) translateZ(100px) scale(0.85);
}
.flip .rollover:hover .cube .front, 
.flip .rollover:focus .cube .front {
	-webkit-transform: rotateY(180deg) translateZ(50px) scale(0.85);
	transform: rotateY(180deg) translateZ(50px) scale(0.85);
	-ms-transform: rotateY(-180deg) translateZ(50px) scale(0.85);
}

.box .back {
	-webkit-transform: rotateY(180deg) translateZ(50px) scale(0.85);
	transform: rotateY(180deg) translateZ(50px) scale(0.85);
	-ms-transform: rotateY(180deg) translateZ(50px) scale(0.85);
}
.flip .rollover:hover .cube .back, 
.flip .rollover:focus .cube .back {
	-webkit-transform: rotateY(0deg) translateZ(100px) scale(0.85);
	transform: rotateY(0deg) translateZ(100px) scale(0.85);
	-ms-transform: rotateY(0deg) translateZ(100px) scale(0.85);
}
/* news */
.news-tab .nav {
    display: block;
    max-width: 100px;
    margin-left: 15px;
    max-height: 30px;
    overflow: hidden;
    border: 1px solid #b0b0b0;
    color: #878787;
    position: relative;
    text-align: left;
    transition: max-height 0.3s ease-in-out;
    padding-top: 30px;
}
.news-tab .nav.active {
	max-height: 30px;
}
.news-tab .nav::after {
	content: "";
	position: absolute;
	right: 15px;
	top: 8px;
	width: 8px;
	height: 8px;
	display: inline-block;
	border: 1px solid #b0b0b0;
	border-top: 0;
	border-left: 0;
	transform: rotate(45deg);
	pointer-events: none;
}
.news-tab .nav-item {
	width: 100%;
    padding: 4px 15px;
    margin: 0;
    letter-spacing: 2px;
	cursor: pointer;
	opacity: 0.5;
	transition: all 0.2s ease-in-out;
}
.news-tab .nav-item:hover {
	opacity: 0.8;
}
.news-tab .nav-item.active {
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
}

.small {
	font-size: 14px;
}
.tiny {
	font-size: 12px;
}

.item {
	margin: 0 15px;
}
.news-card {
	text-align: left;
	border: 0;
	background-color: #f0f0f0;
	position: relative;
	opacity: 0.7;
	transition: all 0.2s ease-in-out;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
}
.news-card .card-body {
	padding: 10px 20px 40px;
	min-height: 160px;
}
.news-card small {
	color: #666;
	margin-bottom: 0.5em;
	display: block;
}
.news-card h6 {
	line-height: 1.5;
}
.open-icon {
	position: absolute;
	right: 15px;
	bottom: 15px;
	font-size: 20px;
	transition: all 0.2s ease-in-out;
}
.news-card:hover {
	background-color: rgba(0, 0, 0, 0.4);
	opacity: 1;
}
.news-card:hover .open-icon {
	color: #fff;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
}

/* slider */
.slider {
    margin: 10px auto;
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin: 0;
}
/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    padding: 0;
    cursor: pointer;
    color: inherit;
    border: none;
    outline: none;
    background: transparent;
    opacity: 0.5;
    transition: all 0.2s ease-in-out;
}
.slick-prev:hover,
.slick-next:hover {
	opacity: 0.8;
}
.slick-prev{
    left: -36px;
}

.slick-next{
    right: 0px;
}

.slider .slick-prev::after,
.slider .slick-next::after {
	font-family: "Material Icons";
    text-rendering: optimizeLegibility;
    font-feature-settings: 'liga' 1;
    font-style: normal;
    text-transform: none;
    line-height: 1;
    font-size: 36px;
    width: 36px;
    height: 36px;
    display: inline-block;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.slider .slick-prev::after {
	content: 'keyboard_arrow_left';
}
.slider .slick-next::after {
	content: 'keyboard_arrow_right';
}

/* achievement */
.nav-mobile {
    display: block;
    width: calc(100% - 30px);
    margin: -2.5rem 0 2rem 15px;
    max-height: 40px;
    overflow: hidden;
    border: 1px solid #343a5a;
    color: #343a5a;
    position: relative;
    text-align: left;
    transition: max-height 0.6s ease-in-out;
    padding-top: 40px;
    line-height: 35px;
}
.nav-top {
	margin: 2rem 0 2rem 15px;
}
.nav-top li {
	position: static;
	padding: 0;
}
.nav-mobile.active {
	max-height: 300px;
}
.nav-mobile::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 13px;
	width: 10px;
	height: 10px;
	display: inline-block;
	border: 1px solid #343a5a;
	border-top: 0;
	border-left: 0;
	transform: rotate(45deg);
	pointer-events: none;
}
.nav-mobile .nav-link {
	width: 100%;
    padding: 4px 15px;
    margin: 0;
    letter-spacing: 2px;
	cursor: pointer;
	opacity: 0.5;
	transition: all 0.2s ease-in-out;
	color: #343a5a;
	background-color: transparent;
}

.nav-mobile .nav-link.active {
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	color: #343a5a;
}
.nav-top .custom-icon,
.nav-top .nav-link .material-icons {
	display: none;
}

.tab-content .hide {
	opacity: 0;
	transform: translateY(15px);
}
.tab-content .hide.show {
	opacity: 1;
	transform: translateY(0px);
	transition: all 0.6s ease-in-out, box-shadow 0.2s ease-in-out;
}
/* media */
.media {
	padding: 25px;
	transition: box-shadow 0.2s ease-in-out;
	position: relative;
	display: block;
}
.media-head {
	margin-bottom: 1em;
    vertical-align: top;
    line-height: 1;
}
.img-media {
	min-height: 240px;
	box-shadow: 3px 3px 40px rgba(0, 0, 0, 0.2);
}
.media + .media {
	margin-top: 40px;
}
.img-media:hover {
	box-shadow: 3px 3px 40px rgba(0, 0, 0, 0.2);
}
.img-media:hover .media-head img {
	transform: scale(1.1, 1.1);
}
.img-media .media-head {
	padding: 0;
	position: relative;
	height: 188px;
	overflow: hidden;
	display: inline-flex;
	justify-content: center;
}
.img-media .media-head::after {
	content: "";
	width: 100%;
	height: 100%;
	border: 8px solid #262d51;
	border-top: none;
	border-left: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.img-media .media-head img {
	margin: auto;
	transition: transform 0.4s ease-in-out;
	transform-origin: 50% 50%;
	width: 100%;
	height: auto;
}
.img-media .media-head img.landscape {
	width: auto;
	height: 100%;
}
.img-media .media-body {
	padding-left: 0;
}
.media p {
	margin-bottom: 0;
}

/* media gray */
.media.gray {
	background-color: #e5e5e5;
	padding: 40px 30px;
	min-height: 196px;
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.19);
}
.media.gray .open-icon {
	right: 25px;
	bottom: 20px;
}
.media.gray:hover {
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.19);
}
.media.gray:hover .open-icon {
	color: #24b8b0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

/* media sop */
.media-title {
	padding-left: 0px;
}
.sop-media {
	padding-left: 0;
	padding-right: 0;
	min-height: 140px
}
.sop-media + .sop-media {
	margin-top: 0;
}
.sop-media + .sop-media::before {
	content: "";
	width: 1px;
	height: 34px;
	background-color: #595757;
	position: absolute;
	display: inline-block;
	left: 19px;
    top: -38px;
}
.sop-media .media-head {
	padding-top: 4px;
	display: inline-block;
	padding-left: 0;
}
.sop-media .media-head > span {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #24b8b0;
	border: 1px solid #5d5b5b;
	text-align: center;
	line-height: 37px;
	color: #fff;
}
.sop-media .media-body {
	max-width: calc(100% - 60px);
	display: inline-block;
	padding-left: 0;
	padding-right: 0;
}
.sop-media .media-body h5 {
	margin-bottom: 0.15rem;
}
.sop-media .media-body p {
	color: #595757;
}
/* data */
.dd-data-list h5{
	font-size: 1em;
}
.dd-data-list h5 .material-icons {
	color: #787878;
	font-size: 1.4em;
	margin-top: -2px;
	vertical-align: top;
}
.dd-data-list h3 {
	vertical-align: text-bottom;
    margin-top: -0.3em;
    margin-bottom: 3rem;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
}

.dd-data-list > div > div {
	display: flex;
	justify-content: space-between;
}
.dd-card {
	border: 1px solid #535353;
	transition: all 0.2s ease-in-out;
	border-radius: 0;
	padding: 0;
	margin: 1rem;
}
.dd-card:hover {
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
	border-color: #262d51;
}
.dd-card > div {
	padding: 20px;
}
.dd-card .card-header {
	padding: 40px 20px;
	background-color: #fff;
	border-bottom: 1px solid #535353;
	height: 188px;
}
.dd-card .card-header img {
	margin-left: 1px;
	margin-bottom: 10px;
	width: 21px;
	height: auto;
}
.dd-card .card-header img + span {
    vertical-align: text-bottom;
    margin-left: 4px;
    margin-bottom: 1px;
    display: inline-block;
}
.dd-card .card-title {
	line-height: 1.5;
	letter-spacing: 2px;
	text-align: justify;
}
.dd-card .card-footer {
	background-color: #fff;
	border-top: 0;
	font-size: 24px;
	padding-top: 0;
	padding-bottom: 15px;
}

.dd-card .hide {
	display: none;
}

/* info */
.info {
	position: relative;
}
.info-icon {
	vertical-align: bottom;
	position: relative;
	cursor: pointer;
	transition: opacity 0.2s ease-in-out;
	opacity: 0.5;
}
.info-icon.circle-gray {
	opacity: 1;
	display: inline-block;
	background-color: #bfbfbf;
	color: #fff;
	text-align: center;
	line-height: 18px;
	font-size: 12px;
    vertical-align: middle;
    margin-bottom: 3px;
	transition: background-color 0.2s ease-in-out;
	width: 18px;
	height: 18px;
	border-radius: 11px;
	padding-right: 1px;
}
.info-box {
	font-size: 12px;
	position: absolute;
	background-color: #ccc;
	padding: 8px 12px;
	bottom: -55px;
	left: 20px;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
	min-width: 215px;
	pointer-events: none;
	color: #262d51;
    width: fit-content;
}
.info .info-box {
	display: inline-block;
	bottom: auto;
	top: -5px;
	left: 30px;
	text-align: left;
	min-width: 120px;
}
.info-icon.hover,
.info-icon:hover {
	opacity: 0.8;
}
.info-icon.circle-gray.hover,
.info-icon.circle-gray:hover {
	opacity: 0.8;
}
.info-icon.hover + .info-box,
.info-icon:hover + .info-box {
	opacity: 1;
}
.info-box tr td:first-of-type {
	min-width: 110px;
	vertical-align: top;
}
.info-box tr + tr td {
	padding-top: 4px;
}
.info-box td + td {
	padding-left: 10px; 
	vertical-align: top;
}

/* popup */
.modal-dialog {
	max-width: 450px;
    margin: 30px 10px;
    align-self: start;
}
.modal-open .modal {
    display: flex !important;
}
.dd-modal .modal-content {
	border: 3px solid #323541;
	border-radius: 0;
	box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.28);
	height: auto;
	min-height: 350px;
	width: 100%;
	min-width: 300px;
}
.dd-modal-header {
	padding: 55px 30px 30px 30px;
	background-color: #d0d0d0;
}
.dd-modal-header img {
	margin-bottom: 16px;
}
.dd-modal-header h5 {
	font-size: 1.15rem;
	line-height: 1.5;
	letter-spacing: 1px;
	text-align: justify;
}
.dd-modal-header hr {
	border-top: 2px solid #000;
}
.dd-modal-header p {
	font-size: 14px;
}
.dd-modal-body {
	padding: 30px 30px 15px 30px;
	position: static;
}
.dd-modal-body button {
	position: absolute;
	right: 10px;
	top: 10px;
}
.dd-modal-body tr td {
	padding: 8px 10px;
	font-size: 14px;
	border-bottom: 1px solid #000;
	vertical-align: top;
}
.dd-modal-body tr td:first-of-type {
	text-align: right;
}
.dd-modal-body .dd-link {
	background-color: #24b8b0;
	color: #fff;
	border-color: #24b8b0;
	margin: 2rem auto 1rem;
	max-width: 130px;
	display: block;
	font-size: 1.1em;
}
.dd-modal-body .dd-link:hover {
	background-color: transparent;
	color: #262d51;
	border-color: #787878;
}

/* search form */
.search-bar {
	position: relative;
	height: 44px;
}
.search-bar .search-input {
	border: 0;
	padding: 8px 15px 10px 15px;
}
.search-bar .search-input::placeholder {
	color: #000;
}
.search-bar .search-input:-ms-input-placeholder {
	color: #000;
}
.search-bar .search-input::-moz-placeholder {
	color: #000;
	opacity: 1;
}
.search-bar .search-input::-webkit-input-placeholder {
	color: #000;
}
.search-bar .search-submit {
	right: 0;
	top: 0;
	height: 100%;
	font-size: 20px;
    font-weight: 300;
}
.form-check {
	cursor: pointer;
}
.form-check input[type="checkbox"] {
	width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-bottom: 3px;
    cursor: pointer;
}
.form-check label {
	padding: 0 4px;
	cursor: pointer;
}
.custom-check input[type="checkbox"] {
	visibility: hidden;
}
.custom-check label .custom-checkbox {
	width: 18px;
	height: 18px;
	border: 2px solid #c1c2c6;
	position: absolute;
	top: 0;
	bottom: 5px;
	left: 0;
	margin: auto;
}
.custom-check.check-black label .custom-checkbox {
	border: 1px solid #595757;
}

.custom-check label .custom-checkbox::before {
	width: 6px;
    height: 10px;
    border-right: 3px solid #434343;
    border-bottom: 3px solid #434343;
    position: absolute;
    transform: rotate(45deg);
    top: 1px;
    left: 4px;
}
.custom-check.check-black label .custom-checkbox::before {
	top: 2px;
	left: 5px;
}
.custom-check input[type="checkbox"]:checked + label .custom-checkbox::before {
	content: "";
}
.plus-btn {
	color: #595757;
	padding: 8px 0 4px;
	background-color: transparent;
	cursor: pointer;
	letter-spacing: 1px;
}
.plus-btn:focus {
	box-shadow: none;
}
.plus-icon {
	width: 26px;
    height: 26px;
    display: inline-block;
    background-color: #595757;
    border-radius: 15px;
    vertical-align: middle;
    margin-bottom: 4px;
    margin-right: 10px;
    position: relative;
}
.plus-icon::before,
.plus-icon::after {
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #fff;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 2px;
	height: 0px;
	transition: height 0.2s linear;
}
.plus-icon::after {
	width: 12px;
	height: 2px;
}
.plus-btn.collapsed .plus-icon::before {
	height: 12px;
}

.search-form .form-control{
	color: #323541;
	border-radius: 0;
}
.search-form input::placeholder {
	color: #7a7a7a;
}
.search-form input:-ms-input-placeholder {
	color: #7a7a7a;
}
.search-form input::-moz-placeholder {
	color: #7a7a7a;
	opacity: 1;
}
.search-form input::-webkit-input-placeholder {
	color: #7a7a7a;
}
.row.collapse.show {
	display: flex;
}
.form-row > .form-group {
	display: inline-flex;
	margin-bottom: 0;
	padding-right: 0;
}
.form-row > .form-group ~ .form-group {
}
.form-row > .form-group > label,
.form-row > .form-group + span {
	padding: .375rem .25rem;
	margin-bottom: auto;
}
.input-year {
	width: 4em;
}
.input-month {
	width: 2.8em;
}
.input-month,
.input-month + label{
	opacity: 0.35;
}
.input-month:-ms-input-placeholder {
	opacity: 0.35;
}
.input-month.active,
.input-month.active + label,
.input-month:focus,
.input-month:focus + label,
.input-month:active,
.input-month:active + label {
	opacity: 1;
}

.time-range-input .time-wavyicon,
.time-range-input .time-wavyicon ~ .form-group{
	display: none;
}
.time-range-input.active .time-wavyicon,
.time-range-input.active .time-wavyicon ~ .form-group{
	display: inline-flex;
}
.form-wide {
	width: 120%;
}
.error-alert {
	visibility: hidden;
}
.error-alert.active {
	visibility: visible;
	color: #ff2e3e;
	padding-left: 1em;
}

/* result */
.text-result {
	color: #8a8a8a;
}
.gray-btn {
	border: 2px solid #a2a2a2;
	border-radius: 20px;
	background-color: #fff;
	color: #a2a2a2;
	padding: 0 10px;
	font-size: 0.9em;
	transition: all .15s ease-in-out;
	display: block;
	width: 100px;
	margin: 1em auto 0;
}
.gray-btn:hover {
	color: #323541;
	border: 2px solid #323541;
}
.back-icon {
	border-width: 6px;
	border-color: transparent;
	border-style: solid;
	border-right: 7px solid #a2a2a2;
	width: 0;
	height: 0;
	display: inline-block;
	transition: border .15s ease-in-out;
}
.gray-btn:hover .back-icon {
	border-right: 7px solid #323541;
}

.circle-btn {
	width: 33px;
	height: 33px;
	border-radius: 33px;
	background-color: #d2d2d2;
	padding: 0;
	border: 0;
}
.circle-btn:focus {
	box-shadow: none;
}
.circle-btn.active,
.circle-btn.active:hover {
	pointer-events: none;
	background-color: #24b8b0;
}
.circle-btn:hover {
	background-color: #a2a2a2;
}
.list-icon,
.imglist-icon {
	text-align: center;
}
.list-icon::before,
.list-icon::after {
	content: "";
	display: block;
	width: 13px;
	height: 5px;
	border: 1px solid #fff;
	border-right: 0;
	border-left: 0;
	margin: 3px auto 3px; 
}
.imglist-icon::before,
.imglist-icon::after {
	content: "";
	display: block;
	width: 15px;
	height: 6px;
	border: 6px solid #fff;
	border-top: 0;
	border-bottom: 0;
	margin: 3px auto 3px; 
}
.list-btn-line {
	display: block;
	margin: 2em 0 -3em;
}
.result {
	margin-top: 2em;
}
.result-img {
	width: 178px;
	height: 148px;
	background-color: transparent;
	position: relative;
	overflow: hidden;
}
.result-img img {
	width: auto;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.result-img img.landscape {
	width: 100%;
	height: auto;
}
.result-text {
	display: inline-block;
	text-align: left;
	width: 100%;
}
.result-text h4 {
	position: relative;
	color: #323541;
	line-height: 1.6;
	padding-bottom: 3px;
	display: inline;
}
.result-text h4:hover {
	text-shadow:
    -2px -2px white,
    -2px 2px white,
    2px -2px white,
    2px 2px white;
    background-size: 1px 1em;
    box-shadow:
      inset 0 0 white,
      inset 0 -2px #323541;
}
.result-text p {
	color: #737373;
}

.results[data-list="list"] .result {
	width: 100%;
	border-top: 1px solid #737373;
	padding-top: 40px;
	padding-bottom: 10px;
}

.results[data-list="list"] .result-img {
	display: inline-block;
	width: 178px;
	height: 148px;
	vertical-align: top;
}

.results[data-list="list"] .result-text h4 {
	font-size: 20px;
	margin-bottom: 0;
}
.results[data-list="list"] .result-text {
	margin-top: 1em;
}
.results[data-list="img"] {
	justify-content: center;
}
.results[data-list="img"] .result {
	margin-top: 2em;
	max-width: 238px;
	text-align: center;
}
.results[data-list="img"] .result + .result {
}
.results[data-list="img"] .result-img {
	width: 208px;
	height: 162px;
}
.results[data-list="img"] .result-text {
	width: auto;
	max-width: 100%;
	text-align: left;
	margin-top: 0.8em;
	max-height: 3.4em;
	overflow: hidden;

	/* Fallback for non-webkit */
	display: -webkit-inline-box;
	/* Fallback for non-webkit */
	line-height: 1.4;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	padding-bottom: 3px;
}
.results[data-list="img"] .result-text h4 {
	font-weight: 300;
	font-size: 1rem;
}
.results[data-list="img"] .result-text h4:hover {
}
.results[data-list="img"] .result-text p {
	display: none;
}

/* page navigation */
.page-navigation {
	width: 100%;
}
.page-navigation .page-item {
	height: 26px;
	padding: 0 8px;
}
.page-navigation .page-number + .page-number:nth-of-type(n + 5) {
	display: none;
}

.page-navigation .page-number ~ .page-number {
	border-left: 1px solid #707070;
}
.page-navigation .page-ellipis.active + .page-number {
	border-left: 0;
}
.page-navigation .page-link {
	border: 0;
	color: #323541;
	padding: 2px 8px 4px;
}
.page-navigation .page-number.disabled .page-link {
	background-color: #24b8b0;
	color: #fff;
}
.page-navigation .material-icons {
	font-size: 24px;
	height: 17px;
    overflow: hidden;
}
.page-ellipis {
	letter-spacing: 3px;
	pointer-events: none;
	display: none;
}
.page-ellipis.active {
	display: list-item;
}

/* about */
.about {
	padding: 0 3em;
}
.about > h3,
.about > h5 {
	max-width: 186px;
	margin-left: auto;
	margin-right: auto;
}
.about .col-auto {
	width: 216px;
	white-space: nowrap;
}
#menber ~ .row {
	justify-content: center;
}
.person {
	display: inline-block;
	margin-bottom: 30px;
	width: 186px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.person-title {
	border-left: 5px solid #24b8b0;
	padding-left: 15px;
	font-weight: 700;
	margin-bottom: 24px;
}
.person-subtitle {
	font-weight: 700;
	margin-bottom: 24px;
}
.person-etitle {
	font-size: 1.1rem;
	margin-bottom: 12px;
	color: #555555;
}
.person-img {
	width: 186px;
	height: 191px;
	border-bottom: 5px solid #787878;
	margin: 0 auto 14px;
	overflow: hidden;
	position: relative;
	background-color: #ccc;
}
.person img {
	min-width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.person .person-name {
	text-align: center;
	margin-bottom: 5px;
}
.person ul {
	text-align: center;
	font-size: 12px;
	color: #787878;
	list-style: none;
	padding: 0
}

.person-subtitle + .person-name .small {
	color: #7d7d7d;
}

/* fixed scrollspy */
.fixed-scrollspy {
	position: fixed;
	z-index: 99;
	top: 50vh;
	right: 0;
	height: 0;
	margin: auto;
}
.nav-scrollspy {
	position: absolute;
	right: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	padding: 7px 5px;
	width: 20px;
	height: 74px;
	border-radius: 10px;
	background-color: #e5e5e5;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
}
.nav-scrollspy a {
	display: block;
	width: 10px;
	height: 10px;
	background-color: #c0c0c0;
	border-radius: 50%;
	transition: all 0.2s ease-in-out;
}
.nav-scrollspy a:hover {
	background-color: #a0a0a0;
}
.nav-scrollspy a.active {
	background-color: #24b8b0;
}

/* contact */
.contact {
	padding-right: 10%;
}
.place .material-icons{
	font-size: 36px;
	vertical-align: unset;
	color: #323541;
}
.contact table tr td {
	padding: 8px 0;
}
.contact table tr td:first-of-type {
	text-align: center;
}
.contact table tr:nth-of-type(n + 1) td:first-of-type {
	color: #24b8b0;
}
.contact table tr td:nth-of-type(2) {
	padding-left: 12px;
}

/* resource */
#rr-tab2 br {
	display: none;
}
.border-media {
	border-top: 1px solid #bbbbbb;
	padding: 2em 0em;
}
.border-media + .border-media {
	margin-top: 0;
}
.border-media:last-of-type {
	border-bottom: 1px solid #bbbbbb;
}
.border-media .media-head {
	
}
.border-media .media-head .material-icons {
    font-size: 16px;
    margin-left: 8px;
    margin-bottom: 2px;
    vertical-align: middle;
    opacity: 0.7;
}

.border-media .media-body {
}
.border-media .media-body p {
	text-align: justify;
}

/* faq */
.faq-item {
	border-top: 1px solid #dcdcdc;
}
.faq-item > a {
	position: relative;
	display: block;
	padding: 1.5em 0;
	padding-right: 3em;
}
.faq-item > a::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 10px;
	height: 10px;
	display: inline-block;
	border: 2px solid #000;
	border-top: 0;
	border-left: 0;
	transform: rotate(-45deg);
	transition: transform 0.3s ease-in-out;
}
.faq-item > a:hover::after {
	border-color: #24b8b0;
}
.faq-item > a[aria-expanded="true"]::after {
	transform: rotate(45deg);
	border-color: #24b8b0;
}
.faq-item h5 {
	margin-bottom: 0;
}
.faq-item:last-of-type {
	border-bottom: 1px solid #dcdcdc;
}
.faq-content {
	color: #787878;
}
.faq-content p {
	text-align: justify;
}
.faq-content a {
	word-break: break-all;
}
.faq-content *:last-child {
	margin-bottom: 2em;
}
.faq-content .note {
	opacity: 0.7;
	border-top: 1px solid #dcdcdc;
	padding-top: 7px;
	display: inline-block;
}

/* mobile select */
.mobile-selector {
	position: fixed;
	z-index: 100;
	bottom: 0;
	left: 0;
	width: 100vw;
	background-color: #eee;
	text-align: center;
	transform: translateY(100%);
	opacity: 0;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
	pointer-events: none;
}
.mobile-selector.active {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}
.mobile-selector-header {
	margin-bottom: 0;
	padding: 15px;
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #bbb;
}
.mobile-selector-header p {

}
.mobile-select::before {
	content: "";
	width: calc(100% - 17px);
	display: block;
	pointer-events: none;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	background: linear-gradient(to bottom, rgba(204, 204, 204, 0.9) 0,
		                                   rgba(204, 204, 204, 0.6) 80px,
	                                       rgba(204, 204, 204, 0) 80px, 
		                                   rgba(204, 204, 204, 0) 110px,
		                                   rgba(204, 204, 204, 0.6) 110px,
		                                   rgba(204, 204, 204, 0.9) 100%);
}
.mobile-select {
	background-color: #ccc;
	position: relative;
	width: 100%;
}
.select-wheel {
	width: 100%;
	padding: 80px 0;
	height: 190px;
	overflow-y: scroll;
}
.mobile-select .sw-item {
	opacity: 0.8;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}
.mobile-select .select-current {
	opacity: 1;
}
.mobile-selector .select-prev, 
.mobile-selector .select-next {
	top: 10px;
	left: 10px;
	width: 40px;
	height: 40px;
	position: absolute;
	z-index: 102;
	opacity: 1;
}
.mobile-selector .select-next {
	left: 45px;
}
.mobile-selector .select-prev::before, 
.mobile-selector .select-next::before {
	content: "";
	width: 16px;
	height: 16px;
	border: 2px solid #24b8b0;
	border-top: 0;
	border-right: 0;
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.mobile-selector .select-prev::before {
	top: 12px;
	transform: rotate(135deg);
}
.mobile-selector .select-next::before {
	top: -7px;
	transform: rotate(-45deg);
}
.select-finish {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #24b8b0;
	padding: 5px 10px;
}

.mobile-selector button{
	cursor: pointer;
	border: 0;
	background: transparent;
}
.mobile-selector button:active {
	background-color: #ccc;
}
