
.hidden {
	display: none !important;
}
.opacity-7 {
	opacity: 0.7;
}
#google_translate_element div {
	display: inline-block;
}
#google_translate_element .goog-te-gadget {
	color: #fff;
}
iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
.nav-tabs {
	--bs-nav-tabs-link-active-bg: #cee9eb;
}

.container-fluid-shrink {
	max-width: 95%;
}
@media (max-width: 1024px) {
	.container-fluid-shrink {
		max-width: 96%;
	}
}
* {
	-webkit-touch-callout: none;
	/* prevent callout to copy image, etc when tap to hold */
	-webkit-text-size-adjust: none;
	/* prevent webkit from resizing text to fit */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* prevent tap highlight color / shadow */
}
.font-default {
	font-family: Arial, Helvetica, sans-serif;
}
article a {
	color: #0c4b8c;
	text-decoration: underline;
}
.page-content {
	background-color: #fff;
	padding-left: 16px;
	padding-right: 16px;
}
/* image */
.image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	box-sizing: border-box;
	transition: all 280ms ease-in-out;
}

.imgbox__inner-7-3 {
	position: relative;
	width: 100%;
	padding-top: calc(100% *7 / 3);
}
.imgbox__inner-4-3 {
	position: relative;
	width: 100%;
	padding-top: calc(100% *4 / 3);
}
.imgbox__inner-5-5 {
	position: relative;
	width: 100%;
	padding-top: 100%;
}

.imgbox__inner-6-9 {
	position: relative;
	width: 100%;
	padding-top: calc(100% * 6 / 9);
}

.imgbox__inner-16-9 {
	position: relative;
	width: 100%;
	padding-top: calc(100% * 9 / 16);
}

.header-info-col.pull-right a,
.header-info-col.pull-right a i {
	-webkit-transition: all 0.3s ease 0.2s;
	-moz-transition: all 0.3s ease 0.2s;
	-ms-transition: all 0.3s ease 0.2s;
	-o-transition: all 0.3s ease 0.2s;
	transition: all 0.3s ease 0.1s;
}

.header-info-col.pull-right a:hover,
.header-info-col.pull-right a:hover i,
.header-style2 .dd-menu>li.active>a,
.header-style2 .dd-menu>li.active>ul li.active>a {
	color: var(--bs-primary)
}

.footer_widget.widget_links ul li a i {
	display: none;
}
.btn-outline-primary {
	--bs-btn-color: var(--bs-primary);
	--bs-btn-border-color: var(--bs-primary);
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: var(--bs-primary);
	--bs-btn-hover-border-color: var(--bs-primary);
	--bs-btn-focus-shadow-rgb: 13, 110, 253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: var(--bs-primary);
	--bs-btn-active-border-color: var(--bs-primary);
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: var(--bs-primary);
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: var(--bs-primary);
	--bs-gradient: none;
}
.btn-secondary {
	--bs-btn-color: #fff;
	--bs-btn-bg: var(--bs-secondary);
	--bs-btn-border-color: var(--bs-secondary);
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #b0902d;
	--bs-btn-hover-border-color: #b0902d;
	--bs-btn-focus-shadow-rgb: 130, 138, 145;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #b0902d;
	--bs-btn-active-border-color: #b0902d;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: var(--bs-secondary);
	--bs-btn-disabled-border-color: var(--bs-secondary);
}

.bg-gray-300 {
	background-color: var(--bs-gray-300);
}
/* .basic-link.readmore{font-size: 18px;font-weight: 500;} */
.job-block {
	min-height: 247px;
	margin-bottom: 20px !important;
}

.blue-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #2553b8;
	margin: 0 auto;
}

.job-block:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 130px;
	height: 90%;
	background-image: url(../images/deco/bird3.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left;
	opacity: 0.3;
}
.accordion-item .accordion-header {
	line-height: 1.8;
}
.accordion-button {
	--bs-accordion-btn-padding-y: 0.8rem;
}
.form-control {
	border-radius: 0;
}
table>tbody>tr>td,
table>tbody>tr>th,
table>tfoot>tr>td,
table>tfoot>tr>th,
table>thead>tr>td,
table>thead>tr>th {
	padding: 8px;
	line-height: 1.5;
}

table>tbody>tr>th,
.table>tbody>tr>th {
	font-weight: 600 !important;
}

.table-responsive {
	width: 100%;
	position: relative;
}

