@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
html{
	font-size: 1em;
}
html,
body {
	width: 100%;
	overflow-x:hidden;
	line-height: 1.8;
  	color: #111;
}
body{
	font-size: 1.05em;
	font-family: 'Noto Sans TC', sans-serif;
    line-height: 1.8;
}
h1, h2, h3, h4, h5, h6, p{
	font-family: 'Noto Sans TC', sans-serif;
}
a{
	text-decoration: none;
	color: #595656;
}
body.medium{
	font-size: 1.1em;
}
body.small{
	font-size: 1em;
}
body.large{
	font-size: 1.25em;
}
.navbar {
    padding:0;
}
.hamburger {
	margin-top: -3px;
}
.u-header .navbar .container{
	background-image: url('../img/navbar-brand.svg');
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 100%;
	position: relative;
}

.u-header .navbar .container:after{
	position: absolute;
	width: 100%;
	height: 100%;
	left: -100%;
	top: 0;
	content: "";
	background-color: #ef7e40;
}
.tp-thumbs{
	left:90% !important;
}
body.modal-open{
	padding-right: 0 !important;
}
@media (max-width: 2440px) {

	#navBar {
		max-height: 15vh;
		overflow-x: auto;
		overflow-y: hidden;
	}
}
@media (max-width: 991px) {

	#navBar {
		overflow-x: auto;
		overflow-y: hidden;
		border-top: solid 1px #fabb64;
		width: 100%;
		text-align: right;
	}
}
@media (max-width:767px) {
	.tp-thumbs{
		display: none;
	}
}

.u-header {
    font-size: 1.05em;
    z-index: 501;
}
.u-header.js-header-fix-moment {
	background-color: #fff;
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
	margin-left: 10px;
	margin-right: 10px;

}
.navbar-brand img{
	height: 60px;
	margin: 0px;
}
.navbar-brand h1{
	font-size: 0;
	padding: 0;
	margin: 0;
}

