.u-border {
    border: 1px solid orange;
}
.u-border * {
    border: 1px solid orange;
}
*, ::after, ::before {
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
   *display: inline;
   *zoom: 1;
}
audio:not([controls]) {
	display: none;
}
html {
	font-family: sans-serif;
	line-height: 1.15;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}
body {
	width: 100%;
	margin: 0;
	padding: 0;
	/*font-family: Arial, "Microsoft JhengHei", "Helvetica Neue", Helvetica, sans-serif, "PMingLiU";*/
    font-family: 'Roboto', 'Noto Sans TC', "Microsoft JhengHei", "PingFang TC" , "蘋果儷中黑",'sans-serif' , Arial;
	/*font-size: 1rem;*/
	color: #4D4D4D;
	font-weight: 400;
	line-height: 1.5;
    /*chrome文字平滑化*/
    -webkit-font-smoothing: antialiased;
    /*chrome圖片鋸齒狀優化*/
    image-rendering: optimizequality;
    /*解決觸控螢幕擊放大問題*/
    touch-action: manipulation;
    /*解決firefox 字體粗度問題*/
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    background-color: #DFDDD9;
}
@media and (max-width: 575px){
    body {
        font-size: 0.875rem;
    }
}
a {
	color: #4D4D4D;
	outline: none;
	text-decoration: none;
	background-color: transparent;
	transition: 0.3s;
}
a:hover {
	color: #7d7d7d;
	text-decoration: none;
}
a:not([href]):not([tabindex]):focus, audio:focus, .searcharea button {
	outline: 0;
	text-decoration: none;
}
hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #000;
}
img {
	max-width: 100%;
	width: auto\9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.img-fluid {
	max-width: 100%;
	height: auto
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
@media (min-width:576px) {
.container {
	max-width: 540px
}
}
@media (min-width:768px) {
.container {
	max-width: 720px
}
}
@media (min-width:992px) {
.container {
	max-width: 960px
}
}
@media (min-width:1200px) {
.container {
	max-width: 1170px
}
}
.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
/*background color*/
.brickred-bcolor {
	background-color: #ab431f;
}
.gray-bcolor {
	background-color: #dfddd9;
}
.blue-bcolor {
	background-color: #090641;
}
/*font color*/
.whitefont, .whitefont a {
	color: #FFF;
}
.whitefont a:hover {
	color: #dfddd9;
}
.redfont, .redfont a {
	color: #6c3436;
	font-weight: 700;
}
/*font size*/
.family-language-title, .six-items-title, .timetitle, .linetitle, .newstitle, .timearea .date {
	font-size: 1.2rem;
}
.newstitle a, .searcharea input, .communitytitle, .footerinfo {
	font-size: 0.9rem;
}
.fixed-bg {
	background-color: #ab431f;
	background-position: top 15rem center;
	background-repeat: no-repeat;
	-moz-background-size: 100%;
	background-size: 100%;
	padding: 5rem 0 3.2rem;
	position: relative;
	margin-bottom: -1.2rem;
}
.flexrow, .infolink, .nav-menu, .header-logo, .infoimglink, .communityarea {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
/*header*/
.header-bg {
	text-align: center;
	margin: 0;
	background: url(../images/online/home/images_p/header_bg_right.png) no-repeat bottom right, rgba(223, 221, 217, 1);
	/*background-size: 100%;*/
	/*background-size: 120%;*/
	/*height: 100vh;*/
	background-size: cover;
	background-position: right bottom;
}
.infolink {
	list-style: none;
	margin: 0 0 0.5rem;
	padding: 0;
}
.infolink {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	margin-left: 0.5rem;
}
.infolink li {
	margin: 0.2rem 0.4rem;
}
.header-logo {
	margin: 0 auto;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 9rem 15px 0.5rem;
}
.indigenous-logo {
	width: 100%;
	height: 11rem;
    background-image: url(../images/online/home/images_p/logo-mobile.png);
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: contain;
    background-size: contain;
}
/*@media (min-height:567px) {
.indigenous-logo {
    height: 25rem;
}
}*/
/*menu*/
.header-wrap {
    padding-bottom: 95px;
}
@media (max-width:767px) {
   .header-wrap {
        padding-bottom: 0px;
        margin-top: 50px;
    } 
}

.header-wrap:not(.sticky-on-top) {
    position: relative;
}
.blue-navbar {
	position: absolute;
	background-color: #090641;
    width: 100%;
    left: 0;
    bottom: 0;
}
.sticky-on-top .blue-navbar {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    bottom: auto;
}
.bluenav-bar {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}
.bluenav-bar>li {
	position: relative;
	display: block
}
.bluenav-bar>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}
@media all and (min-width: 768px){
	.blue-navbar .bluenav-bar>li:focus>a, .blue-navbar .bluenav-bar>li:hover>a {
		text-decoration: none;
		background-color: #cda965;
	    color: #000;
	}
}
/*.bluenav-bar .open>a, .bluenav-bar .open>a:focus, .bluenav-bar .open>a:hover {
	background-color: #cda965;
	border-color: #337ab7
}*/
.collapse {
	display: none
}
.collapse.in {
	display: block
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease
}
.dropdown {
	position: relative;
	width: 30%;
}
@media (min-width:768px) {
    .dropdown:hover .dropdown-menu{
        display: block;
    }
}
.dropdown-toggle:focus {
	outline: 0
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 0.875rem;
    text-align: left;
    list-style: none;
    background-color: #cda965;
    background-clip: padding-box;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.dropdown-menu>li>a {
	display: block;
	/*padding: 3px 20px;*/
    padding: 12px 30px;
	clear: both;
	font-weight: normal;
	color: #000;
	white-space: normal;
    font-size: 1.125rem;
    letter-spacing: 0.02em;
    line-height: 150%;
}
.dropdown-menu>li>a[target="_blank"] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.dropdown-menu>li>a[target="_blank"]:after {
    content: "\e908";
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    padding-left: 10px;
    color: rgba(0,0,0,0.54);
-ms-flex-negative: 0;
    flex-shrink: 0;
}
.dropdown-menu>li:not(:last-of-type)>a {
    border-bottom: 1px solid rgba(0,0,0,0.5);
}
@media all and (min-width: 768px){
	.dropdown-menu>li:focus>a, .dropdown-menu>li:hover>a {
		color: #fff    ;
		text-decoration: none;
		background-color: #090641
	}
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #337ab7;
	outline: 0
}
.open>.dropdown-menu {
	display: block
}
.open>a {
	outline: 0
}
.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	-webkit-overflow-scrolling: touch
}
.navbar-collapse.in {
	overflow-y: auto
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
	margin-right: -15px;
	margin-left: -15px
}
.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-right: 15px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}
.navbar-toggle:focus {
	outline: 0
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}
.bluenav-bar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	font-size: 0.9rem;
	margin: 7.5px -15px
}
.bluenav-bar>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px
}
.blue-navbar .bluenav-bar>li>a {
	color: #fff;
}
.bluenav-bar .dropdown:nth-child(1) a:before {
    background-image: url(../images/menu_1.png);
}
.bluenav-bar .dropdown:nth-child(2) a:before {
    background-image: url(../images/menu_2.png);
}
.bluenav-bar .dropdown:nth-child(3) a:before {
    background-image: url(../images/menu_3.png);
}
.bluenav-bar .dropdown:nth-child(4) a:before {
    background-image: url(../images/menu_4.png);
}
.bluenav-bar .dropdown:nth-child(5) a:before {
    background-image: url(../images/menu_5.png);
}
.bluenav-bar .dropdown:nth-child(6) a:before {
    background-image: url(../images/menu_6.png);
}