.my-page-header {
  padding: 210px 0;
	background-color: #eee;
	/* background-image: url(https://cdn.pixabay.com/photo/2018/02/03/08/00/background-3127102_1280.jpg); */
	background-image: url(../images/fraternity_pageheader.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 30%;
}
@media (max-width: 600px) {
	.my-page-header {
			padding: 60px 0;
	}
}
.my-bg-gray {
		background-color: #eee;
}
.my-gradient {
		background: radial-gradient(circle at 10% 20%, rgb(242, 235, 243) 0%, rgb(234, 241, 249) 90%);
}
.Festival a {
		margin: 5px 0px;
}
.Festival a i {
		font-size: 1rem;
}
.Festival .active {
		background-color: #810202;
		color: #e9d189;
		border-radius: 0 50px 50px 0;
		border: 2px dashed;
}
.ul-style-chinese {
	list-style-type: trad-chinese-informal;
}
.join-step-title::before {
	font-family: var(--fa-style-family,"Font Awesome 6 Free");
	font-weight: var(--fa-style,900);
	content: "\f31c";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	padding-left: 5px;
	width: 30px;
	height: 30px;
	background: #b2994c;
	color: #fff;
	border-radius: 100px;
}
.donate-nav-item {
	padding: 16px;
	border-radius: 16px;
	background-color: #e5e9f3;
}


.teamimg {
	width: 70px;
	height: 70px;
	background-size: cover;
	border-radius: 50%;
	display: inline-block;
	margin-right: 15px;
}

.team>table {
	min-width: 1100px;
	padding: 15px;
}
.accordion .table {
	border: 1px solid #eee;
}
.team tr {
	height: 80px;
}
.accordion .team tr {
	height: auto;
	border-bottom: 1px solid #eee;
}
.accordion .team thead tr {
	border-bottom: 0;
}
.team thead th {
	background-color: #d4e8e3;
}
.team thead th img {
	mix-blend-mode: multiply;
}
.team td,
.team th {
	vertical-align: middle !important;
}

.team td>span {
	vertical-align: top;
	line-height: 70px;
}

.team th:nth-child(n+5),
.team td:nth-child(n+5) {
	text-align: center;
}
.table> :not(caption)>*>* {
	padding: 0.8rem 0.8rem;
}
.accordion .table> :not(caption)>*>* {
	padding: 0.8rem 0.8rem;
}
.table-download {
	background-color: #f9f9f9;
	transition: all 0.3s ease-out 0s;
	width: 100%;
}

.table-download>.inner-box {
	width: 100%;
}
.table-download table {
	border: 1px solid #d8dee6;
}
table {
	min-width: 300px;
	width: 100%;
	position: relative;
}

.table tr:first-child td,
.table tr th {
	border-top: none;
}

.table td {
	/* height: 60px; */
	border-top: 1px solid #d8dee6;
	padding: 1rem 1rem;
	font-size: 0.96em;
}
.table th,
.table thead td {
	border: 1px solid #cabc94;
}
.table thead th {
	background-color: var(--bs-secondary);
	color: #fff;
}
.club-table.table thead th {
	background-color: #e2e4f1;
	color: var(--bs-primary);
}
.club-table.table th,
.club-table.table thead td {
	border: 1px solid #d8dee6;
}
.table tr:nth-child(even) td {
	background-color: #f7f7f7;
}
.heroItem .hero-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgb(7 42 131 / 60%);
	color: #fff;
	padding: 12px 16px;
	font-size: 1.1em;
	white-space: nowrap;
	text-overflow: ellipse;
	display: block;
}
.quickLinkWrapper {
  position: relative;
  margin-top: -24px;
  z-index: 1;
}
.quickLink-box {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 16px 40px -3px rgba(0, 0, 0, 0.1);
}
.quickLink-box .item {
  width: 25%;
  display: flex;
  padding: 16px 24px;
  background-color: #fff;
  font-size: 1.2em;
  font-weight: 600;
  color: #484848;
  border: 1px solid #eee;
  position: relative;
  overflow: hidden;
  transition: all 280ms;
}
.quickLink-box .item:hover {
  background-color: #eeeeee;
}
.quickLink-box .item::before {
  content: "";
  position: absolute;
    right: 40px;
    top: -24px;
    width: 180px;
    height: 180px;
    opacity: 0.06;
    background-image: url(../images/deco/link_donate.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.quickLink-box .item:nth-child(2)::before {
  background-image: url(../images/deco/link_app.svg);
}
.quickLink-box .item:nth-child(3)::before {
  background-image: url(../images/deco/link_alumni.svg);
}
.quickLink-box .item:nth-child(4)::before {
  background-image: url(../images/deco/link_center.svg);
}
.quickLink-box .item img {
  display: inline-block;
  width: 60px;
}
.quickLink-box .imgbox {
    width: 80px;
    mix-blend-mode: multiply;
} 
.quickLink-box .textbox {
  text-align: right;
  margin-left: auto;
}
.quickLink-box .textbox strong {
  font-size: 1.2em;
}
.quickLink-box .textbox .eng {
  font-weight: 400;
  font-size: 0.8em;
  line-height: 1.2;
  color: var(--bs-primary);
  opacity: 0.7;
}
.links .icon-box h3 {
	line-height: 60px;
}
.news-header {
	/* background-color: #f2f5ff; */
  margin-bottom: 30px;
}
.news-header .title {
	font-weight: 600;
	line-height: 1.4;
  padding-bottom: 8px;
	margin-bottom: 8px;
  border-bottom: 1px solid #eee;
}
.hews-header-meta {
  display: flex;
  background-color: var(--bs-primary);
  padding-right: 12px;
  margin-bottom: 10px;
}
.post-media img {
	/* width: 90%; */
	margin-bottom: 24px;
}

.research-list .media-box {
	height: 200px;
	overflow: hidden;
	line-height: 200px;
}

.widget.recent_posts ul li .media-box,
.widget.recent_posts ul li .media-box {
	max-height: 46px;
	overflow: hidden;
}

.contact .col-md-3 a {
	color: var(--bs-link-color);
	font-weight: 600;
}

.contact .col-md-3 a:hover {
	color: var(--bs-link-hover-color);
}

.research-content iframe,
.research-content embed,
.research-content video {
	width: 100% !important;
	height: auto;
	min-height: 350px;
	margin-bottom: 15px;
}

a.pro-home {
	display: table-caption;
	margin-left: 10px;
}

.accordion-heading .accordion-toggle {
	font-weight: 400;
}

.scroll-btn {
	text-align: center;
}
.scroll-btn .btn {
	line-height: 1.4;
	margin-bottom: 10px;
}
.scroll-btn .btn-success {
	font-size: 16px;
	text-align: center;
	width: 100%;
	/* padding: 15px 10px;
  line-height: 1.5;
  text-transform: none; */
}
.accordion-button .title-icon {
	color: var(--bs-primary);
	margin-right: 10px;
}
.float-bar {
    position: fixed;
    bottom: 58px;
    right: 12px;
    z-index: 99;
    transition: all 0.6s;
}
.float-bar.move-up {
    bottom: 88px;
}
.float-bar .item {
    display: block;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 0 8px -1px rgba(0,0,0,0.2);
    box-sizing: border-box;
    padding: 12px;
    margin-bottom: 10px;
    transition: all 0.3s;
    
    position: relative;
    overflow: hidden;
}
.float-bar .item.line {
    background-color: #06c755;
}
.float-bar .item.telegram {
    background-color: #6c24aa;
}
.float-bar .item svg {
    display: block;
    width: 100%;
    height: auto;
    max-height: 28px;
    fill: #fff;
    /* animation: shake 1.6s infinite both; */
}
.float-bar .item:hover {
    background-color: var(--bs-secondary);
}
.float-bar .item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
	-webkit-animation: shine 5s ease-in-out infinite;
          animation: shine 5s ease-in-out infinite;
}
.float-bar .item:nth-child(2)::after {
    -webkit-animation: shine 5s 0.3s ease-in-out infinite;
            animation: shine 5s 0.3s ease-in-out infinite;
}

@-webkit-keyframes shine {
  0% {
    left: -100%;
    transition-property: left;
  }
  11.5044247788%, 100% {
    left: 100%;
    transition-property: left;
  }
}

@keyframes shine {
  0% {
    left: -100%;
    transition-property: left;
  }
  11.5044247788%, 100% {
    left: 100%;
    transition-property: left;
  }
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-1px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(2px, 0, 0);
  }
}
@media (max-width: 1800px) {
    .float-bar.move-up {
        bottom: 75px;
    }
    .float-bar .item {
        margin-bottom: 4px;
    }   
}
@media (max-width: 1281px) {
    .float-bar .item {
        width: 38px;
        height: 38px;
        padding: 10px;
    }
    .float-bar {
        bottom: 60px;
    }
    .float-bar.move-up {
        bottom: 54px;
    }
}
@media (max-width: 1025px) {
    .float-bar .item {
        width: 52px;
        height: 52px;
        padding: 12px;
        margin-bottom: 16px;
    }
}
@media (max-width: 798px) {
    .float-bar {
        right: 5px;
    }
    .float-bar .item {
        margin-bottom: 10px;
    }
    .authorWrapper {
        flex-direction: column;
    }
    .authorWrapper .imgbox {
        width: 60px;
        height: 60px;
    }
    .authorWrapper .name {
        margin-bottom: 10px;
    }
}
@media (max-width: 450px) {
    .float-bar.move-up {
        bottom: 65px;
    }
    .float-bar .item {
        width: 43px;
        height: 43px;
        margin-bottom: 4px;
        background-color: rgb(184 158 103 / 50%);
    }
    .float-bar .item svg {
        max-height: 20px;
    }
}
@media (max-width: 361px) {
    .float-bar .item {
        width: 40px;
        height: 40px;
        margin-bottom: 6px;
    }
    .float-bar.move-up {
        bottom: 48px;
    }
}
img.flow {
	margin: 0 auto;
}

