* {
    font-family: 'Open Sans', Arial, Helvetica, 'Microsoft JhengHei', '微軟正黑體', sans-serif;
}

body {
    max-width: 1920px;
    margin: auto;
}
.btn {
    background: #006c2c;
    display: inline-block;
    padding: .2% 1.4%;
    border-radius: 2em;
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
    border: 3px double #fff;
    position: absolute;
    right: 24%;
    bottom: 28.5%;
}
@media (min-width: 376px){
.btn {
    font-size: 6px;
}
}


.rd-navbar-brand{
    padding-top: 4%;
    padding-left: 4%;
}
.rd-navbar-brand .brand{
    display: inline-block;
    margin-right: 1%;
    width: 18%;
}
.rd-navbar-brand .brand-text{
    display: inline-block;
    width: 18%;
    vertical-align: top;
    margin-top: .7%;
}
.brand img {
    width: 100%;
}
.brand-text img {
   width: 76%;
}
.video-wrap{
    position: absolute;
    top: 0;
    width: 50%;
    padding-top: 11.6%;
    padding-left: 2%;
}
.video-wrap video{
    width: 88%;
    padding: .7%;
    background: rgb(255 255 255 / 70%);
}
/*.rd-navbar-brand .brand-text{
    display: inline-block;
    text-decoration: none;
    vertical-align: top;
    margin-top: 1rem;
}

.rd-navbar-brand .logo-text p{

}
.rd-navbar-brand .logo-text p.cn {
    line-height: 28px;
    font-size: 28px;
    margin-bottom: 12px;
    margin-top: 0;
    text-align-last: justify;
}
.rd-navbar-brand .logo-text p.en{
   font-size: 16px;
   margin: 0;
}

.rd-navbar-brand .logo-text{
    color: #fff;
    font-weight: bolder;
}
*/

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}

.owl-carousel .blog-post {
	will-change: opacity;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
	text-align: center;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
	display: none;
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	will-change: opacity;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	font: 400 40px/80px 'FontAwesome';
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:before {
	content: '\f144';
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}

.product {
	position: relative;
	will-change: transform;
}

.product-media {
	position: relative;
	display: inline-block;
}

.product-media > a {
	display: inline-block;
}

.product-media .product-overlay {
	position: absolute;
	transform: scale(0);
	transition: .3s;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-media .product-overlay-variant-2 {
	position: absolute;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	pointer-events: none;
}

.product-media .product-overlay-variant-2 > * {
	pointer-events: all;
}

.product-media .product-overlay-variant-2 .countdown {
	align-self: center;
}

.product:hover .product-media .product-overlay {
	transform: scale(1);
}
#section_1 {
	background: url(../img/BNBU_session001.png) no-repeat scroll center center transparent;
	background-size:cover;
        height: 0;
        padding-bottom: 59.14%;
	position: relative;
}
#section_2 {
	background: url(../img/BNBU_session002.jpg) no-repeat scroll center center transparent;
	background-size:cover;
        height: 0;
        padding-bottom: 53.43%;
	position: relative;
}
#section_3 {
	background: url(../img/session003.jpg) no-repeat scroll center center transparent;
	background-size:cover;
        height: 0;
        padding-bottom: 56.31%;
	position: relative;
}
#section_4 {
	background: url(../img/session004.jpg) no-repeat scroll center center transparent;
	background-size:cover;
        height: 0;
        padding-bottom: 56.16%;
	position: relative;
}
#section_5 {
	background: url(../img/session005.jpg) no-repeat scroll center center transparent;
	background-size:cover;
        height: 0;
        padding-bottom: 56.31%;
	position: relative;
}
#section_6 {
	background: url(../img/session006.jpg) no-repeat scroll center center transparent;
	background-size:cover;
        height: 0;
        padding-bottom: 56.26%;
	position: relative;
}
#section_7 {
	background: url(../img/session007.jpg) no-repeat scroll center center transparent;
	background-size:cover;
        height: 0;
        padding-bottom: 56.21%;
	position: relative;
}
#section_8 {
	background: url(../img/session008.jpg) no-repeat scroll center center transparent;
	background-size:cover;
        height: 0;
        padding-bottom: 56.31%;
	position: relative;
}
#section_9 {
	background: url(../img/BNBU_session009.png) no-repeat scroll center center transparent;
	background-size:cover;
        height: 0;
        padding-bottom: 56.21%;
	position: relative;
}