@media all and (min-width: 768px){
	.bluenav-bar .dropdown:nth-child(1):hover a:before, .bluenav-bar .dropdown:nth-child(1) a:focus:before {
	    background-image: url(../images/menu_1_hover.png);
	}

	.bluenav-bar .dropdown:nth-child(2):hover a:before, .bluenav-bar .dropdown:nth-child(2) a:focus:before {
	    background-image: url(../images/menu_2_hover.png);
	}
	.bluenav-bar .dropdown:nth-child(3):hover a:before, .bluenav-bar .dropdown:nth-child(3) a:focus:before {
	    background-image: url(../images/menu_3_hover.png);
	}
	.bluenav-bar .dropdown:nth-child(4):hover a:before, .bluenav-bar .dropdown:nth-child(4) a:focus:before {
	    background-image: url(../images/menu_4_hover.png);
	}
	.bluenav-bar .dropdown:nth-child(5):hover a:before, .bluenav-bar .dropdown:nth-child(5) a:focus:before {
	    background-image: url(../images/menu_5_hover.png);
	}
	.bluenav-bar .dropdown:nth-child(6):hover a:before, .bluenav-bar .dropdown:nth-child(6) a:focus:before {
	    background-image: url(../images/menu_6_hover.png);
	}
}

.bluenav-bar li a:before {
	content: "";
	position: relative;
	display: inherit;
	height: 5rem;
	background-repeat: no-repeat;
	background-position: center center;
    background-size: contain;
	margin-bottom: 5px;
}
.bluenav-bar li ul li a:before {
	height: auto;
}
/*.blue-navbar .bluenav-bar>.active>a, .blue-navbar .bluenav-bar>.active>a:focus, .blue-navbar .bluenav-bar>.active>a:hover {
	color: #000;
	background-color: #cda965;
}
.blue-navbar .bluenav-bar>.open>a, .blue-navbar .bluenav-bar>.open>a:focus, .blue-navbar .bluenav-bar>.open>a:hover {
	color: #000;
	background-color: #cda965;
}*/
/*.bluenav-bar .dropdown:hover a {
	color: #000;
	background-color: #cda965;
}*/
.bluenav-bar>li>.dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
    width: 19.27vw;
    padding: 0;
}
.blue-navbar .navbar-toggle {
	border-color: #333
}
.blue-navbar .navbar-toggle:focus, .blue-navbar .navbar-toggle:hover {
	background-color: #333
}
.blue-navbar .navbar-toggle .icon-bar {
	background-color: #fff
}
.blue-navbar .navbar-collapse {
	border-color: #101010
}
.container-fluid:after, .container-fluid:before, .container:after, .container:before, .bluenav-bar:after, .bluenav-bar:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .blue-navbar:after, .blue-navbar:before {
	display: table;
	content: " "
}
.container-fluid:after, .container:after, .bluenav-bar:after, .navbar-collapse:after, .navbar-header:after, .blue-navbar:after {
	clear: both
}