/*2020-11-11*/
.site-header-flex {
  display: flex;
}
.site-header-flex .sticky-wrapper {
  flex-grow: 1;
}
.sf-menu.dd-menu,
.widget_search {
	display: flex;
	align-items: center;
}

.sf-menu.dd-menu li {
	margin-top: 0;
}

.widget_search {
  margin-top: 2px;
}

.widget_search .btn-primary {
	padding: 2px 14px;
	border-radius: 0;
	background-color: #fff;
	border-color: #ccc;
	border-left-width: 0;
  border: 0;
  border-bottom: 1px solid #000;
  height: 35px;
}

.widget_search .btn-primary i {
	color: #000;
}

.widget_search .btn-primary:after {
	content: none
}

.widget_search .input-group .form-control {
	margin-top: 0;
	border-radius: 0;
  border: 0;
  border-bottom: 1px solid #000;
  font-size: 0.9em;
  height: 35px;
}

.widget_categories ul li {
	border-bottom: 1px solid #e3e3e3;
}

.widget_search.inlist {
	display: block;
	margin-left: 0
}
.admission-section .admission-deco {
	position: absolute;
	top: 0;
	left: 15%;
	width: 200px;
	height: 400px;
	background-image: url(../images/deco/lens.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
}

.member-nav-tab {
	border-bottom: 0;
}
.member-nav-tab .nav-link {
	line-height: 1.4;
}
.member-nav-tab .nav-link {
	border: 0;
	border-radius: 80px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #e3e3ef;
	color: var(--bs-primary);
	margin-right: 10px;
	margin-bottom: 10px;
}
.member-nav-tab.nav-tabs .nav-link:hover,
.member-nav-tab.nav-tabs .nav-link.active,
.member-nav-tab.nav-tabs .nav-item.show .nav-link {
	background-color: var(--bs-primary);
	color: #fff;
	border: 0;
}
.member-detail-tab.nav-tabs {
	margin: 10px 20px;
	--bs-border-width: 0px;
}
.member-card {
    display: flex;
    color: #333;
    font-size: 0.9em;
    line-height: 1.2;
    margin-bottom: 32px;
    position: relative;
    z-index: 0;
    box-shadow: 0 0 3px 0px rgb(60 35 5 / 10%);
    padding: 24px;
    height: 100%;
    background-color: rgb(243 233 228 / 52%);
    border: 1px solid #f7e8df;
    overflow: hidden;
    border-radius: 8px;
    
}
.member-card::after {
  content: "";
  position: absolute;
  left: -100px;
  top: -150px;
  border: 60px solid #fff;
  border-radius: 100%;
  height: 280px;
  width: 280px;
  z-index: -1;
}
.member-card:hover {
	color: #333;
}
.member-card .top-box {
  margin-bottom: 24px;
}
.member-card hr {
  background: #b5b5b5;
}
.member-card .imgbox {
	width: 25%;
	flex-shrink: 0;
	overflow: hidden;
}
.member-card .imgbox__inner {
	width: 100%;
	padding-top: calc(100% * 9 / 6);
	position: relative;
}
.member-card .textbox {
  flex-grow: 1;
}
.member-card .item,
.member-detail-wrapper .info-detail .item {
	display: flex;
	line-height: 1.4;
	margin-bottom: 12px;
  position: relative;
}
.member-card .item a,
.member-detail-wrapper .info-detail .item a {
  text-decoration: underline;
}
.member-card .name {
	font-size: 1.6em;
  line-height: 1.2;
	font-weight: 600;
}
.member-card .item-tag {
	flex-shrink: 0;
	margin-right: 20px;
  width: 30%;
  color: #8a6539;
	opacity: 0.7;
}
.member-detail-wrapper {
	padding: 16px;
	padding-bottom: 24px;
}
.member-detail-wrapper .imgbox__inner {
	width: 100%;
	padding-top: calc(100% * 9 / 6);
	position: relative;
}
.member-detail-wrapper .info-detail {
	padding: 24px 32px;
	position: relative;
  background-color: rgb(243 241 234 / 50%);
	height: 100%;
}
.member-detail-wrapper .name {
	font-size: 2em;
	font-weight: 600;
	margin-right: 12px;
}
.member-detail-wrapper .item {
	font-size: 1.1em;
}
.member-detail-wrapper .item-tag {
	margin-right: 20px;
	flex-shrink: 0;
	opacity: 0.7;
}
.member-detail-wrapper::before {
  content: "";
  position: absolute;
  top: 80px;
  right: 5%;
  width: 950px;
  height: 500px;
  background-image: url(../images/deco/stone.png);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.1;
}
.member-detail-tab.nav-tabs .nav-link {
	--bs-nav-link-padding-x: 1.2rem;
	font-size: 1.1em;
	border-radius: 32px;
	line-height: 1.4;
	border: 1px solid #cedceb;
	margin-right: 4px;
	margin-bottom: 4px;
}
.member-detail-tab-content {
	padding: 24px 22px;
	background-color: #cee9eb;
	overflow: hidden;
}
.member-detail-tab.nav-tabs .nav-link.active,
.member-detail-tab.nav-tabs .nav-item.show .nav-link {
	border: 0;
	color: #0f7ebb;
}
.top-solid-table thead td {
	background-color: var(--bs-secondary);
	color: #fff;
}
.tab-section-title {
	position: relative;
	z-index: 0;
	font-size: 1.5em;
	font-weight: 600;
	color: var(--bs-secondary);
	padding-left: 16px;
	padding-bottom: 8px;
	border-left: 5px solid;
	margin-bottom: 0;
}
.tab-section-title::before {
	content: "";
	position: absolute;
	top: -16px;
	right: -52px;
	width: 180px;
	height: 180px;
	background-image: url(../images/deco/chemical.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
}
.c-btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  width: 10rem;
}

.c-btn .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: var(--bs-primary);
  border-radius: 1.625rem;
}
.c-btn .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.c-btn .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
.c-btn .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
.c-btn .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 2.65rem;
  color: #282936;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}