nav.navbar .top-menu {
	/* position: absolute;
	top: -1px;
	right: 50px; */
	display: inline-block;
}
.js-header-change-moment nav.navbar .top-menu{
	top: -8px;
}
nav.navbar .top-menu ul{
	display: inline-block;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

nav.navbar .top-menu ul li{
	display: inline-block;
	margin: 0;
}
nav.navbar .top-menu ul li a{
	padding: 0 5px;
	font-size: 0.9em;
	display: block;
	color: #111;
	border-radius: 10px;
	transition: all .5s ease;
	text-decoration: none;
}
nav.navbar .top-menu .c-font-size{
	font-size: 0.9em;
}
nav.navbar .top-menu .c-font-size ul li a{
	padding: 0 5px;
	border-radius: 0px;
	text-align: center;
	background-color: #fff;
	color: #111;
	display: inline-block;
	/* border-bottom: 1px solid rgba(0,0,0,0); */
	transition: all .5s ease;
}
nav.navbar .top-menu .c-font-size ul li a:hover{
	background-color: #ef7e40;
	color: #fff;
}
nav.navbar .top-menu .c-font-size ul li.active a{
	border-radius: 0px;
	background-color: #ef7e40;
	color: #fff;
}
nav.navbar .top-menu .c-font-size ul li.active a:hover{
	color: #fff;
}
nav.navbar .top-menu ul li a i { margin:0; }
nav.navbar .top-menu ul li.link a {
	color: #111;
}
nav.navbar .top-menu ul li.link a:hover {
	background-color: #ef7e40;
	color: #fff;
}
nav.navbar .top-menu ul li.link a.loginBtn {
	background-color: #ef7e40;
	color: #fff;
	display: inline-block;
	line-height: 25px;
	padding: 0 10px;
}
nav.navbar .top-menu ul li.link a.loginBtn i {
	font-size: 0.8rem;
	float: left;
	margin-top: 7px;
}
.js-header-change-moment nav.navbar .top-menu ul li.link a.loginBtn {
	border-radius: 0 0 10px 10px;
}
ul.navbar-nav {
	margin-top: 0px;
	margin-bottom: 10px;
}
.js-header-change-moment ul.navbar-nav {
	/* margin-top: 30px; */
	margin-bottom: 5px;
}
.phone-view{
	display: none;
}
.navbar-toggler .hamburger-line {
    height: 1px;
    background-color: #222;
    width: 1.5em;
    display: block;
    margin: 7px auto;
}
.navbar-toggler{
	margin-top: 20px;
	margin-right: 20px;
}
.nav-menu-item{
	margin-right: 5px;
}
.nav-menu-item a{
	border-radius: 5px;
	background: #ef7e40;
	color: #fff !important;
	font-weight: bold;
	margin-top: 10px;
	font-size: 0.9em;
	padding: 3px 10px !important;
	transition: all .3s linear;
}
.nav-menu-item a:hover{
	background: #22a947;
	color: #fff !important;
	transition: all .3s linear;
}
.navbar-nav .nav-menu-item .nav-menu-item-active{
	background: #22a947;
	color: #111 !important;
}
.navbar-menu{
	background: #ef7e40;
	color: #fff !important;
	width: 100%;
	padding-left: 30px;
}
.navbar-menu li a{
	color: #fff !important;
	font-size: 0.9em;
}
.navbar-menu i{
	color: #ffb650 !important;
	font-size: 0.9em;
}
.g-color-primary{
	color: #ef7e40 !important;
}
.u-header--floating .u-header__section--light{
	border-radius: 10px;
}
.login-name{
	font-size: 0.95em;
	font-weight: 800;
	color: #333333;
}
@media (max-width: 991px) {
	nav.navbar .top-menu {
		position: relative;
		border-bottom: 1px solid #cdcdcd;
		margin: 10px;
		right: 0;
		top: 0;
		display: block;
		padding-bottom: 10px;
	}
	nav.navbar .top-menu ul {
    	display: block;
    	text-align: center;
    }
    nav.navbar .top-menu ul:nth-child(2) {
    	border: 0;
    	margin: 0;
    }
    nav.navbar .top-menu ul:nth-child(2) li {
    	margin-bottom: 5px;
    }
    ul.navbar-nav,
    .js-header-change-moment ul.navbar-nav {
    	margin-top: 10px;
		margin-bottom: 0px;
    }
	.login-name{
		margin-top: 10px;
	}
    .phone-view{
		display: block;
	}
}

.content{
	min-height: 80vh;
	padding-top: 80px;
	background: url(../img/bg.svg) no-repeat;
	background-position: left -100px  bottom -100px;
	background-size: 600px auto;
	background-color: #fdf9e4;
}
.index-box{
	margin: 0 30px;
}
.js-header-change-moment .navbar .u-main-nav-v1 .nav-link {
	padding: 0em 0.5em;
}
.photo-bg{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}
/* news */
.date-up-down{
	color: #ef7e40;
	position: relative;
	text-decoration: none;
	padding: 3px 15px;
	margin-bottom: 10px;
	border: 2px solid #ef7e40;
	border-radius: 20px;
}
.date-up-down:hover{
 color: #f5b151;
 border: 2px solid #f5b151;
}
.watch-more{
	background: #ef7e40;
	color: #fff;
	padding: 3px 12px 3px 12px;
	margin-bottom: 10px;
	text-align: center;
	text-decoration: none;
	transition: all .3s linear;
	border-radius: 5px;
	font-weight: 700;
}
.watch-more:hover{
	background: #555;
	color: #fff;
	transition: all .3s linear;
}
@media (max-width:767px) {
	.date-up-down, .watch-more{
		font-size: 0.9em;
	}
	.date-up-down{
		padding: 3px 10px;
	}
	.watch-more{
		padding: 0 8px 0 8px;
	}
}
/* footer */
footer{
	font-size: 0.9em;
	color: #333333;
}
.footer-wrapper{
	background-image: url('../img/footer-bg.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	z-index: 8;
	position: relative;
}
.footer-bottom{
	font-size: 0.9em;
	border-top: #f8e4c9 solid 1px;
	padding-top: 10px;
}
/* .footer-bottom:after{
	position: absolute;
	height: 25px;
	width: 100%;
	background-image: url('../img/footer-bottom.png');
	background-repeat: repeat-x;
	background-size:  auto 25px;
	background-position: left top;
	content: "";
	left: 0;
	top: -24px;
	z-index:10;
} */
/* map page */
.top-content{
	margin-top: 30px;
}
@media (max-width:991px) {
	.top-content{
		margin-top: 100px;
	}
}
.btn-back, .btn-forget{
	background: #ddd;
	color: #888;
	padding: 5px 20px;
	margin-bottom: 10px;
	text-align: center;
	text-decoration: none;
	transition: all .3s linear;
	border-radius: 5px;
	font-weight: 700;
	display: inline-block;
}
.btn-back::before{
	content: "\f060";
	padding-right: 10px;
	font-family: FontAwesome;
	transition: all .3s linear;
}
.btn-back:hover, .btn-forget:hover{
	background: #555;
	color: #fff;
	transition: all .3s linear;
}
.btn-back:hover::before{
	margin-left: -5px;
	transition: all .3s linear;
}
.watch-more-map{
	background: #595656;
	color: #fff;
	padding: 3px 12px 3px 12px;
	margin-bottom: 10px;
	text-align: center;
	text-decoration: none;
	transition: all .3s linear;
	border-radius: 5px;
	font-weight: 700;
	display: inline-block;
}
.watch-more-map:hover, .btn-sign:hover{
	background: #555;
	color: #fff;
	transition: all .3s linear;
}
.btn-sign{
	background: #ef7e40;
	color: #111;
	padding: 3px 12px 3px 12px;
	margin-bottom: 10px;
	text-align: center;
	text-decoration: none;
	transition: all .3s linear;
	border-radius: 5px;
	font-weight: 700;
	display: inline-block;
}
.print-btn{
	display: inline-block;
	background: #33659e;
	color: #fff;
	border-radius: 5px;
	padding: 3px 20px;
	transition: all .3s linear;
}
.print-btn:hover{
	transition: all .3s linear;
	background: #0c325e;
	color: #fff;
}
.expired{
	display: inline-block;
	background: #eee;
	color: #888;
	border-radius: 5px;
	padding: 2px 24px;
}
/* news-page */
.download-link a{
	color: #f29411;
}
.download-link a:hover{
	color: #111;
}
/* sitemap */
.sitemap-info {
    background-color: rgba(0,0,0,0.09);
    list-style-type: disc;
    padding: 20px 20px 10px 40px;
}
.sitemap-info li {
    margin-bottom: 10px;
}
.sitemap-info li span {
    padding: 0px 7px;
    background-color: #ffffff;
    border-right: 2px solid rgba(0,0,0,0.1);
    border-bottom: 2px solid rgba(0,0,0,0.1);
}
.sitemap a{
	color: #ffb650;
	padding: 5px;
	display: block;
	transition: all .5s ease;
}
.sitemap a:hover{
	background-color: rgba(0,0,0,0.1);
	text-decoration: none;
}
@media (max-width: 991px) {
	.js-header-change-moment .navbar .u-main-nav-v1 .nav-link {
		padding: 0.4em 0.4em;
	}
}
@media (max-width: 1199px) {

}
@media (max-width: 991px) {
	.activity-map-list li a{
		width: 100%;
	}
	.map-option::after{
	width: 90%;
	}
}
@media (max-width: 767px) {
	.activity-map-list{
		/* margin-left: 30px; */
	}
	.banner-img-title{
		font-size: 0.7em;
	}
	.banner-img-content{
		font-size: 0.6em;
	}
	.news-date{
		/* font-size:2.5em  !important; */
	}
	.news-title{
		font-size: 0.9em;
	}
	.index-box{
		margin: 30px 10px !important;
	}
	.ms-info{
		padding: 0 20px;
		font-size: 0.9em;
	}

}

.u-pagination-v1-3{
	border-color: #ef7e40;
	color: #ef7e40;
}
.u-pagination-v1-3--active, .u-pagination-v1-3:hover, .u-pagination-v1-3:focus{
	background: #ef7e40;
	color: #fff;
	border-color: #ef7e40;
}

.footer{
	position: relative;
	/* background-color:  #f8e4c9; */
	color: #fff;
	background: #000;
	font-size: 0.9em;
}
.footer .footer-alpha{
	width: 100%;
}
.footer .text a{
	color: #CC6D14;
	transition: all .5s ease;
}
.footer .text a:hover{
	color: #333;
	text-decoration: none;
}
.footer-bottom a{
	color: #fff;
	padding: 5px 8px;
	text-decoration: none;
	display: inline-block;
	transition: all .5s ease;
}
.footer-bottom a:hover{
	background-color: rgba(255,255,255,0.3);
}
.footer-sitemap ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.footer-sitemap a{
	color: #333333;
	text-decoration: none;
	transition: all .5s ease;
}
.footer-sitemap h3{
	color: #525228;
	font-size: 1.1em;
	border-bottom: 1px solid #525228;
	padding: 8px 10px;
	font-weight: 600;
	letter-spacing: 1px;
}
.footer-sitemap a:hover{
	background-color: rgba(255,255,255,0.6);
}
.footer-sitemap a.footer-sitemap-one{
	display: inline-block;
	padding: 3px 15px;
	position: relative;
	color: #111;
	font-weight: 600;
	letter-spacing: 1px;
}
/* .footer-sitemap a.footer-sitemap-one:after{
	position: absolute;
	top: 10px;
	height: 1em;
	width: 2px;
	background-color: #525228;
	content: "";
	left: 0;
}
.footer-sitemap a.footer-sitemap-one:before{
	position: absolute;
	top: 10px;
	height: 1em;
	width: 2px;
	background-color: #525228;
	content: "";
	right: 0;
} */
.phone-menu .footer-sitemap .footer-sitemap-active{
	background: #ef7e40;
	color: #fff !important;
}
.gotomain-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    line-height: normal;
    height: auto;
    z-index: 100;
}
.gotomain-btn a {
    display: block;
    padding: 5px 10px;
    border: 4px dashed rgba(0,0,0,0);
    color: #333333;
    background-color: #fff;
    font-size: 0.8em;
    opacity: 0;
}
.gotomain-btn a:focus {
	text-decoration: none;
	color: #3077af;
	border: 3px dashed #3077af;
	background-color: #fff;
	opacity: 1;
}
.accesskey{
	position: absolute;
	top: 0;
	left: 0;
	border: 3px dashed rgba(0,0,0,0);
	text-decoration: none;
	color: #777;
}
.accesskey:focus{
	border: 3px dashed rgba(0,0,0,0.8);
}
.accesskey-c{
	top: 100px;
	z-index: 20;
}
.hs-has-sub-menu > a::after {
    display: none;
}
.js-mega-menu .navbar-nav .nav-item{
	position: relative;
}
/* .js-mega-menu .navbar-nav .nav-item:after{
	position: absolute;
	height: 1em;
	width: 1px;
	content: "";
	background-color: #ef7e40;
	right: 0;
	top: 15px;
} */
.js-mega-menu .navbar-nav .nav-item a{
	padding-left: 10px;
	padding-right: 10px;
}
.top-bar-left {
    /* position: fixed;
    width: auto;
    top: 30px;
    left: 40%; */
    font-size: 0.9em;
    display: block;
    color: #ffb650;
}
/*
.marquee ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.marquee ul a{
	color: #333;
	text-decoration: none;
	transition: all .5s ease;
	font-size:0.9em;
}
*/

.marquee ul {
  /* required styles */
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 0;
    position: relative;
    overflow: hidden;
    width: 300px;
    height: 2em;
}
.marquee ul li {
  position: absolute;
  top: -9999em;
  display: block;
  white-space: nowrap;
  padding: 15px 5px;
  font-size:1em;
  text-align: left;
  color:#333;
}
.marquee ul li a{
  color:#111;
}

.marquee{
	width: auto;
	height: 27px;
	overflow: hidden;
	margin-right: 15px;
	padding-right: 15px;
}


@media (max-width:767px) {
	i.fa-bullhorn{
		font-size: 0.7em;
	}
	.marquee ul a{
		font-size:0.725em;
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	.marquee{
		padding: 0;
	}
}
.marquee ul a:hover{
	color: #ef7e40;
}
/* .top-bar-right {
    position: fixed;
    top: 0;
    right: 0;
}
.top-bar-right a{
	padding: 4px 10px !important;
	display: block;
	text-align: center;
}
.top-bar-right ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.top-bar-right a{
	background-color: #ef7e40;
	color: #fff !important;
	font-size: 0.9em;
}
.top-bar-right a.nav-link-black{
	background-color: #333;
} */
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link,
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link {
    color: #333;
}

a:focus{
	/* border: 3px dashed #333!important; */
}
input:focus,
select:focus,
button:focus,
iframe:focus {
	/* border: 3px dashed #333!important; */
}

a .hover-wave-h{
	transition: all .5s ease;
}
a:hover .hover-wave-h{
	animation: wave-h .8s ease-in-out 0s infinite alternate;
}
.map-menu-switch-desktop{
	display: block;
}
.map-menu-switch-btn{
	display: none;
}
.mapmap-menu-switch-mobile{
	display: none;
}
.main-bg{
	background: rgba( 255, 255, 255, 0.6 );
	box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
	backdrop-filter: blur( 4px );
	-webkit-backdrop-filter: blur( 4px );
	border-radius: 0px;
	border: 1px solid rgba( 255, 255, 255, 0.18 );
	padding: 10px 30px;
}
@keyframes wave-h {
	0% {
		transform: translateY(0px);
	}
	100% {
		transform: translateY(20px);
	}
}
@media (min-width: 1200px){
	.container {
	    width: 100%;
	    max-width: 1380px;
	}
}
@media (max-width: 1199px){
	.container {
	    width: 100%;
	    max-width: 1100px;
	}
	.navbar-brand img {
	    height: 56px;
	    margin: 0px 10px 10px 10px;
	}
	.nav-link{
		font-size: 0.9em;
		padding: 8px 5px !important;
	}
}
@media (max-width: 1080px) {
	.nav-menu-item {
		margin-right: 0px;
	}
	.navbar-brand{
		margin: 0;
	}
	.nav-menu-item a{
		font-size: 0.85em;
	}
}
@media (max-width: 991px){
	.content{
		padding-top: 40px;
	}
	.map-menu-switch-desktop{
		display: none;
	}
	.map-menu-switch-btn{
		display: block;
	}
	.mapmap-menu-switch-mobile{
		display: block;
	}
	.activity-map-list-wrapper, .health-map-wrap{
		height: calc(100vh - 115px) !important;
	}
	.footer .footer-alpha{
		width: 100%;
		height: 220px;
	}
	.footer-sitemap a{
		padding: 3px 6px;
	}
	.footer-sitemap h3{
		padding: 8px 6px;
	}
	.footer-sitemap a.footer-sitemap-one{
		padding: 3px 10px;
	}
	.navbar-brand img {
	    height: 60px;
	    margin: 0px 0 10px 0;
	}
	.navbar-toggler {
		margin-top: 10px;
		margin-right: 10px;
	}
}
@media (max-width: 767px){
	.navbar-toggler {
		margin-top: 0px;
		margin-right: 0px;
	}
	.activity-map-list-wrapper, .health-map-wrap{
		height: calc(100vh - 103px) !important;
	}
	.navbar-brand img {
	    height: 45px;
	    margin: 5px 0;
	}
	.footer .footer-alpha{
		width: 100%;
		height: 100px;
	}
	.footer-sitemap{
		font-size: 0.9em;
	}
	.footer-bottom{
		font-size: 0.8em;
		line-height: 1.5;
		padding: 10px;
	}
	.footer-bottom a{
		padding: 0;
	}
}

::-moz-selection {
	background: #ef7e40; color: white;
   }
::selection {
	background: #ef7e40; color: white;
   }
   /* apply */
.g-max-width-1000{
	max-width: 1000px;
}
.g-max-width-750{
	max-width: 750px;
}
.g-mx-auto{
	margin-left: auto;
	margin-right: auto;
}
.stept-wrapper ul{
	padding: 0;
	margin: 0;
	text-align: center;
	list-style-type: none;
	position: relative;
	color: #fff;
}
.stept-wrapper ul li{
	display: inline-block;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: #C9CCA4;
	border: 4px solid #ef7e40;
	margin: 10px 20px;
	position: relative;
	z-index: 10;
}
.stept-wrapper ul:before{
	position: absolute;
	top: 50%;
	height: 4px;
	width: 100%;
	display: block;
	background-color: #ef7e40;
	content: "";
	z-index: 1;
}
.stept-wrapper ul li div{
	padding: 15px 0 0 0;
	border-bottom: 1px solid #f6e1c2;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 10px;
}
.stept-wrapper ul li div strong{
	font-size: 2em;
	margin-left: 10px;
}
.stept-wrapper ul li.active{
	background-color: #fff;
	border: 4px solid #ef7e40;
	color: #484823;
}
.stept-wrapper ul li.active div{
	border-bottom: 1px solid #fff;
}
.form-style{
	background-color: #fff;
	border: #f6e1c2 3px solid;
	border-radius: 30px;
}
.form-style a{
	color: #22446A;
	text-decoration: none;
	transition: all .5s ease;
}
.form-style a:hover{
	color: #ef7e40;
}
.form-group{
	padding: 10px 0;
	border-bottom: 1px solid #fff;
	color:#595656;
}
.form-group label{
	font-weight:bold;
}
.form-group:last-child{
	border-bottom: none;
}
.form-control {
	border-radius: 10px;
	background-color: #fff;
	border: 2px solid rgba(0, 0, 0, 0.1);
	padding: 10px 20px;
	font-size: 1em;
}
.form-control:focus, .custom-select:focus {
	border-color: #ef7e40;
}
.form-group .menu-content .js-quantity .js-result{
	border-radius: 0px !important;
	padding: 0px 5px !important;
}
.form-group .menu-content .js-quantity .js-minus .input-group-text,
.form-group .menu-content .js-quantity .js-plus .input-group-text{
	background: #ef7e40;
	color: #fff !important;
	border: none;
	padding: 10px;
	transition: all .3s linear;
}
.form-group .menu-content .js-quantity .js-minus:hover .input-group-text,
.form-group .menu-content .js-quantity .js-plus:hover .input-group-text{
	transition: all .3s linear;
	background: rgba(71, 165, 137, 0.8);
}
.form-group .menu-content .js-quantity .js-minus .input-group-text{
	border-radius: 5px 0 0 5px;
}
.form-group .menu-content .js-quantity .js-plus .input-group-text{
	border-radius: 0px 5px 5px 0px;
}
.menu-content label{
	font-size: 1.2em;
	margin-top: 10px;
}
.menu-intro{
	color: #555;
}
.menu-form-group{
	padding-top: 20px;
	padding-bottom: 20px;
}
.menu-form-group .photo-bg, .menu-restaurant .photo-bg{
	border-radius: 10px;
}
.menu-info{
	background: #eee;
	padding: 10px 20px;
	border-radius: 10px;
}
.form-style-2{
	background: rgba(71, 165, 137, 0.2);
	border-radius: 10px;
	padding: 20px;
}
.menu-check-wrap{
	box-shadow: 0px 0px 10px #ddd;
	border-radius: 10px;
	background: rgba(255,255,255,0.9);
}
#captcha_image{
	display: inline-block;
	height: 36px;
}
#captcha_image_audio_controls{
	display: inline-block;
}
.captcha_play_button{
	display: inline-block;
	padding: 8px 10px;
	cursor: pointer;
	border:3px dashed rgba(0,0,0,0);
	transition: all .5s ease;
}
#btn_captcha_repeat{
	display: inline-block;
	background-color: rgba(0,0,0,0);
	border:3px dashed rgba(0,0,0,0);
	padding: 5px 10px;
	cursor: pointer;
	transition: all .5s ease;
}
.captcha_play_button:hover,
#btn_captcha_repeat:hover{
    background-color: rgba(0,0,0,0.2);
}
.captcha_play_button:focus,
#btn_captcha_repeat:focus{
    border:3px dashed rgba(0,0,0,0.8);
    background-color: #fff;
}
.btn-save{
	color: #fff;
    background-color: #336073;
    border-radius: 30px;
    border: 3px solid #336073;
    width: 100%;
    padding: 8px;
    transition: all .5s ease;
}
.btn-confirm{
	color: #fff;
    background-color: #818646;
    border-radius: 30px;
    border: 3px solid #818646;
    width: 100%;
    padding: 8px;
    transition: all .5s ease;
}
.btn-save:hover{
    background-color: #484823;
    border: 3px solid #fff;
	font-weight: bold;
}
.btn-confirm:hover {
    background-color: #484823;
    border: 3px solid #fff;
	font-weight: bold;
}
.btn-cancel{
	color: #818646;
    background-color: #fff;
    border-radius: 30px;
    border: 3px solid#818646;
    width: 100%;
    padding: 8px;
    transition: all .5s ease;
}
.btn-cancel:hover{
	background-color: #C9CCA4;
	border: 3px solid #C9CCA4;
}
.u-header [aria-labelledby] {
    border-radius: 30px;
}
.u-header [aria-labelledby] .dropdown-item:first-child{
	border-radius: 30px 30px 0 0;
}
.u-header [aria-labelledby] .dropdown-item:last-child{
	border-radius: 0 0 30px 30px;
}
/* success-check */
.success-checkmark {
	width: 80px;
	height: 115px;
	margin: 0 auto;
}
.check-icon {
	width: 80px;
	height: 80px;
	position: relative;
	border-radius: 50%;
	box-sizing: content-box;
	border: 4px solid #ef7e40;
}
.check-icon::before {
	top: 3px;
	left: -2px;
	width: 30px;
	transform-origin: 100% 50%;
	border-radius: 100px 0 0 100px;
}