@media (min-width:768px) {
    .navbar-header {
    	float: left
    }
    .navbar-collapse {
    	width: auto;
    	border-top: 0;
    	-webkit-box-shadow: none;
    	box-shadow: none
    }
    .navbar-collapse.collapse {
    	display: block!important;
    	height: auto!important;
    	padding-bottom: 0;
    	overflow: visible!important
    }
    .navbar-collapse.in {
    	overflow-y: visible
    }
    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    	margin-right: 0;
    	margin-left: 0
    }
    .navbar-toggle {
    	display: none
    }
    .bluenav-bar {
    	font-size: 1rem;
    	margin: 0 -2rem;
    	-ms-flex-pack: distribute;
    	justify-content: center;
    }
    .bluenav-bar li a:before {
    	display: inherit;
    	width: auto;
    	height: 2.5rem;
        /*background-size: 60%;*/
    }
    .bluenav-bar>li {
    	float: left
    }
    .bluenav-bar>li>a {
        padding: 15px;
        font-weight: 700;
    }
    .dropdown {
    	position: relative;
    	width: auto;
    }
    .bluenav-bar li a .dropdown-menu>li>a {
    	color: #090641;
        background-color: #fff;
    }
    .bluenav-bar li .dropdown-menu>li>a:hover {
    	color: #fff;
        background-color: #090641;
    }
    .bluenav-bar li .dropdown-menu>li>a:hover[target="_blank"]:after {
        color: #fff;
    }

}

@media (min-width: 1200px) {
    .bluenav-bar>li>a {
        padding: 15px 2.86vw;
    }
}
@media (max-width: 767px) {
    .blue-navbar .bluenav-bar .open .dropdown-menu>.dropdown-header {
    	border-color: #080808
    }
    .blue-navbar .bluenav-bar .open .dropdown-menu>li>a {
    	color: #fff;
    }
    .blue-navbar .bluenav-bar .open .dropdown-menu>li>a:focus, .blue-navbar .bluenav-bar .open .dropdown-menu>li>a:hover {
    	color: #fff;
    	background-color: transparent
    }
    .blue-navbar .bluenav-bar .open .dropdown-menu>.active>a, .blue-navbar .bluenav-bar .open .dropdown-menu>.active>a:focus, .blue-navbar .bluenav-bar .open .dropdown-menu>.active>a:hover {
    	color: #fff;
    	background-color: #080808
    }
    .bluenav-bar .open .dropdown-menu {
    	position: static;
    	display: initial;
    	float: none;
    	width: auto;
    	margin-top: 0;
    	background-color: transparent;
    	border: 0;
    	-webkit-box-shadow: none;
    	box-shadow: none
    }
    .bluenav-bar .open .dropdown-menu .dropdown-header, .bluenav-bar .open .dropdown-menu>li>a {
    	padding: 5px 15px 5px 25px
    }
    .bluenav-bar .open .dropdown-menu>li>a {
    	line-height: 20px
    }
    .bluenav-bar .open .dropdown-menu>li>a:focus, .bluenav-bar .open .dropdown-menu>li>a:hover {
    	background-image: none
    }
}
@media (min-width:1024px) {
    .bluenav-bar {
    	margin: 0 2rem;
    }
    .bluenav-bar {
        font-size: 1.125rem;
    }
}
.photoslide, .family-language {
	width: 100%;
}
/*home__kv-wrap*/
@media (min-width:1024px) {
    .home__kv-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .home__kv-wrap >div:first-of-type {
        flex: 0 0 53.7%;
        max-width: 53.7%;
    }
    .home__kv-wrap >div:last-of-type {
        flex: 0 0 46.3%;
        max-width: 46.3%;
    }
}