.c-btn:hover .circle {
  width: 100%;
}
.c-btn:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
.c-btn:hover .button-text {
  color: #fff;
}
/* ------------------------------
  timeline
---------------------------------*/
#conference-timeline {
	position: relative;
	max-width: 920px;
	width: 100%;
	margin: 0 auto;
}

#conference-timeline .timeline-start,
#conference-timeline .timeline-end {
	display: table;
	font-family: "微軟正黑體", "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	background: #3a3c64;
	padding: 15px 23px;
	color: #fff;
	max-width: 151px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

#conference-timeline .conference-center-line {
	position: absolute;
	width: 3px;
	height: 100%;
	top: 0;
	left: 50%;
	margin-left: -2px;
  background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(58, 60, 100, 1) 5%);
	z-index: 0;
}

#conference-timeline .conference-timeline-content {
	/* padding-top: 67px; */
	padding-bottom: 80px;
}

.timeline-article {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	margin: 20px 0;
}

.timeline-article .content-left-container,
.timeline-article .content-right-container {
	max-width: 44%;
	width: 100%;
	display: block;
}

.timeline-article .timeline-author {
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #242424;
	text-align: right;
}

.timeline-article .content-left,
.timeline-article .content-right {
	position: relative;
	width: auto;
  border: 1px solid #cacbdd;
  background-color: #ededf1;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .03);
	padding: 16px;
  padding-top: 10px;
  border-radius: 6px;
  transition: all 280ms;
}

.union-timeline .content-left-container:hover .content-left,
.union-timeline .content-right-container:hover .content-right {
	background-color: #e3e3ef;
}
.timeline-article .title {
  display: block;
  font-size: 1.2em;
  margin-bottom: 4px;
  color: var(--bs-primary);
}
.timeline-article p {
	margin: 0px;
	padding: 0;
	font-weight: 400;
	color: #242424;
	font-size: 16px;
	line-height: 26px;
	position: relative;
	min-height: 80px;
  background-color: #ffffff87;
  padding: 16px 20px;
}
.union-timeline .timeline-article p {
	min-height: 1px;
	padding: 4px 8px;
	font-size: 0.9em;
	color: #888d92;
}
.timeline-article p span.article-number {
	position: absolute;
	font-weight: 300;
	font-size: 22px;
	top: 10px;
	left: -60px;
	color: #8CC152;
	font-weight: 600;
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
}

.timeline-article p span.article-number.child {
	color: #3c9b40;
	font-size: 18px;
}

.timeline-article .content-left-container {
	float: left;
}

.timeline-article .content-right-container {
	float: right;
}

.timeline-article .content-left:before,
.timeline-article .content-right:before {
	position: absolute;
	top: 20px;
	font-size: 23px;
	font-family: "FontAwesome";
	color: #cacbdd;
}
.union-timeline .timeline-article .content-left:before,
.union-timeline .timeline-article .content-right:before {
	color: #cacbdd;
}

.timeline-article .content-left:before {
	content: "\f0da";
	right: -8px;
}

.timeline-article .content-right:before {
	content: "\f0d9";
	left: -8px;
}

.timeline-article .meta-date {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 72px;
    height: 72px;
    color: #fff;
    border-radius: 100%;
    background: var(--bs-primary);
}

.timeline-article .meta-date .date,
.timeline-article .meta-date .month {
	display: block;
	text-align: center;
	font-weight: 500;
}

.timeline-article .meta-date .date {
	position: absolute;
	top: 8px;
	left: 10px;
	font-size: 14px;
	line-height: 55px;
}

.timeline-article .meta-date .month {
	font-size: 16px;
	line-height: 5px;
	position: absolute;
	top: 33px;
	left: 46px;
}

.news-section {
	padding: 60px 30px;
	border-radius: 10px;
	height: 100%;
	position: relative;
	z-index: 0;
}
.news-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/patterns/pt4.png);
  
  opacity: 0.2;
}
.news-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
   background-image: url(../images/deco/raisehands.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  opacity: 0.1;
  z-index: -1;
}
.about-section {
	position: relative;
	background-color: #d7e8f1;
}