#section_10 {
	background: url(../img/BNBU_session010.png) no-repeat scroll center center transparent;
	background-size:cover;
        height: 0;
        padding-bottom: 56.26%;
	position: relative;
}

#section_11 {
	background: url(../img/BNBU_session011.png) no-repeat scroll center center transparent;
	background-size:cover;
        height: 0;
        padding-bottom: 56.26%;
	position: relative;
}

#section_12 {
	background: url(../img/session012.jpg) no-repeat scroll center center transparent;
	background-size:cover;
        height: 0;
        padding-bottom: 99.59%;
	position: relative;
}

#section_14 {
	background: url(../img/BNBU_bottom02.jpg) no-repeat scroll center center transparent;
	background-size:cover;
	width:100%;
        padding-bottom: 3rem;
}

.section-top-60{
	position: relative;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-prev {
    left: -4.25rem;
}

.owl-next {
    right: -4.25rem;
}

.owl-prev, .owl-next {
    position: absolute;
    top: calc(50% - 40px);
    font: 88px / 49px "FontAwesome";
    transition: .3s;
    background-color: transparent;
    color: white;
    text-align: center;
    border: none;
    cursor: pointer;
}

.owl-prev:before {
    margin-left: -1px;
    content: '\f104';
}

.owl-next:before {
    margin-right: -2px;
    content: '\f105';
}

.ui-to-top.active {
    transform: translateY(0);
}
.ui-to-top:hover {
    color: #FFF;
    background-color: #282828;
    text-decoration: none;
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.ui-to-top.active {
    transform: translateY(0);
}

.ui-to-top:hover {
    color: #FFF;
    background-color: #282828;
    text-decoration: none;
}

.ui-to-top {
    width: 50px;
    height: 50px;
    color: #FFF;
    background: #0166a487;
    position: fixed;
    right: 15px;
    bottom: 15px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
    transition: .3s all ease;
    line-height: 50px;
    font-size: 27px;
    transform: translateY(160px);
}

@media (min-width: 576px) {
    .ui-to-top {
        left: auto;
        right: 20px;
        bottom: 80px;
    }
}

.container{
	width: 90%;
	margin:0 auto;
}

h3, .h3 {
    line-height: 1.26667;
    font-size: 50px;
    color: white;
    padding-top: 5rem;
    padding-bottom: .2rem;
    margin: 0;
    text-align: center;
}

.divider-bold {
    border-top-width: 2px;
    width: 32%;
    margin-bottom: 5rem;
}

.divider-base {
    border-color: #FFF;
}

.text-regular {
    font-weight: 400;
    font-size: 22px;
    color: white;
    text-align: center;
}

.offset-top-20 {
    margin-top: 20px;
}

.well-variant{
	padding-bottom: 18rem;
}
@media (max-width: 1280px){
	h3, .h3{
	        font-size: 26px;
	        padding-top: 2rem;
	}
	.text-regular {
	        font-size: 16px;
	}
	.divider-base{
	        margin-bottom: 2rem;
	}
	#section_14{
		height: 80vh;
	}
.well-variant{
        padding-bottom: 5rem;
}
	.owl-prev {
		left: 0;
	}
	.owl-next{
		right: 0;
	}
}

@media (max-width: 1200px) {
	.owl-prev {
		left: 0;
	}
	.owl-next{
		right: 0;
	}
}

@media (max-width: 1024px){
	h3, .h3{
		font-size: 26px;
		padding-top: 2rem;
	}
	.text-regular {
		font-size: 16px;
	}
	.divider-base{
		margin-bottom: 2rem;
	}
	#section_14{
		height: 37.5rem;
	}
.well-variant{
        padding-bottom: 3rem;
}
}