/*photoslide*/
.photoslide {
    position: relative;
    width: 100%;
    padding-top: calc(100% / 1031 * 500);
}
.carousel {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	/*height: 250px;*/
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.carousel-inner {
	position: relative;
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}
.carousel-inner > .item {
	position: relative;
	display: none;
	-webkit-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	display: block;
	width: 100%;
	min-height: 250px;
	max-width: 100%;
	line-height: 1;
	object-fit: cover;
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
	display: block;
}
.carousel-inner > .active {
	left: 0;
}
.carousel-inner > .next, .carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel-inner > .next {
	left: 100%;
}
.carousel-inner > .prev {
	left: -100%;
}
.carousel-inner > .next.left, .carousel-inner > .prev.right {
	left: 0;
}
.carousel-inner > .active.left {
	left: -100%;
}
.carousel-inner > .active.right {
	left: 100%;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 1.25rem;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.carousel-control.left {
	background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
	color: #ffffff;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	display: inline-block;
}
.carousel-control .icon-prev, .carousel-control .icon-next {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	font-family: serif;
}
.carousel-control .icon-prev:before {
	content: '\2039';
}
.carousel-control .icon-next:before {
	content: '\203a';
}
.carousel-indicators {
	position: absolute;
    left: 0;
    bottom: 0;
    display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
    z-index: 15;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-end;
	align-items: flex-end;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: auto;
    padding: 0.3rem;
    margin: 0;
    text-align: center;
    list-style: none;
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px 0.2rem;
	text-indent: -999px;
	cursor: pointer;
	border: 1px solid #ffffff;
	border-radius: 10px;
}
.carousel-indicators .active {
	width: 10px;
	height: 10px;
	margin: 1px 0.2rem;
	background-color: #ffffff;
}
.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
	text-shadow: none;
}
@media (min-width:768px) {
    .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 1.875rem;
    }
    .carousel-caption {
    	right: 20%;
    	left: 20%;
    	padding-bottom: 30px;
    }
    .carousel-indicators {
    	bottom: 0;
    }
}

/*youtube iframe*/
.iframe-wrap {
    width: 100%;
    padding-top: calc(100% / 16 * 9);
    position: relative;
}

.iframe-wrap iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
/*family-language*/
.family-language {
	padding: 2rem 1rem 5rem;
	background: url(../images/online/home/images_p/family-language_bg_01.png) no-repeat top 7rem right 1.5rem, url(../images/online/home/images_p/family-language_bg_02.png) no-repeat bottom left, #dfddd9;
	background-size: 12%, 100%;
	text-align: center;
}
.family-language-title {
	margin: 2rem 0;
}
.family-language-title img {
	width: 90%;
}
.family-language-text {
	list-style: none;
	margin: 0 2.5rem 2rem;
	padding: 0;
	text-align: left;
}
.family-language-text li {
	margin-bottom: 1rem;
	padding-left: 2rem;
}
.family-language-item {
	display: inline-block;
	position: absolute;
	margin-left: -1.5rem;
}
.family-language audio {
	width: 100%;
}
.home__main-wrap {
    background-image: url('../images/brickred_bg.jpg');
    background-size: contain;
    background-repeat-x: no-repeat;
    background-repeat-y: repeat;
    padding: 14vh 0 22vh;
}