.about-section .deco-about-left {
	position: absolute;
	top: -70px;
	left: 0;
	width: 620px;
	height: 370px;
	background-image: url(../images/deco/hex_left.png);
	background-size: contain;
	background-position: -10px bottom;
	background-repeat: no-repeat;
	/* z-index: -1; */
}
.about-section .deco-about-right {
	position: absolute;
	bottom: -50px;
	right: 0;
	width: 910px;
	height: 460px;
	background-image: url(../images/deco/circle2.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	/* z-index: -1; */
}
.admission-section {
	position: relative;
}

.interval-img {
	width: 100%;
	padding-top: calc(100% * 1 / 3);
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.contact-section {
	position: relative;
}
.contact-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/deco/water.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.1;
}
.feature-section {
	position: relative;
}


.goal-item {
	padding: 24px;
    border-radius: 4px;
	background-color: #fff;
	margin-bottom: 48px;
}
.goal-item .date {
	font-size: 1.1em;
	font-weight: 600;
	color: var(--bs-secondary);
	letter-spacing: 0;
}
.goal-item .tag {
	font-size: 2.2em;
    font-weight: 600;
	border-left: 0;
	display: inline-block;
	margin-bottom: 18px;
}
.goal-item .textbox {
	/* padding: 24px; */
}


.ac-item {
	display: block;
	border-radius: 10px;
	background-color: #fff;
	text-align: right;
	height: 200px;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
/* .ac-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #5b982b;
    opacity: 0.8;
} */
.ac-item .inner {
	/* padding: 24px; */
	height: 100%;
	position: relative;
}

.ac-item .date {
	color: #fff;
}
.ac-item .post-title {
	color: #fff;
	font-weight: 600;
	background-color: rgb(29 127 42 / 72%);
    padding: 10px 16px;
	margin-bottom: 0;
}
.links-bg {
	background-color: #fff;
	line-height: 1.4;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
}
.links-bg > div {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.links-bg .link-img {
	margin-bottom: 15px;
}
.links-bg a {
	color: #484848;
	font-weight: 600;
}
.link-item {
	display: flex;
	align-items: center;
	background-color: #eaf3f1;
	padding: 12px 16px;
	margin-bottom: 16px;
	border: 1px solid #d3e9e4;
	height: 100%;
	border-radius: 6px;
}

.link-img{
  background-size: cover;
  height: 100px;
  width: 100px;
  border-radius: 100%;
}

.contact-box {
	padding: 24px;
	background-color: #fff;
	border-radius: 20px;
	height: 100%;
	line-height: 1.6;
	position: relative;
}
.contact-box .name {
	font-size: 1.2em;
	font-weight: 600;
}
.no-img-list .list-item {
	display: flex;
	align-items: center;
	background-color: #fff;
	padding: 8px 16px;
}
.no-img-list .list-item .event-date {
	flex-shrink: 0;
	margin-right: 16px;
	background-color: transparent;
	border-radius: 0;
	color: var(--bs-primary);
	margin-bottom: 0;
}
.helixBox {
	position: absolute;
	top: 50%; left: 50%;
	perspective: 100rem;
	transform: translate(-50%, -50%);
}
@keyframes rotate {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.section-title {
  position: relative;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
  font-size: 1.4em;
  font-weight: 600;
  color: var(--bs-primary);
  margin-bottom: 24px;
}
.section-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 50px;
  height: 4px;
  background-color: var(--bs-primary);
}
.sitemap ,.sitemap  ul > li{
  list-style: none;
}
.sitemap > li[class^=col] h4{
  position: relative;
  padding: 0.1em 0.5em;
  background: -webkit-linear-gradient(to right, #e3e3ef, transparent);
  background: linear-gradient(to right, #e3e3ef, transparent);
  color: #3a3c64;
  margin-bottom: 10px;
  margin-top: 30px;
}
.sitemap > li[class^=col] a{
  width: 100%;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
.sitemap  ul > li{position: relative;padding-left: 20px;}
.sitemap  ul > li:before{
  content: "\2014";
  font-size: 10px;
  position: absolute;
  top: 2px;
  left: 0px;
}
.scroll_box{
  max-height: 140px;
  overflow-y: scroll;
}

.scroll_box::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

.scroll_box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #9698be;
  box-shadow: 0 0 1px #9698be;
}
.scroll_box::-webkit-scrollbar-track {
    background-color: #e3e3ef; 
}



.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}



.fancy-text {
  position: absolute;
  z-index: 9999;
  bottom: 16%;
  left: 16%;
  font-size: 96px;
  color: white;
  font-weight: 400;
  letter-spacing: 24px;
  font-family: "Arapey", serif;
  text-transform: uppercase;
}
.iframe-box {
  padding: 32px;
  border-radius: 4px;
  background-color: var(--bs-primary);
  box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
}
.deco-smile {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url(../images/deco/smile.jpg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
}

.media-carousel .owl-nav {
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
} 
.other-carousel .owl-nav {
	position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
}
.media-carousel .owl-nav button.owl-prev,
.media-carousel .owl-nav button.owl-next {
  margin: 0;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  padding: 8px 16px !important;
  background-color: #272727;
  color: #fff;
  box-shadow: 0 0 14px 0px rgba(0, 0, 0, 0.2);
  transition: all 280ms;
}
.owl-carousel .owl-nav button.owl-prev.disabled,
.owl-carousel .owl-nav button.owl-next.disabled {
  opacity: 0;
}
.owl-carousel .owl-nav button.owl-prev {
  left: -28px;
}
.owl-carousel .owl-nav button.owl-next {
  right:-28px;
}
.owl-carousel .owl-nav button.owl-prev::before {
  content: "\f104";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
}
.owl-carousel .owl-nav button.owl-next::before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
}
.owl-theme .owl-nav [class*='owl-']:hover {
	background: var(--bs-primary);
	color: #FFF;
	text-decoration: none;
}
.sticky-sidebar {
  position: sticky;
  top: 100px;
}
.download-btn img {
	width: 30px;
	filter: invert(23%) sepia(5%) saturate(5999%) hue-rotate(200deg) brightness(85%) contrast(85%);
}
.download-btn:hover img {
	filter: invert(62%) sepia(56%) saturate(386%) hue-rotate(8deg) brightness(89%) contrast(86%);
}
.al-wrapper {
	padding: 16px 24px;
	background-color: #f5f5f5;
	border-radius: 4px;
	margin-bottom: 32px;
	transition: all 280ms;
}
.al-wrapper:hover {
	background-color: #eeeff6;
}
.al-wrapper .wrapper-title {
	font-size: 1.6em;
	line-height: 1.8;
	font-weight: 600;
	margin-bottom: 16px;
	position: relative;
	color: var(--bs-primary);
	transition: all 280ms;
}
.al-wrapper .wrapper-title::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px 0 6px 16px;
	border-color: transparent transparent transparent var(--bs-secondary);
	transform: rotate(0deg);
	margin-right: 16px;
	margin-left: 4px;
	margin-top: -2px;
}

.al-wrapper .al-box .al-item {
	display: block;
	border-radius: 8px;
	padding: 32px 16px;
	text-align: center;
	background-color: #fff;
	margin-bottom: 24px;
	position: relative;
	overflow: hidden;
}
.al-wrapper .al-box .al-item::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #4c4334;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all 280ms;
}
.al-wrapper .al-box .al-item:hover::after {
	opacity: 0.6;
	visibility: visible;
}
.al-wrapper .al-box .al-item .imgbox {
	width: 60%;
	display: inline-block;
	margin-bottom: 12px;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid #eee;
}
.al-wrapper .al-box .al-item h5 {
	font-size: 1.3em;
	margin-bottom: 10px;
	line-height: 1.2;
	color: var(--bs-primary);
}
.al-wrapper .al-box .al-item p {
	line-height: 1.6;
	margin-bottom: 0;
	color: #b99d47;
}
.hover-icon {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,50%);
	color: #fff;
	font-size: 1.2em;
	text-align: center;
	transition: all 280ms;
	z-index: 1;
	text-shadow: 0 0 23px #301c08;
}
.hover-icon span {
	display: block;
	font-size: 0.8em;
	line-height: 1.2;
	padding-top: 4px;
}
.al-wrapper .al-box .al-item:hover .hover-icon {
	visibility: visible;
	opacity: 1;
	transform: translate(-50%,-50%);
}

.our-blog-item {
	position: relative;
	-webkit-transition: ease box-shadow 300ms;
	transition: ease box-shadow 300ms;
}
.our-blog-item .post-infos {
	position: relative;
	background: #f3f2f6;
	padding: 16px;
}
.our-blog-item .image-wrapper {
	display: block;
	width: 100%;
	padding-top: calc(100% * 6 /9 );
	position: relative;
}
.our-blog-item .category {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
	padding: 2px 20px;
	border-radius: 20px;
	font-size: 0.9em;
}
.cat-bg-1 {
	background-color: #7bb14a;
}
.cat-bg-2 {
	background-color: #e96704;
}
.cat-bg-3 {
	background-color: #0c4b8c;
}
.cat-bg-4 {
	background-color: #f6d258;
	color: #444 !important;
}
.post-infos h1 {
	font-size: 1.3em;
	line-height: 1.3;
	font-weight: 600;
	min-height: 58px;
	color: #242E39;
}
.our-blog-item .post-infos h1 {
	line-height: 1.2;
	margin-bottom: 10px;
}
.our-blog-item .post-infos h1 a {
	color: var(--bs-primary);
}
.post-infos p {
	color: #777;
	line-height: 1.6;
	font-size: 14px;
	margin: 0 0 20px;
	min-height: 90px;
}
html .btn-with-arrow.btn-primary {
	background-color: transparent;
	border-color: transparent;
	color: var(--bs-primary);
}
html .btn-with-arrow.btn-primary span {
	background-color: var(--bs-primary);
	-webkit-box-shadow: 2px 3px 18px -3px var(--bs-primary);
	box-shadow: 2px 3px 18px -3px var(--bs-primary);
}
.btn-with-arrow span {
	background-color: #ccc;
	display: inline-block;
	vertical-align: bottom;
	height: 25px;
	line-height: 24px;
	font-size: 0.6em;
	width: 24px;
	border-radius: 50%;
	margin-left: 10px;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.btn-with-arrow i {
	color: #fff;
}
.our-blog-item .post-infos .post-date {
	display: block;
	color: #646974;
	font-size: 0.9em;
	margin-bottom: 4px;
}

.donate-nav-wrapper {
	display: flex;
}
.donate-nav-wrapper .item {
	flex: 1;
	margin-right: 10px;
}
.donate-nav-wrapper .item:last-child {
	margin-right: 0;
}
.donate-nav-wrapper .donate-nav-item {
	display: block;
	text-align: center;
	padding: 16px;
	border-radius: 16px;
	height: 100%;
	text-align: center;
	background-color: #e5e9f3;
	transition: all 280ms;
}
.donate-nav-wrapper .donate-nav-item:hover,
.donate-nav-wrapper .donate-nav-item.active {
	background-color: var(--bs-primary);
	color: #fff;
}
.donate-nav-wrapper .donate-nav-item:hover p,
.donate-nav-wrapper .donate-nav-item.active p {
	color: #fff;
}
.donate-nav-wrapper .donate-nav-item .imgbox {
	display: block;
	margin: 0 auto;
	width: 72px;
	border-radius: 50%;
	padding: 10px;
	background-color: #fff;
	box-shadow: 0 0 12px -1px rgba(0,0,0,0.1);
	transition: all 280ms;
}
.donate-nav-wrapper .donate-nav-item:hover .imgbox {
	box-shadow: none;
}
.donate-nav-wrapper .donate-nav-item .title {
	font-size: 1.4em;
	font-weight: 600;
	margin-top: 12px;
	margin-bottom: 10px;
}
.donate-nav-wrapper .donate-nav-item p {
	margin-bottom: 0;
	line-height: 1.4;
	font-size: 0.9em;
	color: #9c9db5;
}
.modal-header {
	border-bottom: 0;
	background-color: #efefef;
}
.modal-header p {
	font-size: 0.9em;
	line-height: 1.2;
	color: #646974;
}
.modal-content .btn-close {
	background-size: 14px;
}
.modal-body p {
	color: #5b5b5b;
	line-height: 1.6;
}

.progress-box.no-setting > * {
	opacity: 0;
	visibility: hidden;
}
.progress,
.progress-stacked {
	height: 2em;
	border-radius: 0;
	font-size: 0.9em;
}
.special-donation-item {
	display: block;
	border: 1px solid #e6e7ec;
    border-radius: 10px;
    overflow: hidden;
	box-shadow: 0 0 24px -2px rgba(0, 0, 0, 0.1);
}
.special-donation-item:hover .image {
	opacity: 0.7;
}
.special-donation-item:hover .btn {
	background-color: var(--bs-primary);
	color: #fff;
}
.special-donation-item .title {
	font-size: 1.5em;
	line-height: 1.4;
	font-weight: 600;
	margin: 4px 0;
}
.special-donation-item .textbox {
	padding: 16px;
}
.special-donation-item .progress-text {
	font-size: 0.9em;
	line-height: 1.6;
	letter-spacing: 0;
	opacity: 0.7;
}
.special-donation-item .info {
	font-size: 0.9em;
	line-height: 1.6;
	color: #777;
}
.other-donation-item {
	display: block;
	position: relative;
}
.other-donation-item .imgbox {
	border-radius: 8px;
	overflow: hidden;
}
.other-donation-item .textbox {
	text-align: center;
	padding: 24px 0;
}
.icon-btn {
	position: relative;
	padding: 16px 0;
	border-radius: 60px;
	padding-left: 24px;
}
.icon-btn .icon {
	display: inline-block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	padding: 10px;
	background-color: #fff;
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../images/icon/like.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 80%;
	transition: all 280ms;
}
.icon-btn.btn-secondary .icon {
	border: 4px solid var(--bs-secondary);
}
.icon-btn.btn-primary .icon {
	border: 4px solid var(--bs-primary);
}
.icon-btn:hover .icon {
	transform: translateY(-50%) scale(1.08);
}
.donation-title {
	position: relative;
	display: inline-block;
	font-size: 2em;
	font-weight: 600;
	margin-bottom: 32px;
}
.donation-title::before {
	content: "";
	position: absolute;
	top: -16px;
	left: -38px;
	width: 60px;
	height: 60px;
	background-image: url(../images/deco/title_before.png);
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.6;
	z-index: -1;
}
.donation-title::after {
	content: "";
	position: absolute;
	bottom: -16px;
	right: -38px;
	width: 60px;
	height: 60px;
	background-image: url(../images/deco/title_before.png);
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.6;
	z-index: -1;
}
.nav-tabs .nav-link {
	padding: 8px 24px;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: var(--bs-nav-tabs-link-active-color);
	background-color: #ffffff;
	border-color: var(--bs-nav-tabs-link-active-border-color);
}

.cate-item-wrapper {
	position: relative;
}
.cate-item-wrapper .collapse-btn {
	display: flex;
	align-items: center;
	padding: 6px 12px;
	padding-right: 18px;
	background-color: #edeef5;
}
.cate-item-wrapper .collapse-btn.active {
	background-color: #f7f1e2;
}
.cate-item-wrapper .collapse-btn i {
	margin-left: auto;
}
.cate-item-wrapper ul {
	list-style: none;
}
.cate-item-wrapper ul li .item {
	display: block;
	padding: 4px 0;
}
.instruction-wrapper section {
	padding: 22px;
	background-color: #f4f4f4;
	margin-bottom: 16px;
}
.instruction-wrapper section:last-child {
	border-bottom: 0;
}
.instruction-wrapper .infoTitle {
	font-size: 1.2em;
	font-weight: 600;
	margin-bottom: 8px;
}
.instruction-wrapper .infoTitle i {
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	border-radius: 50%;
	background-color: var(--bs-secondary);
	color: #fff;
	font-size: 0.9em;
}
.instruction-wrapper article {
	line-height: 1.6;
	font-size: 0.9em;
	padding-left: 35px;
}
.title-deco-border {
	font-size: 1.8em;
	font-weight: 600;
	line-height: 1.4;
	padding-bottom: 16px;
	margin-bottom: 24px;
	border-bottom: 1px solid #eee;
}

.club-table a {
	color: #0c4b8c;
	text-decoration: underline;
}
.club-table a:hover {
	text-decoration: none;
}
.table-nav {
	/* padding-top: 64px; */
}
.dep-tab-btn, 
.dep-tab-btn:hover,
.dep-tab-btn.collapsed:hover,
.dep-tab-btn:active,
.dep-tab-btn:focus {
	display: block;
	padding: 8px 16px;
	background-color: var(--bs-primary);
	color: #fff;
	margin-bottom: 8px;
	position: relative;
	/* clip-path: polygon(0% 0%, 88% 0%, 100% 50%, 88% 100%, 0% 100%); */
}
.dep-tab-btn::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #fff;
	margin-right: 12px;
}
.dep-tab-btn.collapsed {
	background-color: #f3f4fa;
	color: var(--bs-primary);
}
#dep-wrapper .title {
	font-size: 2em;
	line-height: 1.4;
	margin-top: 10px;
	margin-bottom: 24px;
}
#dep-wrapper .title a {
	color: var(--bs-primary);
}
#dep-wrapper .title a:hover {
	color: var(--bs-secondary);
}