@media (max-width: 820px){
	#section_14{
		height: 50vh;
	}
.well-variant{
        padding-bottom: 3rem;
}
}

@media (max-width: 768px){
	#section_14{
		height: 56vh;
	}
    .well-variant {
        padding-bottom: 3rem;
    }
#section_1 {
	background: url(../img/session001.jpg) no-repeat scroll center center transparent;
	background-size:cover;
        height: 0;
        padding-bottom: 59.14%;
	position: relative;
}
#section_2 {
	background: url(../img/session002.jpg) no-repeat scroll center center transparent;
	background-size:cover;
        height: 0;
        padding-bottom: 53.43%;
	position: relative;
}
#section_3 {
	background: url(../img/session003.jpg) no-repeat scroll center center transparent;
	background-size:cover;
        height: 0;
        padding-bottom: 56.31%;
	position: relative;
}
#section_4 {
	background: url(../img/session004.jpg) no-repeat scroll center center transparent;
	background-size:cover;
        height: 0;
        padding-bottom: 56.16%;
	position: relative;
}
#section_5 {
	background: url(../img/session005.jpg) no-repeat scroll center center transparent;
	background-size:cover;
        height: 0;
        padding-bottom: 56.31%;
	position: relative;
}
#section_6 {
	background: url(../img/session006.jpg) no-repeat scroll center center transparent;
	background-size:cover;
        height: 0;
        padding-bottom: 56.26%;
	position: relative;
}
#section_7 {
	background: url(../img/session007.jpg) no-repeat scroll center center transparent;
	background-size:cover;
        height: 0;
        padding-bottom: 56.21%;
	position: relative;
}
#section_8 {
	background: url(../img/session008.jpg) no-repeat scroll center center transparent;
	background-size:cover;
        height: 0;
        padding-bottom: 56.31%;
	position: relative;
}
#section_9 {
	background: url(../img/session009.jpg) no-repeat scroll center center transparent;
	background-size:cover;
        height: 0;
        padding-bottom: 56.21%;
	position: relative;
}

#section_10 {
	background: url(../img/session010.jpg) no-repeat scroll center center transparent;
	background-size:cover;
        height: 0;
        padding-bottom: 56.26%;
	position: relative;
}

#section_11 {
	background: url(../img/session011.jpg) no-repeat scroll center center transparent;
	background-size:cover;
        height: 0;
        padding-bottom: 56.26%;
	position: relative;
}

#section_12 {
	background: url(../img/session012.jpg) no-repeat scroll center center transparent;
	background-size:cover;
        height: 0;
        padding-bottom: 99.59%;
	position: relative;
}
}

@media (max-width: 767.98px) {
	.owl-prev, .owl-next {
	    font-size:3rem;
	}
	h3, .h3 {
	    font-size: 24px;
	    padding-top: 3rem;
	    padding-bottom: .2rem;
	    margin: 0;
	    text-align: center;
	}
	.text-regular {
	        font-size: 16px;
		line-height: 20px;
	}
	#section_14{
		height: 70vh;
	}
}

@media (max-width: 540px){
	#section_14{
		height: 88vh;
	}
}

@media (max-width: 431px){
	#section_14{
		height: 68vh;
	}
}
@media (max-width: 415px){
	#section_14{
		height: 70vh;
	}
}
@media (max-width: 391px){
	#section_14{
		height: 74vh;
	}
}
@media (max-width: 376px){
	.divider-bold{
		margin-bottom: 0;
	}
	#section_14{
		height: 94vh;
	}
}

@media (max-width: 360px){
	#section_14{
		height: 86vh;
	}
}

@media (max-width: 345px){
	#section_14{
		height: 80vh;
	}
}