.check-icon::after {
	top: 0;
	left: 30px;
	width: 60px;
	transform-origin: 0 50%;
	border-radius: 0 100px 100px 0;
	animation: rotate-circle 4.25s ease-in;
}

.icon-line {
	height: 5px;
	background-color: #ef7e40;
	display: block;
	border-radius: 2px;
	position: absolute;
	z-index: 10;

}
.icon-line.line-tip {
	top: 46px;
	left: 14px;
	width: 25px;
	transform: rotate(45deg);
	animation: icon-line-tip 0.75s;
}

.icon-line.line-long {
	top: 38px;
	right: 8px;
	width: 47px;
	transform: rotate(-45deg);
	animation: icon-line-long 0.75s;
}

.icon-circle {
	top: -4px;
	left: -4px;
	z-index: 10;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	position: absolute;
	box-sizing: content-box;
	border: 4px solid #ef7e40;
}
/* ai_dreamer */
.header-img{
	height: 300px;
}
.header-title{
	color: #fff;
	padding: 20px;
	left: 30px;
	top: 100px;
	text-shadow: 0px 0px 4px #111;
}
.main-title{
	color: #333;
	margin-bottom: 20px;
	margin-left: 20px;
}
.title-line{
	background: #999;
	width: 100px;
	height: 1px;
	display: inline-block;
}
.login-main-title{
	color: #555;
	margin-bottom: 20px;
	letter-spacing:4px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.check-item{
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
}
.check-item .h5, .news-list .h6{
	background: linear-gradient(to right, #ef7e40 30%, #34CBF4 );
	color: #fff;
	border-radius: 10px;
	padding: 3px 8px;
	text-align: center;
}
.check-item-afternoon .h5{
	background: linear-gradient(to left, #A648BF, #595656 80%);
}
.check-item i{
	/* font-size: 5em;
	color: #f29411; */
}
.unapply{
	min-height: 120px;
	display: flex;
	align-items: center;
}
.check-img{
	width: 90px;
}
.under-line{
	-webkit-text-decoration: underline #ef7e40;
	text-decoration: underline #ef7e40;
}
.order-1{
	order: 1 !important;
}
.order-2{
	order: 2 !important;
}
.order-3{
	order: 3 !important;
}
.order-4{
	order: 4 !important;
}
.order-5{
	order: 5 !important;
}
.order-6{
	order: 6 !important;
}
.order-7{
	order: 7 !important;
}
.order-8{
	order: 8 !important;
}
.second-bg{
	background: #595656;
	color: #fff;
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    border-radius: 10px;
    padding: 30px;
	margin: 30px 0;
	overflow: hidden;
}
.video-img{
	right: 30px;
	top: -40px;
	height: 300px;
	width: auto;
}
.radio .h5 input{
	display: block;
	border-color: #ef7e40;
}
.radio .h5{
	display: flex;

}
.radio .h5 input::after{
	content: "";
	width: 100%;
	height: 100%;
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
}
.radio .h5{
	position: relative;
}
.u-check-icon-checkbox-v4, .u-check-icon-radio-v4 {
	border: #fff solid 2px;
	background: rgba( 255, 255, 255, 0.5 );
	top: 20px !important;
}
.u-check input[type="radio"]:checked + .u-check-icon-radio-v4{
	border: #ef7e40 solid 2px;
	background: transparent;
}
input[type="radio"]:checked + * .g-bg-primary--checked{
	background-color: #ef7e40 !important;
}
.news-list{
	list-style: none;
	margin: 0;
	padding: 0;
}
.news-list li a{
	background: #fff;
	border-radius: 10px;
	padding: 8px 10px;
	box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
	display: block;
	transition: all .3s linear;
	border-radius: 10px;
	position: relative;
}
.news-wrapper{
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
	display: block;
	transition: all .3s linear;
	border-radius: 10px;
}
.news-list li a::after{
	position: absolute;
    top: -4px; bottom: -4px;
    left: -4px; right: -4px;
    background-color: linear-gradient(#fff, #fff);
    content: '';
    z-index: -1;
    border-radius: 16px;
	transition: all .3s linear;
}
.news-list li a:hover::after{
	transition: all .3s linear;
	background: linear-gradient( 30deg, #A648BF, #34CBF4 40%);
}
.news-list .h6{
	margin-right: 10px;
}
.news-download-wrapper{
	background: #595656;
	color: #FFF;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
}
.news-download{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	line-height: 1;
}
.news-download-file{
	padding: 0 10px 10px 10px;
	border-left: 2px solid #fff;
}
.news-download-file a{
	color: #fff;
	display: block;
	border-bottom: #ddd 1px solid;
	padding: 3px 8px;
	margin-left: 10px;
	transition: all .3s linear;

}
.news-download-file a:hover{
	background: rgba( 255, 255, 255, 0.3 );
	transition: all .3s linear;

}
.news-album .h3{
 	color: #595656;
	font-size: 1.2em;
	border-left: #595656 solid 6px;
	margin-left: 10px;
}
.news-photo{
	margin-bottom: 10px;
}
.fancybox-button--thumbs{
	display: none !important;
}
.view-count{
	background: linear-gradient(to right, #ef7e40 30%, #34CBF4 );
	color: #fff;
	border-radius: 10px;
	padding: 2px 20px;
	font-size: 0.9em;
	display: inline-block;
	font-weight: 700;
}
.web-info{
	color: #ef7e40;
	font-weight: 700;
}
.copyright-info{
	font-weight: 700;
	font-size: 0.9em;
	line-height: 1.5;
}
.desktop-none{
	display: none;
}
.u-check-icon-checkbox-v6 i, .u-check-icon-radio-v6 i{
	border: solid 1px #ef7e40 !important;
}
.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v6 i{
	background-color: #ef7e40 !important;
}
.table-item-wrap{
	border-radius: 30px;
}
.table-item{
	background: #f9c986;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
	/* border: solid #c7c7c7 1px; */
	box-shadow: 1px 1px 10px #ddd;
	color: #333;
}
.table-item-wrap .table-item:last-child{
	background: #f9c986;
}
.table-item-wrap .table-item:last-child td{
	padding: 10px;
}
.table-item th:first-child{
	border-radius: 10px 0 0 0;
}
.table-item th:last-child{
	border-radius: 0 10px 0 0;
}
.table-item:last-child .table-content:first-child{
	border-radius: 0 0 0 10px;
}
.table-item:last-child .table-content:last-child{
	border-radius: 0 0 10px 0;
}
.table-item + .table-item{
	background: rgba( 255, 255, 255, 0.9 );
}
.table-item th{
	padding: 10px 20px;
	text-align: center;
}
.table-content{
	padding: 20px;
	text-align: center;
	transition: all .3s linear;
}
.table-item:hover:not(.table-item:last-child){
	transition: all .3s linear;
	background: #fdf6ec;
}
.statu{
	border-radius: 5px;
	background: #fff1a9;
	padding: 3px 20px;
	text-align: center;
	display: inline-block;
	font-weight: 800;
	color: #666;
}
.statu.undefined{
	background: #ef7e40;
	color: #fff;
}

ul.pagination{justify-content: flex-end;}

ul.pagination>li>a{
    margin:5px;
    border:2px solid #ef7e40;
    padding:0.2em 0;
    width: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 40px;
    color:#ef7e40;
}
ul.pagination>li.active>a{background:#ef7e40; color:#FFF;}
ul.pagination>li>a:hover{background:#df5204; color:#FFF;}
ul.pagination>li.active>a:hover{border-color:#df5204; color:#FFF;}
@media (max-width:767px) {
.pagination li:not(li:nth-of-type(2), li:nth-last-child(2)){
	display: none;
}
}
@media (min-width: 992px){
	.order-lg-1{
		order: 1 !important;
	}
	.order-lg-2{
		order: 2 !important;
	}
	.order-lg-3{
		order: 3 !important;
	}
	.order-lg-4{
		order: 4 !important;
	}
	.order-lg-5{
		order: 5 !important;
	}
	.order-lg-6{
		order: 6 !important;
	}
	.order-lg-7{
		order: 7 !important;
	}
	.order-lg-8{
		order: 8 !important;
	}
}

@keyframes rotate-circle {
	0% {
		transform: rotate(-45deg);
	}
	5% {
		transform: rotate(-45deg);
	}
	12% {
		transform: rotate(-405deg);
	}
	100% {
		transform: rotate(-405deg);
	}
}

@keyframes icon-line-tip {
	0% {
		width: 0;
		left: 1px;
		top: 19px;
	}
	54% {
		width: 0;
		left: 1px;
		top: 19px;
	}
	70% {
		width: 50px;
		left: -8px;
		top: 37px;
	}
	84% {
		width: 17px;
		left: 21px;
		top: 48px;
	}
	100% {
		width: 25px;
		left: 14px;
		top: 45px;
	}
}

@keyframes icon-line-long {
	0% {
		width: 0;
		right: 46px;
		top: 54px;
	}
	65% {
		width: 0;
		right: 46px;
		top: 54px;
	}
	84% {
		width: 55px;
		right: 0px;
		top: 35px;
	}
	100% {
		width: 47px;
		right: 8px;
		top: 38px;
	}
}

@media (max-width:1200px) {
	.id-login::before{
		left: -200px;
		bottom: 200px;
	}
}
@media (max-width: 800px) {
	.footer::before{
		content: "";
		background: #f8e4c9;
		width: 100%;
		position: absolute;
		height: 50px;
		top: 200px;
		z-index: -1;
	}
}

@media (max-width: 767px) {
	.footer::before{
		display: none;
	}
	.form-group .menu-content .js-quantity .js-minus .input-group-text,
	.form-group .menu-content .js-quantity .js-plus .input-group-text{
		padding: 10px 0px;
		font-size: 0.8em;
	}
	.menu-intro{
		font-size: 0.9em;
	}
	.u-check-icon-checkbox-v4, .u-check-icon-radio-v4 {
		top: 16px !important;
	}
}
@media (max-width: 365px) {
	.footer::before{
		display: block;
		top: 60px;
	}
}
@media(max-width:991px){
	.header-title{
		left: 10px;
		padding: 10px;
	}
	.header-img{
		height: 400px;
	}
	.u-header{
		background: #fff;
	}
	.main-title{
		margin-left: 0;
	}
	.stept-wrapper ul li{
		display: inline-block;
		width: 130px;
		height: 130px;
		border-radius: 50%;
		margin: 10px 20px;
	}
	.stept-wrapper ul li div{
		padding: 5px 0 0 0;
		border-bottom: 1px solid #e2e2e2;
		font-weight: 600;
		font-family: 'Poppins', sans-serif;
		margin-bottom: 5px
	}
	.order-back-menu-item a{
		padding: 5px 20px;
		margin-right: 5px;
		margin-left: 5px;
	}
	.table-item{
		display: none;
	}
	.table-item + .table-item{
		display: block;
	}
	.table-item + .table-item .statu{
		display: inline-block;
	}
	.table-item + .table-item .table-content{
		position: relative;
		display: block;
		text-align: right;
		padding: 8px 10px 5px 10px;
		border-bottom: #ddd solid 1px;
	}
	.table-item + .table-item .table-content::before{
		content: attr(data-title)"：";
		position: absolute;
		left: 0;
	}
	.table-item:last-child .table-content:first-child,
	.table-item:last-child .table-content:last-child{
		border-radius: 0px;
	}
	.nav-menu-item a{
		margin: 0;
	}
	.print-btn{
		font-size: 0.9em;
		padding: 2px 22px;
	}
	.expired{
		font-size: 0.9em;
		padding: 2px 24px;
	}
	.statu, .statu.undefined{
		font-size: 0.9em;
		padding: 2px 24px;
	}
	.table-item-wrap .table-item:last-child {
		display: none;
	}
}
@media (max-width: 767px) {
	.order-taken, .order-untaken{
		width: 100%;
	}
	.check-item{
		padding: 10px;
	}
	.check-item p{
		font-size: 0.9em;
	}
	.check-item-wrapper .u-check{
		padding: 0;
	}
	.menu-info{
		font-size: 0.9em;
	}
	.stept-wrapper ul:before{
		position: absolute;
		top: 0;
		left: 50%;
		height: 100%;
		width: 4px;
		display: block;
		background-color: #ef7e40;
		content: "";
		z-index: 1;
	}
	.stept-wrapper ul li{
		display: block;
		width: auto;
		height: auto;
		border-radius: 30px;
		margin: 10px 0;
		position: relative;
		z-index: 10;
		text-align: left;
	}
	.stept-wrapper ul li div{
		padding: 5px 0;
		width: 40%;
		text-align: center;
		border-bottom: none;
		border-right: 1px solid #e2e2e2;
		font-weight: 600;
		font-family: 'Poppins', sans-serif;
		margin-bottom: 0;
		display: inline-block;
		margin-right: 20px;
		line-height: normal;
	}
	.stept-wrapper ul li div strong{
		font-size: 1.5em;
	}
	.stept-wrapper ul li span{
		display: inline-block;
	}
	.stept-wrapper ul li.active div{
		border-right: 1px solid #5c5c5c;
		border-bottom: none;
	}
	.footer .container-fluid img{
		width: 80% !important;
	}
	.news-download-file {
		border-top:  2px solid #fff;
		border-left: 0px solid transparent;
	}
	.desktop-none{
		display: block;
	}
}
@media (max-width: 576px) {
	.header-img{
		height: 300px;
		/* padding-left: 30px; */
	}
	.header-title {
		left: -10px;
		top: -90px ;
		padding: 15px;
		font-size: 1.5em;
	}
	.main-bg{
		padding: 5px 5px 0px 5px;
	}
	.check-item{
		box-shadow: 0 8px 15px 0 rgba( 31, 38, 135, 0.37 );
	}
	.check-item .h5, .check-item .h6 {
		font-size: 0.9em;
	}
	.check-img{
		width: 60px;
	}
	.check-item-wrapper{
		padding: 3px;
	}
	.unapply{
		min-height: 100px;
	}
	.video-img{
		height: 200px;
	}
}