.book-item {
	display: block;
	position: relative;
	text-align: center;
	padding: 16px;
	margin-bottom: 32px;
}

.book-item .imgbox {
	width: 75%;
	margin: 0 auto;
	position: relative;
	border: 1px solid #dddddd;
    padding: 8px;
}
.book-item .image::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: all 280ms;
}
.book-item:hover .image::before {
	opacity: 0.2;
	visibility: visible;
}
.book-item .imgbox__inner {
	position: relative;
	width: 100%;
	padding-top: calc(100% * 7 / 5);
}
.book-item h4 {
	margin-bottom: 0;
	padding-top: 16px;
	padding-bottom: 10px;
	font-size: 0.95em;
}
.book-item .btn {
	background-color: #58689d;
	color: #fff;
}
.book-item .btn:nth-child(2) {
	color: #fff;
	/* background-color: #628794; */
}
.book-item .btn:hover {
	background-color: #6273ac;
}
.book-item .btn i {
	margin-left: 6px;
}

.form-item {
	padding-bottom: 22px;
}
.req-star {
	color: #FC6F60;
	margin-left: 4px;
	font-size: 0.7em;
	vertical-align: text-top;
}
.preview-outter {
	width: 100%;
	padding-top: calc(100% * 6 / 9);
	position: relative;
	margin-bottom: 6px;
}