/*event-results*/
.event-results {
    padding-bottom: 40px;
}
.event-results__item {
    margin-bottom: 30px;
    display: block;
}
.event-title {
	position: relative;
	z-index: 3;
}
.event-title img {
	height: 60px;
}
.linetitle {
	width: 100%;
	border-bottom: #6c3436 1px solid;
	padding: 0 0 10px;
	margin-bottom: 20px;
}
.shadowbox {
	box-shadow: 5px 5px 5px #a3a3a4;
	-webkit-box-shadow: 5px 5px 5px #a3a3a4;
	-moz-box-shadow: 5px 5px 5px #a3a3a4;
}
.shadowbox .img-fluid {
	width: 100%;
	height: 250px;
	position: relative;
	object-fit: cover;
}
.line-totem {
	background: url(../images/online/home/images_p/totemline.png) repeat-x center center;
	-moz-background-size: auto 70%;
	-webkit-background-size: auto 70%;
	-o-background-size: auto 70%;
	background-size: auto 70%;
	height: 40px;
	margin: 0 -2rem -20px;
	z-index: 2;
	position: relative;
}
/*footer*/
.footerinfo {
    position: relative;
}
.scroll-to-top {
    width: 50px;
    height: 50px;
    background-color: #AB431F;
    color: #fff;
    font-size: 1.25em;
    cursor: pointer;
    transition: background-color .3s ease;
    border-radius: 50%;
    position: absolute;
    right: 50px;
    top: -25px;
    transform: translateY(-100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.scroll-to-top:hover {
    background-color: #863316;
}
.footerinfo {
	padding: 3rem 0;
}
.footerinfo p {
	margin: 0.2rem 0;
	line-height: 1.2;
}
.infoimglink {
	list-style: none;
	margin: 0;
	padding: 0;
}
.infoimglink a {
	display: inline-block;
}
.infoimglink li {
	margin: 0.2rem 0.4rem;
}
.flex-j-c {
	-ms-flex-pack: center!important;
	justify-content: center!important;
}
.flex-j-e {
	-ms-flex-pack: end!important;
	justify-content: flex-end!important;
}
.mb-3 {
	margin-bottom: 3rem;
}
.p-a2 {
	padding: 2rem;
}
.p-tb2 {
	padding: 2rem 0;
}
.col-o1, .col-o3, .col-o5, .col-b1, .col-b3, .col-b5, .col-m1, .col-m3, .col-m5 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}
.col-o1 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.col-o3 {
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}
.col-o5 {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%
}
@media screen and (orientation:landscape) {
.header-bg {
	background: url(../images/online/home/images_p/header_bg_right.png) no-repeat bottom right -6rem, rgba(223, 221, 217, 1);
	background-size: 75%;
	height: auto;
}
.header-logo {
	padding: 9rem 15px 4rem;
}
.indigenous-logo {
    height: 20rem;
}
}
 @media (min-width:576px) {
    .family-language-text {
    	margin: 0 0 2rem;
    }

    /*six-items*/
    .six-items {
    	margin: 0 1rem;
    }
    .col-m1 {
    	-ms-flex: 0 0 100%;
    	flex: 0 0 100%;
    	max-width: 100%
    }
    .col-m3 {
    	-ms-flex: 0 0 33.33333%;
    	flex: 0 0 33.33333%;
    	max-width: 33.33333%
    }
    .col-m5 {
    	-ms-flex: 0 0 20%;
    	flex: 0 0 20%;
    	max-width: 20%
    }
}
@media (min-width:768px) {
    /*header*/
    .header-bg {
    	background: url(../images/online/home/images_p/header_bg_left.png) no-repeat bottom left, url(../images/online/home/images_p/header_bg_right.png) no-repeat bottom right, rgba(223, 221, 217, 1);
    	background-size: 25rem;
    	height: auto;
    }
    .header-logo {
    	padding: 3rem 15px 0.5rem;
    	width: 50%;
    }
    .infolink {
    	margin: 0 1.5rem;
    }
    .indigenous-logo {
    	height: 10rem;
        background-image: url(../images/online/home/images_p/logo-desktop.png);
    }
    /*family-language*/
    .family-language {
    	width: 35%;
    	padding: 2rem 0.5rem;
    }
    .family-language-text {
    	margin: 0 1.5rem 2rem;
    }
    /*six-items*/
    .six-items {
    	padding: 2rem 5rem;
    }
    .six-items .flexrow .col-o3:nth-child(1), .six-items .flexrow .col-o3:nth-child(2), .six-items .flexrow .col-o3:nth-child(3) {
    	margin: -3rem 0 1.5rem;
    }
    .six-items .flexrow .col-o3:nth-child(4), .six-items .flexrow .col-o3:nth-child(5), .six-items .flexrow .col-o3:nth-child(6) {
    	margin: 2rem 0 -3rem;
    }
    /*boxline*/
    .boxline {
    	margin: -2rem -5rem;
    	padding: 0 5rem;
    }
    .boxline-top:after, .boxline-top:before {
    	border-top: 0.2rem solid #fff;
    }
    .boxline-bottom:after, .boxline-bottom:before {
    	border-bottom: 0.2rem solid #fff;
    }
    .boxline-top:before, .boxline-bottom:before {
    	border-left: 0.2rem solid #fff;
    }
    .boxline-top:after, .boxline-bottom:after {
    	border-right: 0.2rem solid #fff;
    }
    /*time line*/
    #timeline {
    	display: -ms-flexbox;
    	display: flex;
    	-ms-flex-wrap: wrap;
    	flex-wrap: wrap;
    	-ms-flex-direction: row-reverse;
    	flex-direction: row-reverse;
    	width: 100%;
    	margin: 15rem auto 8rem;
    }
    #timeline:before {
    	margin: 8rem 0;
    	width: 100%;
    	height: 0.2rem;
    }
    #timeline .timearea {
    	width: 20%;
    	margin: 2.5rem 0 0 0;
    }
    #timeline .timearea:first-child, #timeline .timearea:last-child {
    	width: 10%;
    }
    #timeline .timearea div.inner {
    	margin: 11rem -2.5rem 0 3rem;
    	padding-left: 0.5rem;
    	border-left: 0.1rem solid;
    }
    #timeline .timearea:first-child div.inner, #timeline .timearea:last-child div.inner {
    	border-left: none;
    }
    #timeline .timearea:nth-child(2n+2) div.inner {
    	margin-top: -11.5rem;
    }
    #timeline .timearea div.inner .timetitle {
    	padding: 0;
    	border-top: none;
    }
    #timeline .timearea .date {
    	top: 2.8rem;
    	left: 2.5rem;
    	margin: 0;
    }
    #timeline .timearea div.inner p {
    	padding: 5px 0 0;
    }
    #timeline .timearea .arrow-header {
    	left: auto;
    	right: 0;
    	margin: 3.6rem -2rem 0 0;
    	-moz-transform: rotate(90deg);
    	-webkit-transform: rotate(90deg);
    	-o-transform: rotate(90deg);
    	transform: rotate(90deg);
    }
    #timeline .timearea .arrow-footer {
    	bottom: auto;
    	top: 0;
    	left: 0;
    	margin: 2.75rem 0 0 -1.95rem;
    	-moz-transform: rotate(90deg);
    	-webkit-transform: rotate(90deg);
    	-o-transform: rotate(90deg);
    	transform: rotate(90deg);
    }
    /*News & search & Community*/

    /*event-results*/

    .line-totem {
    	margin: 0 -1rem -20px;
    }
    .shadowbox .img-fluid {
    	-webkit-filter: grayscale(50%);
    	-moz-filter: grayscale(50%);
    	-ms-filter: grayscale(50%);
    	-o-filter: grayscale(50%);
    	filter: grayscale(50%);
    	filter: gray;
    }
    .shadowbox .img-fluid:hover {
    	-webkit-filter: none;
    	-moz-filter: none;
    	-ms-filter: none;
    	-o-filter: none;
    	filter: none;
    	transition: 0.3s;
    }
    .col-b1 {
    	-ms-flex: 0 0 100%;
    	flex: 0 0 100%;
    	max-width: 100%
    }
    .col-b3 {
    	-ms-flex: 0 0 33.33333%;
    	flex: 0 0 33.33333%;
    	max-width: 33.33333%
    }
    .col-b5 {
    	-ms-flex: 0 0 20%;
    	flex: 0 0 20%;
    	max-width: 20%
    }
}
@media (min-width:1024px) {
    /*family-language*/
    .family-language {
    	width: 30%;
    	padding: 2rem;
    }
}

dl,dd {
    margin: 0 0 20px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.table {
    width: 100%;
    margin-bottom: 20px;
	text-align: left;
}
.table caption+thead tr:first-child th, .table colgroup+thead tr:first-child th, .table thead:first-child tr:first-child th, .table caption+thead tr:first-child td, .table colgroup+thead tr:first-child td, .table thead:first-child tr:first-child td {
    border-top: 0;
}
.table thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table thead>tr>th, .table tbody>tr>th, .table tfoot>tr>th, .table thead>tr>td, .table tbody>tr>td, .table tfoot>tr>td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9;
}
.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
    background-color: #f5f5f5;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc;
}