.preview-outter .preview-label {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../images/upload.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #eee;
}

.pic-item {
    position: relative;
}
.pic-item .del-btn i {
    font-size: 16px;
    line-height: 24px;
}
.del-btn {
    outline: 0;
    border: 0;
    width: 34px;
    height: 34px;
    line-height: 34px;
    padding: 0;
    border-radius: 50%;
    background-color: #fff;
    font-size: 1.1rem;
    text-align: center;
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 24%);
}
.pic-item .del-btn {
    position: absolute;
    top: 4px;
    right: 4px;
    color: #5c5c5c;
}
.addBox {
	display: inline-block;
}
/*===== // Vertical Timeline =====*/

/*===== Resonsive Vertical Timeline =====*/
@media only screen and (max-width: 830px) {
	
	#conference-timeline .timeline-start,
	#conference-timeline .timeline-end {
		margin: 0;
	}

	#conference-timeline .conference-center-line {
		margin-left: 0;
      left: 32px;
	}

	.timeline-article .meta-date {
		margin-left: 0;
		left: 0;
    transform: none;
	}

	.timeline-article .content-left-container,
	.timeline-article .content-right-container {
		max-width: 100%;
		width: auto;
		float: none;
		margin-left: 90px;
		min-height: 53px;
	}

	.timeline-article .content-left-container {
		margin-bottom: 20px;
	}

	.timeline-article .content-left,
	.timeline-article .content-right {
		padding: 10px 14px;
		min-height: 65px;
	}

	.timeline-article .content-left:before {
		content: "\f0d9";
		right: auto;
		left: -8px;
	}
  .member-nav-tab .nav-link {
    margin-right: 4px;
  }

}

@media only screen and (max-width: 400px) {
	.timeline-article p {
		margin: 0;
	}

	.timeline-article p span.article-number {
		display: none;
	}

}

/* ------------------------------
  responsive
---------------------------------*/
@media (max-width: 1441px) {
	.news-section {
		padding: 24px;
	}
	.news-section::before {
		right: 0;
		width: 200px;
		height: 600px;
	}
	.about-section .deco-bird {
		bottom: 10%;
		width: 300px;
		height: 200px;
		opacity: 0.4;
		
	}
	.about-section .deco-bird2 {
		bottom: 10%;
		right: 20px;
		width: 200px;
		height: 200px;
		opacity: 0.4;
	}
	.sidebar-block .widget {
    padding: 0;
  }
  .quickLink-box .item {
      padding: 10px 16px;
      font-size: 1em;
  }
  .quickLink-box .imgbox {
      width: 60px;
  }
}
/*iphone 7*/
@media (max-width: 1024px) {
	.job-block {
		min-height: 271px;
	}
	.news-section {
		margin-top: 24px;
		height: auto;
	}
	/*2020-11-11*/
	.sf-menu.dd-menu {
		display: none;
		border-bottom: 1px solid var(--bs-secondary)
	}

	.widget_search.inlist.visible-sm {
		width: calc(100% - 40px);
		margin: 20px;
	}
  .quickLink-box .imgbox {
      width: 50px;
  }
  .quickLink-box .item {
      padding: 8px 12px;
      font-size: 1em;
  }
  .quickLink-box .textbox .eng {
    font-size: 0.6em;
  }
}

@media only screen and (max-width: 768px) {
	.header-info-col.pull-right {
		display: block !important;
	}

	.point-tab.nav-tabs>li {
		width: 50%;
	}
	.news-section::before {
		display: none;
	}
	.admission-section .admission-deco {
		display: none;
	}
	.admission-section::before {
		width: 90%;
	}
  .quickLink-box .item {
    font-size: 0.9em;
  }

	
	/*2020-11-11*/
}
@media (max-width: 600px) {
	.container-fluid-shrink {
		max-width: 100%;
	}
	.news-section {
		margin-top: 24px;
		padding: 24px 0;
	}
	.news-section::before {
		width: 190px;
		height: 490px;
	}
	.about-section .deco-bird {
		display: none;
	}
	.news-header {
		padding: 16px 0;
		margin-bottom: 24px;
	}
	.news-header h2 {
		font-size: 1.5em;
		line-height: 1.4;
	}
	.goal-item .tag {
		font-size: 1.8em;
		padding-left: 0;
	}
	.table-responsive table {
		min-width: 990px;
	}
	.accordion .table-responsive table {
		min-width: auto;
	}
	#dep-wrapper.accordion .table-responsive table {
		min-width: 800px;
	}
	.quickLink-box .item::before {
		top: 0px;
		width: 70px;
		height: 70px;
	}
	.table-nav {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.dep-tab-btn {
		width: 49%;
	}
	.dep-tab-btn, .dep-tab-btn:hover, .dep-tab-btn.collapsed:hover, .dep-tab-btn:active, .dep-tab-btn:focus {
		padding: 6px 16px;
	}
	.al-wrapper .wrapper-title {
		font-size: 1.4em;
	}
	.al-wrapper .wrapper-title::before {
		margin-right: 4px;
		margin-left: 0px;
		border-width: 6px 0 6px 12px;
	}
	
}
/*iphone 7 puls*/
@media only screen and (max-width: 415px) {
	table .btn {
		--bs-btn-padding-x: 0.25rem;
		--bs-btn-padding-y: 0.2rem;
		--bs-btn-font-size: 0.9rem;
	}
	.table-download table .btn {
		--bs-btn-padding-x: 0.95rem;
		--bs-btn-padding-y: 0.3rem;
		--bs-btn-font-size: 0.95rem;
	}
	.point-tab.nav-tabs>li {
		width: 100%;
	}
	.page-banner-text {
		bottom: 35%;
	}

	table>tbody>tr>td,
	table>tbody>tr>th,
	table>tfoot>tr>td,
	table>tfoot>tr>th,
	table>thead>tr>td,
	table>thead>tr>th,
	.table>tbody>tr>td,
	.table>tbody>tr>th,
	.table>tfoot>tr>td,
	.table>tfoot>tr>th,
	.table>thead>tr>td,
	.table>thead>tr>th {
		padding: 6px 10px;
	}

	.accordion-heading .accordion-toggle {
		padding-right: 45px;
	}

	.table-download tr {
		display: flex;
		flex-direction: column;
	}
	.table-download thead {
		display: none;
	}
	.table-download tr td.text-right {
		border-top: 0;
		padding-top: 0;
	}
	.link-item {
		margin-bottom: 10px;
	}
	.about-section .deco-about-left {
		width: 330px;
		height: 250px;
	}
	.no-img-list .list-item {
		align-items: flex-start;
		padding: 10px 12px;
		flex-direction: column;
	}
	.no-img-list .list-item .event-date {
		padding: 0;
	}
	.member-detail-wrapper .info-detail::before {
		top: -50px;
		width: 230px;
	}
	.member-detail-tab.nav-tabs .nav-link {
		font-size: 1em;
	}
  .quickLinkWrapper {
      margin-top: 12px;
  }
  .quickLink-box .item {
    width: 50%;
  }
  .quickLink-box .imgbox {
      width: 45px;
  }
  .quickLink-box .item {
    padding: 8px 10px;
    font-size: 1em;
  }
  .member-detail-wrapper .info-detail {
      padding: 12px 14px;
      font-size: 0.95em;
      margin-top: 10px;
  }
  .member-card .textbox {
      padding-left: 20px;
      margin-top: 32px;
  }
    .member-card .item,
    .member-detail-wrapper .info-detail .item {
      margin-bottom: 6px;
    }

}

/*iphone 7*/
@media (max-width: 376px) {}

/*iphone 5*/
@media (max-width: 321px) {}